/* H1 */

@media (max-device-width:1024px) {
    .page-node .hero header h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
}

/* H2 */

h2.font-lg {
    font-size: 1.777em !important;
    font-weight: 500!important;
    color: #4F2D7F!important;
    margin: 0!important;
    line-height: 1.65;
}

h2.font-md,
h3.font-lg {
    font-size: 1.286em !important;
    font-weight: 500!important;
    color: #4F2D7F!important;
    margin: 0!important;
    line-height: 1.857;
}

.block-container section.article--blog p.plain_tekst + h2 {
    font-size: 25px;
    font-weight: 400;
}

/* H3 */

.node-article h3 {
    font-weight: 500!important;
}


/* H4 */

h4.font-lg {
    font-size: 1.143em!important;
    color: #6D7375;
    font-weight: 500;
    line-height: 1.857;
    margin: 0!important;
}

.font-sm {
font-size:0.8rem;
}

.txt-center {
    text-align:center;
}

.color--green,
h2.color--green,
h3.color--green  {
color:#A8B400!important;
}

/* WITTE TEKST */

.color--white,
.color--white h2,
h2.color--white,
.color--white h3,
h3.color--white,
.color--white h4,
h4.color--white,
.color--white label,
.color--white input {
    color: white !important;
}

.node-article ul a {
text-decoration: underline
}

a.color--white   {
border-bottom: 1px dotted white!important
}

a.color--white:hover, p > a.color--white:hover, p.plain_tekst a.color--white:not(.btn):not(.block--link):hover  {
border-bottom: 1px solid white!important
}

hr {
    background: #ebebeb none repeat scroll 0 0;
    border: none!important;
    clear: both;
    display: block;
    height: 1px;
    position: relative;
    width: 100%;
    margin: 0!important;
    float: left;
}

/* UL */
ul.bullets {
padding-left:1em!important;
}

ul.bullets li {
position: relative;
}

ul.bullets li:before {
    background: #A8B400;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: -15px;
    margin-right: 8px;
    position: absolute;
    top: 6px;
    width: 6px;
}

/* OL */
ol.numeric li {
    list-style: inherit !important;
    padding: 0!important;
    line-height: 1.5;
    margin: 0 0 0.35rem 0!important;
}

ol.numeric {
    margin-left: 15px !important;
}

i.fa-circle:before {
color: #95C4E5;
}
