@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

#container {
  min-height: 100%;
  position: relative;
}

#bodywrap {
  min-height: 450px;
}

/* COOKIE MELDING NEW */
#PLCookie {
  position: fixed;
  left: 10px;
  bottom: 10px;
  margin-right: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
  box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

#PLCookie h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 30px;
}

#PLCookie p {
  max-width: 500px;
  font-family: 'Montserrat', sans-serif;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
  font-size: 1.1em;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  padding: 15px;
  background-color: #ac2f26;
  border: 1px solid #ac2f26;
  color: #fefefe;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
  margin: 5px;
  font-size: 1.3em;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #ac2f26;
  border: 1px solid #ac2f26;
}

/* GDPR */

#content-container {
  width: 100%;
  max-width: 96%;
  margin: 0 auto;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #ac2f26;
  margin-bottom: 20px;
  margin-top: 150px;
}


#content-container h2 {
  color: #ac2f26;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #ac2f26;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3em;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 1.2em;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #ac2f26;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height: 100%;
  position: relative;
}

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* Einde GDPR */


.extrapadding {
  padding-left: 4em;
  padding-right: 4em;
}

#newsblock #textocd .cent.ds {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
}

/* Historiek */
.timelineholder {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.fadethis {
  opacity: 0;
  height: 0;
}

.timelineoverlayholder {
  width: 6px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
  overflow: hidden;
  top: -1px;
  bottom: 0;
}

.timelineoverlay {
  background-color: #ac2f26;
  border-radius: 10px;
}

.timeline {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.timeline * {
  box-sizing: border-box;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: #EAEAEA;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
}

.timeline_inhoud {
  transition: all .3s;
  position: relative;
  z-index: 2;
}

.timeline_container {
  padding: 30px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background-color: inherit;
  width: 100%;
  transition: all .3s;
}

.timeline_container a {
  display: inline-block;
  margin-top: 20px;
  background-color: #ac2f26;
  padding: 10px 30px;
  color: white;
  font-weight: 700;
}

.left_time a {
  float: right;
}

.timeline_container::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  background-color: #ac2f26;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}

.timeline_item_content {
  padding: 20px 0;
  background-color: white;
  position: relative;
  border-radius: 6px;
  width: 45%;
}

.timeline h2 {
  color: #000;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 20px;
}

.timeline_item_content div {
  line-height: 200%;
  font-size: 1.15em;
  color: #545454;
}

.timeline_filter {
  width: 100%;
  max-width: 1550px;
  background-color: #fafafa;
  padding: 15px 20px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.timeline_filter .selectric-wrapper {
  max-width: 300px;
}

.timeline_filter .selectric .label {
  background: #fff;
  border: 2px solid #c9c9c9;
  padding: 10px 10px;
  padding-right: 30px;
  background-image: url(/images/select.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  height: auto;
}

.timeline_filter .selectric .button {
  width: 38px;
  height: 38px;
}

.timeline_switch {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #c9c9c9;
  color: #ac2f26;
  padding: 5px 10px;
  padding-right: 30px;
  font-family: 'Poppins', sans-serif;
  background-image: url(/images/select.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
}

.slider_content_historiek {
  width: 100%;
}

.slider_content_historiek .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 0;
}

.slider_content_historiek .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #c2c2c2;
  margin: 0 4px;
  border-radius: 200px;
}

.slider_content_historiek .slick-dots .slick-active {
  background-color: #545454;
}

.slider_content_historiek .slick-dots li button {
  display: none;
}

.timeline_switch a {
  padding: 8px 10px;
  background-color: white;
  min-width: 100px;
  color: #ac2f26;
  cursor: pointer;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.timeline_switch a:nth-child(2n) {
  border-left: 2px solid #ac2f26;
  border-right: 2px solid #ac2f26;
}

.active_timeline {
  background-color: #ac2f26 !important;
  color: white !important;
}

.tijdlijn_volgorde {
  font-weight: 700;
  color: #818181;
  background-color: #fff;
  border: none;
  padding: 10px 20px;
  padding-right: 50px;
  font-family: 'Poppins', sans-serif;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/select.png);
  display: none;
}

.left_time {
  margin-right: 5%;
}

.right_time {
  margin-left: 5%;
}

.imageleft {
  margin-left: 5%;
}

.imageright {
  margin-right: 5%;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.timeline_other_content {
  width: 45%;
}

.timeline_other_content img {
  width: 100%;
}

.timeline_container:nth-child(odd) .timeline_other_content .slick-slide>div {
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow-y: hidden;
}

.left_time h2 {
  text-align: right;
}

.timeline_container:nth-child(even) .left_time h2 {
  text-align: left;
}

.left_time h3,
.right_time h3 {
  font-weight: 700;
  color: #ac2f26;
  margin-bottom: 5px;
  font-size: 1.2em;
}

.left_time p {
  text-align: left;
}

.tijdlijn_desktop {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ac2f26;
  border: 2px solid #ac2f26;
  color: #ac2f26;
  font-weight: 700;
}

.tijdlijn_desktop a {
  padding: 8px 10px;
  background-color: white;
  color: #ac2f26;
  cursor: pointer;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.active_tijdlijn_desktop {
  background-color: #ac2f26 !important;
  color: white !important;
}

/* EINDE TIMELINE */

/* Contact */
#dasmap {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  position: relative;
  z-index: 0;
  background-color: #f4f4f4;
}

.contact_split, .contact_split * {
  box-sizing: border-box;
}

.contact_split {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  background-color: white;
}

.contact_split>div {
  width: 50%;
  background-color: white;
  padding: 50px;
}

.contact_split>div:last-child {
  background-color: #FAFAFA;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.contact_split>div:last-child h1 {
  color: #ac2f26;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.7em;
}

.contact_split>div:last-child h2 {
  color: #ac2f26;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 15px;
  margin-top: 30px;
}

.contact_split>div:last-child p {
  padding-left: 35px;
  margin-bottom: 12px;
  position: relative;
  color: #353535;
}

.contact_split>div:last-child p a {
  color: #353535;
}

.contact_split>div:last-child p i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.contact_form input[type=email], .contact_form input[type=text] {
  width: 100%;
  border-radius: 200px;
  background-color: #F5F5F5;
  color: #353535;
  padding: 12px 15px;
  font-size: .9em;
  margin-bottom: 20px;
  border: none;
}

.contact_form textarea {
  border-radius: 19px;
  background-color: #F5F5F5;
  padding: 12px 15px;
  width: 100%;
  height: 150px;
  font-size: .9em;
  border: none;
}

.contact_form input[type=submit] {
  background-color: #ac2f26;
  border: none;
  color: white;
  border-radius: 200px;
  padding: 12px 40px;
  letter-spacing: 1px;
}

.contact_form input[type=submit]:disabled {
  opacity: .2;
}

#PL_privacy {
  width: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.privcnt {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: .8em;
  color: #7e7e7e;
  position: relative;
  cursor: pointer;
}

.privcnt span {
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 1;
  background-color: white;
  border: 1px solid #353535;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.privcnt input {
  position: absolute;
  left: 1px;
  top: 50%;
  width: 5px;
  height: 5px;
  z-index: 0;
  transform: translateY(-50%);
}

.privcnt span i {
  color: white;
  padding-top: 1px;
}

.privcnt input:checked + span i {
  display: block;
}

.privcnt input:checked + span {
  background-color: #353535;
}

.privcnt a {
  color: #353535;
  font-weight: 700;
}

/* Nieuwsbrief centered button a inside #nieuwsbrief element */

#nieuwsbrief_link {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

#nieuwsbrief_link a {
  background-color: #ac2f26;
  color: white;
  padding: 10px 20px;
  border-radius: 200px;
  font-weight: 700;
  letter-spacing: 1px;
}

.openingsuren {
  background-color: #F9F9F9;
  padding: 50px 10px; 
  margin-top: 80px;
}

.inner_openingsuren{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.inner_openingsuren>div {
  width: 40%;
}

.inner_openingsuren>img {
  width: 55%;
  margin-left: 5%;
}

.inner_openingsuren>div div {
 display: flex;
 justify-content: flex-start;
 -ms-align-items: center;
 align-items: center;
 width: 100%;
 margin-bottom: 20px;
}

.inner_openingsuren>div div p {
  width: 170px;
  font-weight: 700;
}

.inner_openingsuren>div h2 { 
  color: #ac2f26;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 25px;
}

.catarrow, .merkarrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  display: none;
}

.catarrow i, .merkarrow i {
  transition: all .3s;
}

@keyframes come-in-left {
  to {
      transform: translateX(0);
  }
}

.come-in-left {
  transform: translateX(500px);
  animation: come-in-left 2s ease forwards;
}

.come-in-left:nth-child(odd) {
  animation-duration: 2s;
  /* So they look staggered */
}

@keyframes come-in-right {
  to {
      transform: translateX(0);
  }
}

.come-in-right {
  transform: translateX(-500px);
  animation: come-in-right 2s ease forwards;
}

.come-in-right:nth-child(odd) {
  animation-duration: 2s;
  /* So they look staggered */
}
/* Einde Contact */

/* HEADER */
#headerwrap {
  background: #FFF;
  height: 92px;
}

#header {
  max-width: 1400px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  font-family: 'Lato', sans-serif;
  position: relative;
  line-height: 41px;
  display: block;

}

.faqimg {
  width: 320px;
  float: left;
}

.faqcon {
  margin-left: 340px;
}

.txt.c.content h2 {
  text-align: left;
  font-size: 1.3em;
}

#nieuwsbrief form {
  padding: 1em;
}

#return {
  line-height: 1.6em;
  margin-bottom: 1em;
}

/* BODY */
#body {
  max-width: 1400px;
  margin: 0px auto 0px auto;
  padding: 40px 20px 50px 20px;
  position: relative;
  min-height: 360px;
}

/* FOOTER START*/
.innerfooter {
  background-color: #ac2f26;
  width: 100%;
  border-top: 1px solid #EFEFEF;
  color: #fff;
  position: relative;
  padding: 20px 8px;
  box-sizing: border-box;
}

.logoLI {
  max-width: 261px;
}

.logoLI img {
  max-width: 100%;
}

.innerfooter ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.footer-geg>div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
}

.footer-geg>div a {
  color: #fff;
}

.footer-geg>div div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.footer-geg>div div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-left: 20px;
}

.footer-geg>div div i, .footer-geg>div div:last-child p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer-socials div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  color: #969696;
  font-size: 1.1em;
  margin: 0 7px;
}

.footy {
  width: 100%;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-color: #FFF;
  font-size: 10px;
}

.footy a {
  color: #7d7d7d;
}

/* FOOTER END */

.logo {
  position: absolute;
  width: 192px;
  z-index: 1;
}

.nav {
  text-align: right;
  width: 100%;
  line-height: 92px;
  position: absolute;
  right: 50px;
}

.nav a {
  display: inline-block;
  color: #000;
  margin-left: 25px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
}

.nav a:first-child {
  margin-left: 0px;
}

.nav a:hover, .nav .active {
  background-image: url(/images/bg_nav.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.taal {
  position: absolute;
  right: 0px;
  line-height: 92px;
  text-align: center;
  width: 48px;
  color: #FFF;
  background-color: #ac2f26;
}

.taal>div {
  position: absolute;
  left: 0;
  width: 100%;
  top: 92px;
  background-color: #fff;
  display: none;
  z-index: 5;
}

.taal a {
  display: block;
  text-align: center;
  color: #ac2f26;
  height: 3em;
  line-height: 3em;
}

.taal .active, .taal a:hover {
  background-color: #ac2f26;
  color: #fff;
}

#container .loctek-slider-controls {
  bottom: -18px;
  margin-left: auto !important;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#container .loctek-slider {
  overflow: inherit;
}

#container .loctek-slider-controls>li {
  border: 0;
  background: #fff;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

#container .loctek-slider-controls>li.active {
  border: 0;
  background: #B7B7B7;
}

.banner_home {
  height: 450px;
  position: relative;
}

.banner_con {
  background: url(/images/banner_site.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 135px;
  position: relative;
}

.redstroke {
  background-color: #ac2f26;
  width: 100%;
  height: 26px;
}

.redstroke_kl {
  background-color: #ac2f26;
  width: 100%;
  height: 10px;
}

.banner {
  background: url(/images/banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 122px;
  border-bottom: 8px solid #000;
}

.breadcrump {
  position: absolute;
  width: 90%;
  font-size: 9px;
  color: #646464;
  top: 10px;
}

.breadcrump a {
  color: #646464;
}

.page_top {
  margin-bottom: 40px;
}

.page_top h1 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #ac2f26;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4em; 
}

.page_top h1:not(:first-child) {
  margin-bottom: 10px;
}

.page_top h2 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #ac2f26;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em; 
}

.txt {
  line-height: 1.8em;
}

.txt h2 {
  color: #ac2f26;
  margin: 10px 0 10px 0;
  text-align: center;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.cent {
  text-align: center;
}

.just {
  text-align: justify;
}

.rel {
  position: relative;
}

.ds {
  font-size: 2em;
}

.greystroke {
  background-color: #c6c6c6;
  width: 100%;
}

.dienst {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: url(/images/balls.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.loctek-lightbox {
  border-color: #AC2F26 !important;
}

#loctek-lightbox-close {
  border-color: #AC2F26 !important;
  color: #AC2F26 !important;
  line-height: 20px !important;
}

.errors {
  line-height: 1.6em;
  list-style-position: inside;
  list-style-type: disc;
  color: #AC2F26;
  margin-bottom: 1em;
}


.ticker {
  width: 100%;
  height: 123px;
  position: relative;
  background-color: #FFF;
}

.inner_ticker {
  max-width: 1400px;
  margin: auto;
  position: relative;
  height: 123px;
  background-image: url(/images/bg_ticker.png);
  background-repeat: repeat-x;
  background-position: center center;
}

.tickertxt {
  width: 100%;
  font-family: 'Lato', sans-serif;
  line-height: 1.2em;
  color: #ac2f26;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
}

.tickertxt span {
  background-color: #FFF;
  display: inline-block;
  padding: 0 20px 0 20px;
}

.fotoband {
  width: 100%;
  border-bottom: 2px solid #FFF;
  height: 145px;
  background-image: url(/images/fotoband.jpg);
  background-repeat: repeat-x;
  background-position: center;
}

.adres {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}

.icon {
  position: absolute;
  left: 0px;
  top: 5px;
}

a.star {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #919191;
}

a.star:hover {
  background-color: #ed1c24;
}


.param {
  color: #ed1c24;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  float: left;
  width: 130px;
  font-size: 1em;
  line-height: 1.8em;
}

.left {
  float: left;
}

a.terug {
  font-family: 'Lato', sans-serif;
  color: #ed1c24;
  font-size: 1em;
}

a.int {
  width: 100%;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  background-color: #ed1c24;
  font-size: 1em;
  line-height: 40px;
  text-align: center;
  display: block;
  width: 100%;
}

.line {
  width: 100%;
  text-align: right;
  border-top: 1px solid #bfbfbf;
  padding: 10px 0 10px 0;
}

.faq {}

.faq h2 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px 0 40px;
  color: #ac2f26;
  margin-bottom: 10px;
  border-bottom: 1px solid #ac2f26;
  background-image: url(/images/bg_faq.png);
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}

.ant {
  width: 95%;
  margin: auto;
  margin-bottom: 10px;
  padding-top: 10px;
}

.faq_ico {
  position: absolute;
  left: 0px;
  top: 8px;
}

a.ak {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/images/bg_block.png);
  transition: all .2s ease-in-out;
}

a.ak:hover {
  background-image: none;
}

.ak_con {
  width: 100%;
  font-family: 'Lato', sans-serif;
  line-height: 1.8em;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
}

a.con {
  line-height: 38px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  background-color: #ac2f26;
  font-size: 0.9em;
  margin-top: 14px;
  margin-bottom: 28px;
  font-family: 'Lato', sans-serif;
}

.gegevens {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  position: relative;
  font-family: 'Lato', sans-serif;
  line-height: 2em;
}

.icons {
  position: absolute;
  left: 0px;
  padding-top: 5px;
}

.fb {
  position: absolute;
  bottom: 0px;
  right: 20px;
  bottom: 10px;
}

.fb_txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
}

.foot_ar {
  max-width: 150px;
  text-align: left;
  margin: 25px auto 45px auto;
}

a.nb {
  width: 100%;
  display: block;
  background-color: #FFF;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-size: 1.1em;
}

.footmap {
  width: 100%;
  padding: 2px;
  border: 1px solid #FFF;
  height: 185px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a.collectie {
  position: absolute;
  color: #fff;
  position: absolute;
  background-image: url(/images/bg_block.png);
  height: 100%;
  width: 100%;
  transition: all .3s ease-in-out;
}

a.collectie:hover {
  opacity: 0;
}

.prod_img {
  position: relative;
}

.fav_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #ac2f26;
  padding: 3px;
  cursor: pointer;
}

.remfavo, .favorite .favo {
  display: none !important;
}

.favorite .remfavo {
  display: block !important;
}

.groep {
  width: 100%;
  font-family: 'Lato', sans-serif;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
}

.groep_ov {
  width: 100%;
  font-family: 'Lato', sans-serif;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}

.groep_ov_items {
  width: 100%;
  font-family: 'Lato', sans-serif;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.4em;
}

.groep_ov_items span {
  text-transform: none;
  font-size: 0.8em;
  font-weight: 300;
  font-style: italic;
}

.hoek {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10000;
}

.lint {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.overflow_hidden {
  overflow: hidden;
}

.content {
  max-width: 960px;
  margin: auto;
}

.content a {
  font-weight: bold;
  color: #e74c3c;
}

.fiche_txt {
  padding-bottom: 25px;
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: justify;
  border-bottom: 1px solid #bbbbbb;
}

.fav_btn a {
  float: left;
  color: #ac2f26;
  font-family: 'Lato', sans-serif;
  margin-right: 30px;
  font-size: 0.7em;
}

.fiche_sc a {
  float: right;
  margin-left: 20px;
}

.rightfiche {
  padding-bottom: 40px;
  background-color: #959595;
}

.rightfiche a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  position: relative;
}

.rightfiche a:hover {
  background-color: #dbdbdb;
}

.rightfiche a img {
  border: 1px solid #b23326;
}

.right_txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  height: 88px;
  overflow: hidden;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.6em;
  text-align: justify;
}

.rightfiche a:hover .right_txt {
  color: #000;
}

.right_txt h2 {
  font-family: 'Lato', sans-serif;
  color: #b23326;
  margin-bottom: 5px;
  font-size: 1.1em;
}

.bor {
  border-bottom: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
}

.rightfiche a:hover .bor {}

a.lijst {
  color: #FFF;
  background-color: #505050;
  text-align: center;
  display: block;
  line-height: 32px;
  height: 32px;
  width: 120px;
  font-size: 0.8em;
  position: absolute;
  margin-top: -16px;
  left: 50%;
  margin-left: -50px;
  font-family: 'Lato', sans-serif;
}

.containocd {
  margin-left: 60px;
  margin-right: 60px;
}

.merk_right {
  text-align: right;
  margin-bottom: 50px;
}

.merk_right img {
  border: 1px solid #000;
}

.btns {
  width: 418px;
  position: absolute;
  top: -16px;
  left: 209px;
  left: 50%;
  margin-left: -209px;
  font-family: 'Lato', sans-serif;
}

.btns a {
  color: #FFF;
  background-color: #505050;
  text-align: center;
  display: block;
  float: left;
  margin: 0 7px 0 7px;
  line-height: 32px;
  width: 88px;
  font-size: 0.7em;
}

.ar_l {
  position: absolute;
  top: -16px;
  left: 8px;
}

.ar_r {
  position: absolute;
  top: -16px;
  right: 8px;
}

a.folder {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/images/bg_block.png);
}

.folder_content {
  width: 100%;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  padding: 25px;
  font-size: 0.85em;
  line-height: 2em;
  text-align: justify;
}

.folder_content .foldertxt {
  display: none;
}

.folder_content .foldericon {
  width: 100%;
  text-align: center;
}

a.folder:hover .folder_content .foldertxt {
  display: block;
}

a.folder:hover .folder_content .foldericon {
  display: none;
}

.folder_content h2 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.info_icon {
  position: absolute;
  top: 0px;
  right: 0px;
}

.merk {
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

#selects>* {
  width: 48%;
}

#selects select {
  margin-bottom: 0;
  float: none;
}

#selects>*:last-child {
  float: right;
}

#selects:after {
  content: '';
  display: block;
  clear: both;
}

.ocdselect {
  position: relative;
  display: inline-block;
}

.ocdselect>div {
  top: 0;
  position: absolute;
  right: 0;
  height: 100%;
  width: 30px;
  pointer-events: none;
  background: rgb(172, 47, 38) url("/images/taal.jpg") no-repeat center 4px;
}

.merk_fiche {
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}


.merk_holder {
  position: relative;
  padding: 0 60px 0 60px;
}

.m_ar_l {
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -20px;
}

.m_ar_r {
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -20px;
}

.merk_txt {
  padding-bottom: 10px;
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: justify;
  border-bottom: 1px solid #5a5a5a;
}

.merk_r {
  padding-bottom: 50px;
  min-height: 190px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.merk_btns {
  width: 100%;
  position: absolute;
  bottom: 0px;
  font-family: 'Lato', sans-serif;
}

a.overzicht {
  float: right;
  color: #FFF;
  line-height: 33px;
  text-align: center;
  width: 120px;
  display: block;
  background-color: #505050;
}

a.link {
  font-weight: bold;
  text-align: center;
  float: left;
  color: #ac2f26;
  text-decoration: underline;
  font-size: 0.9em;
}

.contactpart {
  height: 440px;
}

input[type="text"], select, textarea {
  width: 100%;
  padding: 0 .5em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border: 1px solid #7D7D7D;
  margin-bottom: 12px;
  float: left;
}

#body .i35 {
  width: 35%;
  margin-right: 3%;
}

#body .i65 {
  width: 62%;
}

textarea {
  line-height: 1.5em;
  height: 90px;
  padding-top: 5px;
}

input[type="submit"] {
  border: 0;
  width: 100%;
  clear: both;
  line-height: 38px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  background-color: #ac2f26;
  font-size: 0.9em;
  font-family: 'Lato', sans-serif;
}

/*3 op rij*/
.col-group_3>div {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}

@media screen and (min-width: 600px) {
  .col-group_3 {
    overflow: hidden;
  }

  .col-group_3>div {
    float: left;
    width: 50%;
    padding: 0.8em;
  }

  .col-group_3>div:nth-child(odd) {
    clear: left;
  }

}

@media screen and (min-width: 1200px) {
  .col-group_3>div {
    width: 33.33%;
  }

  .col-group_3>div:nth-child(odd) {
    clear: none;
  }

}

/* end */






/*4 op rij*/
.col-group_4>div {
  padding: 0.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}

@media screen and (min-width: 600px) {
  .col-group_4 {
    overflow: hidden;
  }

  .col-group_4>div {
    float: left;
    width: 50%;
  }

  .col-group_4>div:nth-child(odd) {
    clear: left;
  }

}

@media screen and (min-width: 1200px) {
  .col-group_4>div {
    width: 25%;
  }

  .col-group_4>div:nth-child(odd) {
    clear: none;
  }

}

/* end */



/*4 op rij*/
.col-group_4_foot>div {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}

@media screen and (min-width: 600px) {
  .col-group_4_foot {
    overflow: hidden;
  }

  .col-group_4_foot>div {
    float: left;
    width: 50%;
    padding: 0.8em;
  }

  .col-group_4_foot>div:nth-child(odd) {
    clear: left;
  }

}

@media screen and (min-width: 1200px) {
  .col-group_4_foot>div {
    width: 25%;
  }

  .col-group_4_foot>div:nth-child(odd) {
    clear: none;
  }

}

/* end */



/*5 op rij*/
.col-group_5>div {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
}

@media screen and (min-width: 600px) {
  .col-group_5 {
    overflow: hidden;
  }

  .col-group_5>div {
    float: left;
    width: 33.33%;
  }

  .col-group_5>div:nth-child(3n+1) {
    clear: left;
  }

}

@media screen and (min-width: 1200px) {
  .col-group_5>div {
    width: 20%;
  }

  .col-group_5>div:nth-child(3n+1) {
    clear: none;
  }

}

/* end */








/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 3%;
}

.col:first-child {
  margin-left: 0;
}


/*  COLUMN SETUP  */
.col_foot {
  display: block;
  float: left;
  margin: 1% 0 1% 1%;
}

.col_foot:first-child {
  margin-left: 0;
}


.col_pr {
  display: block;
  float: left;
  margin: 1% 0 1% 3%;
}

.col_pr:first-child {
  margin-left: 0;
}

/*  COLUMN SETUP  */
.col_f {
  display: block;
  float: left;
  margin: 1% 0 1% 3%;
}

.col_f:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 48.5%;
}

.span_1_of_2 select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #878787;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 0.8em;
  padding: 8px;
}

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 65.66%;
}

.span_1_of_3 {
  width: 31.33%;
}

/*  GRID OF THREE  */
.span_1_of_3_f {
  width: 31.33%;
  font-family: 'Lato', sans-serif;
  font-size: 0.75em;
}

.span_1_of_3_f a {
  text-align: center;
  color: #FFF;
  background-color: #ac2f26;
  display: block;
  line-height: 34px;
}

.f_ar {
  background-image: url(/images/ar_f_l.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}

.f_ar2 {
  background-image: url(/images/ar_f_r.jpg);
  background-repeat: no-repeat;
  background-position: right center;
}

/*  GRID OF THREE  */
.span_3_of_3_pr {
  width: 100%;
}

.span_2_of_3_pr {
  width: 65.66%;
}

.span_1_of_3_pr {
  width: 31.33%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.8%;
}

.span_3_of_5 {
  width: 59.6%;
}

.span_2_of_5 {
  width: 39.4%;
}

.span_1_of_5 {
  width: 19.2%;
}

/*  GRID OF SEVEN  */
.span_7_of_7 {
  width: 100%;
}

.span_6_of_7 {
  width: 85.28%;
}

.span_5_of_7 {
  width: 70.57%;
}

.span_4_of_7 {
  width: 55.85%;
}

.span_3_of_7 {
  width: 41.14%;
}

.span_2_of_7 {
  width: 26.42%;
}

.span_1_of_7 {
  width: 11.71%;
}

#taal {
  display: block;
  line-height: 92px;
}

.removeFav {
  position: absolute;
  right: 10px;
  z-index: 5;
  height: 25px;
  width: 25px;
  top: 10px;
  background-color: #AC2F26;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-family: sans-serif;
  cursor: pointer;
  font-size: 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}

@media only screen and (max-width: 1450px) {
  .nav a {
    margin-left: 10px;
    padding: 0 10px 0 10px;
  }
}

@media only screen and (max-width: 1250px) {
  .nav a {
    margin-left: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .contact_split {
    margin-top: 0;
  }
  #dasmap {
    height: 300px;
  }
}

@media only screen and (max-width: 1180px) {
  #footer {
    font-size: 0.8em;
  }

  .adres {
    padding-left: 30px;
  }

  #res {
    cursor: pointer;
    display: block;
    right: 48px;
    height: 92px;
    line-height: 92px;
  }

  #res img {
    vertical-align: middle;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 90;
    margin: 0;
    background-color: #fff;
    padding: 0;
    right: auto;
  }

  .logo {
    position: static;
    float: left;
    max-width: 192px;
    width: auto;
    line-height: 92px;
    height: 92px;
    margin-right: 80px;
  }

  .logo img {
    vertical-align: middle;
  }

  #bottomocd {
    clear: both;
    padding-top: 1em;
  }

  #header {
    position: static;
  }

  .nav a {
    display: block;
    margin: 0;
    text-align: center;
    font-size: 1.3em;
    padding: 0 .2em;
    line-height: 2.2em;
  }

  .nav .active, .nav a:hover {
    background: #AC2F26 none;
    color: #fff;
  }
}

@media screen and (max-width: 1050px) {
  .tijdlijn_volgorde {
    display: block;
  }

  .timeline_filter {
    justify-content: center;
  }

  .timeline_filter>div:first-child {
    display: none;
  }
}

@media only screen and (max-width: 970px) {
  .dotdot {
    display: none;
  }

  .span_2_of_3.faq {
    width: 100%;
  }
}

@media all and (max-width:960px) {
  .footer-item {
    text-align: center;
    width: 100%;
  }
  .siteby a:last-child {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    color: #b1b1b1;
  }
}

@media screen and (max-width: 950px) {
  .contact_split>div {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .tijdlijn_volgorde {
    width: 100%;
    margin-top: 10px;
  }

  .timeline_switch {
    width: 100%;
  }

  .timeline_switch a {
    width: 33.33%;
    text-align: center;
  }
}

@media only screen and (max-width: 880px) {
  .col_pr {
    margin: 1% 0 1% 0%;
  }

  .span_3_of_3_pr, .span_2_of_3_pr, .span_1_of_3_pr {
    width: 100%;
  }
}

@media only screen and (max-width: 850px){
  .innerblokken_2 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .left_overzicht {
    display: none;
  }
  .right_overzicht {
    padding: 0;
    width: 100%;
    border: none;
  }
  .blokken_2_right {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin: 0 20px;
    margin-top: 50px;
  }
  .blokken_2_right img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .openings_right {
    display: none;
  }
  .openings {
    padding-left: 0;
    padding: 10px;
  }
  .blokken_2_left {
    width: auto;
    padding: 20px;
  }
  .openingsuren {
    background-color: transparent;
    padding-top: 0;
  }
  .inner_openingsuren {
    flex-wrap: wrap;
  }
  .inner_openingsuren > div {
    width: 100%;
  }
  .inner_openingsuren > img {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 800px) {
  .col_foot {
    margin: 3% 0 3% 0%;
  }

  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
    width: 100%;
  }

  .ar_l {
    top: -150px;
  }

  .ar_r {
    top: -150px;
  }

  .timeline {
    overflow: auto;
  }

  .timeline:after {
    left: 1%;
  }

  .timelineoverlayholder {
    left: 1%;
  }

  .timeline_container {
    width: 100%;
    float: right;
    padding-right: 10px;
    padding-left: 30px;
    flex-wrap: wrap;
  }

  .timeline_other_content {
    width: 100%;
    order: 2;
    text-align: left;
  }

  .timeline_item_content {
    width: 100%;
    padding: 0;
    order: 1;
  }

  .imageleft,
  .imageright,
  .right_time,
  .left_time {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .imageleft,
  .imageright,
  .right_time,
  .left_time {
    margin-left: 0;
    margin-right: 0;
  }

  .timeline_container a {
    margin-bottom: 20px;
  }

  .timeline_container::after {
    left: -5.6%;
    width: 25px;
    height: 25px;
  }

  .left_time h2 {
    text-align: left;
    font-size: 1.5em;
  }

  .timeline h2 {
    font-size: 1.5em;
  }

  .left_time p {
    text-align: left;
  }

  .timeline_item_content div {
    font-size: .9em;
    text-align: left;
  }

}

@media all and (max-width:750px) {
  .innerfooter ul {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .footer-item {
    text-align: center;
    width: 100%;
  }

  .footer-geg>div div:first-child {
    display: none;
  }

  .footer-geg>div div:last-child {
    padding-left: 0;
  }

  .footer-geg>div div i, .footer-geg>div div:last-child p {
    text-align: center;
    width: 100%;
  }

  .footer-socials {
    margin-top: 30px;
  }

  .timeline_switch {
    flex-wrap: wrap;
  }

  .timeline_switch a {
    width: 100%;
  }

  .timeline_switch a:nth-child(2n) {
    border: none;
    border-top: 2px solid #E94E1B;
    border-bottom: 2px solid #E94E1B;
  }
}

@media all and (max-width:700px) {
  .innerfooter {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 25px;
  }
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 680px) {
  .extrapadding {
    padding-left: 0em;
    padding-right: 0em;
  }

  .ak_banner {
    width: 100%;
  }

  .col {
    margin: 1% 0 1% 0%;
  }

  .span_2_of_2, .span_1_of_2 {
    width: 100%;
  }

  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%;
  }

  .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 {
    width: 100%;
  }

  .btns {
    width: 304px;
    left: 50%;
    margin-left: -152px;
  }

  .btns a {
    margin: 0 3px 0 3px;
    line-height: 32px;
    width: 70px;
  }

  .faqimg {
    width: 100%;
    max-width: 320px;
    display: block;
    float: none;
    margin: 1em auto;
  }

  .faqcon {
    margin-left: 0;
  }
}

@media screen and (max-width: 650px){
  .contact_split>div {
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {

  /*.gegevens { width:180px; margin:auto;}*/
  #body {
    padding-left: 5px;
    padding-right: 5px;
  }

  .containocd {
    margin-right: 0;
    margin-left: 0;
  }

  .merk_holder {
    padding: 0;
  }

  .m_ar_l {
    display: none;
  }

  .m_ar_r, .banner_home, .redstroke, .fotoband, .ticker, #footer .cent, .hideme600 {
    display: none;
  }
}


@media only screen and (max-width: 480px) {
  #picsmobile {
    display: block;
  }

  #maini2 {
    display: none !important;
  }
}

@media only screen and (max-width: 400px) {
  #footer .gegevens {
    padding-left: 0;
  }

  #footer {
    padding-left: 0;
    padding-right: 0;
  }

  #footer .icons {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
  #body .i35, #body .i65 {
    float: left;
    width: 100%;
  }
}