/*
Theme Name: Divi-Child
Version: 1.0
Description: A child theme of Divi
Author: artmin
Template: Divi
*/

@import url("../Divi/style.css");


#footer-bottom {
	padding: 0;
}

.bottom-nav li.wDesign {
	float: right;
	padding-right: 0;
}

.bottom-nav span{
    color: #bbb;
}

/* nav untermenü */

.nav li ul {
	padding: 6px 0;
}
#top-menu li li a {
    padding: 6px 0px;
}
.et_mobile_menu .menu-item-has-children>a,
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: transparent;
    color: #f7931e!important;
    opacity: 1;
}


.container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-left:20px;
    padding-right: 20px; 
    box-sizing: border-box;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>span {
	padding-bottom: 20px;
}


/*
<div class="btn-wrap"><a class="et_pb_button et_pb_custom_button_icon et_pb_button_0  et_pb_promo_button" data-icon="$">Mehr erfahren </a><a class="et_pb_button et_pb_custom_button_icon et_pb_button_0  et_pb_promo_button" data-icon="$">Experten-Team </a></div>
*/
 
 /** Hiding The Sidebar Globally Using CSS Only **/ 
 /*** 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;
	}
}

/*leistungen*/
.et_pb_toggle_title {
	transition: all 300ms ease 0ms;
}
.btn-wrap {
	text-align: right;
	margin-top: 15px;
}
.btn-wrap a {
	margin-left: 20px;
	margin-bottom: 20px;
}
 
/*team*/
.et_pb_main_blurb_image {
	margin-bottom: 10px;
}
.et_pb_blurb.et_clickable:hover span {
	transform: scale(1.1);
	transition: all 300ms ease 0ms;
 }

.et_pb_blurb.et_clickable:hover .et_pb_module_header {
	color: #f7931e!important;
	/*transition: all 300ms;*/
}

/* BLOG */
.type-post .entry-title {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 70px;
    color: #bab1a7!important;
    letter-spacing: -2px;
    line-height: 1.01em;

 	font-size: 45px;
    letter-spacing: -1px;
}
.type-post .entry-content li,
.type-post .entry-content {
	font-size: 20px;
    letter-spacing: 1px;
    line-height: 2em;
}