/* Headings */
@font-face {
    font-family: 'VWHeadWeb-Bold';
    src: url('/vp_pages/themes/volkswagen/assets/fonts/VWHeadWeb-Bold.eot');
    src: url('/vp_pages/themes/volkswagen/assets/fonts/VWHeadWeb-Bold.eot?#iefix') format('embedded-opentype'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWHeadWeb-Bold.woff') format('woff'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWHeadWeb-Bold.ttf')  format('truetype'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWHeadWeb-Bold.svg#194f5394ae2e9c74dc3c441b92862d1d') format('svg');
}

@font-face {
    font-family: 'VWHeadWeb-Regular';
    src: url('/vp_pages/themes/volkswagen/assets/fonts/VWHeadWeb-Regular.eot');
    src: url('/vp_pages/themes/volkswagen/assets/fonts/VWHeadWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWHeadWeb-Regular.woff') format('woff'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWHeadWeb-Regular.ttf')  format('truetype'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWHeadWeb-Regular.svg#194f5394ae2e9c74dc3c441b92862d1d') format('svg');
}

/* Body */
@font-face {
    font-family: 'VWTextWeb-Bold';
    src: url('/vp_pages/themes/volkswagen/assets/fonts/VWTextWeb-Bold.eot');
    src: url('/vp_pages/themes/volkswagen/assets/fonts/VWTextWeb-Bold.eot?#iefix') format('embedded-opentype'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWTextWeb-Bold.woff') format('woff'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWTextWeb-Bold.ttf')  format('truetype'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWTextWeb-Bold.svg#194f5394ae2e9c74dc3c441b92862d1d') format('svg');
}

@font-face {
    font-family: 'VWTextWeb-Regular';
    src: url('/vp_pages/themes/volkswagen/assets/fonts/VWTextWeb-Regular.eot');
    src: url('/vp_pages/themes/volkswagen/assets/fonts/VWTextWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWTextWeb-Regular.woff') format('woff'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWTextWeb-Regular.ttf')  format('truetype'),
    url('/vp_pages/themes/volkswagen/assets/fonts/VWTextWeb-Regular.svg#194f5394ae2e9c74dc3c441b92862d1d') format('svg');
}

html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    font-family: VWTextWeb-Regular, Arial, sans-serif;
    color: #000;
    font-size: 14px;
    background: #FFF !important;
}

strong {
    font-family: VWTextWeb-Bold, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #001e50;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

a:hover, a:focus {
    color: #0040c5;
    text-decoration: none;
}

h1 {
    font-family: VWHeadWeb-Bold, Arial, sans-serif;
    color: #001e50;
}

h2, h3, h4 {
    font-family: VWHeadWeb-Regular, Arial, sans-serif;
    color: #001e50;
}

.small-title {
    margin-top: 0;
}

.box, .evhc-approval-form {
    background-color: #fff;
    border: 2px solid #dfe4e8;
    margin: 2em 0;
}

.constraint {
    max-width: 65em;
}

.header {
    margin-bottom: 2em;
    padding: 1.35em 0;
    background-color: #ffffff;
    text-align: center;
}

.logo {
    margin-bottom: .75em;
    max-width: 3em;
    width: 100%;
}

.subtitle {
    font-size: 1.25em;
    line-height: 1.25;
}

.contact-title {
    font-size: 1.125em;
    margin: 0 0 0.5em 0;
}

.booking-cta-container {
    margin-bottom: 0;
}

.details-table {
    border: none;
    margin-bottom: 2em;
}

.details-table td {
    border-top: 2px solid #dfe4e8;
    border-bottom: 2px solid #dfe4e8;
    padding: 1em 0;
}

.details-table tr {
    background: #fff;
}

.details-table tr:nth-of-type(even) {
    background: #fff;
}

#tootle h3 strong {
    line-height: 1.25;
}

#tootle .tootle-content-left p {
    margin-top: 0;
    margin-bottom: 1em;
}

.footer__social a {
    color: #fff;
    transition: .1s ease color;
    font-size: 1.25em;
}

.footer__social a:not(:last-of-type) {
    margin-right: 0.8em;
}

.footer__social a .icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.cta--primary, .evhc-cta {
    background-color: #001e50;
    text-decoration: none;
    padding: 1em 2.7em;
    display: inline-block;
    -webkit-transition: background .4s linear;
    transition: background .4s linear;
    text-align: center;
    text-shadow: none;
    border: 1px solid #001e50;
    border-radius: 25px;
    font-family: VWTextWeb-Regular, Arial, sans-serif;
    line-height: normal;
    font-size: 0.875em;
    color: #fff;
}

.cta--primary:hover, .cta--primary:focus, .evhc-cta:hover, .evhc-cta:focus {
    background-color: rgb(0, 64, 197);
    border: 1px solid rgb(0, 64, 197);
    color: #fff;
}

.cta--secondary {
    background: transparent;
    border: 1px solid #001e50;
    color: #001e50;
    margin-right: 0;
    margin-top: .8em;
}

.cta--secondary:hover, .cta--secondary:focus {
    background: transparent;
    border: 1px solid #0040c5;
    color: #0040c5;
}

.evhc-action__icon {
    margin-right: .5em;
}

.model-block-details .cta--primary {
    margin-bottom: 0.8em;
}

.col-right, .col-left {
    float: none;
    width: 100%;
}

.col-right {
    margin-top: 2em;
}

.photo-gallery {
    margin: 2em auto 0;
    text-align: center;
}

.orb--green {
    background-color: #00872b;
}

.orb--amber {
    background-color: #ffd100;
}

.orb--red {
    background-color: #e4002c;
}

.orb--nc {
    background-color: #b6bfc5;
}

.evhc-table__item-notes.green {
    color: #00872b;
}

.evhc-table__item-notes.amber {
    color: #ffd100;
}

.evhc-table__item-notes.red {
    color: #e4002c;
}

.footer {
    background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
    margin-top: 3em;
    padding: 3em 0 1.5em;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover, .footer a:focus {
    color: #4cc7f4;
    text-decoration: none;
}

.legal-list__item {
    display: inline-block;
    font-size: 0.875em;
}

.legal-list__item:not(:last-of-type)::after {
    content: "|";
    padding: 0 0.75em;
    color: #fff;
}

.evhc-report-container {
    margin-top: 1em;
}

.evhc-table {
    background-color: #fff;
    border: 0;
    border-top: 2px solid #001e50;
    border-bottom: 2px solid #001e50;
}

.evhc-table__head, .evhc-table__total {
    background-color: #001e50;
    color: #fff;
}

.evhc-table__cat {
    background-color: #dfe4e8;
    border-top: 2px solid #dfe4e8;
    border-bottom: 2px solid #dfe4e8;
}


/* ==========================================================================
   Model Specific Styles
   ========================================================================== */
.model-block-details {
    margin: 3em auto;
    border: 2px solid #dfe4e8;
    background-color: #fff;
    color: #000;
    padding: 2em;
}

.model-block-hero {
    position: relative;
    margin: 3em auto;
    padding-bottom: 2em;
}

.model-block-hero__hero1, .model-block-hero__hero2, .model-block-hero__hero3 {
    width: 33.33%;
    height: auto;
    margin: 0 auto;
    display: block;
    float: left;
    padding: 0 0.5625em;
}

@media screen and (max-width: 600px) {
    .model-block-hero__hero1, .model-block-hero__hero2, .model-block-hero__hero3 {
        width: 100%;
    }
}

/* Used car specific branding */
.dasweltauto .logo, .used .logo {
    max-width: 10em;
    margin-top: 1.1em;
    margin-bottom: .9em;
}

.dasweltauto h1,
.dasweltauto h2,
.dasweltauto h3,
.dasweltauto h4,
.used h1,
.used h2,
.used h3,
.used h4 {
    color: #001e50;
}

.dasweltauto a.cta:hover, .dasweltauto a.cta:focus, .used a.cta:hover, .used a.cta:focus {
    color: #fff;
}

.flex-container-advert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3em 0 1em;
}

.flex-box-advert-1 {
    flex: 0 0 44%;
}

.flex-box-advert-2 {
    flex: 0 0 53%;
}

.flex-box-advert__title {
    margin: 0;
    font-family: VWHeadWeb-Bold, Arial, sans-serif;
    font-size: 1.1875em;
}

.flex-box-advert__small {
    margin: 2em 0 3em;
    font-size: 1em;
}

@media screen and (max-width: 58em) {
    .flex-container-advert  {
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .flex-box-advert-1 {
        flex: 1;
    }

    .flex-box-advert__small {
        margin: 1em 0;
    }
}


/* ==========================================================================
   Explainer Video Styles
   ========================================================================== */
.explainer-videos {
    position: relative;
}

.explainer-video__video {
    flex: 0 0 400px;
    order: 1;
}

.explainer-video__video video {
    width: 100%;
}

.explainer-video__copy {
    flex: 1;
    order: 2;
}

.explainer-videos__powered {
    max-width: 12.5em;
    order: 3;
    margin-top: 1em;
}

@media screen and (min-width: 45em) {
    .explainer-video__flex {
        display: flex;
    }

    .explainer-video__copy {
        padding-left: 1em;
    }

    .explainer-videos__powered {
        position: absolute;
        bottom: .75em;
        right: .75em;
    }
}

@media screen and (max-width: 45em) {
    .explainer-video__video {
        margin-bottom: 1em;
    }
}


#js-document-verification__form li {
    word-wrap: break-word;
}

#js-document-verification_unlock__btn {
    background-color: #001e50;
    text-decoration: none;
    padding: 1em 2.7em;
    display: inline-block;
    -webkit-transition: background .4s linear;
    transition: background .4s linear;
    text-align: center;
    text-shadow: none;
    border: 1px solid #001e50;
    border-radius: 25px;
    font-family: VWTextWeb-Regular, Arial, sans-serif;
    line-height: normal;
    font-size: 0.875em;
    color: #fff;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    background-color: rgb(0, 64, 197);
    border: 1px solid rgb(0, 64, 197);
    color: #fff;
}

#js-document-verification__form p {
    margin-top: 0;
}

#js-document-verification_modal__dialog ul {
    list-style-type: none;
}

#js-document-verification_modal__dialog li {
    margin-left: 0;
}


/* ==========================================================================
   Live Video Styles
   ========================================================================== */
.header-lv {
    margin-bottom: 1em;
}

.live-video {
    background: #FFF !important;
    position: relative;
    z-index: 1;
    padding: 1em 0 0 0;
}

.live-video button.start-call {
    margin: 0 !important;
    font-family: VWTextWeb-Regular, Arial, sans-serif;
    font-size: 1.8em !important;
    line-height: 1 !important;
    padding-bottom: .3em !important;
}

.live-video #onCall {
    width: 100% !important;
}

@media screen and (min-width: 44em) {
    .live-video #onCall {
        width: 50% !important;
    }
}

@media (orientation: landscape) {
    .live-video .media {
        display: block !important;
        width: 100% !important;
    }
}

.lv-feature__explainer #explainerText {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

.live-video .review {
    max-width: 65em;
}

@media (min-width: 1366px) and (orientation: landscape) {
    .live-video .review {
        width: 100%;
    }
}

.live-video .review h1, .live-video  .review h2, .live-video  .review h3,  .live-video  .review h4, .live-video  .review th,  .live-video  .review label {
    color: #001033 !important;
    font-family: VWTextWeb-Bold, Arial, sans-serif;
    font-weight: normal;
}

.live-video textarea {
    display: block;
    width: 100%;
    min-height: 10em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25em;
    background: #fff;
    font-size: .875em;
    padding: .8125em 1.125em;
    margin-top: 1em;
    line-height: 1;
    -webkit-transition: 0.6s border ease, -webkit-box-shadow 0.25s ease;
    transition: 0.6s border ease, -webkit-box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease, 0.6s border ease;
    transition: box-shadow 0.25s ease, 0.6s border ease, -webkit-box-shadow 0.25s ease;
}

.live-video button.send_review {
    background-color: #001e50;
    text-decoration: none;
    padding: 1em 2.7em;
    display: inline-block;
    -webkit-transition: background .4s linear;
    transition: background .4s linear;
    text-align: center;
    text-shadow: none;
    border: 1px solid #001e50;
    border-radius: 25px;
    font-family: VWTextWeb-Regular, Arial, sans-serif;
    line-height: normal;
    font-size: 0.875em;
    color: #fff;
    margin-top: 1em;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: rgb(0, 64, 197);
    border: 1px solid rgb(0, 64, 197);
    color: #fff;
}

.lv-content__error--vppages .error {
    width: 100%;
    max-width: 65em;
}

@media screen and (max-width: 1366px) {
    .lv-content__error--vppages .error {
        width: 100%;
    }
}

.live-video .reqMark::after {
    content: '*';
    display: inline-block;
    color: #ec1b34;
}

.live-video .review-gratification h1, .live-video .review-gratification h2, .live-video .review-gratification h3, .live-video .review-gratification h4, .live-video .review-gratification th, .live-video .review-gratification label {
    color: #001e50;
}

.fullscreen .live-video {
    background: #000 !important;
}

.footer-lv {
    background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
    margin-top: 3em;
    padding: 3em 0 1.5em 0;
    color: #fff;
    flex-shrink: 0;
    width: 100%;
}

.footer-lv a {
    color: #fff;
    text-decoration: none;
}

.footer-lv a:hover, .footer-lv a:focus {
    color: #4cc7f4;
    text-decoration: none;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width: 44em) {
    /* Growing above mobile */
    body {
        font-size: 15px;
    }

    .logo {
        margin-bottom: 0;
        margin-right: 5em;
    }

    .css-table-breakpoint {
        display: table;
        width: 100%;
    }

    .css-table-cell-breakpoint {
        display: table-cell;
    }

    .text-right-breakpoint {
        text-align: right;
    }

    .text-left-breakpoint {
        text-align: left;
    }

    .booking-cta-container {
        text-align: right;
    }
}

@media screen and (max-width: 58em) {
    .mobile-hide {
        display: none;
    }

    .cta-actions {
        display: block;
    }

    .cta-actions:not(:last-of-type) {
        margin: .8em 0;
    }
}

@media screen and (min-width: 58em) {
    /* Growing into desktop */
    body {
        font-size: 16px;
    }

    .col-left {
        width: 53%;
        float: left;
    }

    .col-right {
        width: 44%;
        float: right;
        margin-top: 0;
    }

    .details-table {
        margin-bottom: 1em;
    }

    .footer .col-left {
        width: 73%;
    }

    .footer .col-right {
        width: 23%;
    }

    .desktop-hide {
        display: none;
    }

    .button-margin {
        margin-top: 1.5em;
    }

    .cta-actions:not(:last-of-type) {
        margin-right: 0.6em;
    }

    .booking-cta-container {
        text-align: right;
    }

    .footer__social {
        text-align: right;
    }

    .model-block-details .cta--primary {
        margin-right: 0.6em;
    }
}

#cookieConsent .col-left {
    margin: 0;
}

#cookieConsent .col-right {
    margin-top: 0;
}

@media screen and (max-width: 63.75em) {
    #cookieConsent .col-left, #cookieConsent .col-right {
        width: 100%;
        float: none;
    }

    #cookieConsent a.cookieConsentOK {
        float: none;
        margin: 10px 0 0 0;
    }
}

@media screen and (min-width: 48em) {
    #cookieConsent .col-left {
        margin: 0;
    }
}
