/* ///////////////////////// RESET ///////////////////////// */

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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;
}



/* ///////////////////////// ACTIONS ///////////////////////// */

.module.actions {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 15px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.17);
    z-index: 10
}

.module.actions.active {
    display: block;
}

.module.actions .node {
    display: inline-block;
    padding: 3px 5px;
    opacity: 0.3;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.module.actions .node:hover,
.module.actions .node.active {
    opacity: 0.8;
}



/* ///////////////////////// ADMINISTRATION ///////////////////////// */

.administration {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    transform: translateZ(3px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.administration.active {
    opacity: 1;
}

/*——————————————————————————————————————————————————*/

.administration .brands {
    display: block;
    width: 850px;
}

.administration .brands .node {
    display: inline-block;
    width: 170px;
    text-align: center;
    padding: 20px 10px;
    vertical-align: top;
    float: left;
    opacity: 0.3;
    transition: opacity 0.3s ease;
    cursor: pointer;
    font-family: 'DefaultRegular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.administration .brands .node.double-line {
    height: 165px;
}

.administration .brands .node:before {
    display: block;
    font-size: 70px;
    margin-bottom: 10px;
}

.administration .brands .node:hover,
.administration .brands .node.active {
    opacity: 1;
}

/*——————————————————————————————————————————————————*/

.administration .reload {
    display: none;
    margin-top: 50px;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.administration .reload:hover {
    opacity: 1;
}

.application:not(.desktop) .administration .reload {
    display: inline-block;
}



/* ///////////////////////// CONTENT ///////////////////////// */

.content {
	display: block;
	position: absolute;
	top: 198px;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
	/*scroll-behavior: smooth;*/
	-webkit-overflow-scrolling: auto;
}

.content .container {
	position: relative;
	height: 100%;
}

.idle .content .container {
	animation-name: jiggle;
	animation-duration: 7s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

@keyframes jiggle {
	0%, 86%, 92%, 96%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		margin-left: 0;
	}
	88%, 90% {
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		margin-left: -70px;
	}
	94% {
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		margin-left: -40px;
	}
	98% {
		margin-left: -12px;
	}
}

.content .brand {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content .container.animating {
	transition: transform 0.5s ease-out;
}

.content .brand.active {
	display: block;
}

.content .page {
	display: inline-block;
	position: relative;
	width: 1024px;
	height: 100%;
	float: left;
	transform: translateZ(1px);
}

.content .page.media {
	background-color: #000;
}

/*.content .page.active {*/
/*display: inline-block;*/
/*}*/

.content .page > .background.image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content .page.text_left > .background.image {
	width: 50%;
	left: auto;
}

.content .page.text_right > .background.image {
	width: 50%;
	right: auto;
}

.content .page > .blocks {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 2px 0 0;
	overflow: auto;
}

.content .page.text_right > .blocks {
	width: 50%;
	left: auto;
	border-right-width: 1px;
}

.content .page.text_left > .blocks {
	width: 50%;
	right: auto;
	border-left-width: 1px;
}

.content .page.text > .blocks {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.content .page > .blocks .block {
	display: block;
	position: relative;
	width: 100%;
	padding: 40px;
}

.content .page > .blocks .block p:not(:first-child) {
	margin-top: 20px;
}

.content .page > .blocks .block ul {
	list-style-type: disc;
	padding-left: 20px;
}

.content .page > .blocks .block ol {
	list-style-type: decimal;
	padding-left: 20px;
}

.content .page > .blocks .block ul:not(:first-child),
.content .page > .blocks .block ol:not(:first-child) {
	margin-top: 20px;
}

.content .page > .blocks .block:not(:first-child) {
	border-style: solid;
	border-width: 2px 0 0;
}

.content .page > .blocks .block .title:not(:first-child) {
	margin-top: 30px;
}

.content .page  .media.image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateZ(1px);
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}

.content .page  .media.video {
	display: block;
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	top: -58px;
	bottom: 0;
	left: 0;
	right: 0;
	background
	transform: translateZ(1px);
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}


.content .page  .media.video video {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	bottom: 0;
	transform: translateY(-50%);
	opacity: 0.5;
	transition: opacity 0.5s ease;
}

.content .page  .media.video.playing video {
	opacity: 1;
}

.content .page  .media.video .title {
	position: absolute;
	top: 138px;
	left: 60px;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.content .page  .media.video:not(.playing) .title {
	opacity: 1;
}

.content .page .media.video .poster {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.content .page  .media.video .poster:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
}

.content .page  .media.video .poster:after {
	content: '';
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: url('../icons/play.svg');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.content .page .media.video:not(.playing) .poster {
	opacity: 1;
}

.content .page .media.active {
	opacity: 1;
	z-index: 2;
}

.content .page .highlight {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	max-height: 70px;
	overflow: hidden;
	transition: max-height 0.5s ease, background-color 0.5s ease;
	z-index: 10;
	transform: translateZ(10px);
}

.content .page .highlight:after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 25px;
	width: 20px;
	height: 20px;
	background-image: url('../icons/chevron.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.content .page .highlight.active:after {
	transform: rotate(-180deg);
}

.content .page .highlight.bottomleft:after,
.content .page .highlight.bottomright:after {
	transform: rotate(-180deg);
}

.content .page .highlight.bottomleft.active:after,
.content .page .highlight.bottomright.active:after {
	transform: rotate(0deg);
}

.content .page .highlight.active {
	max-height: 300px;
	background-color: rgba(0, 0, 0, 0.9);
}

.content .page .highlight.topleft {
	top: 20px;
	left: 20px;
}

.content .page .highlight.topright {
	top: 20px;
	right: 20px;
}

.content .page .highlight.bottomleft {
	bottom: 118px;
	left: 20px;
}

.content .page .highlight.bottomright {
	bottom: 118px;
	right: 20px;
}

.content .page .highlight .title {
}

.content .page .highlight .text {
	display: inline-block;
	max-width: 462px;
	margin-top: 20px;
}

.content .page .pagination {
	position: absolute;
	left: 20px;
	bottom: 10px;
	transform: translateZ(3px);
	z-index: 5;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.content .page .pagination.active {
	opacity: 1;
}

.content .page .pagination .node {
	display: inline-block;
	position: relative;
	transform: translateY(0);
	width: 114px;
	height: calc(538 / 1024 * 114px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #252525;
	box-shadow: 0 4px 8px rgba(155, 155, 155, 0.3);
	transition: transform 0.5s ease, box-shadow 0.5s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}

.content .page .pagination .node:not(:first-child) {
	margin-left: 10px;
}

.content .page .pagination .node.active {
	transform: translateY(-10px);
	box-shadow: 0 14px 8px rgba(155, 155, 155, 0.3);
}

.content .page .pagination .node.video:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: url('../icons/play.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -2px;
	margin-left: 7px;
}



/* ///////////////////////// FOOTER ///////////////////////// */

.section.footer {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    padding: 8px  120px 15px 15px;
    z-index: 1;
}

.section.footer .notice {
    position: relative;
    top: 2px;
}

.section.footer .languages {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.section.footer .languages .node {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.section.footer .languages .node:hover,
.section.footer .languages .node.active {
    opacity: 1;
}

.section.footer .languages .node:not(:first-child) {
    margin-left: 20px;
}



/* ///////////////////////// HEADER ///////////////////////// */

.section.header {
    display: block;
    position: relative;
    width: 100%;
    border-style: solid;
    border-width: 0;
    z-index: 1;
    overflow: hidden;
}

.section.header .brand {
    display: block;
    position: relative;
    width: 100%;
    height: 128px;
}

.section.header .title {
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.section.header .logo {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 208px;
    height: 94px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section.header .navigation {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 20px;
    overflow-y: hidden;
    overflow-x: visible;
    transition: transform 0.5s ease;
}

.section.header .navigation .node {
    display: inline-block;
    line-height: 100%;
    padding: 22px 20px 20px;
    margin: 0;
    opacity: 0.3;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    transition: opacity 0.3s ease;
}

.section.header .navigation .node.active {
    opacity: 1;
}



/* ///////////////////////// ICONS — BRANDS ///////////////////////// */

@font-face {
    font-family: 'vw-brands';
    src: url('../fonts/vw-brands.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#toplevel_page_bentley div.wp-menu-image:before,
#toplevel_page_audi_1 div.wp-menu-image:before,
#toplevel_page_audi_2 div.wp-menu-image:before,
#toplevel_page_bugatti div.wp-menu-image:before,
#toplevel_page_ducati div.wp-menu-image:before,
#toplevel_page_scania div.wp-menu-image:before,
#toplevel_page_man div.wp-menu-image:before,
#toplevel_page_volkswagen_1 div.wp-menu-image:before,
#toplevel_page_volkswagen_2 div.wp-menu-image:before,
#toplevel_page_volkswagen_3 div.wp-menu-image:before,
#toplevel_page_volkswagen_4 div.wp-menu-image:before,
#toplevel_page_volkswagen_5 div.wp-menu-image:before,
#toplevel_page_volkswagen_6 div.wp-menu-image:before,
#toplevel_page_cupra div.wp-menu-image:before,
#toplevel_page_volkswagen-commercial_1 div.wp-menu-image:before,
#toplevel_page_volkswagen-commercial_2 div.wp-menu-image:before,
#toplevel_page_porsche_1 div.wp-menu-image:before,
#toplevel_page_porsche_2 div.wp-menu-image:before,
#toplevel_page_porsche_3 div.wp-menu-image:before,
#toplevel_page_porsche_4 div.wp-menu-image:before,
#toplevel_page_skoda div.wp-menu-image:before,
#toplevel_page_seat div.wp-menu-image:before,
#toplevel_page_lamborghini div.wp-menu-image:before,
.administration .icon.brand:before {
    font-family: 'vw-brands' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bentley:before,
#toplevel_page_bentley div.wp-menu-image:before {
    content: "\e900";
}

.icon-audi:before,
#toplevel_page_audi_1 div.wp-menu-image:before,
#toplevel_page_audi_2 div.wp-menu-image:before {
    content: "\e901";
}

.icon-bugatti:before,
#toplevel_page_bugatti div.wp-menu-image:before {
    content: "\e902";
}

.icon-ducati:before,
#toplevel_page_ducati div.wp-menu-image:before {
    content: "\e903";
}

.icon-scania:before,
#toplevel_page_scania div.wp-menu-image:before {
    content: "\e904";
}

.icon-man:before,
#toplevel_page_man div.wp-menu-image:before {
    content: "\e905";
}

.icon-cupra:before,
#toplevel_page_cupra div.wp-menu-image:before {
    content: "\e905";
}

.icon-volkswagen:before,
#toplevel_page_volkswagen_1 div.wp-menu-image:before,
#toplevel_page_volkswagen_2 div.wp-menu-image:before,
#toplevel_page_volkswagen_3 div.wp-menu-image:before,
#toplevel_page_volkswagen_4 div.wp-menu-image:before,
#toplevel_page_volkswagen_5 div.wp-menu-image:before,
#toplevel_page_volkswagen_6 div.wp-menu-image:before,
#toplevel_page_volkswagen-commercial_1 div.wp-menu-image:before,
#toplevel_page_volkswagen-commercial_2 div.wp-menu-image:before {
    content: "\e906";
}

.icon-porsche:before,
#toplevel_page_porsche_1 div.wp-menu-image:before,
#toplevel_page_porsche_2 div.wp-menu-image:before,
#toplevel_page_porsche_3 div.wp-menu-image:before,
#toplevel_page_porsche_4 div.wp-menu-image:before {
    content: "\e907";
}

.icon-skoda:before,
#toplevel_page_skoda div.wp-menu-image:before {
    content: "\e908";
}

.icon-seat:before,
#toplevel_page_seat div.wp-menu-image:before {
    content: "\e909";
}

.icon-lamborghini:before,
#toplevel_page_lamborghini div.wp-menu-image:before {
    content: "\e90a";
}



/* ///////////////////////// APPLICATION ///////////////////////// */

body {
    -webkit-overflow-scrolling: touch;
}

.application {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.application.desktop {
    position: absolute;
    width: 1024px;
    height: 768px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #ddd;
}

* {
    -webkit-user-select: none;
}



/* ///////////////////////// GENERAL ///////////////////////// */

html,
body {
    position: relative;
    min-height: 100%;
}

html {
    height: 100%;
}

a {
    text-decoration: none;
}

a:visited,
a:active,
a:focus {
    color: inherit;
}

/* ///////////////////////// DEFAULT ///////////////////////// */

@font-face {
    font-family: 'DefaultRegular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/VWAGTheSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'DefaultBold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/VWAGTheSans-Bold.woff2') format('woff2');
}

.font-default,
.font-regular {
    font-family: 'DefaultRegular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-bold {
    font-family: 'DefaultBold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-small {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}

.text-default,
.text-regular {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
}

.text-large {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}

.text-larger {
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0;
}

/* ///////////////////////// AUDI ///////////////////////// */

[data-id="audi"] .font-default,
[data-id="audi"] .font-regular {
    font-family: 'AudiRegular';
}

[data-id="audi"] .font-bold,
[data-id="audi"] .font-default strong,
[data-id="audi"] .font-regular strong {
    font-family: 'AudiBold';
}

[data-id="audi"] .section.header .title.font-bold,
[data-id="audi"] .font-bold-extra {
    font-family: 'AudiExtended';
}

[data-id="audi"] .text-small {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}

[data-id="audi"] .text-default,
[data-id="audi"] .text-regular {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="audi"] .text-large {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
}

/* ///////////////////////// BENTLEY ///////////////////////// */

[data-id="bentley"] .font-default,
[data-id="bentley"] .font-regular {
    font-family: 'DefaultRegular';
}

[data-id="bentley"] .font-bold,
[data-id="bentley"] .font-default strong,
[data-id="bentley"] .font-regular strong {
    font-family: 'DefaultBold';
}

[data-id="bentley"] .section.header .title.font-bold,
[data-id="bentley"] .font-bold-extra {
    font-family: 'BentleyExtended';
}

[data-id="bentley"] .text-small {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}

[data-id="bentley"] .text-default,
[data-id="bentley"] .text-regular {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="bentley"] .text-large {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}

[data-id="bentley"] .text-larger {
    font-size: 38px;
    line-height: 51px;
    letter-spacing: 0;
}

/* ///////////////////////// BUGATTI ///////////////////////// */

[data-id="bugatti"] .font-default,
[data-id="bugatti"] .font-regular {
    font-family: 'BugattiRegular';
}

[data-id="bugatti"] .font-bold,
[data-id="bugatti"] .font-default strong,
[data-id="bugatti"] .font-regular strong {
    font-family: 'BugattiBold';
}

[data-id="bugatti"] .text-small {
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0;
}

[data-id="bugatti"] .text-default,
[data-id="bugatti"] .text-regular {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="bugatti"] .text-large {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="bugatti"] .text-larger {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
}

/* ///////////////////////// DUCATI ///////////////////////// */

[data-id="ducati"] .font-default,
[data-id="ducati"] .font-regular {
    font-family: 'DefaultRegular';
}

[data-id="ducati"] .font-bold,
[data-id="ducati"] .font-default strong,
[data-id="ducati"] .font-regular strong {
    font-family: 'DefaultBold';
}

/* ///////////////////////// LAMBORGHINI ///////////////////////// */

[data-id="lamborghini"] .font-default,
[data-id="lamborghini"] .font-regular {
    font-family: 'LamborghiniRegular';
}

[data-id="lamborghini"] .font-bold,
[data-id="lamborghini"] .font-default strong,
[data-id="lamborghini"] .font-regular strong {
    font-family: 'LamborghiniBold';
}

[data-id="lamborghini"] .text-small {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
}

[data-id="lamborghini"] .text-default,
[data-id="lamborghini"] .text-regular {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="lamborghini"] .text-large {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
}

[data-id="lamborghini"] .text-larger {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0;
}

/* ///////////////////////// MAN ///////////////////////// */

[data-id="man"] .font-default,
[data-id="man"] .font-regular {
    font-family: 'DefaultRegular';
}

[data-id="man"] .font-bold,
[data-id="man"] .font-default strong,
[data-id="man"] .font-regular strong {
    font-family: 'DefaultBold';
}

/* ///////////////////////// PORSCHE ///////////////////////// */

[data-id="porsche"] .font-default,
[data-id="porsche"] .font-regular {
    font-family: 'PorscheRegular';
}

[data-id="porsche"] .font-bold,
[data-id="porsche"] .font-default strong,
[data-id="porsche"] .font-regular strong {
    font-family: 'PorscheBold';
}

[data-id="porsche"] .section.header .title.font-bold,
[data-id="porsche"] .font-bold-extra {
    font-family: 'PorscheExtended';
}

[data-id="porsche"] .text-small {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}

[data-id="porsche"] .text-default,
[data-id="porsche"] .text-regular {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="porsche"] .text-large {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="porsche"] .text-larger {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0;
}

/* ///////////////////////// SCANIA ///////////////////////// */

[data-id="scania"] .font-default,
[data-id="scania"] .font-regular {
    font-family: 'ScaniaRegular';
}

[data-id="scania"] .font-bold,
[data-id="scania"] .font-default strong,
[data-id="scania"] .font-regular strong {
    font-family: 'ScaniaBold';
}

[data-id="scania"] .section.header .title.font-bold,
[data-id="scania"] .font-bold-extra {
    font-family: 'ScaniaExtended';
}

[data-id="scania"] .text-small {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}

[data-id="scania"] .text-default,
[data-id="scania"] .text-regular {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="scania"] .text-large {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
}

[data-id="scania"] .text-larger {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0;
}

/* ///////////////////////// SEAT ///////////////////////// */

[data-id="seat"] .font-default,
[data-id="seat"] .font-regular {
    font-family: 'SeatRegular';
}

[data-id="seat"] .font-bold,
[data-id="seat"] .font-default strong,
[data-id="seat"] .font-regular strong {
    font-family: 'SeatBold';
}

[data-id="seat"] .text-small {
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0;
}

[data-id="seat"] .text-default,
[data-id="seat"] .text-regular {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="seat"] .text-large {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}

[data-id="seat"] .text-larger {
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0;
}

/* ///////////////////////// SKODA ///////////////////////// */

[data-id="skoda"] .font-default,
[data-id="skoda"] .font-regular {
    font-family: 'SkodaRegular';
}

[data-id="skoda"] .font-bold,
[data-id="skoda"] .font-default strong,
[data-id="skoda"] .font-regular strong {
    font-family: 'SkodaBold';
}

[data-id="skoda"] .text-small {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}

[data-id="skoda"] .text-default,
[data-id="skoda"] .text-regular {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="skoda"] .text-large {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
}

[data-id="skoda"] .text-larger {
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0;
}

/* ///////////////////////// VOLKSWAGEN ///////////////////////// */

[data-id="volkswagen"] .font-default,
[data-id="volkswagen"] .font-regular {
    font-family: 'VolkswagenRegular';
}

[data-id="volkswagen"] .font-bold,
[data-id="volkswagen"] .font-default strong,
[data-id="volkswagen"] .font-regular strong {
    font-family: 'VolkswagenBold';
}

[data-id="volkswagen"] .text-small {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}

[data-id="volkswagen"] .text-default,
[data-id="volkswagen"] .text-regular {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="volkswagen"] .text-large {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}

[data-id="volkswagen"] .text-larger {
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0;
}

/* ///////////////////////// VOLKSWAGEN NUTZFAHRZEUGE ///////////////////////// */

[data-id="volkswagen-commercial"] .font-default,
[data-id="volkswagen-commercial"] .font-regular {
    font-family: 'VolkswagenCommercialRegular';
}

[data-id="volkswagen-commercial"] .font-bold,
[data-id="volkswagen-commercial"] .font-default strong,
[data-id="volkswagen-commercial"] .font-regular strong {
    font-family: 'VolkswagenCommercialBold';
}

[data-id="volkswagen-commercial"] .section.header .title.font-bold,
[data-id="volkswagen-commercial"] .font-bold-extra {
    font-family: 'VolkswagenCommercialExtended';
}

[data-id="volkswagen-commercial"] .text-small {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}

[data-id="volkswagen-commercial"] .text-default,
[data-id="volkswagen-commercial"] .text-regular {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
}

[data-id="volkswagen-commercial"] .text-large {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}

[data-id="volkswagen-commercial"] .text-larger {
    font-size: 38px;
    line-height: 47px;
    letter-spacing: 0;
}












/* ///////////////////////// ICONS ///////////////////////// */


/* ///////////////////////// COLORS ///////////////////////// */

.color-white {
    color: #ffffff;
}

.color-gray {
    color: #8d8d8d;
}

.color-black {
    color: #161616;
}

.background-white {
    background-color: #ffffff;
}

.background-gray {
    background-color: #eaeaea;
}

.background-black {
    background-color: #000000;
}

.border-gray {
    border-color: #dbdbdb;
}

/* ///////////////////////// GENERAL ///////////////////////// */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}



/* ///////////////////////// STATUS ///////////////////////// */

.status {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.status.active {
    opacity: 1;
}



/* ///////////////////////// STATUS — SPINNER ///////////////////////// */

.status .spinner {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 40px;
}

.status .spinner .double-bounce1,
.status .spinner .double-bounce2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.2;
    animation: bounce 4.0s infinite ease-in-out;
}

.status .spinner .double-bounce2 {
    animation-delay: -2.0s;
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
    }
}



/* ///////////////////////// STATUS — TEXT ///////////////////////// */

.status .text {
    display: block;
    text-align: center;
    margin-top: 50px;
    font-family: 'DefaultRegular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.status .percent {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-family: 'DefaultBold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
