html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'Avenir Next W1G';
	src: url('../fonts/AvenirNextW1G-Regular.otf');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next W1G';
	src: url('../fonts/AvenirNextW1G-Italic.otf');
	font-weight: 400;
	font-display: swap;
	font-style: italic;
}
@font-face {
	font-family: 'Avenir Next W1G';
	src: url('../fonts/AvenirNextW1G-Light.otf');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next W1G';
	src: url('../fonts/AvenirNextW1G-Medium.otf');
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next W1G';
	src: url('../fonts/AvenirNextW1G-MediumItalic.otf');
	font-weight: 600;
	font-display: swap;
	font-style: italic;
}
@font-face {
	font-family: 'Avenir Next W1G';
	src: url('../fonts/AvenirNextW1G-Bold.otf');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next W1G';
	src: url('../fonts/AvenirNextW1G-BoldItalic.otf');
	font-weight: 700;
	font-display: swap;
	font-style: italic;
}
@font-face {
	font-family: 'LandRoverWeb';
	src: url('../fonts/LandRoverWeb-Medium.ttf');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'LandRoverWeb';
	src: url('../fonts/LandRoverWeb-Light.ttf');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'LandRoverWeb';
	src: url('../fonts/LandRoverWeb-Demi.ttf');
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'LandRoverWeb';
	src: url('../fonts/LandRoverWeb-Bold.ttf');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

:root {
	--body-font-size: 16px;
	--body-small-font-size: 16px;
    --menu-size: 16px;
	--vw-blue:#0C121C;
	--vw-red:#0C121C;
	--vw-black: #0C121C;
	--vw-gray:#4A4F54;
}

/* custom CSS */
.np_transition, a, button, .button, input[type="submit"], .each-accordeon .faq-header-plus::before, .dropdown--arrow:before, .accordeon-title,
.header-logo, .masthead.site-header, .open-menu-btn span, .header-right.scan-qr-code, .masthead.site-header .content-center,
.contact--popup, .contact-popup-content, .close-icon svg, .header-menu, .active-dropdown .languages-list, .transition-el, .search-market label:before, .relative-input label,
.button svg path{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
body {
	font-family: 'Avenir Next W1G';
	font-size: var(--body-font-size);
	line-height: 1.4;
	font-weight:300;
	color: var(--vw-gray);
}
h1, h2, h3, h4, h5, h6, .LandRoverWeb-text{
	font-weight:300;
	font-family: 'LandRoverWeb';
	line-height:1.12;
	color: var(--vw-black);
}
.light-font{
	font-weight:300;
}
.content-center {	max-width: 1280px;	width:100%;	margin-left: auto;		margin-right: auto;	}

.fc-block.banner .banner-image {
	background-size: cover;
	background-position: center;
	position: relative;
}
.banner-content {
	padding-top: 150px;
	display: flex;
	flex-direction: column;
	padding-bottom: 120px;
	max-height: 470px;
	min-height: 470px;
}
.banner-logo img {
	max-width: 100%;
}
.banner-logo {
	margin-left: auto;
	max-width: 50%;
}
.fc-block.banner .banner-image::before {
	content: "";
	position: absolute;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(12, 18, 28, 0.8) 0%, rgba(56, 84, 130, 0) 100%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	mix-blend-mode: screen;
}
.admin-bar .masthead.site-header {
	top: 32px;
}
.masthead.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	overflow:hidden;
}
.header-logo {
	margin-top: 0;
	position: relative;
	top: 0;
}
.header-container {
	display: flex;
	padding: 20px 0 0;
	color: #fff;
	font-size: 14px;
	align-items: center;
}
.open-menu-btn {
	margin-right: auto;
	width: 24px;
	cursor:pointer;
	outline:0;
	position:relative;
}
.open-menu-btn::before {
	content: "";
	position: absolute;
	width: 140%;
	height: 140%;
	display: block;
	left: -20%;
	top: -20%;
}
.open-menu-btn span {
	height: 2px;
	background: #fff;
	margin-bottom: 5px;
	display: block;
}
.open-menu-btn span:nth-child(2) {
	width: 14px;
}
.open-menu-btn span:nth-child(3) {
	width: 20px;
	margin-bottom: 0;
}
.vw-logo-inner {
	position: relative;
	text-align: left;
	height: 48px;
}
.vw-logo-inner::before, .vw-logo-inner::after {
	content: "";
	width: calc(70% - 20px);
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.vw-logo-inner::after {
	width: calc(30% - 68px);
}
.vw-logo-inner::after {	
	left: auto;
	right:0;
}
.vw-logo-inner svg {
	width: 48px;
	height: 48px;
}
.vw-logo-inner a {
	display: inline-block;
	margin-left: 70%;
	/* margin-right: auto; */
	height: 48px;
}
.header-logo::before, .header-logo::after {
	content: "";
	position: absolute;
	height: 2px;
	background: #fff;
	width: 1000px;
	left: -1000px;
	top: 50%;
	transform: translateY(-50%);
}
.header-logo::after {
	left: auto;
	right: -1000px;
}
strong {
	font-weight: 700;
}
h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 300;
	margin-top:20px;
}
h2 {
	font-size: 40px;
	margin-bottom: 32px;
	font-weight: 700;
}
.banner-info-text {
	color: #fff;
	margin-top: auto;
}
#output{
	color:#000;
}
.banner-content, .banner-info-text {
	position: relative;
}
.box-content {
	display: flex;
	column-gap: 55px;
}
.box-content.box-with-image > div {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
}
.image_and_text img {
	max-width: 100%;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.fc-block.image_and_text {
	padding: 60px 0;
}
.simple--content + .button-container {
	padding-top: 40px;
	margin-top: auto;
}
.button, .password-protected-wrapper input[type="submit"] {
	background: #fff;
	border-radius: 0;
	width: auto;
	border: 1px solid #fff;
	/* text-align: center; */
	padding-left: 50px;
	padding-right: 25px;
	/* min-width: 200px; */
	text-decoration: none;
	color: var(--vw-black);
	height: 46px;
	line-height: 40px;
	font-size: 11px;
	outline: 0;
	font-family: 'LandRoverWeb';
	cursor: pointer;
	/* border: 1px solid #fff; */
	display: flex;
	align-items: center;
	column-gap: 12px;
	justify-content: left;
	font-weight: 700;
	background-image: url("../images/btn-black-arrow.svg");
	background-repeat: no-repeat;
	background-position: 20px 50%;
	text-align: left;
	letter-spacing: 3px;
}

.image--wrapper + .box-text-wrapper .button {
	min-width: 320px;
}
.style2 .button, .white-buttons .button {
	color: #fff;
	background-color: var(--vw-red);
	border-color: var(--vw-red);
	background-image: url("../images/btn-black-arrow-white.svg");
}
.style2 .button {
	border: 0;
	line-height: 44px;
}
.transparent-buttons .button{
	color:#fff;
	background:transparent;
	border:1px solid #fff;
	line-height:40px;
}
.transparent-buttons .button:hover {
	border-color: var(--vw-red);
	color: #fff;
	background: var(--vw-red);
}
.button:hover, .style2 .button:hover, .white-buttons .button:hover{
	background-color:var(--vw-red);
	border-color: var(--vw-red);
	color: #fff;
	background-image: url("../images/btn-black-arrow-white.svg");
}
.white-buttons .button:hover{
	background-image: url("../images/btn-black-arrow.svg");
	color: var(--vw-red);
	background-color: #fff;
}
.button:hover svg path {
	fill: #fff;
}
.style2 {
	background: #000;
	padding-top: 80px;
	padding-bottom: 80px;
}
.style2 h2 {
	color: #fff;
}
.style2 .simple--content {
	color: #fff;
}
.style2 .box-content {
	display: inline-block;
	width: 100%;
}
.box-content:not(.box-with-image) .box-text-wrapper {
	max-width: 620px;
}
.image_and_text .style2 img {
	margin-top: -50px;
}
.simple--content p, .simple--content ul {
	margin-bottom: 40px;
}
.simple--content p:last-child,  .simple--content ul:last-child {
	margin-bottom: 0;
}
.fc-block li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 8px;
}
.fc-block li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #000;
	left: 14px;
	position: absolute;
	top: 14px; 
	border-radius: 50%;
}
.fc-block.banner {
	margin-bottom: 20px;
}
.fc-block .car-info-cont li::before{
	top:15px;
}
.fc-block ul {
	padding-left: 40px;
}
.each-accordeon:first-child .accordeon-title{	
	border-top: 1px solid #DFE4E8;
}
.accordeon-title {
	text-align: left;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 35px;
	line-height: 1.1;
	border-bottom: 1px solid #DFE4E8;
	color: var(--vw-blue);
}
.accordeon-content {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	color: #000;
    text-align:left;
    transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
overflow:hidden;
}
.each-accordeon.active-toggle .accordeon-content {
	max-height: 1600px;
	opacity: 1;
	visibility: visible;
	overflow: visible;
}
.each-accordeon {
	position: relative;
}
.each-accordeon.active-toggle .accordeon-content {
	max-height: 1600px;
	opacity: 1;
	visibility: visible;
	overflow: visible;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFE4E8;
}
#primary .each-accordeon .accordeon-content p:last-child {
	margin-bottom: 20px;
}
.each-accordeon .faq-header-plus,.lang-label .dropdown--arrow  {
	position: absolute;
	right: -5px;
	top: 24px;
	transform: translateY(-50%) rotate(0deg);
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	width: 40px;
	height: 40px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid transparent;
}
.faq-header-plus span:first-child {
	width: 100%;
	height: 1px;
	top: 4px;
	left: 0px;
}
.faq-header-plus span:last-child {
	width: 1px;
	height: 100%;
	top: -1px;
	left: 5px;
}
.faq-header-plus span {
	background-color: #000;
	position: absolute;
}
.each-accordeon.active-toggle .faq-header-plus::before, .active-dropdown .dropdown--arrow:before {
	transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-moz-transform: translate(-50%,-50%) rotate(-45deg);
	top: 60%;
}
.each-accordeon .faq-header-plus::before, .dropdown--arrow:before  {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 1px solid var(--vw-blue);
	border-right: 1px solid var(--vw-blue);
	top: 46%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(135deg);
	-webkit-transform: translate(-50%,-50%) rotate(135deg);
	-moz-transform: translate(-50%,-50%) rotate(135deg);
}
.lang-label {
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
	border-top: 1px solid #DFE4E8;
	border-bottom: 1px solid #DFE4E8;
	color: var(--vw-blue);
	font-size: 16px;
	font-weight: 700;
	cursor:pointer;
}
.accordeon-content img {
	display: block;
}
.accordeon-content p {
	margin-bottom: 20px;
}
.active-toggle .accordeon-title {
	border-color: transparent;
}
.fc-block.accordeon {
	margin-bottom: 40px;
}
.fc-block.button_box {
	margin-bottom: 20px;
}
.site-footer {
	padding-top: 1.75rem;
	border-top: 2px solid #EAE8E4;
	margin-top: 50px;
	padding-bottom: 50px;
}
.contact-box {
	background:  #000;
	padding: 56px 0;
	color:#fff;
	text-align:center;
}
/*
.page-modules-container .fc-block:not(.banner) .content-center {
	padding-left: 90px;
	padding-right: 90px;
}
*/
.contact-box h2 {
	font-weight: 700;
	margin-bottom: 35px;
}
.contact-box-content{
	margin-bottom:32px;
}

.close-popup{
	background-color:#000;
	border:3px solid var(--vw-blue);
	position:absolute;
	cursor:pointer;
	top:12px;
	right:12px;
	border-radius:50%;
	width:44px;
	height:44px;
	z-index:999;
	outline:0;
}
.close-popup span {
	background-image: url("../images/close.svg");
	width: 24px;
	height: 24px;
	position: absolute;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sticky-header .header-logo {
	opacity: 0;
	visibility:hidden;
	top:-60px;
}
.sticky-header .masthead.site-header .content-center {
	background: #fff;
}
.sticky-header .open-menu-btn span, body.search .open-menu-btn span,
body.search .vw-logo-inner::before,  body.search .vw-logo-inner::after,
.page-template-default .open-menu-btn span, .page-template-default .vw-logo-inner::before,  .page-template-default .vw-logo-inner::after,
.single-post .open-menu-btn span, .single-post .vw-logo-inner::before,  .single-post .vw-logo-inner::after,
.page-template-default .header-logo::before,.page-template-default .header-logo::after {
	background-color:#fff;
}
.header-menu {
	background-color:#000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	left: -100%;
}
.menu-navigation {
	padding: 50px 50px 0;
	margin-bottom: 45px;
	color: #fff;
	display: flex;
}
.menu-close {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 9px;
	font-size: 14px;
	cursor:pointer;
	outline:0;
}
.close-icon {
	height: 18px;
}
.search--section {
	margin-left: auto;
}
.close-icon svg {
	transform: rotate(-30deg);
	transition: 1s cubic-bezier(.14,1.12,.67,.99) .2s,margin-left .3s cubic-bezier(.14,1.12,.67,.99),-webkit-transform 1s cubic-bezier(.14,1.12,.67,.99) .2s;
}
.header-menu.active--menu{
	left:0;
}
.header-menu.active--menu .close-icon svg {	
	transform: rotate(0);
}
.main_menu_container {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 65px;
}
.main_menu_container li {
	margin-bottom: 14px;
}
.main_menu_container a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.16;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dropdown-menu .menu-item-has-children > .dropdown-menu a {
	font-size: 18px;
	line-height:1.4;
}
.second--menu--container .menu a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.7;
}
.second--menu--container {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
}
.second--menu--container .menu li {
	margin-bottom: 8px;
}
.secondary_menu_container {
	margin-bottom: 60px;
}
.language_menu_container {
	margin-top: 1rem;
}
.legal_menu_container ul {
	display: flex;
	max-width: 100% !important;
	/* margin-left: auto; */
	/* margin-right: auto; */
	gap: 23px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 0;
}
.legal_menu_container li {
	display: inline-block;
	padding-right: 0;
	margin-right: 0;
	position: relative;
}
.legal_menu_container a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
/*
.legal_menu_container li:before {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.legal_menu_container li:last-child::before{
	display:none;
}
	*/
.legal-and-language {
	padding-bottom: 30px;
	display: flex;
	align-items: start;
	flex-direction: column;
	flex-wrap: wrap;
}
.language_menu_container ul {
	display: flex;
	column-gap: 3rem;
}
.overflow-hidden{
	overflow:hidden;
}
.search--section input {
	background-image: url("../images/search-icon.svg");
	background-color: transparent;
	border: 0;
	color: #fff;
	outline: 0;
	padding-left: 35px;
	border-bottom: 1px solid transparent;
	padding-top: 12px;
	padding-bottom: 12px;
	background-position: 2px center;
	background-repeat: no-repeat;
	background-size: 21px auto;
	-webkit-transition: border-bottom-color .3s cubic-bezier(.14,1.12,.67,.99) 0s;
	transition: border-bottom-color .3s cubic-bezier(.14,1.12,.67,.99) 0s;
	font-family: 'Avenir Next W1G';
	font-size:16px;
}
.input-search-container {
	width: 26px;
	overflow: hidden;
	transition: width .5s cubic-bezier(.14,1.12,.67,.99),margin-left .3s cubic-bezier(.14,1.12,.67,.99);
}
.input-search-container.search-open{
	width:160px;
}
.input-search-container.search-open input[type="text"] {
	border-bottom-color:#fff;
	-webkit-transition: border-bottom-color .3s cubic-bezier(.14,1.12,.67,.99) 0s;
	transition: border-bottom-color .3s cubic-bezier(.14,1.12,.67,.99) 0s;
}
.search--section input::placeholder {
	color: #fff;
	opacity: 1; /* Firefox */
}
.search--section input::-ms-input-placeholder { /* Edge 12 -18 */
	color: #fff;
	opacity: 1; /* Firefox */
}
.search-results .main-website-content, .single-post .main-website-content {
	padding-top: 90px;
}
.each-search-result a {
	color: var(--vw-blue);
}
.each-search-result{
	margin-bottom:20px;
}
.search-title {
	font-size: 20px;
	margin-bottom: 20px;
}  
.fc-block.slider_image_and_text {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.each-slide {
	width: 250px !important;
	margin-right: 20px;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}
.slider-overlay{
	background:rgba(0,0,0,0.6);
	position:absolute;
	bottom:0;
	padding:15px 15px 20px;
	left:0;
	width:100%;
	color:#fff;
	line-height:1.5;
}
.slide-title {
	font-weight: 700;
	margin-bottom: 30px;
}
.fc-block .slick-dots li {
	padding-left: 0;
	margin-bottom: 0; 
	display: inline-block; 
	 margin-left: 4px;
	margin-right: 4px;
}
.fc-block .slick-dots li:before{
	display:none;
} 
.fc-block .slick-dots {
	text-align: center;
	padding: 0;
	margin-left:-30px;
}
ul.slick-dots li button {
	text-indent: -9999px;
	color: transparent;
	font-size: 0;
	border: 0;
	padding: 0;
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
	background-color: var(--vw-blue);
	border-radius: 50px;
	cursor: pointer;
}
ul.slick-dots li.slick-active button {
	width:8px;
	height:8px;
}
.languages-list {
	max-height: 0;
	overflow: hidden;
}
.active-dropdown .languages-list{
	max-height:400px;
}
.inner--languages--list {
	overflow: auto;
	max-height: 282px;
	border-bottom:1px solid #DFE4E8;
}
.each-lang {
	cursor: pointer;
	border-bottom: 1px solid #DFE4E8;
	color: var(--vw-blue);
	padding: 14px 0;
}
.each-lang:last-child{
	border-bottom:0;
}
body .fc-block .gform_footer .gform_button.button[type="submit"] {
	background: var(--vw-red) !important;
	width: auto;
	border-radius: 44px !important;
	-webkit-appearance: none !important;
	height: 44px !important;
	font-size: 14px !important;
	outline: 0 !important;
	box-shadow: none !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}
body .fc-block .gform_footer .gform_button.button[type="submit"]:hover {
	background-color: #000 !important;
	border-color:#000 !important;
}
body .gfield_label.gform-field-label {
	display: block;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 1px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--vw-black);
}
body .bold-label .gfield_label.gform-field-label {
	font-weight: 700;
}
/*
.gfield.field_description_below .gfield_description:not(.validation_message) {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0 !important;
}
*/
body .ginput_container_rating {
	margin-top: 0 !important;
	overflow:hidden;
}
.gform-theme--foundation .gform_fields {
	row-gap: 70px;
}
.frage-title {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.ginput_container textarea {
	border: 1px solid var(--vw-blue) !important;
	min-block-size: 10rem !important;
	border-radius: 0 !important;
	outline: 0 !important;
	font-size: 16px !important;
	color: var(--vw-blue);
	box-shadow: none !important;
}
.label-without-rating {
	margin-bottom: -35px !important;
}
.gform_confirmation_message h2 {
	font-weight: 700;
	margin-bottom:0;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error {
	flex-direction: row !important;
	margin-bottom:30px;
}
.gform_submission_error.hide_summary {
	margin-bottom: 0 !important;
}
.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: var(--vw-blue) !important;
	block-size: 10px !important;	
	inline-size: 10px !important;
}
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	border-color: var(--vw-red) !important;
}
.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	box-shadow:none !important;
}
.gform-theme--foundation .gform_footer {
	padding-top: 30px;
}
.placeholder-label {
	margin-bottom: -20px !important;
}
.gform-theme--framework .gfield--type-choice .gfield_radio {
	flex-direction: row !important;
	gap: 35px !important;
	flex-flow:wrap;
}
.gform-theme--framework .gform-field-label--type-inline {
	font-size: 16px !important;
	font-weight: 400;
	color: #333 !important;
	margin-left: 0 !important;
	margin-bottom: 5px !important;
}
.gchoice input[type="radio"] {
	margin-top: 2px !important;
}
.main_menu_container > .menu > .menu-item-has-children > .dropdown-menu {
	position: fixed;
	background: #fff;
	color:#000;
	top: 0;
	height: 100%;
	padding-left:38px;
	padding-top:38px;
	width: calc(100% - 42px);
	right: -100%;
	overflow: auto;
	z-index: 999;
	padding-right:38px;
}
.main_menu_container > .menu > .menu-item-has-children.mobile-dropdown-active > .dropdown-menu {
	right: 0;
}
.menu-item-has-children > .dropdown-menu a {
	color: #000;
	font-size:20px;
	position:relative;
}
.back-arrow-icon {
	font-size: 12px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	font-weight:300;
	cursor:pointer;
}
.back-arrow-icon::before {
	content: "";
	margin-right: 8px;
	background-image: url("../images/arrowleftBlue.svg");
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 20px 14px;
	display: inline-block;
	vertical-align: top;
	height: 24px;
	width: 24px;
	left: 0;
	top: 1px;
}
.main_menu_container > .menu > .menu-item-has-children > .dropdown-menu li{
	margin-bottom:20px;
}
.nav-arrow-container {
	display: flex;
	align-items: center;
}
.fc-block.banner + .fc-block.button_box {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: #4cc7f4;
	z-index: 9;
	border-radius: 50%;
	box-shadow: 1px 1px 3px 0 rgba(51,48,46,.6);
	opacity:0;
	visibility:hidden;
	cursor:pointer;
}
.back-to-top.visible_scroll_top{
	opacity:1;
	visibility:visible;
}
.back-to-top::after {
	width: 12px;
	height: 12px;
	border-top: 1px solid var(--vw-blue);
	border-right: 1px solid var(--vw-blue);
	position: absolute;
	content: "";
	top: 22px;
	left: 19px;
	transform: rotate(-45deg);
}
.chevron-down {
	background-image: url("../images/chevron-down.svg");
	width: 14px;
	height: 6px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 0;
}
.main_menu_container .dropdown-menu .dropdown-menu {
	display: none;
	padding-top: 20px;
	padding-left: 25px;
}
.main_menu_container .mobile-submenu-active .dropdown-menu {
	display: block;
}
.mobile-submenu-active .chevron-down {
	transform: rotate(-180deg);
	right: 2px;
}
.fc-block ol {
	counter-reset: orderedlistcounter 0;
}
.fc-block ol > li { 
	padding-left: 50px;
	counter-increment: orderedlistcounter 1;
}
.fc-block ol > li::before {
	content: counter(orderedlistcounter, decimal-leading-zero);
	width: 20px;
	height: 2px;
	background: transparent;
	left: 15px;
	position: absolute;
	top: 0;
	font-weight: 600;
}
.fc-block ol ul {
	padding-left: 0;
	padding-top: 6px;
}
p + ol {
	margin-top: 15px;
}
.contact-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
.banner-info-text p {
	margin-bottom: 15px;
}
.banner-info-text p:last-child {
	margin-bottom: 0;
}
body.search .main-website-content {
	padding-top: 100px;
}
.banner-logo-image {
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	padding-bottom:80px;
}
.banner-logo-image img {
	max-width: 100%;
}
.hide-item{
	display:none;
}
.simple--content table, .simple--content td {
	border: 1px solid #000;
	padding:6px;
}
.table-container {
	overflow: auto;
}
.gfield_visibility_hidden {
	display: none !important;
}
.lang-switch-car li.wpml-ls-item {
	display: none !important;
}
.lang-switch-car li.wpml-ls-item.wpml-ls-item-de, .lang-switch-car li.wpml-ls-item.wpml-ls-item-en {
	display: inline-block !important;
}
.fc-block.autoplay_video {
	padding-top: 60px;
	padding-bottom: 40px;
}
.autoplayvideo {
	width: 100%;
}
.autoplay-video-wrapper{
	position:relative;
}
.video-muted {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 1;
}
.video-muted::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mask-image: url('../images/speaker.png');
	-webkit-mask-image: url('../images/speaker.png');
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	background-color: #fff;
}
.video-muted::after {
	content: '';
	width: 2px;
	height: 23px;
	top: -1px;
	left: 8px;
	background-color: #f00;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	position: absolute;
	opacity: 1;
}
.sound-on.video-muted::after {
	opacity: 0;
}
.form-columns {
	display: flex;
	column-gap: 50px;
	flex-direction: column;
}
.form-column {
	flex: 1 1 50%;
	max-width: 630px;
}
.accompanying-participants.form-column {
	flex: 1 1 100%;
	max-width: 100%;
}
.form-columns input[type="text"], .form-columns input[type="email"] {
	border: 0;
	width: 100%;
	border-radius: 0 !important;
	outline: 0 !important;
	font-size: 15px !important;
	color: var(--vw-blue);
	box-shadow: none !important;
	height: 38px;
	padding: 3px 0;
	border-bottom: 1px solid #DFE4E8;  
	font-family:'LandRoverWeb';
	font-weight:400;
}
.form-columns input[type="text"]:focus, .form-columns input[type="email"]:focus {
	border-bottom: 1px solid var(--vw-blue);
}
.each-field label {
	margin-bottom: 15px;
	display: block;
	cursor: pointer;
	left: 0;
	font-size: 20px;
	/* color: var(--vw-blue); */
	font-weight: 500;
}
.relative-input{
	position:relative;
	padding-top:15px;
}
.relative-input label {
	position: absolute;
	bottom: 4px;
	outline: 0;
	text-decoration: none;
}
.each-field {
	margin-bottom: 28px;
	position: relative;
}
h3 {
	font-size: 20px;
	margin-bottom: 22px;
}
.person-label {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 400;
}
.registration-form {
	padding-top: 25px;
}
.each-field select {
	width: 100%;
}
.each-extra-person {
	margin-bottom: 40px;
	flex: 1 1 33%;
	position: relative;
}
.accompanying-wrapper {
	display: flex;
	column-gap: 34px;
	padding-top: 20px;
}
.with-error label, body .with-error .select2-container--default .select2-selection--single .select2-selection__rendered, .accept--line.with-error label,
.each-form-line:has(.car-plate):has(.with-error), .with-error .upload-text strong {
	color: rgb(239, 68, 68) !important;
}
.each-field.with-error input, body .with-error .select2-container {
	border-color: rgb(239, 68, 68);
}
.with-error .box__input {
	border: 2px dashed rgb(239, 68, 68);
}
.form-error-messages, .form-ajax-errors {
	font-size: 14px;
	background-color: rgb(239, 68, 68);
	margin-bottom: 0;
	color: #fff;
	padding: 8px 10px;
	width: 100%;
}
.button[disabled] {
	opacity: 0.6;
	pointer-events: none;
}
.each-field.disabled {
	opacity: 0.6;
	pointer-events: none;
}
input[type="email"][disabled] {
	opacity: 0.6;
}
.social-label {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	font-family: LandRoverWeb,sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.footer-row:nth-child(2) {
	padding-left: 13rem;
	margin-top: 20px;
}
.social-listing {
	display: flex;
	flex-direction: column;
}
.social-listing a svg {
	display: block;
}
.footer-col.social-col {
	margin-left: auto;
}
.social-listing a {
	display: flex;
	text-decoration: none;
	column-gap: 10px;
	margin-bottom: 10px;
	align-items: center;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-family: LandRoverWeb,sans-serif;
}
.simple--content h1 {
	font-size: 36px;
	color: #000;
	margin-bottom: 38px;
}
.form-message {
	text-align: center;
}
.form-message .button-container {
	padding-top: 70px;
	justify-content: center;
}
.button-container {
	display: flex;
	align-items: center;
	justify-content: start;
	column-gap: 25px;
}
.form-message {
	text-align: left;
	padding-top: 90px;
	padding-bottom: 120px;
}
.loader {
	width: 60px;
	aspect-ratio: 4;
	--_g: no-repeat radial-gradient(circle closest-side,var(--vw-red) 90%,#0000);
	background: 
		var(--_g) 0%   50%,
		var(--_g) 50%  50%,
		var(--_g) 100% 50%;
	background-size: calc(100%/3) 100%;
	animation: l7 1s infinite linear;
}
.loading-validation .btn-loader{
	display:block !important;
}
.form-wrapper.loading-validation, .button-container.loading-validation {
	pointer-events: none;
}
.loading-validation .form-data, .loading-validation .form-calendar-wrapper, .loading-validation .files-wrapper {
	opacity: 0.5;
	pointer-events:none;
}
/*
input[type="email"]:focus-within ~ label, input[type="email"]:not(:placeholder-shown) ~ label, 
input[type="tel"]:focus-within ~ label, input[type="tel"]:not(:placeholder-shown) ~ label, 
input[type="text"]:focus-within ~ label, input[type="text"]:not(:placeholder-shown) ~ label,
.simple-label label {
	font-size:12px;
	bottom:32px; 
	opacity:0.8;
}
	*/
input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: rgba(0, 30, 80, 0.5);
	opacity:1;
}
input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0, 30, 80, 0.5);
	opacity:1;
}
input[type="email"]:-ms-input-placeholder,  input[type="tel"]:-ms-input-placeholder,  input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: rgba(0, 30, 80, 0.5);
	opacity:1;
}
input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: rgba(0, 30, 80, 0.5);
	opacity:1;
}
.simple-label input[type="text"]::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: var(--vw-blue);
	opacity:1;
}
.simple-label input[type="text"]::-moz-placeholder{ /* Firefox 19+ */
	color: var(--vw-blue);
	opacity:1;
}
.simple-label input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: var(--vw-blue);
	opacity:1;
}
.simple-label input[type="text"]:-moz-placeholder{ /* Firefox 18- */
	color: var(--vw-blue);
	opacity:1;
}

@keyframes l7 {
	33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
	50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
	66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
}
.personalnumber-info {
	background: #5B08A4;
	font-size: 12px;
	color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
	margin-top: 5px;
	display: table;
}
.main-participant.form-column {
	margin-bottom: 50px;
}
.each-extra-person:not(.active-person) .each-field {
	opacity: 0.5;
	filter: blur(1px);
	pointer-events:none;
}
.form-wrapper input[type="checkbox"] {
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -999px;
	z-index: -999;
	position: absolute;
	border: 0;
}
input[type="checkbox"] + label {
	position: relative;
	padding-left: 35px;
	cursor:pointer;
}
input[type="checkbox"] + label::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	left: 0;
	top: 10px;
	transform: translateY(-50%);
}
/*
.person-label input[type="checkbox"] + label::before {
	border-radius:50%;
}
.person-label input[type="checkbox"] + label::after {
	border-radius: 50%;
	background-color: var(--vw-blue);
	left: 6px;
	width: 10px;
	height: 10px;
	border: 0;
	transform: translateY(-50%);
	top: 50%;
} 
*/
input[type="checkbox"] + label::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 11px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	left: 8px;
	top: 9px;
	transform: translateY(-50%) rotate(36deg);
	opacity: 0;
}
input[type="checkbox"]:checked + label::after{
	opacity:1;
}
/*
.select2-search--dropdown {
	display: none !important;
}
*/
body .select2-container--open .select2-dropdown--below{
	margin-top:-1px;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.05);
box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.05);
	border:0;
}
.select2-container--open .select2-dropdown--above {
	margin-top: -18px;
}
body.admin-bar .select2-container--open .select2-dropdown--below {
	margin-top: 32px;
}
body.admin-bar .select2-container--open .select2-dropdown--above {
	margin-top: 0;
}
.each-field .select2-container {
	margin-top: 21px;
}
body .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	padding: 0;
	outline: 0 !important;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--vw-blue);
	line-height: 1.7;
	padding: 0;
	font-size: 16px;
}
body .select2-container {
	border-bottom: 1px solid #DFE4E8;
	padding-bottom: 3px;
	/*margin-top: 21px;*/
	outline:0 !important;
}
body .select2-results__options li.select2-results__option {
	color: var(--vw-blue) ;
	border-bottom: 1px solid #DFE4E8;
	background: #fff;
	font-size: 16px;
	padding: 12px 10px 12px 20px;
}
body .select2-container--default .select2-results > .select2-results__options{
	max-height:375px;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color:var(--vw-blue);
}
body .select2-dropdown{
	border:0;
}
body .select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: transparent;
}
.each-field.extra-top-space {
	margin-top: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
	background-image:url("../images/chevron-down.svg");
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-image: url("../images/chevron-down.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
	transform: rotate(180deg);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b{
	display:none;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--vw-blue);
}
.button-container + .button-container {
	margin-top: 22px;
}
.fc-block.faq h1 {
	color: #000;
	margin-bottom: 40px;
}
.fc-block.faq h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
.fc-block.faq .simple--content a {
	color: #000;
}
.fc-block.faq {
	padding-bottom: 40px;
}
.fc-block.faq h2 {
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 700;
	min-width: 320px;
}
.fc-block.faq p + h3, .fc-block.faq p + h2,  .fc-block.faq ul + h2  {
	margin-top: 40px;
}
.simple--content em a {
	text-decoration: none;
}
.simple--content em {
	font-style: italic;
}
.simple--content ul {
	padding-left: 0;
}
.simple--content ul ul {
	margin-top: 10px;
}
.button-container.right-buttons {
	justify-content: end;
}
.downloads-section .button-container {
	margin-top: 0;
}
.downloads-section {
	margin-top: 70px;
}
.downloads-section h3 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 28px;
}
.button svg {
	max-width: 20px;
}
.each-extra-person.every-person.disabled-person {
	pointer-events: none;
	opacity: 0.6;
	background: #ececec;
}
.each-extra-person.every-person.disabled-person .select2-container--default .select2-selection--single,
.each-extra-person.every-person.disabled-person input[type="text"], .each-extra-person.every-person.disabled-person input[type="email"]{
	background:transparent;
}
.denied-person {
	position: absolute;
	z-index: 999;
	font-size: 44px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #f00;
}
.button.disabled-btn {
	pointer-events: none;
	opacity: 0.6;
}

.each-field .select2-container{width:100% !important;}
.no-padding{
	padding:0;
}
.participant-data {
	color: var(--vw-blue);
	font-size: 20px;
}
.qr-code-data .button-container {
	color: var(--vw-blue);
	font-size:20px;
}
.each-data {
	display: flex;
}
.data-label {
	min-width: 190px;
	font-weight: 700;
}
.qr-code-data {
	padding-top: 60px;
	padding-bottom: 60px;
}
.participant-data + .button-container {
	margin-top: 40px;
}
.qr-code-container svg {
	width: 140px;
	height: 140px;
}
.qr-code-container {
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.qr-code-container + .banner-logo {
	display: none;
}
#qr-code-popup.active {
	display: block !important;
}
#qr-code-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:99;
	background:rgba(0,0,0,0.5);
}
.inner-qr-code{
	position:fixed;
	height:90%;
	width:90%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background: #fff;
	display:flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#canvas{
	max-width:90%;
}
#loadingMessage {
	max-width: 90%;
	color:#000;
}
.password-protected-wrapper {
	padding-top: 150px;
	padding-bottom: 30px;
}
input[name="post_password"] {
	border: 0;
	border-bottom: 1px solid var(--vw-black);
	height: 38px;
	color: var(--vw-black);
	outline: 0;
	box-shadow: none;
	margin-bottom:20px;
}
.post-password-form p {
	margin-bottom: 20px;
}
.password-protected-wrapper input[type="submit"] {
	display: inline ;
}
.breadcrumbs-link::before {
	content: "";
	width: 9px;
	height: 9px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	position: absolute;
	left: 4px;
	top: 0;
	transform: rotate(-45deg) translateY(-50%);
	top: 50%;
	margin-top: -1px;
}
.breadcrumbs-link {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding-left: 21px;
	position: relative;
}
.fc-block.breadcrumbs {
	padding: 20px 0 35px;
}
.box-inner-content {
	background: #fff;
	padding: 85px 120px;
}
.faq .box-content.box-inner-content {
	flex-direction: column;
}
.faq--content p {
	font-size: var(--body-small-font-size);
}
.each--faq {
	display: flex;
	column-gap: 50px;
	margin-bottom: 100px;
}
.each--faq:last-child {
	margin-bottom: 40px;
}
.main-website-content .fc-block:not(.banner) .content-center {
	padding-right: 0;
	padding-left: 30px;
}
.banner-icon {
	margin-bottom: 20px;
}
.banner-icon img {
	max-width: 100px;
	height: auto;
}
.has-icon h1 {
	margin-top: auto;
}

body:not(.home) .banner-content:not(.has-icon) {
	justify-content: center;
}
.box-content.box-with-image.right {
	flex-direction: row-reverse;
}
.box-content.box-with-image.right .image--wrapper {
	max-width: 40%;
}
.form--heading h2{
	margin-bottom:0;
}
.form--heading h2 + p{
	margin-top:45px;
}
body:not(.home) .image_and_text .style3 h2::before, .form--heading:before {
	content: "";
	width: calc(100% + 100px);
	height: 2px;
	background: #D9D9D9;
	left: -50px;
	bottom: 0;
	position: absolute;
}
.fc-block.agenda .box-content {
	flex-direction: column;
}
.fc-block.agenda {
	color: #262626;
}
.fc-block.agenda .box-content {
	flex-direction: column;
}
.each--agenda {
	display: flex;
	column-gap: 50px;
	margin-bottom: 80px;
}
.left-agenda {
	width: 280px;
	min-width: 280px;
}
.left-agenda h2 {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 10px;
}
.agenda-subheading {
	font-size: 24px;
}
.right-agenda {
	display: flex;
	flex-direction: column;
}
.each-agenda-data {
	display: flex;
	margin-bottom: 30px;
}
.agenda-hour {
	min-width: 215px;
	font-weight: 700;
	line-height: 1.7;
}
.agenda-description {
	line-height: 1.7;
}
.fc-block.infobox {
	padding-top: 70px;
	padding-bottom: 20px;
}
.info-box {
	display: flex;
	flex-direction: row;
	column-gap: 50px;
}
.left-side {
	max-width: 767px;
}
.infobox h2 {
	font-size: 64px;
}
.infobox p {
	margin-bottom: 30px;
}
.infobox p:last-child {
	margin-bottom: 0;
}
.right-side {
	margin-left: auto;
	padding-top: 5px;
}
.left-side p {
	font-weight: 400;
	color: #4A4F54;
	font-size: 16px;
	line-height: 1.5;
}
.each-tile {
	background: #000;
	color: #fff;
	padding: 40px;
	flex: 1 1 100%;
	height: 216px;
	display: flex;
	flex-direction: column;
	position:relative;
}
.each-tile:nth-child(2) {
	background: #000;
}
.tileboxes .box-content {
	flex-direction: column;
}
.fc-block.tileboxes {
	padding-top: 40px;
	padding-bottom: 20px;
}
.tiles-wrapper {
	display: flex;
	column-gap: 20px;
	margin-bottom: 20px;
}
.tiles-wrapper.first .each-tile:last-child, .tiles-wrapper.second .each-tile:first-child, .tiles-wrapper.fourth .each-tile {
	max-width: 33%;
}
.tile-icon-wrapper img {
	max-width: 40px;
}
.top-row {
	display: flex;
	position: relative;
}
.next-slots-wrapper {
	margin-left: auto;
	font-size: 24px;
	font-weight: 300;
	text-align: right;
}
.eline.timestamp-wrapper {
	font-weight: 400;
}
.tileboxes h3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 5px;
}
.bottom-text-wrapper, .top-text-wrapper {
	font-size: 16px;
}
.tile-icon-wrapper {
	margin-bottom: 10px;
}
.bottom-row {
	margin-top: auto;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.each-tile.banner-tile::before {
	content: "";
	background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.each-tile.banner-tile {
	background-size: cover;
	background-position: center;
}
.bottom-arrow-wrapper {
	margin-left: auto;
}
.full--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.banner_v2 .each-tile.banner-tile {
	height: auto;
}
.banner-simple-text {
	max-width: 270px;
}
.inner-banner-v2 {
	display: flex;
	flex-direction: column;
	min-height: 281px;
}
.inner-banner-v2 h3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 18px;
}
.banner_v2 .each-tile.banner-tile {
	padding-bottom: 60px;
	padding-top: 45px;
}
.fc-block.banner_v2 {
	padding-top: 40px;
	padding-bottom: 30px;
}
.tileboxes .content-center {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.box-content form {
	width: 100%;
}
.form-data {
	width: 710px;
}
.each-form-line label, .form-calendar-wrapper label {
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 400;
}
.form-data input[type="text"], .form-data input[type="email"] , .form-data input[type="tel"] {
	border: 0;
	border-bottom: 1px solid #DFE4E8;
	width: 100%;
	color: #001E50;
	font-size: 16px;
	font-family: 'Avenir Next W1G';
	padding: 5px 0;
	font-weight: 400;
	outline:0;
	box-shadow:none;
}
.each-form-column {
	flex: 1 1 50%;
}
.each-form-line.two--columns {
	display: flex;
	column-gap: 50px;
}
.each-form-line {
	margin-bottom: 48px;
}
.each-form-line.small-margin {
	margin-bottom: 28px;
}
.car-plate-delimiter {
	font-weight: 400;
}
.car-plate {
	display: flex;
	align-items: center;
	column-gap: 35px;
}
.accept--line label {
	color: #333333 !important;
	font-size: 16px;
}
.logo-image img {
	max-width: 100%;
}
.logo-image {
	position: absolute;
	right: 0;
	top: 60px;
	max-width: 325px;
}
.info--text {
	color: #9a9b9b;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	text-align: center;
}
#send-now.button {
	min-width: 150px;
}
.form-info {
	margin-bottom: 24px;
}
.conditions-of-participation a {
	color: #1C69D4;
}
.conditions-of-participation {
	padding-left: 35px;
	font-size: 12px;
	letter-spacing: 0.05px;
}
.form-wrapper {
	margin-bottom: 100px;
}
.ui-datepicker-header .ui-datepicker-next.ui-corner-all, .ui-datepicker-header .ui-datepicker-prev.ui-corner-all {
	display: none;
}
.form-calendar-wrapper {
	display: flex;
	column-gap: 70px;
	margin-bottom: 80px;
	position: relative;
}
.form-calendar-wrapper.loading-data {
	pointer-events:none;
}
.form-calendar-wrapper > div {
	flex: 1 1 100%;
}
.calendar-wrapper {
	width: 380px;
	max-width: 380px;
}
.slots-listing, .languages-listing {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	max-height: 316px;
	overflow: auto;
}
.each-slot, .each-slot-lang {
	background-color: #D9D9D9;
	margin-bottom: 12px;
	padding: 10px 12px;
	font-size: 15px;
	cursor: pointer;
}
.form-calendar-wrapper label {
	margin-bottom: 30px;
}
.form-calendar-wrapper .ui-datepicker {
	border: 0;
	font-size: 18px;
}
.form-calendar-wrapper .ui-datepicker table{
	width:100%;
}
.form-calendar-wrapper .ui-datepicker-title {
	color: var(--vw-gray);
	font-size: 24px;
	margin-bottom: 20px;
}
.form-calendar-wrapper .ui-datepicker .ui-datepicker-calendar span{
	color: var(--vw-gray);
	font-weight:300;
}
.form-calendar-wrapper .ui-datepicker th {
	font-size: 15px;
	padding-bottom: 15px;
}
.form-calendar-wrapper td:not(.ui-datepicker-unselectable) a {
	background: #d9d9d9;
	color: #000;
}
.form-calendar-wrapper .ui-datepicker a.ui-state-active, .form-calendar-wrapper .ui-datepicker a:hover, 
.each-slot.selected-slot, .each-slot-lang.selected-slot {
	font-weight: 300;
	color: #fff;
	background: var(--vw-red);
}
.form-calendar-wrapper .ui-datepicker a, .form-calendar-wrapper .ui-datepicker .ui-datepicker-calendar span {
	float: none;
	padding: 5px 12px;
}
.form-calendar-wrapper  #datepicker{
	text-align:center;
}
.form-calendar-wrapper  #datepicker td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.form-calendar-wrapper  .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
	opacity: 0.5;
}
.form-calendar-wrapper .ui-datepicker .ui-datepicker-calendar th.ui-datepicker-week-end span {
	color: rgba(18, 112, 176, 0.50);
}
.files-wrapper {
	margin-bottom: 95px;
}

.files-wrapper input[type="file"] {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
}
.box__input {
	position: relative;
	border: 2px dashed rgba(0, 0, 0, 0.50);
	border-radius: 24px;
	background: #F4F6FA;
	text-align: center;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #979797;
	font-size: 16px;
}
.upload-text strong {
	color: #17A1FA;
	font-weight: 300;
	text-decoration: underline;
}
.box__input label {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}
.with-file .upload-text, .with-file .upload-icon {
	display: none;
}
.current-file-name{
	display:none;
}
.with-file .current-file-name {
	display: flex;
	align-items: center;
	justify-content: center;
}
#resetbtn {
	position: relative;
	z-index: 99999999;
	padding: 10px;
	cursor: pointer;
	color: #e4002c;
	font-size: 20px;
}
.upload-icon svg {
	display: block;
}
.loading-data .slots-listing {
	opacity: 0.5;
}
.slots-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.slots-wrapper {
	position: relative;
}
.no-slots-available {
	font-size: 18px;
}
.success-message {
	width: 100%;
	text-align: center;
}
.success-message h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.accompanying-participants h3 {
	font-weight: 500;
}
.no-slots-available-wrapper {
	width: 100%;
	text-align: center;
}
.no-slots-available-wrapper h3 {
	font-weight: 700;
	margin-bottom: 48px;
	font-size: 24px;
}
.next-available-slots {
	font-size: 24px;
}
.next-available-date {
	font-weight: 500;
}
.no-slots-available-wrapper h5 {
	margin-bottom: 10px;
}
.no-slots-available-wrapper .button {
	display: inline-block;
	margin-top: 50px;
}
.cancel-wrapper {
	color: var(--vw-black);
	padding-top: 30px !important;
}
.participation-details {
	margin-bottom: 30px;
}
.each-participant-data strong {
	min-width: 150px;
	display: inline-block;
}
.extra-persons-wrapper {
	display: flex;
	column-gap: 40px;
	padding-top: 28px;
	padding-bottom: 20px;
}
.extra-person-data {
	flex: 100%;
}
.extra-person-data label {
	display: block;
	margin-bottom: 20px;
}
.each-participant-data {
	display: flex;
	margin-bottom: 5px;
}
.no-slots-available-wrapper h3 + .button {
	margin-top: 0;
}

.form-calendar-wrapper td.fully-booked-date a {
	background: #f0f0f0 !important;
	color:#000;
}
.languages-listing {
	margin-bottom: 40px;
}
.gform-body .gchoice input.gfield-choice-input {
	width: 0;
	height: 0;
	position: absolute;
	opacity: 0;
	z-index: -999999;
}
.gform-body h1 {
	color: #000;
	font-size: 40px;
	margin-bottom: 48px;
}
.survey .box-inner-content {
	padding-top: 55px;
	padding-bottom: 55px;
}
body .gfield--type-section {
	border-color: #D9D9D9;
	margin-left: -50px;
	width: calc(100% + 100px);
	padding-bottom: 0 !important;
	height:0;
}
.gform-theme--foundation .gform_fields {
	row-gap: 22px !important;
}
.gform_wrapper .gform-body input[type="text"],
.gform_wrapper .gform-body input[type="email"],
.gform_wrapper .gform-body input[type="tel"] {
	border: 1px solid rgb(176, 183, 187) !important;
	width: 100%;
	color: var(--vw-black);
	background-color: transparent;
	font-size: 14px;
	padding: 5px 10px;
	height: 46px;
	border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}
.gform_wrapper .gform-body input[type="text"]::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: rgba(0, 30, 80, 0.5);
	opacity:1;
}
.gform_wrapper .gform-body input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0, 30, 80, 0.5);
	opacity:1;
}
.gform_wrapper .gform-body input[type="text"]:-ms-input-placeholder{ /* IE 10+ */
	color: rgba(0, 30, 80, 0.5);
	opacity:1;
}
.gform_wrapper .gform-body input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: rgba(0, 30, 80, 0.5);
	opacity:1;
}
.other-answer-field {
	margin-top: -35px !important;
	padding-left: 35px !important;
}
.form--heading {
	margin-bottom: 50px;
	position:relative;
	padding-bottom:45px;
}
.image_and_text + .fc-block .form-wrapper {
	padding-top: 20px;
}
.box-text-wrapper p, .faq--content p{
	margin-bottom: 15px;
}
.box-text-wrapper p:last-child, .faq--content p:last-child{
	margin-bottom: 0;
}

/* AVA-258 */
.masthead.site-header {
	position: relative;
}
.open-menu-btn, .header-menu {
	display: none;
}
.admin-bar .masthead.site-header {
	top: auto;
}
.vw-logo-inner svg {
	width: 212px;
	height: auto;
}
.header-logo::before, .header-logo::after {
	display: none;
}
.vw-logo-inner::before, .vw-logo-inner::after {
	display: none;
}
.vw-logo-inner a {
	margin-left: 0;
	margin-right: 0;
	height: auto;
}
.vw-logo-inner {
	position: relative;
	text-align: center;
	height: auto;
	padding: 22px 0;
}
.banner-content {
	justify-content: center;
}
.banner-content h1 {
	margin-top: 0;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.infobox h2 {
	font-size: 50px;
	letter-spacing: 2px;
	font-weight: 700;
}
.right-side {
	width: 270px;
	padding: 30px 0 35px 35px;
	text-align: center;
	border: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-left: 1px solid #E4E8E8;
}
.right-side h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.right-side p {
	font-size: 14px;
	color: #4A4F54;
	line-height: 1.6;
}
.right-side p a {
	color: #4A4F54;
	font-weight: 600;
}
.rs-icon-container {
	display: block;
	margin-bottom: 14px;
}
.rs-icon-container img {
	display: block;
	width: 30px;
	height: auto;
}
.info-box {
	align-items: start;
}
.tbx-icon-container {
	margin-bottom: 38px;
	display: block;
	height: 57px;
}
.each-tile {
	padding: 25px 40px;
}
.tileboxes h3 {
	margin-bottom: 10px;
}
.button-arrow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.button-arrow svg{
	display: block;
	position: absolute;
	width: 27px;
	height: 18px;
	right: 40px;
	bottom: 40px;
}
.slot-text-item {
	position: absolute;
	top: 13px;
	right: 20px;
	font-size: 12px;
	line-height: 1.3;
	text-align: right;
	font-weight: 500;
	letter-spacing: 0.5px;
	width: 77px;
}
.slot-text-item strong{
	display: block;
}
.each-tile.banner-tile::before {
	display: none;
}
.banner-simple-text p {
	font-size: 16px;
	line-height: 1.5;
}
.image_and_text .simple--content {
	max-width: 600px;
}
.banner-content.has-icon{
	padding-top: 45px;
}
.choose-a-model-inner {
	padding: 80px 0 30px;
}
.cm-list-outer {
	background-color: var(--vw-black);
	position: relative;
	padding-top: 50px;
	padding-bottom: 70px;
	margin-left: -40px;
	margin-right: -40px;
}
.cm-list-outer::before,
.cm-list-outer::after{
	content: "";
	width: 2000px;
	height: 100%;
	background-color: inherit;
	top: 0;
	left: 100%;
	position: absolute;
}
.main-website-content {
	overflow: hidden;
}
.cm-list-outer::before{
	left: auto;
	right: 100%;
}
.cm-start-text {
	max-width: 822px;
	margin-bottom: 65px;
}
.cm-list-inner {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}
.cm-item-inner {
	width: calc(33.33% - 34px);
	position: relative;
}
.cm-item-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center center;
	display: block;
}
.cm-item-title {
	color: #fff;
	padding: 20px 15px 0;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}
.cm-item-description {
	font-size: 11px;
	color: #EAE8E4;
	font-weight: 300;
	line-height: 1.3;
	padding: 0 15px;
}
.cm-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.tileboxes .top-row {
	padding-right: 45px;
}

.show_and_shine_form .content-center {
	padding: 0 !important;
}
.show_and_shine_form .box-content.box-inner-content.form-wrapper {
	padding: 0 !important;
	margin-bottom: 90px;
}
.ats-form-nav-container {
	width: 150px;
	border-right: 1px solid #EAE8E4;
	padding-right: 18px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.ats-form-nav li {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 0;
}
.ats-form-nav {
	padding: 0 !important;
	list-style: none !important;
	display: flex;
	flex-direction: column;
	gap: 55px;
	position: relative;
}
.ats-form-nav::after{
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: 8px;
	position: absolute;
	background-color: var(--vw-black);
}
.ats-form-nav li::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #faf9f8;
	top: -2px;
	left: 0;
	border-radius: 50%;
	z-index: 1;
	border: 1px solid var(--vw-black);
}
.ats-form-nav li.complete::after {
	content: "";
	width: 7px;
	height: 4px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 2px;
	left: 4px;
	display: block;
	z-index: 2;
	transform: rotate(-45deg);
}
.ats-form-nav li.active::before,
.ats-form-nav li.complete::before{
	background-color: var(--vw-black);
}
.ats-stepform {
	position: relative;
	width: 100%;
	padding: 0;
}
.ats-stepform::before{
	left: auto;
	right: 100%;
}
.ats-stepform-inner {
	display: flex;
	flex-wrap: wrap;
}
.ats-form-steps-container {
	width: calc(100% - 150px);
	padding: 40px 55px;
}
.fs-carmodel-col:first-child {
	width: 415px;
	padding: 0 80px 0 50px;
	border-right: 1px solid #EAE8E4;
}
.fs-carmodel-img img {
	display: block;
	width: 100%;
	height: auto;
}
.fs-carmodel-txts {
	text-align: center;
	padding-top: 20px;
}
.form-step-carmodel {
	display: flex;
	flex-wrap: wrap;
}
.fs-carmodel-col:last-child {
	width: 350px;
	margin-left: 35px;
}
.fs-carmodel-coltitle,
.fs-carmodel-title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.fs-carmodel-colsubtitle {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 35px;
}
.fs-carmodel-lhd {
	font-size: 12px;
	line-height: 1.3;
	color: #5C5652;
}
.fs-carmodel-shd {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.fs-carmodel-seats {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
}
.fs-carmodel-col {
	padding-top: 14px !important;
	padding-bottom: 70px !important;
}
.ats-step-item{
	display: none;
}
.ats-step-item.active{
	display: flex;
}
.ats-step-content {
	width: 100%;
	max-width: 100% !important;
}
.ats-step-nav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: end;
	gap: 25px;
	padding: 22px 0;
}
.ats-nav-btn.ats-btn-select.button {
	text-transform: uppercase;
	color: #fff;
	background-color: var(--vw-black);
	background-image: url("../images/btn-black-arrow-white.svg");
	border:1px solid var(--vw-black);
}
.ats-nav-btn.ats-btn-back.button{
	background-image: url("../images/btn-black-arrow-back.svg");
	border:1px solid var(--vw-black);
	color: var(--vw-black) !important;
	background-color: #fff !important;
}
.ats-title-item {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ats-subtitle-item {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 12px;
}
.ats-inf-item {
	font-size: 12px;
	line-height: 2;
	text-align: right;
	color: #989991;
	padding-top: 5px;
}
.ats-title-sub {
	padding-bottom: 15px;
	max-width: 100%;
}
.form-data label {
	display: block;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 1px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--vw-black);
}
.ats-step-item .form-data {
	width: 100%;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.form-data input[type="text"], .form-data input[type="email"], .form-data input[type="tel"] {
	border: 1px solid #B0B7BB;
	width: 100%;
	color: var(--vw-black);
	background-color: transparent;
	font-size: 14px;
	padding: 5px 10px;
	height: 46px;
}
.form-data input[type="text"]::placeholder, .form-data input[type="email"]::placeholder, .form-data input[type="tel"]::placeholder{
	color: var(--vw-black);
	opacity: 1;
}
.form-data input[type="text"].with-error, .form-data input[type="email"].with-error, .form-data input[type="tel"].with-error{
	border-color: rgb(239, 68, 68);
}
.each-form-column,
.each-form-line {
	width: 100%;
	margin: 0;
}
.each-form-line.street-width {
	width: calc(84% - 20px);
}
.each-form-line.housenumber-width{
	width: 16%;
}
.each-form-line.city-width,
.each-form-line.country-width{
	width: calc(50% - 10px);
}
.each-form-line.country-width .select2.select2-container {
	width: 100% !important;
	border-bottom: 1px solid #989991;
}
.privacy-step-content {
	width: 770px;
	margin: 0 auto;
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.ats-pp-text {
	font-size: 14px;
	line-height: 1.4;
}
.ats-pp-text a{
	font-weight: 500;
	text-decoration: underline;
}
.ats-pp-box {
	padding: 16px 46px;
	border: 1px solid #B3B3B3;
	background-color: #fff;
}
.ats-pp-box-title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
}
.ats-pp-box-scroll p,
.ats-cp-text-inner p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.6;
}
.ats-pp-box-scroll {
	max-height: 140px;
	overflow: auto;
	padding-right: 20px;
	margin-right: -15px;
}
.ats-cp-accept {
	background-color: #fff;
	width: 100%;
	border: 1px solid #B3B3B3;
	padding: 13px;
	position: relative;
}
[step="7"] .ats-step-content {
	max-width: 650px;
	margin: 0 auto;
}
.completed-data {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.each-data-box-col {
	width: calc(50% - 8px);
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.each-data-box {
	border: 0;
	background-color: #EAE8E4;
	padding: 20px 22px;
	font-size: 12px;
	position: relative;
	line-height: 1.4;
}
.edb-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-right: 50px;
}
.edb-edit-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	border: 1px solid var(--vw-black);
	font-size: 10px;
	font-weight: 500;
	padding: 4px 11px 4px 20px;
	/* position: relative; */
	background-image: url("../images/edit-pencil.svg");
	background-repeat: no-repeat;
	background-position: 6px 56%;
	cursor: pointer;
	text-transform: uppercase;
}
.each-data-box > div {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
body .country-width .select2-container{
	padding-bottom: 0;
}
body .country-width .select2-container--default .select2-selection--single {
	background-color: transparent;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 12px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-size: 12px auto;
}
.ats-cp-text-inner {
	max-height: 0;
	overflow: hidden;
}
.ats-cp-text-toggle {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 11px;
	right: 10px;
	cursor: pointer;
}
.ats-cp-text-toggle::after {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	position: absolute;
	top: 5px;
	left: 9px;
	transform: rotate(-45deg);
}
.toggle .ats-cp-text-inner {
	max-height: 4000px;
}
.ats-cp-text-inner > div{
	padding-top: 15px;
}
.toggle .ats-cp-text-toggle {
	transform: rotate(180deg);
}
.form-wrapper input[type="checkbox"].with-error + label::before{
	border-color: rgb(239, 68, 68);
}
.each-data-box span {
	display: inline-block;
	min-width: 67px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.each-data-box .edb-hour span,
.each-data-box .edb-date span {
	min-width: 55px;
}
.each-data-box .edb-firstname span,
.each-data-box .edb-lastname span {
	min-width: 62px;
}
.each-data-box strong {
	font-weight: 500;
}
.edb-hour strong {
	color: #fff;
	background-color: var(--vw-black);
	padding: 2px 9px;
}
.edb-car-seats {
	display: flex;
	gap: 5px;
	align-items: center;
}
.edb-car-seats svg {
	display: block;
	width: 16px;
	height: 16px;
}
.ty-form-booking {
	margin: 0;
	background-color: #EAE8E4;
	border: 0;
	padding: 20px;
	max-width: 480px;
	position: relative;
}
[step="ty"] .ats-title-sub {
	text-align: left;
	padding-top: 0;
	padding-bottom: 35px;
}
.ats-text-item {
	font-size: 14px;
	line-height: 1.56;
}
.ty-form-booking-image {
	width: 150px;
}
.ty-form-booking-image img{
	display: block;
	width: 100%;
	height: auto;
}
.ty-form-booking > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
.ty-form-booking-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.ty-form-booking #add-to-calendar {
	position: absolute;
	top: 22px;
	right: 12px;
	cursor: pointer;
}
.ty-form-booking-car {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 10px;
}
.ty-form-booking-date,
.ty-form-booking-time {
	font-size: 14px;
	line-height: 1.6;
}
.ty-form-booking-date strong,
.ty-form-booking-time strong {
	font-weight: 500;
}

.calendar-wrapper {
	width: 440px;
	max-width: 440px;
	padding-right: 30px;
	border-right: 1px solid #EAE8E4;
}
.form-calendar-wrapper {
	column-gap: 100px;
}

.form-calendar-wrapper label {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
	text-align: center;
}
.no-slots-available {
	text-align: center;
	font-size: 14px;
	max-width: 315px;
	margin: 0 auto;
}
.ui-datepicker {
	background: transparent !important;
}
.form-calendar-wrapper .ui-datepicker-title {
	color: var(--vw-black);
	font-size: 12px;
	margin-bottom: 12px;
}
.form-calendar-wrapper .ui-datepicker .ui-datepicker-calendar span {
	color: var(--vw-black);
	font-size: 14px;
}
.form-calendar-wrapper #datepicker td {
	padding: 2px;
}
.form-calendar-wrapper #datepicker td span{
	border: 1px solid #D9D9D9;
}
.form-calendar-wrapper #datepicker td span,
.form-calendar-wrapper #datepicker td a {
	border: 1px solid #D9D9D9;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	background-color: transparent !important;
}
.form-calendar-wrapper #datepicker td a {
	border: 1px solid var(--vw-black) !important;
	color: var(--vw-black) !important;
}
.form-calendar-wrapper #datepicker td a:hover,
.form-calendar-wrapper #datepicker td a.ui-state-active{
	color: #fff !important;
	background-color: var(--vw-black) !important;
}
.each-slot, .each-slot-lang {
	background-color: transparent;
	margin-bottom: 0;
	padding: 10px 12px;
	font-size: 15px;
	cursor: pointer;
	border: 1px solid var(--vw-black);
	width: calc(50% - 2px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.slots-listing, .languages-listing {
	gap: 4px;
}
.slots-listing .each-slot:nth-child(1), .slots-listing .each-slot:nth-child(2) {
	margin-top: 25px;
}

.cm-item-title,
.fs-carmodel-coltitle,
.fs-carmodel-title,
.form-calendar-wrapper label,
.ats-title-item,
.edb-title,
.ty-form-booking-title{
	font-family: 'LandRoverWeb';
	color: var(--vw-black);
}

[current_step="form_done"].ats-stepform .ats-form-nav li{
	pointer-events: none;
}


.footer-row.footer-row-cols {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	column-gap: 40px;
	align-items: start;
}
.fc-switcher-container label{
	font-family: 'LandRoverWeb';
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.fc-switcher-container .select2-container {
	width: 147px !important;
	border-color: #989991 !important;
}
body .select2-results__options li.select2-results__option {
	font-size: 12px;
	padding: 9px 10px;
}
/* END AVA-258 */

/* access code functionality */
.right-wrapper {
	background: url("../images/pdf-bg-image_2.jpeg");
	flex: 1 1 auto;
	background-size: cover;
	background-position: center center;
	padding: 50px 100px;
	text-align: right;
}
.book-event-code-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 9999;
	background-color: #C5C6CB;
}
.left-wrapper {
	padding: 30px 58px 75px;
}
.left-wrapper h2 {
	text-transform: uppercase;
}
.custom-access-form {
	margin-top: 30px;
}
.custom-access-form label{
	display:block;
}
.custom-access-form label {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
#access-code {
	width: 100%;
	box-shadow: none;
	outline: 0;
	padding: 10px 14px;
	margin-bottom: 20px;
	border-radius: 0;
	border: 1px solid #c4c8ca;
	color: #595e61;
	height: 46px;
}
.code-access-error {
	background: #ffcec6;
	margin-bottom: 20px;
	font-size: 15px;
	padding: 7px 15px;
}
.single-event-header,
.inner-page-header {
	background-size: cover;
	background-position: center;
	padding: 0;
	color: #fff;
	min-height: 245px;
}

.book-event-code-wrapper .left-wrapper p{
	font-size: 16px;
	color: #4A4F54;
}
.book-event-code-wrapper .left-wrapper h2 {
	letter-spacing: 2px;
	line-height: 1;
	text-align: center;
}
.simple--content p a,
.wfm-contact p a{
	color: inherit;
	font-weight: 600;
}
.edp-main-info {
	padding: 32px 0 25px;
}
.edp-details-title {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 25px;
}
.ctextcnt {
	margin-bottom: 35px;
	max-width: 680px;
}
.ctextcnt p{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.ctextcnt p:last-child{
	margin-bottom: 0;
}
.edp-data-box strong {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	width: 105px;
	display: inline-block;
	font-family: 'LandRoverWeb';
}
.edp-data-box {
	margin-bottom: 40px;
}
.edp-data-box > div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.edp-data-box span {
	font-size: 14px;
	width: calc(100% - 105px);
}
.edp-meta-details {
	padding-bottom: 32px;
	margin-bottom: 0;
	border-bottom: 1px solid #E4E8E8;
}
.edp-meta-details h1 {
	font-size: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--vw-black);
	font-weight: 700;
	margin-top: 20px;
}
.edp-meta-date {
	font-size: 22px;
	letter-spacing: 1.2px;
	font-weight: 500;
	font-family: 'LandRoverWeb';
	color: var(--vw-black);
	line-height: 1;
}
.edp-meta-date strong{
	text-transform: uppercase;
}
.edp-btn-cont {
	display: flex;
	gap: 22px;
	justify-content: end;
}
.edp-btn-cont .button,
.button.submit-waitinglist-action {
	text-transform: uppercase;
	color: #fff;
	background-color: var(--vw-black);
	background-image: url("../images/btn-black-arrow-white.svg");
	border:1px solid var(--vw-black);
}
.edp-btn-cont .button.back-btn{
	background-image: url("../images/btn-black-arrow-back.svg");
	border:1px solid var(--vw-black);
	color: var(--vw-black) !important;
	background-color: #fff !important;
}
.each-tile.banner-tile.event-tile {
	justify-content: end;
}
.each-tile.banner-tile.event-tile .top-row{
	position: static;
}
.event-tile .top-text-wrapper * {
	color: #fff;
}
.event-tile .top-text-wrapper h3{
	margin: 0;
}
.top-text-wrapper .edp-meta-date,
.top-text-wrapper .edp-meta-subtitle{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.top-text-wrapper .edp-meta-subtitle{
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px !important;
}
.waitinglist-form-main {
	background-color: #EAE8E4;
	width: 610px;
	padding: 35px;
}
.wfm-title {
	font-family: 'LandRoverWeb';
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 3px;
	color: var(--vw-black);
}
.wfm-desc,
.wfm-contact p {
	font-size: 14px;
	line-height: 1.5;
}
.wfm-email-field {
	padding: 10px 0 18px;
}
.wfm-action-container {
	padding-top: 25px;
	display: flex;
	justify-content: end;
}
.wfm-email-field label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--vw-black);
	letter-spacing: 1px;
	line-height: 2;
}
.wfm-email-field input[type="email"] {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 10px 20px;
	height: 46px;
	outline: none !important;
	color: var(--vw-black);
	font-family: 'LandRoverWeb';
	border: 1px solid #B0B7BB;
}
.box-style.edp-content-container {
	padding-top: 65px;
}
.box-content.box-inner-content.form-wrapper, .ats-stepform {
	padding-top: 0;
}
.box-content.box-inner-content.form-wrapper {
	padding: 0;
}
.ats-title-sub {
	padding-bottom: 33px;
}
[step="1"] .ats-step-content,
[step="2"] .ats-step-content {
	width: 520px;
}
.w50 {
	width: calc(50% - 10px);
}
.ats-cp-accept-inner label,
.acceptance-intro-text {
	color: #4A4F54;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 1.4;
}
.acceptance-intro-text{
	margin-bottom: 15px;
}
.ats-cp-accept-inner label a,
.acceptance-intro-text a {
	font-weight: 600;
	color: inherit;
}
.acceptance-intro-text.after-intro-text {
	margin-bottom: 0;
	margin-top: 15px;
}
.edp-content-container .content-center {
	max-width: 1192px;
}
.form-info-box {
	font-size: 14px;
	line-height: 1.4;
}
.fd-extra-validation {
	margin-bottom: 18px;
}
.fdev-radiogroup {
	display: flex;
	gap: 40px;
}
.fdev-radio-item label {
	position: relative;
}
.fdev-radio-item label input[type="radio"]{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.fdev-radio-item label span {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	color: var(--vw-black);
	text-transform: uppercase;
	padding-left: 33px;
	cursor: pointer;
	display: block;
	line-height: 22px;
}
.fdev-radio-item label span::before{
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #666666;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;

}
.fdev-radio-item label span::after {
	content: "";
	width: 12px;
	height: 12px;
	top: 5px;
	left: 5px;
	position: absolute;
	background-color: #333333;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}
.fdev-radio-item label input[type="radio"]:checked + span::after{
	opacity: 1;
	visibility: visible;
}
.form-data.hidden {
	display: none;
}
[step="2"] .ats-title-sub {
	width: 530px;
}
.fdev-radiogroup-errors p {
	padding-top: 10px;
	font-size: 13px;
	color: #c00;
}
.fdev-radiogroup.disable {
	opacity: 0.2;
	pointer-events: none;
}
[step="3"] .ats-step-content {
	width: 470px;
}
[step="4"] .ats-step-content {
	width: 660px;
}
.completed-data .hidden {
	display: none;
}
.acc-result-items:not(.hidden) {
	padding-top: 12px;
}
.acc-result-items {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.edb-shuttle {
	text-transform: uppercase;
}
.cdrs.each-data-box span {
	min-width: 135px;
}
.cdrs.each-data-box strong{
	min-width: calc(100% - 135px);
	overflow-wrap: break-word;
}
.form-lang-de .cdrs.each-data-box span {
	min-width: 90px;
}
.form-lang-de .cdrs.each-data-box strong {
	min-width: calc(100% - 90px);
}
.cdcd .each-data-box span {
	min-width: 90px;
}
.cdcd .each-data-box strong {
	min-width: calc(100% - 90px);
	overflow-wrap: break-word;
}

[step="ty"] .ats-step-content {
	max-width: 470px;
}
.ty-form-booking-text {
	color: var(--vw-black);
}
.ty-form-booking-acc,
.ty-form-booking-shr {
	padding-top: 10px;
}
.textcheckmark {
	position: relative;
	padding-left: 25px;
}
.textcheckmark::before {
	content: "";
	height: 5px;
	width: 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	bottom: 9px;
	left: 0;
	transform: rotate(-42deg);
}
.textcheckmark.hidden{
	display: none;
}
.ty-form-booking-event{
	margin-bottom: 6px;
}
.ats-title-sub {
	display: inline-block;
}
.book-event-code-wrapper .left-wrapper {
	width: 460px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	margin-top: 35px;
	margin-bottom: 35px;
}
.book-event-code-wrapper .right-wrapper {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
.book-event-code-wrapper {
	align-items: center;
	justify-content: center;
}
.login_i_logo {
	display: flex;
	justify-content: center;
	margin-bottom: 23px;
}
#access-code-form .button {
	width: 100%;
	text-align: center !important;
	justify-content: center;
	padding: 0 !important;
	background-image: none !important;
}
.hide-intro-section {
	display: none;
}
h2.intro-before-title {
	padding: 15px 0 0;
	margin: 0;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}
body .select2-container {
	border: 0;
	padding: 0;
	display: block;
}
.select2-container .select2-selection--single {
	height: 46px !important;
	border: 1px solid #B0B7BB !important;
	padding: 9px 50px 10px 15px !important;
	display: flex !important;
	align-items: center;
	min-width: 154px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px !important;
	right: 8px !important;
}
.wfm-email-field .form-error-messages {
	margin-bottom: 8px;
}
.waitinglist-form-main.success-submit .wp-form-fields {
	display: none;
}
.waitinglist-form-main.success-submit .form-success-messages{
	display: block !important;
}
.full-select .select2-container {
	width: 100% !important;
}

/* qr code functionality */
.qr-code-text {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 15px;
	color: #000;
	letter-spacing: 1px;
}
.main-form-errors.form-ajax-errors {
	margin-bottom: 20px;
}
.fsl-icon {
	display: flex;
	width: 40px;
	height: 40px;
	background-color: #0C121C;
	align-items: center;
	justify-content: center;
}

.page-template-inner-page-template .simple--content h1 {
	font-size: 32px;
	line-height: 1;
	letter-spacing: 2px;
	font-weight: 700;
	border-bottom: 1px solid #E4E8E8;
	margin-top: 0;
	padding: 35px 0;
	color: #0C121C;
}
.page-template-inner-page-template .simple--content h2{
	font-size: 24px;
	line-height: 1.25;
	color: #0C121C;

}
.page-template-inner-page-template .simple--content p,
.page-template-inner-page-template .simple--content ul{
	font-size: 14px;
	color: #4A4F54;
	line-height: 1.45;
}
.page-template-inner-page-template .simple--content > *{
	max-width: 805px;
}
.page-template-inner-page-template .simple--content > h1{
	max-width: 100%;
}
.ats-legal-nav .content-center {
	display: flex;
	justify-content: end;
	padding: 60px 0 40px;
}
.ats-legal-nav .content-center .ats-nav-btn.ats-btn-back.button{
	text-transform: uppercase;
}
.page-template-inner-page-template .fc-block li::before {
	width: 5px;
	height: 5px;
	background: #4A4F54;
	top: 9px;
}
.ats-step-nav .button{
	text-transform: uppercase;
}
.header-language-switcher {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-language-switcher ul{
	position: relative;
}
body .wpml-ls-legacy-dropdown-click {
	width: 22px;
	max-width: 100%;
}
body .wpml-ls-legacy-dropdown-click a {
	padding: 0 0 0 30px !important;
	border: 0 !important;
	background-color: transparent !important;
	color: #333 !important;
	font-size: 12px !important;
	text-align: center;
	margin-left: -22px;
}
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
	display: none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	border-top: 0 !important;
}
.hlswicon {
	padding-top: 1px;
	display: block;
}
.hlswicon svg{
	display: block;
}
.loading-validation .button,
.loading-validation .edb-edit-btn{
	opacity: 0.2 !important;
	pointer-events: none !important;
}
.simple_editor table {
	width: 100%;
	margin-bottom: 10px;
}
.simple_editor table td {
	padding: 10px;
	font-size: 14px;
	color: #4A4F54;
	line-height: 1.45;
}
.login_lang_switcher {
	display: flex;
	position: absolute;
	top: 16px;
	right: 0;
	padding-right: 28px;
	align-items: center;
}
.login_lang_switcher ul{
	position: relative;
}
.login_lang_switcher.hide-intro-section {
	display: none;
}

.edb-firstname, .edb-lastname, .edb-email, .edb-phone, .edb-firstname2, .edb-lastname2, .edb-email2, .edb-shuttle-location, .edb-shuttle-time {
	display: flex;
}
body .wpml-ls-legacy-list-horizontal a span {
	font-size: 12px;
	font-weight: 500;
	color: #333333 !important;
	display: block !important;
}
body .wpml-ls-legacy-list-horizontal a{
	padding-left: 0 !important;
	position: relative;
}
body .wpml-ls-legacy-list-horizontal a::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 100%;
	position: absolute;
	display: block;
}
.table-container {
	max-width: 100% !important;
	overflow: auto;
	margin-bottom: 25px;
}
.page-template-gate-login-template .form-wrapper {
	margin-top: 100px;
}
.fc-block.qr-code-block + h2 {
	padding-top: 55px;
}
.image_and_text .simple--content p {
	line-height: 1.5;
}
a.spcv:last-child {
	padding-top: 2px;
	display: block;
}
.each-participant-data.shuttle-line-text strong,
.req_shuttle_small strong{
	max-width: 150px;
	text-transform: lowercase !important;
}
.each-participant-data.shuttle-line-text strong::first-letter,
.req_shuttle_small strong::first-letter{
	text-transform: uppercase !important;
}
.form-lang-de .edb-title {
	padding-right: 90px;
}
.qr-code-data .button-container .button {
	text-transform: uppercase;
}
.wpml-ls-current-language a {
	pointer-events: none !important;
}
body .wpml-ls-item:not(.wpml-ls-current-language) a,
body .wpml-ls-item:not(.wpml-ls-current-language) a span{
	color: transparent !important;
}
.wpml-ls-item:not(.wpml-ls-current-language){
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.edp-data-box > div > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
span.flal, span.flalen {
	display: flex;
	flex-wrap: wrap;
}
span.flal > span{
	width: 50px;
}
span.flal > strong{
	width: calc(100% - 50px);
}

span.flalen > span{
	width: 75px;
}
span.flalen > strong{
	width: calc(100% - 75px);
}
.single-event input[type="text"],
.single-event input[type="email"],
.single-event input[type="tel"]{
	border-radius: 0 !important;
}
.logo-link img {
	width: 66px;
	height: auto !important;
	display: block;
}
.acceptance-intro-text.reduce-topsp-text {
	margin-top: -12px;
	margin-bottom: 0;
}
.ui-datepicker-title {
	display: none;
}
.ui-datepicker {
	background-color: #EAE8E4 !important;
	border: 0 !important;
	padding: 20px !important;
	box-sizing: border-box;
}
.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	display: none !important;
}
.ui-datepicker-buttonpane.ui-widget-content {
	display: none;
}
.ui-timepicker-select {
	background-color: #fff !important;
	border: 1px solid #000;
	padding: 4px;
	width: 75px;
}
.ui_tpicker_time_label,.ui_tpicker_hour_label,.ui_tpicker_minute_label{
	color: var(--vw-black) !important;
	font-size: 14px;
}
.slang-de .ui_tpicker_time_label,.slang-de .ui_tpicker_hour_label,.slang-de .ui_tpicker_minute_label{
	font-size: 0 !important;
}
.slang-de .ui_tpicker_time_label::after,
.slang-de .ui_tpicker_hour_label::after,
.slang-de .ui_tpicker_minute_label::after{
	font-size: 14px !important;
}
.slang-de .ui_tpicker_time_label::after{
	content: "Zeit";
}
.slang-de .ui_tpicker_hour_label::after{
	content: "Stunde";
}
.slang-de .ui_tpicker_minute_label::after{
	content: "Minute";
}
.ui_tpicker_time_input,
.ui-timepicker-select {
	border-radius: 0 !important;
	color: var(--vw-black) !important;
	outline: none !important;
}

/* AVA-353 */
.gallery-content {
	width: 800px;
	margin: 0 auto;
}
.gallery_items_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.gallery_items_list ul li{
	padding: 0;
	margin: 0;
	width: calc(33.33% - 10px);
	padding-bottom: calc(33.33% - 10px);
	position: relative;
}
.gallery_items_list ul li a,
.gallery_items_list ul li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery_items_list ul li img{
	object-fit: cover;
	object-position: center;
}
.image-gallery-item:first-child {
	width: 100%;
	padding-bottom: 52%;
}
.image-gallery-item.video-item a::after{
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background-image: url("../images/transparent-play.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}
.image-gallery-item a::before{
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	background-color: rgba(0,0,0,0.2);
	transition: 0.4s all ease-in-out;
	z-index: 1;
}
.image-gallery-item:hover a::before{
	opacity: 1;
}
.gallery-items-col .button.load-booking-form,
.gallery-items-footer .button.load-booking-form {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--vw-black);
	background-image: url("../images/btn-black-arrow-white.svg");
	border: 1px solid var(--vw-black);
}
.gallery-items-header,
.gallery-items-footer {
	display: flex;
	gap: 40px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
	
}
.gallery-items-footer {
	justify-content: center;
	margin-bottom: 0;
	padding-top: 80px;
}
.gallery-items-col h1 {
	font-size: 38px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--vw-black);
	font-weight: 700;
	margin-top: 0;
}
.gallery-content-inner {
	padding: 90px 0px;
}
.fancybox-thumbs.fancybox-thumbs-x {
	width: 100%;
	height: auto;
	top: auto;
	bottom: 0;
	background: transparent !important;
	box-sizing: border-box !important;
	padding: 10px;
}
.fancybox-thumbs__list a {
	border-radius: 5px !important;
	margin: 2px 5px !important;
}
.fancybox-show-thumbs .fancybox-inner {
	right: 0 !important;
}
.fancybox-slide.fancybox-slide--image,
.fancybox-slide.fancybox-slide--video {
	padding-bottom: 130px !important;
}
.admin-bar .fancybox-toolbar {
	top: 32px !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.page-template-video-bilder  .header-language-switcher {
	display: none;
}
.page-template-contact-page-gf  .ats-form-nav li{
	pointer-events: none;
}
span.gfield_required.gfield_required_text {
	display: none;
}
.page-template-contact-page-gf .gform_wrapper {
	max-width: 520px;
}
.gform_required_legend {
	display: none;
}
label span.gfield_required {
	color: inherit !important;
}
.gfield--type-html p {
	color: rgb(74, 79, 84);
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 1.4;
}
.ginput_container.ginput_container_select {
	position: relative;
}
body .ginput_container_consent .gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	color: rgb(74, 79, 84) !important;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 14px !important;
	line-height: 1.4;
}
.gfield_description.gfield_consent_description {
	margin: 0 !important;
	padding: 8px 0 0 0 !important;
	border: 0 !important;
}
body .ginput_container_consent .gform-field-label.gform-field-label--type-inline.gfield_consent_label a{
	color: inherit !important;
	text-decoration: underline;
	font-weight: 700 !important;
}
.gfield_description.validation_message.gfield_validation_message {
	display: none !important;
}
.gform_validation_errors {
	outline: none !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
body .gform_button.button{
	text-transform: uppercase !important;
	color: rgb(255, 255, 255) !important;
	background-color: var(--vw-black) !important;
	background-image: url("../images/btn-black-arrow-white.svg");
	border: 1px solid var(--vw-black) !important;
	border-radius: 0 !important;
	
	background-repeat: no-repeat !important;
	background-position: 20px 50% !important;
	text-align: left !important;
	letter-spacing: 3px !important;

	height: 46px !important;
	line-height: 40px !important;
	font-size: 11px !important;
	outline: 0 !important;
	font-family: 'LandRoverWeb' !important;
	cursor: pointer !important;

	padding-left: 50px !important;
	padding-right: 25px !important;
}
.ats-stepform-gform .ats-form-nav-container {
	padding-top: 18px;
}
.page-template-contact-page-gf .header-language-switcher {
	display: none;
}
.page-template-contact-page-gf .edp-meta-details h1 {
	margin-top: 0;
}
/* END AVA-353 */

.select2-container .select2-dropdown {
	min-width: 288px;
}

/* AVA-483 */
.header-small-logo, .footer-small-logo {
	width: 50px;
	display: block;
	height: auto;
}
.footer-small-logo {
	width: 50px !important;
}
.vw-logo-inner {
	padding: 12px 0;
}
/* END AVA-483 */

@media (max-width:1499px){
	:root {
		--body-font-size: 18px;
	}
	.infobox h2 {font-size: 56px;}
	.fc-block.infobox {	padding-top: 50px;	padding-bottom: 15px;}	
	.fc-block.banner_v2 {padding-top: 30px;	padding-bottom: 20px;	}
	h2 {font-size: 36px;}
	.style2 {padding-top: 70px;	padding-bottom: 70px;}
	.fc-block.image_and_text {padding: 50px 0 35px;	}
	.site-footer {margin-top: 35px;	}
	.logo-image {max-width: 300px;	}

	h1 {font-size: 50px;}
	.banner-icon img {	max-width: 80px;	}
	.box-inner-content {padding: 70px 100px;	}
	.form-wrapper {	margin-bottom: 80px;}

	body:not(.home) .image_and_text .box-content, body:not(.home) .simple_editor .simple--content {	padding-left: 100px;		padding-right: 100px;	}
	.fc-block.faq h2 {	font-size: 28px; min-width:290px;	}

	/* AVA-258 */
	.banner-content h1 {font-size: 55px;}
	/* END AVA-258 */
}

@media (max-width:1320px){
	.content-center {	max-width: 94%;	}
	h2 {font-size: 50px;}
	body {font-size: 18px;}
	.page-modules-container .fc-block:not(.banner) .content-center {padding-left: 30px;	padding-right: 30px;	}
	h1 {font-size: 48px;}
	.form-column {	max-width: 530px;}
	input[type="checkbox"] + label{font-size:17px;}
	.downloads-section {	margin-top: 30px;	}
	.logo-image {	max-width: 230px;		top: 70px;	}
	.infobox h2 {font-size: 44px;	}
	.tileboxes h3 {	font-size: 20px;	}
	.each-tile {padding: 30px;	}
	.tiles-wrapper {column-gap: 18px;	margin-bottom:18px;}
	.fc-block.tileboxes {padding-top: 50px;padding-bottom: 15px;}
	h2 {font-size: 36px;	}
	.fc-block.image_and_text {	padding: 35px 0 25px;	}

	h1 {font-size: 42px;	}
	.banner-icon img {max-width: 70px;	}
	.box-inner-content {padding: 40px 60px;	}
	body:not(.home) .image_and_text .style3 h2::before, .form--heading::before {width: calc(100% + 40px);		left: -20px;	}

	body:not(.home) .image_and_text .box-content, body:not(.home) .simple_editor .simple--content {	padding-left: 60px;		padding-right: 60px;	}

	.left-agenda h2 {	font-size: 26px;	}
	.agenda-subheading {font-size: 20px;	}
	.right-agenda {	flex: 1 1 100%;	}
	.left-agenda {	width: 250px;	min-width: 250px;	}
	.agenda-hour {min-width: 181px;	}


	/* AVA-258 */
	.banner-content h1 {font-size: 42px;}
	.banner-content {min-height: auto;}

	.cm-item-image img {height: 200px;}
	.choose-a-model-inner {padding: 40px 0 25px;}
	.cm-start-text {margin-bottom: 50px;}
	.cm-list-inner {gap: 30px;}
	.cm-item-inner {width: calc(33.33% - 20px);}

	.fs-carmodel-col:first-child {width: 50%;padding: 0 40px 0 10px;}
	.fs-carmodel-col:last-child {width: calc(50% - 30px);margin-left: 30px;}
	.ats-step-content input[type="checkbox"] + label {font-size: 15px;}
	/* END AVA-258 */

	.infobox h2 {font-size: 36px;}
	.footer-col.social-col {margin-left: 0;padding-top: 15px;}
	.fc-block.image_and_text p,
	.left-side p {font-size: 15px;}
	.edp-content-container .content-center {max-width: 90%;}
}
@media (max-width:1023px){
	h2 {font-size: 32px;}
	body {font-size: 16px;	}
	.fc-block.image_and_text {padding: 35px 0 30px;	}
	.style2 {padding-top: 50px;	padding-bottom: 50px;	}
	.site-footer {margin-top: 25px;	}
	.footer-row:nth-child(2) {padding-left: 0;	margin-top: 10px;	}
	.legal_menu_container ul {	gap: 2rem;		margin-bottom: 2rem;		margin-top: 1rem;		row-gap: 1rem;	}
	h1 {font-size: 38px;	}
	.accompanying-wrapper{flex-direction:column;}
	.form-column {max-width: 100%;}
	.each-extra-person:not(.active-person) .each-field {display: none;	}
	.each-field .select2-container{width:100% !important;}
	.downloads-section .button-container {	margin-top: 0;		flex-direction: column;		justify-content: start;		align-items: start;		row-gap: 20px;	}
	.downloads-section .button {min-width: 350px;	justify-content: flex-start;	}
	.button svg {	max-width: 20px;	margin-left: auto;	}
	.each-extra-person {margin-bottom: 20px; }

	.logo-image {max-width: 200px;	top: 80px;	}
	.page-modules-container .fc-block:not(.banner) .content-center {padding-left: 0;	padding-right: 0;	}
	.infobox h2 {font-size: 34px;	}
	.right-side {min-width: 200px;	}
	.fc-block.infobox {	padding-top: 25px;}
	.fc-block.tileboxes {padding-top: 35px;	}
	.each-tile {padding: 20px;	}
	.right-arrow svg {	max-width: 100%;	}
	.bottom-arrow-wrapper .right-arrow {	max-width: 24px;	}
	.inner-banner-v2 {min-height: 210px;	}
	.fc-block.image_and_text {	padding: 20px 0 20px;	}
	h2 {font-size: 28px;}
	.site-footer {margin-top: 15px;	}

	.form-calendar-wrapper .ui-datepicker-title {font-size: 20px;	}
	.each-form-line label, .form-calendar-wrapper label, .each-field label{font-size: 18px;	}
	.form-calendar-wrapper .ui-datepicker {	font-size: 16px;	}
	.form-calendar-wrapper {column-gap: 40px;margin-bottom:50px;	}
	.box-inner-content {padding: 35px 30px;	}
	.each-slot, .each-slot-lang {padding: 10px 8px;		font-size: 13px;	}
	.form-data {width: 100%;}
	input[type="checkbox"] + label {	font-size: 16px;	}
	body:not(.home) .image_and_text .style3 h2::before, .form--heading::before {	width: calc(100% + 20px);		left: -10px;	}
	body:not(.home) .image_and_text .style3 h2 {	padding-bottom: 30px;		margin-bottom: 30px;	}
	.form--heading h2{padding-bottom:0;}
	.form-calendar-wrapper .ui-datepicker a, .form-calendar-wrapper .ui-datepicker .ui-datepicker-calendar span {padding: 5px 8px;	}

	body:not(.home) .image_and_text .box-content, body:not(.home) .simple_editor .simple--content {	padding: 30px;	}

	.person-label {	margin-bottom: 15px;	}
	.accompanying-wrapper {	padding-top: 10px;	}

	.left-agenda {	width: 180px;	min-width: 180px;	}
	.agenda-subheading {	font-size: 19px;	}
	.left-agenda h2 {	font-size: 22px;	}
	.agenda-hour {min-width: 150px;	}
	.each--agenda {column-gap: 40px;		margin-bottom: 50px;	}

	.fc-block.faq h2 {	min-width: 230px;	}
	.form--heading h2 + p {margin-top: 25px;	}

	/* AVA-258 */
	.banner-content {min-height: auto;padding: 100px 0;}
	.tbx-icon-container {margin-bottom: 25px;height: 38px;}
	.tbx-icon-container img {max-width: 45px;max-height: 38px;}
	.tileboxes h3 {font-size: 22px;}
	.bottom-text-wrapper, .top-text-wrapper {font-size: 14px;}
	.button-arrow svg {right: 14px;bottom: 14px;}
	.tileboxes .top-row {padding-right: 0;padding-bottom: 12px;}

	.cm-list-outer {padding-top: 45px;padding-bottom: 45px;margin-left: 0;	margin-right: 0;}
	.cm-item-description {padding: 0;}
	.cm-item-title {padding: 20px 0 0;font-size: 17px;}

	.ats-form-steps-container {width: calc(100% - 140px);padding: 0 15px;}
	.fs-carmodel-col:first-child {width: 45%;padding: 0 25px 0 10px;}
	.fs-carmodel-col:last-child {width: calc(55% - 20px);margin-left: 20px;}
	.form-calendar-wrapper {column-gap: 35px;}
	[step="3"] .ats-step-content, [step="4"] .ats-step-content, [step="5"] .ats-step-content {width: 100%;}
	.form-data label {font-size: 12px;}
	.privacy-step-content {width: 100%;}
	.form-calendar-wrapper .ui-datepicker-title {font-size: 14px;}
	/* END AVA-258 */

	.info-box {column-gap: 35px;}
	.infobox h2 {font-size: 30px;margin-bottom: 20px;}
	.right-side {min-width: 290px;padding: 25px 0 25px 25px;}

	.legal_menu_container ul {flex-direction: column;}
	.footer-col.legal-menu-col {width: 100%;}
	.social-listing a span:last-child {display: none;}
	.social-listing {display: flex;flex-direction: row;gap: 10px;}
	.ats-form-steps-container {width: calc(100% - 150px);padding: 30px 0 30px 30px;}
}

@media (max-width:767px){
	.banner-logo {max-width: 60%;	}
	.fc-block.banner {margin-bottom: 15px;	}
	h2 {font-size: 30px;}
	.box-content {column-gap: 63px;	}
	.box-content.box-with-image > div.image--wrapper {	margin-bottom: 30px; }
	.box-content, .box-content.box-with-image.right{flex-direction:column;}
	.banner-content {column-gap: 30px;	}

	.info-box {	flex-direction: column-reverse;	}
	.right-side {margin-left: 0;		padding-top: 0;		margin-bottom: 25px;	}
	.infobox h2 {	font-size: 32px;	}
	.tiles-wrapper {flex-direction: column;		row-gap: 20px;	}
	.tiles-wrapper.first .each-tile:last-child, .tiles-wrapper.second .each-tile:first-child {		max-width: 100%;	}
	.top-row {padding-bottom: 20px;	}
	.fc-block.banner_v2 {padding-top: 15px;	}
	.fc-block.image_and_text {padding: 10px 0 10px;	}
	h2 {font-size: 26px;}
	.banner-content {	padding-bottom: 100px;		max-height: 400px;		min-height: 400px;	}
	.main-website-content .fc-block:not(.banner) .content-center {padding-right: 0;	padding-left: 0;}
	.form-calendar-wrapper .ui-datepicker a, .form-calendar-wrapper .ui-datepicker .ui-datepicker-calendar span {padding: 5px 6px;	}
	.form-calendar-wrapper {column-gap: 30px;	}
	.no-slots-available {	font-size: 16px;	}

	.left-agenda {width: 160px;	min-width: 160px;	}
	.agenda-subheading {	font-size: 18px;	}
	.left-agenda h2 {	font-size: 20px;}
	.each--agenda {	column-gap: 25px;		margin-bottom: 35px;	}
	.agenda-hour {min-width: 130px;	}

	.each--faq {margin-bottom: 40px;		flex-direction: column;	}

	/* AVA-258 */
	.banner-content {min-height: auto;}
	.right-side {padding-top: 20px;margin-bottom: 25px;width: 100%;}
	.tileboxes .top-row {padding-right: 0;padding-bottom: 20px;}
	
	.cm-item-inner {width: 100%;}

	.ats-form-nav-container {width: 100%;border-right: 0;padding-right: 0;padding-top: 0;padding-bottom: 0;border-bottom: 1px solid #EAE8E4;}
	.ats-form-nav li {padding-left: 0;position: relative;font-size: 0;width: 15px;height: 15px;}
	.ats-form-nav li::before {top: 0;}
	.ats-form-nav::after {width: 100%;height: 1px;top: 8px;left: 0;}
	.ats-form-nav {display: flex;gap: 0;position: relative;justify-content: space-between;flex-direction: row;}
	.ats-form-nav {padding-bottom: 37px !important;}

	.ats-form-nav::before {content: attr(current_item);position: absolute;width: 100%;text-align: center;font-size: 12px;top: 23px;left: 0;}
	.ats-stepform {padding: 20px 0 40px;}
	.ats-form-nav li.complete::after {top: 4px;}
	.ats-form-steps-container {width: 100%;padding: 25px 0;}

	.calendar-wrapper {padding-right: 20px;}
	.form-calendar-wrapper {column-gap: 20px;margin-bottom: 0;}
	/* END AVA-258 */

	.right-side {padding-left: 0;border-left: 0;border-top: 1px solid #E4E8E8; border-bottom: 1px solid #E4E8E8;margin-bottom: 40px;padding-top: 30px;padding-bottom: 30px;}
	.info-box {flex-direction: column;}
	.left-side {margin-bottom: 35px;}
	.each-tile.banner-tile.event-tile {width: 100% !important;max-width: 100%;height: 35vw !important;	min-height: 35vw;}

	.waitinglist-form-main {padding: 30px 20px;max-width: 100%;}
	.button.submit-waitinglist-action {width: 100%;justify-content: center;}
	.wfm-desc, .wfm-contact p {font-size: 13px;}
	.wfm-title {line-height: 1.2;margin-bottom: 8px;}
}   

@media (max-width:639px){
	.page-modules-container .fc-block:not(.banner) .content-center {padding-left: 0;	padding-right: 0;	}
	.content-center {max-width: 90%;	}
	.fc-block.image_and_text {padding: 30px 0 25px;}
	.banner-content{flex-direction:column;}
	.banner-logo {max-width: 100%;	text-align:center;}
	.banner-logo img {	max-width: 90%;	}
	h1 {font-size: 32px;		margin-top: 0;		margin-bottom: 35px;	}

	.button-container.right-buttons {justify-content: center;		flex-direction: column;	}
	.button-container.right-buttons .button {	width: 100%;		margin-bottom: 20px;	}
	.button-container .btn-loader {	margin-bottom: 20px; }

	.each-data {flex-direction: column;		margin-bottom: 10px;	}
	.qr-code-data {padding-top: 30px;		padding-bottom: 50px;	}

	.logo-image {max-width: 150px;	top: 72px;	}
	.infobox h2 {font-size: 28px;}
	.fc-block.image_and_text {padding: 15px 0 20px;	}

	.form-calendar-wrapper {flex-direction: column;	}
	.calendar-wrapper {	width: 100%;	max-width: 100%;	}
	.slots-wrapper {margin-top: 20px;}
	.each-form-line.two--columns {	flex-direction: column;	}
	.two--columns .each-form-column:first-child, .each-form-line {margin-bottom: 28px;} 
	.form--heading h2 {	line-height: 1.3;}
	.each-slot, .each-slot-lang{font-size:14px;}

	.each--agenda {flex-direction: column;	}
	.left-agenda {width: 100%;	min-width: 100%;	margin-bottom: 20px;	}
	.each-agenda-data {	margin-bottom: 20px;	}
	.each--agenda {	margin-bottom: 20px;	}

	/* AVA-258 */
	.banner-content h1 {font-size: 32px;margin-bottom: 0;}
	.banner-content {padding: 65px 0;}
	.cm-item-image img {height: 60vw;}
	.cm-list-inner {gap: 40px;}

	.fs-carmodel-col:first-child {width: 100%;padding: 0 0 20px !important;border-right: 0;border-bottom: 1px solid #EAE8E4;}
	.fs-carmodel-col:first-child > div {max-width: 218px;margin-left: auto;margin-right: auto;}
	.fs-carmodel-col:last-child {width: 100%;margin-left: 0;}
	.fs-carmodel-col:last-child {padding-bottom: 0 !important;}
	.ats-step-nav {
		position: fixed;
		top: auto;
		left: 0;
		width: 100%;
		gap: 25px;
		padding: 22px 0;
		bottom: 0;
		background-color: #fff;
		z-index: 99;
		padding: 18px 5%;
	}
	.show_and_shine_form .box-content.box-inner-content.form-wrapper {
		margin-bottom: 40px;
	}
	body.page-id-1376 {
		padding-bottom: 80px;
	}
	.ats-title-item,
	.ats-subtitle-item {text-align: left;}
	.each-form-column, .each-form-line {margin: 0;}
	.each-form-line.city-width, .each-form-line.country-width, .each-form-line.street-width {width: 100%;}
	.each-form-line.housenumber-width, .each-form-line.mobile-plz-width {width: 90px;}
	.ats-step-content input[type="checkbox"] + label {display: block;padding-right: 30px;}
	.each-data-box-col {width: 100%;}
	.dsk-lbl {display: none;}
	.mbl-lbl {display: block !important;}
	.button, .password-protected-wrapper input[type="submit"] {background-position: 20px 53%;}
	.ty-form-booking {width: 268px;max-width: 100%;}
	
	[step="ty"] .ats-text-item br {display: none;}
	.ty-form-booking-image, .ty-form-booking-text {width: 100%;}
	.calendar-wrapper {border-right: 0;padding-right: 0 !important;}
	/* END AVA-258 */

	.right-wrapper {
		background-image: url(../images/LoginPage_JLR_Experiences-mobile.jpg);
	}

	.vw-logo-inner svg {width: 145px;}
	.banner-content h1 {font-size: 34px;margin-bottom: 0;line-height: 1.2;}
	.edp-meta-details h1{margin-bottom: 0;}
	.box-style.edp-content-container {padding-top: 30px;}

	.page-template-inner-page-template .simple--content p, .page-template-inner-page-template .simple--content ul,.simple_editor table td {font-size: 12px;	}
	.right-side p br {display: none;}

	.ats-stepform {padding: 20px 0 0;}
	.box-content.box-inner-content.form-wrapper {position: relative;}
	.ats-step-nav-mobile-placeholder {
		height: 82px;
		position: absolute;
		top: 100%;
		display: block !important;
		width: 100%;
	}
	.form-wrapper {margin-bottom: 115px;}
	.ats-step-nav.position-absolute {
		position: absolute !important;
		top: 100% !important;
		height: 82px;
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media (max-width:479px){
	.banner-content {	padding-top: 110px;		padding-bottom: 50px;	}
	.image--wrapper + .box-text-wrapper .button {min-width: 100%; }
	.box-content.box-with-image > div { margin-bottom: 0;	}
	h1, h2, h3, h4, h5, h6, .LandRoverWeb-text { line-height: 1.3;	}
	h2 {margin-bottom: 25px;}
	.style2 {padding-top: 40px;	padding-bottom: 40px; }
	.legal_menu_container ul{justify-content:start;}
	.site-footer {	margin-top: 15px;}
	.downloads-section .button{min-width:100%;}
	.button svg { max-width: 12px; }
	.simple--content h1 {font-size: 24px;margin-bottom:25px;}
	.fc-block.faq h2 {font-size: 22px;}
	.fc-block.faq {	padding-top: 20px;	padding-bottom: 20px;}

	.password-protected-wrapper input[type="submit"], input[name="post_password"]{width: 100%;	}

	.menu-navigation {padding: 50px 30px 0;	}
	.main_menu_container, .second--menu--container {padding-left: 30px;	}
	.second--menu--container{padding-top:0;}
	
	.banner-icon img {max-width: 50px;}
	h1 {font-size: 28px;		margin-bottom: 30px;}
	.banner-content {max-height: 320px;	min-height: 320px;	}
	body:not(.home) .image_and_text .style3 h2 {	padding-bottom: 25px;	margin-bottom: 25px;	}
	.form--heading h2{padding-bottom:0;}
	.form--heading {margin-bottom: 30px;padding-bottom:30px;	}
	.slots-listing, .languages-listing{max-height:unset; column-gap: 8px;}
	.form-data input[type="text"], .form-data input[type="email"], .form-data input[type="tel"]{font-size:15px;}
	.each-form-line label, .form-calendar-wrapper label, .each-form-line label, .form-calendar-wrapper label, .each-field label {font-size: 16px;}
	.box-inner-content {padding: 30px 20px;	}
	.each-slot, .each-slot-lang {font-size: 12px; padding: 10px 6px; margin-bottom:8px;	}
	.form-calendar-wrapper {margin-bottom: 30px;}
	body:not(.home) .image_and_text .box-content, body:not(.home) .simple_editor .simple--content {	padding: 20px;	}

	.each-agenda-data{flex-direction:column;}

	/* AVA-258 */
	.banner-content {min-height: auto;padding: 50px 0;}

	/* .slot-text-item {position: static;width: 100%;font-size: 15px;text-align: left;padding-top: 15px;} */
	.top-row {flex-wrap: wrap;}
	.fc-block.banner_v2 .content-center {width: 100%;max-width: 100%;}

	.fs-carmodel-coltitle, .fs-carmodel-title {font-size: 18px;}
	.fs-carmodel-col:first-child > div {max-width: 225px;margin-left: auto;margin-right: auto;}
	.each-slot, .each-slot-lang {margin-bottom: 0;}
	.slots-listing, .languages-listing {column-gap: 4px;}

	.each-form-line label, .form-calendar-wrapper label, .each-form-line label, .form-calendar-wrapper label, .each-field label {font-size: 13px;}
	[step="ty"] .ats-title-sub {padding-top: 0;padding-bottom: 25px;}
	.social-listing svg {display: block;}

	.footer-row.footer-row-cols {flex-direction: column;gap: 35px;}
	.footer-country-switcher {margin-bottom: 25px;}
	/* END AVA-258 */

	.infobox h2 {font-size: 24px;}
	.fc-block.tileboxes .content-center {width: 100%;max-width: 100%;}
	.each-tile.banner-tile.event-tile {width: 100% !important;max-width: 100%;height: 52vw !important;min-height: 52vw;}
	.tileboxes .top-row {padding-right: 0;padding-bottom: 20px;padding-bottom: 0;padding-right: 30px;}
	.right-side {margin-bottom: 0;}
	.fc-block.tileboxes {padding-top: 10px;}
	.legal_menu_container ul {margin: 0;}
	.edp-data-box strong {width: 94px;font-size: 14px;}
	.edp-data-box span {font-size: 13px;}

	.edp-btn-cont .button {padding-right: 20px !important;padding-left: 40px !important;background-position: 13px 53%;}
	.edp-meta-details h1 {font-size: 24px;}
	.edp-meta-details {padding-bottom: 20px;}
	.edp-main-info {padding: 25px 0;}
	.w50 {width: 100%;}
	.ats-step-content input[type="checkbox"] + label,
	.ats-cp-accept-inner label, .acceptance-intro-text {font-size: 13px;}
	.ty-form-booking {width: 100%;max-width: 100%;}
	[step="ty"] .ats-title-item {margin-bottom: 15px;}
	.single-event-header, .inner-page-header {min-height: 40vw;}
	.page-template-inner-page-template .simple--content {padding: 0 !important;}
	.page-template-inner-page-template .simple--content h1 {font-size: 24px;line-height: 1.3;}
	.page-template-inner-page-template .simple--content h2 {font-size: 20px;}

	.header-language-switcher {
		padding-right: 10px;
		align-items: center;
		justify-content: end;
		padding-top: 0;
		height: auto;
		top: 7px;
	}

	.login_i_logo svg {width: 170px;}
	.book-event-code-wrapper .left-wrapper {max-width: 90%;padding-left: 25px;padding-right: 25px;}
	.book-event-code-wrapper .left-wrapper p {font-size: 14px;line-height: 1.4;}
	.ty-form-booking-title {padding-right: 30px;}
	.qr-code-data .button-container .button {
		text-transform: uppercase;
		width: 100%;
		text-align: center !important;
		justify-content: center;
	}

	.page-template-contact-page-gf .form-wrapper {margin-bottom: 70px;}
}

@media (max-width:420px){
	h2 {font-size: 24px;}
	.login_lang_switcher {padding-right: 0;}
}
@media (max-width:360px){
	.main_menu_container a {font-size: 20px;	}
	.menu-item-has-children > .dropdown-menu a{font-size:18px;}
	.dropdown-menu .menu-item-has-children > .dropdown-menu a {font-size:16px;}
	h2 {font-size: 22px;	}
	.single-post .content-center {padding-left: 20px;	padding-right: 20px;	}
	.chevron-down {top: 8px;}
	.listing-info {font-size: 14px;	}
	.vw-logo-inner svg {width: 42px;		height: 42px;	}
	.vw-logo-inner {height: 42px;	}
	
	/* AVA-258 */
	.vw-logo-inner {height: auto;}
	.vw-logo-inner svg {width: 140px;height: auto;}
	/* END AVA-258 */

	.edp-btn-cont .button {width: 100% !important;text-align: center !important;}
	.edp-btn-cont {flex-wrap: wrap;gap: 15px;}

	.login_i_logo svg {width: 145px;}
	.login_lang_switcher {padding-right: 0;}
}

.logged-in.admin-bar .masthead.site-header,
.logged-in.admin-bar .main-website-content,
.logged-in.admin-bar footer.site-footer,
.logged-in.admin-bar > .content-center{
	display: block !important;
}
.logged-in.admin-bar .book-event-code-wrapper{
	display: none !important;
}

.rr_ac_form_access h2.intro-before-title{
	display: none !important;
}
.rr_ac_form_access .hide-intro-section{
	display: block !important;
}
.rr_ac_form_access .login_lang_switcher.hide-intro-section{
	display: flex !important;
}
/* quickfix */
.page-template-gate-login-template .book-event-code-wrapper,
.page-template-qr-code-template .book-event-code-wrapper,
.page-template-video-bilder .book-event-code-wrapper,
.page-template-contact-page-gf .book-event-code-wrapper,
.page-template-inner-page-template .book-event-code-wrapper  {
	display: none !important;
}
.page-template-gate-login-template .masthead.site-header,
.page-template-gate-login-template .main-website-content,
.page-template-gate-login-template > .content-center,
.page-template-qr-code-template .masthead.site-header,
.page-template-qr-code-template .main-website-content,
.page-template-qr-code-template > .content-center,
.page-template-video-bilder .masthead.site-header,
.page-template-video-bilder .main-website-content,
.page-template-video-bilder > .content-center,
.page-template-contact-page-gf .masthead.site-header,
.page-template-contact-page-gf .main-website-content,
.page-template-contact-page-gf > .content-center,
.page-template-inner-page-template .masthead.site-header,
.page-template-inner-page-template .main-website-content,
.page-template-inner-page-template > .content-center{
	display: block !important;
}
.footer-col a.logo-link, .header-logo a {
	pointer-events: none !important;
}

/* AVA-483 v2 */
.group-inner-formlines {
	display: flex;
	align-items: center;
	width: 100%;
}
.group-inner-formlines .ifl #telephone {
	border-left: 0;
}
.group-inner-formlines .each-form-line.ifl {
	flex-grow: 1;
}
.group-inner-formlines .each-form-line.iflcc {
	max-width: 160px;
}
/* END AVA-483 v2 */

/* AVA-503 */
.tileboxes .tiles-wrapper.third,
.tileboxes .tiles-wrapper.first,
.tileboxes .tiles-wrapper.second {
	flex-wrap: wrap;
}
.tileboxes .tiles-wrapper.first .each-tile, 
.tileboxes .tiles-wrapper.second .each-tile, 
.tileboxes .tiles-wrapper.third .each-tile {
	flex: unset;
	max-width: none;
}
.tileboxes .tiles-wrapper.first .each-tile:nth-child(1){
	width: calc(66.66% - 10px);
}
.tileboxes .tiles-wrapper.first .each-tile:nth-child(2){
	width: calc(33.33% - 10px);
}
.tileboxes .tiles-wrapper.second .each-tile:nth-child(1){
	width: calc(33.33% - 10px);
}
.tileboxes .tiles-wrapper.second .each-tile:nth-child(2){
	width: calc(66.66% - 10px);
}
.tileboxes .tiles-wrapper.third .each-tile {
	width: calc(50% - 10px);
}
/* END AVA-503 */