body{
    background-image: url("BackgroundDrache.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: lighten;
    background-size: 100%;
    padding-left: 2%;
    padding-right: 2%;
}
.redBox{
    padding-left: 3%;
    padding-right: 3%;
    background-color: red;
    width: 94%;
    border-radius: 2vw;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.navBar{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.navBarText{
    color: 	#ffd700;
    font-size: 5vw;
    line-height: 5vw;
}
.navBarImage{
    width: 15%;
}
.image{
    width: 100%;
}
.box{
    padding: 3%;
    background-color: rgba(255,255,255,0.8);
    width: 94%;
    border-radius: 2vw;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.text{
    text-align: left;
    color: 	black;
    font-size: 1.5vw;
    line-height: 2vw;
}
.impressumText{
    padding: 0.5%;
    text-align: center;
    font-size: 1vw;
    line-height: 1.5vw;
}
.button{
    background-color: #ffd700;
    border: none;
    border-radius: 1vw;
    color: red;
    padding: 1vw 2vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2vw;
    transition-duration: 0.4s;
    border: 0.2vw solid #ffd700;
}
.button:hover {
    background-color: white;
    color: #ffd700;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.buttonCenter{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.fakeButton{
    background-color: #ffd700;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    border: none;
    border-radius: 1vw;
    color: red;
    padding: 1vw 2vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2vw;
    transition-duration: 0.4s;
    border: 0.2vw solid #ffd700;
}
table{
    width: 100%;
}
td{
    padding: 1vw;
    text-align: left;
    border-bottom: 1px solid #ddd;
}