/*
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)
*/

/* Enthält Projektspezifische Styles: */
@import "css/custom.css";

/* A L L G E M E I N */
body,
.container {
	min-width: 330px;
}

/* H E A D E R */
ul#top-menu li.wpml-ls-item.menu-item-has-children ul {
	width: auto;
}
ul#top-menu li.wpml-ls-item.menu-item-has-children ul li {
	width: auto;
}
ul#top-menu li.wpml-ls-item.menu-item-has-children ul li a {
	width: 58px;
}
#top-menu li {
	padding-right: 18px;
}
#main-header #top-menu-nav {
	padding-right: 47px;
}
#main-header #et-top-navigation .et-cart-info {
	position: absolute;
	right: 0;
	margin: -4px 0 0 0;
}
#top-header .et-cart-info {
    display: none;
}
span.et-social-icon {
    margin: 10px;
}

/* Top 10 Header */
.top10-slider .et-pb-arrow-prev, .et-pb-arrow-next {
  color: #fcd21d;
  font-size: 85px;
}
.top10-slider .et-pb-arrow-prev::before {
  text-shadow: 1px 0px 4px #000;
}
.top10-slider .et-pb-arrow-next::before {
  text-shadow: -1px 0px 4px #000;
}
.top10-slider .et-pb-controllers .et-pb-active-control {
	background-color: #fcd21d;
}
.top10-slider .et-pb-controllers a {
	width: 9px;
	height: 9px;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 4px #000;
}

/* M O D U L E */


/* D I V E R S E S */
.animation-pulse{
	transition: all 0.5s ease-out;
	-webkit-animation: pulse 1.5s linear infinite;
					animation: pulse 1.5s linear infinite;
}
.animation-pulse-big{
	transition: all 0.5s ease-out;
	-webkit-animation: pulse-big .7s linear infinite alternate;
					animation: pulse-big .7s linear infinite alternate;
}
/* Safari */
@-webkit-keyframes pulse {
  0% { -webkit-transform: scale(1); }
  25% { -webkit-transform: scale(0.9); }
  75% { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1.0); }
}
@keyframes pulse {
  0% { transform: scale(1); }
  25% { transform: scale(0.9); }
  75% { transform: scale(1.1); }
  100% { transform: scale(1.0); }
}
/* Safari */
@-webkit-keyframes pulse-big {
  0% { -webkit-transform: scale(1.4); }
  100% { -webkit-transform: scale(1.9); }
}
@keyframes pulse-big {
  0% { transform: scale(1.4); }
  100% { transform: scale(1.9); }
}

/* 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 #d9d9d9;
    -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 #d9d9d9;
    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: #a66a12;
	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: right;
	margin-top: -1%;
}
.wpcf7 .wpcf7_bottom_container {
    float: right;
    text-align: right;
}
div.wpcf7-response-output {
	clear: both;
	padding: 16px;
}
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 #d9d9d9;
  	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;
}


/* C A L L B A C K - B U T T O N */
#callback_button {
	background-color: #a66a12;
    color: #FFF;
    margin-top: 68.5px;
    padding: 2px 30px 0 0;
    left: -40px;
    top: 50%;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    outline: none !important;

    position: fixed;
    opacity: 0.95;
    z-index: 100001;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border-color: #FFF;
    border-width: 1px;
    border-style: solid;
    line-height: 14px;
    float: none;
    text-shadow: none;

    transition: left .5s ease;
    -webkit-transition: left .5s ease; /* chrome & safari */
    -webkit-transition: left .5s ease; /* chrome & safari */
    -moz-transition: left .5s ease; /* firefox */
    -o-transition: left .5s ease; /* opera */
}
#callback_button.fadein {
	left: -4px;
}
#callback_button.hide {
	display: none;
}
#callback_button a {
	display: inline-block;
	padding: 0 10px 0 12px;
	color: #FFF;
	height: 34px;
	line-height: 34px;
}
#callback_button .close {
    border-left: 1px solid #FFF;
    padding: 0 10px 0 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 34px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    justify-content: center;
}
#callback_button .close span {
	height: 2px;
    background: #FFF;
}
#callback_button .close span:first-of-type {
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
    top: 2px;
    margin: 0;
    width: 100%;
}
#callback_button .close span:last-of-type {
    display: inline-block;
    transform: rotate(-45deg);
    position: relative;
    top: 0px;
    margin: 0;
    width: 100%;
}
#callback_button:hover {
	background: #404040;
}
#cookie-notice {
	z-index: 100002;
}
@media screen and (max-width: 550px) {
	#callback_button {
		top: 55%;
	}
}
@media screen and (max-height: 500px) {
	#callback_button {
		top: auto;
		bottom: 15px;
	}
}

/* C A L L B A C K - F O R M U L A R */
.popmake .wpcf7 {
	margin-top: 20px;
}
.pum-theme-standard-theme .pum-title {
	padding-right: 70px;
}
.field.vorwahl {
	width: 21%;
	float: left;
}
.field.telefon {
	width: 77%;
	float: left;
}
@media screen and (max-width: 570px) {
	.field.vorwahl {
		width: 100%;
		float: none
	}
	.field.telefon {
		width: 100%;
		float: none;
	}
	.field.telefon.field_last {
		margin-left: 0;
	}
}
@media screen and (max-width: 570px) {
	.wpcf7 .wpcf7_bottom_container.rueckruf {
		float: none;
	}
}
@media screen and (max-height: 500px) and (min-width: 571px) {
	.pum-container.popmake {
		top: 50% !important;
		transform: translateY(-50%) !important;
	}
}
@media screen and (max-height: 500px) and (max-width: 570px) {
	.pum-container.popmake {
		top: 10px !important;
	}
}


/* 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 #d9d9d9;
		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;
	}
	#main-header #et-top-navigation .et-cart-info {
		right: 40px;
		margin-top: 5px;
	}
	#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 {
		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) {

}
