@charset "utf-8";

@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');
}

@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/mulish-v13-latin-800.eot');
    src: url('../fonts/mulish-v13-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-800.woff2') format('woff2'), url('../fonts/mulish-v13-latin-800.woff') format('woff'), url('../fonts/mulish-v13-latin-800.ttf') format('truetype'), url('../fonts/mulish-v13-latin-800.svg#Mulish') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #262626;
    font-family: 'Mulish', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.inhalt {
    max-width: 1120px;
    margin: 1rem auto;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.blau {
    color: #1c69d4;
}

a.blau:hover {
    color: #336;
}

p {
    margin: 0 0 16px;
}

span {
    white-space: nowrap;
}

.margin {
    margin: 0 0 50px;
}

h1 {
    font-size: 40px;
    font-weight: normal;
    margin: 16px 0;
    line-height: 1;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 16px;
    margin: 0 0 16px;
}

h3 {
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 20px;
}

ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

ul li {
    padding-left: 40px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -20px;
    font-size: 16px;
    line-height: 1.4;
}

header {
    background-color: #F8F8F8;
    padding: 13px 0;
    border-bottom: 43px solid #1c69d4;
}

.logo {
    width: 150px;
    transform: scale(1.01072);
}

.logo:hover {
    color: #336;
    transform: scale(1.08862);
    transition-duration: .3s;
    transition-property: transform;
}

.bmw {
    width: 52px;
}

.mini {
    width: 99px;
}

.rechts {
    display: flex;
    gap: 30px;
    align-items: center;
}

article {
    padding: 16px 0;
}

article > img {
    margin: 20px 0;
}

footer {
    background: #f2f2f2;
    padding: 40px 0;
}

.flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.top {
    width: 150px;
}

.info {
    width: 50%
}

.social {
    width: 30%
}

.icon {
    display: flex;
    gap: 16px;
}

.icon i {
    font-size: 20px;
    color: #fff;
}

.icon a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.facebook {
    background: #3b5998;
}

.instagram {
    background: #262626;
}

.youtube {
    background: #cd201f;
}

.linkedin {
    background: #0077b5;
}

@media only screen and (max-width: 1119px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    header,
    article,
    footer {
        padding: 16px;
    }
}

@media only screen and (max-width: 699px) {

    h1,
    h1 + p {
        text-align: center
    }

    h3 {
        text-align: center;
    }

    footer {
        justify-content: space-around
    }

    footer .flex {
        flex-direction: column;
        align-items: center;
    }

    .info {
        width: 100%;
        text-align: center
    }

    .social {
        width: auto;
    }
}

@media only screen and (max-width: 480px) {
    header .flex {
        flex-direction: column;
        align-items: center;
    }
}
