@import url("https://use.typekit.net/npk5lql.css");

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    justify-content: space-between; /* verteilt Content und Footer */
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #7c9b95;
    color: #fff;
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    flex-direction: column;
}
h1 {
    font-size: 19px;
    margin-top: 0;
    letter-spacing: 4px;
}
a { text-decoration: none; color: unset;}

.container {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
}

.impressdiv {
    flex-shrink: 0;
    /* margin-top: 100px; */
    font-size: 13px;
    width: 80%;
    text-align: center;
    padding: 20px;
}

.adressdiv {
    height: 50px;
    width: 80%;
    border-top: 5px solid #fff;
    text-align: center;
    padding: 10px;
}

.logoAnimation {
    width: 500px;
    max-width: 100%; /* Verhindert Überlauf generell */
    margin: 0 auto;
}

@media (max-width: 768px) {
    .logoAnimation {
        width: 100%;
        max-width: 250px;
    }
}

/* @media (max-height: 600px) {
    .impressdiv {
        margin-top: 30px;
    }
} */

.container .icondiv img.icon {
    height: 30px;
    width: auto;
}

.icondiv {
    display: flex;
    gap: 110px;
    padding: 40px 0;
}

.icondiv img.icon {
    height: 30px;
    width: auto;
}

.modaal-content-container h1, .modaal-content-container h2, .modaal-content-container h1, .modaal-content-container h3, .modaal-content-container h4 {
    font-size: 24px;
}

.modaal-fullscreen .modaal-close {
    background: none !important;
}

.modaal-close:after, .modaal-close:before {
    background: #000
}