.navilinks { color: #00b4b4; font-weight: bold; font-size: 12px; line-height: 15px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; }
.navili { color: #00b4b4; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 15px; text-decoration: none; }
.navili:hover { color: white; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 15px; text-decoration: none; }
.navili:active { color: white; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 15px; text-decoration: none; }
.navilia { color: white; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 15px; text-decoration: none; }
.text { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; line-height: 15px; text-decoration: none; }
.textlink { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; line-height: 15px; text-decoration: underline; }
.textlink:hover { color: #00b4b4; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; line-height: 15px; text-decoration: underline; }
.tabelle1 { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; line-height: 15px; text-decoration: none; padding-right: 3px; padding-left: 3px; }
.tabelle2 { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; line-height: 15px; text-decoration: none; background-color: #cef0f0; padding-right: 3px; padding-left: 3px; }
.head { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 15px; text-decoration: none; }
.adresse { color: #00b4b4; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 18px; text-decoration: none; }
.link { text-decoration: none; }
body {
    position: relative;
}

body #overlay {
    position: fixed;
    top: 40px;
    max-width: 800px;
    left: 200px;
    bottom: 40px;
    z-index: 5;
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}
body #overlay.hide {
    /* visibility: hidden; */
    /* opacity: 0; */
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
}

body #overlay.hide #overlay-close {
    display: none;
}

body #overlay img {
    max-height: 90vh;
    margin: 0 auto;
}
body #overlay-close{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    line-height: 20px;
    z-index: 10;
    cursor: pointer;
    color: black;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}