/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
  --primary-color: #E52728;
  --secondary-color: #C42020;
  --text-color: #231F20;
  --white: #ffffff;
  color-scheme: only light;
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
}


    .lead strong {
        font-weight: 600;
    }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

@media (min-width: 1600px) {
.container {
    max-width: 1420px!important;
}
}

.abstand {
    margin-top: 120px;
    margin-bottom: 120px;
}

.abstandpadding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.abstandtop {
    margin-top: 120px;
}

.abstandpaddingbottom {
    padding-bottom: 120px;
}

.abstandcolteam {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
.abstand {
    margin-top: 80px;
    margin-bottom: 80px;
}
.abstandpadding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.abstandtop {
    margin-top: 80px;
}

.abstandpaddingbottom {
    padding-bottom: 80px;
}
}

@media (max-width: 991px) {
.abstandlg {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {
.abstandmd {
    margin-bottom: 40px;
}
}

.slidescroller {
    margin-top: -89px;
    padding-top: 89px;
}

@media (max-width: 320px) {
.slidescroller {
    margin-top: -88px;
    padding-top: 88px;
}
}

/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/

.hero {
    width: 100%;
    height: 100vh;
    background: url(../dmxDaten/home/background-template.svg) bottom center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 92px;
}

@media (max-width: 991px) {
.hero {
    padding-top: 187px;
    padding-bottom: 100px;
    height: 100%;
    background-attachment: scroll;
}
}

@media (max-height: 620px) {
.hero {
    padding-top: 187px;
    padding-bottom: 100px;
    height: 100%;
    background-attachment: scroll;
}
}

.bg-primary {
    background-color: var(--primary-color)!important;
}

.bg-dark {
    background-color: var(--text-color)!important;
    color: #ffffff;
}

@media (max-width: 440px) {
.cta-buttons {
  display: block!important;
}
.cta-buttons a {
  display: block!important;
  margin-right: 0!important;
  margin-bottom: 20px!important;
}
}

/*--------------------------------------------------------------
# Typografie
--------------------------------------------------------------*/

a {
  color: var(--primary-color);
}

a:focus, a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

h1 {
  font-size: 44px;
  font-weight: 700;
}

h1.h1neuwagen {
  font-size: 38px;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-weight: 600;
}

.marked {
  color: var(--primary-color);  
}

@media (max-width: 767px) {
h1 {
  font-size: 32px;
}
h1.h1neuwagen {
  font-size: 28px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
.lead {
    font-size: 17px!important;
}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn {
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
}

.btn-primary {
  color: var(--white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  color: var(--white);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  color: var(--white);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-dark {
  color: var(--text-color);
  border-color: var(--text-color);
}

.btn-outline-dark:hover {
  color: var(--white);
  background-color: var(--text-color);
  border-color: var(--text-color);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.card {
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}

.card-img-top {
  border-radius: 6px 6px 0 0;
}

.accordion .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .card .card-header {
  background-color: var(--white);
}

.accordion .card .card-header .btn-link {
  color: var(--primary-color);
}

.icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icon-box .icon {
    width: 60px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 30px;
}

@media (max-width: 340px) {
.icon-box {
    display: block;
}

.icon-box .icon {
    width: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}
}

li.page-item {
    list-style-type: none!important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0;
    font-size: 50px;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--primary-color);
    background: none!important;
    border: none;
}

.page-item.disabled .page-link {
    opacity: 37%;
    pointer-events: none;
    cursor: auto;
    background: none;
    border: none;
}

.page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.icon {
    width: 120px;
    margin-bottom: 10px;
}

.icon-1 {
    width: 120px;
    margin-bottom: 10px;
}

.tipp-portrait {
  border-radius: 50%;
  margin-top: -120px;
}

@media (max-width: 575px) {
.tipp-portrait {
  border-radius: 50%;
  margin-top: calc(-60px - 1.25rem);
  width: 120px;
  margin-bottom: 24px;
}
}

/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/

.bg-black {
  background-color: #000000!important;
}

.bg-light {
  background-color: #F4F4F4!important;
}

.bg-ssangyong-rexton {
  background-image: url("../dmxDaten/probefahren/modelle/Ssangyong-Rexton-Background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-honda-jazz {
  background-image: url("../dmxDaten/probefahren/modelle/Honda-Jazz-Background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-honda-hr-v {
  background-image: url("../dmxDaten/probefahren/modelle/Honda-HR-V-Background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-ssangyong-korando-e-motion {
  background-image: url("../dmxDaten/probefahren/modelle/Ssangyong-Korando-E-Motion-Background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgspezialangebot {
    background-image: url("../dmxDaten/spezialangebot/bilder-2025/bgspezialangebot-lg.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%, auto, cover;
    height: calc(100vh - 107px);
    width: 100%;
}

.bgueberuns {
    background-image: url("../dmxDaten/ueber-uns/team-2025/bgueberuns-lg.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%, auto, cover;
    height: calc(100vh - 107px);
    width: 100%;
}

.bgspezialangebot-uebersicht {
    background-image: url("../dmxDaten/probefahren/bgprobefahren-lg.jpg")!important;
    background-position: right center;
}

.bgspezialangebot-ssangyong-rexton {
    background-image: url("../dmxDaten/probefahren/modelle/Ssangyong-Rexton-Hero-Slider.jpg")!important;
    background-position: right bottom;
}

.startseite-container {
    height: calc(100vh - 107px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.bghalf-textleft {
    max-width: 550px;
}

.textright {
        max-width: 500px !important;
    }


    @media (max-width: 1600px) {
        .bghalf-textleft {
            max-width: 550px;
        }

        .bgspezialangebot {
            background-size: 45%, 100%, cover;
        }

        .bgueberuns {
            background-size: 45%, 100%, cover;
        }

        .textright {
            max-width: 450px !important;
        }
    }

    @media (max-width: 1200px) {
        .bghalf-textleft {
            max-width: 500px;
        }

        .bgspezialangebot {
            background-size: 40%, 100%, cover;
            height: calc(100vh - 89px);
        }

        .bgueberuns {
            background-size: 40%, 100%, cover;
            height: calc(100vh - 89px);
        }

        .textright {
            max-width: 400px !important;
        }
    }

    @media (min-width: 992px) and (max-height: 690px) {
        .bgspezialangebot {
            background-size: 40%, 100%, cover;
            height: 100%;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .bgueberuns {
            background-size: 40%, 100%, cover;
            height: 100%;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .startseite-container {
            height: 100%;
            padding-top: 40px;
            padding-bottom: 40px;
        }
    }


    @media (max-width: 991px) {
        .dienstleistungencol {
            max-width: 100% !important;
            text-align: left;
        }

        .dienstleistungencontainer {
            max-width: 100% !important;
            text-align: left;
        }

        .bgspezialangebot {
            height: 100%;
            background-image: none;
            padding-top: 80px;
            padding-bottom: 80px;
        }

        .bgueberuns {
            height: 100%;
            background-image: none;
            padding-top: 80px;
            padding-bottom: 80px;
        }


.bgspezialangebot-uebersicht {
    background-image: none!important;
}

.bgspezialangebot-ssangyong-rexton {
    background-image: none!important;
}

        .startseite-container {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
        }

        .textright {
            margin-top: 80px;
            max-width: 100% !important;
        }

        .textcenter {
            text-align: left;
        }
    }


.bg-honda-jazz-hybrid {
  background-image: url("../dmxDaten/neuwagen/Honda-Jazz-Hybrid/Honda-Jazz-Hybrid-Background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-honda-cr-v-hybrid {
  background-image: url("../dmxDaten/neuwagen/Honda-CR-V-Hybrid/Honda-CR-V-Hybrid-Background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-honda-e-ny1 {
  background-image: url("../dmxDaten/neuwagen/Honda-e-NY1/Honda-e-NY1-Background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.honda-jazz-hybrid-galerie {
  background-image: url("../dmxDaten/neuwagen/Honda-Jazz-Hybrid/Honda-Jazz-Hybrid-Galerie-4.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
.honda-jazz-hybrid-galerie {
  background-image: none;
}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#navigation {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding-top: 16px;
  padding-bottom: 16px;
}

#navigation.header-scrolled {
  background: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}

#logonavbar .st0 {
  fill: #EB1E25;
}

#logonavbar .st1 {
  fill: #FFFFFF;
}

#herstellerlogos .st2,
#herstellerlogosmobile .st2 {
  fill: #FFFFFF;
}

.header-scrolled #logonavbar .st1 {
  fill: #231F20!important;
}

.header-scrolled #herstellerlogos .st2,
.header-scrolled #herstellerlogosmobile .st2 {
  fill: #231F20!important;
}

@media (max-width: 991px) {
#logonavbar .st1 {
  fill: #231F20!important;
}
#herstellerlogos .st2,
#herstellerlogosmobile .st2 {
  fill: #231F20!important;
}
}

.navbar-logo {
  width: 180px;
}

@media (max-width: 1199px) {
.navbar-logo {
  width: 110px;
}
}

@media (max-width: 991px) {
.navbar-logo {
  width: 180px;
}
}

@media (max-width: 320px) {
.navbar-logo {
  width: 120px;
}
}

@media (max-width: 991px) {
#main-menu {
    margin-top: 20px;
    margin-bottom: 6px;
}
#navigation {
  background: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
}

.navbar-nav .nav-link, .nav-item {
  color: var(--white);
  font-size: 16px;
}

@media (max-width: 992px) {
.navbar-nav .nav-link, .nav-item {
  color: var(--text-color);
  font-size: 16px;
}
}

.header-scrolled .navbar-nav .nav-link, .nav-item {
  color: var(--text-color);
  font-size: 16px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: var(--primary-color);
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: var(--primary-color);
}

.navbar-toggler {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: var(--primary-color);
  color: var(--white);
}

.dropdown-item.active {
  background-color: var(--primary-color);
  color: var(--white);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.abstandnavbarblock {
  height: 95px;
}

@media (max-width: 320px) {
.abstandnavbarblock {
  height: 79px;
}
}



#accordionExample .card-header {
    padding: 0;
    background: none!important;
    border: none;
    margin-top: 10px;
    margin-bottom: 4px;
}

#accordionExample .btn {
    padding: 0;
    background: none!important;
    color: var(--text-color)!important;
    text-decoration: none!important;
    font-weight: 600;
    font-size: 18px;
    padding-right: 20px;
}

#accordionExample .card-body {
    padding: 0;
    background: none!important;
    margin-bottom: 4px;
}

#accordionExample .card .card-header .btn-link {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}


#accordionExample .card .card-header .btn-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: var(--text-color)!important;
    margin-right: -20px;
}

#accordionExample .card .card-header .btn-link.collapsed:after {
    content: "\f107";
}

.auflistung-vorteile {
    list-style: none;
    padding-left: 1.7em;
}

.auflistung-nachteile {
    list-style: none;
    padding-left: 1.7em;
}

ul.auflistung-vorteile li::before {
    content: "\002B";
    color: var(--primary-color) !important;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    font-weight: 600;
}

ul.auflistung-nachteile li::before {
    content: "\2013";
    color: var(--primary-color) !important;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Sidenavigation
--------------------------------------------------------------*/

#collapsesidenav {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#collapsesidenav ul {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#collapsesidenav .active a {
  color: var(--white);
}

#collapsesidenav a:hover {
  color: var(--white);
}

#collapsesidenav a {
  color: var(--white);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: var(--text-color);
  color: var(--white);
}

.footer a {
  color: var(--white);
}

/*--------------------------------------------------------------
# Formulare
--------------------------------------------------------------*/

    .invalid-feedback {
        display: none !important;
    }


    .formular-cta label {
        margin-bottom: .5rem;
    }

    .formular-cta .form-control {
        color: var(--text-color);
        border-radius: 6px;
        background: white;
        padding: .5rem 1.5rem;
        border: none;
        height: 48px;
    }

    /* Radio selbst unsichtbar */
    .radio-pill-group input[type="radio"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    /* Pill / Card */
    .radio-pill {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 14px;
        color: var(--text-color);
        border-radius: 6px;
        padding: 1rem;
        font-size: 1.1rem;
        line-height: 1.1;
        font-weight: 500;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border: none;
        background: white;
    }

    /* Kreis links */
    .radio-pill::before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid currentColor;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    /* Hover */
    .radio-pill:hover {
        background-color: var(--text-color);
        color: white;
    }

    /* Checked State */
    .radio-pill-group input[type="radio"]:checked+.radio-pill {
        background-color: var(--text-color);
        color: white;
    }

    /* Innerer Punkt */
    .radio-pill-group input[type="radio"]:checked+.radio-pill::before {
        background-color: white;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #telefon-zeit-wrapper {
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }

    #telefon-zeit-wrapper.d-none {
        opacity: 0;
        pointer-events: none;
    }


/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/


        .cookie-consent-banner {
            display: none;
            bottom: 20px;
            left: 20px;
            position: fixed;
            padding: 15px 20px 15px 20px;
            width: 300px;
            border-radius: 6px;
            text-align: left;
            max-height: 85%;
            overflow-y: auto;
            max-width: calc(100% - 40px);
            z-index: 999997;
            opacity: 1;
            font-size: 14px;
            -webkit-box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.35);
                    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.35);
            color: #1D1D1B;
            background-color: #ffffff;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .cookie-consent-button {
            border: none;
            padding: 8px 16px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            margin: 4px 2px;
            cursor: pointer;
            border-radius: 4px;
        }

        .cookie-consent-options label {
            margin: 0 10px;
            font-size: 14px;
        }

        .cookie-consent-options input {
            margin-right: 5px;
        }

        @media (max-width: 414px) {
            .cookie-consent-banner {
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 15px;
                border-radius: 0;
                max-width: 100%;
                font-size: 12px;
                background-color: #ffffff;
                text-align: center;
            }
        }

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.85);
    
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-top: 10px;
    vertical-align: baseline;
}

.disclaimer-footer {
  text-align: right;
}

@media (max-width: 768px) {
.disclaimer-footer {
  text-align: left;
}
}

/*--------------------------------------------------------------
# Tiny MCE
--------------------------------------------------------------*/

.tox-tinymce {
  top: auto!important;
  bottom: 0!important;
  position: fixed!important;
}