/*GAZELLE CSS*/
.storing{
    position: fixed;
    right: 0;
    top: 200px;    
    height: 480px;
    z-index: 1000;
}
.storing img{
    width: 100%;
}
@media (max-width: 767px) {
    .storing{
        width: 75px;
    }
}
@media (min-width: 768px) and (max-width: 1299px) {
    .storing{
        width: 100px;
    }
}
@media (min-width: 1300px) {
    .storing{
        width: 150px;
    }
}
/*EINDE GAZELLE CSS*/


.about h1{
font-size: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-top: 0px;
color: #76B900;
}

.vormgeving h2,
.direct-mail h2{
font-size: 28px;
margin-left: 40px;
margin-bottom: 30px;
margin-top: 30px;
color: #000;
}


.header-desktop .navbar {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    height: 55px;
    margin-left: -116pt;
}

.htop {
    background-color: #FFF;
    margin-left: 104pt;
}

.img-responsive {
    display: block;
    max-width: 200%;
    height: auto;
}

.mobtop ul li {
    margin-top: 1px;
    font-size: 7pt;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 18px;
}

.featured img { 
overflow: visible; padding: 0; 
} #banner-header { 
position: absolute; left: 0;
}

.featured img {
    overflow: hidden;
    padding: 0;
     text-indent: -9999px;
}

.logo-mobile {
                z-index: 1;
}

.featured img {  
background-repeat: no-repeat;
background-position: 2px 0px;
height: 375px;
background-image: url(https://media-frontend.tweakwise.com/image/daklapackgroup/1170bij377/476850/[wildcard].jpg);
background-color: white;
 }

.featured img { 
overflow: visible; padding: 0; 
} #banner-header { 
position: absolute; left: 0;
}

.featured img {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

#topnav .contact {

    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    float:right
}

a.button-winkelwagen, a.button-winkelwagen:hover {

   position: absolute;
   left: 155px;
   z-index: 10;
   font-weight: bold;
   text-decoration: none;
   color: #fff;
   background: url(/img/winkelmand-icon.png) no-repeat;
   padding-left: 40px;
   line-height: 32px;
   font-size: 13px;
   height: 32px;
   width: 110px;
   display: inline-block;
}

/* Small fix Cookie notification 10-2020 -- GAW */
.cookie-notification .accept-btn {
	background-color: #13B5EA;
}