/* Typography basics */

body {
    font-family: 'TTNorms';
    font-weight: 300;
    font-size: 17px;
    color: #001921;
}

a {
    color: #1ba443;
    text-decoration: none;
}

a:hover {
    color: #22CD54;
    text-decoration: none;
}

/* Disable a link temporarly as it isn't the best solution */
a[disabled] {
    color: #DADFDC !important;
    pointer-events: none;
}

h1, h2, h3, h4 {
    font-family: 'Source Sans Pro';
    font-weight: bold;
}

h1 {
    font-size: 1.75em;
    margin-top: 40px;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 1.85em;
    }
}

h2 {
    font-size: 1.4em;
    padding: 0 0 10px;
    position: relative;
    margin-top: 10px;
}

/*
.line:before,
*/
.line:after {
    content:' ';
    position: absolute;
    left: 50%;
    width: 35px;
    border: 1px solid #DADFDC;
    border-radius: 1px;
    transform:translateX(-50%);
}

/*
h1.line:before {
    top: 8%;
}
*/

h1.line:after {
    top: 100%;
}

/*
h2.line:before {
    top: -5%;
}
*/

h2.line:after {
    top: 85%;
}

@media (max-width: 767px) {
    /*
    h1.line:before {
        top: -50%;
    }
    */

    h1.line:after {
        top: 132%;
    }
}

.page-header {
    border-bottom: none;
    padding-bottom: 30px;
    margin: 20px 0;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 0;
}

h4 {
    font-size: 1em;
    letter-spacing: 1px;
    color: #1ba443;
}

h4.uppercase {
    text-transform: uppercase;
}

footer h4 {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #001921;
    text-align: left;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

p.intro,
h5.intro,
h5.intro-left,
h5.intro-overview,
h6.intro {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

p.intro {
    font-size: 14px;
}

@media (min-width: 991px) {
    h5.intro-left {
        padding-top: 50px;
    }

    #latestnews div:not(:first-child) h5.intro-left {
        padding-top: 20px;
    }
}

@media (max-width: 990px) {
    #latestnews h5.intro-left, 
    .newsletter--box h5.intro-left {
        padding-top: 20px;
    }
}

p.intro:before, p.intro:after,
h5.intro:before, h5.intro:after {
    vertical-align: 2px;
}

p.intro:before,
h5.intro:before {
    content:'– ';
}

p.intro:after,
h5.intro:after {
    content:' –';
}

.quote {
    font-family: 'Source Sans Pro';
    color: #1ba443;
    font-size: 1.1em;
    line-height: 1.75em;
}

.quote-name {
    font-family: 'Source Sans Pro';
    font-size: 0.8em;
    padding-bottom: 20px;
}

.quote:before, .quote:after {
    font-weight: bold;
    color: #229CCD;
    font-size: 2.5em;
    vertical-align: -5px;
    line-height: 0.7em; /* needs to be in relation to fontsize and line-height of quote */
}

.quote:before {
    content:'« ';
}

.quote:after {
    content:' »';
}

h6 {

}


.textlink {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 0.88em;
}

.textlink:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 11px;
    vertical-align: 2px;
    padding-right: 5px;
    opacity: 0.8;
    color: #1ba443;
}

.textlink-inactive, .textlink-inactive:hover {
    color: #DADFDC;
}

.textlink-inactive:before {
    color: #DADFDC;
}

.btn-default, .btn-geiger,
.btn-geiger-dark, .btn-geiger-light {
    margin: 24px 12px;
}

.btn-left {
    margin: 24px 12px 24px 0px;
}

.btn, .btn-geiger, .btn-geiger-dark, .btn-geiger-light {
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 11px 24px 8px;
    transition: all 0.3s ease 0s;
}

.btn, .btn-geiger {
    color: #1ba443;
    border: 1px solid #1ba443;
}

.btn-geiger-light {
    /*color: transparent;*/
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-geiger-dark {
    color: #ffffff;
    background-color: #001921;
    border: 1px solid #001921;
}

.btn-geiger:hover, .btn-geiger:focus, .btn-geiger:active, .btn-geiger.active {
    color: #ffffff;
    background-color: #1ba443;
    border-color: #1ba443;
}

.btn-geiger-light:hover, .btn-geiger-light:focus, .btn-geiger-light:active, .btn-geiger-light.active {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
}

.btn-geiger-dark:hover, .btn-geiger-dark:focus, .btn-geiger-dark:active, .btn-geiger-dark.active {
    color: #001921;
    background-color: transparent;
    border-color: #001921;
}

.btn a, .btn-geiger a, .btn-geiger-dark a, .btn-geiger-light a   {
    font-size: 0.9em;
}

.btn a, .btn-geiger a  {
    color: #1ba443;
}

.btn-geiger-dark a {
    color: #C8FA96;
}

.btn-geiger:hover a, .btn-geiger a:hover {
    color: #FFFFFF;
}

.btn-geiger-light:hover a, .btn-geiger-light a:hover {
    color: #FFFFFF;
}

.btn-geiger-dark:hover a, .btn-geiger-dark a:hover {
    color: #001921;
}

label {
    margin-bottom: 10px;
}

.input-geiger-dark, .input-geiger-light {
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-size: 0.8em;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 12px 0px 10px;
    margin: 24px 12px;
    background: transparent;
    border: none;
    line-height: 1.5;
}

.input-geiger-dark {
    border-bottom: 1px solid #001921;
}

.input-geiger-light {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.input-geiger-light::placeholder {
    color: #DADFDC;
    opacity: 1; /* Firefox */
}

.input-geiger-light:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #DADFDC;
}

.input-geiger-light::-ms-input-placeholder { /* Microsoft Edge */
    color: #DADFDC;
}

#action .input-geiger-dark,
#action .input-geiger-light {
    width: calc(100% - 220px);
}
