/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi


green #afca0b
*/



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

@media screen and (min-width: 981px) {
.sub-menu {
	min-width: 330px;
}
#menu-hauptmenue-1 li li a {
    padding: 4px 0px;
    width: 350px;
	}
}


.et_pb_menu__logo-wrap img{
	max-width:12vw;
}

@media screen and (min-width: 567px) {
	.et_pb_menu__logo-wrap img{
	max-width:18vw;
}
}

.et_pb_sticky--top .et_pb_menu_1_tb_header{
	margin-top: -30px !important;
}

.headlinewhite span{
	padding:0 10px;
	background:white;
}

.et_pb_divider:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
	display:none !important;
}

@media only screen and (min-width: 980px) {
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li, #menu-hauptmenue-1 > li {
    /*padding-bottom: 21px !important;*/
}
}

.et_pb_menu_0_tb_header .mobile_menu_bar{
	display:none;
}

footer .menu-item{
	width:100%;
}