@font-face {
    font-family: SparkasseRg;
    src: url(static_maintainance_page/fonts/Sparkasse_web_Rg.ttf);
}

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: SparkasseRg, sans-serif;
}

body,
.content,
footer {
    display: flex;
    flex-direction: column;
}

nav {
    display: flex;
    flex-direction: row;
    background-color: #e00;
    padding: 11px 25px;
}

nav img {
    padding: 4px 0;
    height: 30px;
}

.content {
    flex: auto;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 40px;
}

.content img,
.content .text {
    width: 90%;
}

h1 {
    margin: 30px 0 0 0;
    font-size: 48px;
    line-height: 56px;
}

h2 {
    margin: 15px 0;
    font-size: 18px;
}

h3,
h4 {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
}

h4 {
    margin: 5px 0;
}

.space-bottom {
    margin-bottom: 20px;
}

p {
    font-size: 14px;
    line-height: 16px;
    margin: 2px 0;
}

footer {
    background-color: #414141;
    color: #fff;
}

.footer-content {
    padding: 11px 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .header {
    width: 100%;
}

footer .text {
    width: 50%;
}

@media (min-width: 576px) {
    .content img,
    .content .text {
        width: 80%;
    }

    nav img {
        height: 48px;
    }

    nav {
        height: 58px;
        padding: 11px 21px;
        max-height: 80px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 768px) {
    .content img,
    .content .text {
        width: 600px;
    }
}

@media (min-width: 992px) {
    .content img {
        width: 700px;
    }
}

@media (min-width: 1200px) {
    nav,
    footer {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    nav div,
    .footer-content {
        justify-content: left;
        align-items: left;
        text-align: left;
        width: 1000px;
    }

    .content img {
        width: 800px;
    }
}
