/* yanone-kaffeesatz-300 - latin */
@font-face {
    /* yanone-kaffeesatz-300 - latin */
    font-display: swap;

    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/yanone-kaffeesatz-v29-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('assets/fonts/yanone-kaffeesatz-v29-latin-300.ttf') format('truetype');

    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
    font-family: 'Yanone Kaffeesatz';

    /* background-image: url('assets/img/desktop.jpg'); */
    background-repeat: no-repeat;
    background-position: 50% top;
    font-size: 25px;
}
@media (max-width: 576px) {
    body {
        font-size: 22px;

    }
}

.container {
    max-width: 1020px;
}

strong {
    font-weight: normal;
    color: #711d28;
}

a {
    text-decoration: none;
    color: #711d28;
}
u {
    text-decoration: none;
    border-bottom: 1px solid rgb(33, 37, 41);
}

.activeLink,
a:hover {
    border-bottom: 1px solid #711d28;
}

.headerImage img {
    width: 100%;
    height: auto;
    border: 1px solid #333;
}
@media (max-width: 576px) {
    .headerImageRow > * {
        padding-left: 0;
        padding-right: 0;
    }
    .headerImage {
        overflow: hidden;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .headerImage img {
        width: auto;
        height: 210px;
        margin: 0 auto;
    }
}

.headerLogoRow {
    margin-top: -124px;
}
@media (min-width: 577px) {
    .headerLogoRow {
        margin-top: -18.1372549vw;
    }
}
@media (min-width: 1020px) {
    .headerLogoRow {
        margin-top: -185px;
    }
}
.headerLogo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
@media (max-width: 576px) {
    .headerLogo {
        max-width: 204px;
        height: auto;
    }
}

.rowImages {
    margin-bottom: 47px;
}
.rowImages img {
    width: 100%;
    height: auto;
    border: 1px solid #333;
}
.rowImages {
    padding-top: 14px;
}
@media (max-width: 576px) {
    .rowImages > div {
        width: 100%;
        text-align: center;
    }
    .rowImages img {
        width: 204px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .rowImages > div {
        width: 100%;
        text-align: center;
    }
    .rowImages img {
        width: 232px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.rowText {
    font-size: 30px;
    letter-spacing: 1.8px;
    line-height: 42px;
    padding-top: 60px;
}
.rowText p {
    margin-bottom: 42px;
}
.rowText a {
    color: rgb(33, 37, 41);
    border-bottom: 1px solid rgb(33, 37, 41);
}
.rowText a:hover {
    color: #711d28;
    text-decoration: none;
    border-color: #711d28;
}
@media (max-width: 576px) {
    .rowText {
        font-size: 22px;
        letter-spacing: 1.8px;
        line-height: 32px;
        padding-top: 60px;
    }
}

/* DATENSCHUTZ */
.datenschutz .rowText h1 {
    margin-bottom: 40px;
    font-size: 30px;
    color: #711d28;
    text-transform: uppercase;
    font-weight: bold;
}
.datenschutz .rowText h2 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.datenschutz .rowText h3 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.datenschutz .rowText h4 {
    font-size: 26px;
    color: #711d28;
    text-transform: uppercase;
}

footer nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #c7c7c7;
    line-height: 78px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    footer nav {
        width: 204px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    footer .row > div {
        width: 100%;
        margin-left: 0;
    }
    footer nav {
        width: 232px;
        margin: 0 auto;
    }
}
footer ul {
    margin-bottom: 0;
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}
@media (max-width: 576px) {
    footer ul {
        font-size: 22px;
    }
}