body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    
    background: center fixed;
    background-image: url("./Images/someTest2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
      monospace;
}

/* ============================================================================== 
   ===================================Allgemein================================== 
   ============================================================================== */

.fett {
    font-weight: bold;
    font-size: 16pt;
}
.fett2 {
    font-weight: bold;
}
span.mathematik {
    color: rgb(0, 153, 255);
    font-weight: bold;
}
span.informatik {
    color: rgb(57, 143, 0);
    font-weight: bold;
}
span.physik {
    color: rgb(255, 196, 0);
    font-weight: bold;
}
span.statistik {
    color: rgb(255, 0, 34);
    font-weight: bold;
}
span.finanzen {
    color: rgb(0, 12, 173);
    font-weight: bold;
}
span.biomathematik {
    color: rgb(124, 189, 39);
    font-weight: bold;
}
span.bioinformatik {
    color: rgb(0, 202, 108);
    font-weight: bold;
}
span.biostatistik {
    color: rgb(156, 197, 41);
    font-weight: bold;
}
span.technomathematik {
    color: rgb(4, 175, 175);
    font-weight: bold;
}
span.wirtschaft {
    color: rgb(255, 0, 221);
    font-weight: bold;
}
span.versicherung {
    color: rgb(224, 125, 125);
    font-weight: bold;
}
span.simulation {
    color: rgb(241, 141, 10);
    font-weight: bold;
}

/* ============================================================================== 
   ===================================Titel====================================== 
   ============================================================================== */

.ueberschrift {
    text-align: center;
    position: sticky;
    white-space: nowrap;
}
span.titel {
    font-size: 18pt;
    font-weight: bold;
    text-decoration-line: underline;
    text-shadow: 5px 5px 5px rgb(129, 129, 129);
}

/* ============================================================================== 
   ===================================Karte====================================== 
   ============================================================================== */

area {
    cursor: pointer;
}

.map {
    transform-origin: top;
    transform: scale(0.8);
    box-shadow: 5px 5px 5px rgb(129, 129, 129);
    border-radius: 10px;
}

.interactiveMap {
    padding-top: 20px;
    text-align: center;
    /* transform: scale(0.8) */
}
.interactiveMap img {
    border: solid;
    border-color: rgb(0,0,0);
    border-width: 1px;
}
/*.header {
    height: 150px;
}*/
span {
    top: 194px;
    left: 611px;
}

/* ============================================================================== 
   ===================================Tooltips=================================== 
   ============================================================================== */

.tooltip {
    text-decoration: none;
    position: relative;
    font-family: Tahoma, Arial, sans-serif ;
}
.tooltip span {
    display: none;
    background-color: white;
    border: 1px solid black;
    border-radius: 20px;
    background-clip: padding-box;
    box-shadow: 5px 5px 5px rgb(129,129,129);   
}
.tooltip:hover span {
    display: block;
    position: fixed;
    overflow: hidden;
}
a {
    padding: 25px;
}

/* ============================================================================== 
   ===================================Overlays=================================== 
   ============================================================================== */

.overlay {
    /*top: 25%;
    left: 10%;*/
    width: 600px;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    transition: 0.5s;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
    /* background-image: url("Images/test2.png"); */
    background-repeat: no-repeat;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 20px;
    padding: 20px 30px 20px 20px;
    /*background: rgb(238, 238, 238);*/
    background: rgb(230,230,230);
    border-radius: 10px;
    width: 84%;
    position: relative;
    transition: all 0.1s ease-in-out;
    border: solid;
    border-color: rgb(0,0,0);
    border-width: 2px;
    box-shadow: 5px 5px 5px rgb(129,129,129);
}
.popup .buttons {
    display: flex;
}
.popup .close {
    transition: all 0.1s;
    font-size: 30pt;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.popup .switch {
    transition: all 0.1s;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .switch:hover {
    color: rgb(34, 120, 248)
}
.popup .close:hover {
    color: #d80606;
}
.popup .buttons h2 {
    width: 100%;
}
.popup .buttons .buffer {
    text-align: right;
}
.balken {
    height: 2px;
    width: 100%;
    background-color: black;
}
.close {
    text-align: right;
}

.popup .headline {
    display: flex;
}

.popup .headline .logo {
    right: 20px;
}

.popup .headline h1 {
    padding-left: 10px;
    width: 100%;
    text-align: right;
}

/* ============================================================================== 
   ===================================Legende====================================
   ============================================================================== */

.legende {
    padding: 15px 15px;
    background-color: white;
    position: fixed;
    top: 33%;
    left: 0;
    border-radius: 0 20px 20px 0;
    border: solid;
    border-color: black;
    border-width: 1px 1px 1px 0px;
    box-shadow: 5px 5px 5px rgb(129, 129, 129);
    z-index: 1;
}
.legende .kuerzel-bedeutung {
    display: flex;
}
.legende .bedeutung {
    padding-left: 15px;
}
.btn-legende {
    visibility: hidden;
    background-size: cover;
    z-index: 0;
}
.zeigeLegende {
    top: 0;
    left: 0;
    position: absolute
}
@media (max-width: 1300px) {
    .legende {
        width: 200px;
        visibility: hidden;
        padding-left: 10px;
        opacity: 100%;
        left: 34px;
    }
    .btn-legende {
        visibility: visible;
        position: fixed;
        top: 33%;
        left: 0;
        height: 312px;
        width: 34px;
        font-stretch: expanded;
        background-image: url(./Images/ButtonBackgroundOpen.png);
        background-color: white;
        border: solid;
        border-color: black;
        border-width: 1px;
        cursor: pointer;
        box-shadow: 5px 5px 5px rgb(129, 129, 129);
    }
}

/* ============================================================================== 
   =================================Download=====================================
   ============================================================================== */

.download {
    right: 20px;
    bottom: 20px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    width: 75px;
    height: 75px;
    border-width: 1px;
    border-radius: 50px;
    border-color: black;
    border-style: solid;
    box-shadow: 2px 2px 5px rgb(129, 129, 129);

    background-image: url(./Images/download.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.link {
    width: 30px;
    height: 30px;
    padding: 0px;
}

.download-image {
    transform: scale(0.5);
}

/* ====================================================================
   ==========================PocketVersion=============================
   ==================================================================== */

.pocketversion {
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0px;
    padding-bottom: 50px;
}
.normal {
    visibility: visible;
}
.hochschule {
    width: 90%; 
    font-size: 16pt; 
    padding-left: 10px;
}
.switch_pocket {
    font-size: 16pt;
}
.stadt-pocketversion {
    border-color: black; 
    border-width: 1px; 
    border-style: solid; 
    display: flex; 
    padding: 10% 0px; 
    height: 1px; 
    cursor: pointer;
    width: 300px;
    background-image: url(./Images/pocket-background.png);
    background-size: cover;
    background-position: bottom;
    box-shadow: 5px 5px 5px rgb(129,129,129);
}
.stadt-pocketversion span {
    width: 90%;
    font-size: 16pt;
    padding-left: 10px;
}
.stadt-pocketversion:hover {
    filter: brightness(125%)
}
.overlay-pocket {
    position: absolute;
    background-color: #333;
    opacity: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.menu {
    width: 150px;
    height: 150px;
    top: 0;
    right: 0;
    position:fixed;
    cursor: pointer;
    z-index: 10000;
    transition: 0.5s;
    background-image: url(./Images/Menu.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.menu-ausgefahren {
    z-index: 14;
    visibility: hidden;
    top: 0;
    right: 0;
    width: 400px;
    max-height: 70%;
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    border: solid;
    border-color: black;
    border-width: 0px 0px 1px 1px;
    box-shadow: 5px 5px 5px rgba(129,129,129,1);
    overflow: auto;
    border-radius: 0 0 0 20px;
    transform: scale(1.5);
}
.pocket-legende .kuerzel-bedeutung{
    padding-top: 150px;
    padding-left: 50px;;
    padding-bottom: 20px;
    display: flex;
    font-size: 14pt;
}
.pocket-legende .bedeutung {
    padding-left:15px;
    font-size: 14pt;
}
.pocket-link {
    font-size: 14pt;
    text-decoration: underline;
    color: black;
    padding-left: 50px;
    padding-bottom: 20px;
}
span.icon {
    font-size: 14pt;
}

@media (max-device-width: 800px) {
    body{
        background-size: 200% 250%;
    }
    .ueberschrift {
        visibility: hidden;
    }
    .legende {
        visibility: hidden;
    }
    .btn-legende {
        visibility: hidden;
    }
    .pocketversion {
        visibility: visible;
    }

    .pocketversion {
        zoom: 200%;
    }
    .stadt-pocketversion{
        height: 20%;
    }
    .map {
        top: 0;
        left:0;
        transform: scale(1);
        position: absolute;
        border-radius: 0px;
        zoom: 300%;
    }
    .interactiveMap {
        padding-top: 0;
    }

    .overlay {
        position: fixed;
        z-index: 10;
        background-image: none;
        background-color: rgba(51,51,51,0.7);
        width: 100%;
        height: 100%;
        background-image: none;
        overflow: auto;
        zoom: 165%;
    }
    .popup {
        opacity: 1;
        z-index: 100;
        zoom: 165%;
        top: 20%;
    }
    .download {
        border-radius: 500px;
        height: 1%;
        width: 1%;
        padding-top: 10%;
        padding-left: 10%;

        background-image: url(./Images/download.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
    }
    @media (max-device-height: 550px) {
        .popup {
            top: 0;
        }
        .menu-ausgefahren {
            max-height: 99%;
        }
    }
}