
body{
    background: url(/img/hg-03.jpg);
    background-attachment: fixed;
}

main{
    width: 95%;
    margin: 25px auto;

    _border: solid 10px #fff;
}

.container {
    width: 100%;
}




#header{
    background-image: url(/img/wiese.jpg);
    background-size: cover;
}
#header .header-nav {
    margin-bottom: 0px;

    border-top: solid 10px #fff;
    border-right: solid 10px #fff;
    border-bottom: none;
    border-left: solid 10px #fff;
}
#header .header-nav .container{
    padding: 0;
}
#header .header-nav #_desktop_contact_link{
    margin: -1px 0 0 -1px;
    
    background: #fff;
}
#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0;
}
#header .header-nav #_desktop_contact_link #contact-link a{
    display: inline-block;

    padding: 10px 15px;

    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

#header .header-nav .right-nav > div{
    background: #fff;
}
#header .header-nav .right-nav #_desktop_user_info{
    margin: -1px 0 0 0;
}
#header .header-nav .right-nav #_desktop_cart{
    margin: -1px -1px 0 0;
}

#header .header-top {
    padding-bottom: 0;
}
#header .header-top .container .row:first-child{
    padding: 45px 0 35px 0;

    border-right: solid 10px #fff;
    border-left: solid 10px #fff;
}
#header .header-top .container .rowMenu{
    background: #fff;

    box-shadow: 0px 2px 2px #ddd;
}
#header .header-top .menu{
    margin: 0;
}
#header .header-top .menu > ul{
    margin: 0;
    padding: 6px 0;
}
#header .header-top .menu > .top-menu > li{
    background-color: rgb(212, 12, 33);
}
#header .header-top a[data-depth="0"] {
    color: #fff;
    text-transform: uppercase;
}
#header .top-menu a[data-depth="0"]:hover {
    color: #fff;
    text-decoration: none;
}

#header .header-top .search-widget {
    margin: -40px -6px 0 0;
    box-shadow: -4px -3px 4px rgba(0,0,0,0.15);
}
#header .header-top .search-widget form input[type=text] {
    border: none;
}




#wrapper {
    background: #fff;
    box-shadow: none;
}





#footer {
    background: #fff;
}
.footer-container {
    box-shadow: none;

}




/* */
.block-categories,
.block-category,
#search_filters,
article .thumbnail-container{
    border: solid thin #ccc;
    border-radius: 4px;
        
    box-shadow: none;
}

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
    justify-content: space-between;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    width: 255px;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    width: 255px;
    margin-bottom: 2px;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    box-shadow: none;
}




#wrapper .breadcrumb{
    font-size: 0.75rem;
    
    color: #959595;
}
#wrapper .breadcrumb li a{
    color: #959595;
}



.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: normal;
}
.block-categories a {
    color: #757570;
}


#wrapper .banner {
	margin-top: 75px;
	margin-bottom: 25px;
	
    text-align: center;
}




.dsgvo,
.dsgvo ol{
    list-style: none;
}
.dsgvo ul{
    margin-left: 18px;
    
    list-style: disc;
}
.dsgvo ul li{
    margin-bottom: 15px;    
}
.dsgvo p{
    color: #232323;
}
.dsgvo h2,
.dsgvo h3{
    margin-bottom: 15px; 
}




