/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


.fb-widget{
	display: block!important;
}

.mobile_menu_bar {
	margin-top: 10px!important;
}


/*------------------------------------------- BACK TO TOP -----------------------------------*/
.et_pb_scroll_top {
background: #3b6559 !important;
	border-radius: 0px!important;
}

/*------------------------------------------- Moves the title a bit down that it does not overlap -----------------------------------*/
.et_pb_fullwidth_header_subhead {
  padding-top: 60px!important;
}

h1 {
font-weight: 400 !important;
}
h2 {
font-weight: 400 !important;
}
h3 {
font-weight: 400 !important;
}
h4 {
font-weight: 400 !important;
	font-size: 16px!important;
}
h5 {
font-weight: 400 !important;
}
h6 {
font-weight: 400 !important;
}
p {
font-weight: 300 !important;
}

.et_pb_text_inner { 
	font-weight: 300 !important;
}
/*------------------------------------------- BOTTOM BUTTON -----------------------------------*/
.et_pb_promo_description  { 
	font-weight: 600 !important;
	font-size: 16px!important;
}


/* Definiert das FormFeld für den Newsletter */
div.form_home_2 {
    font-family: open-sans;
    font-size: 14pt;
    color: #fff!important;
}
div.form_home_2 .form_field {
    border: 1px solid #ffffff;
    width: 100%;
    line-height: 2.7em;
    background-color: rgba(0,0,0,0);
    font-size: 14pt;
    border-radius: 0px !important;
    padding-left: 10px;     
    margin-bottom: 5px;    
	color: #fff !Important;
}
div.form_home_2 .form_field_error {
    border: 1px solid #fa0033;
}
div.form_home_2 .form_button_submit {
    color: #ffffff !important;
    padding: 8px 12px 8px 12px!important;
    margin: 4px auto 4px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    line-height: 1.7em;
    border: 0px #fff solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: normal;
    background-color: #48A9BD ;
    width: 100%!important;
}
div.form_home_2 .form_button_submit:hover{
background-color: #d9812f !important;
	border: 0px  #d9812f solid;
}


/*------------------------------------------------------------------------------------------------*/
/*--------------------------------------- BEHAVIOUR 1024 - 2600-----------------------------------*/
/*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 2600px) {
.overviewbutton {
	display: none!important;
}
		.et_pb_fullwidth_header_container .header-logo{
		max-height: 110px!important;
	}	
/* =Höhe der Google Map */
.et_pb_map { 
height: 800px !important;
}	
}



/*------------------------------------------------------------------------------------------------*/
/*--------------------------------------- BEHAVIOUR 768 - 980-----------------------------------*/
/*------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 980px) {
	
/* =Einstellung für den Main-Header */
.et_fixed_nav #main-header {
position: fixed!important;
box-shadow: none !important;
}
}


/* Korrektur Headermenu Mobile Fettschrift */
@media (max-width:980px) {.mobile_strong_correction {font-weight: 700!important; }}

/* Inline Akkordeon Button */
.inline-akkordeon-button a {
position: relative;
color: #fff !important;
font-weight: 500;
padding: .3em 1em;
text-transform: uppercase;
font-size: 1em;
line-height: 1.7em !important;
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
margin-top: 20px!important;
border: 2px solid #32373f;
background-color: #32373f;
}

.inline-akkordeon-button a:hover {
opacity: 1 !important;
color: #fff !important;
background-color: #d9812f;
border: 2px solid #d9812f;
}

/* Recaptcha Widget ausblenden */
.grecaptcha-badge {visibility:hidden!important;}



#wp-admin-bar-popup-maker>.ab-item::before {
    background: url(/wp-content/plugins/popup-maker/assets/images/admin/icon-info-21x21.png) center center no-repeat!important;
}

.sale-spring-css{
	margin-right: -25px;
}

.sale-spring-css a{
    padding: 26px;
    background-color: #FDE7DD;
    color: #32373F !important;
}

.menu-item.wpml-ls-item .sub-menu{
	z-index: 1000000;
}