/* BODY */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: "InterstateWGL";
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #21292F;
    text-decoration: none;
}

/* HEADLINES */
h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    background-color: #8C733B;
    color: #ffffff;
    padding: 6px 12px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: 8px;
}

h2 {
    font-size: 48px;
    margin: 0;
    font-weight: 700;
    background-color: #ffffff;
    color: #333333;
    padding: 6px 12px;
    margin: 0;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: 8px;
}

h3 {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: .1rem;
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: clamp(12px, 2vw, 24px);
    }

    h2 {
        font-size: clamp(20px, 5vw, 48px);
    }
}

@media only screen and (min-width: 534px) and (max-width: 1023px) {
    h2 {
        line-height: 1.6;
    }
}

/*.big-text {
font-size: 24px;
line-height: 26px;
}*/

.fs-40px {
    font-size: 40px;
    line-height: 42px;
}

.content {
    padding: 24px 0 24px 0;
    font-size: 16px;
    line-height: 160%;
    /*color: #27325e;*/
    color: #21292F;
    font-weight: 300;
}

/* HELPERS */
.m-hide {
    display: none !important;
    visibility: hidden;
}

.d-hide {
    display: none;
    visibility: hidden;
}

.hide {
    display: none !important;
    visibility: hidden;
}

.row {
    display: flex;
    flex-direction: row;
}

/*.new-row {
display: flex;
flex-direction: row;
}*/

.pt-05 {
    padding-top: .5rem;
}

.pt-1 {
    padding-top: 1rem;
}

.pb-05 {
    padding-bottom: .5rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pr-1 {
    padding-right: 1rem;
}

.pr-05 {
    padding-right: .5rem;
}

.pl-05 {
    padding-left: .5rem;
}

.pl-1 {
    padding-left: 1rem;
}

.pl-2 {
    padding-left: 2rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.m-mb-1 {
    margin-bottom: 1rem;
}

/*.p-arrow {
padding: 1rem 1rem 0 1.5rem;
}*/

.row {
    display: flex;
    flex-direction: row;
}

.row.gap-24 {
    align-items: flex-start;
}

.uppercase {
    text-transform: uppercase;
}

.w-100 {
    width: 100%;
}

.m-column {
    flex-direction: column !important;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #3D4348;
    font-weight: 400;
}

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

/* FLOATING LABEL INPUT */
.floating-label-group {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.floating-label-group input,
.floating-label-group select {
    width: 100%;
    padding: 30px 10px 8px 10px;
    border: 1px solid #B2B2B2;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #3D4348;
}

.floating-label-group input {
    padding: 24px 10px 8px 9px;
}

.floating-label-group select {
    padding: 30px 10px 8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M8.47313 13.0263L9.11077 12.3887L16.3124 5.1908L16.95 4.5532L15.6747 3.2817L15.0371 3.9193L8.47313 10.4833L1.90917 3.9155L1.27153 3.2779L0 4.5532L0.637641 5.1908L7.83548 12.3924L8.47313 13.0301V13.0263Z' fill='%233D4348'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 17px 16px;
    cursor: pointer;
}

.bg-box .floating-label-group {
    margin-bottom: 0;
}

.floating-label-group input[type="date"] {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    color: #3D4348;
}

.floating-label-group input[type="date"]::-webkit-datetime-edit-text,
.floating-label-group input[type="date"]::-webkit-datetime-edit-month-field,
.floating-label-group input[type="date"]::-webkit-datetime-edit-day-field,
.floating-label-group input[type="date"]::-webkit-datetime-edit-year-field {
    color: inherit;
}

.floating-label-group input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
}

.floating-label-group input[type="date"],
.floating-label-group input::placeholder {
    font-family: "InterstateWGL";
    color: #3D4348;
    font-weight: 400;
    opacity: 1;
}

.floating-label-group label {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    color: #3D4348;
    pointer-events: none;
}

.floating-label-group input:focus {
    outline: none;
    border-color: #27325e;
}

/* Reduce spacing between email and anrede */
.floating-label-group:has(input[type="email"]) {
    margin-bottom: 8px;
}

/* GESCHENK BOX FLOATING (next to birthday field) */
.geschenk-box-floating {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-color: #CADFF7;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 120%;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.geschenk-box-hl {
    background-color: #004266;
    padding: 4px 10px 4px 8px;
    border-radius: 4px;
    width: fit-content;
    align-items: center;
    margin-bottom: 4px;
    color: #ffffff;
    font-weight: 400;
}

.geschenk-box-floating .geschenk-box-icon {
    margin-right: 10px;
}

.geschenk-box-floating .geschenk-box-icon img {
    width: 24px;
    height: auto;
}

.geschenk-box-floating .geschenk-box-text {
    color: #21292F;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
}

/* CONTENT */
.container {
    align-self: center;
    width: -webkit-fill-available;
    margin: 0 !important;
    display: block;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;

    img {
        width: 100%;
        max-width: 240px;
        height: auto;
    }

    svg {
        display: block;
    }
}

/* FOOTER */
footer {
    margin: auto 0 0 0 !important;
    color: #fff;
    padding: 20px;
}

.footer-content {
    min-height: 134px;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    flex-wrap: no-wrap;
    justify-content: space-between;
    margin: auto;
    align-items: center;
}

.footer-nav {
    justify-content: center;
    align-self: center;
    font-weight: 700;

    ul {
        display: flex;
        flex-direction: column;
        padding-inline-start: 0;
    }

    ul li {
        list-style-type: none;
        padding: 10px;
        margin: 0 10px;
        align-self: center;
    }

    a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
}

/* ANMELDUNG */
label {
    font-weight: 400;
}

.pflichtfeld {
    font-size: 12px;
    font-weight: 300;
    line-height: 140%;
    color: #3D4348;
    padding: 1rem 0;
}

.content-anmeldung {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
}

.content-form-anmeldung {
    display: flex;
    flex-direction: column;
}

.form-anmeldung {
    display: flex;
    flex-direction: column;

    .form-anmeldung-label {
        display: flex;
        /*width: 80px;*/
        margin-right: 10px;
        align-content: center;
        flex-wrap: wrap;
        height: 47px;
        justify-content: flex-start;
        padding-inline: 0px;
        font-size: 14px;
        font-weight: 700;
        line-height: 160%;
        color: #3D4348;
        padding-right: 10px;
    }

    .form-anmeldung-input {
        padding: 10px;
        border: 1px solid #dddfe5;
        border-radius: 2px;
        box-shadow: none;
        box-sizing: border-box;
        height: 47px;
        font-size: 16px;
    }
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #23292F;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    margin: 0;
    margin-right: 16px;
    outline: none;
    box-shadow: none;
    flex-shrink: 0;
}

input[type="radio"]:hover {
    border-color: #C0A468;
}

input[type="radio"]:checked {
    border: 5px solid #23292F;
}

input[type="radio"]:checked:hover {
    border-color: #C0A468;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 2px solid #23292F;
    border-radius: 2px;
    background-color: #ffffff;
    cursor: pointer;
    margin: 0;
    margin-right: 0.5rem;
    position: relative;
    vertical-align: middle;
    outline: none;
    box-shadow: none;
    top: -3px;
}

input[type="checkbox"]:checked {
    background-color: #23292F;
    border-color: #23292F;
}

input[type="checkbox"]:hover {
    border-color: #C0A468;
}

input[type="checkbox"]:checked:hover {
    background-color: #C0A468 !important;
    border-color: #C0A468 !important;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media only screen and (max-width: 533px) {
    .fortschrittsbalken img {
        width: 100%;
    }

    .header-img {

        img,
        video {
            align-self: unset !important;
            width: 100%;
        }
    }
}

@media only screen and (min-width: 533px) and (max-width: 1023px) {
    .infobox {
        max-width: 100%;
        margin: 0;
        background-color: #F8F6F2;

        img {
            /*width: 100%;
            max-width: 100%;
            height: auto;
            display: block;*/
        }
    }

    .content-anmeldung {
        gap: 16px;
    }

    .form-anmeldung {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {

    /* HELPERS */
    .d-pl-1 {
        padding-left: 1rem;
    }

    .d-pl-2 {
        padding-left: 2rem;
    }

    .d-pr-2 {
        padding-right: 2rem;
    }

    .d-mb-2 {
        margin-bottom: 2rem;
    }

    .m-mb-1 {
        margin-bottom: 0rem;
    }

    .m-column {
        flex-direction: row !important;
    }

    .m-hide {
        display: flex !important;
        visibility: visible;
    }

    .d-hide {
        display: inline !important;
        visibility: visible;
    }

    .d-row {
        display: flex;
        flex-direction: row;
    }

    .d-row-m-column {
        display: flex;
        flex-direction: row;
    }

    .gap-24 {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .d-space-between {
        justify-content: space-between;
        width: 100%;
    }

    /* CONTENT */
    .container {
        max-width: 1244px;
        margin: 0 0.6rem 0 0.6rem !important;
    }

    .content {
        /*padding: 2rem;*/
    }

    .header {
        flex-direction: row;

        .header-img {
            flex-direction: row;
        }

        .header-text {
            flex-direction: row;
            padding: 2rem 2rem 1.5rem 2rem;
            text-align: left;
            display: unset;
        }

        /* PREFERENCE CENTER */
        .pref-header-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* URLAUBSREIFE */
        .imagecontainer {
            position: relative;
            left: -105px;
        }


        .collapsible {
            display: none;
        }

        .header-auflistung {
            display: flex;
            flex-direction: row;
            align-self: left;
            padding-left: 0;
        }

        .header-auflistung-reihe {
            display: flex;
            flex-direction: row;
            align-self: flex-start;
        }

        .header-auflistung-spalte {
            width: 415px;
        }
    }

    /* FOOTER */
    .footer-content {
        margin: auto !important;
        flex-direction: row;
        align-items: normal;
    }

    .footer-logo {
        justify-content: center;
        align-self: center;
    }

    .footer-nav {
        width: auto;

        ul {
            flex-direction: row;
        }

        ul li {
            flex-direction: row;
            align-items: normal;
        }
    }

    /* ANMELDUNG */
    .anrede {
        padding: 0 0 10px 0;

        label {
            padding-right: 16px;
        }
    }

    .infobox {
        width: 399px;
        min-width: 399px;
        max-width: 399px;
        margin: 0;
        background-color: #F8F6F2;
        flex-shrink: 0;
        align-self: flex-start;
    }

    .infobox-image-wrapper {
        height: 200px;
        overflow: hidden;
    }

    .infobox-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        border-radius: 4px 4px 0 0;
    }

    .w-50 {
        width: calc(50% - 0.5rem);
    }

    .geschenk-box {
        align-content: center;
    }

    .content-form-anmeldung {
        display: flex;
        flex-direction: column;
    }

    .content-anmeldung {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

    .form-anmeldung {
        flex: 1;
    }
}

/* FORM ERRORS */
.error-message {
    max-height: 0;
    font-size: 12px;
    color: #a94442;
    text-align: right;
    overflow: hidden;
    clear: both;
    min-width: 200px;
    transition: all 0.3s ease-in;
    visibility: hidden;
}

.error-message.show {
    max-height: 20px;
    visibility: visible;
}

.show-icon {
    position: relative;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .d-row {
        display: flex;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .d-row .w-50,
    .d-row .geschenk-box-floating {
        width: 100% !important;
    }

    .d-row .floating-label-group {
        width: 100% !important;
        margin-bottom: 24px;
    }

    .gap-24 {
        flex-direction: column;
        gap: 24px;
    }

    .gap-24 .bg-box {
        width: 100%;
    }

    .content-form-anmeldung>.anrede+.floating-label-group {
        margin-bottom: 24px;
    }

    .content-anmeldung {
        flex-direction: column !important;
    }

    .anrede {
        flex-direction: column !important;
        margin-bottom: 0.5rem;
    }

    .anrede .form-anmeldung-label {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 4px;
        height: auto;
    }
}

@media only screen and (max-width: 533px) {
    .error-message.show {
        max-height: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .d-row {
        display: flex;
        flex-direction: row;
    }

    .w-50 {
        width: calc(50% - 0.5rem);
    }

    .content-anmeldung {
        flex-direction: row;
        gap: 24px;
    }

    .form-anmeldung {
        flex: 1;
    }

    .infobox {
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
        max-width: 399px;
        background-color: #F8F6F2;
        border-radius: 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .infobox {
        flex: 1;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        background-color: #F8F6F2;
    }

    .gap-24 {
        gap: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .m-w-100 {
        width: 100%;
    }

    .m-mb-4 {
        margin-bottom: 4rem !important;
    }

    .infobox {
        flex: 1;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        background-color: #F8F6F2;
    }

    .anrede {
        flex-direction: column !important;
        margin-bottom: 0.5rem;
    }

    .anrede .form-anmeldung-label {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 4px;
        height: auto;
    }
}

.disclaimer {
    font-weight: 300;
}

.disclaimer-missing.show {
    text-align: left;
    margin: 10px 10px 10px 25px;
}

.newsletter-missing.show {
    text-align: left;
    margin: 5px 5px 5px 25px;
}

.message-icon {
    top: 14px;
    position: absolute;
    right: 15px;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-in;
    visibility: hidden;
}

.message-icon i {
    color: #f2dede !important;
}

.message-icon.show {
    max-height: 40px;
    opacity: 1;
    visibility: visible;
}

input[type="text"].error,
input[type="email"].error,
input[type="select"].error,
textarea.error,
select.error,
input[type="checkbox"].error+span {
    border: 1px solid #f2dede !important;
    margin-bottom: 0.5rem;
}

input[type="text"].success,
input[type="email"].success,
input[type="select"].success,
textarea.success,
select.success,
input[type="checkbox"].success+span {
    border: 1px solid #72b431 !important;
    margin-bottom: 0.5rem;
}

.horizontal-group .radio {
    float: left;
    min-width: 100px;
}

label.checkbox,
label.radio,
label:has(input[type="radio"]) {
    /*color: #333;*/
    color: #000000;
    display: flex;
    align-items: center;
    text-transform: initial;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 40px 0 40px 0;
}

.logo-container .divider {
    width: 2px;
    height: 41px;
    background-color: #353D4D;
    flex-shrink: 0;
}

.logo-container .logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #353D4D;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .logo-container {
        justify-content: center;
        padding: 32px 0 32px 0;
    }
}

.footer-tchibo {
    background-color: #F6F6F6;
    padding: 24px 32px;
}

.footer-tchibo .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-tchibo .footer-nav ul {
    display: flex;
    list-style: none;
    /*gap: 32px;*/
    margin: 0;
    padding: 0;
}

.footer-tchibo .footer-nav a {
    color: #21292F;
    text-decoration: none;
    font-size: 14px;
}

.footer-tchibo .footer-nav a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .footer-tchibo .footer-content {
        flex-direction: column;
        gap: 24px;
    }

    .footer-tchibo .footer-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
    }
}

.header-banner {
    position: relative;
    width: 100%;
    max-width: 1244px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

.header-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 4px;
}

.header-banner-text {
    position: absolute;
    bottom: clamp(16px, 3vw, 40px);
    left: clamp(16px, 3vw, 40px);
    right: clamp(16px, 3vw, 40px);
}

.header-banner-headline {
    line-height: 1.8;
    margin-bottom: 2px;
}

.header-banner-subheadline {
    line-height: 1.45;
}

.header-banner-subheadline .double {
    line-height: 1.52;
}

.image-copyright {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: #737077;
    opacity: 80%;
    color: #ffffff;
    font-family: "InterstateWGL", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    width: 16px;
    height: 16px;
    padding: 0;
    max-height: 16px;
    overflow: hidden;
    transition: max-height 0.3s ease, width 0.3s ease, padding 0.3s ease;
    cursor: default;
    box-sizing: border-box;
}

.image-copyright::before {
    content: "©";
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    transition: opacity 0.15s ease-in-out;
    opacity: 1;
}

.image-copyright:hover {
    width: auto;
    height: auto;
    max-height: 200px;
    padding: 2px 2px 4px 2px;
    border-radius: 16px;
}

.image-copyright:hover::before {
    opacity: 0;
}

.image-copyright span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    opacity: 0;
    transition: opacity 0.2s ease 0.1s;
}

.image-copyright:hover span {
    opacity: 1;
}

.bg-box {
    background-color: #F8F6F2;
    padding: 16px;
    border-radius: 8px;
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 1276px) {
    .header-banner {
        width: calc(100% - 32px);
        margin: 0 16px;
    }

    .content {
        margin: 0 16px;
    }
}

@media only screen and (max-width: 768px) {
    .header-banner {
        height: auto;
        max-width: 100%;
    }

    .header-banner img {
        height: auto;
        object-fit: cover;
    }

    .header-banner-headline {
        line-height: 1.8;
    }

    .header-banner-subheadline {
        line-height: 1.9;
    }

    .infobox-image-wrapper {
        height: auto;
    }

    .infobox-image-wrapper img {
        height: auto;
        object-fit: cover;
    }

    .footer-tchibo .footer-nav ul {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .cta-dunkel,
    .cta-hell {
        white-space: nowrap;
        text-decoration: none;
    }
}

@media only screen and (max-width: 480px) {

    .cta-dunkel,
    .cta-hell {
        width: 100% !important;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-infobox a,
    .content-form-anmeldung a {
        display: block;
        width: 100%;
        text-decoration: none;
    }
}

.cta-dunkel {
    font-family: "InterstateWGL";
    font-weight: 400;
    background-color: #8C733B;
    color: #ffffff;
    border: none;
    border-radius: 24px;
    padding: 14px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin: 10px 0 10px 0;
    width: fit-content;
    text-decoration: none;
}

.cta-dunkel:hover {
    background-color: #776132;
}

.cta-hell {
    font-family: "InterstateWGL";
    font-weight: 400;
    background-color: #ffffff;
    color: #23292F;
    border: 1px solid #23292F;
    border-radius: 24px;
    padding: 14px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin: 10px 0 10px 0;
    width: fit-content;
}

.cta-hell:hover {
    background-color: #f5f5f5;
}

.cta-hell span {
    color: #23292F;
    white-space: nowrap;
}

.content-infobox {
    padding: 16px;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.content-infobox h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 120%;
    margin: 0 0 8px 0;
    background-color: #8C733B;
    color: #ffffff;
    padding: 6px 12px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: 4px;
    letter-spacing: 0;
}

.infobox-benefit-row {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 160%;
    margin-bottom: 16px;
}

.infobox-benefit-row:last-of-type {
    margin-bottom: 16px;
}

.infobox-benefit-row svg {
    flex-shrink: 0;
}

.infobox-image-wrapper {
    position: relative;
    display: block;
}

.infobox-image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 4px 4px 0 0;
}

/* TIMELINE / PROGRESSION BAR */
.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
    padding: 1rem 0 0 0;
    margin: 0 auto 32px auto;
    position: relative;
    width: 100%;
    max-width: 1244px;
}

.timeline::before {
    display: none;
}

.timeline .step {
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline .step .icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline .step .icon svg {
    fill: #23292F;
}

.timeline .step span {
    display: block;
    font-size: 14px;
    color: #23292F;
    font-weight: 300;
}

.timeline .step::after {
    content: "";
    position: absolute;
    top: 13px;
    left: calc(50% + 24px);
    right: calc(-50% + 24px);
    height: 6px;
    background: #E9E9E9;
    border-radius: 3px;
    z-index: -1;
}

.timeline .step:last-child::after {
    display: none;
}

.timeline .step.completed .icon {
    background: #F5EDE5;
}

.timeline .step.completed .icon svg {
    fill: #776132;
}

.timeline .step.completed span {
    color: #21292F;
}

.timeline .step.completed::after {
    background: #C0A468;
}

.timeline .step.active .icon {
    background: #8C733B;
}

.timeline .step.active .icon svg {
    fill: #FFFFFF;
}

.timeline .step.active span {
    color: #21292F;
    font-weight: 700;
}

@media only screen and (max-width: 500px) {
    .timeline .step {
        display: none;
    }

    .timeline .step.active {
        display: flex;
    }

    .timeline .step.active::before {
        content: "";
        position: absolute;
        top: 13px;
        right: calc(50% + 24px);
        left: 0;
        height: 6px;
        background: #C0A468;
        border-radius: 3px;
        z-index: -1;
    }

    .timeline .step.active::after {
        content: "";
        position: absolute;
        top: 13px;
        left: calc(50% + 24px);
        right: 0;
        height: 6px;
        background: #E9E9E9;
        border-radius: 3px;
        z-index: -1;
    }

    .timeline .step.completed::after {
        display: none;
    }
}

/* ANBMELDUNG */

.infobox-abmeldung h3 {
    font-size: 32px;
    line-height: 120%;
    background-color: unset;
    color: #23292F;
    padding:0;
    border: none;
}