@media (min-width: 768px) {
    #wrapper {
        background: url(https://www.braillekinderbuecher.de/data/Iconsneu.png);
        background-size: contain;
        background-repeat: repeat-y;
    }
}
@media (min-width: 992px) {
	 #subcategories  {
	display:none
	}
	}
.block-categories, #subcategories  {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
}
.card {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    position: relative;
    margin-bottom: 1.563rem;
    height: 318px;
    width: 250px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
#subcategories ul li .subcategory-image {
 	display:none
}
.footer-container {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    overflow: hidden;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.3);
}
#header .header-top>.container>.row:first-of-type{
        align-items: unset;
}
.product-cover img {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
}
.radio-label {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 600;
    border: 2px solid #fff;
}
.blockreassurance_product .item-product .svg.invisible {
    visibility: visible !important;
}
.tabs {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
}