h1, h2, h3, h4 {
    font-family: 'Courgette', cursive;
}

p {
    font-family: 'Nunito', sans-serif;
}

.b-background-top {
    height: 30vh;
    background-image: url("/img/stoffe_lose3_1000.jpg");
    background-size: cover;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    background-attachment: fixed;
}

.b-background-top__10 {
    height: 10vh;
}

.b-background,
.b-background_5vh {
    height: 10vh;
    background-image: url("/img/naehplatz1000.jpg");
    background-size: cover;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    background-attachment: fixed;
}

.b-background_5vh {
    height: 5vh;
}

@media (min-width: 992px) {
    .rounded-lg-3 {
        border-radius: .3rem;
    }
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.icon-link {
    display: inline-flex;
    align-items: center;
}

.icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor;
}

.icon-link:hover > .bi {
    transform: translate(.25rem);
}


.rounded-5 {
    border-radius: 1rem;
}


.feature > ul > li {
    display: block;
}

.bg-fabrics {
    background-color: rgba(124, 195, 11, 1) !important;
}
.bg-patterns {
    background-color: rgba(255, 128, 81, 1) !important;
}
.bg-files {
    background-color: rgba(178, 34, 34, 1) !important;
}
.bg-accessoires {
    background-color: rgba(255, 20, 147, 1) !important;
}
.bg-projects {
    background-color: rgba(34, 139, 34, 1) !important;
}
.bg-persons {
    background-color: rgba(32, 158, 174, 1) !important;
}
.bg-stats {
    background-color: rgba(135, 206, 250, 1) !important;
}

.br-15px {
    border-radius: 15px;
}

.price-table {
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 1);*/
}

.price-table_head {
    font-size: 1.5em;
    font-weight: 700;
}

.price-table_summary {
    font-size: 1.2em;
    font-weight: 300;
}


.price-table__description {
    padding: 15px;
    border-top: 1px solid #eeeeee;
}

.price-table__list {
    padding: 0;
    margin: 0;
}

.price-table__feature,
.price-table__feature_nocheck{
    list-style-type: none;
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-size: 0.9em;
}

.price-table__feature:not(:last-child) {
    margin-bottom: 0.5em;
}

.price-table__feature::before {
    content: "\2714";
    color: #39f;
    position: absolute;
    left: 0;
}

.price-table__actions {
    padding: 25px;
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
}

.price-table__costs {
    margin:0;
    text-align: center;
    font-size: 2em;
    color: #000000;;
}

.price-table__text {
    font-size: 0.9em;
    text-align: center;
    margin: 0 0 10px;
;

}
