html, body {
    min-height: 100vh;
    min-height: 100dvh;
    margin:0;
    padding:0;
}
body {
    display:flex;
    justify-content: center;
    align-items: center;
}

body {
    font-size:1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
    color:inherit;
}

body {
    background-color: #66a1af;
}

#ctrinfo {
    max-width: 75vw;
}

#logo {
    width:40rem;
    max-width: 100%;
    transform:scale(1.1); /*Rand links von "P" kompensieren, damit Texte links angeschlagen*/
}

.address {
    margin-top:4rem;
    color:white;
}

.mobileonly {
    display:none;
}

/*
@media (max-width:1100px) {
    html {
        font-size:80%;
    }
}

@media (max-width:350px) {
    html {
        font-size:70%;
    }
}
*/

@media (max-width:1023px) {
    .desktoponly {
        display:none;
    }
    .mobileonly {
        display:block;
    }
}
