/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
/*Mobile Sticky Header*/
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
position: fixed;
}
}

/*Linie bei Header entfernen*/
#main-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}

#main-header.et-fixed-header {
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
	
}

/*Schrift bei Dropdown fixed Header weiss*/

#main-header.et-fixed-header .nav li ul a {
color:#fff!important;
}

/* Adjust button in top menu*/
.custom-menu-button a{ 
color: #ffffff;  
background-color:#b6cbd4;
padding:10px 10px 10px 10px;
padding-bottom:0px;
border:50px;
border-radius:0px;
height:5px;
}
/* Remove default hover on links*/
	.custom-menu-button:hover{
		text-decoration: none;
		color:#fff!important;
	}


/* Adjust TERMIN in top menu*/
.termin-button a{ 
color:#ffffff;
background-color:#b6cbd4;
padding: 10px;
	}
.tel-button a{ 
color:#b6cbd4;
background-color:#b6cbd4;
padding: 10px;
	}

/* 3er-Kolumne in Mobile-View auf einer Zeile anzeigen*/
@media only screen and (max-width: 980px) {
.three-columns .et_pb_column {
width: 33%!important;
padding: 5px;
}
}