html, body {
    height:100%;
    margin: 0;
    background-color: rgb(0, 140, 255);
    font-family: sans-serif;
    -webkit-user-select: none;
}
.head {
    display: grid;
    place-items: center;
    background-color: rgb(75, 175, 255);
    height: 10%;
    width: 65%;
    border-width: 4px;
    border-color: rgb(60, 160, 255);
    border-radius: 30px;
    border-style: solid;
    position: fixed;
    translate: -50% -50%;
    top: 10%;
    left: 40%;
    font-family: Impact, fantasy;
    font-size: 3em;
    z-index: 2;
}
.center {
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    position: absolute;
    translate: -50% -0%;
    top: 15.5%;
    left: 40%;
    z-index: 2;
}
.underline:link, .underline:active, .underline:visited {
    text-decoration: none;
    color: black;
    margin-left: 17px;
}
.underline:hover {
    text-decoration: underline;
    color: white;
}
.header {
    height: 25%;
    width: 80%;
    position: fixed;
    translate: 0% 0%;
    top: -150px;
    left: 0px ;
    background-color: rgb(0, 140, 255);
    text-align: center;
    align-content: center;
    font-family: Impact, fantasy;
    font-size: 150px;
    border-color: rgb(0, 110, 200);
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 4px;
    border-style: solid;
    z-index: 1;
}
.site {
    height: 75%;
    width: 4px;
    position: fixed;
    translate: 0% 0%;
    bottom: 0px;
    right: 382px;
    background-color: rgb(0, 110, 200);
    border-color: rgb(0, 110, 200);
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
}
.flag {
    height:25%;
    width: 20%;    
    position: fixed;
    translate: 0% 0%;
    top: 0px;
    right: 0px ;
    border-color: rgb(0, 110, 200);
    border-left-width: 4px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 4px;
    border-style: solid;
    z-index: 3;    
}
.left {
    height: 100%;
    width: 1vw;
    position: fixed;
    translate: 0% 0%;
    top: 0%;
    left: 0px;
    background-color: rgb(0, 140, 255);
    border-color: rgb(0, 110, 200);
    border-left-width: 0px;
    border-right-width: 4px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    z-index: 2;
}
.bottom {
    height: 2vh;
    width: 80%;
    position: fixed;
    translate: 0% 0%;
    bottom: 0px;
    left: 0px;
    background-color: rgb(0, 140, 255);
    border-color: rgb(0, 110, 200);
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 4px;
    border-bottom-width: 0px;
    border-style: solid;
    z-index: 4;
}
.bottom-left {
    height: 10%;
    width: 1vw;
    position: fixed;
    translate: 0% 0%;
    top: 90%;
    left: 0px;
    background-color: rgb(0, 140, 255);
    z-index: 5;
}
.top-left {
    height: 25%;
    width: 1vw;
    position: fixed;
    translate: 0% 0%;
    top: 0%;
    left: 0.6vw;
    background-color: rgb(0, 140, 255);
    z-index: 5;
}
.map {
    position: fixed;
    translate: -0% -0%;
    top: 155px; /* Wir hatten 155px *//*zuhause 200px */
    right: 382px;
}
.link {
    color: black;
    text-decoration: none;
    margin-left: 12px;
    font-size: 17px
}
.link:hover {
    color: white;
    text-decoration: underline;
}
.link-div {
    position: fixed;
    translate: -50% -0%;
    top: 22%;
    left: 40%;
    z-index: 10;
}
.text-box {
    position: fixed;
    translate: -0% -0%;
    top: 26%;
    left: 81%;
    right: 2%;
    z-index: 100;
}
.text-head {
    color: white;
}
li {
    color: white;
}
.black {
    color: black;
}
.white {
    color: white;
    text-decoration: none;
}
.white:hover {
    color: white;
    text-decoration: underline;
}
.list {
    line-height: 1.6;
}
