/*
Theme Name: Divi-Child-Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* DAMIT DIE SEITE BEIM LADEN NICHT SPRINGT.
#page-container { padding-top:118px !important; }

*/

header#main-header {
z-index: 99990;
}

.et_fullwidth_nav #main-header .container {

    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

/* 
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    margin: 20px auto;
    width: 100%;
    max-width: 1200px;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    height: 10px;
    min-height: 100vh;
    width: 90%;
    max-width: none;
}
*/



#left-area ul, .comment-content ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul, body.et-pb-preview #main-content .container ul {
    list-style-type: disc;
    line-height: 25px;
}

/* changing line spacing in lists */
.entry-content li{
padding-bottom: 12px !important;
}

/*apply a blur or other filter effect to the background image*/
.pa-background-filter .et_pb_parallax_css {
	filter: blur(50px); /* Adjust the blur amount as needed */
	-webkit-filter: blur(50px); /* For Safari */
}


#logo{max-width:200px;}

#top-menu .menu-item-has-children > a:first-child::after, .fullwidth-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
display: none;
}


.et_pb_gallery_fullwidth .et_pb_gallery_image img {
   max-width: 100% !important;
max-height: 550px !important;
object-fit: cover; /* container */
}



.et_mobile_menu li a, .nav li li a {
    font-size: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* style the opened mobile menu hamburger (make it an 'X') */  
div.mobile_nav.opened .mobile_menu_bar:before {
    font-family: "ETmodules";
    content: "\4d"; 
}


/* color both the open and close hamburgers */
div.mobile_nav.opened .mobile_menu_bar:before, div.mobile_nav.closed .mobile_menu_bar:before {
    color: #000000; 
}




/* Hide footer */

#main-footer {
    height: 0 !important;
    overflow: hidden;
}


.et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 95%;
    padding-right: 10px;
    padding-left: 10px;
}




/* 2 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    .two-col-tab .et_pb_column {
        width:47.25% !important;
    }
.two-col-tab .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }
    .two-col-tab .et_pb_column:not(:nth-child(2n)) {
        margin-right:5.5% !important;
    }
}


/* 3 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    .three-col-tab .et_pb_column {
        width:29.6667% !important;
    }

.three-col-tab .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }

    .three-col-tab .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}


/* ##### DROPDOWN MENU STYLES ##### */

#top-menu .sub-menu {
   background-color: #FFFFFF; /* Background color dropdown */
   border-top: 0px solid #000000; /* Top border color dropdown */

}

#top-menu .sub-menu li a {
   font-size: 17px; /* Font size dropdown */
   line-height: 1.2em;
   width: 100%;
   color: #000000;
   border-bottom: 0px solid #666666; /* Border bottom menu item color */
}

.sub-menu li:hover {
   background-color: rgba(0,0,0,0.2); /* Hover color menu item */
}

.sub-menu .current_page_item {
  /* background-color: #4070a9; /* Current menu item color dropdown */
	color: #000;
}

#top-menu .sub-menu li {
   padding-left: 0px;
   padding-right: 0px;
   width: 100%;
}

#top-menu li li a {
   padding-top: 10px;
   padding-bottom: 8px;
}

#top-menu .sub-menu {
   padding-top: 0px;
   padding-bottom: 0px;
}

.nav ul li a:hover {
   opacity: 1;
   background-color: rgba(0,0,0,0);
}


/* ##### DROPDOWN MENU WIDTH ##### */

.nav li ul {
   width: 200px !important; /* Width of the dropdown menu */
}

.nav li li ul {
   left: 200px !important; /* Use the same size as above */
}

#top-menu li li a {
	width: 160px;
  /* width: 200px; /* Make this 40 less then the width of the dropdown menu */
}


 /* essential grid text funktion */

.esg-entry-skin-creative-team .eg-creative-team-element-4 {
background: linear-gradient( 205deg, rgba(255, 91, 199, 1) 0%, rgba(240, 0, 172, 1) 100%);
-webkit-background-clip: text;
background-clip: text;
color: black!important;
}

.eg-creative-team-wrapper .esg-media-poster {
    border: 4px solid #ffffff!important;
    border-radius: 50%;
    box-shadow: -10px 10px 35px 0px rgba(0,0,0,0.5)!important;
}



.contact-link a {
      color: #FFFFFF; /* Replace with your desired color */
    }

.eg-haven-element-12 {
    display: flex !important;
    align-items: center;
    justify-content: center!important;
    height: 100%;
}

/* FIX FOR PARALLAX ON SAFARI NOT WORKING */
@media all and (hover: hover) {
	.et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	background-attachment: fixed !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
    .et_pb_column .et_pb_team_member_image {
        width: auto;
		margin: 0px 0px 15px 0px;
        text-align: left;
    }
}



