/* General styling */
/*a {
	color: #f00;
}
a:hover {
	color: #666;
}
.sppb-btn-success,
.sppb-btn-primary {
	background-color: #f00;
	border-color: #f00;
	cursor: pointer;
}
.sppb-btn-success:hover,
.sppb-btn-primary:hover {
	background-color: #ccc;
	border-color: #ccc;
	color: #333;
}
.myGreenList {
	list-style-image: url(../../../images/assets/list_green.png) !important;
}
.myBlueList {
	list-style-image: url(../../../images/assets/list_blue.png) !important;
}
.myRedList {
	list-style-image: url(../../../images/assets/list_red.png) !important;
}*/

/* Top bar & Menu styling */
/*#sp-top-bar {
	background: rgba(0, 0, 0, 0.8);
	z-index: 99;
	position: relative;
}
#sp-top2 {
	flex: 0 0 100%;
	max-width: 100%;
}
#sp-header {
	background: rgba(0, 0, 0, 0.8);
	box-shadow: none;
}
#sp-header a {
	color: #fff;
}*/

/* Logo Resize on scroll */
/*img.logo-image {
	top: 4px;
	width: auto;
	height: 80px;
	position: fixed;
}
@media (max-width: 1200px) {
	img.logo-image,
	img.logo-image-phone {
		width: auto;
		height: 50px;
		position: relative;
	}
}*/

/* Mega Menu */
/*#offcanvas-toggler > .fa {
	color: #eee;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
	color: #f00;
}
.sp-megamenu-parent > li > a {
	font-size: 20px;
}
.sp-megamenu-parent > li.active > a {
	font-weight: 400;
}
.sp-megamenu-parent > li:hover > a {
	color: #f00 !important;
}
.sp-megamenu-parent > li > a {
	height: 56px;
}*/
/* Old Helix Template */
/*.sp-megamenu-parent > li > .menu_border {
	border-bottom: 4px solid #ccc;
	width: 0px;

}
.sp-megamenu-parent > li:hover > .menu_border {
	width: calc(100% - 0px);
	transition: width 400ms ease-in-out 0s;
}*/
/* New Helix Template */
/*.sp-megamenu-parent > li {
	background-repeat: no-repeat;

	background-size:
		calc(100% - 10px) 0px,
		0px calc(100% - 10px);

	background-position:
		5px 5px,
		calc(100% - 5px) 5px,
		5px calc(100% - 5px),
		5px 5px;

	background-image:
		linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
		linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
		linear-gradient(0deg, #ccc, #ccc),
		linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));

	transition: all 0.2s linear;
	transition-property: background-size, background-position;
}
.sp-megamenu-parent > li:hover {
	background-position: 0 0, 100% 0, 0 100%, 0 0;
	background-size: 100% 10px, 10px 100%, 100% 5px, 10px 100%;
}
@media (max-width: 1200px) {
	#sp-logo {
		flex: 0 0 20%;
		max-width: 20%;
	}
	#sp-menu {
		flex: 0 0 80%;
		max-width: 80%;
	}
}
@media (max-width: 992px) {
	#sp-logo {
		flex: 0 0 80%;
		max-width: 80%;
	}
	#sp-menu {
		flex: 0 0 20%;
		max-width: 20%;
	}
}*/

/* Slider styling */
/*@media (max-width: 767px) {
	.rev_slider_wrapper {
		margin-top: 0px !important;
	}
}*/

/* Pricing table styling */
/*.sppb-pricing-price-container {
	display: inline-grid;
}*/

/* Privacy list */
/*ol.myPrivacy li:before {
	content: counters(item, ".")".";
	counter-increment: item;
	position: absolute;
	margin-right: 100%;
	right: 20px;
}
ol.myPrivacy li ul li:before {
	content: none;
	counter-increment: none;
}
ol.myPrivacy li ul.myRedList li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #f00;
	margin-top: -70px !important;
	padding-left: 20px;
}
ol.myPrivacy li ol li:before {
	right: 10px;
}
ol.myPrivacy {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 24px;
	counter-reset: item;
}
ol.myPrivacy li {
	display: block;
	position: relative;
	margin-left: 0px;
}
ol.myPrivacy li:before,
ol.myPrivacy li h3 {
	padding-top: 64px;
	padding-left: 12px;
	font-size: 24px;
	line-height: 1.5;
}
ol.myPrivacy li ol {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin-left: -40px;
	counter-reset: item;
}
ol.myPrivacy li ol li:before,
ol.myPrivacy li ol li h4 {
	font-size: 20px;
	padding-left: 12px;
	margin-top: 40px;
}
ol.myPrivacy > li > ol > li:before {
	content: counters(item,".")" ";
	counter-increment: item;
	margin-left: -20px;
	margin-top: -68px;
	display: block;
}
ol.myPrivacy li ol li ul {
	margin-left: 0px !important;
}
ol.myPrivacy li ol li ul li {
	margin-bottom: 24px;
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
ol.myPrivacy p {
	text-align: justify;
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-left: 14px;
}
ol.myPrivacy ol p {
	padding-left: 12px;
}
ol.myPrivacyOld {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 2;
}
ol.myPrivacyOld li {
	margin-left: 0px;
}
ol.myPrivacyOld li ol {
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	list-style: none;
	margin-left: -38px;
}
ol.myPrivacyOld li ol li:before {
	display: none;
}
ol.myPrivacyOld ul {
	margin-bottom: 12px;
}
ol.myPrivacyOld ul li {
	margin-left: -14px !important;
}*/

/* Simple Portfolio */
/*.sp-simpleportfolio .sp-simpleportfolio-columns-2 .sp-simpleportfolio-item {
	width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-columns-4 .sp-simpleportfolio-item {
	width: 25.3%;
}*/

/* Carwash Section */
/*#waschanlage .sppb-col-md-8,
#waschanlage .sppb-col-md-4 {
	padding: 0px;
}*/

/* Contact Section & Page */
/*#kontakt .fa {
	margin-right: 8px;
}
#kontakt .sppb-col-md-3,
#kontakt .sppb-col-md-6 {
	padding: 0px;
}
.sppb-ajaxt-contact-form .myLeft {
	max-width: 50%;
	float: left;
}
.sppb-ajaxt-contact-form .myRight {
	width: 50%;
	float: right;
}
.sppb-ajaxt-contact-form .g-recaptcha,
.sppb-ajaxt-contact-form .sppb-form-group {
	clear: both;
}*/

/* Iframes */
/*.myIframe {
	border: 1px solid #f00;
	height: 170px;
}*/

/* Footer & Submenu styling */
/*#sp-footer a {
	color: #f00;
}
#sp-footer a:hover {
	color: #ccc;
}
#sp-footer p {
	margin-bottom: 0px;
}
#sp-footer .container-inner {
	border-top: 0px;
}
@media (max-width: 992px) {
	#sp-footer1 p,
	#sp-footer2 {
		text-align: center !important;
		margin-bottom: 12px;
	}
}*/

/* local fonts */
/*body {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 400;
}
h1, h2 {
	font-family: 'Roboto';
	font-weight: 400;
}
.myMenuH1 h1 {
	text-align: center;
	font-size: 36px;
	margin-top: 60px;
}
.myMenuH1 .sp-simpleportfolio-btns .btn-view {display:none !important;}
h3 {
	font-family: 'Roboto';
	font-size: 24px;
}
h4 {
	font-family: 'Roboto';
	font-size: 21px !important;
	font-weight: 400;
	text-shadow: none !important;
}*/

/* Further optimizations after updates. */
/*#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
	will-change: top;
}*/

/**
 * GDPR Component styles.
 */

/* Cookie blocked placeholder info. */
.avPlayerBlock > .gdprlock-placeholder {
	margin-top: -340px;
}
.gdprlock-placeholder-text {
	font-size: 20px !important;
	width: 100% !important;
	padding: 8px;
}

/* Cookie revoke. */
.cc-revoke {
	background-image: url("/images/assets/cookie-revoke_shield.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 60px;
	height: 60px;
	border-radius: 0px !important;
	background-color: transparent !important;
}
.cc-revoke.cc-left {
	left: 24px !important;
	bottom: 16px !important;
}

/* Cookie window. */
div.cc-window {
	max-width: 600px !important;
	margin-right: 1em;
	padding: 16px !important;
	border: 1px solid #fff !important;
}
.cc-message-text {
	line-height: 1.5em;
}
.cc-window a {
	color: #7fac05 !important;
	text-decoration: none !important;
}
.cc-window a:hover {
	color: #578000 !important;
	text-decoration: underline !important;
}

/* Cookie window no cookie & privacy links. */
.cc-window .cc-message a.cc-link {
	display: none;
}

/* Cookie window settings button. */
span.cc-cookie-settings-toggle {
	float: left;
	color: #fff !important;
	border: 0px !important;
	padding: 0px 10px !important;
	border-radius: 5px !important;
	font-weight: 400 !important;
	background-color: #f90 !important;
	line-height: 2.8 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	margin-top: 12px !important;
}
span.cc-cookie-settings-toggle:hover {
	background-color: #cb7a00 !important;
}

/* Cookie window accept & deny buttons. */
div.cc-compliance {
	margin: -67px 0px 0px 130px !important;
}
div.cc-compliance .cc-deny,
div.cc-compliance li:first-child {
	display: none;
}
.cc-btn.cc-allow {
	margin: 12px auto 0px auto !important;
	color: #333 !important;
	border: 1px solid #fff !important;
	padding: 0px 10px !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 3 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	height: 42px !important;
	width: 100%;
}
.cc-btn.cc-allow:hover {
	border: 1px solid #ccc !important;
	background-color: #ccc !important;
}
.cc-btn.cc-allowall {
	margin: 6px 0px 0px 16px !important;
	color: #fff !important;
	border: 1px solid #7fac05 !important;
	padding: 0px 10px !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	background-color: #7fac05 !important;
	line-height: 3 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.cc-btn.cc-allowall:hover {
	border: 1px solid #578000 !important;
	background-color: #578000 !important;
	color: #fff !important;
}

/* Cookie window settings area & checkboxes. */
div.cc-window.cc-floating div.cc-settings-label {
	margin-bottom: 6px !important;
}
div.cc-floating div.cc-checkboxes-container {
	text-align: center;
}
.cc-checkbox-container {
	margin: 2px auto !important;
}
div.cc-checkbox-container a {
	border: 0px !important;
	margin-left: 6px !important;
}
input.cc-cookie-checkbox + span::before {
	border: 1px solid #fff !important;
	background: #fff !important;
	width: 16px;
	height: 16px;
	left: -1px;
	border-radius: 0px !important;
	margin-right: 12px !important;
}
input.cc-cookie-checkbox + span::after {
		border: 0px !important;
		border-radius: 0px !important;
		top: -15px !important;
		left: 2px !important;
}

/* Cookie category modalbox hide first unused "cookies in this list" section. */
fieldset.cc-cookie-list-title:first-of-type {
	display: none;
}
ul.cc-cookie-category-list li {
	margin-left: -24px;
}

/* Media Queries for the GDPR window. */
@media (max-width: 416px) {
	.cc-window {
		margin: 0px !important;
	}
	.cc-message {
		width: 100% !important;
	}
	span.cc-cookie-settings-toggle {
		margin-top: 32px;
		width: 100%;
		text-align: center;
	}
	.cc-btn.cc-allowall {
		margin: 0px !important;
		width: 100%;
	}
	div.cc-compliance {
		margin: 0px !important;
	}
	div.cc-compliance a.cc-allow {
		margin-left: 0px !important;
	}
}
.rev_slider_wrapper {
	margin-top: -118px !important;
}

/* New Helix Ultimate Update */
/*.burger-icon > span {
	background-color: #aaa;
}*/