body {
line-height: 1.5;
font-weight: 400;
font-size: 100%;
font-family: 'PT Sans', sans-serif;
}

.site-navbar {
    padding: 30px 0 60px 0;
}

.site-logo {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.site-logo img {
    width: 250px;
}

@media (min-width: 1024px) {
    .site-logo img {
        width: 300px;
    }
}

.service {
    background: #7c411e;
    color: #fffad7;
    padding: 60px 0;
    margin-bottom: 60px;
}

.service-teaser {
    text-align: center;
}

.service-teaser .image {
    min-height: 80px;
}

.service-teaser .headline {
    padding-bottom: 20px;
    padding-top: 10px;
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.para-image {
    height: 380px;
    margin-bottom: 60px;
}

.leistungen {
    color: #13491e;
}

.leistungen ul {
    margin: 20px 0;
}

.leistungen li {
    display: flex;
}

.leistungen li::before {
    content: url('../images/stone-icon.svg');
    margin: 0 10px 0 10px;
}

.site-footer {
    color: #13491e;
    text-align: center;
}

.site-footer a {
    color: #13491e;
}

.site-footer ul {
    display: flex;
    justify-content: center;
}

.site-footer li::after {
     content: '|';
    margin: 0 10px;
 }

.site-footer li:last-child::after {
    content: '';
}

@media (max-width: 768px) {

    .site-footer ul {
        display: block;
    }
}