/*
Theme Name: Wentorf & Schenkhut Individual Theme
Description: Custom Wordpress Theme
Theme URI:
Author: Pixelconcept
Author URI: 
Version: 1.0.0
*/

@import "css/style.css?v=0.0.2";

/* =================================================
   Reifenshop-Startseite Header (kg-topbar-classic)
   Hinweis: Wir emulieren hier das nötige "Bootstrap-Light"-Layout,
   da das Theme selbst keine Bootstrap-Grid-Styles bereitstellt.
==================================================== */

.kg-contact-button {
    display: flex;
    align-items: center;
    height: auto;
}

.kg-icons-top {
    max-height: 40px;
    align-self: center;
    width: auto;
}

.kg-logos-bar {
    padding-top: 12px;
    padding-bottom: 12px;
}

.kg-logo {
    max-width: 260px;
    width: 100%;
    height: auto;
    display: block;
}

.kg-logo-mobile {
    width: 250px;
    height: auto;
    display: block;
}

/* Unser neuer Block nutzt kg-topbar-classic statt topbar-classic */
.topbar.kg-topbar-classic {
    padding: 8px 0px;
    background-color: #4A4A4A;
    line-height: 1;
}

.topbar.kg-topbar-classic .container {
    width: 100%;
    max-width: 1329px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.topbar.kg-topbar-classic .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.topbar.kg-topbar-classic .col-2 {
    flex: 0 0 64px;
    max-width: 64px;
}

.topbar.kg-topbar-classic .col-2:has(.kg-topbar-nav) {
    flex: 0 0 auto;
    max-width: none;
}

.topbar.kg-topbar-classic .kg-topbar-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
}

.topbar.kg-topbar-classic .kg-topbar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18px;
    align-items: center;
}

.topbar.kg-topbar-classic .kg-topbar-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

/* Kompakte Darstellung: main-nav (importierte Regeln) sind für den großen Header gedacht. */
.topbar.kg-topbar-classic .main-nav .menu .menu-item a {
    padding: 0 6px !important;
    height: auto !important;
    line-height: 1 !important;
    font: 700 14px/1 'Nunito Sans', sans-serif !important;
    text-shadow: none !important;
}

/* Pfeil-Icon für Menüeinträge mit Kindern in der Topbar ausblenden. */
.topbar.kg-topbar-classic .main-nav .menu .menu-item.menu-item-has-children > a:after {
    visibility: hidden !important;
}

.topbar.kg-topbar-classic .kg-topbar-nav a:hover,
.topbar.kg-topbar-classic .kg-topbar-nav .current-menu-item > a,
.topbar.kg-topbar-classic .kg-topbar-nav .current_page_item > a {
    text-decoration: underline;
    background: none !important;
}

.topbar.kg-topbar-classic .kg-topbar-nav .sub-menu {
    display: none;
}

.topbar.kg-topbar-classic .col-8 {
    flex: 1 1 auto;
    min-width: 0;
}

.topbar.kg-topbar-classic .d-flex {
    display: flex;
}

.topbar.kg-topbar-classic .align-items-center {
    align-items: center;
}

.topbar.kg-topbar-classic .justify-content-center {
    justify-content: center;
}

@media (max-width: 991px) {
    .kg-logo {
        max-width: 200px;
    }

    .kg-icons-top {
        max-height: 34px;
    }

    .topbar.kg-topbar-classic .kg-topbar-nav {
        display: none;
    }
}


.products .slick-track .slick-slide .panel .top {
    display: block;
}

/* =WordPress Core
-------------------------------------------------------------- */
body {
    padding: 0px;
    margin: 0px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/* Anpassungen Mathias */
#products-slider .product {
    opacity: 1.0;
    -webkit-opacity: 1.0;
}

#products-slider .slick-list {
    padding: 60px 0px !important;
}

.image-link-panels .panel .vce-asset-background-simple-item {
    background-size: 100%;
}

.image-link-panels .panel .vce-asset-background-simple-item:hover {
    background-size: 100%;
    opacity: 0.8;
}

.image-link-panels .panel:hover .vce-asset-background-simple-item {
    background-size: 100%;
    opacity: 0.8;
}

.white_text {
    color: #FFF;
}

.white_text p {
    color: #FFF;
}

.white_text ul li {
    color: #FFF;
}

.white_text a {
    color: #FFF;
}

.white_text h2 {
    color: #FFF;
    background: none;
    text-transform: uppercase;
    border: none;
    padding: 0px;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.auto_p p {
    margin-bottom: 15px !important;
}

#products-slider a {
    text-decoration: none;
}

.vce-button--style-basic.vce-button--style-basic--size-medium {
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Raleway";
    margin-bottom: 0px;
}

.vce-button--style-basic-container--align-center .vce {
    margin-bottom: 0px;
}

.vce-row-equal-height > .vce-row-content {
    flex: none;
}

.vce-row--col-gap-0 > .vce-row-content > .vce-col {
    flex: 1;
    width: 50%;
}

.vce-row > .vce-row-content > .vce-col.vce-col--xl-last {
    flex: 1;
}


.employee a {
    color: #333;
    text-decoration: none;
}

.employee a:hover {
    color: #f09300;
}

a {
    color: #f09300;
}

.fixed_box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.3);
    padding: 0px 20px;
    width: 100%;
    height: initial;
    line-height: 40px;
    z-index: 2000;
}

@media (max-width: 500px) {
    .baseline .menu {
        display: block !important;
    }
}

.column_66 {
    width: 66.6666%;
}

.column_33 {
    width: 33.3333%;
}

@media (max-width: 768px) {
    .column_66, .column_33 {
        width: 100%;
    }

    .fixed_box {
        font-size: 12px;
        height: min-content;
        line-height: 1.5;
        padding: 10px;
    }

    .home #rev_slider_1_1 > ul > li.tp-revslider-slidesli {
        max-height: 100vh !important;
    }
}

.enkv {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /*background:rgba(255,255,255,0.2);*/
    color: #CCC;
    font-size: 14px;
    padding: 2px 10px;
}

.trademark-counters .trademark .logo {
    height: 130px;
}

.trademark-counters .trademark .counter .num {
    font-size: 23px !important;
}

.trademark-counters .trademark .counter .num {
    font-size: 14px;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trademark-counters .trademark {
    position: relative;
}

.trademark-counters .trademark a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

#cookie-notice .button.wp-default {
    border: solid 1px #FFF !important;
    box-shadow: none !important;
    background: #FFF !important;
    color: #0A5DA7 !important;
    font-size: 15px !important;
    text-shadow: none !important;
    font-weight: 600 !important;
}


/* Accordion */
.accordeon {
    background: #F5F5F5;
    border-left: 5px solid #0080B5;
}

.car-details.accordeon {
    margin-top: 1rem;
}

.accordeon > .title {
    color: #4A4A4A;
    font: 900 24px/33px 'Nunito Sans', sans-serif;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0080B5;
    align-items: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.accordeon > .title:hover {
    background-color: #f9f9f9;
}

.accordeon > .title .name {
    display: inline-block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    position: relative;
}

.accordeon > .title .addon {
    flex: 1;
    padding: 0 2rem;
    font-weight: bold;
    color: #c00000;
    letter-spacing: 1px;
}

.accordeon > .title .icon {
    margin-right: 1rem;
    color: #4A4A4A;
}

.accordeon > .title .icon .is-closed {
    display: inline-block;
}

.accordeon > .title .icon .is-open {
    display: none;
}

.accordeon > .body {
    display: none;
    padding: 2rem 1rem;
}

.accordeon .body .nr-switcher {
    margin-top: -2rem;
}

.accordeon .body .title {
    font: 900 18px/23px 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    color: #4A4A4A;
}

.accordeon .body .pricing {
    font-weight: bold;
}

.accordeon .body .pricing .note {
    font-size: 10px;
    padding: 1em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
}

.accordeon .body .pricing > div {
    display: flex;
    align-items: center;
}

.accordeon .body .pricing > div .label {
    flex: 1;
}

.accordeon .body .pricing > div .price {
    position: relative;
    width: 40%;
    text-align: right;
}

.accordeon .body .pricing .primary {
    color: #4A4A4A;
}

.accordeon .body .pricing .primary .price {
    font-size: 24px;
    color: #0080B5;
}

.accordeon .body .pricing .secondary {
    font-size: 14px;
    color: #4A4A4A;
}

.accordeon .body .pricing .secondary .price {
    font-size: 24px;
    color: #A3A3A3;
}

.accordeon .body p {
    margin-top: 0;
}

.accordeon.is-open .title .is-closed {
    display: none;
}

.accordeon.is-open .title .is-open {
    display: inline-block;
}

.accordeon.is-open .body {
    display: block;
}

@media all and (max-width: 500px) {
    .accordeon .title .name:after {
        border-top-width: 30px;
    }
}

.accordeon .mr-2 .level {
    padding: 5px 5px !important;
}

.accordeon .mr-2 .level:nth-of-type(even) {
    background: #fff;
    border-radius: 3px;
}

/* Car Offer */
.car-offers-slider {
    padding: 0 50px;
    position: relative;
}

.car-offers-slider .offer {
    margin: 1em;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.car-offers-slider .offer .header {
    position: relative;
}

.car-offers-slider .offer .header .thumbnail {
    overflow: hidden;
    height: 300px;
    text-align: center;
    position: relative;
}

.car-offers-slider .offer .header .thumbnail img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.car-offers-slider .offer .header .title {
    position: absolute;
    left: 1rem;
    bottom: 10%;
    font-size: 24px;
    text-shadow: 0 0 10px black;
    width: 80%;
}

@media all and (max-width: 700px) {
    .car-offers-slider .offer .header .title {
        font-size: 5vw;
    }
}

.car-offers-slider .offer .header .title a {
    color: white;
    text-decoration: none;
}

.car-offers-slider .offer .pricing {
    font-weight: bold;
}

.car-offers-slider .offer .pricing > div {
    display: flex;
    align-items: center;
}

.car-offers-slider .offer .pricing > div .label {
    flex: 1;
    padding: .5rem 1rem;
}

.car-offers-slider .offer .pricing > div .price {
    padding: .5rem 1rem;
    position: relative;
}

.car-offers-slider .offer .pricing > div .price:before {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    display: inline-block;
    content: '';
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
}

.car-offers-slider .offer .pricing .primary {
    background-color: #67737D;
    color: white;
}

.car-offers-slider .offer .pricing .primary .price {
    font-size: 36px;
    background-color: #f09300;
}

.car-offers-slider .offer .pricing .primary .price:before {
    background-color: #f09300;
}

.car-offers-slider .offer .pricing .secondary {
    font-size: 14px;
    background-color: #EDEFF0;
    color: #1f1f1f;
}

.car-offers-slider .offer .pricing .secondary .price {
    font-size: 24px;
    background-color: #000000;
    color: white;
}

.car-offers-slider .offer .pricing .secondary .price:before {
    background-color: #000000;
}

.car-offers-slider .offer .body .excerpt {
    font-size: 12px;
    display: flex;
}

.car-offers-slider .offer .body .excerpt > div {
    flex: 1;
    padding: 1rem;
}

.car-offers-slider .offer .body .excerpt .title {
    font-size: 12px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}

@media all and (max-width: 780px) {
    .car-offers-slider .offer .body .excerpt {
        flex-direction: column;
    }
}

@media all and (max-width: 780px) {
    .car-offers-slider .offer .body .excerpt .equipment {
        padding-bottom: 0;
    }
}

@media all and (max-width: 780px) {
    .car-offers-slider .offer .body .excerpt .notes {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.car-offers-slider .offer .body .read-more {
    display: flex;
}

.car-offers-slider .offer .body .read-more a {
    flex: 1;
}

.car-offers-slider .slick-arrow {
    position: absolute;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    border: none;
    background-color: transparent;
    opacity: .7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 36px;
}

.car-offers-slider .slick-arrow:hover {
    opacity: 1;
    cursor: pointer;
}

.car-offers-slider .slick-arrow.slick-prev {
    left: 0;
}

.car-offers-slider .slick-arrow.slick-next {
    right: 0;
}

@media all and (min-width: 900px) {
    .car-offers-slider .offer .header .thumbnail {
        height: 250px;
    }
}

@media all and (max-width: 1300px) {
    .car-offers-slider .offer .header .thumbnail {
        height: 200px;
    }

    .car-offers-slider .offer .pricing .primary .price {
        font-size: 22px;
    }

    .car-offers-slider .offer .pricing .secondary {
        font-size: 10px;
    }

    .car-offers-slider .offer .pricing .secondary .price {
        font-size: 18px;
    }

    .car-offers-slider .offer .body .read-more .button {
        font-size: 10px;
    }

    .car-offers-slider .offer .body .read-more .button:before {
        width: 3vw;
        right: 6vw;
        transform: skew(-10deg);
    }

    .car-offers-slider .offer .body .read-more .button:after {
        width: 7vw;
    }
}

@media all and (max-width: 900px) {
    .car-offers-slider .offer .header .thumbnail {
        height: 150px;
    }

    .car-offers-slider .offer .header .thumbnail img {
        width: 100%;
    }

    .car-offers-slider .offer .body .read-more .button {
        display: flex;
        align-items: center;
        width: 50%;
        font-size: 7px;
    }
}

@media all and (max-width: 900px) and (orientation: landscape) {
    .car-offers-slider .car-offers-slider .offer .body .read-more .button {
        font-size: 8px;
    }

    .car-offers-slider .button.offer-request:after,
    .car-offers-slider .button.offer-link:after {
        width: 2.5em;
    }

    .car-offers-slider .car-offers-slider .offer .body .read-more .button:before {
        width: 15px;
        right: 20px;
    }
}

@media all and (max-width: 500px) {
    .car-offers-slider {
        padding: 0;
    }

    .car-offers-slider .slick-arrow.slick-prev {
        left: -30px;
    }

    .car-offers-slider .slick-arrow.slick-next {
        right: -30px;
    }

    .car-offers-slider .offer .pricing > div .label {
        font-size: 3vw;
        padding-right: 7vw;
    }

    .car-offers-slider .offer .pricing .primary .price {
        font-size: 4vw;
    }

    .car-offers-slider .offer .pricing .secondary .price {
        font-size: 4vw;
        padding: 13px 16px;
    }
}

/* Fahrzeugangebote */
.fahrzeugangebote {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}

.car-offer-single {
    background-color: #fff;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 31%;
    flex-grow: 1;
    max-width: 31.5%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    overflow: hidden;
}

.car-offer-single .content {
    padding: 20px;
}

.car-offer-single h4.title {
    margin-bottom: 0px;
    color: #4A4A4A;
    font: 900 24px/33px 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

.car-offer-single h4.title a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1300px) {
    .car-offer-single {
        width: 48%;
        margin-bottom: 30px;
        max-width: 47.5%;
    }
}

@media (max-width: 768px) {
    .fahrzeugangebote {
        margin: 0;
    }

    .car-offer-single {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        max-width: 100%;
    }
}

@media all and (max-width: 950px) {
    .car-offer-single {
        flex-direction: column;
    }
}

.car-offer-single.image-side-rechts {
    flex-direction: row-reverse;
}

.car-offer-single .pricing {
    font-weight: bold;
    margin-bottom: 22px;
}

.car-offer-single .pricing > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car-offer-single .pricing > div .label {
    flex: 1;
}

.car-offer-single .pricing > div .price {
    position: relative;
}

.car-offer-single .pricing .primary {
    font-size: 24px;
    color: #4A4A4A;
}

.car-offer-single .pricing .primary .price {
    color: #0080B5;
    font-weight: 900;
}

@media all and (max-width: 700px) {
    .car-offer-single .pricing .primary .price {
        font-size: 5vw;
    }
}

.car-offer-single .pricing .secondary {
    font-size: 24px;
    color: #4A4A4A;
}

@media all and (max-width: 700px) {
    .car-offer-single .pricing .secondary {
        font-size: 3vw;
    }
}

.car-offer-single .pricing .secondary .price {
    color: #A3A3A3;
    font-weight: 900;
}

@media all and (max-width: 700px) {
    .car-offer-single .pricing .secondary .price {
        font-size: 4vw;
    }
}

.car-offer-single .read-more {
    display: flex;
}

@media all and (max-width: 700px) {
    .car-offer-single .read-more {
        flex-direction: column;
    }
}

.car-offer-single .read-more a {
    flex: 1;
}

@media all and (max-width: 700px) {
    .car-offer-single .read-more a {
        width: 100%;
    }

    .car-offer-single .read-more a:first-child {
        margin-bottom: -2px;
    }
}

.car-offer-single .image {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
}

@media all and (max-width: 950px) {
    .car-offer-single .image {
        width: 100%;
    }
}

.car-offer-single .image .header {
    position: relative;
}

.car-offer-single .image .header .thumbnail {
    line-height: 0;
}

.car-offer-single .image .header .thumbnail img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    margin-bottom: 0;
    line-height: 0;
}

.car-offer-single .header .legal-note {
    display: none;
}

.car-offer-single .image .header .legal-note p {
    margin: 0px;
}

.car-offer-single .text {
    width: 50%;
    padding: 2rem;
}

@media all and (max-width: 950px) {
    .car-offer-single .text {
        width: 100%;
    }
}

.car-offer-single .text .title a {
    text-decoration: none;
    font-family: 'Days One', sans-serif;
    font-size: 32px;
    color: #000000;
}

@media all and (max-width: 700px) {
    .car-offer-single .text .title a {
        font-size: 5vw;
    }
}

.car-offer-single .note {
    margin-top: 12px;
    color: #4A4A4A;
    font: 14px/19px 'Nunito Sans', sans-serif;
}

.single-fahrzeugangebote .header,
.single-clientangebote .header {
    display: flex;
}

.single-fahrzeugangebote .header .images,
.single-clientangebote .header .images {
    width: 50%;
}

.single-fahrzeugangebote .header .images .note,
.single-clientangebote .header .images .note {
    font-size: 10px;
    margin-top: 5px;
}

.single-fahrzeugangebote .header .details,
.single-clientangebote .header .details {
    width: 50%;
    margin-left: 2rem;
}

.single-fahrzeugangebote .header .details .pricing,
.single-clientangebote .header .details .pricing {
    font-weight: bold;
}

.single-fahrzeugangebote .header .details .pricing .note,
.single-clientangebote .header .details .pricing .note {
    font-size: 10px;
    padding: 1em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
}

.single-fahrzeugangebote .header .details .pricing > div,
.single-clientangebote .header .details .pricing > div {
    display: flex;
    align-items: center;
}

.single-fahrzeugangebote .header .details .pricing > div .label,
.single-clientangebote .header .details .pricing > div .label {
    flex: 1;
    padding: .2rem 1rem;
}

.single-fahrzeugangebote .header .details .pricing > div .price,
.single-clientangebote .header .details .pricing > div .price {
    padding: .2rem 1rem;
    position: relative;
    text-align: right;
}

@media (max-width: 1230px) {
    .single-fahrzeugangebote .header .details .pricing > div .price,
    .single-clientangebote .header .details .pricing > div .price {
        width: 50%;
    }
}

.single-fahrzeugangebote .header .details .pricing .primary,
.single-clientangebote .header .details .pricing .primary {
    background: #0080B5;
    border-radius: 5px;
    color: white;
}

.single-fahrzeugangebote .header .details .pricing .primary .price,
.single-clientangebote .header .details .pricing .primary .price {
    font: 900 48px/120% 'Nunito Sans', sans-serif;
}

@media (max-width: 1000px) {
    .single-fahrzeugangebote .header .details .pricing .primary .price,
    .single-clientangebote .header .details .pricing .primary .price {
        font-size: 30px;
    }
}

.single-fahrzeugangebote .header .details .pricing .secondary,
.single-clientangebote .header .details .pricing .secondary {
    font-size: 14px;
    color: #4A4A4A;
}

.single-fahrzeugangebote .header .details .pricing .secondary .price,
.single-clientangebote .header .details .pricing .secondary .price {
    font-size: 24px;
}

.single-fahrzeugangebote .header .details .tech-stack > .title,
.single-clientangebote .header .details .tech-stack > .title {
    text-align: center;
    padding: 5px;
    border-top: 1px solid #EDEFF0;
    border-bottom: 1px solid #EDEFF0;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

.single-fahrzeugangebote .header .details .tech-stack .props,
.single-clientangebote .header .details .tech-stack .props {
    margin-bottom: 10px;
}

.single-fahrzeugangebote .header .details .tech-stack .props .prop,
.single-clientangebote .header .details .tech-stack .props .prop {
    padding: 5px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.single-fahrzeugangebote .header .details .tech-stack .props .prop:nth-of-type(even),
.single-clientangebote .header .details .tech-stack .props .prop:nth-of-type(even) {
    background: #F5F5F5;
    border-radius: 3px;
}

.single-fahrzeugangebote .header .details .tech-stack .props .prop .title,
.single-clientangebote .header .details .tech-stack .props .prop .title {
    flex: 1;
    display: flex;
    align-items: center;
}

.single-fahrzeugangebote .header .details .tech-stack .props .prop .title i,
.single-clientangebote .header .details .tech-stack .props .prop .title i {
    display: inline-block;
    width: 2em;
    font-size: 1.3em;
}

.single-fahrzeugangebote .header .details .tech-stack .props .prop:last-child,
.single-clientangebote .header .details .tech-stack .props .prop:last-child {
    border-bottom: none;
}

.single-fahrzeugangebote .employees-grid .employee,
.single-clientangebote .employees-grid .employee {
    width: 24%;
}

.single-fahrzeugangebote .summaryContainer.table > div,
.single-clientangebote .summaryContainer.table > div {
    display: flex;
    flex-wrap: wrap;
}

.single-fahrzeugangebote .summaryContainer.table > div > div,
.single-clientangebote .summaryContainer.table > div > div {
    padding: 5px 0;
    border-bottom: 1px solid;
}

.single-fahrzeugangebote .summaryContainer.table > div > div.summaryTitle,
.single-clientangebote .summaryContainer.table > div > div.summaryTitle {
    flex: 1;
    background-color: #f0f0f0;
}

.single-fahrzeugangebote .summaryContainer.table > div > div.summaryGroupLabel,
.single-clientangebote .summaryContainer.table > div > div.summaryGroupLabel {
    background-color: #f0f0f0;
}

.single-fahrzeugangebote .summaryContainer.table > div > div.detailGroup,
.single-clientangebote .summaryContainer.table > div > div.detailGroup {
    width: 100%;
    display: flex;
}

.single-fahrzeugangebote .summaryContainer.table > div > div.detailGroup .summaryLabel,
.single-clientangebote .summaryContainer.table > div > div.detailGroup .summaryLabel {
    flex: 1;
}

.single-fahrzeugangebote .summaryContainer.table > div > div.detailGroup .summaryValue,
.single-clientangebote .summaryContainer.table > div > div.detailGroup .summaryValue,
.single-fahrzeugangebote .summaryContainer.table > div > div.detailGroup .strong,
.single-clientangebote .summaryContainer.table > div > div.detailGroup .strong,
.single-fahrzeugangebote .summaryContainer.table > div > div.detailGroup .summaryUnit,
.single-clientangebote .summaryContainer.table > div > div.detailGroup .summaryUnit {
    font-weight: bold;
    letter-spacing: 1px;
}

.single-fahrzeugangebote .webcalc-trigger-button,
.single-clientangebote .webcalc-trigger-button {
    display: inline-block;
    text-decoration: none;
    background-color: white;
    padding: .5em;
    padding-right: 50px;
    width: 250px;
    max-width: 100%;
    border: 2px solid #f09300;
    color: #f09300;
    font-family: 'Days One', sans-serif;
    position: relative;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 100%;
    text-transform: none;
    color: #c00000;
}

@media all and (max-width: 500px) {
    .single-fahrzeugangebote .webcalc-trigger-button,
    .single-clientangebote .webcalc-trigger-button {
        font-size: 3vw;
    }
}

.single-fahrzeugangebote .webcalc-trigger-button.large,
.single-clientangebote .webcalc-trigger-button.large {
    width: inherit;
    font-size: 22px;
    padding-right: 80px;
}

.single-fahrzeugangebote .webcalc-trigger-button:hover,
.single-clientangebote .webcalc-trigger-button:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.single-fahrzeugangebote .webcalc-trigger-button:before,
.single-clientangebote .webcalc-trigger-button:before {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    display: inline-block;
    content: '';
    width: 40px;
    background-color: #f09300;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 8px;
}

.single-fahrzeugangebote .webcalc-trigger-button:after,
.single-clientangebote .webcalc-trigger-button:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    content: "\f3d1";
    font-family: Ionicons;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    background-color: #f09300;
    color: white;
    font-size: 1.7em;
}

.single-fahrzeugangebote .webcalc-trigger-button.post-category-news:after,
.single-clientangebote .webcalc-trigger-button.post-category-news:after {
    font-size: 1.3em;
    content: "\f42f";
}

.single-fahrzeugangebote .webcalc-trigger-button.post-category-event:after,
.single-clientangebote .webcalc-trigger-button.post-category-event:after,
.single-fahrzeugangebote .webcalc-trigger-button.post-category-events:after,
.single-clientangebote .webcalc-trigger-button.post-category-events:after {
    font-size: 1.3em;
    content: "\f117";
}

.single-fahrzeugangebote .webcalc-trigger-button.offer-request,
.single-clientangebote .webcalc-trigger-button.offer-request {
    border-color: #1f1f1f;
    color: #1f1f1f;
}

.single-fahrzeugangebote .webcalc-trigger-button.offer-request:before,
.single-clientangebote .webcalc-trigger-button.offer-request:before {
    background-color: #1f1f1f;
}

.single-fahrzeugangebote .webcalc-trigger-button.offer-request:after,
.single-clientangebote .webcalc-trigger-button.offer-request:after {
    background-color: #1f1f1f;
    font-size: 1.3em;
    content: "\f132";
}

.single-fahrzeugangebote .webcalc-trigger-button.offer-link:after,
.single-clientangebote .webcalc-trigger-button.offer-link:after {
    content: "\f36f";
    font-size: 1.3em;
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-home:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-home:after {
    content: "\e900";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-phone:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-phone:after {
    content: "\e901";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-call-back:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-call-back:after {
    content: "\e902";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-calendar:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-calendar:after {
    content: "\e903";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-clock:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-clock:after {
    content: "\e904";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-search:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-search:after {
    content: "\e905";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-arrow_left:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-arrow_left:after {
    content: "\e906";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-arrow_right:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-arrow_right:after {
    content: "\e907";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-arrow_down:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-arrow_down:after {
    content: "\e908";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-arrow_up:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-arrow_up:after {
    content: "\e909";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-arrow-double_left:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-arrow-double_left:after {
    content: "\e90a";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-arrow-double_right:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-arrow-double_right:after {
    content: "\e90b";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-arrow_accordeon_right:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-arrow_accordeon_right:after {
    content: "\e90c";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-arrow_accordeon_left:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-arrow_accordeon_left:after {
    content: "\e90d";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-arrow_accordeon_down:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-arrow_accordeon_down:after {
    content: "\e90e";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-arrow_accordeon_up:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-arrow_accordeon_up:after {
    content: "\e90f";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-hot:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-hot:after {
    content: "\e910";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-mail:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-mail:after {
    content: "\e911";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-car:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-car:after {
    content: "\e912";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-parts:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-parts:after {
    content: "\e913";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-workshop:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-workshop:after {
    content: "\e914";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-euro:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-euro:after {
    content: "\e915";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-road:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-road:after {
    content: "\e916";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-map-pin:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-map-pin:after {
    content: "\e917";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-close:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-close:after {
    content: "\e918";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-offer:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-offer:after {
    content: "\e919";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-body:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-body:after {
    content: "\e91a";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-power:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-power:after {
    content: "\e91b";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-fuel:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-fuel:after {
    content: "\e91c";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-bullet-arrow:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-bullet-arrow:after {
    content: "\e91d";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-calculator:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-calculator:after {
    content: "\e91e";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-car-doors:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-car-doors:after {
    content: "\e91f";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-seats:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-seats:after {
    content: "\e920";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-color:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-color:after {
    content: "\e921";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-upholstery:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-upholstery:after {
    content: "\e922";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-person:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-person:after {
    content: "\e923";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-motor:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-motor:after {
    content: "\e924";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-gear-shift:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-gear-shift:after {
    content: "\e925";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-environmental-badge:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-environmental-badge:after {
    content: "\e926";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-emission-category:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-emission-category:after {
    content: "\e927";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-car-crash:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-car-crash:after {
    content: "\e928";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-number:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-number:after {
    content: "\e929";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-co2:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-co2:after {
    content: "\e92a";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-efficiency:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-efficiency:after {
    content: "\e92b";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-number-one:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-number-one:after {
    content: "\e92c";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-number-two:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-number-two:after {
    content: "\e92d";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-number-three:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-number-three:after {
    content: "\e92e";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-star:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-star:after {
    content: "\e92f";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-heart:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-heart:after {
    content: "\e930";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-compare:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-compare:after {
    content: "\e931";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-pdf:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-pdf:after {
    content: "\e932";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-share:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-share:after {
    content: "\e933";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-upload:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-upload:after {
    content: "\e934";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-picture:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-picture:after {
    content: "\e935";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-print:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-print:after {
    content: "\e936";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-facebook:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-facebook:after {
    content: "\e937";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-twitter:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-twitter:after {
    content: "\e938";
}

.single-fahrzeugangebote .webcalc-trigger-button.button-with-icon-google-plus:after,
.single-clientangebote .webcalc-trigger-button.button-with-icon-google-plus:after {
    content: "\e939";
}

.single-fahrzeugangebote .legal-notes,
.single-clientangebote .legal-notes {
    margin: 5rem 0;
    font-size: .8rem;
}

.single-fahrzeugangebote .legal-notes .legal-note,
.single-clientangebote .legal-notes .legal-note {
    display: flex;
    margin-bottom: 1em;
}

.single-fahrzeugangebote .legal-notes .legal-note span,
.single-clientangebote .legal-notes .legal-note span {
    margin-right: 1em;
}

.single-fahrzeugangebote .legal-notes .legal-note p,
.single-clientangebote .legal-notes .legal-note p {
    flex: 1;
    margin: 0;
}

@media all and (max-width: 900px) {
    .single-fahrzeugangebote > .wrapper,
    .single-clientangebote > .wrapper {
        padding: 1rem;
    }

    .single-fahrzeugangebote .post-nav,
    .single-clientangebote .post-nav {
        font-size: 2vw;
        padding: .5rem 0;
    }

    .single-fahrzeugangebote .header,
    .single-clientangebote .header {
        flex-direction: column;
    }

    .single-fahrzeugangebote .header .images,
    .single-clientangebote .header .images {
        width: 100%;
        margin-bottom: 50px;
    }

    .single-fahrzeugangebote .header .details,
    .single-clientangebote .header .details {
        width: 100%;
        margin-left: 0;
    }

    .single-fahrzeugangebote .content-split,
    .single-clientangebote .content-split {
        flex-direction: column;
    }

    .single-fahrzeugangebote .content-split > div,
    .single-clientangebote .content-split > div {
        width: 100%;
        margin-bottom: 30px;
    }

    .single-fahrzeugangebote .content-split > div:last-child,
    .single-clientangebote .content-split > div:last-child {
        margin-bottom: 0;
    }

    .single-fahrzeugangebote .content-split.one-third-left .left,
    .single-clientangebote .content-split.one-third-left .left {
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .single-fahrzeugangebote .header .details .pricing > div .label,
    .single-clientangebote .header .details .pricing > div .label {
        font-size: 3vw;
    }

    .single-fahrzeugangebote .header .details .pricing .primary .price,
    .single-clientangebote .header .details .pricing .primary .price {
        font-size: 5vw;
    }

    .single-fahrzeugangebote .header .details .pricing .secondary .price,
    .single-clientangebote .header .details .pricing .secondary .price {
        font-size: 4vw;
    }

    .single-fahrzeugangebote .employees-grid .employee,
    .single-clientangebote .employees-grid .employee {
        width: 100%;
    }
}

.car-offer-image-gallery .primary-slider {
    position: relative;
}

.car-offer-image-gallery .primary-slider .slick-arrow {
    position: absolute;
    z-index: 5;
    color: white;
    background: transparent;
    border: none;
    top: 50%;
    font-size: 24px;
    line-height: 1;
    margin-top: -12px;
    cursor: pointer;
}

.car-offer-image-gallery .primary-slider .slick-arrow.slick-prev {
    left: 1rem;
}

.car-offer-image-gallery .primary-slider .slick-arrow.slick-next {
    right: 0;
}

.car-offer-image-gallery .primary-slider .slide img {
    width: 100%;
}

.car-offer-image-gallery .primary-slider .paging {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 12px;
    display: flex;
    padding: .5em;
}

.car-offer-image-gallery .primary-slider .paging .num {
    flex: 1;
}

.car-offer-image-gallery .thumb-slider {
    position: relative;
    border-top: 1px solid white;
}

.car-offer-image-gallery .thumb-slider .slick-arrow {
    position: absolute;
    z-index: 5;
    color: white;
    background: transparent;
    border: none;
    top: 50%;
    font-size: 24px;
    line-height: 1;
    margin-top: -12px;
    cursor: pointer;
}

.car-offer-image-gallery .thumb-slider .slick-arrow.slick-prev {
    left: 1rem;
}

.car-offer-image-gallery .thumb-slider .slick-arrow.slick-next {
    right: 0;
}

.car-offer-image-gallery .thumb-slider .slide {
    border: 1px solid white;
}

.car-offer-image-gallery .thumb-slider .slide img {
    width: 100%;
}

.car-offer-counters {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.car-offer-counters .car-offer-counter {
    flex: 1;
    margin: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media all and (max-width: 780px) {
    .car-offer-counters .car-offer-counter {
        flex: none;
        width: 48%;
        margin: 1%;
        padding: 1rem;
    }
}

.car-offer-counters .car-offer-counter:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.9);
}

.car-offer-counters .car-offer-counter .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.car-offer-counters .car-offer-counter .header {
    margin-bottom: 0;
    padding: 20px 0;
}

@media all and (max-width: 780px) {
    .car-offer-counters .car-offer-counter .header {
        padding: 0;
    }
}

@media all and (max-width: 780px) {
    .car-offer-counters .car-offer-counter .header img {
        max-width: 100%;
    }
}

.car-offer-counters .car-offer-counter .body {
    color: #67737D;
    padding-bottom: 1em;
}

.car-offer-counters .car-offer-counter .body .counter {
    font-size: 48px;
    line-height: 1;
}

@media all and (max-width: 780px) {
    .car-offer-counters .car-offer-counter .body .counter {
        font-size: 10vw;
        margin-top: 1rem;
    }
}

.car-offer-counters .car-offer-counter .body .label {
    font-size: 24px;
}

@media all and (max-width: 780px) {
    .car-offer-counters .car-offer-counter .body .label {
        font-size: 4vw;
    }
}


/* Slider Anpassungen */
.car-offer-image-gallery .icon-arrow_right:before {
    display: none;
}

.car-offer-image-gallery .icon-arrow_left:before {
    display: none;
}


/* Allgemein */
.content-split {
    display: flex;
}

.content-split > div {
    width: 50%;
}

.content-split.one-third-left .left {
    width: 33.3%;
}

.content-split.one-third-left .right {
    flex: 1;
}

.post-nav {
    padding: 1rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #67737D;
    margin-top: 50px;
}

.post-nav a {
    color: #67737D;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.post-nav a i {
    margin-right: .5em;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mr-2 {
    margin-right: 2rem;
}

.border-bottom {
    border-bottom: 1px solid #67737D;
}

.pad-v-5 {
    padding: 5px 0;
}


/* Car Offer List */
.car-offer-single .button {
    display: inline-block;
    text-decoration: none;
    background: #0080B5;
    box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 10px 20px 8px;
    color: #fff;
    font: 900 24px/33px 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
}


/* Formular */
.wpcf7 input[type='text'], .wpcf7 input[type='date'], .wpcf7 input[type='email'], .wpcf7 input[type='password'], .wpcf7 input[type='number'], .wpcf7 textarea, .wpcf7 select {
    display: block;
    width: 100%;
    padding: 20px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    font-size: 16px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.wpcf7 input[type='submit'] {
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    border: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: white;
    background-color: #f09300;
    font-size: 18px;
    padding: 25px 50px;
    cursor: pointer;
}

.wpcf7 .legal {
    display: flex;
    align-items: center;
}

.level .is-flex {
    flex: 1;
}

.wpcf7 .legal input {
    display: none;
}

.wpcf7 .legal label {
    display: inline-block;
    margin-right: 1rem;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
}

.wpcf7 .legal input:checked + label i {
    display: inline-block;
}

.fa-check:before {
    content: "\f00c";
}


h4.title {
    margin-bottom: 15px;
}


/* Headerpic */
.headerpic {
    width: 100%;
    line-height: 0;
    position: relative;
}

.headerpic > img {
    position: relative;
    z-index: 0;
}

/* Overlay zum Abdunkeln des Headerbilds (unter dem Text) */
.headerpic::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    pointer-events: none;
}

.headerpic .text {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #FFF;
    z-index: 2;
}

.headerpic .text h1 {
    margin-bottom: 40px;
    text-transform: uppercase;
}

.headerpic .vehicle-logos {
    display: flex;
    margin: 10px 0px;
    position: absolute;
    bottom: 30px;
}

.headerpic .vehicle-logos img {
    width: auto;
}

#emodell .headerpic {
    padding-top: 20px;
    background: #1f1f1f;
}

@media (max-width: 768px) {
    #emodell .headerpic {
        padding-top: 45px;
    }
}


sup {
    vertical-align: super;
    font-size: smaller;
}


/* Mainmenu Z-Index */
.main-header {
    z-index: 2000;
}


.hero_slider .slick-slide .kraftstoffverbrauch {
    line-height: 1.2;
}


/* Responsive Tables */
table.table_style2 {
    width: 100%;
}

table.table_style2, table.table_style2 td, table.table_style2 tr, table.table_style2 th {
    border: 1px solid #999;
    border-collapse: collapse;
    text-align: left;
}

table.table_style2 td, table.table_style2 tr, table.table_style2 th {
    padding: 1em;
}

table.table_style2 th {
    background: #006bc2;
    color: #FFF;
    font-weight: bold;
}

@media screen and (max-width: 700px) {

    table.table_style2, table.table_style2 tr, table.table_style2 td {
        padding: 0;
        border: 1px solid black;
    }

    table.table_style2 {
        border: none;
    }

    table.table_style2 thead {
        display: none;
    }

    table.table_style2 tr {
        float: left;
        width: 100%;
        margin-bottom: 2em;
    }

    table.table_style2 td {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        padding: 1em;
    }

    table.table_style2 td::before {
        content: attr(data-label);
        word-wrap: break-word;
        background: #eee;
        border-right: 2px solid black;
        width: 30%;
        float: left;
        padding: 1em;
        font-weight: bold;
        margin: -1em 1em -1em -1em;
        text-align: left;
    }
}

.service-hotline {
    background-color: #005da8;
    color: #fff;
    width: 245px;
    padding: 20px;
    border-radius: 10px;
    transform: rotate(-10deg);
    position: absolute;
    z-index: 999;
}


.service-hotline p {
    margin-bottom: 10px;
}

.service-hotline p:nth-child(2) {
    margin: 0;
    text-align: center;
}

.service-number {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 1270px) {
    .service-hotline {
        top: unset;
        position: relative;
        width: 100%;
        transform: none;
        margin-bottom: 30px;
    }
}


/* Reifenshop */
.reifenshop {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    padding: 60px 0px;
    margin: -15px;
    flex-wrap: wrap;
}

.reifenshop .post {
    width: 33.33333333%;
    padding: 15px;
}

.reifenshop .post .inner {

}

.reifenshop .post .image {
    width: 100%;
    border: solid 5px #CCC;
    margin-bottom: 20px;
    padding: 20px;
    transition: border 0.3s;
}

.reifenshop .post .image img {
    width: 100%;
    height: auto;
}

.reifenshop .post .text {

}

.reifenshop .post .image:hover {
    border-color: #006bc2;
}

.reifenshop .post .text header {
    margin-bottom: 10px;
}

.reifenshop .post .text h3 {
    font-size: 1.2em;
}

.reifenshop .post .button {
    margin-top: 20px;
    font-size: 0.8em;
}

.reifenshop .post .price {
    color: #006bc2;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.price .mwst {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

.primary .price .mwst {
    color: #FFF;
    margin-top: -10px;
}

.w_table {
    width: 100%;
    font-size: 0.8em;
}

.w_table .trow {
    border-bottom: solid 1px #CCC;
    padding: 5px 0px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
}

.w_table .trow .tcol {
    width: auto;
}

.w_table .trow .tcol.left {
    width: 110px;
}

.prop.modelle .value {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.prop.modelle .value li {
    padding-left: 5px;
    list-style-type: none;
}

.prop.modelle .value li:after {
    content: ",";
    display: inline-block;

}

.prop.modelle .value li:last-child:after {
    display: none;
}

.single-fahrzeugangebote .header .details .tech-stack .props .prop, .single-clientangebote .header .details .tech-stack .props .prop {
    padding: 5px 5px !important;
}

@media (max-width: 1050px) {
    .reifenshop .post {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .reifenshop .post {
        width: 100%;
    }
}


.effizienzlabel_container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 50px 0px;
}

.effizienzlabel_container .text {
    width: 50%;
}

.effizienzlabel_container .graphic {
    width: 48%;
    margin-right: 2%;
    max-width: 500px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    border: solid 5px #e4e4e4;
    padding: 20px;
    margin-bottom: 20px;
}

.effizienzlabel_container .graphic .info {
    width: 94%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: dotted 1px #CCC;
}

.effizienzlabel_container .graphic .info img {
    width: 60px;
    margin-right: 10px;
}

.effizienzlabel_container .graphic .col {
    width: 48%;
    margin-right: 2%;
}

.effizienzlabel_container .graphic .col.col1 {
    border-right: solid 2px #666;
}

.effizienzlabel_container .graphic .col h3 {
    color: #009bdb;
    margin-bottom: 10px;
    border-bottom: solid 3px #009bdb;
    padding-bottom: 5px;
}

.effizienzlabel_container .graphic .col .image {
    height: 100px;
    width: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.effizienzlabel_container .graphic .col .image img {
    height: 100%;
}

.top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.top img {
    height: 60px;
}

.top img:nth-child(2) {
    height: 70px;
}

.titles {
    width: 100%;
}

.titles .item {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px #666;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.titles .item div:first-child {
    font-weight: 800;
}

.sublabels {
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 2px #666;
    margin-top: 20px;
    padding-top: 20px;
}

.sublabels .gemission_db {
    position: relative;
}

.sublabels .gemission_db img {
    width: 150px;
    height: auto;
}

.sublabels .gemission_db .pegel {
    position: absolute;
    top: 25%;
    left: 31%;
    font-size: 20px;
    font-weight: 800;
}

.sublabels .gemission_db .klasse {
    position: absolute;
    bottom: 0px;
    left: 60px;
}

.sublabels .gemission_db .klasse img {
    width: 50px;
    height: auto;
}

.sublabels .wintertauglichkeit {
    margin: 0px 15px;
}

.sublabels .wintertauglichkeit img {
    width: 100px;
}

.sublabels .wintertauglichkeit_eis img {
    width: 107px;
}

@media (max-width: 900px) {
    .sublabels .gemission_db .pegel {
        font-size: 2.0vw;
    }

    .top img {
        height: 6vw;
    }
}

@media (max-width: 768px) {
    .sublabels .gemission_db .pegel {
        font-size: 20px;
    }

    .top img {
        height: 55px;
    }

    .effizienzlabel_container .text, .effizienzlabel_container .graphic {
        width: 100%;
    }

    .effizienzlabel_container .graphic {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 500px) {
    .top img {
        height: 10vw;
    }

    .sublabels .gemission_db .pegel {
        font-size: 4.0vw;
    }
}

@media (max-width: 420px) {
    .effizienzlabel_container .graphic .col {
        width: 100%;
    }

    .effizienzlabel_container .graphic .col.col1 {
        border: 0;
        border-bottom: solid 2px #666;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .sublabels .gemission_db .klasse {
        left: 40px;
    }
}


.effizienzlabel_container .graphic .effizienzlabel {

}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart {
    position: relative;
}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart ol {
    margin: 0;
    padding: 0;
}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart-bar {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    line-height: 1.42857;
    color: #fff;
    padding: 2px 0 2px 5px;
    margin: 0 10px 6px 0;
    z-index: 1;
    border: solid 1px #000;
    height: 40px;
}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart-bar:after {
    content: "";
    border: 19px solid transparent;
    border-left-color: inherit;
    position: absolute;
    right: -39px;
    top: 0;
    z-index: -1;
}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart-bar[data-co2="A"] {
    width: 10%;
    background-color: #009640;
    border-color: #009640;
}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart-bar[data-co2="B"] {
    width: 20%;
    background-color: #a2c617;
    border-color: #a2c617;
}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart-bar[data-co2="C"] {
    width: 30%;
    background-color: #ffed00;
    border-color: #ffed00;
}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart-bar[data-co2="D"] {
    width: 40%;
    background-color: #fbba00;
    border-color: #fbba00;
}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart-bar[data-co2="E"] {
    width: 50%;
    background-color: #e30613;
    border-color: #e30613;
}

.effizienzlabel_container .graphic .effizienzlabel.nasshaftung .co2-chart-bar[data-co2="A"] {
    background-color: #005ca9;
    border-color: #005ca9;
}

.effizienzlabel_container .graphic .effizienzlabel.nasshaftung .co2-chart-bar[data-co2="B"] {
    background-color: #007bc2;
    border-color: #007bc2;
}

.effizienzlabel_container .graphic .effizienzlabel.nasshaftung .co2-chart-bar[data-co2="C"] {
    background-color: #56a8dd;
    border-color: #56a8dd;
}

.effizienzlabel_container .graphic .effizienzlabel.nasshaftung .co2-chart-bar[data-co2="D"] {
    background-color: #86c2eb;
    border-color: #86c2eb;
}

.effizienzlabel_container .graphic .effizienzlabel.nasshaftung .co2-chart-bar[data-co2="E"] {
    background-color: #bce4fa;
    border-color: #bce4fa;
}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart-current {
    position: absolute;
    padding: 0 5px;
    right: 2rem;
    background-color: #000;
    text-align: right;
    font-size: 18px;
    line-height: 1.42857;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}

.effizienzlabel_container .graphic .effizienzlabel .co2-chart-current:after {
    content: "";
    border: 20px solid transparent;
    border-right-color: #000;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: -1;
}

.effizienzlabel_container .graphic .effizienzlabel [data-rating="A"] .co2-chart-current {
    top: 0px;
}

.effizienzlabel_container .graphic .effizienzlabel [data-rating="B"] .co2-chart-current {
    top: 45px;
}

.effizienzlabel_container .graphic .effizienzlabel [data-rating="C"] .co2-chart-current {
    top: 90px;
}

.effizienzlabel_container .graphic .effizienzlabel [data-rating="D"] .co2-chart-current {
    top: 135px;
}

.effizienzlabel_container .graphic .effizienzlabel [data-rating="E"] .co2-chart-current {
    top: 180px;
}

@media (max-width: 600px) {
    .effizienzlabel_container .graphic .effizienzlabel .co2-chart-current {
        right: 5px;
    }
}


.terminbuchung_boxen .trademark a {
    position: relative;
    color: #FFF;
    text-decoration: none;
}

.terminbuchung_boxen .trademark a:hover {
    text-decoration: underline;
}

.terminbuchung_boxen .trademark {
    display: flex;
    flex-flow: column;
}

.terminbuchung_boxen .trademark .counter {
    /*height:90px;*/
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
}

.top-bar .wrapper, .bottom-header .wrapper {
    width: 100%;
}


/* =========== E-Modelle =========== */
.section_padding {
    padding: 80px 0px;
}

@media (max-width: 768px) {
    .section_padding {
        padding: 40px 0px;
    }
}

#emodell {
    margin-top: 70px;
}

#emodell .headerpic {
    width: 100%;
    position: relative;
}

#emodell .headerpic .image {
    width: 50%;
}

#emodell .headerpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#emodell .headerpic .text {
    position: absolute;
    top: 0;
    right: 0;
    left: 40%;
    bottom: 0;
    background-color: #666;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 10%;
    line-height: 1.2;
}

#emodell h2 {
    padding: 0;
    margin: 0 0 20px 0;
    background: none;
    border: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.0rem;
}

#emodell h2 span {
    /* background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#00a0de 20%,#3ea637 80%);
    background-size: cover;
    background-position: center center; */
    color: #006bc2;
}

#emodell .fahrzeugdaten {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#emodell .fahrzeugdaten li {
    border-bottom: solid 1px #CCC;
    padding: 5px 0px;
}

#emodell .gallery {
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
}

#emodell .gallery li {
    list-style-type: none;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 0;
}

#emodell .gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#emodell .bg_green {
    color: #FFF;
}

#emodell .bg_green h2 {
    color: #FFF;
}

#emodell .container {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
}

#emodell .row {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -15px;
}

#emodell .row .col-6 {
    width: 50%;
    padding: 15px;

}

#emodell table tr td {
    border-bottom: solid 1px #CCC;
    padding: 5px 2px;
}

#emodell .employee .body p {
    margin: 0;
}

#emodell .wpcf7 {
    max-width: 900px;
    margin: 0 auto;
    color: #666;
}

#emodell .wpcf7 input, #emodell .wpcf7 textarea, #emodell .wpcf7 select, #emodell .wpcf7 label {
    border-color: #666 !important;
}

#emodell .wpcf7 label {
    color: #666;
}

#emodell .wpcf7 ::placeholder {
    color: #999;
}

#emodell .wpcf7 input[type="submit"] {
    background: #006bc2;
    padding: 10px 30px;
}

#emodell .angebot_img {
    max-width: 350px;
    width: 100%;
}


#emodell .bg_green, #emodell .headerpic .text {
    background-color: #006bc2;
}

.emodelle_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: -1%;
}

.emodelle_list .modell {
    margin: 1%;
    width: 31%;
    border: solid 2px #006bc2;
    background: #006bc2;
    position: relative;
}

.emodelle_list .modell a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.emodelle_list .modell .image {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.emodelle_list .modell .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.emodelle_list .modell .headline {
    color: #FFF;
    font-size: 18px;
    padding: 8px 20px;
    background: #006bc2;
    font-weight: 800;
}

.emodelle_list .modell:hover img {
    transform: scale(1.3);
}

@media (max-width: 1040px) {
    #emodell {
        margin-top: 80px;
    }

    .headerpic .text h1 {
        font-size: 40px;
    }
}

@media (max-width: 980px) {
    #emodell {
        margin-top: 105px;
    }

    .headerpic .text h1 {
        font-size: 30px;
    }
}

@media (max-width: 900px) {
    .emodelle_list .modell {
        width: 48%;
    }
}

@media (max-width: 768px) {
    #emodell {
        margin-top: 49px;
    }

    .headerpic .text h1 {
        font-size: 22px;
    }

    #emodell .row .col-6 {
        width: 100%;
    }

    #emodell .gallery {
        flex-wrap: wrap;
    }

    #emodell .gallery li {
        width: 50%;
    }

    #emodell .angebot_img {
        width: 50%;
    }

    #emodell table {
        font-size: 12px;
        width: 100%;
    }

    #emodell h3 {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .emodelle_list {
        margin: 0px;
    }

    .emodelle_list .modell {
        width: 100%;
        margin: 0px 20px 15px 20px;
    }

    #emodell .headerpic .image {
        width: 100%;
    }

    #emodell .headerpic .text {
        position: relative;
        left: 0;
        clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
        margin-top: -30px;
        padding: 50px 10% 20px 10%;
    }

    #emodell h2 {
        font-size: 1.5rem;
    }
}


.model-counter-section {
    /* padding: 100px;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: 50% 50%; */
    background: #333;
    position: relative;
}

.model-counter-section .count {
    font-size: 5vw;
    line-height: 1;
}

.model-counter-section .text {
    font-size: 1.4vw;
    margin-bottom: 3rem;
}

@media all and (max-width: 900px) {
    .model-counter-section {
        padding: 30px;
    }

    .model-counter-section .count {
        font-size: 10vw;
    }

    .model-counter-section .text {
        font-size: 4vw;
        margin-bottom: 1rem;
    }
}

.model-counter-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    position: relative;
}

.model-counter-section .button {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    padding: .5em;
    padding-right: 50px;
    padding-left: 20px;
    width: 250px;
    border-radius: 5px;
    max-width: 100%;
    border: 2px solid #0e68b2;
    color: #0e68b2;
    font-family: 'Akrobat', sans-serif;
    position: relative;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .2s;
}

.model-counter-section .button:before {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    display: inline-block;
    content: '';
    width: 40px;
    background-color: #0e68b2;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 8px;
}

.model-counter-section .button:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    content: "\f3d1";
    font-family: Ionicons;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    background-color: #0e68b2;
    color: #fff;
    font-size: 1.7em;
}

.model-counter-section .button:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.model-counter-section .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.model-counter-section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}


/* Flexrow */
.flexrow {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.flexrow .col-50 {
    width: 50%;
}

.flexrow .col-50.karte > div {
    height: 100% !important;
}

.flexrow .col-50.text {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}

@media (max-width: 768px) {
    .flexrow .col-50 {
        width: 100%;
    }

    .flexrow .col-50.karte > div {
        height: 350px !important;
    }
}


/* Click & Meet */
.wm_popup {
    /* border-top:solid 5px #FFF; */
    height: 500px;
    width: 800px;
    background-color: #00274f;
    color: #FFF;
    display: flex;
    flex-direction: column;
}

.wm_popup .text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 40px 45px 45px 45px;
    color: #FFF;
    font-weight: 600;
}

.wm_popup .text mark {
    color: #38b6ff;
    background: none;
}

.wm_popup .text .icon {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    background: #FFF;
    padding: 25px;
    overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
}

.wm_popup .text .icon img {

}

.wm_popup h3 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 300;
}

.wm_popup .button {
    padding: 5px 20px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 20px;
}

.wm_popup p {
    margin-bottom: 0px;
}

.wm_popup .image {
    width: 100%;
    line-height: 0;
}

@media (max-width: 900px) {
    .wm_popup {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wm_popup {
        height: auto;
    }

    .wm_popup .text {
        padding: 25px 15px;
    }

    .wm_popup h3 {
        font-size: 24px;
    }

    .wm_popup .text .icon {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 460px) {
    .wm_popup .text {
        flex-direction: column;
        text-align: center;
    }

    .wm_popup .text .icon {
        width: 60px;
        height: 60px;
        margin-right: 0px;
        margin-bottom: 10px;
        padding: 12px;
    }
}

.wunschzeitraum {
    display: flex;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 20px;
}

.wunschzeitraum select {
    width: 200px !important;
}

.wunschzeitraum > div {
    width: 60px;
    padding: 0px 10px;
    text-align: center;
}

.wunschzeitraum p {
    margin-bottom: 0px;
}

/*
.hero_slider .slide .text .text_inner {
  max-width: 40%;
}
*/

@media (max-width: 768px) {
    .hero_slider .slide .text .text_inner {
        max-width: 90% !important;
        text-align: left !important;
    }

    .hero_slider .slide .text.ta_center .text_inner h2,
    .hero_slider .slide .text.ta_center .text_inner h3 {
        text-align: left !important;
    }
}

.hero_slider .slick-dots {
    bottom: 0;
}

img {
    object-fit: contain;
}


/* Auto Template */

.auto-template.content-wrapper {
    margin: 50px 0px;
}

.auto-template .wp-block-image.aligncenter.size-large {
    padding: 50px 0 50px 0;
}

.auto-template .responsive-img {
    max-width: 80%;
    height: auto;
    display: block; /* Block element to apply margins */
    margin-left: auto; /* Left margin set to auto */
    margin-right: auto; /* Right margin set to auto */
}

@media (max-width: 768px) {
    .auto-template .responsive-img {
        max-width: 100%;
    }
}

.auto-template .img-container-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.auto-template .img-container-2 img {
    width: 40%; /* Allow a little gap between images */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 10px;
}

/* Mobile view */
@media (max-width: 768px) {
    .auto-template .img-container-2 img {
        width: 100%;
    }
}

.auto-template .img-container-3, .auto-template .img-container-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.auto-template .img-container-3 figure {
    width: 32%; /* Allow a little gap between figures */
    margin-bottom: 10px;
}

.auto-template .img-container-4 figure {
    width: 23%; /* Allow a little gap between figures */
    margin-bottom: 10px;
}

.auto-template .img-container-3 img, .auto-template .img-container-4 img {
    width: 100%; /* Make images fill their containers */
    height: auto; /* Maintain aspect ratio */
}

.auto-template .img-container-3 figcaption, .auto-template .img-container-4 figcaption {
    font-style: italic;
    text-align: start;
    margin-top: 2px;
}

/* Mobile view */
@media (max-width: 768px) {
    .auto-template .img-container-3 figure, .auto-template .img-container-4 figure {
        width: 100%;
    }
}


.auto-template .wp-block-button {
    display: flex;
    align-items: center; /* centers items vertically in the flex container */
    justify-content: center;
}

.auto-template .button-link.calltoaction-button {
    line-height: normal;
    display: inline-block;
    padding: 20px 56px;
    text-decoration: none;
    background-color: #07a0db;;
    color: white;
    border-radius: 10em;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 21px;
    text-align: center;
}

.auto-template .button-link.calltoaction-button:hover {
    background-color: #0690C5;
}


.auto-template h1.wp-block-heading.has-text-align-center {
    padding: 20px 0;
    display: block;
    text-align: center;
    font-size: 24pt;
    font-family: Nunito Sans;
}

.auto-template h2.wp-block-heading.has-text-align-center {
    padding: 0;
    display: block;
    text-align: center;
    font-size: 18pt;
}

.auto-template .content-row {
    margin: 50px 0;
    display: block;
}

.auto-template .text-block {
    margin: 20px 0;
}

.auto-template .text-block.aligncenter {
    text-align: center;
}

/* Gutenberg styles */
.wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
    color: inherit;
    position: static;
    max-height: none;
    text-align: inherit;
    width: auto;
    padding: 0 0 5px 0;
    font-size: 1rem;
}

.content ul {
    list-style-type: disc;
    margin-left: 20px;
}

.content ol {
    list-style-type: decimal;
    margin-left: 20px;
}

/* logo order */
/* goslar - vw audi seat */
.postid-768 .headerpic .brands-list div.brand:nth-child(1) {
    order: 1;
}
.postid-768 .headerpic .brands-list div.brand:nth-child(2) {
    order: 3;
}
.postid-768 .headerpic .brands-list div.brand:nth-child(3) {
    order: 2;
}
.postid-768 .headerpic .brands-list div.brand:nth-child(4) {
    order: 4;
}

.menu-item-883 .brands-list div.brand:nth-child(1) {
    order: 1;
}
.menu-item-883 .brands-list div.brand:nth-child(2) {
    order: 3;
}
.menu-item-883 .brands-list div.brand:nth-child(3) {
    order: 2;
}
.menu-item-883 .brands-list div.brand:nth-child(4) {
    order: 4;
}


/* osterode - vw skoda */
.postid-118952 .headerpic .brands-list div.brand:nth-child(1) {
    order: 1;
}
.postid-118952 .headerpic .brands-list div.brand:nth-child(2) {
    order: 3;
}
.postid-118952 .headerpic .brands-list div.brand:nth-child(3) {
    order: 2;
}

.menu-item-118963 .brands-list div.brand:nth-child(1) {
    order: 1;
}
.menu-item-118963 .brands-list div.brand:nth-child(2) {
    order: 3;
}
.menu-item-118963 .brands-list div.brand:nth-child(3) {
    order: 2;
}


/* noerten hardenberg */
.postid-118967 .headerpic .brands-list div.brand:nth-child(1) {
    order: 3;
}
.postid-118967 .headerpic .brands-list div.brand:nth-child(2) {
    order: 1;
}
.postid-118967 .headerpic .brands-list div.brand:nth-child(3) {
    order: 4;
}
.postid-118967 .headerpic .brands-list div.brand:nth-child(4) {
    order: 2;
}

.menu-item-118969 .brands-list div.brand:nth-child(1) {
    order: 3;
}
.menu-item-118969 .brands-list div.brand:nth-child(2) {
    order: 1;
}
.menu-item-118969 .brands-list div.brand:nth-child(3) {
    order: 4;
}
.menu-item-118969 .brands-list div.brand:nth-child(4) {
    order: 2;
}


/* northeim */
.postid-118959 .headerpic .brands-list div.brand:nth-child(1) {
    order: 3;
}
.postid-118959 .headerpic .brands-list div.brand:nth-child(1) {
    order: 1;
}
.postid-118959 .headerpic .brands-list div.brand:nth-child(1) {
    order: 2;
}

.menu-item-118962 .brands-list div.brand:nth-child(1) {
    order: 3;
}
.menu-item-118962 .brands-list div.brand:nth-child(1) {
    order: 1;
}
.menu-item-118962 .brands-list div.brand:nth-child(1) {
    order: 2;
}

@media (max-width: 780px) {
    .mobile-banner-mt {
        margin-top: 7vh;
    }
}