.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

.logowhite {
  width: 80px;
  margin: 0;
  z-index: 100;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -215px;
  background: url(/images/logo2.png) no-repeat center;
  background-size: 100%;
  height: 78px;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#bottomlogo
{
  height: 45px;
  background: url(/images/logoicon.png) no-repeat center;
  background-size: auto 100%;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff !important;
  border-color: #fff !important;
}

#loctek-lightbox-close
{
  line-height: 20px !important;
}

html,
body {
 margin:0;
 padding:0;
 height:100%;
 font-family: 'Raleway', sans-serif;
}

.c
{
  line-height: 1.5em;
}

#container {
 min-height:100%;
 position:relative;
}

header .top
{
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1.2em;
}

header nav
{
  margin-left: 375px;
}

#logo img
{
  width: 100%;
}

#logo
{
  display: block;
  float: left;
  width: 325px;
}

header .bottom:after
{
  clear: both;
  display: block;
  content: '';
}

header .bottom
{
  padding: 15px 0;
  background-image: url(/images/overlay2.png);
}

.bottom li
{
  display: inline-block;
}

.bottom ul
{
  text-align: justify;
}

.bottom ul:after
{
  content: '';
  width: 100%;
  display: inline-block;
}

.bottom a
{
  color: #555;
  font-weight: bold;
  height: 83px;
  line-height: 83px;
}
.bottom a:hover, .bottom .active
{
  color: #C01F2E;
  position: relative;
}
.bottom li a:hover:after, .bottom li .active:after
{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  position: absolute;
  left: 50%;
  z-index: 50;
  margin-left: -4px;
  bottom: -50px;
  background-color: #C01F2E
}

.bottom.fixed li a:hover:after, .bottom.fixed li .active:after
{
  bottom: -33px;
}

#container .center
{
  max-width: 1350px;
  width: 95%;
}

#slider > div
{
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#header
{
  height: 250px;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#slider
{
  height: 550px !important;
}

#sliderprev
{
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  left: 5%;
  cursor: pointer;
}

#slidernext
{
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -25px;
  right: 5%;
  cursor: pointer;
}

#sliderprev:hover, #slidernext:hover
{
  opacity: .6;
}

.loctek-slider-controls
{
  display: none !important;
}

.leesmeer
{
  text-align: center;
  padding: 0 25px;
  min-height: 20px;
  line-height: 20px;
  display: block;
}

.leesmeer:before
{
  content: '';
  width: 20px;
  height: 20px;
  background: url(/images/leftred.png) no-repeat center;
  margin-right: .8em;
  background-size: auto 100%;
  display: inline-block;
  vertical-align: middle;
}

.leesmeer:after
{
  content: '';
  width: 20px;
  height: 20px;
  background: url(/images/rightred.png) no-repeat center;
  margin-left: .8em;
  background-size: auto 100%;
  display: inline-block;
  vertical-align: middle;
}

footer
{
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  padding: 1.5em 1em;
}

footer a
{
  color: #fff;
}

header .bottom.fixed
{
  background: rgba(255, 255, 255, .95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 95;
}

.bottom.fixed
{
  padding: 5px 0;
}

.fixed #logo
{
  width: 265px;
}

.fixed a
{
  height: 68px;
  line-height: 68px;
}

.fixed #res
{
  margin-top: 20px;
}

#ttcontainer
{
  height: 170px;
  background: #BF1F2D;
  position: relative;
}

#homett #ttcontainer
{
  background: #555;
}

#ttcontainer p
{
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.title
{
  text-align: center;
}

h1
{
  display: inline-block;
  padding: 0 80px;
  font-size: 2em;
  font-weight: bold;
  margin: 5% 0;
  position: relative;
}

h1:before
{
  display: inline-block;
  content: '';
  height: 2px;
  width: 65px;
  background-color: #BF1E2E;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

h1:after
{
  display: inline-block;
  content: '';
  height: 2px;
  width: 65px;
  background-color: #BF1E2E;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

.ooblok
{
  position: relative;
}

.ooblok .pic
{
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.ooblok .pic:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.ooblok .con
{
  margin-left: 50%;
  padding: 5%;
}

.ooblok h2
{
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: bold;
  color: #000;
}

.ooblok h3
{
  font-size: 1.2em;
  margin-top: .3em;
  font-weight: bold;
  color: #BF1E2D;
}

.ooblok .c
{
  font-size: 1.2em;
  margin-top: 1.5em;
}

.ooblok:nth-child(even) .pic
{
  left: auto;
  right: 0;
}

.ooblok:nth-child(even) .con
{
  margin-right: 50%;
  margin-left: 0;
}

#homet
{
  margin: 5% 0;
}

#homet img
{
  width: 100%;
}

#homet h2
{
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-top: .8em;
}

#homet h3
{
  margin-top: 1em;
  line-height: 1.3em;
  font-size: .75em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #555;
  text-align: center;
}

#vestigingen
{
  margin: 5% auto;
}

#vestigingen > div > img
{
  float: left;
  width: 35%;
}

#vestigingen > div > div
{
  float: right;
  width: 60%;
}

#vestigingen > div:after
{
  clear: both;
  display: block;
  content: '';
}

#vestigingen a
{
  color: #BF1E2E;
}

#vestigingen h2
{
  font-size: 1.35em;
  font-weight: bold;
  text-transform: uppercase;
}

#vestigingen p
{
  margin: .7em 0;
}

header > .top.bigmap
{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}

header > .top.bigmap > .close
{
  float: right;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
}

#mapfooter
{
  position: relative;
}

#mapfooter.bigmap
{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

#mapfooter.bigmap .logowhite
{
  top: -55px;
  background-image: url(/images/question2.png);
}

#bigmap
{
  display: none;
  position: fixed !important;
  top: 52px;
  left: 0;
  width: 100%;
  bottom: 105px;
}

#vestigingen .btn
{
  background: #BE1D2D url(/images/map.png) no-repeat center;
  background-size: auto 65%;
  color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  width: 40px;
}

#dasmap
{
  height: 350px;
}

#contact
{
  background-color: #555;
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/uploads/_MG_5763.jpg);
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  line-height: 1.6em;
  text-align: center;
  color: #fff;
  position: relative;
}

.overlaycontact {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  opacity: .5;
  height: 100%;
  z-index: 10;

  background-image: url(/images/overlay.png);
}

#contact .top
{
  padding: 4% 0;
  border-bottom: 1px solid #fff;
  font-size: 1.7em;
}

#contact .top strong
{
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 1.2em;
}

#contact .bottom
{
  padding: 4% 0;
}

#contact .bottom strong
{
  display: block;
  font-size: 1.7em;
  color: #fff;
  margin-bottom: .5em;
  text-transform: uppercase;
}




#vestigingen > div
{
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}













/*===Start Swiper===*/
.swiperoutercontainer
{
  padding:20px 0 0 50px;
}

.swiper-container
{
  padding:0px;
  padding-bottom:20px;
}

.swiper-button-next, .swiper-button-prev
{
  width: 44px !important;
  -moz-background-size: 44px 44px !important;
  -webkit-background-size:44px 44px !important;
  background-size: 44px 44px !important;
  margin-top: -80px !important;
}

.swiper-pagination-bullet-active
{
  background: #004a99 !important;
}

.swiper-button-next
{
  background-image: url(/images/hor_right.png) !important;
}

.swiper-button-prev
{
  background-image: url(/images/hor_left.png) !important;
}
.zestiennegen, .horizon, .vierkant, .zestiennegenhalf
{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.zestiennegenhalf
{
  width: 50%;
}

.zestiennegen:after, .horizon:after, .vierkant:after, .zestiennegenhalf:after
{
  display: block;
  content: '';
  padding-top:56.25%;
}

.vierkant:after
{
  padding-top:100%;
}
.swiper-slide .zestiennegen h2 {
  position: absolute;
  bottom: 5%;
  left: 0;
  font-size: 1.5em;
  background-color: rgba(191, 31, 45, .9);
  font-family: 'Berthold', sans-serif;
  padding: 10px;
}
.swiperer {
  position: absolute;
  margin-left: -10px;
  margin-top: -14px;
  top: 50%;
  left: 50%;
  background-color: rgba(255,255,255,0.4);
  padding:15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
}

.swiper-pagination-bullet-active {
  background-color: #bf1f2d !important;
}
/* EINDE SWIPER */


/* BEGIN NIEUWS */
.headholder {
  position: relative;
}
#ficheheader
{
  padding-right: 420px;
}
.fiche .cnt {
  margin-right: 420px;
}
#ficheheader > img {
  width: 100%;
}
#ficheheader {
  position: relative;
}
.prevnext img {
  position: absolute;
  top: 50%;
  margin-top: -25.5px;
}
.prevnext #arrleft {
  left: -71px;
}
.prevnext #arrright {
  right: -71px;
}
.fiche .toppart h1 {
  text-align: left;
}
.akholder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-family: 'Berthold',sans-serif;
  width: 400px;
}
.akholder > * {
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.akholder > * a {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.akholder .tops {
  top: 0;
  bottom: 50%;
  background-color: #000;
} 
.akholder .tops {
  border-bottom: 10px solid white;
}
.akholder .bottoms {
  border-top: 10px solid white;
  top: 50%;
  bottom: 0;
  background-color: #000;
}
.akholder h4 {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding:10px 5px;
  background-color: rgba(0,0,0,0.6);
  color: #fefefe;
  left: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 150%; 
  font-size: 1.8em;
  font-weight: bold;
}
.akholder .tops h4 {
  padding-bottom: 10px;
}
.akholder .bottoms h4 {
  padding-top: 10px;
}
.nieuws-list {
  width: 400px;
  float: right;
  position: relative;
}
.nieuws-list.shopzone {
  height: 150px;
  position: relative;
}
.nieuws-list.shopzone:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0,0,0);
  z-index: -1;
}
.nieuws-list h5 {
  padding: 7px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bf1f2d;
  color: #bf1f2d;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
  font-weight: bold;
}
.nieuws-list.shopzone h1 {
  line-height: 150%;
  margin-bottom: 0;
  font-size: 1.8em;
  background-color: transparent;
}
.nieuws-list.shopzone a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nieuws-list h3 {
  color: rgb(32,32,32);
  padding-left: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 125%;
  display: inline-block;
  position: relative;
  font-weight: bold;
  width: 100%;

}
.nieuws-list h3 img {
  position: absolute;
  left: 10px;
  top: 3px;
}
.nieuws-list h3:hover {
  text-decoration: underline;
}

.nieuwsfichebutton
{
  width: 120px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #bf1f2d;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
}
.nieuwsfichebutton:first-child
{
  margin: 0;
}

.nieuwsfichebutton img
{
  vertical-align: middle;
  margin-right: .3em;
}

.nieuwsfichebutton span
{
  vertical-align: middle;
}



#nieuwsak
{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/uploads/_MG_5819_head.jpg');
  width: 400px;
}

.nieuwtjes {
  z-index: 10;
  margin-bottom: 2em;
  width: 100%;
}

.nieuwtjes h6 {
  font-size: .9em;
  font-family: 'Berthold', sans-serif;
  display: inline-block;
  padding-left: 10px;
  text-transform: uppercase;
}

.nieuwtjes div img {
  margin-left: 10px;
}

.nieuwtjes div {
  border: 1px solid #bf1f2d;
  min-height: 42px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.nieuwtjes div:hover {
  background-color: #d2d2d2;
}

.nieuwtjes a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  
}

.actions {
  margin-top: 20px;
  border:1px solid #bf1f2d;
  padding:5px 0;
}
.actions:after {
  display: block;
  clear: left;
  content: "";
}
.fiche h2
{
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: .4em;
}

.fiche h1
{
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
  color: white;
  font-size: 2.2em;
  margin-top: 1.5em;
  color: #bf1f2d;
  margin-bottom: .8em;
}
.head h1 {
  margin:0;
}
.head h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.8em;
  font-weight: normal;
  margin-top: 6px;
}
.head {
  padding-bottom: 50px;
  padding-top: 45px;
}
#fiche
{
  padding-top: 1.5em;
}

#fiche .left
{
  width: 53%;
  float: left;
}

#fiche .right
{
  float: right;
  width: 45%;
}

#fiche .subtitle
{
  color: #595b60;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: .4em;
}


.outernews {
  max-width: 1400px;
  background-color: white;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 50px 20px;
  margin-bottom: 50px;
}

#news > *
{
  width: 31.33%;
  margin: 0 1% 2% 1%;
  color: rgb(0, 0, 0);  
}

.content {
  max-width: 1150px;
  margin: 0 auto;
}

#news.acties > * {
  width: 48%;
}
#news img {
  width: 100%;
}
#news {
  min-height: 416px;
}

#news .btn
{
  background: #C01F2E;
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  width: 30px;
  font-family: monospace;
  display: block;
  margin: 0 auto;
}

#news h2 {
  font-size: 1.4em;
  margin:15px 0 8px 0;
  text-align: center;
  color: #252525;
  min-height: 55px;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
}
#news .im {
  position: relative;
}
#news .geldig {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding:5px;
  background-color: rgb(237, 28, 36);
  text-transform: uppercase;
  color: #fefefe;
  font-size: 1.3em;
}
.lm
{
  border: 1px solid #252525;
  color: #252525;
  text-transform: uppercase;
  font-family: 'Berthold', sans-serif;
  text-align: center;
  margin-top: 20px;
  padding: 7px 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lm:hover {
  background-color: #252525;
  color: white;
}

.actieh {
  margin-top: 25px !important;
  margin-bottom: 35px !important;
}
.fiche #news .c p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.fiche #news .c p:first-child {
  margin-top: 0;
}
.fiche #news .c p:last-child {
  margin-bottom: 0;
}

/* EINDE NIEUWS */




/* BEGIN MADEBY */
.made-by {
  background-color: #343434;
  text-align: center; 
}
.made-by p {
  color: #fefefe;
  opacity: 0.2;
  line-height: 35px;
  font-size: 0.8em;
}
.made-by a {
  color: #fefefe; 
}
/* EINDE MADEBY */




/*---------------*/
/***** Oscar *****/
/*---------------*/
/* Common style */
.item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #3085a3;
  text-align: center;
}

.item figure img {
  position: relative;
  display: block; 
  max-width: 100%;
  opacity: 0.8;
}

.item figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.item figure figcaption::before,
.item figure figcaption::after {
  pointer-events: none;
}

.item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;   
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.item figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.item figure h2 span {
  font-weight: 800;
}

.item figure h2,
.item figure p {
  margin: 0;
}
.item figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 100%;
}

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}

figure.effect-oscar h2 {
  font-size: 1.6em;
  position: relative;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar .c {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
figure.effect-oscar .c {
  overflow: hidden;
  max-height: 100%; 
}

.item:hover figure.effect-oscar h2 {  
  margin-bottom: 15px;
}

.item:hover figure.effect-oscar figcaption::before,
.item:hover figure.effect-oscar .c {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item:hover figure.effect-oscar figcaption {
  background-color: rgba(58,52,42,0);
}
.home_banner_dienst .item:hover figure.effect-oscar figcaption {
  background-color: rgba(58,52,42,0.7);
}
.schoon h2 span {
  display: inline-block;
  font-weight: inherit !important;
}
.item:hover figure.effect-oscar img {
  opacity: 0.4;
}

#newslistres
{
  display: none;
}




.ooblok:last-child
{
  margin-bottom: 5%;
}


.faq
{
  padding-bottom: 0 !important;
}





















@media all and (max-width: 1550px) {
  #slider, #slider > div {
    height: 500px !important;
  }
}

@media all and (max-width: 1350px) {
  #slider, #slider > div {
    height: 450px !important;
  }
}

@media all and (max-width: 1200px) {
  .prevnext {
    display: none;
  }
  #slider, #slider > div {
    height: 400px !important;
  }
}

@media all and (max-width: 1200px) {
  header nav
  {
    margin-left: 350px;
  }
}

@media all and (max-width: 1130px) {
  #res
  {
    float: right;
    display: inline-block;
    cursor: pointer;
    margin-top: 45px;
  }



  .logowhite
  {
    display: none;
  }

  .bottom li a:hover::after, .bottom li .active::after
  {
    bottom: 10px;
  }

  header nav
  {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    background: #fff;
    margin-left: 0;
    z-index: 90;
  }

  .bottom li
  {
    display: block;
  }

  #slider, #slider > div {
    height: 340px !important;
  }

  .bottom a
  {
    display: block;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
    height: 4em;
    line-height: 4em;
  }
}

@media all and (max-width: 1100px) {
  .akholder {
    display: none;
  }
  .fiche .cnt {
    margin-right: 0;
  }
  .nieuws-list {
    display: none;
  }
  .fiche .botpart.dn {
    display: block;
  }

  figure.effect-oscar img
  {
    opacity: 1;
  }

  figure.effect-oscar figcaption
  {
    background: transparent;
  }

  .nieuws-list h3 img {
    position: absolute;
    left: 0px;
    top: 3px;
  }
  .nieuws-list.shopzone.dn {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .nieuws-list.shopzone.dn br, #nieuwsak {
    display: none;
  } 

  #newslistres
  {
    float: none;
    width: 100%;
    display: block;
  }
}

@media all and (max-width: 1000px) {
  .nieuwsfichebutton>img,.sharepos>span>img {
    display: none;
  }
  .nieuwsfichebutton,.sharepos {
    width: 70px !important;
  }
}

@media all and (max-width: 950px) {
  #slider, #slider > div {
    height: 280px !important;
  }
  .ooblok .pic
  {
    position: static !important;
    width: 100%;
    padding-top: 100%;
  }

  .ooblok .con
  {
    margin: 0 !important;
    width: 100%;
  }
}

@media all and (max-width: 900px) {

  .botpart .nieuws-list {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
  }
  .botpart .nieuwtjes h3 {
    display: block;   
    padding-left: 20px;
  }
  .botpart .nieuws-list h5 {
    text-align: left;
    padding-left: 10px;
    background-color: transparent;
    border:1px solid #000;
    color:#000;
  }
  .botpart .akholder {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .prevnext #arrright {
    right: 0px;
  }
  .akholder > * {
    position: static;
  }
  .akholder .tops h4, .akholder .bottoms h4 {
    padding-left:10px;
    padding-right: 10px;
  }
  .akholder h4 {
    font-size: 1.8em;
    background-color: transparent;
    position: static;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media all and (max-width: 800px) {
  #news > *
  {
    width: 45.5%;
    margin: 0 2% 4% 2%;
  }
  #news.acties > * {
    margin:0 1% 2% 1%;
  }

  #fiche .left, #fiche .right
  {
    float: none;
    margin-bottom: 1.2em;
    width: 100%;
  }

  .bottomfiche.left
  {
    display: none;
  }

  #fiche .bottomfiche.right
  {
    float: none;
    width: 100%;
  }
  .right.bottomfiche > a
  {
    float: left !important;
    display: inline-block;
    width: 150px;
  }
}

@media all and (max-width: 750px) {
  #slider, #slider > div
  {
    height: 300px !important;
  }
}

@media all and (max-width: 660px) {    
  .nieuwsfichebutton:nth-child(n) {
    margin-top:5px;
    margin-bottom: 5px;
  } 
  header > .top.bigmap> p
  {
    display: none;
  }
}

@media all and (max-width: 600px) {
  header .top
  {
    display: none;
  }

  .title h1
  {
    font-size: 1.5em;
  }

  #res
  {
    margin-top: 40px;
  }
}

@media all and (max-width: 540px) {
.nieuws-list.shopzone h5 {
      line-height: 150%;
      margin-bottom: 0;
      font-size: 1.4em;
    }
}
@media all and (max-width: 450px) {
  .title h1
  {
    font-size: 1.2em;
  }

  .made-by span
  {
    display: none;
  }

  .made-by br
  {
    display: inline;
  }
}

@media all and (max-width: 400px) {
  #logo
  {
    width: auto;
    float: none;
    margin-right: 50px;
  }

  #res
  {
    margin-top: 20px;
  }

  #slider, #slider > div
  {
    height: 240px !important;
  }

  #news > *, #news.acties > *
    {
      width: 100%;
      margin: 0 0 2% 0;
      margin-bottom: 70px;
    }  
}