
@font-face {
    font-family: "SourceSansPro";
    src: url("fonts/SourceSansPro/SourceSansPro-Regular.eot");
    src: url("fonts/SourceSansPro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro/SourceSansPro-Regular.woff2") format("woff2"), url("fonts/SourceSansPro/SourceSansPro-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SourceSansPro";
    src: url("fonts/SourceSansPro/SourceSansPro-Bold.eot");
    src: url("fonts/SourceSansPro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro/SourceSansPro-Bold.woff") format("woff"), url("fonts/SourceSansPro/SourceSansPro-Bold.woff2") format("woff2"), url("fonts/SourceSansPro/SourceSansPro-Bold.ttf") format("ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "SourceSansPro";
    src: url("fonts/SourceSansPro/SourceSansPro-SemiBold.eot");
    src: url("fonts/SourceSansPro/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro/SourceSansPro-SemiBold.woff") format("woff"), url("fonts/SourceSansPro/SourceSansPro-SemiBold.woff2") format("woff2"), url("fonts/SourceSansPro/SourceSansPro-Bold.ttf") format("ttf");
    font-weight: 600;
    font-style: normal;
}

html {
    width: 100%;
}

* {
    padding: 0;
    margin: 0;
    font-family: "SourceSansPro", "Arial", sans-serif;
    box-sizing: border-box;
}

body {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.content .content-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 120px 20px;
    font-size: 17px;
    color: #023e84;
}

.content .content-main p {
    margin-bottom: 10px;
}

.content .content-main a {
    text-decoration: none;
}

.content .content-main a:hover {
    text-decoration: underline;
}

.content .content-main .icon-wartung {
    width: 60px;
    margin-bottom: 15px;
}

.content .content-main .buhl-orange {
    color: #F29213;
}

.footer {
    margin-top: auto;
}

.footer .footer-main {
    background-color: #023e84;
}

.footer .footer-main .footer-main-content {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    flex-direction: column;
}

.footer .footer-main .footer-main-content .footer-main-logo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer .footer-main .footer-main-content .footer-main-logo a {
    width: 100%;
}

.footer .footer-main .footer-main-content .footer-main-menu {
    display: flex;
    align-items: center;
}

.footer .footer-main .footer-main-content .footer-main-menu .menu li {
    list-style-type: none;
    margin-bottom: 15px;
}

.footer .footer-main .footer-main-content .footer-main-menu .menu li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.footer .footer-main .footer-main-content .footer-main-menu .menu li a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 600px) {
    .footer .footer-main .footer-main-content {
        margin: 0 32px;
    }

    .footer .footer-main .footer-main-content .footer-main-logo a {
        text-align: center;
    }

    .footer .footer-main .footer-main-content .footer-main-menu .menu {
        display: flex;
        column-gap: 40px;
        row-gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .footer-main .footer-main-content .footer-main-menu {
        justify-content: center;
    }
}

@media only screen and (min-width: 1024px) {
    .content {
        height: calc(100vh - 100px);
        display: flex;
        align-items: center;
    }

    .content .content-main {
        max-width: 800px;
        font-size: 23px;
    }

    .footer .footer-main {
        height: 100px;
    }

    .footer .footer-main .footer-main-content {
        padding: 0;
        flex-direction: row;
        margin: 0px 40px;
        height: 100%;
    }

    .footer .footer-main .footer-main-content .footer-main-logo {
        text-align: left;
        margin-bottom: 0;
    }

    .footer .footer-main .footer-main-content .footer-main-logo a {
        width: auto;
        text-align: unset;
    }

    .footer .footer-main .footer-main-content .footer-main-menu .menu li {
        margin-left: 40px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1280px) {
    .footer .footer-main .footer-main-content {
        max-width: 1200px;
        margin: 0 auto;
    }
}