@charset "utf-8";

/* lato-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/lato-v24-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v24-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/lato-v24-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/lato-v24-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/lato-v24-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v24-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/lato-v24-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v24-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/lato-v24-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/lato-v24-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/lato-v24-latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333333;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 1160px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

.inhalt {
    max-width: 1160px;
    margin: 1rem auto;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

a.color {
    color: #007c9e;
    white-space: normal;
}

p {
    margin: 0 0 20px;
    text-align: justify;
    hyphens: auto;
}

.margin {
    margin: 50px 0
}

h1,
h2,
h4,
.color {
    color: #007c9e;
}

.color {
    font-size: 18px;
}

h1 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 40px;
}

h2 {
    font-size: 34px;
    margin: 140px 0 40px;
}

h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

h4 {
    font-size: 16px;
    padding: 0 0 20px;
}

ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul li {
    padding-left: 22px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -22px;
    font-size: 24px;
    line-height: 0.9;
}

header {
    background: url(../images/teaser.jpg) no-repeat center center;
    background-size: cover;
    padding: 230px;
}

.img {
    display: none
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: auto;
}

.logo {
    position: absolute;
    top: 4%;
    left: 4.5%;
    z-index: 1;
}

article {
    padding: 40px 0 16px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px
}

.links {
    width: 65%;
}

.info {
    padding: 25px;
    background: #007c9e;
    color: #fff;
    width: 35%
}

.info p {
    margin: 0
}

.info a:hover {
    text-decoration: none
}

.btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    margin: 20px 0;
}

.btn a {
    background: #007c9e;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: solid 1px #007c9e;
    cursor: pointer;
}

.btn a:hover {
    text-decoration: none;
    color: #007c9e;
    background-color: #ffffff;
}

.social i {
    font-size: 19px;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 3%;
}

.social i {
    padding: 8px
}

.fa-facebook-f {
    background: #3b5998;
}

.fa-facebook-f:hover {
    background: #4273c8;
}

.fa-x-twitter {
    background: #000;
}

.fa-x-twitter:hover {
    background: #000000b3;
}

.fa-xing {
    background: #126567;
}

.fa-xing:hover {
    background: #29888a;
}

.fa-linkedin-in {
    background: #0077b5;
}

.fa-linkedin-in:hover {
    background: #0369a0;
}

.fa-envelope {
    background: #999;
}

.fa-envelope:hover {
    background: #a8a8a8;
}

footer {
    background: #333333;
    padding: 50px 0;
    color: #fff;
}

footer .inhalt {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 20px;
    line-height: 1;
}

@media only screen and (max-width: 1579px) {
    .logo {
        width: 200px;
    }
}

@media only screen and (max-width: 1329px) {
    .logo {
        top: 2%;
        left: 2%;
    }
}

@media only screen and (max-width: 1099px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        text-align: left;
    }

    .logo {
        width: 150px;
    }

    footer {
        padding: 50px 16px;
        ;
    }
}

@media only screen and (max-width: 849px) {
    header {
        background: none;
        padding: 0
    }

    .img {
        display: block
    }

    .logo {
        position: relative;
        z-index: 10;
        padding: 20px;
        width: auto;
        margin: 0 auto;
    }

    .flex {
        flex-direction: column;
    }

    .links,
    .info {
        width: 100%
    }

    .info {
        padding: 16px;
    }

    h1,
    .info p,
    h3,
    .social {
        text-align: center
    }

    h2 {
        margin: 50px 0;
        font-size: 30px;
    }

    footer .inhalt {
        justify-content: center;
    }

    footer {
        padding: 16px;
    }

    .btn {
        align-items: center;
        margin: 0 0 40px
    }

    .social i {
        margin: 0 1%
    }
}
