/*
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:300px;}

#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;
}



/* Menu Schriftgrösse verkleinert sich bei gewisser Breite*/

/***********bis 3000 ********************/
@media (max-width: 3000px) {  
 #top-menu li, #top-menu li a {
 font-size: 22px !important;
  font-weight: 400 !important;
 padding-right: 7px !important;
 }
#logo{max-width:300px;}

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


/*********** bis 1250 ********************/
@media (max-width: 1300px) { 
 #top-menu li, #top-menu li a {
 font-size: 18px !important;
 padding-right: 5px !important;
 }
#logo{max-width:300px;}

}

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

/*********** bis 1000 ********************/
@media (max-width: 1050px) { 
 #top-menu li, #top-menu li a {
 font-size: 16px !important;
 padding-right: 5px !important;
 }
#logo{max-width:300px;}

}

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






/* 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 */
}



