body {
    font-family: 'Poppins', sans-serif;
}

/* *********** common ************** */

p {
    font-size: 15px;
    color: #5a6066;
    line-height: 170%;
}

.color-wd {
    color: #5195cb;
}

.color-dl {
    color: #ff3f0e;
}

.color-lightgrey {
    color: #aaaaaa !important;
}

.rounded-picture {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}

/* *********** brand, navigation ************** */

.navbar-brand img {
    margin-right: 5px;
}

.navbar-brand h1 {
    margin: 5px 0 0 0;
    font-size: 20px;
}

.navbar-brand h2 {
    font-size: 18px;
}

a.nav-link-wd:hover {
    color: #5195cb;
    border-bottom: 2px solid #5195cb;
    padding-bottom: 4px;
}

a.nav-link-dl:hover {
    color: #ff3f0e;
    border-bottom: 2px solid #ff3f0e;
    padding-bottom: 4px;
}

.section-title h3 {
    color: #cacaca;
    font-size: 16px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin: 20px 0;
}

p.highlight {
    position: relative;
    padding-left: 25px;
    margin: 20px 0;
}

.service-list {
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 30px;
}

.service-list .service-item {
    margin-bottom: 10px ;
}

.service-list svg {
    float: left;
}

.service-list p {
    font-size: 15px;
    color: #212529;
    padding-left: 40px;
    margin-bottom: 12px;
}

/* *********** individual container styles ************** */

#schneebeseitigung {
    margin-top: 40px;
    margin-bottom: 40px;
    /*padding: 25px 0;*/
}

#hausmeisterservice {
    margin-top: 50px;
    margin-bottom: 60px;
    /*padding-top: 25px;*/
}

.contact-me-box {
    /*background-color: #ff3f0e;*/
    /*height: 50px;*/
    padding: 10px;
    border-radius: 16px;
    background: linear-gradient(to bottom, #5195cb 0%, #5195cb 50%, #ff3f0e 50%, #ff3f0e 100%);
}

.contact-me-box-content {
    background: white;
    border-radius: 10px;
    padding: 10px;
    display: flex;
}

.contact-me-box h2 {
    color: #212529;
    font-size: 20px;
    width: 300px;
    float: left;
}

.contact-me-box h3 {
    float: right;
    color: #5a6066;
    font-weight: bold;
    margin-top: 24px;
}

footer {
    background-color: #2b2b2b;
    padding: 50px 0;
}

footer .logo {
    width: 100px;
    float: left;
}

footer p {
    color: #aaaaaa;
    margin-bottom: 10px;
}

footer a {
    color: #aaaaaa;
    text-decoration: underline;
}

footer h4 {
    color: white;
}

/* ********** Responsiveness *************** */

@media (min-width: 576px) {

    .navbar-brand img {
        float: left;
    }

    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .service-list p {
        font-size: 17px;
        margin-bottom: 14px;
    }

}

@media (min-width: 768px) {
    .contact-me-box h2 {
        width: 450px;
    }
    .contact-me-box h3 {
        margin-top: 8px;
    }
    .navbar-brand h1 {
        font-size: 24px;
    }
    .navbar-brand h2 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .contact-me-box h2 {
        width: 235px;
    }
    .contact-me-box h3 {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .contact-me-box h2 {
        width: 325px;
    }
    .contact-me-box h3 {
        margin-top: 10px;
    }
}
