﻿/* =================================================
    typography styling
==================================================== */

body {
    font-family: "Roboto" , sans-serif;
    line-height: 24px;
    color: var(--main-color);
}

.main-container {
    padding: 0px 0px;
}

#main-content .vc_row {
    /*
    margin-left: auto;
    margin-right: auto
    ;
     */
}

@media (min-width: 1200px) {

    .container {
        max-width: 1329px;
    }
}

.full-width-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (max-width: 1200px) {

    .container-fluid {
        max-width: 100%;
    }


    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.banner-bg {
    padding: 180px 0;
}

/* Optional, aber empfehlenswert: erste Überschrift in einem Block ohne "Extra-Luft" nach oben */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--heading-font);
    color: var(--heading-color);
    margin-top: var(--h-space-top);
    margin-bottom: var(--h-space-bottom);

    /* Bessere Umbrüche bei langen Titeln */
    overflow-wrap: anywhere;
    text-wrap: balance; /* falls nicht unterstützt: wird ignoriert */
}

/* Größen & Gewicht: von groß -> klein mit klarer Abstufung */
h1{
    font-weight: 800;
    font-size: clamp(1.75rem, 1.25rem + 1.8vw, 2.625rem); /* ~28px -> 42px */
    line-height: 1.14;
    letter-spacing: -0.02em;
}

h2{
    font-weight: 700;
    font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.125rem); /* ~24px -> 34px */
    line-height: 1.18;
}

h3{
    font-weight: 600;
    font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.625rem); /* ~20px -> 26px */
    line-height: 1.25;
}

h4{
    font-weight: 700;
    font-size: clamp(1.125rem, 1.05rem + 0.3vw, 1.375rem); /* ~18px -> 22px */
    line-height: 1.3;
}

h5{
    font-weight: 600;
    font-size: 1rem;   /* 16px */
    line-height: 1.35;
    text-transform: none;
}

h6 {
    font-family: "Roboto", sans-serif;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: var(--main-button-color);
    background-color: #666666;
    border-color: #666666;
}

.btn {
    background: var(--main-bg-color);
    color: #ffffff;
    font-size: 16px;
    height: auto;
    line-height: 41px;
    text-transform: none;
    font-weight: bolder;
    border-radius: 3px;
    border: 1px solid var(--main-bg-color);
}

.btn:hover {
    background: #0080B5;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
}

a {
    color:  #000;
}

a:hover {
    color: #4A4A4A;
}

a.button
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #FFFFFF;
    background: #4A4A4A;
    font-size: 16px;
    line-height: 45px;
    text-transform: none;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px;
    border-radius: 3px;
    border: 1px solid #4A4A4A;
    border-radius: 6px;
}

a.button:hover {
    cursor: pointer;
    color: #FFFFFF;
}

.form-control {
    border: 1px solid #696969;
}

select.form-control:not([size]):not([multiple]) {
    border-radius: 3px;
}

.header-form-headline {
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
    margin-bottom: 10px;
}


/* =================================================
    header styling
==================================================== */

.navbar-toggler-icon {
    width: 25px;
    height: 30px;
}

.topbar {
    background-color: var(--main-bg-color);
    padding: 10px 0;
    padding-bottom: 15px;
}

.menue-shadow {
    position: absolute;
    width: 100%;
    z-index: 77;
    height: 21px;
    margin-top: 0px;
}

.header.header-classic {
    background: #ededed;
}

.header ul.navbar-nav > li.active > a:before {
    border-bottom: 2px solid #4A4A4A;
}
.header ul.navbar-nav > li:hover > a:before {
    border-bottom: 2px solid #4A4A4A;
}

.header.header-classic .navbar-light ul.navbar-nav > li > a {
    color: #fff;
    line-height: 35px;
    margin-right: 12px;
}

.header.header-classic .navbar-light .navbar-nav .active>.nav-link {
    color: #4A4A4A;
}

.header ul.navbar-nav > li > a:hover,
.header ul.navbar-nav > li > a.active,
.header ul.navbar-nav > li > a:focus {
    color: #4A4A4A !important;
}

.header ul.navbar-nav li .dropdown-menu li a:hover {
    color: #4A4A4A;
}

.header ul.navbar-nav li .dropdown-menu li a.active {
    color: #4A4A4A;
    background: none;
}


.kg-contact-button {
    display: flex;
    height: 100%;
}
.kg-icons-top {
    max-height: 61px;
    align-self: center;
}

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

.kg-logo {
    width: 350px;
}

.kg-logo-mobile {
    width: 250px;
}

.kg-logos-list {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.topbar.topbar-classic {
    padding: 16px 0px;
    background-color: #FFFFFF;
}

.kg-header-separator-1 {
    display: block;
    height: 5px;
    background: linear-gradient(180deg ,#fff, #4A4A4A 80%);
}

.kg-header-separator-2 {
    display: block;
    height: 5px;
    background: linear-gradient(180deg ,#4A4A4A 60%, #fff);
}

.topbar.topbar-classic li {
    color: #fff;
}

.alice-blue-bg li i {
    color: #fff;
}

.kg-img-logos-sm {
    height: 45px;
    max-width: 135px;
}

.kg-header-make-logos {
    padding-bottom: 0px;
}

.kg-header-make-logos ul {
    display: table-row;
}

.kg-header-make-logos li {
    list-style: none;
    font-size: 16px;
    color: #101010;
    position: relative;
    display: table-cell;
}

.kg-header-make-logos li:last-child {
    padding-right: 0px;
}

.alice-blue-bg {
    background-color: #fff;
}

.social-links a {
    font-size: 11px;
    color: #fff;
}

.social-links a:hover {
    color: #dedede;
}

.alice-blue-bg li i {
    font-size: 11px;
}

.alice-blue-bg li {
    font-size: 11px;
    margin-right: 0px;
}

.topbar .top-info li {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 3px;
}

.topbar .top-info li a {
    color: #fff;
    font-size: 17px;
}

.btn-contact-top {
    color: #FFFFFF;
    border: 1px solid #4A4A4A;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bolder;
    line-height: 17px;
    padding: 0px 20px;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

.btn-contact-top:hover {
    color: #FFF;
}

.btn-appointment-top {
    color: #ededed !important;
    background: #4A4A4A !important;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bolder;
    line-height: 17px;
    padding: 0px 20px;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

.btn-appointment-top:hover {
    color: #4A4A4A;
    border: 1px solid #4A4A4A;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bolder;
    line-height: 17px;
    padding: 0px 20px;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

.btn.btn-sprungmarke {
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

@media (max-width: 1024px) and (min-width: 768px){
    .kg-img-logos-sm {
        height: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px){

    .header .navbar-toggler {
        background: #4A4A4A;
    }

    .alice-blue-bg li {
        font-size: 15px;
    }
}

@media (max-width: 991px) {

    .header.header-classic .navbar-light .navbar-nav .active>.nav-link {
        color: #4A4A4A;
    }

    .header-wrapper {
        border: none;
    }

    .kg-img-logos-sm {
        height: 30px;
        max-width: 84px;
    }

    .kg-logo {
        height: auto;
        width: 200px
    }

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

}

@media (max-width: 1200px) and (min-width: 991px){

    .header.header-classic .navbar-light ul.navbar-nav > li > a {
        margin-right: 5px;
        padding: 0px 5px;
    }

    .header .kg-header-make-logos li {
        padding: 5px 10px 0px 10px;
    }

    .kg-img-logos-sm {
        height: 50px;
        margin-left: 20px;
    }

    .kg-logo {
        height: 65px;
    }

}

@media (min-width: 991px){

    .dropdown-menu {
        background-color: rgba(79, 79, 79,0.95);
    }

    .header ul.navbar-nav li .dropdown-menu li a {
        color: #FFFFFF;
        padding: 12px 12px;
        border-bottom: 1px solid #d6d6d6;
    }

    .header ul.navbar-nav li .dropdown-menu {
        padding: 0px;
    }
}

@media (max-width: 991px) {

    .header.header-classic {
        background-color: #fff;
    }

    .header .navbar-toggler {
        border: none;
    }


    .header .navbar-collapse {
        background: none;
    }

    .header ul.navbar-nav > li {
    //border-bottom: 1px solid #2b2b2b;
    }

    .header ul.navbar-nav li .dropdown-menu li a {
        border-bottom: 1px solid #d6d6d6;
    }

    .header.header-classic .navbar-light ul.navbar-nav {
        background-color: rgba(79, 79, 79, 0.95);
    }

    .header.header-classic .navbar-light ul.navbar-nav > li .dropdown-menu {
        border: none;
    }

    .header ul.navbar-nav li .dropdown-menu li a {
        color: #fff;
    }

    .topbar {
        padding-top: 6px;
    }

    .topbar .top-info li {
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .md-center {
        text-align: center;
    }

    .topbar .top-info li a{
        color: #4A4A4A;
        font-size: 17px;
    }

    .alice-blue-bg {
        background-color: #D60F3E;
    }

    .header.header-classic .navbar-light ul.navbar-nav > li.active > a{
        color: #333333;
    }

    .BackTo {
        background-color: rgba(51, 51, 51, 1) !important;
        margin-bottom: 70px;
    }

}

@media (max-width: 767px) {
    /*
    .header .navbar-toggler-icon i {
        font-size: 30px;
        line-height: 30px;
        color: #ededed;
    }

    .header .navbar-toggler {
        background: none;
    }
     */

}

@media (max-width: 374px) and (min-width: 320px){
    .kg-logo-mobile {
        width: 225px;
    }
}


/* =================================================
    end header styling
==================================================== */


/* =================================================
    footer styling
==================================================== */

.kg-footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ts-footer p {
    margin-top: 0px;
}

.ts-footer .widget-title {
    font-size: 20px;
}

.footer-svg-logo {
    max-width: 250px;
}

.kg-footer-contact {
    border-left: 1px solid #FFFFFF;
    padding-left: 20px;
}

.kg-footer-contact ul {
    margin: 0;
    list-style: none;
    padding-inline-start: 10px;
}

.kg-footer-contact ul li::before {
    position: relative;
    left: -10px;
    content: "✓";
    font-weight: 700;
}

.ts-footer .widget-title {
    margin-bottom: 10px;
}

.ts-footer {
    margin-top: 15px;
    padding-top: 50px;
    padding-bottom: 40px;
    border-top: 5px solid #0080B5;
    background-color: #4A4A4A;
    color: #fff;
}

.ts-footer-classic p {
    color: #fff;
}

.ts-footer a {
    color: #fff;
}

.copy-right {
    /*background: linear-gradient(to bottom, #FFF 0%,#ededed 100%);*/
    /*border-bottom: 5px solid #4A4A4A;*/
    background: #fff;
}

.kg-footer-logo-div-sm img {
    max-width: 81px;
}

.kg-footer-logo-div-md img{
    max-width: 81px;
}


.ts-footer .widget-title {
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bolder;
}

.kg-firma {
    font-size: 15px;
    line-height: 25px;
    font-weight: bolder;
}

.BackTo {
    z-index: 1031;
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: 70px;
}

.BackTo:hover {
    background-color: #4A4A4A;
}

.pea_cook_control {
    border-top: 5px solid #4A4A4A;
    color: #000;
    background-color: #dddddd;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.cc-revoke.cc-bottom {
    display: none;
}

a.logo-kg:hover {
    color: #333;
}

.kg-footer-logo-div-sm {
    background-color: rgba(214, 214, 214, 0.9);
}

.btn-contact-footer {
    color: #fff;
    background-color: #4A4A4A;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bolder;
    line-height: 17px;
    padding: 3px 20px;
}

@media (min-width: 768px) and (max-width: 991px){

    .kg-contact-us a:before {
        content:'»\00a0';
    }

    .kg-footer-logo-div-sm img{
        height: 50px;
        padding: 3px;
        margin: 3px 3px 3px 3px;
    }

    .kg-contact-us {
        height: 36px;
        text-align: center;
        padding: 5px;
    }
    .kg-contact-us a {
        color: #333;
        cursor: pointer;
        padding-top: 5px;
    }

}

@media (max-width : 767px) {
    /* STYLES GO HERE */

    .kg-contact-us {
        height: 32px;
        text-align: center;
        padding: 5px;
    }

    .kg-contact-us a:before {
        content:'»\00a0';
    }

    .kg-contact-us a {
        color: #333;
        cursor: pointer;
        padding-top: 5px;
    }

    .copy-right img{
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .kg-footer-logo-div-sm {
        height: 116px;
    }

    .kg-footer-logo-div-sm img{
        height: 36px;
    }

}

@media (max-width : 991px) and (min-width: 768px) {

    .copy-right {
        margin-bottom: 10px;
    }
}

@media (max-width : 767px) {

    .copy-right {
        margin-bottom: 10px;
    }
}

/* =================================================
   end footer styling
==================================================== */

/* =================================================
   Start notice list  styling
==================================================== */

.notice-list-container {
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 1021;
    color: #fff;
}

.notice-list-container ul {
    margin: 0;
    padding: 0;
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
}

.notice-list-container ul li {
    text-align: center;
    display: block;
    color: #f3f3f3;
    line-height: 24px;
    background-color: #333;
    margin-bottom: 2px;
    width: 40px;
}

.notice-list-container  ul li a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 2px 2px 8px 2px;
}

.notice-list-container ul li i {
    min-width: 15px;
    margin-right: 10px;
}
.notice-list-container ul li span {
    font-size: 14px;
}

.kg-notice-text {
    background-color: #333;
    margin-left: 39px;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.notice-span {
    position: relative;
    display: inline-block;
    width: 187px;
    height: 2em;
    line-height: 34px;
    vertical-align: middle;
}

.notice-list-icon {
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 35px;
}

.notice-list-icon-text {
    position: absolute;
    /*left: 13px;*/
    text-align: center;
}

/* =================================================
   end notice list  footer styling
==================================================== */

/* =================================================
   start css composer overwriting and main homepage stiles
==================================================== */


.kg-blockquote {
    padding: 0px 20px;
    margin: 20px 0 25px;
    color: var(--main-bg-color);
    border-left: 7px solid var(--main-bg-color);
    font-size: 19px;
    font-weight: bold;
}

.kg-blockquote-flotte {
    padding: 0px 20px;
    margin: 20px 0 25px;
    color: #001c59;
    border-left: 7px solid #001c59;
    font-size: 19px;
    font-weight: bold;
}


input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #666666;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    min-height: 40px;
}


.skoda {
    border-left-color: #4ba82e;
}

.skoda-text {
    color: #4ba82e;
}

a.button.btn-skoda {
    background: #005B4F;
    color: #fff;
}

a.button.btn-skoda:hover  {
    background: #eeeeee;
    color: #272d33;
}

.skoda-bl-quote {
    border-left-color: #4ba82e;
}

.audi-bl-quote {
    border-left-color: #D60F3E;
}
.audi-service {
    color: #D60F3E;
}


a.button.btn-audi {
    background: #D60F3E;
    color: #fff;
}

a.button.btn-audi:hover  {
    background: #333;
}

.volkswagen {
    border-left-color: #001D4F;
}

.volkswagen-text {
    color: #001D4F;
}

.volkswagen-bl-quote {
    border-left-color: #001D4F;
}
.volkswagen-service {
    color: #001D4F;
}

a.button.btn-volkswagen {
    background: #001D4F;
    color: #fff;
}

a.button.btn-volkswagen:hover  {
    background: #001D4F;
}


.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    display: block;
    width: 100%;
    height: 41px;
    font-size: 16px;
    padding: 9px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-bottom: 3px;
    color: #fff;
    cursor: pointer;
    background:  #4A4A4A;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md:hover {
    background-color: #0080B5;
    color: #4A4A4A;
}

.kg-composer-cart-default {
    min-height: 75px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kg-composer-cart-default h4{
    line-height: 22px;
}

.kg-min-height-timeblock {
    min-height: 105px;
}
.breadcrumb {
    font-size: .6875rem;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f2f2f2;
    border-radius: unset;
    margin-bottom: 22px;
}


.breadcrumb-item.active {
    color: #000000;
}

/**
form checkbox apply
 */
.wpcf7-list-item-label{
    padding-left: 5px;
}
span.wpcf7-list-item {
    display: table-row;
}

/***
===================================================
 404 error Page
===================================================
***/

.error-page .error-code {
    margin-top: 20px;
    color: #4A4A4A;
    font-size: 80px;
    line-height: 80px
}

.error-404-image-container {
    margin-top: 40px;
    margin-bottom: 40px;

}

/***
===================================================
 Start Start Page Css
===================================================
***/

.marquee {
    max-width: 100vw;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
}

.marquee--container {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.marquee--container:hover {
    animation-play-state: paused
}

.marquee--sep {
    padding-left: 10px;
    padding-right: 10px;
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.card-header.kg-header-start-page.kg-header-start-page {
    border-top: 5px solid #4A4A4A;
    border-radius: 0px;
    background-color: #f2f2f2;
}

.logos-icon {
    max-height: 35px;
    margin-right: 10px;
}

.kg-round-top-img img {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    overflow: hidden;
}


.kg-standort-button-start-page {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #ffffff;
    color: #0d0d0d;
    border-radius: 15px;
    font-size: 14px;
    padding: 6px 11px 6px 11px;
}

.kg-standort-card {
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.kg-standort-card:hover {
    transform: scale(1.04);
}

/***
===================================================
 End Start Page Css
===================================================
***/


/***
===================================================
 Start WPForms
===================================================
***/

a.mail-share-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 13px;
    height: 28px;
    padding: 2px 8px;
    color: #fff !important;
    font-weight: 600;
    background-color: #999;
    margin-bottom: 6px;
}


.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #ffffff;
    border: 1px solid #be1717;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #e10029;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    height: 40px;
    line-height: 40px;
    min-width: 100%;
    text-align: center;
    background-color: #e10029;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #e10029;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #e10029;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    height: 40px;
    line-height: 40px;
    min-width: 100%;
    text-align: center;
}

/***
===================================================
 End WPForms
===================================================
***/

.kg-fuel-consumption {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    color: #333333;
}

.table_wltp tr:last-child td {
    border-bottom: none;
}


/***
===================================================
    contact buttons
===================================================
***/

@media (min-width: 660px) {

    .hoverfb:hover {
        width: 70px;
        margin-right: 10px;
    }

    .fb {
        width: 50px;
        height: 50px;
        color: #FFF;
        cursor: pointer;
        text-align: center;
        position: fixed;
        right: 10px;
        top: 380px;
        z-index: 999;
        transition-duration: .2s;
        transition-property: background-color;
        opacity: 0.95;
    }

    .fb img {
        background-color: #4A4A4A;
        height: 50px;
        width: 50px;
        margin-top: 3px;
        opacity: 1;
    }

    .fb img:hover {
        opacity: 1;
        background-color: #4A4A4A;
    }

    .fb:hover {
        opacity: 1;
    }

    .fb-tel {
        padding: 5px;
    }

    .fb-map {
        padding: 6px;
    }
}

@media (min-width: 1550px) {
    .fb {
        right: 10px;
    }
}

@media (max-width: 1000px) and (min-width: 800px) {
    .fb {
        top: 200px !important;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .fb {
        top: 46px !important;
    }
}

@media (max-width: 660px) {
    .fb {
        width: 40px;
        height: 40px;
        color: #FFF;
        background-color: #4A4A4A;
        cursor: pointer;
        text-align: center;
        position: fixed;
        bottom: 229px;
        z-index: 9999;
        transition-duration: .2s;
        transition-property: background-color;
        opacity: 0.95;
        display: none;
    }

    .fb img {
        background-color: #4A4A4A;
        height: 40px;
        width: 40px;
        opacity: 1;
        margin-top: 3px;
        display: none;
    }
}

@media (min-width: 661px) {
    .fb-mobile {
        display: none;
    }

    .fb-mobile img {
        display: none;
    }
}

@media (max-width: 660px) {

    .fb-mobile {
        width: 40px;
        height: 40px;
        color: #FFF;
        cursor: pointer;
        text-align: center;
        position: fixed;
        bottom: 47px;
        z-index: 9999;
        transition-duration: .2s;
        transition-property: background-color;
        opacity: 0.95;
    }

    .fb-mobile img {
        background-color: #4A4A4A;
        height: 40px;
        width: 40px;
        opacity: 1;
        margin-top: 47px;
    }

    .fb-btn-1 {
        margin-left: 0px;
    }

    .fb-btn-2 {
        margin-left: 43px;
    }

    .fb-btn-3 {
        margin-left: 86px;
    }

    .fb-btn-4 {
        margin-left: 129px;
    }

    .fb-btn-5 {
        margin-left: 172px;
    }

    .fb-btn-6 {
        margin-left: 215px;
    }

    .fb-btn-7 {
        margin-left: 258px;
    }

}

.fb-center {
    margin-left: 0px;
}

.tooltip-inner {
    background-color: #4A4A4A !important;
}

/***
===================================================
    end contact buttons
===================================================
***/

.small-logo-container {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: auto;
    margin-top: auto;
}

.img-logos-nora {
    height: 50px;
}

.height-header-card-nora {
    height: 65px;
}

.height-body-card-nora {
    height: 120px;
}

.height-footer-card-nora {
    height: 60px;
}


@media (max-width: 992px) {
    .img-logos-nora {
        height: 35px;
    }

    .height-body-card-nora {
        height: 160px;
    }

    .height-footer-card-nora {
        height: 85px;
    }
}

@media (max-width: 577px) {
    .img-logos-nora {
        height: 25px;
    }
    .height-body-card-nora {
        height: 120px;
    }

    .height-footer-card-nora {
        height: 60px;
    }
}


/* =================================================
   Start Sites full Screen css
==================================================== */


.banner-area .banner-title {
    color: #fff;
    line-height: 60px;
    font-weight: 400;
}

.animatedfsmenu-navbar-toggler.kg-header-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg-color-div {
    background: #eeeeee;
}

.kg-aktionen-img-start img {
    border-top-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
}

.kg-min-height-grid-offer-h4 {
    min-height: 80px;
}

.kg-min-height-grid-offer-h4  h4 {

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.kg-grid-offer-btn {
    border-bottom-left-radius: 15px 15px;
    border-bottom-right-radius: 15px 15px;
}

.kg-grid-offer-btn a {
    background: #FFFFFF;
    color: #333333 !important;
    font-size: 14px !important;
}

.kg-grid-offer-categories span {
    color: #FFFFFF;
}

.kg-grid-offer-categories span:before {
    content: '| ';
    width: 5px;
    height: 5px;
}

@media (max-width: 992px) {
    .kg-min-height-grid-offer-h4 h4 {
        font-size: 16px;
    }
}


.small-logo-sponsoring-div {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: auto;
    margin-top: auto;
}
.small-logo-sponsoring-img {
    height: 100px;
}


@media (max-width: 1200px) {
    .small-logo-sponsoring-img {
        height: 60px;
    }

    .small-logo-sponsoring-div h4 {
        min-height: 60px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .small-logo-sponsoring-div {
        border-top: 1px solid #D60F3E;
    }

    .small-logo-sponsoring-img {
        height: 120px;
    }

    .small-logo-sponsoring-div h4 {
        min-height: 30px;
        font-size: 24px;
    }
}

.page-builder-h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
    color: #1c1c24;
}

.h2-sponsering h4 {
    color: #4A4A4A;
    font-weight: 700;
    font-size: 24px;
}

@media (max-width: 1200px) {
    .h2-sponsering h4 {
        font-size: 18px;
    }
}

.btn-outline {
    background: #ffffff;
    color: var(--main-bg-color);
    font-size: 16px;
    height: auto;
    line-height: 41px;
    text-transform: none;
    font-weight: bolder;
    border-radius: 3px;
    border: 1px solid var(--main-bg-color);
}

.btn-outline:hover {
    background: #ededed;
    color: var(--main-bg-color);
    font-size: 16px;
    height: auto;
    line-height: 41px;
    text-transform: none;
    font-weight: bolder;
    border-radius: 3px;
    border: 1px solid #ededed;
}

.kg-service-plus-text {
    height: 275px;
}

@media (max-width: 991px) {
    .kg-service-plus-text {
        height: auto;
    }
}

.kg-marken-logo-on-site img{
    height: 100px;
    width: auto;
}

/* =================================================
   start contact modal
==================================================== */

/* Bootstrap 4 Modal XXL - Größe & Zentrierung */
.modal-dialog.modal-xxl {
    max-width: 98%; /* Breite des Modals (kann angepasst werden, z. B. 90% des Viewports) */
    width: 98%;
    margin: 1.75rem auto; /* Zentrierung & Abstand bei kleinen Bildschirmen */
}


@media (min-width: 1200px) {
    .modal-dialog.modal-xxl {
        max-width: 1140px; /* Breite für größere Bildschirme */
    }
}

@media (max-width: 768px) {
    .modal-dialog.modal-xxl {
        max-width: 98%; /* Sehr schmal für mobile Geräte */
        margin: 0.5rem auto; /* Reduziertes vertikales Padding */
    }
}

.modal-open .modal {
    background-color: rgba(74, 74, 74, 0.8);
}

.modal-content {
    background-color: rgba(0, 128, 181, 0.9);
}

#contactModal span,
#modalQuickApplication > div > div > div.modal-header > button > span {
    color: #FFFFFF;
    font-weight: 300;
    display: block;
}

.notice-list-container li:hover{
    width: 45px;
}

.notice-list-container li:hover .notice-list-icon {
    left: 5px !important;
}

.notice-list-container li:hover .notice-list-icon-text {
    left: 18px !important;
}

.notice-list-icon,
.notice-list-icon-text {
    transition: 0.25s;
}

.notice-list-container li{
    transition: 0.25s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contactModal {
    z-index: 999999;
}

#modalQuickApplication .close,
#contactModal .close {
    opacity: 1;
    font-size: 45px;
    line-height: 25px;
}

#modalQuickApplication .modal-content {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid var(--cr-main-color-blue);
}

.wpcf7-not-valid-tip {
    color: var(--cr-main-color-red);
    font-size: 14px;
    font-weight: 500;
}

.modal-body {
    color: #FFFFFF;
    font-size: 15px;
}

.modal-body  .location-card .kg-modal-standort-name {
    font-size: clamp(18px, 4vw, 24px);
    line-height: 1.2em;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 15px;
}

.modal-header .kg-modal-standort-oeffnungszeiten,
.modal-body  .location-card .kg-modal-standort-oeffnungszeiten {
    font-size: clamp(1.125rem, 0.9696rem + 0.5405vw, 1.375rem);
    line-height: 1.2em;
    color: #FFFFFF;
    font-weight: 500;
}

.modal-body  .location-card .kg-modal-standort-abteilungen {
    font-size: clamp(1rem, 0.8446rem + 0.5405vw, 1.25rem);
    line-height: 1.2em;
    color: #FFFFFF;
    font-weight: 500;
}

.modal-body .fa {
    font-size: 16px;
}

.modal-body a {
    color: #FFFFFF;
}

.location-card {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.modal-body h5 {
    color: #212529;
    font-size: 14px;
    font-weight: 700;
}

.modal-body .go-to-location  {
    color: #4A4A4A;
}

.modal-body a:hover{
    text-decoration: none;
}

.modal-body hr {
    border-top: 1px solid #FFFFFF;
}

.button-modal-close {
    background-color: #0080B5;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 20px;
    cursor: pointer;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-weight: 400;
}

#contactModal .modal-header {
    padding: 15px 25px 0px 27px;
    border: none;
}

#contactModal .modal-footer {
    border-top: none;
    padding-bottom: 20px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 35px;
}


#contactModal p {
    line-height: 20px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}

.kg-img-logos-modal{
    max-height: 35px;
    margin-right: 5px;
}

.kg-img-logos-sm-modal {
    height: 35px;
    margin-right: 5px;
}

.kg-modal-logos-list {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.kg-modal-border {
    border-bottom: 2px solid #272d33;
}

.ah-logo {
    max-width: 232px;
}

.kg-modal-standort-mh {
    height: 105px;
}

.btn.btn-contact-modal,
a.button.btn-contact-modal {
    background-color: rgba(74, 74, 74, 0.9);
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

.btn.btn-contact-modal:hover,
a.button.btn-contact-modal:hover {
    background-color: rgba(0, 128, 181, 0.9);
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

ul.ul-carl {
    list-style: none; /* Entfernt standardmäßige Aufzählungspunkte */
    padding: 15px;
    margin: 0;
}

ul.ul-carl li {
    position: relative; /* Für das Icon, das absolut positioniert wird */
    padding-left: 30px; /* Platz für das Icon */
    font-size: 16px; /* Schriftgröße */
    line-height: 1.6; /* Für ausreichend Abstand zwischen Zeilen */
    color: #333; /* Schriftfarbe */
}

ul.ul-carl li::before {
    content: "\f00c"; /* Unicode für FontAwesome Checkmark */
    font-family: "FontAwesome"; /* FontAwesome-Bibliothek */
    position: absolute; /* Absolut zum <li>-Element positioniert */
    left: 0; /* Linksbündig positioniert */
    color: #0080B5; /* Checkmark-Farbe */
    font-size: 18px; /* Größe des Checkmarks */
    line-height: 1.6; /* Gleiche Zeilenhöhe wie <li> */
}

/* =================================================
   end contact modal
==================================================== */

.kg-carl-blau {
    color: #001c59;
}

.kg-sb-btn-carl-career input {
    background-color: #0080B5;
}

/* =================================================
   Start Site Bar Navigation
==================================================== */

.sitenav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    list-style: none;
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 999999;
}

.sitenav .hg-text {
    background-color: var(--main-bg-color);
    color: #fff;
}

.sitenav .hg-accent {
    background-color: var(--main-bg-color);
    color: #fff;
}

.sitenav li a {
    width: 110px;
    padding: 15px 5px 15px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 3px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

.sitenav li a:hover {
    width: 120px;
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.svg-inline--site {
    display: inline-block;
    height: 2.5em;
    overflow: visible;
    vertical-align: -.125em;
}

.sitenav a svg {
    font-size: 30px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 58em) {
    .sitenav a svg {
        font-size: 20px;
    }
}

.wd-temp-align-center {
    align-items: center;
}

.wd-temp-flex-column {
    flex-direction: column;
}

.wd-temp-flex {
    display: flex;
}

.sitenav a font {
    font-size: 10px;
    line-height: 10px;
}

@media only screen and (max-width: 38em) {
    .sitenav {
        width:90%;
        flex-direction: row;
        top: auto;
        bottom: 5px;
        right: 5%;
        margin: 0;
        background-color: var(--main-bg-color);
        color: #fff;
        border-radius: 5px;
        overflow: hidden;
        padding-inline-start: 0px;
    }

    .sitenav li {
        width: 100%;
    }

    .sitenav li a {
        width: 100%;
        padding: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
    }

    .sitenav li a:hover {
        width: 100%;
    }

    .sitenav .hg-accent {
        background-color: var(--main-bg-color);
    }

    .sitenav a svg {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

.sidenav-font-s {
    font-size: 12px;
    line-height: 12px;
}

/* =================================================
   End Site Bar Navigation
==================================================== */

/*
    Kachel Menü
 */
.kg-menu-parent {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 1fr);
    margin: 15px 0;
}

.kg-menu-parent a figure {
    width: 100%;
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.kg-menu-parent a figure p {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    max-width: 100%;
    width: 360px;
    margin: 0;
    line-height: 1;
    z-index: 2;
    transition: .4s;
}

.kg-menu-parent a figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.kg-menu-parent a figure p small {
    display: block;
    font-weight: 700;
    text-transform: initial;
    margin: .5em 0 0 0;
}

.kg-menu-div1 { grid-row: 1; }
.kg-menu-div2 { grid-row: 2; }
.kg-menu-div3 { grid-row: 3; }
/*
.kg-menu-div4 { grid-area: 1 / 4 / 2 / 5;}
.kg-menu-div5 { grid-area: 2 / 4 / 3 / 5;}
.kg-menu-div6 { grid-area: 3 / 1 / 4 / 3;}
.kg-menu-div7 { grid-area: 3 / 3 / 4 / 5;}
*/

.kg-menu-grid-items {
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.kg-menu-grid-items p {
    font-size: clamp(
            15px,
            calc(15px + (20 - 15) * ((100vw - 676px) / (1200 - 676))),
            20px
    );
}

@media (min-width: 768px) {
    #hero-swiper {
        -moz-border-radius-bottomright: 15px;
        border-bottom-right-radius: 15px;
    }
}

.kg-menu-grid-items a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .4s;
}

.kg-menu-grid-items:hover img{
    transform: scale(1.08);
}

@media (max-width: 960px) {
    .kg-menu-parent a figure {
        padding: 16px;
    }
}


@media (max-width: 767px) {
    .kg-menu-parent {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        padding-left: 15px;
        padding-right: 15px;
    }
    .kg-menu-div1,
    .kg-menu-div2,
    .kg-menu-div3,
    .kg-menu-div4,
    .kg-menu-div5,
    .kg-menu-div6,
    .kg-menu-div7 {grid-area: auto;}

    .kg-grid-extra-query{
        grid-template-rows: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media (max-width: 576px) {
    .kg-menu-parent {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        padding-left: 15px;
        padding-right: 15px;
    }
    .kg-menu-div1,
    .kg-menu-div2,
    .kg-menu-div3,
    .kg-menu-div4,
    .kg-menu-div5,
    .kg-menu-div6,
    .kg-menu-div7 {grid-area: auto;}
    .kg-grid-extra-query{
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        aspect-ratio: 966 / 1181 !important;
    }

    .btn-locations-start-page {
        font-size: 13px;
        padding: 5px;
    }
}

.list-group-item.active {
    background-color: #00d2bd !important;
    border-color: #00d2bd !important;
}

/* Standardmäßig sichtbar */
#mobileSitenav {
    opacity: 1;
    transition: opacity 0.8s ease;
    pointer-events: auto;
}

/* Auf mobilen Geräten: anfänglich versteckt */
@media (max-width: 768px) {
    #mobileSitenav {
        opacity: 0;
        pointer-events: none;
    }

    #mobileSitenav.visible {
        opacity: 1;
        pointer-events: auto;
    }
}


/* =================================================
   Start Bootstrap 4 Card Carousel Startseite
==================================================== */

.card.kg-card-startpage {
    background-color: rgba(13, 13, 13, 0.8);
    color: #ffffff;
    border: 1px solid #0080B5;
    border-radius: 10px;
}

.kg-card-header-startpage {
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.kg-card-header-startpage p {
    height: 45px
}
.kg-start-image-card {
    height: 60px;
}

.kg-start-text-content-card {
    min-height: 300px;
}

.kg-card-header-startpage strong {
    font-size: 20px;
    font-weight: 700;
}

.kg-card-header-startpage .kg-card-img-top {
    width: 50px;
    display: inline-block;
}

.card-button .button  {
    background-color: #0080B5;
    color: #ffffff;
    border: 1px solid #0080B5;
}

.button-container {
    display: flex; /* Setzt Flexbox für die Buttons */
    gap: 15px; /* Abstand zwischen den Buttons */
    justify-content: center; /* Button-Container-Inhalt zentrieren */
    align-items: center; /* Vertikale Zentrierung der Buttons */
}


.btn.prev,
.btn.next {
    background-color: #0080B5;
    color: #ffffff;
    border: 1px solid #0080B5;
    width: 120px;

    display: flex; /* Setzt Flexbox für den Button-Inhalt */
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    padding: 10px 20px; /* Optional: Button-Größe */
    font-size: 16px; /* Schriftgröße */
    font-weight: 500 !important;
    border-radius: 5px; /* Abgerundete Ecken */
    cursor: pointer; /* Mauszeiger wenn hover */
}

.carousel-indicators {
    margin-top: 5px;
    margin-bottom: 4px;
    bottom: 37px;
    //background-color: rgba(13, 13, 13, 0.8);
    border-radius: 4px;
    //border: 1px solid #0080B5;
}
.carousel-indicators li {
    background-color: #0080B5;
    height: 4px;
    width: 35px;
    border-radius: 4px;
}

.kg-card-startpage .card-button {
    padding: 15px 0px 15px 0px;
}

@media (max-width: 575px) {
    .kg-start-text-content-card {
        min-height: 175px;
    }
}

@media (min-width: 576px) {
    .kg-start-text-content-card {
        min-height: 175px;
    }
}

@media (min-width: 768px) {

    .kg-start-text-content-card {
        min-height: 285px;
    }
}

@media (min-width: 992px) {
    .kg-start-text-content-card {
        min-height: 245px;
    }
}

@media (min-width: 1250px) {
    .kg-start-text-content-card {
        min-height: 185px;
    }
}

/**
    Start Startseite carousel
*/

/* Tablet and up */

@media (min-width: 768px) {
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
        -webkit-transition: none;
        transition: none;
    }
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -50%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* Desktop and up */

@media (min-width: 992px) {
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        -webkit-transition: none;
        transition: none;
    }
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}


/* =================================================
   End Bootstrap 4 Card Carousel Startseite
==================================================== */

/* =================================================
   Start Page CSS
==================================================== */
.text-start-white {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

.img-start-page-leistungen img {
    height: 85px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-start-white {
        font-size: 15px;
    }

    .img-start-page-leistungen img {
        height: 75px;
    }
}

.image-start-services-svg img {
    height: 75px;
    width: auto;
}

.vc_separator h4 {
    font-size: 20px;
}


/* =================================================
  End Start Page CSS
==================================================== */

.kg-marken-btn {
    background: #fff;
    color: #000;
    font-size: 16px;
    height: auto;
    line-height: 41px;
    text-transform: none;
    padding-left: 10px;
    border-radius: 15px;
    border: 1px solid #f2f2f2;
    margin-left: 15px;
    margin-right: 15px;
}

.img-border img {
    width: 200px;
    height: 200px;
    object-fit: cover !important;
    margin: -6px;
}

.logos-wrapper img {
    width: auto !important;
    height: 70px !important;
    max-width: none !important;
    display: inline-block !important;
    margin: 10px 25px !important;
}

@media (max-width: 768px) {
    .logos-wrapper img {
        width: auto !important;
        height: 45px !important;
    }
}

.iframe-wrapper {
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .kg-img-logos-sm {
        height: 25px;
        max-width: 50px;
    }
}


.kg-btn-HL {
    background-color: #0080B5 !important;
    border-radius: 0px !important;
}












/**
// NEUES CSS FÜR NEUEN FAHRZEUGBESTAND!!!!
 */
.kg-upe {
    margin-bottom: 4px;
}

.kg-vatable {
    margin-top: -8px;
}

.kg-matrix-action {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}

.kg-campaign-label,
.kg-matrix-action .kg-timer-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
    transition: all 0.3s;
}

/* Mobile: untereinander */
@media (max-width: 640px) {
    .kg-matrix-action {
        grid-template-columns: 1fr;
    }
}

.kg-size-text {
    justify-content: center;
}

.kg-matrix-action .kg-size-small .kg-single span {
    font-size: 12px !important;
}

.kg-campaign-label:hover {
    transform: translateY(-2px);
}

.kg-vatable {
    font-size: 10px !important;
    font-style: italic;
}

.kg-space-compensator {
    margin-top: auto !important;
}

.swiper-container .kg-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.swiper-container .kg-card-image img {
    max-width: 100%;
    object-fit: cover !important;
    height: 100% !important;
}

.swiper-container .kg-card-image a.kg-hover-wrapper {
    object-fit: cover !important;
    height: 100% !important;
}

.kg-card-body {
    padding: 8px 12px !important;
    height: 100%;
    flex: 1;
}

.kg-price_new {
    font-size: 10px !important;
    text-wrap: nowrap;
    padding: 0 !important;
}

.kg-rate p {
    font-weight: 400 !important;
    font-size: 10px !important;
    text-wrap: nowrap;
    padding: 0 !important;
    margin-top: 0 !important;
}

.kg-price_new .kg-price {
    margin-top: -8px !important;
}

.kg-price, .kg-rate {
    margin-top: 0;
    font-size: 20px !important;
    font-weight: bold !important;
    position: relative;
}

.kg-price > .float-right {
    position: absolute;
    right: 0px;
    font-size: 15px;
}

.kg-price-old {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.kg-consumption {
    font-size: 10px !important;
    line-height: 12px !important;
}

.kg-consumption table tr .text-left {
    width: 100% !important;
}

/* GRID */
.kg-matrix-grid {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:30px;
}

@media (max-width: 991px) {
    .kg-matrix-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kg-menu-pad {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .kg-matrix-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.kg-matrix-card {
    background:#fff;
    border-radius:28px;
    border: 1px solid #ddd;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    transition:.3s ease;
}

.kg-matrix-card:hover {
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,0.15);
}

.kg-body {
    padding:35px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.kg-title {
    font-size: 16px;
    line-height: 25px;
    font-weight:700;
    margin:0 0 12px 0;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    margin-right: 15px;
}

.kg-dotted {
    border-top:1px dotted #bbbbbb99;
    margin: 12px 0 12px 0;
}

/* SPEC GRID */
.kg-spec-grid {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:12px 20px;
}

.kg-spec-grid div {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kg-spec-grid i {
    width: 16px;
}

.kg-consumption, .kg-location, .kg-net {
    color:#5f6d78;
}

/* PREISE */
.kg-price-section {
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-top:auto;
}

.kg-price-left, .kg-price-right {
    padding: 0px 4px 4px 0;
}

.kg-price-left {
    border-right:1px dotted #bbbbbb99;
}

.kg-leasing small {
    font-weight:400;
}

/**
// NEUES FAHRZEUGDESIGN STARTSEITEN SLIDER
 */
.kg-swiper-start-page .swiper-slide {
    background: transparent;
}

.kg-swiper-start-page .kg-upe {
    font-size: 9px;
    margin-bottom: -2px;
}

.kg-hover-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.kg-hover-specs {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease;
}

.kg-hover-left,
.kg-hover-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kg-hover-left div,
.kg-hover-right div {
    background: rgba(255,255,255,0.08);
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(0);
    transition: transform .4s ease, opacity .3s ease;
    margin-bottom: 10px;
}

/* Startposition */
.kg-hover-left div {
    transform: translateX(-40px);
    opacity: 0;
}

.kg-hover-right div {
    transform: translateX(40px);
    opacity: 0;
}

/* Hover Effekt */
.kg-hover-wrapper:hover .kg-hover-specs {
    opacity: 1;
}

.kg-hover-wrapper:hover .kg-hover-left div {
    transform: translateX(0);
    opacity: 1;
}

.kg-hover-wrapper:hover .kg-hover-right div {
    transform: translateX(0);
    opacity: 1;
}


/* Fahrzeugsuche extras */
#search_results .kg-card-image {
    aspect-ratio: 4/3;
}

#search_results .kg-card-image a{
    width: 100%; height: 100%; display: block;
}

#search_results .kg-card-image img {
    object-fit: cover; height: 100%;
}

/* Detailansicht nachjustierung Swiper */
#detailViewThumbSlider .swiper-slide {
    max-height: 140px;
}

#detailViewMainSlider .swiper-slide {
    max-height: 620px;
}

#detailViewMainSlider .swiper-slide img{
    height: 100%; object-fit: cover;
    justify-content: center;
}

/* Preisbewertung */
.kg-matrix-card-space-compensator {
    min-height: 40px;
}

.kg-mobile-rating {
    position: absolute;
    right: 0;
    bottom: 17px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.kg-rating-text {
    font-size: 10px;
    font-weight: bold;
    color: #28a745;
    text-transform: uppercase;
    line-height: 1;
}

.kg-rating-bars {
    display: flex;
    gap: 3px;
}

.kg-rating-bar {
    width: 14px;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
}

.kg-rating-bar.active {
    background-color: #28a745;
}

/* Startseiten Slider */
#kg-swiper-start-page .swiper-slide .kg-consumption {
    min-height: 42px;
}

.kg-spec-grid {
    font-size: 17px;
}

.kg-consumption td {
    font-size: 15px;
    line-height: 17px;
}

