body {
    font-family: Arial;
    font-size: 12px;
    background-color: #E9F2F2;
    /* overflow: hidden; */
}

.infotext {
    font-size: 10px;
    font-family: Helvetica;
}

.clickable {
    font-size: 16px;
}

a.clickable {
    font-size: 6px;
    text-decoration: none;
    color: black;
}

a.clickable:hover {
    color: #1666C1;
}

.header {
    margin: 0;
}

.header_container {
    display: flex;
    margin: auto;
    width: 95vw;
    /* background-color: blue; */
}

p.divitem {
    margin: auto 10px;
    align-items: center;
}

img {
    width: 75px;
    }

.linkleiste {
    margin-right: 10px;
    text-align: right;
}

/* @media (prefers-color-scheme: dark) {
	body {
		background-color: #323232;
		color: #ccc;
	}

    a.clickable {
        color: #ccc;
    }
} */

/* .popup {
    position: absolute;
    z-index: 2; 
    width: fit-content;
    display: none;
    background-color: yellow;
    top: 50%;
    left: 50%;
    
}

.content {
    margin: 10px;
    animation: all 300ms ease-in-out;
}

.overlay {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
} 

.popup.active {
    display: block; 
}

.overlay.active {
    background: rgba(0,0,0,0.7);
} */


/*
@media (max-device-height: 851px) {
    body {
        overflow: visible;
        background-color: yellow;
    }
}
*/
