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

/*

#4dc7f5 --> rgb(77, 199, 245)  (Hell)  rgba(77, 199, 245, 0.9)

#012c5f --> rgb(1, 44, 95) (Dunkel) rgba(1, 44, 95, 0.9)

#0040C5 rgb(0, 64, 197);

*/


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

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

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

@media (min-width: 1200px) {

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .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%;
        padding-right: 0px;
        padding-left: 0px;
    }


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

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


h1 {
    font-family: "Roboto", sans-serif;
    font-weight:700;
    font-size: 28px;
    margin-bottom: 5px;
}

h2  {
    font-family: "Roboto", sans-serif;
    font-weight:500;
    font-size: 24px;
    color: #012c5f;
    margin-bottom: 5px;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #012c5f;
    margin-bottom: 5px;

}

h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #4F4F4F;
}

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

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

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

a {
    color:  #333333;
}

a:hover {
    color: #012c5f;
}

a.button
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #4F4F4F;
    background: #d6d6d6;
    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;
    color: #012c5f;
}

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

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


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


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

.topbar {
    background-color: #FFFFFF;
}

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

.header.header-classic {
    background: #4F4F4F;
}

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

.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: #012c5f;
}

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

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

.header ul.navbar-nav li .dropdown-menu li a.active {
    color: #012c5f;
    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 {
    height: 80px;
}

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

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

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

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

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

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

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

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

.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 #012c5f;
    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: #4F4F4F !important;
    background: #012c5f !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: #012c5f;
    border: 1px solid #012c5f;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bolder;
    line-height: 17px;
    padding: 0px 20px;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

@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: #012c5f;
    }

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

@media (max-width: 991px) {

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

    .header-wrapper {
        border: none;
    }

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

    .kg-logo {
        height: 50px;
    }

    .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: #012c5f;
        font-size: 17px;
    }

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

    .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: #4F4F4F;
    }

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

}

@media (max-width: 500px){
    .kg-logo-mobile {
        width: 225px;
    }

    .kg-logo {
        height: 43px;
    }
}


/* =================================================
    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;
}

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


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

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

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

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

.copy-right {
    /*background: linear-gradient(to bottom, #FFF 0%,#4F4F4F 100%);*/
    /*border-bottom: 5px solid #012c5f;*/
    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: #012c5f;
}

.pea_cook_control {
    border-top: 5px solid #012c5f;
    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: #012c5f;
    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
==================================================== */

blockquote {
    padding: 0px 20px;
    margin: 20px 0 25px;
    border-left: 7px solid ;
    border-left-color: #012c5f;
    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: #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: #c9012c;
}
.audi-service {
    color: #c9012c;
}


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

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

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

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

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

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

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


.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: #4F4F4F;
    cursor: pointer;
    background:  #d6d6d6;
}

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

.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: #012c5f;
    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 #012c5f;
    border-radius: 0px;
    background-color: #f2f2f2;
}


/***
===================================================
 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: 0 5px;
    min-width: 100%;
    text-align: center;
    padding-top: 6px;
    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: 0 5px;
    min-width: 100%;
    text-align: center;
    padding-top: 6px;
}

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

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

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

.button-modal-close {
    background-color: #2c2c2c;
    border: 0px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    padding: 3px 20px;
    cursor: pointer;
    color: #fff;
}

/***
===================================================
    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: #012c5f;
        height: 50px;
        width: 50px;
        margin-top: 3px;
        opacity: 1;
    }

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

    .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: #012c5f;
        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: #012c5f;
        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: #012c5f;
        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: #012c5f !important;
}

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


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

.modal-header h4 {
    color: #212529;
    font-size: 15px;
}

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

.modal-body h3 {
    color: #de2212;
}

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


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

.modal-body a {
    color: #212529;
    font-weight: 700;
}

.modal-body .go-to-location  {
    color: #3581da;
}

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

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

.modal-content {
    background-color: #eee;
    border-radius: 0px;
}

.button-modal-close {
    background-color: #012c5f;
    border: 0px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    padding: 3px 20px;
    cursor: pointer;
    color: #fff;
}


#contactModal .modal-header {
    border-bottom: 1px solid #272d33;
}

#contactModal .modal-footer {
    border-top: none;
}

#contactModal span {
    color: #012c5f;
    font-weight: 600;
    line-height: 14px;
    display: block;
}

#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-modal-border {
    border-bottom: 2px solid #272d33;
}

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


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


.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: 8px;
    -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 {

    color: #FFFF;
    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 #de2212;
    }

    .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: #012c5f;
    font-weight: 700;
    font-size: 24px;
}

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

.kg-fsu-menu-social-footer a {
    color: #ffffff;
    font-size: 2em;
    padding-right: 10px;
}

.ts-footer a {
    transition: 0.2s;
}

.ts-footer a:hover {
    font-weight: 600;
}

.markenlogos-online-service img {
    max-height: 100px;
}

#hero-swiper {
    border-radius: 40px;
    width: 98%;
}

@media (max-width: 1000px) and (min-width: 576px){
    #hero-swiper {
        border-radius: 15px;
    }
}

@media (max-width: 576px) {
    #hero-swiper {
        border-radius: 15px;
    }
}


.modal-content {
    background-color: rgba(255,255,255,0.75);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: none;
}

.modal-header {
    border-bottom: none;
}

.modal {
    backdrop-filter: blur(2px);
}


