/*
overlay_menu.css
*/


#overlay-menu-section{
    /*display:none; 
    position:fixed;
    overflow:scroll;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:99;*/
    background: rgba(13,21,42,0.93) !important;
    color: #fff !important;
    /*backface-visibilty: hidden !important;*/
}

.overlaylogo{
        position:fixed;
}

.overlaylogo + h2{
    position:fixed;
    cursor:pointer;
    padding-top:500px;
    margin-top: -500px;
    z-index:999999;
}

/* Content Styles */

#page-container{
    padding-top:0 !important;
}

#overlay-menu-section .et_pb_module p{
    font-size:22px;
    line-height: 26px;
}

#overlay-menu-section .et_pb_module a{
    color:#d67d24;
}

#overlay-menu-section .et_pb_main_blurb_image{
    margin-bottom:0px;
}

#overlay-menu-section .et_pb_text.info{
    padding-bottom:0px;
    font-family: 'Atlas Grotesk Web' !important;
}

#overlay-menu-section .et_pb_text.info + .et_pb_text{
    padding-bottom:0px;
    padding-top:0px;
}

#overlay-menu-section .et_pb_module p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Atlas Grotesk Web';
}

#overlay-menu-section .et_pb_text.info p:last{
    margin-bottom:0px;
}

#overlay-menu-section .et_pb_text h2{
    text-transform: none;
    font-size:30px;
    line-height:32px;
}

#overlay-menu-section .et_pb_text.info h2{
    font-size:11px;
    line-height: 26px;
    font-family: 'Atlas Grotesk Web';
    text-transform:uppercase;
    letter-spacing: 1px;
    padding:0px;
}

#overlay-menu-section .et_pb_column_1_3 .et_pb_module{
    margin-bottom:30px !important;
    
}

#overlay-menu-section .et_pb_module .accordion-text-header::after{
    content:"mehr...";
    text-align: center;
    padding-left:0;
}

#overlay-menu-section .et_pb_module .accordion-text{
    position:relative;
}

#overlay-menu-section .et_pb_map{
    height:250px;
}


.overlay-menu-section #mobileImage {
    clear: both;
}

#map {
    width: 100%;
    height: 440px;
}

#overlay-menu-section h1{
    color: #fff;
    text-align: center;
}

#overlay-menu-section h2{
    color: #fff;
    text-align: center;
}

#overlay-menu-section h3{
    color: #fff;
    text-align: center;
    /*font-size: 18px;*/
}

#overlay-menu-section p{
    text-align: center;
}


.overlay-image{
    width: 100%;
    opacity: 1;
}

#overlay-menu-section .overlay-img{
    font-family: 'Portrait Web';
    font-size:20px;
    line-height:23px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(252,252,252,0.65);
    opacity: 1;
    color: #1a222b;
    width: 100%;
    height: auto;
    text-align: center;
    left:0px;
    padding:22px 10px 20px 10px;
}

#overlay-menu-section .et_pb_image a{
    text-decoration: none;
}

#overlay-menu-section .et_pb_image{
    padding-top:20px !important;
    position:relative !important;
}


#overlay-menu-section #logo{
    display: none !important;
}

@media (min-width: 981px){
    #overlay-menu-section .et_pb_column_1_3 .et_pb_image:nth-child(2) img{
        margin-top:-30px;
    }

}

@media (max-width: 980px){
    #overlay-menu-section .et_pb_column_1_2{
        width:50% !important;
    }
    
    #overlay-menu-section .et_pb_column_1_2:nth-child(1){
        padding-right:4%;
    }
    
    #overlay-menu-section .et_pb_column_1_2:nth-child(2){
        padding-left:4%;
    }
    
    h2.overlayheader {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #overlay-menu-section .overlay-img {
	    font-family: 'Portrait Web';
	    font-size: 16px;
	    line-height: 16px;
	    position: absolute;
	    bottom: 0px;
	    background-color: rgba(252,252,252,0.65);
	    opacity: 1;
	    color: #1a222b;
	    width: 100%;
	    height: auto;
	    text-align: center;
	    left: 0px;
	    padding: 10px 8px 7px 8px;
	    letter-spacing: 0.02em;
	}
}