body {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

p {
    padding: 1rem 0;
}

ul {
    padding-left: 2rem;
}

.row {
    margin-top: 5rem;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

li {
    list-style-position: inside;
}

button {
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
}

button.secondary {
    background-color: #354452;
}

button.secondary:hover {
    background-color: #45596b;
}

button.outline-secondary {
    background-color: transparent;
    color: #354452;
    border: 1px solid #354452;
}

button.outline-secondary:hover {
    background-color: #354452;
    color: #fff;
}

button.primary {
    background-color: #78BE20;
}

button.primary:hover {
    background-color: #249e07;
}

/* md devices */
@media screen and (max-width: 992px) {

    .btn-bar {
        text-align: center;
    }

    #card-customer {
        text-align: center;
    }

    #col-solution {
        height: auto;
        padding: 1rem 2rem;
        padding-bottom: 2rem;
    }

    #col-customer-quote {
        text-align: center;
        padding-left: 2em;
        padding-right: 2em;
    }

}

/* lg devices */
@media screen and (min-width: 992px) {

    #section-kundennutzen {
        display: flex;
        justify-content: center;
        margin: auto;
        width: 100%;
    }

    #col-solution {        
        height: 360px;
        margin: 0 15px;
    }

    #col-customer-quote-profile {
        margin-top: 3.5rem;
    }

    #col-customer-quote {
        padding-right: 25rem;
    }
}

#section-hero {
    background-image: url('../assets/hero.svg');
    background-repeat: no-repeat;
    text-align: center;
}

#section-quote {
    background-image: url('../assets/quote-background.svg');
    background-repeat: repeat;
}

#list-projektdetails {
    padding-left: 0;
}

#list-projektdetails li {
    list-style-type: '-  ';
}

#section-kundennutzen li {
    list-style: url('../assets/blue-circle-check.svg');
    margin: 1rem 0;

}