/* Landingpage
--------------------------------------------- */
:root {
    --home-header-z-index: 1000;
    --home-footer-z-index: 1000;
}

.gipfelrunde-home h1,
.gipfelrunde-home h2,
.gipfelrunde-home h3 {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.gipfelrunde-home h1,
.gipfelrunde-home h2 {
    font-size: var(--wp--preset--font-size--x-large);
}

.gipfelrunde-home h3 {
    font-size: var(--wp--preset--font-size--almost-large);
}

.gipfelrunde-home .site {
    position: relative;
}

/* header area + menu */
.gipfelrunde-home .site-header,
.gipfelrunde-home .site-footer {
    background-color: var(--wp--preset--color--transparent);
    color: var(--wp--preset--color--base);
}

.gipfelrunde-home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: var(--home-header-z-index);
}

.gipfelrunde-home .main-navigation {
    position: fixed;
    top: 20px;
    right: 20px;
}

.gipfelrunde-home .site-branding {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 0 0;
    max-width: 250px;
    margin: 0 auto;
}

/* .site-main */
.gipfelrunde-home .site-main {
    padding: 0;
}

.gipfelrunde-home .site-main strong {
    font-weight: 900;
}

.gipfelrunde-home .entry-content > * {
    margin-block-start: 0;
    margin-block-end: 0;
    transform: translateZ(0);
    will-change: transform;
}

/* Willkommen */
.willkommen {
    position: relative;
}

.willkommen::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(-180deg, transparent, #d6dde5);
}

.willkommen__text {
    max-width: 1068px;
    position: relative;
    z-index: 1;
}

.willkommen__content {
    position: relative;
}

.willkommen__greeting {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    color: var(--wp--preset--color--contrast);
}

@media screen and (max-width: 800px) {
    .willkommen__greeting {
        position: relative;
        left: initial;
        transform: none;
    }
}

.greeting__signature {
    font-family: var(--wp--preset--font-family--dancing-script);
    font-size: var(--wp--preset--font-size--large);
    transform: skewY(-4deg);
}

.willkommen__greeting .wp-block-image {
    max-width: 340px;
    margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
    .willkommen__greeting .wp-block-image {
        max-width: 160px;
    }
}

/* Unsere Mission */
.unsere-mission {
    position: relative;
}

.unsere-mission > *:not(.mission__photos) {
    max-width: 1200px;
}

.unsere-mission::before {
    content: "";
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(-180deg, transparent, #013062);
}

.mission__photos {
    position: absolute;
    top: -400px;
    margin-bottom: -400px;
    left: 50%;
    transform: translateX(-50%);
}

.mission__photos .wp-block-image {
    max-width: 350px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .mission__photos {
        top: -300px;
        margin-bottom: -300px;
    }

    .mission__photos .wp-block-image {
        max-width: 280px;
    }
}

@media screen and (max-width: 1024px) {
    .mission__photos {
        top: -200px;
        margin-bottom: -200px;
    }

    .mission__photos .wp-block-image {
        max-width: 200px;
    }
}

@media screen and (max-width: 800px) {
    .unsere-mission::before {
        top: -100px;
        height: 100px;
    }
}

@media screen and (max-width: 800px) {
    .mission__photos {
        position: relative;
        top: 0;
        margin-bottom: 0;
        left: initial;
        transform: initial;
    }

    .mission__photos .wp-block-columns {
        flex-direction: column;
    }
}

/* Dafür stehen wir */
.dafuer-stehen-wir {
    position: relative;
    background: linear-gradient(
            180deg,
            #EFEBE7 0%,
            #D0F1F9 80%
    );
    padding: 20px 0;
}

.dafuer-stehen-wir::before,
.dafuer-stehen-wir::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
}

.dafuer-stehen-wir::before {
    top: -100px;
    background: linear-gradient(-180deg, transparent, #EFEBE7);
}

.dafuer-stehen-wir::after {
    height: 700px;
    bottom: -700px;
    background: linear-gradient(180deg, #D0F1F9, transparent);
}

@media screen and (max-width: 1440px) {
    .dafuer-stehen-wir::after {
        height: 500px;
        bottom: -500px;
    }
}

@media screen and (max-width: 1300px) {
    .dafuer-stehen-wir::after {
        height: 300px;
        bottom: -300px;
    }
}

/* Gemeinsam reisen */
.gemeinsam-reisen {
    position: relative;
}

.gemeinsam-reisen__text {
    max-width: 1068px;
    position: relative;
    z-index: 1;
}

/* Auf geht's */
.auf-gehts {
    position: relative;
    /*height: 100%;*/
}

.auf-gehts > * {
    position: relative;
    z-index: 1;
}

.auf-gehts::before {
    content: "";
    position: absolute;
    top: -600px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(
            180deg,
            rgba(196, 216, 245, 0) 0%,
            #E9F1FC 20%,
            #EECFAD 80%,
            rgba(184, 132, 75, 0) 100%
    );
}

.auf-gehts__text {
    max-width: 1068px;
}

.auf-gehts__photos {
    position: absolute;
    top: -400px;
    margin-bottom: -400px;
    left: 50%;
    transform: translateX(-50%);
}

.auf-gehts__photos figure {
    max-width: 350px;
}

@media screen and (max-width: 1440px) {
    .auf-gehts__photos {
        top: -300px;
        margin-bottom: -300px;
    }

    .auf-gehts__photos figure {
        max-width: 280px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {

    .auf-gehts::before {
        top: -250px;
        background: linear-gradient(
                180deg,
                rgba(196, 216, 245, 0) 0%,
                #E9F1FC 10%,
                #EECFAD 80%,
                rgba(184, 132, 75, 0) 100%
        );
    }

    .auf-gehts__photos {
        top: -200px;
        margin-bottom: -200px;
    }

    .auf-gehts__photos figure {
        max-width: 200px;
    }
}

@media screen and (max-width: 800px) {
    .auf-gehts__photos {
        top: 0;
        margin-bottom: 0;
        position: relative;
        left: initial;
        transform: initial;
    }
}

@media screen and (max-width: 425px) {
    .auf-gehts__photos .wp-block-columns {
        flex-direction: column;
    }
}

/* Anfrageformular */
.landingpage__footer {
    position: relative;
}

.landingpage__footer__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.gipfelrunde-formular {
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px !important;
}

.gipfelrunde-formular .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gipfelrunde-formular .wpcf7-form p {
    margin: 0;
}

.gipfelrunde-formular .wpcf7-form label {
    font-size: 0;
}

.gipfelrunde-formular .wpcf7-form select,
.gipfelrunde-formular .wpcf7-form input[type="text"],
.gipfelrunde-formular .wpcf7-form input[type="email"],
.gipfelrunde-formular .wpcf7-form input[type="submit"] {
    border-width: 0;
    border-radius: 32px;
    padding: 20px 40px;
    font-size: var(--wp--preset--font-size--medium-large);
    width: 100%;
    text-align: center;
    background-color: var(--wp--preset--color--base);
}

.gipfelrunde-formular .wpcf7-form select {
    text-align: center;
    text-align-last: center; /* Helps center the selected item in Chrome */
    padding-left: 0;         /* Try reducing left padding */
    padding-right: 0;        /* Try reducing right padding */
    appearance: none;        /* Removes native styling */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.gipfelrunde-formular .wpcf7-form select option {
    text-align: center;
}

.gipfelrunde-formular .wpcf7-form input[type="submit"] {
    background-color: var(--wp--preset--color--tertiary);
}

.gipfelrunde-formular .wpcf7-form .form-daschu,
.gipfelrunde-formular .wpcf7-form .wpcf7-response-output {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 32px;
    padding: 20px;
    text-align: center;
    font-size: var(--wp--preset--font-size--small);
}

.form-daschu a {
    text-decoration: underline;
}

.gipfelrunde-formular .frc-captcha {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 32px;
    text-align: center;
    font-size: var(--wp--preset--font-size--small);
    padding: 10px;
}

.gipfelrunde-formular .frc-captcha .frc-banner,
.gipfelrunde-formular .frc-captcha .frc-button {
    display: none;
}

.gipfelrunde-formular .wpcf7-response-output {
    margin: 0 !important;
}

.gipfelrunde-formular .wpcf7-spinner,
.gipfelrunde-formular #frc-style {
    display: none !important;
}

@media screen and (max-width: 1300px) {
    .gipfelrunde-formular .wpcf7-form {
        gap: 10px;
    }

    .gipfelrunde-formular .wpcf7-form select,
    .gipfelrunde-formular .wpcf7-form input[type="text"],
    .gipfelrunde-formular .wpcf7-form input[type="email"],
    .gipfelrunde-formular .wpcf7-form input[type="submit"] {
        padding: 10px 20px;
    }

    .gipfelrunde-formular .wpcf7-form .form-daschu,
    .gipfelrunde-formular .wpcf7-form .wpcf7-response-output {
        padding: 10px;
    }

    .gipfelrunde-formular .frc-captcha .frc-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {

    .gipfelrunde-formular {
        position: relative !important;
        top: 0;
        left: initial;
        transform: initial;
    }

}

/* footer */
.gipfelrunde-home .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.gipfelrunde-home .site-footer,
.gipfelrunde-home .site-footer a {
    color: var(--wp--preset--color--base);
}

.gipfelrunde-home:not(.menu-opened) .site-footer {
    z-index: var(--home-footer-z-index);
}