@charset "UTF-8";

/* FONT LOKAL EINBINDEN */
@font-face {
    font-family: 'Bodoni Moda';
    src: url('/fonts/BodoniModa_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni Moda';
    src: url('/fonts/BodoniModa_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* CONTAINER STYLE */
html,
html * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
}

header {
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f9f5f0;
}

section {
    display: flex;
    min-height: 100vh;
    padding-top: 5rem;
    justify-content: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background-color: #f9f5f0;
    overflow-x: hidden;
}

    .contant-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        row-gap: 10px;
        box-sizing: border-box;
    }

    .mediacontainer {
        display: flex;
        overflow: hidden;
    }

    .textcontainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 10px;
        column-gap: 50px;
        padding: 0rem 1rem 0rem 1rem;
    }

        .headertextcontainer {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            width: 100%;
            background-color: #d49e1704;
            border: solid;
            border-width: 2px;
            border-radius: 10px;
            border-color: #d4a017;
            padding: 1rem 1rem 1rem 1rem;
        }

        .subtextcontainer {
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 100%;
        }

    .buttoncontainer {
        display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
        margin-top: 10px;
        gap: 2rem;
    }

    .footer {
        z-index: 50;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: fit-content;
        margin-top: auto;
        padding-bottom: 20px;
        gap: 0rem;
        background-color: #f9f5f0;
    }
        .footer-container {
            display: flex;
            flex-direction: row;
            gap: 1rem;
        }
            .footer-item{
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: 0.2rem;
            }

/* FONT STYLE */
:root {
  /* Step 0: 11.8056px → 19.2px */
  --step-0: clamp(0.7378rem, 0.6622rem + 0.3361vw, 1.2rem);
  /* Step 1: 14.1667px → 24px */
  --step-1: clamp(1rem, 1rem + 0.447vw, 1.5rem);
  /* Step 2: 17px → 30px */
  --step-2: clamp(1.0625rem, 0.9295rem + 0.5909vw, 1.875rem);
}

h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #d4a017;
    font-size: var(--step-2);
    text-align: center;
}

h2 {
    font-weight: 600;
    text-transform: uppercase;
    color: #d4a017;
    font-size: var(--step-2);
    text-align: center;
}

h3,
.h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
    font-size: var(--step-1);
    text-align: center;
    padding: 0.5rem 0rem 0.5rem 0rem;
}

h4 {
    margin-left: 0.5rem;
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 1rem;
}

p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 400;
    color: #333333;
    font-size: var(--step-0);
    text-align: justify;
    text-justify: inter-word;
    /* hyphens: auto;
    word-break: normal; */
    line-height: 1.5;
    letter-spacing: normal;
    padding: 0.5rem 0rem 0.5rem 0rem;
}

a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
    font-size: var(--step-0);
    text-align: justify;
    text-justify: inter-word;
    /* hyphens: auto;
    word-break: normal; */
    line-height: 1.5;
    letter-spacing: normal;
    padding: 0.5rem 0rem 0.5rem 0rem;
    cursor: pointer;
}

/* BUTTON STYLE */
.button {
    display: block;
    box-sizing: border-box;
    width: 20vw;
    height: 20vw;
    fill: #d4a017;
    background-color: #be972904;
    border-color: #d4a017;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
}

.button:active {
    border-width: 3px;
    transform: scale(0.5);
}

.socialmedia-about {
    display: block;
    box-sizing: border-box;
    height: 4rem;
    width: 4rem;
    fill: #333333;
    background-color: #f9f5f0;
    border-color: #333333;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
}

.socialmedia-about:active {
    border-width: 3px;
    transform: scale(0.5);
}

/* ICON STYLE */
.icon {
    width: 1rem;
    fill: #333333;
}

/* MEDIA STYLE */
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

/* KONTAKTFORM STYLE */
.contactform-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #be972904;
    border: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #d4a017;
    padding: 1rem 1rem 1rem 1rem;
    margin: 0rem 1rem 0rem 1rem;
}

    form {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

        .form-item {
            width: 100%;
            background: #ffffff;
            border-style: solid;
            border-width: 1px;
            border-color: #ffffff;
            border-radius: 10px;
            padding: 10px;
            font-size: 1rem;
        }

        .form-item:focus {
            outline: none;
            border-color: #d4a017;
        }

        .text-area {
            width: 100%;
            background: #ffffff;
            border-style: solid;
            border-width: 1px;
            border-color: #ffffff;
            border-radius: 10px;
            padding: 10px;
            font-size: 1rem;
            height: 20vh;
        }

        .text-area:focus{
            outline: none;
            border-color: #d4a017;
        }

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e5e1dcf8;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease;
}

.popup-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

    .popup-content {
        background: #f9f5f0;
        padding: 2rem;
        border-radius: 10px;
        max-width: 400px;
        text-align: center;
        border: 2px solid #d4a017;
        transform: scale(0.8);
        transition: transform 1s ease;
    }

    .popup-overlay.show .popup-content {
        transform: scale(1);
    }

    #closePopup {
        margin-top: 1rem;
        padding: 0.5rem 1rem;
        cursor: pointer;
        border-style: solid;
        border-width: 2px;
        border-radius: 10px;
        border-color: #d4a017;
        background-color: #d4a017;
        color: #f9f5f0;
        /* alles unnötige entfernen */
        box-shadow: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;  
    }

        .popupblume {
            position: absolute;
            transform: translateX(-85%) translateY(13%) rotate(20deg);
            width: 100%;
        }

/* TABLET VIEW */
@media (min-width: 48rem) {

.textcontainer {
    flex-direction: row;
}

.headertextcontainer {
    width: 60%;
}

.subtextcontainer {
    width: 40%;
}

.footer {
    flex-direction: row;
    gap: 2rem;
}

.footer-container {
    gap: 2rem;
}

.button {
    width: 15vw;
    height: 15vw;
}

.socialmedia-about {
    display: none;
}

.text-area {
            height: 30vh;
    }

}

/* DESKTOP VIEW */
@media (min-width: 64rem) {

.contant-container {
    width: 60%;
}

.textcontainer {
    padding: 0rem 0rem 0rem 0rem;
}

.headertextcontainer {
    width: 40%;
}

.subtextcontainer {
    width: 60%;
}

.button {
    width: 8vw;
    height: 8vw;
}

.contactform-wrapper {
    margin: 0rem 0rem 0rem 0rem;
}

}