body {
    height:100%;
    margin: 0;
    background-color: rgb(0, 140, 255);
    font-family: sans-serif;
}
body::-webkit-scrollbar {
  display: 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: 7%;
    left: 50%;
    font-family: Impact, fantasy;
    font-size: 3em;
}
.center {
    text-align: center;
    font-size: 17px;
    font-family: sans-serif;
    text-decoration: none;
    position: fixed;
    translate: -50% -0%;
    top: 14.2%;
    left: 50%;
}
.underline:link, .underline:active, .underline:visited {
    text-decoration: none;
    color: black;
    margin-left: 17px;
}
.underline:hover {
    text-decoration: underline;
    color: white;
}
#fontf {
    font-family: sans-serif;
}
* {
    padding: 0;
    margin: 0;
    font-family: monospace;
}
ul {
    list-style:none;
    background: rgb(0, 140, 255);
}
ul li {
    display: inline-block;
    position: relative;
}
ul li a {
    display: block;
    padding: 18px 23px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    
}
ul li ul.dropdown li {
    display: block;
}
ul li ul.dropdown {
    width: 100%;
    background: rgb(0, 130, 236);
    position: absolute;
    z-index: 999;
    display: none;
}
ul li a:hover {
    background: rgb(0, 107, 194);
}
ul li:hover ul.dropdown {
    display: block;
}
.cityselect1 {
    position: absolute;
    translate: -0% -0%;
    left: 0%;
    top: 13.9%;
    width: 9.2%;
    z-index: 10;
}
.cityselect2 {
    position: absolute;
    translate: -0% -0%;
    left: 90.8%;
    top: 13.9%;
    width: 9.2%;
    z-index: 10;
}
.capital {
    z-index: 5;
}
.balken1 {
    position: fixed;
    translate: -50% -0%;
    top: 20%;
    left: 50%;
    width: 8px;
    height: 100%;
    background-color: rgb(0, 120, 220);
    z-index: 2;
}
.balken2 {
    position: fixed;
    translate: -50% -0%;
    top: 20%;
    left: 50%;
    width: 100%;
    height: 8px;
    background-color: rgb(0, 120, 220);
    z-index: 2;
}
.balken3 {
    position: fixed;
    translate: -0% -0%;
    top: 0%;
    right: 0%;
    width: 9.2%;
    height: 20%;
    background-color: rgb(0, 140, 255);
    z-index: 4;
}
.balken4 {
    position: fixed;
    translate: -0% -0%;
    top: 0%;
    left: 0%;
    width: 9.2%;
    height: 20%;
    background-color: rgb(0, 140, 255);
    z-index: 4;
}
.einsframe{
            position: fixed;
            translate: -0% -0%;
            top: 20%;
            left: 0%;
            z-index: 1;
        }
.zweiframe{
            position: fixed;
            translate: -0% -0%;
            top: 20%;
            right: 0%;
            width: 50%;
            height: 90%;
            z-index: 1;
}
#fill1:hover, #fill2:hover, #fill3:hover, #fill4:hover {
    background-color:rgb(0, 120, 220)
}