html {
    --main-background-color: white;
    --main-foreground-color: #013145;
    --highlight-background-color: #657b78;
    --highlight-foreground-color: var(--main-background-color);
    --gallery-background-color: white;
    --gallery-color: var(--main-foreground-color);
    --gallery-caption-color: var(--main-foreground-color);
    --price-background-color: black;
    --price-color: white;
    --price-row-background-color: var(--main-foreground-color);
    --price-row-alternate-background-color: #012638;
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: var(--main-foreground-color);
}


.tech-spec {
    background-color: var(--main-foreground-color);
    color: white;
}

.contact-panel-form-row .agreement-trigger {
    color: #ee1c25 !important;
}

.req {
    color: #ee1c25 !important;
}

.footer {
    margin-top: 0 !important;
}

.chasis-gallery {
    background-color: var(--main-foreground-color) !important;
}

.chasis-gallery .dot-container-item {
    background-color: var(--main-foreground-color);
    color: white;
}

.chasis-gallery + section {
    background-color: var(--main-foreground-color);
    color: white;
}

.chasis-gallery + section h2 {
    color: white;
}

.chasis-main-plain + .extended {
    display: flex;
    justify-content: center;
    text-transform: initial;
}

.chasis-main-plain + .extended h2 {
    width: 80%;
    font-size: 1.5rem;
}


.contact-panel-form-input:only-child label {
    color: #ee1c25 !important;
}

.contact-panel-header + h4 {
    color: white;
}

.first-section h2 {
    color: var(--highlight-background-color);
}

.more-info .nomargins {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.more-info .nomargins .cta-button {
    background-color: var(--main-foreground-color);
}

.tech-spec + .cta-line {
    top: 0 !important;
    background: linear-gradient(to bottom, var(--main-foreground-color) 1.4em, var(--highlight-background-color) 1.4em, var(--highlight-background-color) 1.8em, black 1.8em) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.6em;
}

.tech-spec + .cta-line .cta-button{
    display: flex;
    align-items: center;
    margin: 0 0.5em;
}

.modal-body-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.compare-version-table {
    margin-top: 2rem 0;
}

.compare-version-table tr {
    line-height: 2rem;
}

.compare-version-table tr td:first-child {
    border-radius: 15px 0 0 15px;
}

.compare-version-table tr td:last-child {
    border-radius: 0 15px 15px 0;
}

.compare-version-table td {
    border: 2px solid var(--highlight-background-color);
    text-align: center;
}

.compare-version-table .header-row {
    background-color: var(--highlight-background-color);
    color: white;
}

.technologies-section {
    background-color: var(--main-foreground-color);
    color: white;
}

.img-header + h3 {
    text-transform: initial !important;
}


@media (min-width: 1100px) {
    .modal-size {
        width: 70vw;
        position: fixed;
        left: 15vw;
        height: 90vh;
    }

    .modal-size .modal-content {
        height: 100%;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 1100px) {



    .more-info .nomargins {
        margin: 2rem 0;
    }

    .more-info .nomargins {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .modal-size {
        width: 100%;
    }
}

@media only screen and (max-width: 800px){

    .cta-line{
        flex-wrap: wrap;
    }

    .cta-line > :first-child{
        margin-bottom: 10px!important;
    }

    .price-section h2{
        margin-top: 30px!important;
    }


}

.custom-color{
    color: #F9E701;
    font-weight: bold;
}
