/*
 Theme Name:     DH Fotografie Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.vbox-top {display: none;}



/* MOBILE MENU ----------------------------------------------------------- */

/* Text left of hamburger in Theme Builder */

.et_mobile_nav_menu:before  {
content: 'MENU';
position: absolute;
right: 40px;
margin-top:5px;
color: #333;
font-size:16px;
}

/* Text left of hamburger in Divi 3 */

#et_mobile_nav_menu:before  {
content: 'MENU';
position: absolute;
right: 33px;
bottom:30px;
color: #333;
font-size:16px;
}

/* Color Hamburger Menu */

.mobile_menu_bar:before {
color: #333;
}

/* X icon in expanded mobile menu */

.mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
color: #333;
}

/* Remove the top line in the mobile menu and make the text uppercase*/

.et_mobile_menu {
    border-top:0;
    text-transform: uppercase;
}

/* Make mobile menu fullwidth */

.et_mobile_menu {
min-width: 100vw;
margin-left: -10vw;
}

/* Make the mobile menu full height */

.et_mobile_menu {
min-height:100vh !important;
min-height: -webkit-fill-available;
padding-top:50px !important;
}

html {
height: -webkit-fill-available;
}

/* Remove the animation to avoid delay */

.mobile_nav.opened .et_mobile_menu {
display:block !important;
}

/* Center-align moble menu items */

.et_mobile_menu li {
    text-align:center !important;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul {
padding-left:0 !important;
}

/* Font Size in Mobile Menu */

.et_mobile_menu li a {
    font-size: 20px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    line-height: 3.0em;
}

/* Logo Größe mobile */

@media only screen and (max-width:980px) {
	.et_header_style_left .logo_container {
		height: 75px !important;
		max-height: 75px !important;
    }
	
	.et_header_style_left #logo {
		height: 20px !important;
		max-height: 20px !important;
    }
}

/* END MOBILE MENU ----------------------------------------------------------- */

/* Schriftart Cookie Tool */

.cky-consent-container, .cky-preference-center {
		font-family: arial;
}
