/*
Theme Name:     Divi-child
Description:
Author:         WEBenefits
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* A L L G E M E I N */
body,
.container {
	min-width: 330px;
}

/* h2 { padding-bottom: 16px; }

.entry-content ul {
	padding-left: 2em;
} */


/* H E A D E R */



/* M O D U L E */


/* D I V E R S E S */


/* Cookie Notice Anpassungen für Disclaimer Popup */
#cookie-notice.cookie-notice-hidden,
#cookie-notice.cookie-revoke-visible {
	display: none;
}
#cookie-notice.cookie-revoke-hidden {
	height: 100%;
	background: #000000cc !important;
	background: rgba(0,0,0,0.8) !important;
	z-index: 999999;
	width: 100%;
	min-width: 300px;
}
#cookie-notice .cookie-notice-container {
	background: #32323ad9;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-accept-cookie{
	background: #005599;
}
#cookie-notice .cookie-notice-container #cn-notice-text a {
	color: #2ea3f2;
}
#cookie-notice .cookie-notice-container #cn-notice-text a:hover {
	text-decoration: underline;
}
#cookie-notice #cn-close-notice {
	display: none;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie {
	white-space: normal;
	line-height: 20px;
}
#cookie-notice .cookie-notice-container #cn-more-info {
	white-space: nowrap;
}



/* C O N T A C T - F O R M - 7 */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
    padding: 16px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666;
    background-color: #f4f4f4;
    font-size: 14px;
}
.wpcf7 textarea {
	font-family: monospace;
}
.wpcf7 select {
	box-sizing: border-box;
    width: 100%;
    padding: 16px 20px 16px 16px;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    color: #666;
    background-color: #f4f4f4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wpcf7 .field.select:after {
	position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: 3px;
    border: 6px solid;
    border-color: #666 transparent transparent transparent;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
}
.wpcf7 .field.checkbox .wpcf7-list-item-label{
    font-size: 0.8em;
}
.wpcf7 input[type='submit'] {
	color: #4f90bc;
	display: inline-block;
    margin: 0;
    font-family: inherit;
    cursor: pointer;
	position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
}
.wpcf7 input[type='submit']:hover {
    border: 2px solid transparent;
	background-color: rgba(0, 0, 0, 0.05);
}
.wpcf7 input[type='checkbox'] {
	width: auto;
	padding: 0;
}
.wpcf7 p.field {
	margin-bottom: 2%;
	padding-bottom: 0;
	clear: both;
	position: relative;
}
.wpcf7 p.field_half {
	float: left;
	width: 49%;
}
.wpcf7 p.field_last {
	margin-left: 2%;
	clear: none;
}
.wpcf7 p.checkbox {
	text-align: left;
	margin-top: -1%;
}
.wpcf7 p.checkbox .wpcf7-form-control-wrap {
    display: block;
    padding-left: 25px;
    margin-bottom: 20px;
}
.wpcf7 p.checkbox span.wpcf7-list-item {
    display: block;
    margin: 0;
}
.wpcf7 p.checkbox input[type=checkbox] {
    position: absolute;
    top: 2px;
    left: 0;
    margin-top: 0;
}
.wpcf7 p.checkbox .wpcf7-list-item-label {
    line-height: 16px;
    display: block;
}
.wpcf7 p.checkbox .wpcf7-list-item-label .spacer {
    display: block;
    height: 6px;
}
.wpcf7 .wpcf7_bottom_container {
    float: right;
    text-align: right;
}
.wpcf7 input[type=submit] {
    color: #005599;
    display: inline-block;
    margin: 0;
    font-family: inherit;
    cursor: pointer;
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    border-color: #005599;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
}
div.wpcf7-response-output {
	clear: both;
	padding: 0.6em 1em !important;
	line-height: 1.3em;
}
div.wpcf7-validation-errors {
	background: #ffe9d1;
	border-color: #fac080;
}
div.wpcf7-mail-sent-ok {
	background: #dfffd1;
	border-color: #9edb83;
}



/* S E A R C H */
#main-header .et_search_outer {
	overflow: visible;
}
#main-header .awesomplete {
	position: static;
}
#main-header .awesomplete>ul {
	position: absolute;
	border-top: 1px solid #f1f1f1;
  	transition: top 400ms ease-in-out;
	top: 80px;
}
#main-header .awesomplete>ul.show {
	display: block !important;
}
#main-header.et-fixed-header .awesomplete>ul {
	top: 54px;
}



/* R E S P O N S I V E ---------------------------------------------------------------------------------------------------------------------------------- */
#main-header .mobile_menu_bar:before {
	position:absolute;
	left: auto;
	right: 0;
	top: -3px;
}
#main-header .mobile_menu_bar {
	height: 30px;
	padding-bottom: 0;
	margin-bottom: 24px;
}
#main-header .mobile_menu_bar:after {
	content: "MENÜ";
	position: absolute;
	cursor: pointer;
	bottom: 0px;
	right: 1px;
	font-size: 10px;
}

@media screen and (max-width: 1160px) {
	#cookie-notice span#cn-notice-text {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1090px) {
	#footer-bottom #footer-info {
		font-size: 14px;
	}
}

@media screen and (max-width: 980px) {
	#main-header .container.et_pb_menu_hidden {
		z-index: 99;
	}
	#main-header .container.et_pb_menu_visible .mobile_menu_bar,
	#main-header .container.et_pb_menu_hidden .mobile_menu_bar {
		opacity: 1;

		 /*CSS transitions*/
		 -o-transition-property: none !important;
		 -moz-transition-property: none !important;
		 -ms-transition-property: none !important;
		 -webkit-transition-property: none !important;
		 transition-property: none !important;
		 /*CSS transforms*/
		 -o-transform: none !important;
		 -moz-transform: none !important;
		 -ms-transform: none !important;
		 -webkit-transform: none !important;
		 transform: none !important;
		 /*CSS animations*/
		 -webkit-animation: none !important;
		 -moz-animation: none !important;
		 -o-animation: none !important;
		 -ms-animation: none !important;
		 animation: none !important;
	}
	#main-header #et_top_search {
		float: right;
		margin-right: 46px;
	}
	#main-header .et_search_outer .et_search_form_container {
		background: #FFF;
		border: 1px solid #f1f1f1;
		margin-top: 78px;
		height: 40px !important;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	#main-header .et_search_outer .et_search_form_container .et-search-form {
		width: 100% !important;
		max-width: 100% !important;
	}
	#main-header .et_search_outer .et_search_form_container .et-search-form .awesomplete>input[type=search] {
		width: 90%;
	}
	#main-header .et_search_outer .et_search_form_container .et-search-form .awesomplete>ul {
		top: 38px;
	}
	#page-container #main-header .logo_container a img {
		max-height: 75% !important;
	}
	.container.et_search_form_container,
	.container.et_search_form_container.et_pb_search_form_hidden {
		display: none;
	}
	.container.et_search_form_container.et_pb_search_visible {
		display: block;
	}
	.et_mobile_menu .current_page_item > a {
	    text-decoration: underline;
	    color: #333;
	    font-weight: 700;
	}
}

@media screen and (max-width: 767px) {
	#page-container #main-footer #footer-widgets .footer-widget .et_pb_widget {
		text-align: center;
		width: 100%;
	}
	.search-results .et_pb_post h2, .search-results .et_pb_blog_grid h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 530px) {
	#topbar-widget .mail {
		display: none;
	}
	.wpcf7 p.field_half {
		float: none;
		width: 100%;
	}
	.wpcf7 p.field_last {
		margin-left: 0;
	}
	.wp-pagenavi span.pages {
		display: block;
		border: none;
	}
	.wp-pagenavi a {
		display: inline-block;
		border: 1px solid #e2e2e2 !important;
		padding: 3px 8px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		margin: 0 3px 3px;
	}
}
@media screen and (max-width: 480px) {

}
