/*
 Theme Name:     Book a consultant (Divi)
 Description:    Child-Theme für book-a-consultant.de
 Author:         Arne Strohbach
 Author URI:     https://www.strohbach.de
 Template:       Divi
 Version:        1.0.0
*/


/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400&display=swap'); */


body {
	/* font-family: 'Source Sans Pro', sans-serif;} */
	font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Menue Highlight */
#main-header #top-menu a.ds-menu-active,
.et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {
    color: #0C71C3 !important;
}


/* Sidebar deaktivieren */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}


/* Header Schatten entfernen */

#main-header,
#main-header.et-fixed-header {	
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(4px) saturate(150%);
    backdrop-filter: blur(4px) saturate(150%);
    box-shadow: 0 0 40px rgba(0,0,0,0.05) !important;
}


/* Top-Link ohne Radius */

.et_pb_scroll_top.et-pb-icon {
	border-radius: 0;
	-webkit-backdrop-filter: blur(4px) saturate(150%);
    backdrop-filter: blur(4px) saturate(150%);
}


/* Slider Textselection disable */
.n2-ss-section-main-content {
   pointer-events: none;
}


/* Listen Abstände */
.et_pb_toggle ul li, 
.et_pb_text ul li {
    margin-bottom: 7px;
}


/* Akkordeon */

.et_pb_accordion .et_pb_toggle_close h5.et_pb_toggle_title:hover {
    color: #666666 !important;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
}


.et_pb_accordion .et_pb_toggle_content { 
    margin-top: 18px;
    border-top-color: #c9c9c9;
    border-top-style: solid;
    border-top-width: 1px;
}


/* Navigation */

#navcontainer ul li::before {
    content: "";  
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 25px;
}

#navlist li:hover {
	text-decoration: underline;
}


/* Hero-Liste */

#hero-list {

}

#hero-list li { 
    list-style: none;
    margin-top: 40px;
    padding-left: 56px;
    background-image: url("/wp-content/uploads/2021/10/check.svg");
    background-repeat: no-repeat;
    background-position: 0 10px;
}

#hero-list ul li::before {
    content: "";  
}


/* Tabellen */

table {
    font-size: 13px;
    border: 0;
    background-color: white;
    border-width: 0!important;
    overflow-x: auto;
    display: block;
    width: fit-content;
    min-height: 230px;
    max-width: 100%;
}

td {
    vertical-align: top;
    padding: 10px!important;
    border-width: 0!important;
    min-width: 180px;
}


/* Milchglas */
.milk {
	-webkit-backdrop-filter: blur(4px) saturate(150%);
    backdrop-filter: blur(4px) saturate(150%);
}