/* FONTS */
@font-face {
    font-family: 'Noto Serif Display';
    src: url(https://salon-schaefer.de/assets/fonts/NotoSerifDisplay-Regular.woff2);
    }
    
    @font-face {
    font-family: 'Roboto';
    src: url(https://salon-schaefer.de/assets/fonts/Roboto-Light.woff2);
    font-weight: 300;
    }
    
    @font-face {
    font-family: 'Roboto';
    src: url(https://salon-schaefer.de/assets/fonts/Roboto-Regular.woff2);
    font-weight: 400;
    }
    
    h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif Display';
    font-weight: normal;
    font-style: normal;
    }
    
    p, li {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    }
    
    h1 {
    font-size: 58px;
    }
    
    h2 {
    font-size: 45px;
    margin-top: 15px;
    margin-bottom: 20px;
    }
    
    h3 {
    font-size: 36px;
    }
    
    h4 {
    font-size: 24px;
    }
    
    .bodytext-1 {
        font-size: 24px;
        margin-bottom: 35px;
    }
    
    .bodytext-2 {
        font-size: 19px;
    }
    
    @media (max-width: 768px) {
    h1 {
    font-size: 40px;
    }
    
    h2 {
    font-size: 30px;
    }
    
    h3 {
    font-size: 24px;
    }
    
    h4 {
    font-size: 19px;
    }
    
    .bodytext-1 {
    font-size: 19px;
    }
    
    .bodytext-2 {
    font-size: 16px;
    }
    }
    
    ul, li {
    line-height: 2;
    }
    
    li::marker {
    color: #C9AB8D!important;
    }
    
    .white {
    color: #fff;
    }
    
    .gold {
    color: #C9AB8D;
    }

    h2 a, a {
    color: #fff;
    }

    h2 a:hover, h2 a:focus {
    color: #C9AB8D;
    transition: 0.4s;
    text-decoration: none;
    }

    a:hover, a:focus {
        color: #c9ab8d;
        text-decoration: none;
    }

    .button-s {
        background: transparent;
        color: #C9AB8D;
        border: 1.5px #C9AB8D solid;
        border-radius: 15px;
        font-size: 18px;
        padding: 6px 38px;
        transition: 0.4s;
        font-family: 'Roboto';
        font-weight: 300;
    }

    .button-s:hover {
        background: #698E8E;
        color: #fff;
        border: 1.5px #698E8E solid;
        transition: 0.4s;
    }


    /* BODY */
    html, body {
    background: #1F2125;
    background-image: url(https://salon-schaefer.de/assets/img/schaefer-friseure-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    body {
    text-align: center;
    color: #fff;
    }
    .logo-signet {
    width: 100%;
    max-width: 166px;
    }
    @media (min-width: 1200px) {
    .container {
    width: 1370px;
    }
    }
    .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 30px;
    }
    .container .row div {
    min-width: 411px;
    }
    .xxx {
    margin-bottom: 166px;
    text-transform: uppercase;
    }

    @media (max-width: 768px) {
        .xxx {
            margin-bottom: 55px; 
        }
        .container {
            width: 100vw!important;
            display: block;
        }
        .container .row div {
            padding: 15px;
            min-width: 100%;
        }
    }

    .box {
    padding: 40px 20px;
    transition: 0.4s;
    background: #1F2125;
    padding-bottom: 40px!important;
    }
    .box:hover {
    box-shadow: 0px 0px 20px 3px #00000045;
    border-radius: 7px;
    transition: 0.4s;
    }