



#willkommenformular{
    font-size: calc(1.8vw + 3.6vh);
    font-weight: 420;
    letter-spacing: 1.4px;
}

#willkommentext{
    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;
}

#main{
    justify-content: center;
}

.specsbox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    width:calc(12vw + 14vh);
    min-width: 160px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 5vh;
}

.specsueberschrift{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 60%;
    font-size: 7.2vh;
    font-weight: 660;
    letter-spacing: 1px;
    color:#eee;
}

.specstext{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 40%;
    font-size: 2vh;
    font-weight: 460;
    letter-spacing: 1px;
    color:#bbb;
    word-wrap: none;
}


#bilderdiv{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height:50vh;
    width: 100%;
}

#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;
}