
/* General classes */
.animate {
    /* visibility: hidden;
    opacity: 0; */
}
.cat {
    color: #99a4ac;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    display: block;
}
.cat + h4 {
    padding-top: 5px;
}
.date {
    font-family: "SharpSans-Semibold", Arial, sans-serif;
    line-height: 1.3em;
}
.intro {
    font-size: 1.1em;
}
.txt {
    margin-top: 30px;
    position: relative;
}

/* Layout */
.row15 {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}
.row15 .col {
    flex-basis: calc(25% - 20px);
    flex-grow: inherit;
    margin: 10px 10px 0 10px !important;
    padding: 0;
    border: 0px solid gray;
}
.row_cnt + p, .row_cnt p.headline-spliter {
    margin-top: 100px !important;
}
.row_cnt + .row_cnt {
    margin-top: 40px !important;
}

/* Typography and spacing */
.row15.dynamic .txt h4 {
    padding-top: 10px;
    margin-bottom: 0;
}
.row15.dynamic .txt p {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
}
.row15.dynamic .txt {
    margin-top: 5px;
    position: relative;
}

/* Inline style references */
.inline-style-font-small {
    font-size: 0.7em;
    margin-top: 10px !important;
}
.inline-style-margin {
    margin-top: 10px;
}

/* === .row25 Styles === */
.row25 {
    flex-wrap: wrap;
}
.row25 .col {
    flex-basis: calc(33% - 20px);
    flex-grow: inherit;
    margin: 60px 10px 0 10px;
    padding: 0;
    border: 0px solid gray;
}
.row25 .col p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.row25 .col h4 {
    font-size: 1.3em;
}
.row25 .col a.button.btn_small,
.row25 .col input.button.btn_small,
.row25 .col span.button.btn_small {
    padding: 12px 35px;
    font-size: 0.8em;
}

/* Responsive overrides */
@media screen and (max-width: 1065px) {
    .row25 .col {
        margin-top: 60px;
    }
    .row25.banner {
        padding-bottom: 80px;
    }
    .row25.dynamic .col {
        flex-basis: calc(33% - 20px);
    }
    .row25.dynamic .col a.button.btn_small,
    .row25.dynamic .col input.button.btn_small,
    .row25.dynamic .col span.button.btn_small {
        padding: 17px 50px;
    }
    .row25.dynamic .col h4 {
        font-size: 1.6em;
    }
}
.row25.dynamic .txt {
    margin-top: 30px;
    position: relative;
}
.row25.dynamic .txt h4 {
    padding-top: 10px;
    margin-bottom: 0;
}
.row25.dynamic .txt p {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
}

/* Vehicle Slot Grid */
.vehicle-slot {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 25px;
    background-color: #fff;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.vehicle-slot h4 {
    font-size: 1.4em;
    margin-bottom: 5px;
}

.vehicle-slot .date {
    font-weight: bold;
    font-size: 0.95em;
    color: #666;
    display: block;
    margin-bottom: 12px;
}

.vehicle-slot p {
    margin-bottom: 8px;
    font-size: 1em;
    text-align: left;
    color: #333;
}

.vehicle-slot .checkbox {
    padding: 10px 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.vehicle-slot .checkbox label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95em;
    white-space: nowrap;
}

.vehicle-slot input[type="radio"] {
    margin-right: 4px;
}

.vehicle-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}
.vehicle-grid .vehicle-slot {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    min-width: 280px;
}
@media (max-width: 1024px) {
    .vehicle-grid .vehicle-slot {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .vehicle-grid {
        flex-direction: column;
        align-items: center;
    }
    .vehicle-grid .vehicle-slot {
        max-width: 100%;
        width: 100%;
    }
}

/* Tageskarten Layout */
.row15.dynamic.features {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    margin-top: 5px;
}
.row15.dynamic.features article.col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 0px 20px 20px 20px;
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    min-width: 260px;
    min-height: 280px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.row15.dynamic.features .txt {
    flex-grow: 1;
    text-align: left;
}
.row15.dynamic.features h4 {
    font-size: 1.4em;
    margin-bottom: 4px;
}
.row15.dynamic.features .date {
    font-size: 0.95em;
    font-weight: bold;
    color: #666;
    display: block;
    margin-bottom: 10px;
}
.row15.dynamic.features ul.cars {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 0.95em;
    color: #333;
}
.row15.dynamic.features p {
    font-size: 1em;
    margin-bottom: 10px;
    color: #333;
}
.row15.dynamic.features a.button.btn_small {
    display: inline-block;
    font-size: 0.85em;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #64d1ff;
    font-weight: bold;
    border: 2px solid #64d1ff;
    transition: all 0.3s ease-in-out;
    align-self: flex-start;
    margin-top: 20px;
}
.row15.dynamic.features a.button.btn_small:hover {
    color: #64d1ff;
}
@media (max-width: 1024px) {
    .row15.dynamic.features article.col {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .row15.dynamic.features article.col {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.button-black {
    background-color: #000;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 0;
    font-size: 1em;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.button-black:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none;
}

.link-underline {
  text-decoration: underline;
}

.probefahrt-text {
  max-width: none;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

