/*@font-face {
  font-family: 'Lato';
  font-weight: 400;
  src: url(/assets/fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: 'Lato';
  font-weight: 700;
  src: url(/assets/fonts/Lato/Lato-Bold.ttf);
}
@font-face {
  font-family: 'Kalam';
  font-weight: 400;
  src: url(/assets/fonts/Kalam/Kalam-Regular.ttf);
}
@font-face {
  font-family: 'Kalam';
  font-weight: bold;
  src: url(/assets/fonts/Kalam/Kalam-Regular.ttf);
}
*/
html 
{
  scroll-behavior: smooth;
}

body
{
    background-color: #365f75;
}
body, body *
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:'Lato', helvetica, sans-serif;
    line-height: 1em;
}

a
{
    color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

.terminator
{
    clear: both;
}

header
{
    width: 100%;
}
#main_logo
{
    overflow: hidden;
}

#main_logo img
{
    height: 92%;
}

nav ul
{
    list-style-type: none;
    list-style-position: inset;
}

#main_nav
{
    position: absolute;
    background-image: repeating-linear-gradient(#284757, #305569 10%,#284757 30%);
    color:#FFF;
}

/* CONTENT */

#main
{
    display: block;
    overflow: hidden;
}   

#main_section
{
    transition: padding 1s;
}

#main_section.scrolled
{
    padding-top: 0px;
}

article:nth-of-type(even)
{
    background-color: #FFF;
    background-image: linear-gradient(158deg, #C7CDD9, #FFF, #888E9A);
    color: #262f38;
    position: relative;
}

article:nth-of-type(odd)
{
    color: #FFF;
    background-image: linear-gradient(160deg, #282e3a, #343c4b, #282e3a);
}

.site_title
{
    color: #FFF;
    font-weight: 600;
    background-image: linear-gradient(160deg, #284757, #365f75 ,#284757);
}

/* SLIDER */
.slider
{
    overflow: hidden;
    position: relative;
}

#main_section>.slider
{
    margin-top:160px;
}

.slider,
.slider_image,
.slider_image img
{
    width: 100%;
}

.slider_image:not(:first-of-type)
{
    position: absolute;
    top: 0px;
    width: 100%;
}

.slider_text
{
    position: absolute;
    font-family: 'Kalam', kursive;
}

.slider_image
{
    opacity: 1;
    transition: opacity 2s;
}

.slider_image:not(.hidden)
{
    opacity: 1;
}

.slider_image.hidden
{
    opacity: 0;
}

/* TEXT_IMAGE */

.text_image
{
    position:relative;
}

.text_image_text
{
    line-height: 1.3em;
}

.text_image_text ul,
.text_text_left ul,
.text_text_right ul
{
    list-style-position: inside;
}
.text_image_text li ul,
.text_text_left li ul,
.text_text_right li ul
{
    padding-left: 15px !important;
}
.text_image_text li em,
.text_text_left li em,
.text_text_right li em
{
    display: inline-block;
    width: 100px;
    text-align: right;
    font-style: normal;
}
footer
{
    background-color: #8e8e8e;
    text-align: right;
}

footer .footer_text
{
    position: absolute;
    left: 280px;
    line-height: 2em;
}
footer .footer_link
{
    display: inline-block;
    margin-right: 25px;
    line-height: 2em;
}

@media screen and (min-width: 1280px)
{
    header
    {
        position: fixed;
        z-index: 10;
        top: 0px;
        left: 0px;
    }
    
    #main_logo
    {
        margin-left: 260px;
        padding-top: 6px;
        background-image: linear-gradient(to right, #919ea5 0%, #fff 5%, #fff 95%, #919ea5 100%);
        transition: all 1s; 
    }   

    #main_logo.start
    {
        border-top: 15px solid #284757;
        border-bottom: 15px solid #8e8e8e;
        height: 240px;
        padding-left: 6%;
    }

    #main_logo.scrolled
    {
        border-top: 8px solid #284757;
        border-bottom: 8px solid #8e8e8e;
        height: 80px;
        padding-left: 10%;
        text-align: left; 
    }


    #main_nav
    {
        width: 260px;
        top: 0px;
        height: 100vh;      
        box-shadow: 3px 3px 13px 4px rgba(14,18,25,0.5);
        font-size: 15pt;
        padding: 160px 30px 10px 30px;
    }   
    
    .nav_meter 
    {
        position: absolute;
            top: 0px;
            right: 9px;
            width: 5px;
            height: 100vh;
            background-color: #fff;
    }

    
    #main_nav li
    {
        padding: 10px 0px;
        position:relative;
    }   

    .nav_meter_pointer
    {
        position:absolute;
        top: 10px;
        right: -27px;
        display: block;
        width: 19px;
        height: 19px;
        background-color: #508697;
        background-image: radial-gradient(#508697, transparent, #508697);
        border-radius: 50%;
        transition: opacity 1s;
    } 

    #main_nav li.active .nav_meter_pointer
    {
        opacity: 1;
    }   

    #main_nav li:not(.active) .nav_meter_pointer
    {
        opacity: 0;
    }   
    

    .main_nav_trigger,
    .image_hd,
    .image_tablet
    {
        display: none;
    }   
    /* CONTENT */
    .article_anchor
    {
        position: relative;
        top: -160px;
    }
    
    #main
    {
        width: calc(100% - 260px);
        margin-left: 260px;
    }   
    
    #main_section.start
    {
        padding-top: 80px;
    }   
    
    #main_section > article:first-child,
    #main_section + div:first-child,
    #main_section + h1:first-child
    {
        padding-top: 160px;
    }
    
    .site_title
    {
        font-size: 32pt;
        padding: 40px 50px;
    }
    

    /*SLIDER*/
    
    .slider_text
    {
        bottom: 30px;
        left: 50px;
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 3px #262f38;
    }

    /* TEXT IMAGE */


    .text_image_title.full
    {
        position: relative;
        padding: 0px 50px;
        top: 50px;
    }
    
    .text_image_title.full,
    .text_image h2
    {
        font-size: 20pt;
        color: inherit;
        padding-bottom: 18pt;
    }
    
    .text_image
    {
        padding: 50px 50px;
    }

    .text_image+.text_image_title.full
    {
        top: 0px;
    }

    .text_image+.text_image,
    .text_image+.text_image_title.full+.text_image
    {
        padding: 0px 50px 50px;
    }
    
    .text_image_image
    {
        width: 50%;
    }

    .text_image_image.left
    {
        float:left;
        margin-right: 1%;
        padding-right: 20px;
        margin: 0px 50px 50px 0px;
    }

    .text_image_image.right
    {
        float:right;
        margin: 0px 0px 50px 50px;
    }
    
    .text_image_text.left,
    .text_image_text.right
    {
        width: 100%;
    }
    
    .text_image_text
    {
        font-size: 12pt;
        
    }
    .text_image_text p,
    .text_image_text li,
    .text_text_left p,
    .text_text_right p,
    .text_text_left li,
    .text_text_right li
    {
        line-height: 1.5em;
    }

    .text_image_text p,
    .text_text_left p,
    .text_text_right p
    {
        margin-bottom: 12pt; 
    }

    .text_text_left
    {
        width: 50%;
        float:left;
        padding-right: 10%;
    }

    .text_text_right
    {
        width: 50%;
        margin-left:50%;
    }
    .map_iframe
    {
        width: 49%;
        float:right;
        height: 350px;
    }
    .leading
    {
        padding-top: 100px;
        display: table;
        width: 100%;
    }
    .leading_left,
    .leading_right
    {
        width: 50%;
        text-align: center;
        display: table-cell;
        vertical-align: top;
    }

    .leading_image_container
    {
        width: 300px;
        overflow: hidden;
        height: 360px;
        margin: 0px auto 20px auto;
    }

    .leading_left .leading_image,
    .leading_right .leading_image
    {
        width: 100%;
    }
    .leading_name
    {
        line-height: 2em;
        color: #FFF;
        padding-bottom: 20px;
    }

}

@media screen and (min-width:800px) and (max-width: 1279px)
{
    header
    {
        position: fixed;
        z-index: 10;
        top: 0px;
        left: 0px;
    }
    
    #main_logo
    {
        margin-left: 200px;
        padding: 6px 0px 0px 3%;
        background-image: linear-gradient(to right, #8d8d8d 0%, #FFF 15%, #FFF 85%, #8d8d8d 100%);
        transition: all 1s; 
    }   
    #main_logo.start
    {
        border-top: 15px solid #305569;
        border-bottom: 15px solid #8e8e8e;
        height: 160px;
        padding-left: 16%;
    }

    #main_logo.scrolled
    {
        border-top: 8px solid #284757;
        border-bottom: 8px solid #8e8e8e;
        height: 80px;
        padding-left: 10%;
        text-align: left; 
    }

    #main_nav
    {
        width: 200px;
        top: 0px;
        height: 100vh;      
        box-shadow: 3px 3px 13px 4px rgba(14,18,25,0.5);
        font-size: 12pt;
        padding: 160px 10px 10px 10px;
    }   
    
    .nav_meter 
    {
        position: absolute;
        top: 0px;
        right: 9px;
        width: 5px;
        height: 100vh;
        background-color: #fff;
    }

    
    #main_nav li
    {
        padding: 10px 0px;
        position:relative;
    }   

    .nav_meter_pointer
    {
        position:absolute;
        top: 10px;
        right: -5px;
        display: block;
        width: 15px;
        height: 15px;
        background-color: #0eb31b;
        border-radius: 50%;
        transition: opacity 1s;
    } 

    #main_nav li.active .nav_meter_pointer
    {
        opacity: 1;
    }   

    #main_nav li:not(.active) .nav_meter_pointer
    {
        opacity: 0;
    }   
    

    .main_nav_trigger,
    .image_uhd,
    .image_tablet
    {
        display: none;
    }   
    /* CONTENT */
    .article_anchor
    {
        position: relative;
        top: -160px;
    }
    
    #main
    {
        width: calc(100% - 200px);
        margin-left: 200px;
    }   
    
    #main_section > article:first-child,
    #main_section + div:first-child,
    #main_section + h1:first-child
    {
        padding-top: 160px;
    }
    
    .site_title
    {
        font-size: 32pt;
        padding: 25px;
    }
    

    /*SLIDER*/
    
    .slider_text
    {
        bottom: 30px;
        left: 30px;
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 3px #262f38;
    }

    /* TEXT IMAGE */
    .text_image_title.full
    {
        position: relative;
        padding: 0px 50px;
        top: 50px;
    }
    
    .text_image_title.full,
    .text_image h2
    {
        font-size: 20pt;
        color: inherit;
        padding-bottom: 18pt;
    }
    .text_image_image.left + .text_image_text
    {
        margin-top: 20px;
    }
    .text_image
    {
        padding: 50px;
    }

    .text_image+.text_image_title.full
    {
        top: 0px;
    }

    .text_image+.text_image,
    .text_image+.text_image_title+.text_image
    {
        padding-top: 0px;
    }
    .text_image_image
    {
        width: 100%;
    }

    .text_image_image.left
    {
/*      float:left;*/
    }

    .text_image_image.right
    {
/*      float:right;*/
    }
    
    .text_image_text p,
    .text_image_text li,
    .text_text_left p,
    .text_text_right p,
    .text_text_left li,
    .text_text_right li
    {
        line-height: 1.5em;
    }

    .text_image_text p,
    .text_text_left p,
    .text_text_right p
    {
        margin-bottom: 12pt; 
    }

    .text_image_text.left,
    .text_image_text.right
    {
        width: 100%;
    }
    
    .text_image_text
    {
        font-size: 12pt;
    }
    .text_image_text p
    {
        line-height: 1.5em;
        margin-bottom: 12pt; 
    }

    .text_image_text.left
    {
        margin-left: 0%;
        padding-left: 0px;
    }

    .text_image_text.right
    {
        padding-right: 0px;
    }
    
    .map_iframe
    {
        width: 100%;
        height: 350px;
        margin-bottom: 25px;
    }

    .leading
    {
        padding-top: 50px;
        display: table;
        width: 100%;
    }
    .leading_left,
    .leading_right
    {
        width: 50%;
        text-align: center;
        display: table-cell;
        vertical-align: top;
    }
    .leading_image_container
    {
        width: 240px;
        overflow: hidden;
        height: 288px;
        margin: 0px auto 20px auto;
    }

    .leading_left .leading_image,
    .leading_right .leading_image
    {
        width: 100%;
    }
    .leading_name
    {
        line-height: 2em;
        color: #FFF;
        padding-bottom: 20px;
    }

    
}

@media screen and (max-width:799px)
{
    header
    {
        position: fixed;
        z-index: 10;
        top: 0px;
        left: 0px;
    }
    
    #main_logo
    {
        margin-left: 0px;
        padding: 6px 0px 0px 3%;
        background-image: linear-gradient(to right, #8d8d8d 0%, #FFF 15%, #FFF 85%, #8d8d8d 100%);
        transition: all 1s;
        text-align: right;
    }   

    #main_logo.start
    {
        height: 120px;
        border-top: 15px solid #284757;
        border-bottom: 15px solid #8e8e8e;  
    }

    #main_logo.scrolled
    {
        height: 70px;
        border-top: 5px solid #284757;
        border-bottom: 5px solid #8e8e8e;   
    }


    #main_logo img
    {
        height: 93%;
    }

    #main_nav
    {
        width: 200px;
        box-shadow: 3px 3px 13px 4px rgba(14,18,25,0.5);
        font-size: 12pt;
        transition: top 1s;
    }   

    #main_nav ul.level_0
    {
        position: relative;
    }
    
    .nav_meter 
    {
       position: absolute;
    }

    
    #main_nav li
    {
        padding: 10px 10px;
        position:relative;
    }   

    .nav_meter_pointer
    {
        display: none;
    } 

    #main_logo.start+nav 
    {
        top: 120px;
    }

    #main_logo.scrolled+nav
    {
        top: 70px;
    }
    
    .main_nav_trigger
    {
        font-size: 35px;
        width: 39px;
        height: 39px;
        text-align: center;
        position: absolute;
        color: #262f38;
        cursor: pointer;
        top: -47px;

    }   
    
    #main_nav ul.mobile_hidden .main_nav_trigger div:last-of-type,
    #main_nav ul.mobile_shown .main_nav_trigger div:first-of-type,
    #main_nav ul.mobile_hidden li,
    .image_uhd,
    .image_hd
    {
        display: none;
    }   
    /* CONTENT */
    .article_anchor
    {
        position: relative;
        top: -120px;
    }
    
    #main
    {
        width: 100%;
        margin-left: 0px;
    }   
    
    #main_section > article:first-child,
    #main_section + div:first-child,
    #main_section + h1:first-child
    {
        padding-top: 120px;
    }
    
    .site_title
    {
        font-size: 18pt;
        padding: 25px;
    }
    

    /*SLIDER*/
    
    .slider_text
    {
        bottom: 16px;
        left: 30px;
        font-size: 20pt;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 3px #262f38;
    }

    /* TEXT IMAGE */
    .text_image_title.full
    {
        padding: 25px;
    }
    
    .text_image h2
    {
        font-size: 18pt;
        color: inherit;
        padding-bottom: 18pt;
    }
    
    .text_image
    {
        padding: 25px;
    }
    
    .text_image_image,
    .text_image_text
    {
        width: 100%;
    }
    
    .text_image_image
    {
            margin-bottom: 15px;
    }
    
    .text_image_text
    {
        font-size: 12pt;
    }
    .text_image_text p,
    .text_image_text li,
    .text_text_left p,
    .text_text_right p,
    .text_text_left li,
    .text_text_right li
    {
        line-height: 1.5em;
    }

    .text_image_text p,
    .text_text_left p,
    .text_text_right p
    {
        margin-bottom: 12pt; 
    }
    .map_iframe
    {
        width: 100%;
        height: calc(100vh - 90px);
        margin-bottom: 50px;
    }
    .leading
    {
        padding-top: 50px;
        display: block;
        width: 100%;
    }
    .leading_left,
    .leading_right
    {
        width: 100%;
        text-align: center;
        display: block;
    }
    .leading_image_container
    {
        width: 300px;
        overflow: hidden;
        height: 360px;
        margin: 0px auto 20px auto;
    }
    .leading_left .leading_image,
    .leading_right .leading_image
    {
        max-width: 413px;       
        width: 90%;
    }
    .leading_name
    {
        line-height: 2em;
        color: #FFF;

    }

    footer .footer_text
    {
        left: 20px;
    }
    footer .footer_link
    {
        box-sizing: border-box;
        display: block;
        line-height: 2em;
        width: 50%;
        margin-left: auto;
    }
}

.CookieDeclaration
{
    padding: 0px 50px 10px 50px;
    color: #000;
    background-color: #FFF;
    position: relative;
    margin-top: -50px;
}

.CookieDeclaration p,
.CookieDeclaration div
{
    font-size: 12pt;
    margin-bottom: 12pt;
    line-height: 1.5em;
}

#CookieDeclarationChangeConsent a
{
text-decoration: underline;
}