


#willkommen{
    position: relative;
    width: 100%;
    padding-top: 8vh;
    padding-bottom: 15vh;
    margin-top: 0;
    margin-bottom: 0;
    background-image: linear-gradient(to bottom, #fff0 60%, #181819ff 95%);
    overflow: hidden;
}
#willkommen:before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to bottom, #fff0 50%, #323236ff 95%), url("../../bilder/7.jpg.webp");
    background-size: cover;
    background-position: center;
    filter: blur(2px) brightness(0.5);
    z-index: 0;
}

#willkommenformular{
    width:90%;
    padding-left: 4vw;
    font-size: calc(1.6vw + 3.2vh);
    font-weight: 420;
    letter-spacing: 1.4px;
    z-index: 1;
    color:#fff;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
}

#willkommentext{
    width:80%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: calc(2vh);
    max-width: 800px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
    color:#fff;
    z-index: 1;
}

#willkommenkontaktbutton , #bilderdivueberbutton{
    display: flex;
    justify-content: center;
    align-items: center;
    height:3.8vh;
    padding: 2vh;
    padding-top: 0.8vh;
    padding-bottom: 1.2vh;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.2vh;
    background-color: #eee;
    color: #d04628;
    font-size: 2.4vh;
    font-weight: 600;
    box-shadow: 0 0 10px #646464;
    cursor: pointer;
    transition: 100ms all ease;
    text-decoration: none;
    outline: none;
    z-index: 1;
}

#bilderdivueberbutton{
    text-wrap: nowrap;
}

#main{
    justify-content: center;
}

#bilderdiv{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height:50vh;
    width: 46%;
    padding-left: 1%;
    padding-right: 1%;
}
@media screen and (max-width:800px){
    #bilderdiv{
        width:100%;
        margin-bottom: 2vh;
    }
}

#bilder{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    height:100%;
    width: 100%;
    gap: 10vw;
    overflow-x: scroll;
    overflow-y: hidden;
}

.bilddiv{
    display: flex;
    justify-content: center;
    align-items: center;
    width:80vw;
    height: 100%;
    scroll-snap-align: center;
}

.bilddiv img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


#bilderbackbutton, #bildernextbutton{
    position: absolute;
    top:50%;
    padding: calc(1vw + 1vh);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ddd;
    width:5vw;
    height:5vh;
    font-size: 4vh;
    cursor:pointer;
}
#bilderbackbutton{
    left:2vw;
}
#bildernextbutton{
    right:2vw;
}

.leistung{
    margin-bottom: 5vh;
}

.leistungenueberschrift{
    margin-bottom: 2vh;
    display: flex;
    justify-content: start;
    align-items: center;
    width:80%;
    font-size: 2.8vh;
    font-weight: 400;
    letter-spacing: 1px;
    color:#eee;
}

.leistungentext{
    font-size: calc(10px + 0.5vh + 0.1vw);
    letter-spacing: 1.2px;
    line-height: 1.2;
    color:#888;
}

.leistungenbutton{
    margin-top: 2vh;
    box-shadow: 0 0 8px #424242;
}

.bilddiv{
    width:80%;
}

#eventsfuerundspecs{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2vh;
    width:45%;
    min-width: 320px;
    margin-bottom: 10vh;
    padding-left: 1%;
    padding-right: 1%;
}

#eventsfuer{
    margin-left: 15%;
    margin-right: 15%;
    padding: 1vh;
    border-radius: 1vh;
    background-color: #d04628;
    font-size: 2vh;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.4;
}

#raeumlichkeiten{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:2vh;
    width:100%;
}

.rueberschrift{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width:100%;
    height: 60%;
    font-size: 3vh;
    font-weight: 420;
    letter-spacing: 1px;
    line-height: 1.4;
    color:#eee;
}

.rtext{
    display: flex;
    justify-content: center;
    align-items: center;
    width:90%;
    height: 40%;
    font-size: 2vh;
    font-weight: 460;
    letter-spacing: 1px;
    line-height: 1.4;
    color:#888;
}

#kontakt{
    background-color: #181819;
}

.inputbox input, .inputbox textarea{
    background-color: #bbb;
}

