.artikel-bild {
    max-height: 500px;
    width: auto;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
.artikel-bild-galerie {
    max-height: 150px;
    width: auto;
    max-width: 100%;
}
.bildergalerie img {
    width: 150px !important;
    height: 150px !important;
    padding: .25rem;
    margin: 5px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.bildergalerie img {
max-height: 100%;
width: auto;
max-width: 100%;
margin-right: auto !important;
margin-top: auto !important;
margin-left: 1rem !important;
margin-bottom: 1rem !important;
object-fit: contain;
display: block;
position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);


}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
    height: 48px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    background-color: #888888;
    border: 1px solid #888888;
    border-radius: 0;
}
.fw-600{
    font-weight: 600;
}
.checkoutform{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #383838;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
}
.h5 {
    font-family: Poppins, sans-serif;
    color: #383838;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
}
