div.main {
    background: url(../images/blob.svg);
    background-repeat: no-repeat;
    background-position: 35vw 0vw
}
.content-container,
.no-sidebar .content-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.headdcontact {
    position: absolute;
    top: 5px;
    right: 5px;
}
svg {
    width: 20px;
    height: 20px;
    padding-right: 5px;
    vertical-align: middle;
}
.headdcontact svg,
.contactadres p svg{
    fill: #666;
}
.homenieuw {
    display: block;
    width: 100%;
    background-color: #ddd;
    text-align: center;
    padding: 15px 0px;
    margin: 15px 0px;
    border-radius: 20px;
}
.homenieuw h2 {margin-bottom: 0px;}
article.artblok {
    border: none;
    float: left;
    margin-right: 30px;
}
article.artblok a {
    display: block;
    position: relative;
    overflow: hidden;
}
article.artblok img {
    max-width: 230px;
    max-height: 155px;
    width: auto;
    height: 155px;
}
article.artblok img.myicon {
    width: 16px;
    height: 16px;
}
p.arttitel {
    margin-top: 15px;
    text-align: center;
}
div.imggr {
    min-height: 300px;
}
img#simsalabimbo {
     height: 300px;
     width: auto;
}
#prev_image,
#next_image {
    color: #d23;
    position: absolute;
    top: 45%;
    /* opacity: 0.75; */
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
    background-color: rgba(255,255,255,0.5);
    width: 20px;
    height: 20px;
    border-radius: 12px;
    padding: 4px;
}
#prev_image {left: 1%;}
#next_image {right: 1%;}

.normen, .features, .contactadres {
    background-color: #ddd;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.normfeat {display: flex; flex-flow: row wrap;}
.normen, .features {flex-basis: 50%;}
@media screen and (max-width: 590px){
    .normen, .features {flex-basis: 100%;}
}
.normen {left: -0px;}
.features {left:8px;}
.normen h4, .features h4, .contactadres h4 {
    font-weight: bold;
}

.contactadres p {line-height: 25px;}

/* salvattore */
.ProductHolder #grid  #item img {width: auto; height: auto; max-width:100%; max-height: 250px;}
@media screen and (max-width: 450px){
	#grid[data-columns]::before {
		content: "1 .column.size-1of1";
	}
}
@media screen and (min-width: 451px) and (max-width: 650px) {
	#grid[data-columns]::before {
		content: "2 .column.size-1of2";
	}
}
@media screen and (min-width: 651px) and (max-width: 850px) {
	#grid[data-columns]::before {
		content: "3 .column.size-1of3";
	}
}
@media screen and (min-width: 851px) {
	#grid[data-columns]::before {
		content: "4 .column.size-1of4";
	}
}
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.size-1of4 { width: 25%; }

ul#thefilter {background-color: #ddd; border-radius: 20px; margin: 0px; min-height: 35px; display: inline-block;}
ul#thefilter li {list-style: none; list-style-image: none; float: left; margin: 0 4px; position: relative; white-space: nowrap;}
ul#thefilter li:not(:last-child) {border-right: 2px solid #fff;}
ul#thefilter li a {color: #666; font-size: 12px; font-family: 'Montserrat', sans-serif; padding: 6px; font-weight: bold; display: block;}
ul#thefilter li a.ditfilter {color: #d23;}

.square {
    float:left;
    position: relative;
    width: 23%;
    padding-bottom : 23%; /* = width for a 1:1 aspect ratio */
    margin: 1%;
    background-color:#e6e6e6;
    overflow:hidden;
    border-radius: 10px;
}
.squarecontent {
    position:absolute;
    height:90%; /* = 100% - 2*5% padding */
    width:90%; /* = 100% - 2*5% padding */
    padding: 5%;
    
}
.square .table{
    display:table;
    width:100%;
    height:100%;
    background-color: #fff;
}
.square .table-cell{
    display:table-cell;
    vertical-align:middle;
}
.squarecontent a {
    display: block;
}
.squarecontent img{
    width:auto;
    height:auto;
    max-height:90%;
    max-width:100%;
}
.squarecontent p.arttitel {
    position: absolute;
    width: 85%;
    /* left: 20px;*/
    bottom: -5px;
    /* background-color: #fff; */
    background: rgba(255,255,255,0.7);
    padding: 2.5%
}

img.anniversary {
    width: 100px;
}
.footer .right {width: 110px !important; position: relative;}
img.anniversary {width: 100%; height: auto}
.years {
    position: relative;
    top: -64px;
    text-align: center;
    font-size: 30px;
    color: #d23;
    font-weight: bold;
}
.anos {
    position: relative;
    top: -64px;
    text-align: center;
    color: #d23;
}
.jaren {
    position: relative;
    top: -43px;
    text-align: center;
}
.voorraad {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
}
.voorraad img {
    width: 100%;
    height: 100%;
    max-height: 100%;
}
@media screen and (max-width: 450px){
    .square {width:98%; padding-bottom: 98%; margin: 1%}
}
@media screen and (min-width: 451px) and (max-width: 650px) {
    .square {width:48%; padding-bottom: 48%; margin: 1%}
}
@media screen and (min-width: 651px) and (max-width: 850px) {
    .square {width:31.33%; padding-bottom: 31.33%; margin: 1%}
}

@media screen and (max-width: 590px) {
    ul#thefilter li {float: none; border-right: none !important;}
    ul#thefilter li a {padding: 5px 8px;}    
    .size1of2, .size1of3, .size2of3 {
        width:100%;
    }
    .normen, .features {left: 0px;}
    article.artblok {
        width: 100% !important;
        height: auto;
    }
    article.artblok img {
        max-width: none;
        max-height: none;
        width: 100%;
        height: auto;
    }
    article.artblok img.myicon {
        width: 16px;
        height: 16px;
    }
    div.imggr {
        min-height: 1px;
    }
    img#simsalabimbo {
        width: 100%;
        height: auto;
    }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.HomePage .content {
    position: relative;
}
.HomePage .content p {
    position: relative;
    width: 63%;
    min-height: 243px;
}
.HomePage ul.slideshow {
  display: flex;
  width: 35%;
  flex-wrap: nowrap;
  overflow: hidden;
  position: absolute;
  top: 70px;
  right: 0px;
}

.HomePage ul.slideshow li {
  flex: 0 0 100%;
  transform: translateX(0);
  transition: transform 0.5s;
  list-style: none;
}

.HomePage ul.slideshow li img {
  width: 100%;
  height: auto;
  border-radius: 10px; 
}
@media only screen and (max-width: 600px) {
    .HomePage .content p {width: 100%;}
    .HomePage ul.slideshow {
        position: relative;
        top: 0px;
        margin: 0;
        top: 0px;
        width: 100%;
    }
}
table.overons {width: 100%; border: 0px;}
table.overons td {width: 50%; border: 0px;}
@media only screen and (max-width: 600px) {
    table.overons tr {display: table-cell;}
    table.overons td {display: block; width: 100%;}
}