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: #012638;
    --price-color: white;
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: var(--highlight-background-color);
}

.event-date-info{
    color: red;
    font-size: 20px;
    font-family: 'SuzukiPro';
    text-transform: uppercase;
    font-weight: bold;
}


.gallery-custom-within{
    background: var(--main-background-color)!important;
}

.gallery-custom-within .splide.gallery{
    background: var(--main-background-color)!important;
}

.col-red{
    color: #ee1c25!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;
    }

    .introduction p {
        text-align: center;
        font-size: 1rem!important;
    }
}

@media (max-width: 580px) {
    .container-resp .col1-3 {
        width: 98%;
    }

    .fixed-buttons{
        height: 105px;
    }
}

@media only screen and (max-width: 640px) {
    .wrapper-table-body tr:nth-child(even) {
        color: white!important;
    }

    .wrapper-table-body tr:nth-child(odd){
        color: var(--main-foreground-color)!important;
    }
}



.content-narrow{
    padding: 2.5em 0 0 0;
}

.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;
}

.wrapper-table-body tr:nth-child(4n+3),
.wrapper-table-body tr:nth-child(4n+4){
    color: white;
}

.introduction{
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2.5rem;
}

.introduction p{
    margin: 0.5rem 0!important;
    font-family: 'SuzukiHeadline';
    font-size: 1.5rem;
}

