

#willkommenformular{
    padding-left: 4vw;
    font-size: calc(2vw + 4vh);
    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;
}

#kontakt{
    padding-bottom: calc(4vw + 4vh);
}

#faq{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
    row-gap: 1vh;
}

#textbereich{
    user-select: all;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap:2vh;
    width:100%;

}

.textbereichueberschrift{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width:85%;
    padding-left: 10%;
    padding-right: 5%;
    font-size: 3vh;
    font-weight: 500;
    letter-spacing: 1px;
    color:#fff;
    margin-top: 5vh;
    word-break: break-all;
}

.text{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width:85%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: -1vh;
    font-size: calc(10px + 1vh);
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.4;
    color:#ddd;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
}