
#main{
    justify-content: center;
}

#zurueckbutton{
    margin-left: 8vw;
    margin-top: calc(8vh - 1vw);
    padding: 2vh;
    padding-top: 1.2vh;
    padding-bottom: 1.2vh;
    border-radius: 1.2vh;
    background-color: #242424;
    margin-right: auto;
    color: #bbb;
    font-size: 2vh;
    font-weight: 600;
    box-shadow: 0 0 10px inset #646464;
    cursor: pointer;
    text-decoration: none;
}

#veranstaltung{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width:90%;
    row-gap:4vh;
    margin-top: 4vh;
    margin-bottom: 8vh;
}

#vueberschrift{
    width:100%;
    padding-left: 4vw;
    font-size: calc(10px + 2vw + 4vh);
    font-weight: 620;
    letter-spacing: 1.4px;
}

#vuntertitel{
    width:100%;
    padding-left: 4vw;
    font-size: calc(5px + 1vw + 2vh);
    font-weight: 620;
    letter-spacing: 1.4px;
}

#vdatum{
    display: flex;
    justify-content: start;
    align-items: center;
    width:40vw;
    min-width: 300px;
    margin-top: 2vh;
    font-size: calc(10px + 1.5vh);
    font-weight: 500;
    color:#ccc;
}

#vpreis{
    display: flex;
    justify-content: start;
    align-items: center;
    width:40vw;
    min-width: 300px;
    margin-top: 2vh;
    font-size: calc(10px + 1vh);
    font-weight: 500;
    color:#ccc;
}

#vbild{
    display: flex;
    justify-content: center;
    align-items: center;
    width:80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#vbild img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#vtext{
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: calc(8px + 1vh);
    width:90%;
    max-width: 1500px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
    color:#ddd;
}

#vtext a{
    text-decoration: none;
    color:steelblue;
}
#vtext a:hover{
    color:#d04628;
}


#vticketlinkbutton{
    margin-left: 8vw;
    margin-top: calc(8vh - 1vw);
    padding: 2vh;
    padding-top: 1.2vh;
    padding-bottom: 1.2vh;
    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;
}
#vticketlinkbutton:hover{
    box-shadow: 0 0 20px #848484;
}

#veranstalterdiv{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap:4vh;
}

#veranstalter{
    display: flex;
    justify-content: start;
    align-items: center;
    width:100%;
    min-width: 300px;
    margin-top: 2vh;
    font-size: 2.8vh;
    font-weight: 500;
    color:#ccc;
}

#veranstaltertext{
    line-height: 2;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: calc(2vh);
    width:90%;
    max-width: 800px;
    height:fit-content;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
    color:#888;
}

#veranstalterlink{
    line-height: 2;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: calc(2vh);
    width:90%;
    max-width: 800px;
    height:fit-content;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
    color:#888;
    text-decoration: underline;
    margin-top: -4vh;
    margin-bottom: -2vh;
}




#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;
}

.faqueberschrift{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width:94%;
    padding-left: 6%;
    font-size: 4vh;
    font-weight: 500;
    letter-spacing: 1px;
    color:#d04628;
    margin-top: 5vh;
    margin-bottom: 1vh;
}

.faqfrage{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width:80%;
    padding-left: 15%;
    padding-right: 5%;
    font-size: 2.8vh;
    font-weight: 500;
    letter-spacing: 0.5px;
    color:#bbb;
    margin-top: 2vh;
}

.faqantwort{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width:65%;
    padding-left: 25%;
    padding-right: 10%;
    margin-top: -0.5vh;
    font-size: 1.6vh;
    font-weight: 400;
    letter-spacing: 0.1px;
    color:#999;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}