/* ===================================================================================

* Theme Name: Induxo Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Description: Factory & Industrial WordPress Theme.
* Version: 1.1
* Author: Tripples
* Author URI: http://www.themewinter.com
* Template: induxo
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

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

body {
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    color: #333;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 28px !important;
    color: #0060af;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px !important;
    color: #1c1c24;
}

h3 {
    font-family: "Open Sans", sans-serif;
    color: #0060af;
}

h4 {
    font-family: "Open Sans", sans-serif;
    color: #0060af;
    font-weight: 700;
    line-height: 23px;
}

h5 {
    font-family: "Open Sans";
}

h6 {
    font-family: "Open Sans";
}

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


.btn {
    color: #333;
    cursor: pointer;
    background-color: #ddd;
    font-size: 14px;
    height: auto;
    line-height: 41px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.btn:hover {
    background: #434548;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
    color:  #575757;
}

a:hover {
    color: #0060af;
}

a.button,
.kg-grid-offer-btn a
{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background: #0060af;
    font-size: 16px;
    line-height: 38px;
    text-transform: none;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px !important; 
}

a.button:hover {
    cursor: pointer;
    background-color: #333333;
}

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1329px;
    }
}

@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: #0060af;
        height: 50px;
        width: 50px;
        margin-top: 3px;
        opacity: 1;
    }

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

    .fb:hover {
        opacity: 1;
    }

}

@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: #0060af;
        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: #0060af;
        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: 57px;
        z-index: 9999;
        transition-duration: .2s;
        transition-property: background-color;
        opacity: 0.95;
    }

    .fb-mobile img {
        background-color: #337ab7;
        height: 40px;
        width: 40px;
        opacity: 1;
        margin-top: 3px;
    }
    
}

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


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

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

.menue-shadow {
    position: absolute;
    width: 100%;
    z-index: 77;
    background: url(/wp-content/themes/induxo-child/images/message-shadow.png) top center repeat-x;
    height: 21px;
    margin-top: 0px;
}

.header.header-classic {
    background: #333 url(/wp-content/themes/induxo-child/images/message-shadow.png) top center repeat-x;
    border-bottom: 5px solid #0060af;
}

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

.header ul.navbar-nav > li.active > a:before {
    display: none;
}

.header ul.navbar-nav > li:hover > a:before {
    display: none;
}

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

.header.header-classic .navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
    background: #0060af;
}

.menu-item-15229 .nav-link {
    background-color: #c30000;
}

.kg-logos-bar {
    padding-top: 16px;
    padding-bottom: 23px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

.kg-logo {
    max-width: 280px;
}

.topbar.topbar-classic {
    padding: 0px 0px 4px 0px;
    background: #333;
}

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

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

.kg-img-logos-sm {
    height: 60px;
}

.kg-img-logos-skoda {
    height: 65px;
}

.kg-img-logo-weltauto {
    height: 70px;
}

.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;
    padding: 7px 10px 0px 10px;
    position: relative;
    display: table-cell;
}

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

.navbar .dropdown-menu {
    margin-top: 0;
    z-index: 1030;
}

.header.header-classic .navbar-light ul.navbar-nav > li .dropdown-menu {
    border-bottom: 5px solid #0060af;
    border-top: 5px solid #0060af;
}

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


/***
===================================================
 menu top styling
===================================================
***/

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

.header.header-classic .navbar-light ul.navbar-nav > li > a:hover {
    background-color: rgba(0, 96, 175, 0.8);
}


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


.dropdown-menu {
    background-color: rgba(51, 51, 51, 0.9);
}

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

.header ul.navbar-nav li .dropdown-menu li a {
    padding: 5px 10px;
}

.header ul.navbar-nav li .dropdown-menu li a:hover {
    background-color: rgba(3, 3, 3, 0.6);
    color: #fff;
}

.header ul.navbar-nav li .dropdown-menu li a.active {
    background-color: rgba(3, 3, 3, 0.6);
    color: #fff;
}

.btn-appointment-top {
    background-color: #c30000;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 4px 5px 4px;
}


@media (max-width: 991px) and (min-width: 768px){
    .header .navbar-toggler {
        background: #0060af;
    }

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

    .header .navbar-collapse {
        margin-top: 10px;
    }

}


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

@media (min-width: 1290px) and (max-width: 1500px) {
    .kg-img-logos-sm {
        height: 64px;
    }

    .kg-img-logo-weltauto {
        height: 70px;
    }
}

@media (max-width: 1340px) and (min-width: 1199px){

    .kg-logo {
        max-width: 250px;
        margin-top: 10px;
    }

    .kg-img-logos-sm {
        height: 55px;
    }
    .kg-img-logo-weltauto {
        height: 60px;
    }

}

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


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

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

    .kg-logo {
        max-width: 172px;
        margin-top: 10px;
    }

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

    .kg-img-logo-weltauto {
        height: 60px;
    }

    .kg-img-logos-skoda {
        height: 55px;
    }

}

@media (max-width: 991px) {

    .header.header-classic {
        padding-top: 5px;
        padding-bottom: 5px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .kg-logo-mobile {
        max-width: 170px;
    }

    .header .navbar-toggler {
        background: #333;
        border: none;
    }

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

    .header.header-classic .navbar-light .navbar-nav .active>.nav-link {
        color: #fff;
        background-color: rgba(3, 3, 3, 0.6);
    }

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


    .header.header-classic .navbar-light ul.navbar-nav > li > a {
        margin-right: 0px;
        padding-left: 15px;
    }
    .header ul.navbar-nav > li > a {
        padding: 0px;
        font-size: 12px;
    }

    .header ul.navbar-nav li .dropdown-menu li a {
        color: #fff;
        padding-left: 30px;
        border-bottom: 1px solid #2b2b2b;
    }

    .header ul.navbar-nav li .dropdown-menu li a:hover {
        background-color: rgba(3, 3, 3, 0.6);
    }

    .header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 1031;
        top: 100%;
    }

    .header .navbar-collapse {
        background: #fff;
        border-bottom: 5px solid #0060af;
        border-left: 0px solid #f2f2f2;
        border-right: 0px solid #f2f2f2;
        border-top: 5px solid #0060af;
    }

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


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

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

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

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

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

    .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: 374px) and (min-width: 320px){
    .kg-logo-mobile {
        width: 225px;
    }
}


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


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

h4.footer-headline {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

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

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

.kg-footer-logo {
    max-width: 300px;
}

.ts-footer {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 40px;
    border-top: 5px solid #0060af;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

.ts-footer-classic p {
    color: #fff;
    padding-right: 20px;
}

.ts-footer a {
    color: #aaa;
    font-weight: 600;
}

.copy-right {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: 5px solid #0060af;
}

.kg-footer-logo-div-sm  {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

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

.custom-html-widget a:before {
    content:'»\00a0';
}

.ts-footer .widget-title {
    color: #fff;
    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: #0060af;
}

.pea_cook_control {
    border-top: 5px solid #0060af;
    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;
}

.ad-bottom {
    text-align: right;
    padding-top: 5px;
    margin-bottom: 70px;
}


@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: 80px;
    }

    .kg-footer-logo-div-sm img{
        height: 32px;
        padding-top: 3px;
        padding-left: 3px;
        padding-right: 3px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

}

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

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



@media (max-width : 767px) {

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

@media (min-width : 1024px) {

    .ad-bottom {
        margin-bottom: 0px;
    }
}

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

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

.notice-list-container {
    position: fixed;
    top: 40%;
    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;
}

.img-border-top {
    border-top: 5px solid #0060af;
}

.heading-background {
    background-color: #eeeeee;
    text-align: center;
    padding: 7px;
}

.heading-background h4 {
    margin-bottom: 0px;
}

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

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


blockquote {
    padding: 0px 20px;
    margin: 20px 0 25px;
    border-left: 7px solid ;
    border-left-color: #0060af;
    font-size: 19px;
}

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: #4ba82e;
    color: #fff;
}

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

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

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

.audi-service{
    color: #c9012c;
    border-left-color: #c9012c;
}
a.button.audi-servicebutton {
    background: #c9012c; color: #fff;
}


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

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

.volkswagen {
    border-left-color: #0060af;
}

/*
.volkswagen-text {
    color: #0060af;
}
*/


a.volkswagen-text {
    color: #0060af;
}

a.volkswagen-text:hover {
    color: #aaa;
}

.volkswagen-bl-quote {
    border-left-color: #0060af;
}
.volkswagen-service {
    color: #0060af;
}

a.button.btn-volkswagen {
    background: #0060af;
    color: #fff;
}

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

a.button.btn-cupra {
    background: #333;
    color: #fff;
}

a.button.btn-cupra:hover  {
    background: #C4734A;
}

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

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md:hover {
    background-color: #333333;
}

.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 {
    color: #000000 !important;
}

/**
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: #a91a1a;
    font-size: 80px;
    line-height: 80px
}

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

}


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

.message-wrap {
    border-bottom: solid 2px #fff;
    border-top: solid 3px #fff;
    padding: 22px 0;
    background: #f0f0f0 url(/wp-content/themes/induxo-child/images/message-shadow.png) top center repeat-x;
}

.btnright {
    float: right;
}

.menue-shadow {
    position: absolute;
    width: 100%;
    z-index: 77;
    background: url(/wp-content/themes/induxo-child/images/message-shadow.png) top center repeat-x;
    height: 21px;
    margin-top: 0px;
}


.message-wrap {
    border-top: solid 3px #fff;
    padding: 10px 10px;
    background: #f0f0f0 url(/wp-content/themes/induxo-child/images/message-shadow.png) top center repeat-x;
}


.message-wrap .message-shadow {
    margin-top: 10px;
}

.message-shadow {
    position: relative;
    width: 100%;
    z-index: 2;
    background: url(/wp-content/themes/induxo-child/images/message-shadow.png) top center repeat-x;
    height: 21px;
}


.message-wrap .row > div {
    padding: 1px;
}

.message-wrap .row {
    margin-left: -2px;
    margin-right: -2px;
}

.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%); }
}


.bg-wicke {
    background-color: #0d3a63;
}

.employee-card {
    padding-left: 105px;
}

.start-page-svg {
    max-height: 128px;
}

@media (max-width: 576px) {
    .start-page-svg {
        max-height: 67px;
    }
}

.kg-kart-start{
    border: 3px solid #0060af;
}

.kg-card-header-start h4{
    font-weight: 600;
    height: 30px;
    padding-bottom: 0px;
}

.kg-card-body-start {
    background: #f2f2f2;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.kg-card-header-start {

    border-radius: 0px;
    background-color: #f2f2f2;
    border-bottom: none;
    padding-bottom: 0px;
}


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

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

.kg-fuel-consumption {
    font-weight: 700;
    font-size: 16px;
}


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


.btn-svg {
    max-height: 35px;
    max-width: 35px;
}

.btn-online-booking {
    max-width: 350px;
    font-weight: 600;
    font-size: 16px;
    display: block;
    vertical-align: middle;
    height: 95px;
    padding: 15px 20px;
    line-height: 35px;
    background-color: #e5e5e5;
    border: solid 1px #d9d9d9;
    border-radius: 5px;
    background-color: #e5e5e5;
    box-shadow: 6px 6px 3px rgba(229,229,229,0.8);
    -moz-box-shadow: 6px 6px 3px rgba(229,229,229,0.8);
    -webkit-box-shadow: 6px 6px 3px rgba(229,229,229,0.8);
    -o-box-shadow: 6px 6px 3px rgba(229,229,229,0.8);
}

.btn-online-booking :hover {
    cursor: pointer;
}

.svg-btn-text {
    display: inherit;
}

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

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

.kg-img-logos-kleinanzeigen {
    max-width: 200px;
}

/* =================================================
    NEUES CSS FÜR NEUEN FAHRZEUGBESTAND!!!! (Merged from Strobel)
==================================================== */

.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-space-compensator {
    margin-top: auto !important;
}

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

.swiper-container .kg-card-image img {
    max-width: 100%;
    object-fit: cover !important;
    height: 100% !important;
    border-radius: 0 !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-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;
    }
}

/* =================================================
    QUICK SEARCH & RESULT COUNTER (Merged from Strobel)
==================================================== */

#resultCounter {
    margin-top: 1rem;
}

.kg-result-counter {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bolder;
    text-transform: uppercase;
    background-color: #0060af !important; /* Lademann Blue */
    color: #fff !important;
    border: none;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.kg-result-counter:hover {
    background-color: #333 !important; /* Hover Color requested */
    color: #fff !important;
}

.kg-filter-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.bg-color-div {
    background-color: #f9f9f9 !important;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-radius: 15px;
}

/* Force filter visibility on desktop since button is d-lg-none */
@media (min-width: 992px) {
    .kg-filter-container.collapse:not(.show) {
        display: block !important;
    }
    
    .kg-filter-container {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .kg-result-counter {
        margin-bottom: 20px;
    }
    
    .kg-filter-container {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        background: transparent;
    }
}

#quickSearchForm .custom-col {
    padding: 5px;
}

#quickSearchForm select, 
#quickSearchForm input {
    border-radius: 6px;
    border: 1px solid #ddd;
    height: 40px;
    font-size: 14px;
}

/* Fix for result_count button */
#result_count,
#quickSearchForm #result_count {
    background-color: #0060af !important; /* Lademann Blue */
    color: #fff !important;
    border-radius: 6px;
    height: 40px;
    line-height: 40px !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 5px !important;
    border: none;
    transition: all 0.3s ease;
}

#result_count:hover,
#quickSearchForm #result_count:hover {
    background-color: #333 !important; /* Hover Color requested */
    color: #fff !important;
}

/* =================================================
    Video Hero (übernommen von Strobel)
==================================================== */

.video-hero {
    max-width: 900px;
    margin: 0px auto;
    padding: 0 16px;
}

.video-frame {
    background: linear-gradient(135deg, #0060af 0%, #004a87 100%); /* Angepasst an Lademann Projektfarben (#0060af) */
    border-radius: 18px;
    padding: 24px;
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 96, 175, 0.4);
    border: 2px solid rgba(0, 96, 175, 0.4);
}

.video-header h2 {
    font-size: 1.4rem;
    margin: 0 0 4px;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.video-header p {
    margin: 0 0 20px;
    opacity: .95;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #ffffff;
}

.video-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(0, 96, 175, 0.1);
    border: 1px solid rgba(0, 96, 175, 0.4);
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.video-wrapper:hover video {
    transform: scale(1.02);
}

.video-wrapper:hover {
    border-color: #0060af;
}