#widget-header> #widget-header-large> .header-image:after{
        content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    background: rgb(231,1,14);
    background: radial-gradient(circle, rgba(231,1,14,1) 40%, rgba(147,12,11,1) 100%);
    opacity: 0.7;
    z-index: inherit;
}
#header #header-meta {
    background: rgb(231,1,14);
    background: radial-gradient(circle, rgba(231,1,14,1) 40%, rgba(147,12,11,1) 100%);
}

.footer {
    background: rgb(231,1,14);
    background: radial-gradient(circle, rgba(231,1,14,1) 40%, rgba(147,12,11,1) 100%);
}

/**
*Vergroting van het logo
*/

@media only screen and (min-width: 1000px) {
    /* line 163, ../../../app/sass/views/products.details.scss */
#header .navbar-default .navbar-header .navbar-brand {
    height: 85px;
    line-height: 55px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: auto;
}
}
.btn-success:focus, .btn-success:active, .btn-success:hover {
    background: #222222;
}
.btn-success {
    background: #000000;
}
