/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#wpadminbar {
    background: #fff;
    border-bottom: 1px solid #000;
}
#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon, #wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
    color: #000;
}
input {
    -webkit-appearance: none;
    -webkit-appearance: none!important;
}



/* 

Basic

*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    background: #ffffff;
    color: #000;
}

body.open_nav {
    /*overflow: hidden!important;*/
}

body > input,
body > label {
    display: none;
}

img {
    max-width: 100%; 
    width: 100%;
    height: auto;
}

nav,
h1 {
    -webkit-user-select: none;
    -moz-user-select: none;  
    -ms-user-select: none; 
    user-select: none; 
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}


::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #000;
}


body.open_nav::-webkit-scrollbar-thumb {
    background: #fff;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #2b2e33;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::-webkit-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}





/* 

Header & Nav

*/

header {
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 70px;
    background: transparent;
    border-right: 2px solid #eee;
}

.front header {
    height: 70px;
    width: auto;
    right: 0;
    bottom: auto;
    border-right: none;
    border-bottom: 2px solid #eee;
}

header::before {
    content: '';
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
}

.front header::before {
    top: 0;
}

header::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 100%;
    width: 2px;
    background: #000;

    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
}

#menu_toggle:checked ~ header::after {
    bottom: 0;
}

header h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    font-size: 30px;
    text-transform: capitalize;
    z-index: 999999;
    background: #000;
}

.front header h1 {
    width: 70px;
    left: 70px;
    right: auto;
}

header h1 a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

header h1[data-has-logo='1'] span {
    display: none;
}

header h1[data-has-logo='1'] {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

header h1[data-has-logo='1'].logo_bg_dark {
    width: 300px;
    background-color: transparent!important;
    background-position: 20px;
    border-left: 2px solid #eee;
}

header label[for='menu_toggle'] {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    height: 70px;
    cursor: pointer;
    border-bottom: 1px solid #eee;

    background-image: url(../img/icon/hamburger_black.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;

    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.front header label[for='menu_toggle'] {
    top: 0px;
    width: 70px;
    right: auto;
}   

#menu_toggle:checked ~ header label[for='menu_toggle'] {
    background-image: url(../img/icon/close_black.svg);
}

header label[for='menu_toggle']:hover {
    opacity: 0.6;
}

#menu_toggle:checked ~ header label[for='menu_toggle']::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 600px;
    cursor: w-resize;
}

header #breadcrumbs {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #555;
}

header #breadcrumbs > span {
    transform: rotate(90deg);
    transform-origin: left 7px 0;
    white-space: nowrap;
    letter-spacing: 4px;
    position: absolute;
    vertical-align: bottom;
}

.front header #breadcrumbs .breadcrumb_last {
    display: none;
}

header #breadcrumbs .breadcrumb_last {
    opacity: 0.5;
}

nav {
    position: fixed;
    z-index: 9999;
    left: -650px;
    top: 0;
    bottom: 0;
    width: 600px;
    background: #fff;
    overflow: auto;
    padding: 70px 35px 35px 105px;

    -webkit-box-shadow: 6px 0px 97px -5px rgba(0,0,0,0.53);
    -moz-box-shadow: 6px 0px 97px -5px rgba(0,0,0,0.53);
    box-shadow: 6px 0px 97px -5px rgba(0,0,0,0.53);

    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out; 
}

.front nav {
    padding-left: 70px;
    padding-right: 70px;
}

@media(max-width: 700px) {
    .front nav {
        padding-left: 35px;
        padding-right: 35px;
    }  
}

@media(max-width: 400px) {
    .front nav {
        padding-left: 15px;
        padding-right: 15px;
    }  
}

#menu_toggle:checked ~ nav {
    left: 0;
}

nav::before {
    content: 'Meny';
    text-align: left;
    padding-left: 105px;
    font-size: 25px;
    font-weight: 700;
    border-bottom: 2px solid;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -70px;
    height: 68px;
    line-height: 68px;
    letter-spacing: 2px;
}

nav .menu > ul {
    padding: 0px;
    margin-top: 15px;
}

nav .menu > ul > li {
    display: block;
} 

nav .menu .menu-item-has-children > a::before,
nav .menu .menu-item-has-children > a::after,
nav .menu .page_item_has_children > a::before,
nav .menu .page_item_has_children > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #000;
}

nav .menu .menu-item-has-children > a::before,
nav .menu .page_item_has_children > a::before {
    height: 15px;
    width: 2px;
    right: 6px;
    margin-top: -6px;

    -webkit-transition: margin-top 0.2s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out, opacity 0.3s ease-in-out;
    transition: margin-top 0.2s ease-in-out, opacity 0.3s ease-in-out; 
} 

nav .menu .menu-item-has-children a.open::before, 
nav .menu .current_page_ancestor > a::before,
nav .menu .page_item_has_children a.open::before {
    margin-top: 10px;
    opacity: 0;
}

nav .menu .menu-item-has-children a .open_more,
nav .menu .page_item_has_children a .open_more {
    position: absolute;
    right: -7px;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 99999;
}

nav .menu .menu-item-has-children > a::after,
nav .menu .page_item_has_children > a::after {
    width: 15px;
    height: 2px;
}

nav .menu .menu-item-has-children > ul,
nav .menu .page_item_has_children > ul {
    padding-left: 15px;
    padding-bottom: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}

nav .menu .menu-item-has-children.current_page_ancestor > ul,
nav .menu .menu-item-has-children > a.open ~ ul,
nav .menu .page_item_has_children.current_page_ancestor > ul,
nav .menu .page_item_has_children > a.open ~ ul {
    padding-bottom: 35px;
    height: auto;
    opacity: 1;
}

nav .menu a {
    padding: 15px 0px;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 15px;
    position: relative;
    display: block;
    line-height: 1.4;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav h3 {
    margin-top: 35px;
    padding-top: 35px;
    margin-bottom: 17.5px;
    font-size: 20px;
    letter-spacing: 2px;
    border-top: 1px solid #eee;
}

nav .contact_info li {
    margin-bottom: 9px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 100;
}

nav .contact_info li::first-letter,
nav .contact_info li:first-letter {
    color: #eee;
    font-weight: 400;
}

nav .sosiale_medier li {
    display: inline-block;
    font-size: 30px;
}

nav .sosiale_medier li:not(:last-of-type) {
    margin-right: 10px;
}

nav form.search-form {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 100;
    display: block;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #eee;
    font-size: 17px;
}

nav form.search-form .screen-reader-text {
    display: none;
}

nav form.search-form .search-field {
    display: inline-block;
    float: left;
    background: transparent;
    border: 1px solid;
    padding: 10px 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 0px;
    width: calc(100% - 60px);
    outline:none;
    font-size: 17px;
    font-weight: 100;
}

nav form.search-form .search-submit {
    display: inline-block;
    float: left;
    background: transparent;
    border: 1px solid;
    padding: 10px 0px;
    width: 60px;
    outline:none;
    font-size: 17px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav form.search-form .search-submit:hover {
    cursor: pointer;
    background: #000;
    border-color: #000;
    color: #fff;
}

nav .user_login_out {
    font-size: 20px;
    font-weight: 100;
    display: block;
    float: left;
    width: 100%;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #eee;
}

nav .user_login_out i {
    color: #eee;
}

@media(max-width: 600px) {
    header {
        right: 0;
        width: auto;
        bottom: auto;
        height: 50px;
        background: #fff;
        border: none;
        border-bottom: 1px solid #000;
    }
    .front header {
        height: 50px;
    }

    header::after {
        display: none;
    }

    header h1 {
        right: auto;
        width: 50px;
        height: 50px;
    }

    header label[for='menu_toggle'] {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 50px;
        height: 50px;
        border-bottom: none!important;
    }

    header #breadcrumbs {
        display: none;
    }

    nav {
        width: 100%;
        padding: 50px;
    }
}

@media(max-width: 400px) {
    nav {
        padding: 50px 25px;
    }
}





/* 

Footer

*/

footer {
    border-top: 2px solid #eee;
    padding: 70px 35px;
    margin-top: 105px;
    padding-left: 105px;
    float: left;
    position: relative;
    width: 100%;
}

@media(max-width: 600px) {
    footer {
        padding-left: 35px;
        padding-right: 35px;
    }
}

footer::after {
    content: '';
    position: absolute;
    right: 35px;
    top: -32px;
    height: 30px;
    width: 30px;
    display: block;
    background-image: url(../img/logo/note_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

footer .copy {
    line-height: 20px;
    height: 20px;
    float: left;
}

footer img {
    max-height: 20px;
    width: auto;
    float: right;
}

@media(max-width: 400px) {
    footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer img {
        margin-top: 15px;
        float: left;
        clear: both;
    }
}







/* 

Main

*/

main {
    min-height: 90vh;
    position: relative;
    padding-left: 70px;
}

.front main {
    padding-left: 0px;
}

@media(max-width: 600px) {
    main,
    .front main {
        padding-left: 0px;
    }
}



/*

Static front page / Fonds

*/

main[data-page='FONDS_STATIC_FRONT']  {
    min-height: 40vh;
    position: relative;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
}

main[data-page='FONDS_STATIC_FRONT'] section {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

main[data-page='FONDS_STATIC_FRONT'] .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}

main[data-page='FONDS_STATIC_FRONT'] section.top aside {
    margin-top: 200px; 
    margin-bottom: 200px; 
    max-width: 600px;
    padding-left: 70px;
    line-height: 1.5;
    float: left;
}

main[data-page='FONDS_STATIC_FRONT'] section.top aside h2 {
    font-size: 50px;
    font-weight: 200;
}

main[data-page='FONDS_STATIC_FRONT'] section.top aside p {
    font-size: 20px;
    font-weight: 100;
}

@media(max-width: 700px) {
    main[data-page='FONDS_STATIC_FRONT'] section.top aside h2 {
        font-size: 30px;
    }

    main[data-page='FONDS_STATIC_FRONT'] section.top aside p {
        font-size: 17px;
    }
    main[data-page='FONDS_STATIC_FRONT'] section.top aside {
        padding: 0 35px;
    }
}

@media(max-width: 400px) {
    main[data-page='FONDS_STATIC_FRONT'] section.top aside {
        padding: 0 15px;
    }
}

main[data-page='FONDS_STATIC_FRONT'] section.top aside a {
    border-radius: 15px;
    position: relative;
    padding: 7.5px 20px;
    background: #fff;
    display: inline-block;
    margin-top:20px;
    font-weight: 100;
    letter-spacing: 1px;
}

main[data-page='FONDS_STATIC_FRONT'] section.top aside a i {
    color: #a8a8a8!important;
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 10px;
    opacity: 0.5;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub {
    margin-top: 70px;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 80px;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li {
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
    border-bottom: 4px solid #eee;
    margin-bottom: 5%!important;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li:nth-of-type(3n + 2) {
    margin: 0 5%;
}

@media(max-width: 1000px) {

    main[data-page='FONDS_STATIC_FRONT'] section.sub {
        padding-left: 70px;
        padding-right: 70px;
    }

    main[data-page='FONDS_STATIC_FRONT'] section.sub ul {
        padding: 0px 0px;
    }

    main[data-page='FONDS_STATIC_FRONT'] section.sub ul li {
        width: 47.5%;
    }

    main[data-page='FONDS_STATIC_FRONT'] section.sub ul li:nth-of-type(0n + 2) {
        margin: 0%;
    }

    main[data-page='FONDS_STATIC_FRONT'] section.sub ul li:nth-of-type(odd) {
        margin-right: 5%;
    }

}

@media(max-width: 700px) {

    main[data-page='FONDS_STATIC_FRONT'] section.sub {
        padding-left: 35px;
        padding-right: 35px;
    }

    main[data-page='FONDS_STATIC_FRONT'] section.sub ul li {
        width: 100%;
    }

    main[data-page='FONDS_STATIC_FRONT'] section.sub ul li:nth-of-type(odd) {
        margin-right: 0%;
    }

}


@media(max-width: 400px) {

    main[data-page='FONDS_STATIC_FRONT'] section.sub {
        padding-left: 15px;
        padding-right: 15px;
    }

}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    right: 100%;
    background: red;

    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li:hover::after {
    right: 0;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li .bg {
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 50%;
    position: absolute;
    float: left;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li .bg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    opacity: 0.8;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li .frist,
main[data-page='FONDS_STATIC_FRONT'] section.sub ul li .sub_title {
    margin-top: 50%;
    display: block;
    padding: 15px;
    background: #F1F1F1;
    font-size: 17px;
    font-weight: 200;
    line-height: 25px;
    min-height: 105px;
    text-align: left;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li .frist {
    margin-top: 0px;
    min-height: 80px;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li .frist b {
    font-weight: 400;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li .title {
    position: absolute;
    left: 20px; 
    top: 10px;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 2px;
}

main[data-page='FONDS_STATIC_FRONT'] section.sub ul li a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front {
    padding: 0 80px;
}

@media(max-width: 700px) {
    main[data-page='FONDS_STATIC_FRONT'] section.news_front {
        padding: 0 35px;
    }
}

@media(max-width: 400px) {
    main[data-page='FONDS_STATIC_FRONT'] section.news_front {
        padding: 0 15px;
    }
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front h2 {
    background: transparent!important;
    color: #555;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front article {
    background: #F1F1F1;
    padding: 30px 15px;
    float: left;
    position: relative;
    font-weight: 100;
    border-bottom: 4px solid #eee;
    width: 47.5%;
    margin-bottom: 5%;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front article:nth-of-type(odd) {
    margin-right: 5%;
}

@media(max-width: 1000px) {
    main[data-page='FONDS_STATIC_FRONT'] section.news_front article {
        margin-right: 0%!important;
        width: 100%;
    }
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front article::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    right: 100%;
    background: red;

    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front article:hover::after {
    right: 0;
}


main[data-page='FONDS_STATIC_FRONT'] section.news_front article:not(:last-of-type) {
    margin-bottom: 40px;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front article h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front article date {
    font-size: 10px;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front article .excerpt {
    font-size: 15px;
    text-align: justify;
    margin-top: 17px;
    line-height: 1.5;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front article .postmetadata {
    font-size: 12px;
    margin-top: 17px;
    opacity: 0.8;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front article a:hover {
    color: inherit!important;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front article a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
}

main[data-page='FONDS_STATIC_FRONT'] section.news_front .more_news {
    display: inline-block;
    float: right;
    margin-top: 0px;
    font-weight: 200;
    font-size: 22px;
}




/* 

SINGLE-POST

*/

main[data-page='SINGLE-POST'] article {
    display: block;
    width: 100%;
    float: left;
}

main[data-page='SINGLE-POST'] article h2 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    padding: 70px 35px;
    background: #000;
    position: relative;
    line-height: 1.5;
}

main[data-page='SINGLE-POST'] article date {
    margin-left: 35px;
    margin-bottom: 35px;
    margin-top: 70px;
    float: left;
    clear: both;
    opacity: 0.7;
}

main[data-page='SINGLE-POST'] article date::before {
    content: '\f133';
    font-family: FontAwesome;
    margin-right: 10px;
}

main[data-page='SINGLE-POST'] article date::after {
    content: '';
    display: block;
    clear: both;
}

main[data-page='SINGLE-POST'] article > section {
    max-width: 900px;
    padding: 70px 35px;
    padding-top: 0px;
    font-size: 17px;
    line-height: 1.5;
    white-space: pre-line;
    clear: both;
}

main[data-page='SINGLE-POST'] article > section strong {
    font-weight: 700;
}

main[data-page='SINGLE-POST'] article > section table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    white-space: normal
}

main[data-page='SINGLE-POST'] article > section .table_button {
    border: none;
    border-bottom: 2px solid #eee;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
    background: transparent;
    outline: none;

    -webkit-transition: border-bottom-color 0.3s ease-in-out;
    -moz-transition: border-bottom-color 0.3s ease-in-out;
    -o-transition: border-bottom-color 0.3s ease-in-out;
    transition: border-bottom-color 0.3s ease-in-out;
}

main[data-page='SINGLE-POST'] article > section .table_button span,
main[data-page='SINGLE-POST'] article > section .table_button i {
    display: none;
}

main[data-page='SINGLE-POST'] article > section .table_button:not(.open_table) span:first-of-type,
main[data-page='SINGLE-POST'] article > section .table_button.open_table span:last-of-type {
    display: inline;;
}

main[data-page='SINGLE-POST'] article > section .table_button.open_table, 
main[data-page='SINGLE-POST'] article > section .table_button:hover {
    border-bottom-color: red;
}

main[data-page='SINGLE-POST'] article > section .table_button.open_table {

    margin-bottom: 10px;
}

main[data-page='SINGLE-POST'] article > section .table_button:not(.open_table) + table {
    display: none;
}

main[data-page='SINGLE-POST'] article > section table tbody > *:nth-of-type(1) {
    background: #1c1c1b;
    color: #fff;
}

main[data-page='SINGLE-POST'] article > section table tbody > *:nth-of-type(even) {
    background: #e2dfd9;
}

main[data-page='SINGLE-POST'] article > section table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

main[data-page='SINGLE-POST'] article > section table th, 
main[data-page='SINGLE-POST'] article > section table td {
    padding: 10px;
    text-align: left;
    height: auto;
    width: auto;
}

main[data-page='SINGLE-POST'] article > section table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

main[data-page='SINGLE-POST'] article > aside {
    padding: 70px 35px;
    padding-top: 0px;
    margin-bottom: 70px;
    float: left;
    display: block;
    clear: both;
}

main[data-page='SINGLE-POST'] article > aside h3 {
    font-size: 22px; 
    display: inline-block;
    float: left;
}

main[data-page='SINGLE-POST'] article > aside ul {
    display: inline-block;
    float: left;
    margin-left: 35px;
}

main[data-page='SINGLE-POST'] article > aside ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

main[data-page='SINGLE-POST'] article > aside ul li:last-of-type {
    margin-right: 0px;
}

main[data-page='SINGLE-POST'] article > aside ul li a {
    display: block;
    font-size: 20px;
}

main[data-page='SINGLE-POST'] article > aside ul li a i {
    vertical-align: text-bottom;
}

main[data-page='SINGLE-POST'] article > aside ul li a i + span {
    display: none;
}

@media screen and (max-width: 900px) {

    main[data-page='SINGLE-POST'] article > section table {
        border: 0;
    }

    main[data-page='SINGLE-POST'] article > section table .heading,
    main[data-page='SINGLE-POST'] article > section table thead {
        display: none;
    }

    main[data-page='SINGLE-POST'] article > section table tr {
        display: block;
        border-bottom: 1px solid #ddd;
    }

    main[data-page='SINGLE-POST'] article > section table td {
        display: block;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        text-align: right;
    }

    main[data-page='SINGLE-POST'] article > section table td:last-child {
        border-bottom: 0;
    }

    main[data-page='SINGLE-POST'] article > section table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}





/* 

NEWS

*/

main[data-page='NEWS'] {

}

main[data-page='NEWS'] h2 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    padding: 70px 35px;
    background: #000;
    position: relative;
    line-height: 1.5;
    margin-bottom: 70px;
}

main[data-page='NEWS'] article {
    max-width: 100%;
    max-width: calc(100% - 70px);
    width: 935px;
    display: block;
    float: left;
    clear: both;
    margin: 35px;
    margin-top: 0px;
    padding-bottom: 35px;
    padding-right: 35px;
    border-bottom: 1px solid #eee;
}

@media(max-width: 700px) {
    main[data-page='NEWS'] article {
        padding-right: 0px;
    }
}

@media(max-width: 400px) {
    main[data-page='NEWS'] article {
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100% - 30px);
    }
}

main[data-page='NEWS'] article h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

main[data-page='NEWS'] article date {
    font-size: 10px;
}

main[data-page='NEWS'] article .excerpt {
    font-size: 15px;
    text-align: justify;
    margin-top: 17px;
    line-height: 1.5;
}

main[data-page='NEWS'] article .postmetadata {
    font-size: 12px;
    margin-top: 17px;
    opacity: 0.8;
}

main[data-page='NEWS'] .pagination {
    float: left;
    display: block;
    clear: both;
    margin: 35px;
    max-width: 100%;
    max-width: calc(100% - 70px);
    width: 935px;
}

main[data-page='NEWS'] .pagination a {
    float: left;
}

main[data-page='NEWS'] .pagination a:nth-of-type(2) {
    float: right;
}

@media(max-width: 400px) {
    main[data-page='NEWS'] .pagination {
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100% - 30px);
    } 
}





/* 

FOND

*/

main[data-page*='FOND'] {

}

main[data-page*='FOND'] > section > h2 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    padding: 70px 35px;
    background: #000;
    position: relative;
    line-height: 1.5;
    margin-bottom: 70px;
}

main[data-page*='FOND'] > section > h2:not([style=""]) {
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: 40px center;
    color: transparent;
    text-indent: -9000px;
}

@media(max-width: 700px) {
    main[data-page*='FOND'] > section > h2:not([style=""]) {
        background-size: calc(100% - 80px) auto;
        background-position: center;
    }   
}

@media(max-width: 400px) {
    main[data-page*='FOND'] > section > h2:not([style=""]) {
        background-size: calc(100% - 30px) auto;
    }   
}

main[data-page*='FOND'] > section > h2.has_fond_nav {
    margin-bottom: 0px;
}

main[data-page*='FOND'] .fond_nav {
    display: inline-block;
    background: #000;
    clear: both;
    padding-left: 35px;
    float: left;
    width: 100%;
}

main[data-page*='FOND'] .fond_nav li {
    display: inline-block;
    float: left;
}

main[data-page*='FOND'] .fond_nav a {
    padding: 10px 30px;
    color: #eee;
    display: block;
    border-bottom: 3px solid transparent;
    line-height: 1.5;
    letter-spacing: 2px;
}

main[data-page*='FOND'] .fond_nav a.home_btn {
    display: inline-block;
    float: left;
}

main[data-page*='FOND'] .fond_nav a.home_btn + div {
    display: inline-block;
    float: left;
    width: auto;
    clear: right;
    padding-left: 0px;
}

main[data-page*='FOND'] .fond_nav .children {
    position: absolute;
    display: none;
}

main[data-page*='FOND'] .fond_nav .page_item_has_children.current_page_ancestor > .children,
main[data-page*='FOND'] .fond_nav .page_item_has_children.current_page_item > .children {
    display: inline-block;
    position: inherit;
}




@media(max-width: 900px) {
    main[data-page*='FOND'] .fond_nav a { 
        border-bottom: none;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width: 400px) {
    main[data-page*='FOND'] .fond_nav a { 
        padding-left: 0px;
        padding-right: 10px;
    }
}

main[data-page*='FOND'] .fond_nav .current_page_item > a {
    border-bottom-color: red;
}

main[data-page*='FOND'] .fond_nav li a:not(.current_page_item):hover {
    opacity: 0.8;
}

main[data-page*='FOND'] .content {
    padding-left: 35px;
    padding-right: 35px;
    white-space: pre-line;
    font-size: 15px;
    line-height: 1.5;
    float: left;
    margin-top: 70px;
    width: 980px;
    max-width: 100%;
}

@media(max-width: 400px) {
    main[data-page*='FOND'] .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    main[data-page*='FOND'] .fond_nav  {
        padding-left: 15px;
    }
}

main[data-page*='FOND'] .content strong {
    font-weight: 700;
}

main[data-page*='FOND'] .content h6 {
    font-size: 105%;
}

main[data-page*='FOND'] .content h5 {
    font-size: 110%;
}

main[data-page*='FOND'] .content h4 {
    font-size: 115%;
}

main[data-page*='FOND'] .content h3 {
    font-size: 120%;
    letter-spacing: 3px;
}

main[data-page*='FOND'] .content h2 {
    font-size: 125%;
    letter-spacing: 3px;
}

main[data-page*='FOND'] .content h1 {
    font-size: 150%;
    letter-spacing: 3px;
}





/* 

SEARCH

*/

main[data-page='SEARCH'] {

}

main[data-page='SEARCH'] .search_pre_t,
main[data-page='SEARCH'] section > form {
    background: #000;
    color: #fff;
    padding-left: 35px;
}

main[data-page='SEARCH'] .search_pre_t {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 2px;
    padding-top: 55px;
}

main[data-page='SEARCH'] section > form {
    width: 100%;
    padding-right: 35px;
    display: inline-block;
    float: left;
}

main[data-page='SEARCH'] section > form input[type='text'] {
    font-size: 40px;
    color: #fff;
    text-align: left;
    background: transparent;
    outline: none;
    border: none;
    position: relative;
    line-height: 1.5;
    margin-bottom: 70px;
    width: calc(100% - 100px);
    display: inline-block;
    float: left;
}

main[data-page='SEARCH'] section > form #searchsubmit_big {
    font-size: 40px;
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    position: relative;
    line-height: 1.5;
    margin-bottom: 70px;
    font-weight: 100;
    letter-spacing: 2px;
    border-bottom: 2px solid #fff;
    width: 100px;
    display: inline-block;
    float: left;
    cursor: pointer;
}

main[data-page='SEARCH'] section > form #searchsubmit_big:hover {
    color: rgba(255, 255, 255, 0.6);
}

main[data-page='SEARCH'] section .no_results {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    padding: 70px 35px;
    font-size: 20px;
    letter-spacing: 2px;
}

main[data-page='SEARCH'] section .no_results a {
    border-bottom: 2px solid;
}

main[data-page='SEARCH'] section .result {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    padding: 70px 35px;
}

main[data-page='SEARCH'] section .result li {
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
    padding: 17.5px 0px;
    position: relative;
}

main[data-page='SEARCH'] section .result li a {
    display: block;
}


main[data-page='SEARCH'] section .result li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

main[data-page='SEARCH'] section .result li .path {
    font-size: 80%;
    opacity: 0.5;
    font-weight: 100;
}

@media(max-width: 400px) {
    main[data-page='SEARCH'] section .result,
    main[data-page='SEARCH'] .search_pre_t,
    main[data-page='SEARCH'] section > form {
        padding-left: 15px;
        padding-right: 15px;
    }
}





/* 

404

*/

main[data-page='404'] {

}

main[data-page='404'] > section > h2 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    padding: 70px 35px;
    background: #000;
    position: relative;
    line-height: 1.5;
}

main[data-page='404'] section .no_results {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    padding: 70px 35px;
    font-size: 20px;
    letter-spacing: 2px;
}

main[data-page='404'] section .no_results a {
    border-bottom: 2px solid;
}





/* 

ANSATTE & ANSATT

*/

main[data-page*='ANSATT'] {

}

main[data-page*='ANSATT'] > section > h2 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    padding: 70px 35px;
    background: #000;
    position: relative;
    line-height: 1.5;
    margin-bottom: 70px;
}





/* 

Kontakt

*/

main[data-page='CONTACT'] {

}

main[data-page='CONTACT'] > section > h2 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    padding: 70px 35px;
    background: #000;
    position: relative;
    line-height: 1.5;
}


main[data-page='CONTACT'] > section > section {
    max-width: 900px;
    padding: 70px 35px;
    font-size: 17px;
    line-height: 1.5;
    white-space: pre-line;
}

@media(max-width: 400px) { 
    main[data-page='CONTACT'] > section > section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

main[data-page='CONTACT'] > section > section strong {
    font-weight: 700;
}

main[data-page='CONTACT'] > section > section h1,
main[data-page='CONTACT'] > section > section h2,
main[data-page='CONTACT'] > section > section h3 {
    font-size: 22px;
}

main[data-page='CONTACT'] > section > section h4,
main[data-page='CONTACT'] > section > section h5,
main[data-page='CONTACT'] > section > section h6 {
    font-size: 20px;
}

main[data-page='CONTACT'] > section > section a {
    text-decoration: underline;
}

main[data-page='CONTACT'] > section > section ul {
    white-space: normal;
}

main[data-page='CONTACT'] > section > section ul li:not(:last-of-type){
    margin-bottom: 20px;
}

main[data-page='CONTACT'] > section > section ul li i {
    display: block;
}

main[data-page='CONTACT'] > section > section ul li span {
    display: block;
}





/* 

Standard

*/

main[data-page='STANDARD'] {

}

main[data-page='STANDARD'] > section > h2 {
    font-size: 40px;
    color: #fff;
    text-align: left;
    padding: 70px 35px;
    background: #000;
    position: relative;
    line-height: 1.5;
}


main[data-page='STANDARD'] > section > section {
    max-width: 900px;
    padding: 70px 35px;
    font-size: 17px;
    line-height: 1.5;
    white-space: pre-line;
}

@media(max-width: 400px) { 
    main[data-page='STANDARD'] > section > section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

main[data-page='STANDARD'] > section > section strong {
    font-weight: 700;
}

main[data-page='STANDARD'] > section > section h1,
main[data-page='STANDARD'] > section > section h2,
main[data-page='STANDARD'] > section > section h3 {
    font-size: 22px;
}

main[data-page='STANDARD'] > section > section h4,
main[data-page='STANDARD'] > section > section h5,
main[data-page='STANDARD'] > section > section h6 {
    font-size: 20px;
}

main[data-page='STANDARD'] > section > section a {
    text-decoration: underline;
}

main[data-page='STANDARD'] > section > section ul {
    white-space: normal;
}

main[data-page='STANDARD'] > section > section ul li:not(:last-of-type){
    margin-bottom: 20px;
}

main[data-page='STANDARD'] > section > section ul li i {
    display: block;
}

main[data-page='STANDARD'] > section > section ul li span {
    display: block;
}




/* 

Post Style // .common-post-style

*/

.common-post-style {
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    white-space: inherit!important;
}

.common-post-style strong,
.common-post-style b {
    font-weight: 900!important;
}

.common-post-style h1,
.common-post-style h2,
.common-post-style h3,
.common-post-style h4,
.common-post-style h5,
.common-post-style h6 {
    background-color: #fff!important;
    background: #fff!important;
    color: inherit!important;
    padding: 0!important;
}

.common-post-style h1:first-child,
.common-post-style h2:first-child,
.common-post-style h3:first-child,
.common-post-style h4:first-child,
.common-post-style h5:first-child,
.common-post-style h6:first-child {
    margin-top: 0px;
}

.common-post-style h1 + h2,
.common-post-style h2 + h3,
.common-post-style h3 + h4,
.common-post-style h4 + h5, 
.common-post-style h5 + h6 {
    margin-top: 0px;
}

.common-post-style h1,
.common-post-style h2,
.common-post-style h3 {
    font-size: 25px!important;
}

.h2,
.common-post-style h2 {
    font-size: 24px!important;
}

.common-post-style h4 {
    font-size: 22px!important;
}

.common-post-style h5 {
    font-size: 20px!important;
}

.common-post-style h6 {
    font-size: 18px!important;
}

.common-post-style img {
    margin: 40px 0;
}

.common-post-style p {
    margin: 0px
}

.common-post-style ul,
.common-post-style ol {
    list-style: circle;
    padding-left: 40px;
    margin: 0px 0;
    line-height: 1.3;
}

.common-post-style li > ul,
.common-post-style li > ol {
    margin-bottom: 10px;
}

.common-post-style ol {
    list-style: decimal;
}

.common-post-style a {
    text-decoration: underline;
}

.common-post-style table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    white-space: normal
}

.common-post-style .table_button {
    border: none;
    border-bottom: 2px solid #eee;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
    background: transparent;
    outline: none;

    -webkit-transition: border-bottom-color 0.3s ease-in-out;
    -moz-transition: border-bottom-color 0.3s ease-in-out;
    -o-transition: border-bottom-color 0.3s ease-in-out;
    transition: border-bottom-color 0.3s ease-in-out;
}

.common-post-style .table_button span,
.common-post-style .table_button i {
    display: none;
}

.common-post-style .table_button:not(.open_table) span:first-of-type,
.common-post-style .table_button.open_table span:last-of-type {
    display: inline;;
}

.common-post-style .table_button.open_table, 
.common-post-style .table_button:hover {
    border-bottom-color: red;
}

.common-post-style .table_button.open_table {

    margin-bottom: 10px;
}

.common-post-style .table_button:not(.open_table) + table {
    display: none;
}

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
    text-shadow: none!important;
    color: #000!important;
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
    border-radius: 0px!important;
    border: 1px solid #000!important;
}

.paginate_button.disabled {
    color: #111!important;
}

.tablepress tfoot th, .tablepress thead th,
.common-post-style table thead {
    background: #1c1c1b!important;
    color: #fff;
}


.tablepress .odd td,
.common-post-style table tbody > *:nth-of-type(even),
.common-post-style table tbody > *:nth-of-type(even) {
    background: #e2dfd9!important;;
}

.common-post-style table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

.common-post-style table th, 
.common-post-style table td {
    padding: 10px;
    text-align: left;
    height: auto;
    width: auto;
}

.common-post-style table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}


.common-post-style .panel-heading {
    padding: 4px 15px
} 

.common-post-style .panel-body{
    padding: 4px 15px
} 

.common-post-style .vis-item {
    margin-bottom: 0px
}






/* 

Common Responsive

*/

@media(max-width: 700px) {
    main[data-page='SEARCH'] section > form #searchsubmit_big,
    main[data-page='SEARCH'] section > form input[type='text'],
    main h2 {
        font-size: 30px!important;
    } 
    body:not(.front) main h2 {
        padding-left: 35px!important;
        padding-right: 35px!important;
    } 
}

@media(max-width: 600px) {
    main {
        margin-top: 50px;
    }
}

@media(max-width: 400px) {
    body:not(.front) main h2 {
        font-size: 25px!important;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }  
    
    main[data-page='SEARCH'] section > form input[type='text'] {
        font-size: 20px!important;
        width: calc(100% - 50px)!important;
    }
    
    main[data-page='SEARCH'] section > form #searchsubmit_big {
        padding-right: 0px!important;
        padding-left: 0px!important;
        width: 50px!important;
        font-size: 20px!important;
    }
}