/*
 Theme Name:     Institut 3P
 Theme URI:      https://www.webtimiser.de
 Description:    Divi Child Theme for 3p
 Author:         Webtimiser
 Author URI:     https://www.webtimiser.de
 Template:       Divi
 Version:        1.0.0
 Text Domain:    3p
*/

/* color scheme 
beige
#fefaee

dunkelbeige
#e8dfaf 

rot
#da292a

hellgrau
#fbf9f4

footer
#e8dfaf
*/

/*Mobile*/
.mobile_menu_bar::before {
    
    font-size: 36px;
    content: "\61";
    cursor: pointer;
    color: #da292a;
}
.et_mobile_menu {
       border-top: 3px solid #da292a;
}
@media all and (min-width: 981px) {
.et_fullwidth_nav #main-header .container {
    width: 95%;padding-right:40px;

}
.et_mobile_menu {   
    overflow-y:scroll!important;
    max-height:80vh!important;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}
@media only screen and (min-width: 981px) and (max-width:1210px) {
#logo {
    max-height: 35%!important;
}
}
h3 {line-height: 1.2em;}
}

.intro-home{background: rgba(255,255,255,0.3)!important;
padding:15px;
max-width: 770px!important;
border-radius:5px;
}

@media all and (max-width: 680px) {
	.intro-home{background: rgba(255,255,255,0.9)!important;
padding:15px;
		
}
h1.intro-home,.intro-home > h1:nth-child(1) {font-size:36px!important;}
}
@media only screen and (min-width : 981px) and (max-width : 1250px) {
        #et_mobile_nav_menu {display:block; margin-bottom:10px; margin-top:5px }
        #top-menu-nav { display:none; }}