*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
}

#header{
    width: 100%;
    height: 7.4vw;
    background-image: radial-gradient(rgb(166, 176, 255),rgba(52, 52, 71, 0.795),rgba(0, 0, 0, 0.801));
    position: relative;
}

::-webkit-scrollbar{
    width: 10px;
    background: transparent;
}

::-webkit-scrollbar-thumb{
    background-color: rgba(0, 0, 0, 0.445);
    border-radius: 1vw;
}

::-webkit-scrollbar-thumb:hover{
    background-color: rgba(20, 20, 20, 0.445);;
}



body{
    background-image: url(images/backgrounds/6.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: overlay;
}

html{
    font-size: 10px;
}



.navbar{
    width: 100%;
    background-image:linear-gradient(rgba(0, 0, 0, 0.781),rgba(0, 0, 0, 0.74),rgba(0, 0, 0, 0.562),rgba(0, 0, 0, 0.541));
    font-size: 1.05vw;
    color:rgb(255, 197, 72);
    text-transform: uppercase;
    font-weight: 600;
    height: 2.1vw;
    line-height: 2.1vw;  
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar ul{
    float: right;
    list-style: none;
    margin-right: 1vw;
}

.navbar ul li{
    display: inline-flex;
    padding: 0 1.3vw;
    justify-content: space-between;
    align-items: center;
    
}

.navbar ul li a{
    color:rgb(209, 151, 26);
    flex:1;
    margin: auto;
}

.navbar ul li:hover{
    background-color: rgba(0, 217, 255, 0.123);
    border-radius: 30px;
}

.fixed{
    position:fixed;
    width:100%;
    top:0;
    z-index:20;
}

.fixed + .content{
    padding-top: 2vw;
}


.forum{
    margin-top: 2vw;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.optionen{
    font-weight: 750;
    width: 6.3vw;
    color: rgb(82, 0, 0);  
    border:0;
    background: transparent;
    font-size: 1vw;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
}

.optionen:hover{
    cursor: pointer;
}

.option{
    background: transparent;
    border-radius: 3vw;
    font-weight: 600;
    color:rgb(82, 0, 0);   
}

select option{
    text-shadow: none;
}

label{
    font-weight: 750;
    display: flex;
    text-align: center;
}

.nachricht{
    height: 13vw;
    width: 40vw;
    color: rgb(82, 0, 0);
    font-weight: 600;
    border-radius: 20px;
    padding: 7px 7px;
    border: 0;
    border-color: rgb(15, 15, 58);
    border-radius: 4px;
    background-color: rgba(0, 0, 182, 0.171);
    font-size: 1vw;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.384);
    resize: none;
}

button{
    display:block;
    margin: auto;
    width: 10vw;
    background-image: linear-gradient(rgb(15, 15, 58), rgb(18, 52, 126));
    border: 0px solid rgb(255, 166, 0);
    color: orange;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    font-size: 1vw;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 3px 3px 4px rgb(0, 0, 0);
    margin-top: 1vw;
    margin-bottom: 3vw;


}

.box{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    align-items: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-weight: bold;
    background-image: url(images/entity_background/box.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 69vw 33vw;
    padding-left: 0;
}

.boxtitle{
    display:block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 2.5vw;
    color: rgb(255, 197, 72);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: bold;
    font-size: 1.3vw;
    background-image: url(images/entity_background/title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0.2vw;
    background-size: 69vw 3.26vw;
    padding-bottom: 0.72vw;
    padding-top: 0.8vw; 
}

.boxtext{
    font-size:1.06vw;
    margin-right: 10%;
    margin-left: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(82, 0, 0);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
}


.impressum{
    margin-left: 18vw;
    display: flex;
    font-size: 0.9vw;
    padding-bottom: 2%;
    padding-top: 2%;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(82, 0, 0);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
}

.impressum ul li{
    list-style: none;
}


.end{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.719);
    font-weight: bold;
    background-image: url(images/entity_background/end.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -2.3vw;
    background-size: 69vw 2.8vw;
    padding-bottom: 0.55vw;
}


