@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/kalam-v17-latin-700.eot');
    src: url('../fonts/kalam-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/kalam-v17-latin-700.woff2') format('woff2'), url('../fonts/kalam-v17-latin-700.woff') format('woff'), url('../fonts/kalam-v17-latin-700.ttf') format('truetype'), url('../fonts/kalam-v17-latin-700.svg#Kalam') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/catamaran-v19-latin-100.eot');
    src: url('../fonts/catamaran-v19-latin-100.eot?#iefix') format('embedded-opentype'), url('../fonts/catamaran-v19-latin-100.woff2') format('woff2'), url('../fonts/catamaran-v19-latin-100.woff') format('woff'), url('../fonts/catamaran-v19-latin-100.ttf') format('truetype'), url('../fonts/catamaran-v19-latin-100.svg#Catamaran') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/catamaran-v19-latin-200.eot');
    src: url('../fonts/catamaran-v19-latin-200.eot?#iefix') format('embedded-opentype'), url('../fonts/catamaran-v19-latin-200.woff2') format('woff2'), url('../fonts/catamaran-v19-latin-200.woff') format('woff'), url('../fonts/catamaran-v19-latin-200.ttf') format('truetype'), url('../fonts/catamaran-v19-latin-200.svg#Catamaran') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/catamaran-v19-latin-600.eot');
    src: url('../fonts/catamaran-v19-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/catamaran-v19-latin-600.woff2') format('woff2'), url('../fonts/catamaran-v19-latin-600.woff') format('woff'), url('../fonts/catamaran-v19-latin-600.ttf') format('truetype'), url('../fonts/catamaran-v19-latin-600.svg#Catamaran') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/catamaran-v19-latin-800.eot');
    src: url('../fonts/catamaran-v19-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/catamaran-v19-latin-800.woff2') format('woff2'), url('../fonts/catamaran-v19-latin-800.woff') format('woff'), url('../fonts/catamaran-v19-latin-800.ttf') format('truetype'), url('../fonts/catamaran-v19-latin-800.svg#Catamaran') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mulish-v13-latin-regular.eot');
    src: url('../fonts/mulish-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v13-latin-regular.woff') format('woff'), url('../fonts/mulish-v13-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v13-latin-regular.svg#Mulish') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #525252;
    font-family: 'Mulish', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

span {
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    font-size: 2.812rem;
    line-height: 1.3;
    margin: 0.625rem 0;
    text-transform: uppercase;
    text-shadow: 0 .062rem .625rem rgb(0 0 0 / 90%);
    color: #fff;
    font-family: 'Catamaran', Arial, sans-serif;
    font-weight: 800;
}

h2 {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 .062rem .625rem rgb(0 0 0 / 90%);
    font-family: 'Catamaran', Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    width: 80%;
    padding: .75rem .25rem 0;
}

h3 {
    font-size: 2.375rem;
    margin: 0 0 0.625rem;
    font-family: 'Catamaran', Arial, sans-serif;
    font-weight: 200;
    line-height: 1.3;
}

.gray h3 {
    font-size: 2.625rem;
    margin: 0 0 1rem;
    color: inherit;
}

h4 {
    font-size: 50px;
    margin: 3rem 0 2rem;
    font-family: 'Catamaran', Arial, sans-serif;
    font-weight: 200;
    line-height: 1.3;
    text-align: center;
}

h5 {
    color: #fff;
    margin: 0 0 .625rem;
    font-size: 2.812rem;
    font-family: 'Catamaran', Arial, sans-serif;
    font-weight: 200;
}

.font {
    font-family: 'Catamaran', Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 1.25rem 0 5px;
}

.farbe {
    color: #c81e18;
}

.font_inherit {
    color: inherit;
    font-family: 'Catamaran', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}

hr {
    max-width: 6.25rem;
    margin: 0 auto 5rem;
    border: 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.padding ul {
    margin: 0 0 0.75em;
    padding: 0 0 0 17px;
    list-style: none;
    color: #777;
}

ul li {
    padding-left: 5px;
    line-height: 1.2;
}

li::before {
    content: "";
    border-color: transparent #777;
    border-style: solid;
    border-width: 7px 0 7px .625rem;
    display: block;
    left: -1.25rem;
    top: 15px;
    position: relative;
}

.circle {
    list-style: none;
    margin: 0;
    padding: 0;
}

.circle li {
    padding-left: 1.25rem;
    line-height: 1.5;
}

.circle li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: .937rem;
    line-height: 1.5;
    color: #525252;
    border: none;
    top: 0;
    left: -.312rem;
}

header {
    position: relative;
}

.absolute {
    position: absolute;
    bottom: 35%;
    left: 20%;
}

.logo {
    position: absolute;
    top: 5%;
    left: 20%;
}

.image img {
    display: block;
    width: 100%
}

.gray {
    background: #F7F7F7;
}

.gray .right p {
    color: #aca9a9;
}

.gray .left p {
    margin: 0 0 1.25rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    padding: 5.875rem 2rem 3rem;
    column-gap: 1rem;
    max-width: 72.5rem;
    margin: 0 auto;
}

.left,
.right {
    width: 50%;
}

article .box p {
    line-height: 2;
}

.gray .right i {
    color: #c81e18;
}

.box {
    padding: .625rem 2.187rem .625rem 2.187rem;
    color: #aca9a9;
    background: #fff;
    margin: 0 0 .625rem;
}

.box p {
    font-size: 21px;
}

.blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.flex_white {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 72.5rem;
    margin: 0 auto;
    padding: 1rem 2rem;
}

.padding {
    padding: .625rem 1.875rem 0;
}

footer {
    background: #c81e18;
    color: #fff;
    margin-top: 3rem;
}

.rot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 72.5rem;
    margin: 0 auto;
    padding: 5.25rem 2rem 3rem;
}

footer .right p {
    font-family: 'Kalam', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    text-align: center;
}

footer .right {
    margin-top: 2rem;
}

footer .right .phone {
    font-size: 2.625rem;
}

.fa-phone {
    color: #fff;
}

.right > .center {
    font-size: 1.437rem;
    text-align: center;
    margin: 1.25rem 0 0;
}

a.button {
    background: #fff;
    color: #007167;
    padding: .25rem 1.562rem;
}

@media only screen and (max-width: 1159px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    span {
        white-space: nowrap;
    }

    h1 br {
        display: none;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 22px;
    }

    h3,
    .gray h3,
    h5 {
        font-size: 2.187rem;
    }

    h4 {
        font-size: 2.5rem;
        margin: 2rem 0 1.5rem;
    }

    hr {
        margin: 0 auto 2rem;
    }

    .absolute {
        bottom: 8%;
        left: 5%;
    }

    .logo {
        top: 5%;
        left: 5%;
    }

    .flex {
        padding: 1.25rem 1rem;
    }

    .box {
        padding: .625rem 1rem;
    }

    .box p {
        font-size: 1.437rem;
    }

    .flex_white {
        padding: 1rem;
    }

    footer {
        margin-top: 1rem;
    }

    .rot {
        padding: 1rem;
    }

    footer .right p {
        font-size: 1.375rem;
    }

    footer .right {
        margin-top: 0;
    }

    footer .right .phone {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 900px) {

    .logo,
    .absolute {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1rem 0;
        width: 100%;
    }

    .absolute br {
        display: none;
    }

    .font {
        font-size: 1.312rem;
    }

    header {
        border-bottom: 0;
    }

    .absolute {
        margin-bottom: 2rem;
    }

    .logo {
        margin: 0 auto;
    }

    h1 {
        font-size: 2rem;
    }

    h1 {
        text-align: center;
        text-shadow: none;
        color: #525252;
    }

    h2 {
        text-align: center;
        text-shadow: none;
        width: 100%;
        padding: .312rem 0 0;
        color: #525252;
    }

    h3,
    .gray h3,
    h5 {
        font-size: 1.875rem;
    }

    .box p {
        font-size: 1.187rem;
        margin: 0;
    }

    .padding {
        padding: 0 0 1rem;
    }

    .flex,
    .rot {
        flex-direction: column;
    }

    .flex_white {
        flex-direction: column;
        padding: 1rem 0;
    }

    .flex_white:nth-last-of-type(2) {
        flex-direction: column-reverse;
    }

    .flex_white img {
        margin: 0 auto;
        display: block;
    }

    .left,
    .right {
        width: 100%;
    }

    footer .right .phone {
        margin: 1rem 0 2rem;
    }

    .font_inherit {
        font-size: 1.25rem;
    }

    footer p,
    footer h5 {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
        margin: 10px 0;
    }

    h2 {
        margin: 0;
    }

    h3,
    .gray h3,
    h5 {
        font-size: 24px;
    }

    h4 {
        font-size: 35px;
    }

    .padding .font {
        text-align: left;
    }

    footer .right .phone {
        margin: 0;
    }
}

@media only screen and (max-width: 375px) {
    h3 {
        font-size: 1.562rem;
    }

    .font {
        font-size: 18px;
        margin: 1.25rem 0 0;
        text-align: center;
    }
}
