html {
    --main-background-color: white;
    --main-foreground-color: black;
    --highlight-background-color: #FF0000;
    --highlight-foreground-color: white;
    --gallery-background-color: white;
    --gallery-color: black;
    --gallery-caption-color: black;
    --price-background-color: black;
    --price-row-background-color: var(--main-background-color);
    --price-row-alternate-background-color: var(--main-background-color);
    --price-color: var(--main-foreground-color);
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: var(--highlight-background-color);
}

/*.dotted-section.dotted-subtitles .plain-bar h2,*/
/*.dotted-section.dotted-subtitles .plain-bar h3 {*/
/*    color: white!important;*/
/*}*/

/*.dotted-section.dotted-subtitles h2.text-center{*/
/*    color: var(--highlight-foreground-color)!important;*/
/*}*/

/*.dotted-section .dot-container-content,*/
/*.dotted-section h3{*/
/*    color: var(--main-background-color)!important;*/
/*}*/


.gallery-custom-within {
    background: var(--main-background-color) !important;
}

.gallery-custom-within .splide.gallery {
    background: var(--main-background-color) !important;
}


.contact-panel-form-input:only-child label {
    color: #ee1c25 !important;
}

.contact-panel-form-row .agreement-trigger {
    color: #ee1c25 !important;
}

.req {
    color: #ee1c25 !important;
}

.footer {
    margin-top: 0 !important;
    width: 100vw;
}

.fixed-buttons {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: var(--highlight-background-color);
    height: 35px;
    z-index: 999;
}

.fixed-buttons .container-resp {
    margin: auto;
}

.col1-3 {
    width: 31.333%;
    float: left;
    margin-left: 1%;
    box-sizing: border-box;
    margin-right: 1%;
    min-height: 1px;
}

.container-resp .col1-3 a {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

@media (max-width: 980px) {
    .container-resp .col1-3 {
        width: 48%;
    }

    .fixed-buttons {
        height: 70px;
    }
}

@media (max-width: 580px) {
    .container-resp .col1-3 {
        width: 98%;
    }

    .fixed-buttons {
        height: 105px;
    }
}

.content-narrow {
    padding: 2.5em 0 0 0;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.top-20 {
    top: 20%;
}

.fs-24px {
    font-size: 24px;
}

.font-bold {
    font-weight: bold;
}

.custom-financing-details {
    right: 5%;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.max-w-300px {
    max-width: 300px;
}

.text-uppercase {
    text-transform: uppercase;
}

.index-1001 {
    z-index: 1001;
}

.text-white {
    color: white;
}

.fixed-buttons a {
    font-family: "SuzukiPROHeadline", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 1em;
    display: block;
    text-align: center;
    transition: all 0.15s ease-in;
    cursor: pointer;
    outline: none !important;
    text-decoration: none;
    text-transform: uppercase;
}

.fixed-buttons a:hover {
    background: #CC4600;
}

.contact-panel-form {
    color: black;
}

.blue-bg .plain-bar {
    background: #0637a8 !important;
}

.gallery-custom h2 {
    color: var(--highlight-background-color) !important;
}

.contact-panel-form {
    background-color: #0637a8 !important;
}

.contact-panel-header .tab-header.active {
    background-color: #0637a8 !important;
}

.contact-panel-header .tab-header {
    border-bottom: 5px solid #0637a8 !important;
}

.cover {
    position: relative;
    z-index: 1000;
}

.cta-line {
    z-index: 1001;
    background: linear-gradient(
            to bottom,
            transparent 1.4em,
            var(--highlight-background-color) 1.4em,
            var(--highlight-background-color) 1.8em,
            white 1.8em
    ) !important;
}

.content-narrow h4 {
    color: white;
}

.price-table-content table tbody tr {
    border-bottom: 2px solid black;
}

.price-section {
    background-color: white !important;
    color: black !important;
}

.price-section h2,
.price-section p {
    color: black !important;
}

.price-table-content table tbody tr td {
    font-size: 1em !important;
    padding: 0.2em 0.8em !important;
}

.intro-section ul {
    position: relative;
    list-style: none;
}

.intro-section li::before {
    content: '▶';
    color: var(--highlight-background-color);
    position: absolute;
    left: 0;
}
.intro-section h3{
    margin:0;
}

.intro-section .disclaimer {
    font-size: 0.8rem;
    margin: auto;
    font-style: italic;
}

.p-3 {
    padding: 0 1rem;
}

@media screen and (min-width: 1100px) {
    .left-text {
        text-align: left !important;
    }
}

@media screen and (max-width: 1100px) {
    .mobile-center-text {
        text-align: center !important;
    }
}

@media screen and (max-width: 1200px) {
    .custom-financing-details {
        right: 0;
    }
}



.bg-red {
    background: #fe0000;
}

.col-white {
    color: white;
}

.intro-section .cti-img {
    display: grid;
    align-items: center;
}

.cover .logo {
    display: none;
}


@media screen and (max-width: 992px) {
    .custom-financing-details {
        display: none!important;
    }
}