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




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



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

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

}
#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: 1500px) { 
 #top-menu li, #top-menu li a {
 font-size: 17px !important;
 padding-right: 6px !important;
 }
#logo{max-width:200px;}

}

#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 1050 ********************/
@media (max-width: 1300px) { 
 #top-menu li, #top-menu li a {
 font-size: 16px !important;
 padding-right: 5px !important;
 }
#logo{max-width:200px;}

}

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

/*********** bis 1050 ********************/
@media (max-width: 1250px) { 
 #top-menu li, #top-menu li a {
 font-size: 12px !important;
 padding-right: 3px !important;
 }
#logo{max-width:200px;}

}

#top-menu .sub-menu li a {
   font-size: 18px!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;
    }
}




/* ------ Menu Fullscrean--------  */

.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 75px!important;
    color: #efefef !important;
    line-height: 1.1em !important;
}


.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 0px !important;
}

@media all and (max-width: 767px) {
	.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 15px !important;
}
}






/*** Responsive Styles Tablet And Below ***/
@media screen and (max-width: 980px) {
.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 75px!important;
    color: #efefef !important;
    line-height: 1.1em !important;
}
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.et_pb_menu_1_tb_header.et_pb_menu ul li a {
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px!important;
    color: #efefef !important;
    line-height: 1em !important;
}
 
}
 



/*==== Start 2D Grow ANIMATION im Menu ====*/

.pa-2d-grow nav ul li a {
   transition: all 0.5s!important;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
}

.pa-2d-grow nav ul li a:hover {
   -webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
   -o-transform: scale(1.3);
   transform: scale(1.3);
}


/*==== End 2D Grow ====*/


#main-footer {
        background-color: #efefef!important;
    }

.et_pb_blurb_1_tb_header {
    position: absolute !important;
    top: 0px;
    bottom: auto;
    right: 30px !important;
    left: auto;
}


/*  farben der einzelnen menupunkte  */
#menu-main-1 .home a {
	color: #3d348b !important;
}

#menu-main-1 .angebot a {
	color: #7678ed !important;
}

#menu-main-1 .uebermich a {
	color: #f7b801 !important;
}


#menu-main-1 .standorte a {
	color: #f35b04 !important;
}

#menu-main-1 .kontakt a {
	color: #3d348b !important;
}

#menu-main-1 .links a {
	color: #7678ed !important;
}

#menu-main-1 .wichtig a {
	color: #f7b801 !important;
}


#menu-main-1 .notfall a {
	color: #f35b04 !important;
}


/*  farben der einzelnen menupunkte MOBIL */
#menu-main-2 .home a {
	color: #3d348b !important;
}

#menu-main-2 .angebot a {
	color: #7678ed !important;
}

#menu-main-2 .uebermich a {
	color: #f7b801 !important;
}


#menu-main-2 .standorte a {
	color: #f35b04 !important;
}

#menu-main-2 .kontakt a {
	color: #3d348b !important;
}

#menu-main-2 .links a {
	color: #7678ed !important;
}

#menu-main-2 .wichtig a {
	color: #f7b801 !important;
}

#menu-main-2 .notfall a {
	color: #f35b04 !important;
}






et_pb_text ol, .et_pb_text ul {
padding-bottom: 0em;
}

