 /*--------------------------------------------*/
/*Cookies*/
/*--------------------------------------------*/
.cookies{
    width: 100vw;
    position: fixed;
    height: 0px;
    visibility: hidden;
    background-color:#445878;
    bottom: 0;
    z-index: 106;
    padding: 0px !important;
    opacity: 0;
    font-weight: 500;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.cookies-close{
    height:10%;
    width:100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  
}

.cookies-close i{
      cursor: pointer;
    margin-right: 25px;
    margin-top: 15px;
}

.cookies-top{
    width:100vw;
    height:50%;
    color:#fff;
    padding:5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    
}

.cookies-bottom{
    width:100vw;
    height:40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
}

.cookies-button{
    padding:5px;
    min-width: 100px!important;
    border: 0px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.cookies-button i{
    margin-left: 5px;
}
.cookies-button-accept{
    margin-right: 10px;
    background-color: orange;
    color: #fff;
}
.cookies-button-datenschutz{
    margin-left: 10px;
    background-color: #fff;
    color:#000;
}
/*--------------------------------------------*/
/*Allgemeine Einstellungen*/
/*--------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html,
body{
    background-color: #eeeeee;
    color:#555;
    font-family: 'Montserrat'!important;
    font-weight:400;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
.clearfix{zoom:1}
.clearfix:after{
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
a{
    text-decoration: none;
}
.row{
    max-width: 1140px;
    margin: 0 auto;
}
/*--------------------------------------------*/
/*Headings*/
/*--------------------------------------------*/
h1,
h2,
h3{     
    font-weight:300;
}
h1{
    margin-top:0;
    margin-bottom: 20px;
    color:#fff;
    letter-spacing: 1px;
    word-spacing: 4px;
    font-size: 240%;
}
h2{
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #151515;
    font-weight: 500;
}
h3{
    font-size: 110%;
    margin-bottom: 15px;
    color: #445878;
    font-weight: 400;
    
}
h2:after{
    display:block;
    height:2px;
    background-color: #1A2E4E;
    content: " ";
    width: 100px;
    margin:0 auto;
    margin-top: 10px;
}
/*--------------------------------------------*/
/*NoScript-Alert*/
/*--------------------------------------------*/
noscript{
    background: rgba(0,0,0,0.9);
    position: fixed;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
noscript p{
    color: #fff;
    padding: 10px;
    text-align: center;
    line-height: 1.5em;
}
noscript i{
    color: #fff;
    font-size: 200%;
}
/*--------------------------------------------*/
/*Header-Bereich/Navigation/DropDown/Scroll-Header*/
/*--------------------------------------------*/
header{
    height: 85px;
    width: 100vw;
    position: fixed;
    z-index: 105;
    -webkit-transition: height 0.3s,background-color 0.3s,-webkit-transform 0.5s;
    transition: height 0.3s,background-color 0.3s,-webkit-transform 0.5s;
    -o-transition: height 0.3s,background-color 0.3s,transform 0.5s;
    transition: height 0.3s,background-color 0.3s,transform 0.5s;
    transition: height 0.3s,background-color 0.3s,transform 0.5s,-webkit-transform 0.5s;
    background-color:rgba(255,255,255,0.98);
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 1px 8px rgba(2, 2, 2, 0.2);
            box-shadow: 0px 1px 8px rgba(2, 2, 2, 0.2);
}
nav{
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -ms-flex-line-pack: center; 
        align-content: center;
}
/*Logo - Einstellungen*/
.logo-nav{
    width: 50%;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color:#fff;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.logo{
    width: 65px;
    height: auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    margin-left: 20px;
}
.logo-nav > span{
    margin-left: 20px;
    font-size: 160%;
    color: #445878;
}
.logo-nav > span > span{
    color:#888;
}
/* ----- Navigations - Einstellung ----- */
/* ---- Haupt - Navigation ----- */
.main-nav{
    width: 50%;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    position: relative;
    background-color:#fff;
    height: 100%;
}
.dropdown-parent{
    color: #00004f;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.dropdown-parent a{
    color: #445878;
    padding: 5px 0 2px 0; 
}
.dropdown-parent > a{
    font-size: 85%;
}
.dropdown-parent > a:after{
    display:block;
    height:2px!important;
    background-color: #1A2E4E;
    content: " ";
    width: 0px;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    margin-top: 4px;
}
.dropdown-parent:hover > a:after{
    width: 100%;
}
.dropdown-parent:hover .dropdown-container{
    visibility: visible;
    -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
        transform: translateY(0px);
    opacity: 1;
}
.main-nav i{
    cursor: pointer;
}
/*Einstellung - Chevrons(Icon)*/
.icon-down{
    font-size: 80%;
    margin-left: 5px;
    margin-top: 2.5px;
    position: absolute;
}
/*Dropdown - Content - Einstellungen*/
.dropdown-container {
    background-color:#fff;
    padding:0;
    border-top: 1px solid rgba(2, 2, 2, 0.2);
    text-align: center;
    width: 100vw !important;
    position: absolute;
    left:-50vw !important;
    right: 0!important;
    top: 85px;
    visibility: hidden;
    -webkit-box-shadow: 0px 3px 8px -4px rgba(2, 2, 2, 0.2);
            box-shadow: 0px 3px 8px -4px rgba(2, 2, 2, 0.2);
    -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    -webkit-transition: opacity 0.5s,visibility 0.5s,top 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,visibility 0.5s,top 0.5s,-webkit-transform 0.5s;
    -o-transition: transform 0.5s,opacity 0.5s,visibility 0.5s,top 0.5s;
    transition: transform 0.5s,opacity 0.5s,visibility 0.5s,top 0.5s;
    transition: transform 0.5s,opacity 0.5s,visibility 0.5s,top 0.5s,-webkit-transform 0.5s;
    opacity: 0;
}
.dropdown-container > .dropdown-content{
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -ms-flex-pack: distribute; 
        justify-content: space-around;
}
.dropdown-content > .drop-links{
    height: 100%;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.drop-links > p{
    font-weight: bold;
    text-transform: uppercase;
    color: #1A2E4E;
    font-weight: 400;
}
.dropdown-content > .drop-rechts{
    height: 100%;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 25px;
    border-left: 1px solid rgba(2, 2, 2, 0.2);
    font-size: 85%;
}
.drop-rechts > div{
    margin-top: 5px;
    -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
        transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
     color: #445878;
}
.drop-rechts > div > a{
     color: #445878;
}
.drop-rechts > div:hover{
    -ms-transform: translateX(5px);
        transform: translateX(5px);
    -webkit-transform: translateX(5px);
}
.drop-rechts > div:first-child{
    margin-top: 0px;
}
/*Scroll-Navigation - Einstellungen*/
.scrollnav{
    width: 100vw;
    height: 70px;
    background-color: white;
    opacity: 0.98;
    -webkit-box-shadow: 0px 1px 8px rgba(2, 2, 2, 0.2);
            box-shadow: 0px 1px 8px rgba(2, 2, 2, 0.2);
    position: fixed;
    z-index: 1000;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}
.scroll-nav-logo{
    width:55px;
}
/*Mobile - Navigation - Einstellungen*/
.icon-m{
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav-m{
    color: #445878;
    font-size: 150%;
    display: none;
}
.mobile-navigation{
    position: fixed;
    opacity: 0;
    z-index: 5000;
    background-color:#fff;
    width: 100vw;
    height: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0.5s,opacity  0.5s,-webkit-transform 0.5s;
    transition: visibility 0.5s,opacity  0.5s,-webkit-transform 0.5s;
    -o-transition: visibility 0.5s,opacity  0.5s,transform 0.5s;
    transition: visibility 0.5s,opacity  0.5s,transform 0.5s;
    transition: visibility 0.5s,opacity  0.5s,transform 0.5s,-webkit-transform 0.5s;
    -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch; 
}
.mobile-head{
    width: 100vw;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
}
.mobile-head-left{
    width: 85vw;
    height: 100%;
}
.mobile-head-right{
    width: 15vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.icon-close{
    color: #445878;
    font-size: 110%;
    cursor: pointer;
}
.mobile-head-right p{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #eee;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mobile-content{
    margin-top: 85px !important;
    width: 90vw;
    margin: 0 auto;
    overflow-y: auto !important;
}
.mobile-link{
    width: 100%;
}
.mobile-parent{
    width: 100%;
    height: 100%;
    padding:15px 0 15px 5px;
    border-bottom: 1px solid #e0e0e0;
    color: #445878;
}
.mobile-parent p i{
    font-size: 80%;
    margin-left: 5px;
}
.mobile-submenu{
    width: 100%;
    display: none;
}
.mobile-link-dropdown{
    width: 100%;
}
.mobile-submenu-parent{
    width: 100%;
    height: 100%;
    padding:10px 0 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    color: #445878;
}
#close-m-dropdown{
    display: none;
}
/*--------------------------------------------*/
/*To - Top -Pfeil - Einstellungen*/
/*--------------------------------------------*/
#to-top{
    height: 40px;
    width: 40px;
    position: fixed;
    border-radius: 20px;
    right: 15px;
    bottom: 30px;
    border: 2px solid #999999;
    background-color: #ffffff;
    font-size: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -10;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #445878;
}
.to-top-active{
    opacity: 1!important;
    z-index: 103!important;
}
/*--------------------------------------------*/
/*Footer - Einstellungen*/
/*--------------------------------------------*/
.footer{
    background-color:#eeeeee;
    padding: 60px 0;
    border-top:1px solid #e0e0e0;
    
}
.nav-footer{
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 30px;
    margin-bottom: 30px;
}
.widget-footer{
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
}
.nav-footer a{
    color: #151515;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.nav-footer a:after{
    display:block;
    height:2px;
    background-color: #151515;
    content: " ";
    width: 50px;
    margin-top: 10px;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.copyright{
    color: #999999;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 75%;
}
.copyright p span:nth-child(2){
    border-bottom: 1px dotted #6c7980;
}
footer a
{
    color: #151515;
}
footer p{
    color:#6c7980;
}
