@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/kalam-v17-latin-regular.eot');
    src: url('../fonts/kalam-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/kalam-v17-latin-regular.woff2') format('woff2'), url('../fonts/kalam-v17-latin-regular.woff') format('woff'), url('../fonts/kalam-v17-latin-regular.ttf') format('truetype'), url('../fonts/kalam-v17-latin-regular.svg#Kalam') format('svg');
}
@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: 1rem;
    line-height: 1.5;
    font-weight: 400;
}
img {
    max-width: 100%;
    height: auto;
}
#wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.bggray {
    background: #F7F7F7;
    padding: 4rem 0 2rem;
}
.info {
    display: flex;
    justify-content: space-between;
}
.info h4 {
    text-align: left;
    font-size: 45px;
    margin: 0 0 1rem;
}
.info p {
    margin-bottom: 1rem;
}
.infoleft, .inforight {
    width: 48%;
}
.inforight ul {
    background: #fff;
    padding: 0.5rem 1rem;
}
.inforight li {
    background: #fff url(../images/icon_bg.jpg) no-repeat 1rem 15px;
    margin-bottom: 0.5rem;
    color: #aca9a9;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 0.5rem 1rem 0.5rem 3rem;
    margin: 0 -1rem;
    border-bottom: 5px solid #F7F7F7;
}
.inforight li:last-of-type {
    border-bottom: none;
}
.inforight li:before {
    display: none;
}
header .logo,
.absolute,
.gray>.flex,
article .white,
footer .flex, .info {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}
.info {
    padding: 0 2rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
.colorn {
    color: #5A9BD9;
}
span {
    white-space: nowrap;
}
p {
    margin: 0 0 10px;
}
h1 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgb(0 0 0 / 90%);
    color: #fff;
    font-weight: 800;
}
h2 {
    font-size: 28px;
    color: #fff;
    text-shadow: 0 1px 10px rgb(0 0 0 / 90%);
    font-weight: 600;
    line-height: 1.3;
    width: 80%;
    padding: 2px 4px;
}
h3 {
    font-size: 50px;
    margin: 0 0 1rem;
    font-weight: 200;
    line-height: 1.3;
}
.flex_white h3 {
    font-size: 35px;
    margin: 20px 0 10px;
}
h1,
h2,
h3,
h4,
h5,
.font,
.gray .right p {
    font-family: 'Catamaran', Arial, sans-serif;
}
h4 {
    font-size: 50px;
    margin: 3rem 0 2rem;
    font-weight: 200;
    line-height: 1.3;
    text-align: center;
    color: #525252;
}
.font {
    font-size: 24px;
    line-height: 1.2;
    color: #5A9BD9;
    font-weight: 600;
}
hr {
    max-width: 100px;
    margin: 0 auto 5rem;
    border: 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    color: #777777;
}
ul li {
    padding-left: 45px
}
ul li:before {
    content: "\2022";
    float: left;
    margin-left: -22px;
    font-size: 1.1rem;
    line-height: 1.2;
}
header {
    position: relative;
    background: url(../images/frau.jpg) no-repeat center;
    background-size: cover;
    border-bottom: 3rem solid #5A9BD9;
}
.absolute {
    padding: 0 2rem 80px;
}
.logo {
    display: flex;
    padding: 20px 2rem 250px;
}
.image img {
    display: none;
}
.gray {
    background: #f7f7f7;
}
.gray .right p {
    color: #aca9a9;
    font-size: 25px;
    font-weight: 100;
    margin: 0;
}
.gray .flex,
.kontakt .flex {
    display: flex;
    justify-content: space-between;
    padding: 5.25rem 2rem 3rem;
    column-gap: 1rem;
    max-width: 1160px;
    margin: 0 auto;
}
.left,
.right {
    width: 50%;
}
article .box p {
    position: relative;
    padding-left: 1.7rem;
}
article .box p::before {
    content: "\+";
    position: absolute;
    font-weight: 900;
    left: 0;
    top: 0;
    color: #5A9BD9;
    font-size: 1.4em;
    line-height: .95;
}
.checkmark::before {
    content: "";
    background: url(../images/checmark.png) no-repeat;
    float: left;
    position: relative;
    width: 1.562rem;
    height: 1.562rem;
    background-size: contain;
    top: 0;
    margin-right: 0.625rem;
}
.box {
    padding: 10px 35px 10px 35px;
    color: #aca9a9;
    background: #fff;
    margin: 0 0 5px;
}
.flex_white {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
    padding: 16px 2rem;
}
.padding {
    padding: 10px 30px 0;
}
.kontakt {
    background-color: #5A9BD9;
}
.kontakt .flex {
    column-gap: 2rem;
}
.kontakt :is(h3, p, i) {
    color: #fff;
}
.kontakt .right p {
    font-family: 'Kalam', Arial, sans-serif;
    font-size: 35px;
}
.kontakt .right i {
    margin-right: 0.5rem;
}
footer {
    background: #f7f7f7;
    margin-top: 3rem;
    color: #aca9a9;
    padding: 30px 16px 16px
}
footer .flex {
    display: flex;
    justify-content: space-around;
    gap: 16px;
}
footer p {
    width: 30%;
    font-size: 23px;
    font-family: 'Kalam', Arial, sans-serif;
    text-align: center
}
footer p i {
    font-size: 23px;
    font-weight: 700;
}
@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;
    }
    h2 br {
        display: none;
    }
    h2 {
        font-size: 22px;
    }
    h4 {
        font-size: 40px;
    }
    hr {
        margin: 0 auto 2rem;
    }
    header {
        padding: 16px;
    }
    .absolute {
        padding: 16px 0
    }
    .logo {
        padding: 0 0 100px;
    }
    .gray .flex {
        padding: 20px 16px;
    }
    .box {
        padding: 10px 16px;
    }
    .flex_white {
        padding: 16px;
    }
    footer .flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        padding: 20px;
    }
    footer .flex p {
        width: auto;
        text-align: center
    }
}
@media only screen and (max-width: 900px) {
    header {
        background: none;
        padding: 16px 0 0;
    }
    .image img {
        display: block;
        width: 100%;
    }
    .logo {
        justify-content: center;
        padding-bottom: 2rem;
    }
    .logo img {
        background-color: #5A9BD9;
    }
    .absolute br {
        display: none;
    }
    .font {
        font-size: 21px;
    }
    header {
        border-bottom: 0;
    }
    h1 {
        font-size: 27px;
        line-height: 1.2;
        margin: 1rem 0 0;
        text-align: center;
        text-shadow: none;
        color: #525252;
    }
    h2 {
        text-align: center;
        text-shadow: none;
        width: 100%;
        padding: 10px;
        color: #525252;
    }
    h3,
    .flex_white h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 30px;
    }
    .bggray{
        padding: 1.5rem 0 1rem;
    }
    .info{
        flex-direction: column;
        padding: 0 1rem;
    }
    .infoleft, .inforight{
        width: auto;
    }
    .info h4{
        font-size: 28px;
    }
    .inforight li{
        font-size: 1.25em;
    }
    .gray .right p {
        font-size: 20px;
    }
    .padding {
        padding: 1rem;
    }
    .flex {
        flex-direction: column;
        gap: 0
    }
    .flex_white {
        flex-direction: column-reverse;
        padding: 0;
    }
    .flex_white:nth-last-of-type(2) {
        flex-direction: column;
    }
    .flex_white img {
        margin: 0 auto;
        display: block;
    }
    .left,
    .right {
        width: 100%;
    }
    .kontakt .flex {
        padding: 2rem 1rem 1rem;
    }
    footer {
        padding: 16px 16px 0;
        margin: 0;
    }
    footer .flex {
        gap: 0;
        padding: 0
    }
    footer .flex p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    h3,
    .flex_white h3 {
        font-size: 23px;
    }
    h4 {
        font-size: 25px;
    }
    ul li {
        padding-left: 1.375rem
    }
    .font {
        font-size: 19px;
    }
    .kontakt .right p {
        font-size: 26px;
    }
}