* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
  -moz-appearance: textfield;
  vertical-align: middle;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
  border: 0;
  padding: 0;
}

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

.movies {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.movies article {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin: 20px;
}

.movies article iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.tickertape {
  margin-top: 30px;
  padding: 30px 10px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  font-weight: 700;
  color: #ababab;
  font-size: 40px;
  line-height: 150%;
  font-family: "Poppins", serif;
  text-align: center;
}

.tickertape b, .tickertape strong {
  color: #424242;
}


/* Content Bricks */

.content_bricks {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 30px 10px;
}

.content_bricks article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.content_bricks .largeimg {
  width: 100%;
  margin-bottom: 20px;
}

.content_bricks .smallimg {
  width: 49.5%;
  margin-bottom: 20px;
}

.content_bricks>article>h2 {
  width: 100%;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
  color: #252525;
}

.content_bricks article > .normaltekst {
  width: 100%;
  font-size: 18px;
  line-height: 35px;
  color: #404040;
  padding: 30px 0;
}

.content_bricks article > .splitimage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
} 

.content_bricks article > .splitimage img {
  width: 49%;
}

.content_bricks article > .splitimage > div {
  width: 49%;
  font-size: 18px;
  line-height: 35px;
  color: #404040;
}

.content_bricks article > .splitimage > div ul,
.content_bricks article > .normaltekst ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 18px;
  line-height: 35px;
  color: #404040;
  margin-left: 30px;
}

.normaltekst ul li {
  padding-left: 10px;
  margin-bottom: 4px;
}

.content_bricks article > .splitimage > div a,
.content_bricks article > .normaltekst a {
  color: #DBB957;
  font-weight: 500;
  text-decoration: underline;
}

.content_bricks .getuigenis {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

.content_bricks .getuigenis>img {
  width: 15%;
  border-radius: 200px;
  width: 
}

.content_bricks .getuigenis>div {
  width: 80%;
  font-size: 18px;
  line-height: 35px;
  color: #404040;
}

.content_bricks .getuigenis>div h2 {
  font-weight: 700;
  font-size: 27px;
  color: #F18E24;
}

.content_bricks .quotenormal {
  width: 100%;
  background-color: #F1F3F4;
  padding: 30px;
  font-size: 22px;
  line-height: 35px;
  color: #404040;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px 0;
}

.content_bricks .quotenormal div {
  padding: 0 30px;
}

.content_bricks .quotenormal h2 {
  font-weight: 700;
  font-size: 27px;
  color: #252525;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

/* Einde Content Bricks */

/* Responsive Menu */

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  -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: #fff;
}

.menuoverlay,
.filteroverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, .4);
}

.overvisible {
  display: block;
}

.top_res_nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  /*padding: 20px;*/
  background-color: #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 20px;
}

.navspecial {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #d2d2d2;
}

.navspecial a {
  color: #d14545 !important;
}


.extraNavigationElements {
  position: absolute;
  bottom: 16px;
}

.extraNavigationElements .navitem {
  padding-bottom: 0.5rem;
}

.extraNavigationElements .navitem a {
  color: #BDBDBD;
}

.closebtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 20px;
}

.logo-mobileNav {
  height: 3rem;
  margin: 0.5rem;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 85px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

.navitem {
  width: 100%;
  padding: 5px 0;
}

.navitem #specialbutton {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(-450deg);
}

.rotateImg {
  transform: rotate(0deg) !important;
}

.navitem a {
  color: #353535;
  font-weight: 700;
  font-size: 1.3em;
  padding: 15px 25px;
  display: inline-block;
  border-left: 5px solid transparent;
}

.navitem .active {
  border-left: 5px solid black;
}

.openNavItem {
  max-height: 350px !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  list-style-type: disc;
  padding-left: 10px;
  color: white;
  overflow: hidden;
  transition: all .5s;
  max-height: 0;
}

.navitem ul li {
  display: inline-block;
  padding: 10px;
}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  color: #c8c8c8;
}

.menubtn {
  width: 30px;
  cursor: pointer;
  display: none;
  transition: all .3s;
  margin-left: 30px;
}

.menubtn:hover {
  transform: scale(1.05);
}

/* Einde Responsive Nav */

/* Dialog Box */

.modal.fade .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}

.modal-content {
  -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);
  border-radius: 0;
  border: 2px solid #f0f0f0;
}

.bootbox-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 3.6px;
  color: #1C1B1B;
  width: 100%;
}

.modal-footer .btn {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  width: 100%;
  border: 1px solid black;
  transition: all .3s;
  font-family: Montserrat, sans-serif;
  margin: 1% !important;
  border-radius: 0 !important;
}

/* Einde Dialog Box */

/* Curtaindrop */

.curtain-click {
  cursor: pointer;
  padding: 4px 15px;
  color: rgb(233, 194, 164);
  font-size: 25px;
  animation: wiggle 3s;
}

.curtain-titel {
  cursor: pointer;
}

@keyframes wiggle {
  0% { transform: rotate(0deg); }
  70% { transform: rotate(0deg); }
  75% { transform: rotate(25deg); }
  80% { transform: rotate(-25deg); }
  85% { transform: rotate(20deg); }
  95% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
  font-family: 'Poppins', sans-serif;
}

.curtaindrop>video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-color: rgba(58, 58, 58, 0.808);
  font-family: 'Poppins', sans-serif;
	background-position: center;
	background-size: cover;
	background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 1000px;
  color: #fff;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  font-family: 'Poppins', sans-serif;
}

.curtaindrop .button {
  display: inline-block;
  padding: 15px 40px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  font-size: 20px;
  color: #4c4c4c;
  background-color: #e0d8d5;
  transition: all 0.8s ease;
  margin-top: 30px;
  font-family: 'Poppins', sans-serif;

}

.curtaindrop .button:hover {
  transform: scale(1.1);
}

.curtaindrop .overlay {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
  }

.curtaindrop p {
  font-size: 1.6em;
  line-height: 130%;
}

.curtaindrop ul {
  padding-left: 20px;
}

.curtaindrop ul li {
  line-height: 150%;
  padding-left: 10px;
  font-size: 1.2em;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: bold;
  font-size: 50px;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #92C020;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #92c020;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  z-index: 5;
}


/* Einde Curtaindrop */

/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 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);
}

.PL_Wrapper h2 {
  color: #CA0033;
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #353535;
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #CA0033;
  border: 2px solid #CA0033;
  color: #fff;
  font-weight: 200;
  font-size: 1.2em;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #CA0033;
}
/* Einde Cookie Melding */

/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bevestiging i {
  font-size: 3em;
  color: #000;
  margin-bottom: 20px;
}

.bevestiging h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.bevestiging p {
  line-height: 150%;
  color: #000;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #000;
  font-weight: 200;
  color: white;
  margin-top: 20px;
  border: 1px solid #000;
}

.bevestiging a:hover {
  background-color: transparent;
  color: #000;
}

/* Einde Bevestiging*/

.navigatie {
  width: 100%;
  max-width: 1600px;
  padding: 25px 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px solid #f6f6f6;
}

.navigatie .lang {
  padding: 0 5px;
  color: #8b8b8b;
}

.overnav {
  position: relative;
}

.overnav:hover ul {
  display: flex;
}

.overnav ul {
  z-index: 200;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150%;
  padding: 10px;
  background-color: #fff;
  border: #F6F6F6 2px solid;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.overnav ul li {
  width: 100%;
  padding: 10px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

.overnav ul a {
  text-align: center !important;
  width: 100% !important;
  padding: 2px !important;
}

.logo {
  width: 180px;
}

.cart_icon {
  font-size: 1.4em;
  color: #1C1B1B;
  display: inline-block;
}

.cart_icon {
  position: relative;
}

.cart_icon .amount {
  position: absolute;
  right: -10px;
  bottom: -5px;
  font-size: .5em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  width: 20px;
  height: 20px;
  background-color: #D23B3D;
  font-weight: 700;
  color: white;
}

.navigatie nav {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
}

.navigatie nav a {
  margin: 0 20px;
  padding: 10px 0;
  color: #1C1B1B;
  font-weight: 700;
  font-size: 1em;
  border-bottom: 2px solid transparent;
  position: relative;
  transition: all 2s;
}

.navigatie nav a,
.navigatie nav a:after,
.navigatie nav a:before {
  transition: all .5s;
}

.navigatie nav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: black;
  height: 2px;
}

.navigatie nav a.active:after {
  background: transparent;
  height: 0;
}

.navigatie nav a:hover:after {
  width: 100%;
}

.overnav ul a {
  position: relative;
  width: auto !important;
  padding-bottom: .5em !important;
}

.overnav ul a,
.overnav ul a:after,
.overnav ul a:before {
  transition: all .5s;
}

.overnav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: black;
  height: 2px;
}

.overnav a:hover:after {
  width: 100%;
}

.navigatie nav a.active  {
  border-bottom: 2px solid black;
}


.navigatie > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.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: 0;
  bottom: 0;
}

.timelineoverlay {
  background-color: #717171;
  border-radius: 10px;
}

.timeline {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.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: #E94E1B;
  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: #000;
  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;
  font-weight: 200;
}

.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;
}

.timeline_filter h2 {
  font-size: 1.3em;
  font-weight: 700;
}

.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: #E94E1B;
  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: #E94E1B;
  cursor: pointer;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.timeline_switch a:nth-child(2n) {
  border-left: 2px solid #E94E1B;
  border-right: 2px solid #E94E1B;
}

.active_timeline {
  background-color: #E94E1B !important;
  color: white !important;
}

.tijdlijn_volgorde {
  color: #818181;
  background-color: #fff;
  border: none;
  padding: 10px 20px;
  width: 400px;
  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);
}

.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 {
  letter-spacing: 1px;
  color: #252525;
  margin-bottom: 15px;
  font-size: 1.3em;
}

.left_time p {
  text-align: left;
  font-weight: 200;
}


.tijdlijn_desktop {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #E94E1B;
  border: 2px solid #E94E1B;
  color: #E94E1B;
  font-weight: 700;
}

.tijdlijn_desktop a {
  padding: 8px 10px;
  background-color: white;
  min-width: 160px;
  color: #E94E1B;
  cursor: pointer;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.active_tijdlijn_desktop {
  background-color: #E94E1B !important;
  color: white !important;
}


/* EINDE TIMELINE */

/* Aanbod */
.aanbod_top {
  width: 100%;
  max-width: 1600px;
  padding: 40px 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.aanbod_top > h1 {
  font-size: 2em;
  color: #314983;
  font-weight: 700;
}

.aanbod_top > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.list_view {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.list_view > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  color: #b6b6b6;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-left: 7px;
}

.list_view_active {
  background-color: #D23B3D !important;
  color: white !important;
  border: 2px solid #D23B3D !important;
}


.price_order {
  height: 40px;
  padding-right: 100px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: 1em;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.aanbod_pagina {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 10px;
  padding-top: 20px;
  margin-bottom: 30px;
  background-color: #f2f5f6;
}

.aanbod_items {
  width: 100%; 
  padding-top: 30px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product {
  width: 23%;
  margin: 0 1%;
  position: relative;
  transition: all 1s;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.product:hover img {
  transform: scale(1.05) translateY(-10px);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
}

.product a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.product > img {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 1;
  transition: all 1s;
}
.product > h2 {
  font-family: Montserrat,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product > h3 {
  width: 100%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 14px;
}

.product_list {

}

.range-slider {
  margin-top: 10px;
}

.hiddenarticles {
  opacity: 0;
  transition: all .3s;
  transform: translateY(70px);
}

.spinnerbox {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.spinnerbox img {
  width: 50px;
}

/* Einde Aanbod */

/* Product Pagina */

.product_topper {
  width: 100%;
  background-color: #FAFAFA;
}

.product_topper > div {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

.product_topper a {
  font-weight: 200;
  font-size: 16px;
  color: #1C1B1B;
  display: inline-block;
  padding: 10px 0;
}


.product_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 10px;
}

.product_header_image {
  width: 55%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}



.product_header_image > a i {
  transition: all .3s;
  padding-left: 5px;
}

.product_header_image > a:hover i {
  padding-left: 0 !important;
  padding-right: 5px;
}

.product_header_image>img {
  width: calc(100% - 150px);
  transition: all .2s;
}

.product_extrafotos {
  width: 150px;
  padding: 20px 0;
}

.product_extrafotos .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  border: none;
}

.product_extrafotos .slick-next {
  top: initial;
  bottom: 0;
}

.product_extrafotos article {
  padding: 10px;
  border-left: 2px solid white;
}

.product_extrafotos article img {
  width: 100%;
  cursor: pointer;
  border-left: 2px solid white;
}

.active_thumb {
  border-left: 2px solid #1C1B1B !important;
}

.mainimg {
  cursor: zoom-in;
}

.product_header_content {
  width: 48%;
  max-width: 500px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_header_content h1 {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #1C1B1B;
  font-weight: 700;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.product_header_content h2 {
  color: #353535;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 2.4px;
  margin-top: 20px;
  margin-bottom: 10px;
}


.product_header_content .aantal {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.product_header_content .aantal input {
  border: none;
  width: 50px;
  text-align: center;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
}

.product_header_content .aantal i {
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.product_links {
  margin-bottom: 10px;
}

.product_links a {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #939393;
  padding: 2px 10px;
  font-size: .8em;
  transition: all .3s;
  margin-right: 5px;
}

.product_links a:hover {
  border: 1px solid #939393;
}

.product_intro {
  line-height: 200%;
  font-weight: 400;
  font-size: 14px;
  color: #1C1B1B;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.product_intro p {
  margin-bottom: 10px;
}

.product_prijs {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  padding-top: 0;
  margin-bottom: 10px;
}

.product_prijs article {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_prijs article h2 {
  color: #353535;
  font-weight: 400;
  font-size: 1em;
  margin-top: 20px;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
}


.product_prijs article p {
  font-size: 16px;
  letter-spacing: 2.8px;
  font-weight: 400;
  color: #6A6A6A;
}

.product_afmetingen {
  display: flex;
  justify-content: flex-start;
}

.product_afmetingen article {
  padding: 15px 30px;
  background-color: #F3F3F2;
  border: 1px solid white;
}

.product_afmetingen article h2 {
  font-weight: 700;
  font-size: 1.2em;
  color: #6b6b6b;
  margin-bottom: 5px;
}

.product_afmetingen article p {
  font-size: 1.1em;
  color: #6b6b6b;
}

.product_actions {
  width: 100%;
}

.product_actions button {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  width: 100%;
  border: 1px solid black;
  transition: all .3s;
  font-family: Montserrat, sans-serif;
}

.product_actions button:hover {
  background-color: transparent;
  color: #000;
}

.product_kleuren {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.product_kleuren>label {
  position: relative;
}

.product_kleuren>label div {
 width: 5pc;
 height: 3pc;
 border: 2px solid #eee;
 border-radius: 5px;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-pack: center;
 justify-content: center;
 cursor: pointer;
 color: #eee;
 margin-right: 4px;
 z-index: 2;
 position: relative;
}
.product_kleuren>label div > span {
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
}

.product_kleuren>label input {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}

.product_kleuren>label input:checked + div {
  border: 2px solid red;
}

.maat_select {
  width: 100%;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #1C1B1B;
  letter-spacing: 4px;
  background-color: transparent;
  border: 1px solid #ddd;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}


.product_more_info {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 10px;
}

.product_more_info h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #D23B3D;
  margin-top: 25px;
  margin-bottom: 5px;
}

.product_more_info ul {
  list-style-type: disc;
  padding-left: 20px;
}

.product_sfeerfoto {
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  background-color: black;
}

.product_sfeerfoto > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1600px;
  z-index: 2;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_sfeerfoto h2 {
  font-size: 59px;
  font-weight: 600;
  line-height: 110%;
  max-width: 630px;
  color: #fff;
  margin-bottom: 40px;
}

.product_sfeerfoto button {
  padding: 10px 30px;
  background-color: #D23B3D;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 200px;
  font-family: Montserrat, sans-serif;
}

.product_sfeerfoto > img {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: .7;
}

.amount_select {
  width: 200px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border: none;
}



/* Einde Product Pagina */

/* Winkelwagen */

.winkelwagen_pagina, .gegevens_pagina {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.winkelwagen_pagina>h1, .gegevens_pagina h1 {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 24px;
  color: #1C1B1B;
  font-weight: 400;
}

.main {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.main img {
  width: 50px;
  margin-right: 20px;
}

.shopping_cart {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.shopping_cart article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  border-bottom: 2px dashed #e8e8e8;
}

.shopping_cart article:first-of-type {
  background-color: #f6f6f6;
  border-bottom: none;
}

.shopping_cart article:first-of-type .title {
  color: #1C1B1B;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.shopping_cart article:first-of-type .aantal {
  min-width: 150px;
  color: #1C1B1B;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}

.shopping_cart article:first-of-type .actions {
  visibility: hidden;
  min-width: 40px;
}

.sub_article {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.shopping_cart article:last-of-type {
  border-bottom: none;
}

.shopping_cart article h2 {
  font-family: Montserrat,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 10px;
}

.shopping_cart article h3 {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 14px;
}


.sub_article .aantal {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.sub_article .aantal input {
  border: none;
  width: 50px;
  text-align: center;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
}

.sub_article .aantal i {
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}


.sub_article .aantal input[type=number]::-webkit-outer-spin-button,
.sub_article .aantal input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sub_article .aantal input[type=number] {
  -moz-appearance:textfield;
}

.sub_article .price {
  min-width: 200px;
  font-weight: 400;
  color: #1C1B1B;
  letter-spacing: 2px;
  font-size: 16px;
  text-align: center;
}

.sub_article .actions {
  background-color: #fff;
  color: #C4242C;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  -ms-align-items: center;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
  transition: all .5s;
}

.sub_article .actions:hover i {
  transform: scale(1.4);
}

.financial dl {
  border-top: 2px solid #e1e1e1;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.financial dt {
  font-size: 16px;
  font-weight: 400;
  color: #1C1B1B;
  letter-spacing: 1px;
}

.financial dl>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 12px 0;
}

.financial dl>div:last-of-type {
  border-top: 2px dashed #e1e1e1;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.financial dl>div:last-of-type dt {
  color: #1C1B1B;
  font-weight: 700;
}

.financial dd {
  min-width: 150px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #1C1B1B;
  letter-spacing: 1px;
}

.goto_prev {
  color: #1C1B1B;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.goto_next {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid black;
  transition: all .3s;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}

.goto_next:hover {
  color: #1C1B1B;
  background-color: transparent;
}

#pay {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid black;
  transition: all .3s;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}

#pay:hover {
  color: #1C1B1B;
  background-color: transparent;
}

.buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}

.voucher {
  width: 100%;
  border-top: 2px solid #e1e1e1;
  padding: 20px 0;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.voucher > p {
  padding: 10px 20px;
  border: 1px solid #7a7a7a;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  cursor: pointer;
  transition: all .3s;
}

.voucher .message .error {
  color: #B85348;
  padding-bottom: 5px;
  font-weight: 200;
}

.voucher > p:hover {
  transform: scale(1.1);
}

.voucher_code {
  display: none;
}

.voucher_code input[type=text] {
  padding: 10px;
  color: #1C1B1B;
  border: none;
  font-size: 14px;
  background-color: #f4f4f4;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  width: 400px;
}

.voucher_code button {
  padding: 12px 20px;
  color: #fff;
  border: none;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: #1C1B1B;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

/* Einde Winkelwagen */


/* Gegevens */

.checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  font-weight: 200;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  transition: all .3s;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  transition: all .3s;
  width: 20px;
  font-size: .8em;
  background-color: #E4E4E4;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
  background-color: #000;
}

.checkmark i {
  content: "";
  position: absolute;
  display: none;
  font-size: 1.1em;
}

.checkbox input:checked ~ .checkmark i {
  display: block;
}

.checkbox .checkmark i {
  left: 4px;
  top: 4px;
  color: white;
}

.checkbox a {
  font-weight: 700;
  color: #000;
}

.webshop-form fieldset>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}

.webshop-form .field {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.webshop-form .field label {
  width: 100%;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  color: #1C1B1B;
  margin-bottom: 5px;
}

.webshop-form .field input, .webshop-form .field select {
  width: 100%;
  padding: 10px;
  color: #1C1B1B;
  border: none;
  font-size: 14px;
  background-color: #f4f4f4;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.webshop-form .field select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.webshop-form input[type=submit] {
  padding: 10px 30px;
  border: none;
  background-color: #314983;
  font-weight: 200;
  color: white;
  border-radius: 200px;
  font-family: Montserrat, sans-serif;
}

.webshop-form .selectField  {
  width: 100%;
}

.webshop-form .textField, .webshop-form .emailField  {
  width: 49%;
}

.leverklik {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.checkboxField label {
  width: initial !important;
  margin-right: 10px;
}

.checkboxField {
  color: #000;
}

.checkboxField input {
  width: 20px !important;
}

.webshop-form h2 {
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 15px;
  padding-top: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 2px solid #f4f4f4;
  width: 100%;
}

.gegevens_input {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  border-top: 2px solid #f4f4f4;
  padding-top: 20px;
}

.gegevens_input label a {
  color: #000;
  font-weight: 700;
}

.gegevens_controleren {
  display: none;
}

.webshop_Adres {
  width: 100% !important;
}

.webshop_Postcode {
  width: 31.33% !important;
}

.webshop_Gemeente {
  width: 66.66% !important;
}

.input_gegevens {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.input_gegevens p {
  font-size: 16px;
  font-weight: 200;
  color: #353535;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 47%;
  margin-bottom: 10px;
}

.input_gegevens p span {
  font-weight: 700;
}

.input_producten {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
  width: 100%;
}

.input_producten article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px dashed #f7f7f7;
  margin-bottom: 5px;
  padding: 10px 0;
  letter-spacing: 1px;
}

.input_producten article>div:first-of-type {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.input_producten article img {
  width: 50px;
  margin-right: 20px;
}

.input_producten article:last-of-type {
  border-bottom: none;
}

.big {
  font-size: 16px;
  font-weight: 400;
  color: #1C1B1B;
  margin-bottom: 10px;
}

.small {
  font-size: 1em;
  font-weight: 400;
  color: #8a8a8a;
}

.input_producten article div:last-of-type {
  font-size: 16px;
  color: #1C1B1B;
  font-weight: 400;
}

.input_producten article div:last-of-type span {
  margin-left: 20px;
}

.controle_part .financial {
  width: 100%;
}

/* Einde Gegevens */

/* Bevestiging */

.bestelling_geplaatst {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f0f3f7;
  min-height: 100vh;
}

.bestelling_geplaatst>div {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 650px;
  padding: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
}

.bestelling_geplaatst>div>i {
  font-size: 3em;
  color: #1C1B1B;
}

.bestelling_geplaatst>div h1 {
  color: #1C1B1B;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.bestelling_geplaatst>div h2 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 20px;
}

.bestelling_geplaatst>div div {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #6a6a6a;
}

.bestelling_geplaatst>div a {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid black;
  margin-top: 20px;
  transition: all .3s;
  font-family: Montserrat, sans-serif;
}


.bestelling_geplaatst>div a:hover {
  background-color: transparent;
  color: #1C1B1B;
}

/* Einde Bevestiging */

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
}

#content-container h2 {
  color:#000;
  font-size:1.6em;
  font-weight:bold;
  margin-bottom: 1em;
  font-weight: 200;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #000;
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  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;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #000;
  font-weight: 700;
}

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

#content-container thead {
  background-color: #000;
  color: white;
}


#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;
}


footer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 0 20px 0;
  border-top: 2px solid #f5f5f5;
  margin-top: 30px;
  flex-wrap: wrap;
}

footer > div {
  width: 100%;
  padding: 0 10px;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.betaalwijzes {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}


.betaalwijzes img {
  width: 38px;
  margin: 0 5px;
  border-radius: 200px;
  border: 1px solid #F6F6F6;
}

.gdpr {
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  color: #6a6a6a;
  padding-top: 20px;
  border-top: #cccccc 1px dashed;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.gdpr a {
  color: #6a6a6a;
  font-size: 14px;
  width: 40%;
  letter-spacing: 1px;
}

.gdpr a:first-of-type {
  text-align: right;
}

.gdpr span {
  margin: 0 15px;
}

.disclaimer {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #6a6a6a;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 200%;
  margin-top: 20px;
}

.disclaimer p {
  font-size: 14px;
  color: #1C1B1B;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.disclaimer a {
  color: #6a6a6a;
}

.socialfooter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  border-top: #cccccc 1px dashed;
  margin-top: 20px;
}

.socialfooter a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin: 0 5px;
  border-radius: 200px;
  border: 2px solid #252525;
  background-color: #252525;
  color: white;
}

.socialfooter a:hover {
  background-color: transparent;
  color: #252525;
}

/* Page Header */

.page_header {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
  padding-bottom: 50px;
}

.page_header .voordrachtlink {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #252525;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 15px;
  cursor: pointer;
  transition: all .3s;
}

.page_header .voordrachtlink:hover {
  background-color: #252525;
  color: #fff;
}

.page_header>div:first-of-type {
  height: 45px;
  width: 2px;
  background-color: #002D5B;
  margin-bottom: 30px;
}

.page_header>h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.page_header>h1 {
  color: #1C1B1B;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
}

.page_header_tekst {
  line-height: 170%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  text-align: center;
}

.home_banner article {
  position: relative;
}

.home_banner article img {
  width: 100%;
}

.slick-vertical .slick-slide {
  border: none !important;
}

.home_banner .slick-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: white;
  font-size: 1.4em;
  border: none;
  z-index: 2;
  transform: translateY(-25px);
}

.home_banner .slick-next {
  position: absolute;
  transform: translateY(25px);
}

.home_banner article .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.home_banner article div h2 {
  font-size: 2.5em;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  max-width: 700px;
  line-height: 150%;
}

.home_banner article div h3 {
  font-size: .9em;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home_banner article div a {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid black;
  border: none;
  transition: all .3s;
  font-family: Montserrat, sans-serif;
}

.home_banner article .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Einde Page Header */

/* Home Detail */

.homedetail {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.homedetail img {
  width: 100%;
}

/* Einde Home Detail */

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 10px 10px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;
}

.blokken article>img {
  width: 48%;
  order: 1;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #000;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.6em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 20px;
}

.blokken_tekst ul {
  padding-left: 20px;
  list-style-type: disc;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_tekst li a {
  color: #DBB957;
  font-weight: 500;
  text-decoration: underline;
}

.blokken_content>a {
  display: inline-block;
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s; 
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(even) img {
  order: 3;
}
/* Blokken */


/* Blog*/

.blog-img img {
  width: 100%;
}
.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}
.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  margin-top: 30px;
}
.footermar-blog {
  padding-bottom: 50px;
}
.blog-item {
  position: relative;
}
.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 2;
}
.blog-rows {
  margin-top: 1%;
}
.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
.blog-row:last-child {
  margin-bottom: 0;
}
.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.row-block:not(:nth-child(2n)){
  margin-right: 1%;
}
.blog-row.type-b .row-block {
  margin:0;
  width: 100%;
}
.blog-row.reverse .row-block:first-child {
  order:2;
  margin-left: 1%;
  margin-right: 0%;
}
.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}
.blog-row .extra .blog-item:not(:nth-child(2n)){
  margin-right: 2.0408163265306122448979591836735%;
}
.blog-rows .blog-main .blog-item {
  width: 100%;
}
.blog-row .extra .blog-item:nth-child(n+3){
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  background-color: rgba(0,0,0,0.58);
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}
.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}
.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}
.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c.reverse .combo-img .big {
  order:2;
}
.type-c .combo-img > * {
  width: 50%;
}
.type-c .combo-img .big img {
  width: 100%;
}
.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c .combo-img .small img {
  width: 50%;
}
.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  display: inline-block;
  border: 2px solid #000;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #000;
  transition: all 0.8s ease;
}
.button-hold a:hover {
  background-color: transparent; 
  color: #000;
}
  /**
 * Blog detail
 **/
 .blog-holder {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  border: 2px solid #f7f7f7;

}
.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0 15px;
  line-height: 180%;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}
.blog-main .blog-img .h1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #000;
  font-size: 2.1em;
}
.blog-aside h3 {
  font-weight: 700;
  color: #000;
  font-family: 'Poppins',sans-serif;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 25px;  
}
.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}
.blog-nav a {
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220,220,220);
  color: rgb(100,100,100);
  padding-left: 8px;
}
.blog-nav a:hover,.blog-nav a.active {
  color: #000;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #000;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 1.2em;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
}

.blog-recent .c {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #000;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: left;
}

.blog-overzicht .btn-hold a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #000;
  font-weight: 700;
  border: 2px solid #000;
  color: #fff;
  transition: all 0.5s ease;
}
.blog-overzicht .btn-hold a:hover {
  background-color: transparent;
  color: #000;
}
.blog-overzicht h2 {
  font-size: 1.3em;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #626572;
}

.blog-overzicht .blog-item {
  width: 48%;
  margin: 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);
  transition: all 1s;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6){
  width: 32%;
  margin-bottom: 2%;
}
.blog-overzicht .blog-item:nth-child(n+6) .c, .blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
  display: none;
}
.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)){
  margin-right: 2%;
}
.blog-content-row {
  margin-bottom: 30px;
}
.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}
.blog-content-row h2 {
  font-family: 'Poppins',sans-serif;
  font-size: 1.2em;
  line-height: 150%;
  color: #626572;
}
.blog-content-row .c {
  width: 100%;
  margin:0 auto;
}
.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}
.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}
.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}
.blog-content-row .multi-img-holder>a img {
  width: 100%;
}
.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.blog-content-row .tekst-and-image > * {
  width: 50%;
}
.blog-content-row .tekst-and-image .c {
  padding:0 20px;
}
.blog-content-row .tekst-and-image.reverse .img {
  order:2;
} 
.title-hold {
  text-align: center;
  margin-bottom: 36px;
}
.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #626572;
  border-top: 3px solid #ececec;
  font-size: 1.5em;
  font-weight: bold;
}

/* Contact Pagina */

.contact_pagina {
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 10px;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F1F3F4;
  padding: 30px;
  margin-top: 20px;

}

.contact_info i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #000;
}

.contact_info p {
  font-size: 20px;
  font-weight: 200;
  color: #252525;
}

.contact_gegevens {
  width: 30%;
}

.contact_gegevens h1 {
  font-weight: 900;
  color: #000;
  margin-bottom: 5px;
  font-size: 2em;
}

.contact_gegevens h2 {
  font-size: 1.4em;
  font-weight: 200;
  color: #353535;
}

.contact_split {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.contact_split div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact_split img {
  width: 100px;
  border-radius: 200px;
  margin-right: 20px;
}

.contact_gegevens > div a {
  font-weight: 200;
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #353535;
}

.contact_gegevens > div a:last-of-type {
  margin-bottom: 0;
}

.contact_gegevens > div a i {
  width: 40px;
}

.contact_formulier {
  width: 65%;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_label {
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
  width: 100%;
  border: none;
  background-color: #f6f6f6;
  padding: 10px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  color: #0D515F;
}

.contact_form textarea {
  height: 100px;
}

.contact_form input[type=submit] {
  padding: 7px 30px;
  background-color: #000;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  border: none;
}

.contact_form input[type=submit]:disabled {
  background-color: #888888;
}

.contact_formulier #NaamInput {
  width: 49%;
}

.contact_formulier #EmailInput {
  width: 100%;
}

/* Einde Contact Pagina */

/* Logobanner */

.logobanner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logobanner article {
  width: 20%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.logobanner article a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.logobanner article img {
  width: 100%;
  max-width: 150px;
  transition: all .3s;
  filter: grayscale(100%);
  border: 1px solid #efefef;
}

.logobanner article:hover img {
  filter: grayscale(0);
}

.logobanner article h2 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

/* Einde logobanner */

/* Publicaties */

.publicatie {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.publicatie > img {
  width: 350px;
  border-radius: 200px;
}

.publicaties {
  width: calc(100% - 400px);
  margin-bottom: 50px;
}

.publicaties article {
  border: #f3f3f3 2px solid;
  background-color: white;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.publicaties article h2 {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 23px;
  color: #3A3A3A;
  align-items: center;
  cursor: pointer;
}

.publicaties article h2 i {
  transition: all .3s;
}

.arrowUp i {
  transform: rotate(180deg);
}

.publicaties article div {
  margin-top: 20px;
  color: #353535;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 180%;
  letter-spacing: .5px;
}

.publicaties article div a {
  color: #000;
  font-weight: 600;
}
.blokken_content .pdf {
  transition: all 1s ease;
}



.publicaties article div a.pdf {
  display: block;
  margin-top: 20px;
  transition: all 1s ease;
}

.publicaties article div a.pdf i, .blokken_content .pdf i {
  margin-right: 10px;
}

.publicaties article div a.pdf:hover, .blokken_content .pdf:hover {
  transform: translateX(10px);
}

.publicaties article ul {
  list-style-type: disc;
  margin-left: 30px;
}

.publicaties article li {
  padding-left: 5px;
  line-height: 160%;
}

/* Einde Publicaties */

/* Media Query's */
@media screen and (max-width: 1350px) {
  .product {
    width: 31.33%;
  }
}

@media screen and (max-width: 1300px) {
  .blog-overzicht .blog-item {
    width: 98%;
  }
}

@media screen and (max-width: 1250px) {
  .product_header {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .product_header_image {
    flex-wrap: wrap;
    width: 45%;
  }

  .product_header_content {
    width: 55%;
    padding: 25px;
    max-width: 100%;
  }

  .product_extrafotos {
    width: 100%;
    order: 2;
  }

  .product_header_image>img {
    order: 1;
    width: 100%;
  }
}

@media screen and (max-width: 1200px){
  .blog-overzicht .blog-item:nth-child(n+6) h2 {
    font-size: 1.6em;
  }
  .blog-content-row .tekst-and-image > * {
    width: 100%;
  }
  .blog-content-row .tekst-and-image .img {
    margin:15px auto;
    max-width: 500px;
  }

  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 50px;
    padding: 30px 10px;
    background-color: #f0f6f7;
  }

  .contact_gegevens, .contact_formulier {
    width: 100%;
  }

  .contact_gegevens h1, .contact_gegevens h2 {
    text-align: center;
  }

  .contact_gegevens > div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .contact_gegevens > div a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .contact_gegevens > div a i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #0D515F;
    border-radius: 100px;
    font-size: 1em;
    margin-bottom: 10px;
    background-color: #ffffff;
  }

  .contact_split img {
    display: none;
  }

  .contact_split div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
}


@media screen and (max-width: 1100px) {
  .logobanner {
    flex-wrap: wrap;
  }

  .logobanner article {
    width: 20%;
  }

  .navigatie nav {
    display: none;
  }

  .menubtn {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .blokken_content {
    width: 100%;
    padding: 0;
  }

  .blokken article:nth-child(even) img {
    order: 1;
  }

  .blokken article>img {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .blog-aside {
    order:2;
    width: 100%;
    margin-right: 0;
  }
  .blog-main {
    width: 100%;
    padding: 10px;
  }
  .row-block .extra {
    padding: 10px;
  }
  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .blog-aside h3 {
    width: 100%;
  }

  .blog-recent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .blog-recent .blog-item {
    width: 45%;
  }

  .navigatie nav a {
    margin: 0 15px;
  }
}

@media screen and (max-width: 950px) {
  .curtaindrop h2 {
    font-size: 40px;
  }
  .curtaindrop p {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 900px) {
  .aanbod_pagina {
    flex-wrap: wrap;
  }

  .aanbod_items {
    padding: 0;
  }

  .aanbod_pagina aside {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .product {
    width: 31.33%;
  }

  .product_header {
    flex-wrap: wrap;
  }

  .product_header_image {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .product_header_image img {
    max-width: 500px;
  }

  .product_header_content {
    width: 100%;
  }

  .home_banner article div h3, .home_banner article div a {
    display: none;
  }

  .home_banner article div h2 {
    text-align: center;
    padding: 10px;
    font-size: 2em;
    width: 100%;
    max-width: 100%;
  }

  .home_banner article .overlay {
    background-color: rgba(0,0,0,.2);
  }

  .blog-main .c {
    font-size: 1em;
  } 

  .logobanner article {
    width: 25%;
  } 
}

@media screen and (max-width: 800px) {
 .content_bricks .getuigenis {
  flex-direction: column;
  
}
.content_bricks .getuigenis>img {
  width: 150px;
  margin-bottom: 10px;
}

.content_bricks .quotenormal {
  font-size: 18px;
}

.content_bricks article > .splitimage {
  flex-direction: column;
}

.content_bricks article > .splitimage img {
  width: 100%;
  order: 1;
  margin-bottom: 10px;
}

.content_bricks article > .splitimage div {
  order: 2;
  width: 100%;
}

.content_bricks .getuigenis>div h2 {
  text-align: center;
}

.content_bricks .getuigenis>div {
  text-align: center;
  width: 100%;
}

.shopping_cart article {
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  border: 2px dashed #e8e8e8;
}

.shopping_cart article:last-of-type {
  border-bottom: 2px dashed #e8e8e8;
}

.winkelwagen_pagina>h1, .gegevens_pagina h1 {
  text-align: center;
  margin-bottom: 10px;
}

.shopping_cart article h3, .shopping_cart article h2 {
  text-align: center;
}

.shopping_cart article .main {
  margin-bottom: 20px;
}

.shopping_cart article:first-of-type {
  display: none;
}

.winkelwagen_pagina {
  padding: 0 15px;
}

.financial dl {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.financial dt {
  font-weight: 400;
}

.financial dd {
  min-width: 0;
  margin-left: 15px;
}

.financial dl>div:last-of-type {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.product_header_content {
  padding: 10px;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.6em;
}
.blog-content-row .multi-img-holder.four>*,.blog-content-row .multi-img-holder.three>* {
  width: 49%;
}
.blog-content-row .multi-img-holder.four>*:nth-child(-n+2){
  margin-bottom: 2%;
}
.blog-content-row .multi-img-holder.three>*:last-child{
  display: none;
}

.timeline {
  overflow: auto;
}

.timeline::after {
  left: 3%;
}

.timelineoverlayholder {
  left: 3%;
}

.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 screen and (max-width: 750px) {
  .webshop-form .textField, .webshop-form .emailField {
    width: 100%;
  }

  .webshop-form fieldset>div {
    padding: 10px;
  }

  .blog-recent .blog-item {
    width: 100%;
  }
  .logobanner article {
    width: 33.33%;
  }
  .curtaindrop h2 {
    font-size: 30px;
  }
  .curtaindrop p {
    font-size: 1.2em;
  }
  .curtaindrop .button {
    padding: 10px 30px;
    font-size: 18px;
  }
  .curtain-close {
    font-size: 50px;
  }
  .betaalwijzes img {
    width: 32px;
  }
}

@media screen and (max-width: 700px) {
  .aanbod_items {
    justify-content: flex-start;
  }

  .product {
    width: 48%;
    margin-bottom: 20px;
  }

  .home_banner article div h2 {
    display: none;
  }

  .blog-row .row-block,.blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }
  .row-block:not(:nth-child(2n)){
    margin-right: 0;
  }
  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }
  .blog-row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 680px){
  .blog-main .blog-img .h1 {
    position:static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 650px) {
  .curtaindrop h2 {
    font-size: 25px;
  }
  .curtaindrop p {
    font-size: 1.1em;
  }
  .curtain-close {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }

  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }

  .res-nav {
    width: 100%;
    right: -600px;
  }

  .menu-is-open {
    right: 0;
  }

  .logo {
    width: 150px;
  }

  .timeline_filter h2 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .tijdlijn_volgorde {
    width: 100%;
  }

  .logobanner article {
    width: 50%;
  }
}

@media screen and (max-width: 550px) {
  .goto_next {
    padding: 10px 15px;
  }

  .contact_formulier #NaamInput {
    width: 100%;
  }

  .contact_form input[type=submit] {
    width: 100%;
  }
}


@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .product {
    width: 100%;
    margin-bottom: 40px;
  }

  .buttons {
    flex-direction: column;
  }

  .goto_next {
    margin-top: 20px;
  }

  .sub_article {
    flex-wrap: wrap;
  }

  .sub_article .aantal,
  .product_header_content .aantal {
    width: 100%;
    justify-content: space-around;
  }

  .disclaimer {
    width: 100%;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .betaalwijzes {
    width: 100%;
  }

  .page_header>h2,
  .blokken_content>a {
    font-size: 12px;
    line-height: 150%;
  }

  .page_header>h1,
  .blokken_titel h2 {
    font-size: 18px;
    line-height: 150%;
  }

  .page_header_tekst,
  .blokken_tekst {
    font-size: 14px;
  }

  footer {
    padding-top: 0;
    margin-top: 0;
  }

  .tickertape {
    font-size: 30px;
  }

  footer>div {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .socialfooter a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .gdpr {
    flex-direction: column;
  }

  .gdpr span {
    display: none;
  }

  .gdpr a, .gdpr a:first-of-type {
    width: 100%;
    text-align: center;
  }

  .gdpr a:first-of-type {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 400px){
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
}
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

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

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

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

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}