/**
* Theme Name: Wheelfred
* Theme Description: Wordpress  Theme
* Author: Thomas Schmalzl <schmalzl@mediameans.de>
* URI: http://www.mediameans.de/
*/


/********************
*       Site        *
********************/

a, a:focus, a:hover, a:active, a:visited {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}


/************************************************************************************************************************************/

/****************************
*       WordPress Core      *
****************************/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}



/************************************************************************************************************************************/

/****************************
*       Custom Styles       *
****************************/

/*
@font-face {
	font-family: 'Futura';
	src: url('webfonts/FuturaBook.otf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Futura';
	src: url('webfonts/FuturaHeavy.otf');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Futura';
	src: url('webfonts/FuturaBookItalic.otf');
	font-weight: 400;
	font-style: italic;
}
*/
@font-face {
	font-family: 'OCRF';
	src: url('webfonts/OCRFRegular.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'OCRF';
	src: url('webfonts/OCRFBold.ttf');
	font-weight: 700;
	font-style: normal;
}

#cookie-notice a.wf-button.wf-button-small {
	padding-left: 38px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: 900;
	z-index: 1600;
	letter-spacing: 0.05em;
}

body {
	font-family: futura-pt, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.025em;
	color: #3c3c3c;
}

.wf-header-top {
	background-color: #e5e5e5;
	background-image: url(img/header.jpg);
	background-size: cover;
	background-position: center;
	padding: 0 15% 0 6.5%;
	height: 83px;
}

.wf-header-left > a:first-child {
	margin-right: 193px;
}

.wf-logo-lasche {
	position: absolute;
	left: 171px;
	top: 0;
	padding: 23px 19px 19px;
	width: 141px;
	background: #324f69;
	-webkit-transition: padding 0.2s ease;
	-moz-transition: padding 0.2s ease;
	-o-transition: padding 0.2s ease;
	-ms-transition: padding 0.2s ease;
	transition: padding 0.2s ease;
}

.wf-logo-lasche:hover {
	padding-top: 43px;
}

.wf-tabs .wf-hover-overlay {
	position: absolute !important;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #1a83b5 !important;
	opacity: 0 !important;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.wf-tabs a:hover ~ .wf-hover-overlay {
	opacity: 0.3 !important;
}

.wf-tabs h3 {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.wf-tabs a:hover > h3,
.wf-tabs a:hover + div > a > h3 {
	opacity: 0.7;
}

.wf-header-left nav,
.wf-header-left + div {
	color: #485461;
	text-transform: uppercase;
}

.wf-header-left + div img {
	margin-top: -6px;
	margin-right: 10px;
}

.wf-lang-switcher ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-lang-menu {
	position: absolute;
	width: 100%;
	background: url(img/header.jpg);
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.wf-curr-lang {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.wf-curr-lang:hover .wf-lang-menu {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.wf-curr-lang > span:after {
	content: '';
	display: inline-block;
	background: url(img/arrow_grey.png);
	width: 10px;
	height: 5px;
	background-repeat: no-repeat;
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -1px;
}

.wf-header-left nav li > span,
.wf-header-left nav li > a {
	padding: 5px 20px;
	display: block;
}

.wf-header-left .menu li a,
.wf-curr-lang > span {
	line-height: 73px;
}

.wf-curr-lang > span {
	background-color: #e5e5e5;
	background-image: url(img/header.jpg);
}

.wf-header-left .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wf-header-right > div > a:not(:last-child) {
	margin-right: 35px;
}

.wf-header-bottom {
	background: #647a8a;
	color: #fff;
	padding-left: calc(6.5% + 328px);
}

.wf-header-bottom > a:not(:last-child) {
	border-right: 1px solid #fff;
}

.wf-header-bottom > a {
	padding: 14px 34px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
	cursor: pointer;
	position: relative;
}

.wf-header-bottom > a.active,
.wf-header-bottom > a:hover {
	background: #b82529;
}

.wf-header-bottom > a.active:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #e52025;
	background-image: url(img/arrow_white.png);
	background-position: center;
	background-repeat: no-repeat;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	border-radius: 50%;
}

.wf-tab {
	padding-top: 135px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.5s ease;
}

.wf-tab.active {
	position: relative;
	opacity: 1;
}

.wf-tab:not(.active) {
	z-index: -1;
}

.wf-video-overlay {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}

.wf-video-overlay img {
	position: absolute;
	left: 50%;
	top: 46%;
	-webkit-transition: -webkit-transform 0.1s ease;
	-moz-transition: -moz-transform 0.1s ease;
	-ms-transition: -ms-transform 0.1s ease;
	-o-transition: -o-transform 0.1s ease;
	transition: transform 0.1s ease;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wf-video-overlay:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.wf-video-top {
	width: 100%;
	margin: 0 auto;
}

.wf-video-top video {
	display: block;
	width: 100%;
	height: auto;
}

.wf-social-right {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #f7f7f7;
	/* REVISIT */
	display: none !important;
	/* /REVISIT */
}

.wf-social-right > div {
	border: 2px dashed #dadada;
	border-right: none;
	padding: 28px 31px 2px;
}

.wf-social-right a {
	display: block;
	margin-bottom: 26px;
}

a.wf-gewinnspiel-banner {
	position: absolute;
	right: 0;
	background: #e52025;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding-right: 32px;
	top: calc(50% + 10px + (50% - 77px) / 2);
	-webkit-transition: padding 0.2s ease;
	-moz-transition: padding 0.2s ease;
	-o-transition: padding 0.2s ease;
	-ms-transition: padding 0.2s ease;
	transition: padding 0.2s ease;
}

a.wf-gewinnspiel-banner:hover {
	color: #fff;
	padding-right: 52px;
}

.wf-gewinnspiel-banner img {
	margin-right: -84px;
}

.wf-gewinnspiel-banner span {
	display: block;
	line-height: 1.2;
	font-size: 1.3rem;
}

.wf-gewinnspiel-banner span:nth-child(2) {
	font-size: 1.8rem;
}

.wf-home-top {
	padding-bottom: 17px;
}

.wf-home-3cols {
	margin-bottom: 5px;
}

.wf-home-3cols .col-lg-3 {
	background: #324f69;
	color: #fff;
	padding: 64px 30px 60px;
	text-align: center;
}

.wf-home-3cols .col-lg-3 img {
	margin-bottom: 20px;
	max-width: 70%;
	max-height: 100px;
}

.wf-home-3cols .col-lg-3 div {
	width: 295px;
	margin: 0 auto;
}

.wf-home-3cols .col-lg-3 p {
	text-align: left;
	margin-bottom: 0;
}

.wf-headline {
	font-size: 2.9rem;
	text-transform: uppercase;
	color: #1a83b5;
	letter-spacing: -0.025em;
	font-family: OCRF, Arial, sans-serif;
	line-height: 1;
}

.wf-home-3cols .col-lg-6 {
	padding-right: 76px;
	background: url(img/bg-winterraeder.jpg);
	background-position: center;
	background-size: cover;
}

.wf-home-3cols .col-lg-6 div {
	max-width: 565px;
}

.wf-home-3cols .col-lg-6 p {
	max-width: 530px;
	margin-bottom: 0;
}

.wf-template-content {
	position: relative;
	margin-bottom: 5px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.wf-template-content a {
	text-decoration: underline;
}

.wf-template-background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.wf-template-background > div:first-child {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
}

.wf-template-content.template_2 {
	background: #647a8a;
	color: #fff;
}

.wf-template-content.template_3 {
	background: #d9e6ed;
}

.wf-template-content.template_4 {
	background: #324f69;
	color: #fff;
}

.wf-template-col-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
}

.wf-template-col-background + .wf-headline {
	position: relative;
}

.wf-template-col-background > div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.wf-template-col-background > div:first-child {
	background: #335371;
	opacity: 0.8;
	mix-blend-mode: color;
}

.wf-template-col-background > div:last-child {
	background: #335371;
	opacity: 0.6;
}

.wf-template-content.template_2 .wf-headline,
.wf-template-content.template_4 .wf-headline {
	color: #fff;
}

.wf-template-content > div {
	min-height: 21.666667vw;
}

.wf-template-content.template_1 > div,
.wf-on-tour .row:first-child > div {
	padding: 0 8.333333%;
}

.wf-template-content .wf-headline {
	margin-bottom: 1.5rem;
}

.wf-template-content.template_2 .col-xl-6 {
	padding-left: 80px;
	padding-right: 8.333333%;
}

.wf-template-content.template_2 .col-lg-4 img,
.wf-template-content.template_3 .col-lg-4 img,
.wf-template-content.template_2 .col-lg-4 > div,
.wf-template-content.template_3 .col-lg-4 > div,
.wf-konfigurator + div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wf-template-content.template_3 .col-lg-4 > div > img[src$=".svg"] {
	width: auto;
	height: auto;
	max-height: 300px;
}

.wf-template-content.template_3 .col-xl-6 {
	padding-right: 80px;
	padding-left: 8.333333%;
}

.wf-template-content.template_4 > div {
	padding-left: 110px;
}

.wf-template-content.template_4 .col-lg-4 {
	padding-right: 110px;
}

.no-gutters > .wf-konfigurator {
	background: url(img/konfigurator_bg-neu.jpg);
	background-size: cover;
	background-position: center;
	padding: 30px;
}

.wf-konfigurator p:first-child {
	font-weight: 400;
	letter-spacing: -0.025em;
	font-size: 2.9rem;
	line-height: 1;
	font-family: OCRF, Arial, sans-serif;
}

.wf-konfigurator p:first-child span {
	font-weight: 700;
}

.wf-konfigurator > div {
	width: 600px;
}

.wf-konfigurator img {
	display: block;
	margin: 2rem 0;
}

a.wf-button,
.wf-button {
	display: inline-block;
	background: #1a83b5;
	color: #fff;
	padding: 13px 53px;
	line-height: 1.1;
	border-radius: 19px;
	-webkit-transition: -webkit-transform 0.2s ease;
	-moz-transition: -moz-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
	transition: transform 0.2s ease;
}

a.wf-button:hover,
.wf-button:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

a.wf-button:after,
.wf-button:after {
	content: '';
	display: inline-block;
	background: url(img/arrow_white-right.png);
	width: 5px;
	height: 10px;
	margin-left: 30px;
}

.wf-on-tour {
	padding: 100px 100px 0;
	background: url(img/bg-on_tour.jpg);
	background-size: cover;
	background-position: center;
}

.wf-on-tour .row {
	margin-left: -2px;
	margin-right: -2px;
}

.wf-on-tour [class^=col-] {
	padding-left: 2px;
	padding-right: 2px;
}

.wf-small-headline {
	font-size: 1.46rem;
	color: #1a83b5;
	font-weight: 900;
	text-transform: uppercase;
}

.wf-on-tour .wf-tabs [class^=col-] > div {
	text-align: center;
	height: 100%;
	box-shadow: 0 11px 30px 2px rgba(32,30,28,0.15);
	position: relative;
}

.wf-on-tour .wf-tabs [class^=col-] > div > div {
	padding: 30px 20px;
	background: #f3f3f3;
	position: relative;
	z-index: 1;
}

.wf-on-tour .wf-tabs img {
	width: 100%;
	position: relative;
	z-index: 1;
}

a.wf-button-small {
	padding-right: 23px;
	padding-left: 58px;
}

.wf-on-tour .row:first-child {
	margin-bottom: 40px;
}

.wf-social-bottom {
	/* REVISIT */
	display: none !important;
	/* /REVISIT */
	font-size: 1.46rem;
	font-weight: 900;
	color: #324f69;
	text-align: center;
	padding: 40px 0 35px;
}

.wf-social-bottom > *,
.wf-social-bottom a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.wf-social-bottom a:first-of-type {
	margin-left: 36px;
	margin-right: 18px;
}

.wf-social-bottom a:last-of-type {
	margin-right: 32px;
}

footer {
	background: #dadada;
	color: #959595;
	position: relative;
	padding: 32px 168px 26px 143px;
	height: 129px;
}

footer > a:not(.wf-gewinnspiel-banner) {
	position: absolute;
	left: 50%;
	bottom: 26px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

footer .wf-gewinnspiel-banner span:first-child {
	font-size: 0.9rem;
}

footer .wf-gewinnspiel-banner span:nth-child(2) {
	font-size: 1.67rem;
}

footer .wf-gewinnspiel-banner span:last-child {
	font-size: 0.7rem;
}

footer .wf-gewinnspiel-banner {
	padding: 18px 23px 14px 40px;
	top: 0;
	-webkit-transform: translate(0, -55%);
	-moz-transform: translate(0, -55%);
	-o-transform: translate(0, -55%);
	-ms-transform: translate(0, -55%);
	transform: translate(0, -55%);
}

footer .wf-gewinnspiel-banner:hover {
	padding-right: 43px;
}

footer .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .menu > li {
	display: inline-block;
	text-transform: uppercase;
}

footer .menu > li > a {
	padding: 0 7px;
}

.wf-copy,
footer nav {
	line-height: 0.5;
}

.wf-copy span {
	display: inline-block;
}

.wf-copy span:first-child {
	margin-right: 18px;
}

.wf-copy span:last-child {
	margin-left: 12px;
}

.wf-gewinnspiel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	display: none;
	margin: 0;
}

.wf-gewinnspiel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38,53,66,0.7);
	cursor: pointer;
}

.wf-gewinnspiel-popup {
	position: absolute;
	top: 50%;
	left: 7.5%;
	width: 85%;
/* 	height: 672px; */
	transform: translate(0, -50%);
	margin-left: 0;
	margin-right: 0;
}

/* .wf-popup-open, */
.wf-popup-open body {
    overflow: hidden;
/*     position: relative; */
/*     height: 100%; */
}

.wf-popup-open .wf-page-wrap {
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}

.wf-gewinnspiel-popup > div {
	padding: 60px;
}

.wf-gewinnspiel-popup > div:first-child {
	background: #f3f3f3;
	padding-right: 0;
}

.wf-gewinnspiel-popup > div:first-child p {
	padding-right: 60px;
}

.wf-gewinnspiel-popup > div:first-child *:nth-last-child(2) {
	margin-bottom: 50px;
}

.wf-gewinnspiel-popup > div:first-child img {
	width: calc(100% - 60px);
}

.wf-gewinnspiel-popup > div:last-of-type {
	background: #fff;
}

.wf-gewinnspiel-popup .wf-headline {
	margin-bottom: 40px;
}

.wf-popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url(img/cross.png) center/cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.2s ease;
	-moz-transition: -moz-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
	transition: transform 0.2s ease;
}

.wf-popup-close:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

label.d-inline-flex,
label.d-inline-flex input,
label.d-inline-flex .wpcf7-form-control-wrap {
	width: 100%;
}

label.d-inline-flex {
	border-bottom: 2px solid #1a1a1a;
	margin-bottom: 1.5rem;
}

label.d-inline-flex.wf-nomargin {
	margin-bottom: 0.6rem;
}

label.d-inline-flex > span:first-child {
	margin-right: 5px;
	white-space: nowrap;
}

label.d-inline-flex.two-thirds {
	width: 47.5%;
}

label.d-inline-flex.one-third {
	width: 47.5%;
}

input {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: none;
	margin-bottom: 1px;
}

input[type=checkbox] {
	width: 0;
	height: 0;
	visibility: hidden;
}

@-webkit-keyframes autofill {
    to {
        color: #3c3c3c;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.wpcf7-submit {
	color: #fff;
	width: 100%;
	padding: 13px 0;
	margin-bottom: 0;
	cursor: pointer;
}

form .wf-button {
	width: 100%;
	text-align: center;
	padding: 0;
	position: relative;
	margin-bottom: 1.5rem;
}

form .wf-button:after {
	margin-left: 0;
	position: absolute;
	right: calc(50% - 85px);
	top: calc(50% - 5px);
}

form .wf-button .ajax-loader {
	position: absolute;
	right: 20px;
	top: calc(50% - 8px);
}

form .row > div:nth-last-child(2) p,
form .row > div:last-child p {
	margin-top: 80px;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.wpcf7-list-item-label:before {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #0f0f0f;
	margin-right: 10px;
	background: url(img/menu_check.gif);
	background-size: 0;
	background-repeat: no-repeat;
	background-position: center;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:before {
	background-size: 180%;
}

.datenschutz + a {
	text-decoration: underline;
	font-weight: 900;
}

form {
	color: #1a1a1a;
}

.wf-main .wf-headline {
	padding-top: 60px;
}

.wf-main {
	padding-top: 135px;
	padding-bottom: 35px;
}

.wf-twocols,
.wf-template-content .col-xl-6 > div,
.wf-template-content.template_4 .col-lg-4 > div {
	margin-bottom: -1rem;
}

.wf-template-content.template_4 .wf-headline {
	margin-bottom: 0;
}

.wf-gewinnspiel.wf-scrollable .wf-gewinnspiel-popup {
	top: 50px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	margin-bottom: 50px;
}

.wf-gewinnspiel.wf-scrollable {
	overflow: scroll;
}

footer > a:not(.wf-gewinnspiel-banner),
.wf-header-left > a:first-child,
.wf-header-right a,
.wf-social-bottom a,
.wf-social-right a,
.menu a,
.wf-lang-menu a,
.wf-copy a,
.wf-header-left + div a,
.wf-social-partners a {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

footer > a:not(.wf-gewinnspiel-banner):hover,
.wf-header-left > a:first-child:hover,
.wf-header-right a:hover,
.wf-social-bottom a:hover,
.wf-social-right a:hover,
.menu a:hover,
.wf-lang-menu a:hover,
.wf-copy a:hover,
.wf-header-left + div a:hover,
.wf-social-partners a:hover {
	opacity: 0.7;
}

canvas.snow {
	position: absolute;
	top: 0;
	z-index: 1200;
	pointer-events: none;
	width: 100%;
}

.wf-video-wrapper {
	background: transparent;
	position: relative;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.wf-video-wrapper.active {
	background: #fff;
	z-index: 1500;
}

#shiftnav-toggle-main {
	height: 11.7691154422789vh;
	padding: 0 !important;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content {
	padding: 2.136431784107946vh 0 !important;
}

#shiftnav-toggle-main .shiftnav-main-toggle-content img {
	width: 7.796102136431784vh;
}

#shiftnav-toggle-main #shiftnav-toggle-main-button {
	float: left;
	width: 3.073463455772114vh;
	height: 2.698650674662669vh;
	background: url(img/menu-button.png) center/cover no-repeat;
	margin-top: 2.623688343328336vh;
	margin-left: 3.298351011994003vh;
	padding: 0;
}

#shiftnav-toggle-main-button > i {
	display: none !important;
}

#shiftnav-toggle-main .wf-lang-switcher {
	font-size: 1.5869565217391vh;
	text-transform: uppercase;
}

#shiftnav-toggle-main .wf-curr-lang > span,
#shiftnav-toggle-main .wf-lang-menu {
	background: #324f69;
}

#shiftnav-toggle-main .wf-curr-lang > span {
	height: 11.7691154422789vh;
	display: block;
	line-height: normal;
	padding-left: 1.499250562218891vh;
	padding-right: 4.647676349325337vh;
	padding-top: 2.436281671664168vh;
}

#shiftnav-toggle-main .wf-curr-lang > span:after {
	background: url(img/arrow_white.png) center/cover no-repeat;
}

#shiftnav-toggle-main .wf-lang-menu li a {
	padding: 10px 0;
	display: block;
}

.wf-header-mobile {
	background: #e2e2e2;
	padding: 2.623688155922vh 15px 3.2233883058471vh;
}

.wf-mobile-title {
	color: #fff;
	text-align: center;
	font-size: 1.5869565217391vh;
	background: #b82529;
	padding: 1.8740629685157vh 0;
}

#shiftnav-main {
	width: 75%;
	font-size: 1.5869565217391vh;
}

#shiftnav-main.shiftnav-right-edge:not(.shiftnav-open-target) {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main {
	-webkit-transform: translateX(-75%) !important;
	-moz-transform: translateX(-75%) !important;
	-o-transform: translateX(-75%) !important;
	-ms-transform: translateX(-75%) !important;
	transform: translateX(-75%) !important;
}

.wf-mobile-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 500001;
	background: #000;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#shiftnav-main .shiftnav-panel-close {
	right: auto;
	left: 7.2vw;
	top: 5.6vw;
	background: url(img/cross.png) center/cover no-repeat;
	width: 3.466667vw;
	height: 3.466667vw;
	padding: 0;
}

#shiftnav-main .shiftnav-panel-close > i {
	display: none;
}

.shiftnav-open .wf-mobile-overlay {
	opacity: 0.7;
	pointer-events: all;
}

#shiftnav-main .wf-mobile-menu-top {
	background: #e2e2e2;
	text-transform: uppercase;
	color: #485461;
	height: 8.1709145427286vh;
	font-weight: 700;
}

#menu-header-1 {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

#shiftnav-main .wf-curr-lang > span,
#shiftnav-main .wf-lang-menu {
	background: #e2e2e2;
}

#shiftnav-main .wf-curr-lang > span {
	display: block;
	padding-left: 2.666667vw;
	padding-right: 8.266667vw;
    line-height: 8.1709145427286vh;
    margin-top: -1px;
}

#shiftnav-main .wf-lang-menu li a {
	display: block;
	padding: 10px 0;
	text-align: center;
}

#shiftnav-main .wf-mobile-menu-img {
	display: block;
	background: #324f69;
	height: 30.2848575712144vh;
	padding: 4.8725637181409vh 0 7.496251874063vh;
	text-align: center;
}

#shiftnav-main .wf-mobile-menu-img img,
#shiftnav-main .wf-mobile-alcar-logo img {
	max-height: 100%;
	width: auto;
}

#shiftnav-main .wf-mobile-nav a {
	display: block;
	padding-left: 7.866667vw;
	color: #fff;
	font-weight: 700;
	margin-top: 0.1499250374813vh;
	height: 7.8710644677661vh;
	background: #989898;
}

#shiftnav-main .wf-mobile-nav a.active {
	background: #b82529;
}

#shiftnav-main .wf-mobile-nav a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url(img/arrow_white-right.png);
	margin-right: 15px;
}

#shiftnav-main .wf-mobile-alcar-logo {
	display: block;
	padding: 5.8470764617691vh 0 6.7466266866567vh;
	text-align: center;
	height: 23.0884557721139vh;
}

#shiftnav-main .wf-mobile-brands {
	background: #e2e2e2;
	padding: 0 15px;
}

#shiftnav-main .shiftnav-inner {
	background: url(img/mobile-menu-bg.jpg) top/cover no-repeat;
}

#shiftnav-main:after {
	display: none;
}

.wf-mobile-brands .col-4 {
	height: 8.1709145427286vh;
	padding: 0 15px;
}

.wf-mobile-menu-bottom {
	height: 6.2968515742129vh;
}

.wf-header-right > a > img {
	margin-top: -6px;
}

.wf-header-right > a {
	color: #485461;
	text-transform: uppercase;
}

.wf-tab#sicher .wf-home-3cols > div:first-child img {
	margin: 0 !important;
	margin-left: -10.5% !important;
	max-width: 100%;
	max-height: 100%;
}

.wf-tab#sicher .wf-home-3cols > div:first-child p {
	width: 60%;
	float: right;
	margin: -14% -10.5% 0 0;	
}

.wf-social-partners {
	padding-top: 40px;
	padding-bottom: 35px;
}

.wf-social-partners > span {
	font-size: 1.46rem;
	font-weight: 900;
	line-height: 1;
	color: #324f69;
}

.wf-social-partners > div {
	margin-left: 50px;
}

.wf-social-partners > div > *:not(:last-child) {
	margin-right: 20px;
}


@media (min-width: 1200px) and (max-width: 1749px) {
	.wf-home-3cols .col-lg-6 {
		padding: 30px;
	    -webkit-box-pack: center!important;
	    -ms-flex-pack: center!important;
	    justify-content: center!important;
	}
	
	.wf-home-3cols .col-lg-6 div {
		margin-bottom: 20px;
	}
	
	.wf-gewinnspiel-popup form .row > div:nth-last-child(2),
	.wf-gewinnspiel-popup form .row > div:last-child {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	form .row > div:nth-last-child(2) p,
	form .row > div:last-child p {
		margin-top: 0;
	}
	
	label.d-inline-flex.two-thirds,
	label.d-inline-flex.one-third {
		width: 100%;
	}
	
	label.d-inline-flex.two-thirds {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 768px) {
	.wf-video-top {
		width: 60%;
		min-width: 690px;
	}
}

@media (min-width: 992px) {
	.wf-twocols {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
	
	.wf-video-top {
		min-width: 930px;
	}
}

@media (min-width: 1200px) {
	.wf-video-top {
		min-width: 1110px;
	}
}

@media (min-width: 1921px) {
	html {
		font-size: 19px;
	}
	
	.wf-home-3cols > div > div {
		max-width: 70% !important;
		width: 70% !important;
	}
	
	.wf-home-3cols .col-lg-6 p {
		max-width: 80%;
	}
	
	.wf-tab {
		padding-top: 142px;
	}
	
	.wf-home-3cols .col-lg-6 {
		padding-right: 106px;
	}
}

@media (max-width: 1599px) {
	.wf-header-top {
		padding-right: 6.5%;
	}
}

@media (max-width: 1559px) {
	.wf-on-tour .row:first-child > div {
		padding: 0;
	}
	
	.wf-template-content.template_1 > div {
		padding: 20px;
	}
	
	.wf-template-content.template_3 .col-xl-6 {
		padding-left: 0;
	}
	
	.wf-template-content.template_2 .col-xl-6 {
		padding-right: 0;
	}
	
	.wf-template-content.template_4 .col-lg-4 {
		padding: 0 30px;
	}
	
	footer {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1439px) {
	.wf-header-top {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1299px) {
	.wf-template-content.template_4 .col-lg-8 {
		padding-left: 70px;
	}
	
	.wf-header-right img {
		transform: scale(0.8);
	}
	
	.wf-header-top {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.wf-header-right > div > a:not(:last-child) {
		margin-right: 5px;
	}
}

@media (max-width: 1199px) {
	.wf-header-left > a:first-child {
		margin-right: 180px;
	}
	
	.wf-header-top {
		padding: 0 20px;
	}
	
	.wf-header-bottom {
		padding-left: 350px;
	}
	
	.wf-home-3cols .col-lg-6 div {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.wf-home-3cols .col-lg-6,
	.wf-template-content.template_2 .col-xl-6,
	.wf-template-content.template_3 .col-xl-6,
	.wf-template-content.template_4 .col-lg-4,
	.wf-template-content.template_4 .col-lg-8 {
		padding: 30px;
	}
	
	.wf-on-tour {
		padding: 50px 50px 0;
	}
	
	footer > a:not(.wf-gewinnspiel-banner) {
		top: 20px;
	}
	
	footer {
		height: auto;
		padding-top: 120px;
	}
	
	.wf-template-content > div {
		min-height: 0;
	}
	
	.wf-header-right {
		height: 100%;
	}
	
	.wf-tab {
		padding-top: 159px;
	}
}

@media (max-width: 991px) {
	.wf-home-3cols .col-lg-3 {
		border: 2px solid #fff;
		border-bottom: none;
		padding: 30px;
	}
	
	.wf-home-3cols .col-lg-3.order-2 {
		border-right: 1px solid #fff;
	}
	
	.wf-home-3cols .col-lg-3.order-3 {
		border-left: 1px solid #fff;
	}
	
	.wf-on-tour [class^=col-] {
		margin-bottom: 20px;
	}
	
	.wf-social-bottom {
		padding-bottom: 85px;
	}
	
	.wf-copy, footer nav {
		line-height: 1;
	}
	
	footer nav {
		margin-bottom: 1rem;
	}
	
	footer {
		padding-bottom: 1rem;
	}
	
	.wf-headline {
		font-size: 2.5rem;
	}
	
	.wf-main .wf-headline {
		padding-top: 30px;
	}
	
	.wf-gewinnspiel.wf-scrollable .wf-gewinnspiel-popup {
		top: 98px;
	}

	form .row > div:nth-last-child(2) p,
	form .row > div:last-child p {
		margin-top: 0;
	}
	
	label.d-inline-flex.two-thirds,
	label.d-inline-flex.one-third {
		width: 100%;
	}
	
	label.d-inline-flex.two-thirds {
		margin-bottom: 2.5rem;
	}
	
	.wf-tab {
		padding-top: 0;
	}
	
	.wf-home-3cols .col-lg-6 p {
		max-width: unset;
	}
}

@media (max-width: 767px) {
	.wf-social-right {
		top: calc(100% - 17px);
		-webkit-transform: translate(0, -100%);
		-moz-transform: translate(0, -100%);
		-o-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		transform: translate(0, -100%);
		z-index: 1;
	}
	
	.wf-social-right > div {
		padding: 21px 20px 1px;
	}
	
	.wf-social-right a {
		margin-bottom: 20px;
	}
	
	.wf-tab .wf-gewinnspiel-banner {
		position: relative;
		top: auto;
		padding-right: 76px;
	}
	
	.wf-headline {
		font-size: 2rem;
	}
	
	.wf-video-overlay {
		background-position: 50% 44%;
		background-size: 50px;
	}
	
	footer {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	footer nav {
		width: 100%;
		margin-bottom: 0;
	}
	
	#menu-footer,
	.wf-mobile-gewinnspiel-link {
		background: #324f69;
		color: #fff;
		padding-bottom: 10px;
		display: block;
		text-align: center;
	}
	
	.wf-mobile-gewinnspiel-link {
		margin-left: -30px;
		margin-right: -30px;
		padding-top: 20px;
	}
	
	#menu-footer li {
		display: block;
		padding: 10px 0;
	}
	
	footer .wf-copy {
		background: #1c2d3c;
		width: 100%;
		color: #fff;
		padding: 10px 0;
	}
	
	footer .wf-mobile-brands {
		background: #fff;
		padding: 0 30px;
		width: 100%;
	}
	
	footer.wf-mobile-brands .row {
		padding: 5px 0;
	}
	
	footer .wf-mobile-brands img {
		opacity: 0.8;
	}
	
	.wf-home-3cols > div,
	.wf-template-content.template_2 .col-xl-6,
	.wf-template-content.template_3 .col-xl-6,
	.wf-template-content.template_4 .col-lg-4,
	.wf-template-content.template_4 .col-lg-8,
	.wf-template-content.template_1 > div,
	.no-gutters > .wf-konfigurator,
	.wf-on-tour {
		padding-top: 40px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.wf-home-3cols .col-lg-3 {
/* 		padding-top: 0 !important; */
	}
	
	.wf-on-tour .wf-headline {
		margin-bottom: 1.5rem;
	}
	
	.wf-social-partners > span {
		width: 100px;
	}
	
	.wf-social-partners > div {
		margin-left: 30px;
	}
	
	.wf-social-partners > div > *:not(:last-child) {
		margin-right: 15px;
	}
}

@media (max-width: 575px) {
	.wf-social-right > div {
		padding: 53px 20px 53px;
	}
	
	.wf-tab .wf-gewinnspiel-banner {
		padding-bottom: 9px;
		padding-right: 0;
	}
	
	.wf-home-3cols .col-lg-3.order-3,
	.wf-home-3cols .col-lg-3.order-2 {
		border: none;
		border-top: 4px solid #fff;
	}
	
	.wf-headline {
	    font-size: 1.8rem;
	}
	
	a.wf-button, .wf-button {
		padding: 13px 35px;
	}
	
	.wf-on-tour .row:first-child {
		margin-bottom: 0;
	}
	
	.wf-social-bottom {
		padding: 10px 0 80px;
	}
	
	footer .wf-gewinnspiel-banner {
		width: 100%;
		-webkit-transform: translate(0, -100%);
		-moz-transform: translate(0, -100%);
		-o-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}
	
	footer .menu,
	.wf-copy {
		text-align: center;
		line-height: 1.2;
	}
	
	.wf-copy > span:first-child {
		margin-right: 0;
		display: block;
	}
	
	.wf-copy > span:nth-child(2) {
		display: none;
	}
	
	.wf-main {
		padding-bottom: 85px;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	
	.wf-gewinnspiel-popup > div {
		padding: 15px;
	}
	
	.wf-gewinnspiel-popup > div:first-child p {
		padding-right: 15px;
	}
	
	.wf-gewinnspiel-popup > div:first-child img {
		width: calc(100% - 15px);
	}
	
	.wf-gewinnspiel-popup a.wf-button {
		padding: 13px 28px;
	}
	
	.wf-gewinnspiel.wf-scrollable .wf-gewinnspiel-popup {
		top: calc(7.5vw + 48px);
		margin-bottom: 7.5vw;
	}
	
	.wf-on-tour {
		padding: 30px 20px 0;
	}
	
	.wf-konfigurator a.wf-button {
		width: 260px;
		margin: 0 auto;
		display: block;
	}
	
	#shiftnav-main .wf-mobile-nav a:before {
		margin-right: 10px;
	}
	
	.wf-gewinnspiel-popup > div:first-child {
		padding-top: 50px;
	}
	
	a.wf-gewinnspiel-banner {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.wf-social-partners > *:not(:last-child) {
		margin-bottom: 20px;
		display: block;
		text-align: center;
		width: auto;
	}
}