@font-face {
    font-family: 'Semplicita Pro';
    src: url('../font/Canada Type - Semplicita Pro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Semplicita Pro';
    src: url('../font/Canada Type - Semplicita Pro Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Semplicita Pro';
    src: url('../font/Canada Type - Semplicita Pro Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

footer {
    background-color: #061D6D;
}

footer a {
    font-family: Semplicita Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;

}

.leaf-decor1 {
    background-image: url('../img/Leaves _ Lightblue_left.png'), url('../img/Leaves _ Lightblue_right.png'), url('../img/Leaves_gold_left.png'), url('../img/Leaves_gold_right.png'), url('../img/Coffee Beans.png');
    background-position: left 10%, right 25%, left 70%, right 80%, right 95%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto;
}

.leaf-decor2 {
    background-image: url('../img/Leaves _ Lightblue_left.png'), url('../img/Leaves _ Lightblue_right.png');
    background-position: left 0%, right 30%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto;
}

.leaf-decor3 {
    background-image: url('../img/Leaves _ Lightblue_left.png'), url('../img/Leaves_gold_right.png'), url('../img/Coffee Beans.png');
    background-position: left 10%, right 20%, left 55%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto;
}

.leaf-decor4 {
    background-image: url('../img/Leaves _ Lightblue_left.png'), url('../img/Leaves _ Lightblue_right.png');
    background-position: left 0%, right 30%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto;
}

.leaf-decor5 {
    background-image: url('../img/Leaves _ Lightblue_left.png'), url('../img/Leaves _ Lightblue_right.png');
    background-position: left 0%, right 80%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto;
}

.leaf-decor6 {
    background-image: url('../img/Leaves _ Lightblue_left.png'), url('../img/Leaves _ Lightblue_right.png');
    background-position: left 40%, right 70%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto;
}

.navbar {
    background-color: #061D6D;
    height: 100px;
}

.section-participant {
    background: linear-gradient(180deg, #061D6D 1.96%, #489CCF 42.16%, #061D6D 98.07%);
}


.header-section {
    min-height: calc(100vh - 100px);
    background: linear-gradient(180deg, #061D6D 1.96%, #489CCF 42.16%, #061D6D 98.07%);
}

.header-section .header-img {
    min-height: 75vh;
    background-image: url(../img/header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;

}

.section-header {
    min-height: calc(100vh - 100px);
    background-color: #061D6D;
    background-image: url(../img/header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
        overflow: hidden;
    position: relative;
}

.section-header img {
    width: 250px;
    height: 245px;
    position: absolute;
    bottom: 100px;
    right: -25px;
    padding: 0;
}

h1 {
    font-family: Semplicita Pro;
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    color: #061D6D;
}

h2 {
    font-family: Semplicita Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #B6A884;
}

h3 {
    font-family: Semplicita Pro;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;

}

h4 {
    font-family: Semplicita Pro;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;

}

h4 span {
    font-family: Semplicita Pro;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;

}

p {
    font-family: Semplicita Pro;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

figcaption {
    font-family: Semplicita Pro;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF !important;

}

.header-troublemaker {
    bottom: 0;
    width: 100%;
    background-color: #061D6D;
}

.background-linear {
    background: linear-gradient(180deg, #061D6D 1.96%, #489CCF 42.16%, #061D6D 98.07%);
}

.section-products {

    background: linear-gradient(180deg, #061D6D 1.96%, #489CCF 42.16%, #061D6D 98.07%);
    min-height: 100vh;
}

.section-wins {
    background: linear-gradient(180deg, #061D6D 1.96%, #489CCF 42.16%, #061D6D 98.07%);
    min-height: 100vh;
}

.section-feature {
    background: linear-gradient(180deg, #061D6D 1.96%, #489CCF 42.16%, #061D6D 98.07%);
    min-height: 100vh;
}

.form-section {
    background: linear-gradient(180deg, #061D6D 1.96%, #489CCF 42.16%, #061D6D 98.07%);
    min-height: 100vh;
    color: #FFFFFF;
    font-family: Semplicita Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;

}

.button {
    font-family: Semplicita Pro;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.51px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    background-color: #B6A884 !important;
    border-radius: 50px;
    padding: 1rem;
}


.steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.step div {
    background-color: #c5ab78;
    border-radius: 50%;
    padding: 15px;
}

.step img {
    width: 60px;
    height: 60px;
}

.step p {
    margin-top: 1rem;
    text-align: center;
    font-family: Semplicita Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
}

.form-section button {
    background-color: #B6A884 !important;
    border-color: #B6A884 !important;
    border-radius: 50px;
    font-family: Semplicita Pro;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.51px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    padding: 1rem;
}

.form-section .text-muted {
    color: #FFFFFF !important;
    font-family: Semplicita Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;

}

.form-section .form-text {
    color: #FFFFFF !important;
    font-family: Semplicita Pro;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;

}

.form-section input {
    background-color: transparent;
    border-color: #CCB88F !important;
    color: #CCB88F !important;
}

.form-section input::file-selector-button {
    background-color: transparent;
    border-color: #CCB88F !important;
    color: #CCB88F !important;
}

.form-section input:focus {
    background-color: transparent;
    border: 2px solid #CCB88F !important;
}

.form-section input::placeholder {
    color: #CCB88F !important;
}

.checkbox-xl .form-check-input {
    top: 1.2rem;
    scale: 1.7;
    margin-right: 0.8rem;
}

.checkbox-xl .form-check-label {
    padding-top: 4px;
    line-height: 20px;
    display: flow-root;
}

.checkbox-xl .form-check-input:checked {
    background-color: #CCB88F;
    border-color: #CCB88F;
}

.form-section .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23B6A884' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");

    background-color: transparent;
    border-color: #CCB88F !important;
    color: #CCB88F !important;
}


/* Responsive Anpassung für größere Bildschirme */
@media (min-width: 768px) {
    .steps {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    .step {
        flex: 1;
        max-width: 200px;
    }
}

/* Für sehr große Bildschirme */
@media (min-width: 1200px) {
    .steps {
        gap: 60px;
    }

    .step {
        max-width: 250px;
    }


    .step img {
        width: 120px;
        height: 120px;
        background-color: #c5ab78;
        border-radius: 50%;
        padding: 10px;
    }

    .section-header img {
        right: 25%;
    }
}

.alert-info p {
    color: #000000 !important;
}

.section-static {
    background-color: #061D6D;
}

.section-static h1 {
    color: #FFFFFF !important;
    font-family: Semplicita Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;

}

.section-static h2 {
    color: #FFFFFF !important;
    font-family: Semplicita Pro;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
}

.section-static span {
    color: #FFFFFF !important;
    font-family: Semplicita Pro;
font-weight: 500;
font-size: 16px;
line-height: 18px;
letter-spacing: 0px;
text-align: center;

}

.section-static p {
    font-family: Semplicita Pro;
font-weight: 500;
font-size: 16px;
line-height: 18px;
letter-spacing: 0px;
text-align: left;

}

.section-static li {
    font-family: Semplicita Pro;
font-weight: 500;
font-size: 16px;
line-height: 18px;
letter-spacing: 0px;
color: #FFFFFF !important;
}

.section-static th {
    color: #FFFFFF !important;
    background-color: transparent !important;

}
.section-static td {
    color: #FFFFFF !important;
    background-color: transparent !important;

}
.link {
    color: #FFFFFF !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
}

.accordion-button {
    background-color: #061D6D !important;
    color: #FFFFFF !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-body {
    background-color: #061D6D !important;
    color: #FFFFFF !important;
}

.accordion-button::after {
    filter: invert(100%);
}

.accordion-button:not(.collapsed)::after {
    filter: invert(50%);
}

.street{
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif
}