
.d-none {
    display: none !important;
}
.text-muted {
    color: gray !important;
}
.opacity-75 {
    opacity: 0.75;
}
.admin_actions {
    position: fixed;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 99;
    padding: 0 5px;
    .icon {
        font-size: 2rem;
        opacity: 0.75;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.order-container-wrapper {
}

.order_form {
    max-width: 800px;
}
#order_form_product {
    max-width: 400px;
}
.card-buttons form {

}


.card-price {

}
.card-text {

}


.breadcrumb {
    display: flex;
    text-transform: uppercase;
    width: 100%;
    list-style: none;
}
.breadcrumb li {
    flex-grow: 1;
    position: relative;
    text-wrap: pretty;
}

.breadcrumb-item {
    color: green;
}

.breadcrumb-item.active {
    color: green;
}
.breadcrumb-item.inactive {
    color: lightgray;
}

.alert.alert-danger {
    color: red;
}

.help-block {
    margin-bottom: 0;
}



ul.footernavi {
    list-style-type: none;

}
.footernavi li {
    display: Inline;
    font-size: 1.4rem;
    color: #fff;
    margin-left: 15px;
}



.copy {
    color: #fff;
}



.produkte {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    gap: 2rem;
    padding: 3rem 0 6rem 0; }

.artikel {
    background-color: #F7F4EE;
    border-radius: 5px; }
.artikel div {
    padding: 3rem 2rem; }
.artikel div.card-body {
    padding: 2rem 0 0; }
.artikel div.card-price-block {
    padding: 0; }
.artikel a {
    text-decoration: none; }
.artikel a:hover img {
    transform: scale(1.1); }
.artikel a:hover p {
    color: #666; }
.artikel a:hover p.card-price {
    color: #bd1622; }
.artikel picture {
    overflow: hidden;
    display: block; }
.artikel img {
    width: 100%;
    object-fit: contain;
    transition: transform .3s ease;
    aspect-ratio: 1/1;
    vertical-align: bottom; }
.artikel p {
    margin-bottom: 0; }
.artikel h4 {
    letter-spacing: 0.05rem;
    text-transform: none;
    margin-bottom: 4rem; }

small {
    font-size: 100%; }

.artikel_bild {
    margin-bottom: 3rem; }
.artikel_bild img {
    width: 100%;
    height: auto;
    box-sizing: border-box; }

.artikel_text {
    text-align: left; }
.artikel_text h1 {
    color: #0a543a; }
.artikel_text .button {
    margin-top: 2rem;
    /*background-color: #ffffff;*/ }
.artikel_text .card-price {
    margin-bottom: 0;
    font-size: 3rem; }
.artikel_text input {
    background-color: transparent;
    width: 40px;
    padding: 0;
    height: auto;
    border: none; }
.artikel_text input:focus {
    border: none; }

@media (min-width: 500px) {
    .produkte {
        grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 750px) {
    .logo-partner {
        width: 250px;
        height: auto;
        padding: 0%; }

    .produkte {
        grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) {
    .produkt_hero {
        display: flex;
        align-items: center; } }
@media (min-width: 1200px) {
    .produkte {
        grid-template-columns: repeat(4, 1fr); } }
.basket-msg {
    animation: fadeOut 2s forwards;
    animation-delay: 5s;
    position: absolute;
    text-align: center;
    display: block;
    background-color: #bd1622;
    color: #fff;
    margin: 20px auto;
    padding: 10px 10px;
    right: 50%;
    border-radius: 5px;
    margin-right: -210px; }


label, legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: normal;
}