html{
    min-height: 100%;
    background-color: black;
    scroll-behavior: smooth;
}

body{
    background-image: url('/img/website_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
    background-attachment: fixed;
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#navbar{
    width: 100vw;
    margin: auto;
    height: 6vh;
    background-color: rgba(255, 255, 255, 0%);
    top: 0;
    position: sticky;
}

.backicon{
    float: left;
    width: 3vh;
    padding: 0.2vh;
    margin-left: 2vh;
    margin-top: 1.5vh;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2vh;
}

.socialicon{
    float: right;
    width: 3vh;
    padding: 0.2vh;
    margin-right: 2vh;
    margin-top: 1.5vh;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2vh;
}

.navpart p{
    color:black;
    float: right;
    padding: 0.7vh;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
    margin-right: 2vh;
    margin-top: 1.5vh;
    border-radius: 2vh;
    background-color: rgba(255, 255, 255, 0.5);
}

#navbar a :hover{
    background-color: rgba(253, 198, 5, 1);
}

#content{
    min-height: 100vh;
}

a{
    color: rgb(17, 140, 220);
    text-decoration: none;
}

#footer a:hover{
    color:rgb(253, 198, 5);
}

.imgText{
    padding-top: 10%;
    display: block;
    margin:auto;
}

#logoSmall{
    padding-top: 0;
}

#savethedate{
    padding-bottom: 10%;
}

#tickets{
    margin:auto;
    margin-top: 10%;
    width: 80%;
}

#shop{
    width: 100%; 
    height: 600px; 
    border: none;
}

#sponsoren{
    margin-top: 5%;
}

#veranstalter{
    margin-top: 5%;
    margin-bottom: 10vh;
}

#textbox{
    width: 82vw;
    margin: auto;
    padding: 3vh;
    margin-top: 5vh;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 0.2vh;
    border-radius: 3vh;
    margin-bottom: 5vh;
}

#footer{
    background-color: black;
    height: 3vh;
    position: scroll;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 2vh;
    padding-top: 0.5vh;
    z-index: 0;
    color: rgb(17, 140, 220);
}
