* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
html,
body {
 margin:0;
 padding:0;
 height:100%;
 font-family: 'Montserrat', sans-serif;
 margin: 0 auto;
 max-width: 2400px;
 display: block;
}
body.modal-open {
  overflow: visible;
}

select::-ms-expand {
  display: none;
}

p {
  max-width: 100%;
  width: 100%;
}

.ui-datepicker {
  z-index: 5 !important;
}

/* NAVIGATIE */

.topper {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #efefef;
  padding: 8px 20px;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}
.socialtopper {
  font-size: 1.2em;
  color: #454545;
}
.topper a {
  color: #454545;
  margin: 0 10px;
}
.topper > * {
  line-height: 20px;
}
.topper select {
  background-color: #fff;
  border:0;
  width: 40px;
  border-radius: 8px;
  text-align: center;
  margin-left: 10px;
}
.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #fff;
  padding-bottom: 100px;
}
.menubtn {
  width: 30px;
  cursor: pointer;
  display: none;
  transition: all .3s;
}

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

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

.closebtn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.menu-block {
  overflow: hidden;
}

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

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

.navitem {
  width: 100%;
  padding: 25px;
}

.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: #8f8f8f;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.navitem .active {
  color: #353535 !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-left: 2px solid #c8c8c8;
  margin-top: 10px;
  padding-top: 10px;
}

.navitem ul li {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}

.speciallink {
  display: none;
}

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

.navigatie {
  display: flex;
  justify-content: space-between;
  -ms-align-items: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
  position: relative;
  background-color: white;
}

.logo {
  width: 200px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.logo img {
  max-width: 120%;
  max-height: 120%;
  margin-top: -25px;
}

.navigatie nav {
  padding-top: 0px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.navigatie nav a {
  margin: 0 20px;
  padding: 15px 0;
  letter-spacing: 1px;
  color: #393939;
  font-size: 1.1em;
  border-bottom: 2px solid white;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.navigatie nav a:last-child {
  margin-right: 0;
}

.navigatie nav a:hover {
  color: #127C3E;
}


.navigatie nav a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  margin-top: 15px;
  background: #127C3E;
  transition: width .3s;
}

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

}

.navigatie nav .active {
  color: #26874E;
}

.navigatie nav .active::after {
  width: 100%;
}

.login_btn {
  padding: 10px 30px !important;
  background-color: transparent;
  border: 2px solid #26874E !important;
  color: #26874E;
  letter-spacing: 1px;
  border-radius: 200px;
  margin-right: 0 !important;
}

.register_holder {
  width: 100%;
  padding: 20px 0;
  min-height: 100vh;
  margin-top: -128.89px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/login.jpg);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-top: 149px;
}

.register_holder>div {
  padding: 20px 50px;
  width: 100%;
  max-width: 800px;
}

.register_holder>div>h2 {
  width: 100%;
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.register_holder>div>div {
  line-height: 150%;
  font-size: 1.1em;
  color: #fff;
  margin-bottom: 30px;
}

.register_form {
  width: 100%;
  max-width: 800px;
}

.register_form input[type=text], .register_form input[type=email] {
  border: #DEE2EB 2px solid;
  background-color: #FFFFFF;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  width: 100%;

}

.postcode_split {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.postcode_split input {
  margin-bottom: 20px;
}

.register_form input[type=submit] {
  background-color: white;
  border: 2px solid #26874E;
  font-weight: 700;
  font-size: .9em;
  border-radius: 100px;
  padding: 10px 50px;
  color: #26874E;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  transition: all .3s;
}

.register_form input[type=submit]:disabled {
  opacity: .3;
}

.register_split {
  display: flex;
  justify-content: space-between;
}

#BerichtInput {
  border: #DEE2EB 2px solid;
  background-color: #FFFFFF;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  width: 100%;
  min-height: 150px;
}

#PostcodeInput {
  width: 30%;
}

#GemeenteInput {
  width: 68%;
}

.errors {
  color: #e74c3c;
  font-size: 1.1em;
  margin-bottom: 20px;
}

.errors li {
  list-style-type: none;
  line-height: 150%;
}

/* EINDE NAVIGATIE */

.header_page {
  padding: 80px 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #F4F7F2;
}

.header_page h1 {
  color: #26874E;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.3em;
  text-align: center;
  font-weight: 700;
}

.header_page h2 {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #616260;
  text-align: center;
  margin-bottom: 5px;
}

.header_tekst {
  text-align: center;
  font-size: 1.2em;
  color: #797979;
  padding-top: 15px;
  max-width: 1000px;
  line-height: 150%;
}

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

.banner_page img {
  width: 100%;
}

/* FOOTER */
footer {
  background-color: #fff;
  padding: 0;
}

.footer_split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 50px;
  background-color: #ececec;
}

.footer_split>div:first-child  {
  width: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.footer_split>div:first-child article {
  transform: skewX(-20deg) translateX(55%);
  position: absolute;
  background-color: #ececec;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;
}

.footer_split>div:last-child {
  width: 40%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 10px;

}

.footer_split div h2 {
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #26874E;
  margin-bottom: 15px;
}

.footer_split div div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 50px;
  line-height: 150%;
  font-size: 1.1em;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #3e3e3e;
}

.footer_split div div a {
  color: #3e3e3e;
}

/* 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;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #26874E;
	border: 1px solid #26874E;
	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: #26874E;
	border: 1px solid #26874E;
}

/* NEW COOKIE END */

.gdpr_banner {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
  background-color: #fff;
}

.gdpr_banner a {
  font-size: 1em;
  color: #353535;
}


.gdpr_banner span {
  margin: 0 15px;
  color: #6E6E6E;
}

.siteby {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  text-transform: uppercase;
  background-color: #eaeaea;
}

.siteby a {
  letter-spacing: 1px;
  color: #afafaf;
}

/* EINDE FOOTER */

/* HOME */
.header {
  margin: 0 auto;
  display: block;
  width: 100%;
  border-bottom: 5px solid #26874E;
}

.header_home {
  width: 100%;
  padding-bottom: 35%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

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

.header_home_content > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.home_troeven {
  background: #F4F7F2;
  width: 100%;
  position: relative;
  padding-top: 80px;
}

.home_troeven_titel div {
  color: #000000;
  letter-spacing: 2px;
  font-size: 2.8em;
  text-align: center;
}

.home_troeven_titel div strong {
  font-weight: 700;
}

.home_troeven_titel h3 {
  font-size: 1.6em;
  margin-top: 20px;
  letter-spacing: 2px;
  color: #616260;
  text-align: center;
}

.home_troeven_devider {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.home_troeven_devider>div:first-child {
  width: 55%;
  padding: 20px 0;
}

.home_troeven_devider>div:first-child img {
  width: 80%;
}

.home_troeven_devider>div:last-child {
  width: 45%;
  padding-right: 10px;
  line-height: 250%;
  font-size: 1.5em;
  font-weight: 700;
  color: #acacac;
}

.home_troeven_devider>div:last-child strong {
  color: #262626;
  font-size: 1.3em;
}

.home_fotobanner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  padding: 80px 20px;
}

.home_fotobanner .home_troeven_titel {
  width: 100%;
}

.home_fotos {
  width: 100%;
  margin-top: 40px;
  -webkit-box-shadow: 0px 10px 23px 3px rgba(54,54,54,0.08);
  -moz-box-shadow: 0px 10px 23px 3px rgba(54,54,54,0.08);
  box-shadow: 0px 10px 23px 3px rgba(54,54,54,0.08);
}

.home_fotos img {
  width: 100%;
}

/* EINDE HOME */


/* NIEUWSBRIEF */

.nieuwsbrief {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #F4F7F2;
  flex-direction: column;
  padding: 100px 20px;
}

.nieuwsbrief h2 {
  font-size: 1.8em;
  color: #26874E;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}

.nieuwsbrief_form {
  width: 100%;
  max-width: 700px;
}

.overfloww {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.nieuwsbrief_form input[type=email] {
  width: 68%;
  border-radius: 200px;
  padding: 15px;
  border: 0;
  -webkit-box-shadow: 0px 8px 22px 0px rgba(71,71,71,0.13);
  -moz-box-shadow: 0px 8px 22px 0px rgba(71,71,71,0.13);
  box-shadow: 0px 8px 22px 0px rgba(71,71,71,0.13);
  border: 1px solid white;
}

.nieuwsbrief_form input[type=submit] {
  width: 30%;
  border-radius: 200px;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #26874E;
  background-color: transparent;
  font-size: .9em;
  color: #26874E;
  font-weight: 700;
  -webkit-box-shadow: 0px 8px 22px 0px rgba(71,71,71,0.13);
  -moz-box-shadow: 0px 8px 22px 0px rgba(71,71,71,0.13);
  box-shadow: 0px 8px 22px 0px rgba(71,71,71,0.13);
  transition: all .3s;
}


/* EINDE NIEUWSBRIEF */

/* GDPR */

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

#content-container h2 {
  color: #26874E;
  font-size:2.4em;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #26874E;
  color: #fff;
  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;
}

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

#content-container table {
  width: 100%;
  border: 1px solid #6E6E6E;
}

#content-container a {
  color: #26874E;
}

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

#content-container thead {
  color: white;
  letter-spacing: 1px;
  background-color: #26874E;
}


#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 */


/**
 * Blog
 **/
 .blog-item img {
  width: 100%;
  transition: all .3s;
}


.blog-head {
  text-align: center;
  margin:60px auto;
  position: relative;
}
.blog-head .c {
  width: 90%;
  max-width: 800px;
  margin:50px auto 60px auto;
}
.blog-content {
  width: 96%;
  max-width: 1500px;
  margin:0 auto;
}
.footermar-blog {
  padding-bottom: 150px;
}
.blog-item {
  position: relative;
  width: 50%;
}
.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 1;
}
.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: 30px 5px;
  z-index: 1;
  background-color: rgba(0,0,0,0.58);
  color: #fff;
}
.blog-rows .blog-inhoud h2 {
  top: 50%;
  left: 20%;
  right: 20%;
  font-weight: bold;
  text-align: center;
  line-height: 125%;
}
.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.5rem;
  letter-spacing: 0.04rem;
}
.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2rem;
}
.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: 70px;
  margin-bottom: 40px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  border-radius: 200px;
  padding: 15px 25px;
  background-color: #26874E;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: .7em;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.38);
  -moz-box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.38);
  box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.38);
  color: white;
  margin-top: 20px;
  transition: all .3s;
}
.button-hold a:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.8);
  -moz-box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.8);
  box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.8);
}
  /**
 * Blog detail
 **/
 .blog-holder {
  display: flex;
  margin-top: 60px;
}
.blog-aside {
  display: none;
  width: 300px;
  margin-right: 50px;
}
.blog-main {
  width: 100%;
}
.blog-main .c {
  line-height: 150%;
  font-size: 1.2em;
}
.blog-main .blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.blog-main .blog-img img {
  width: 100%;
}
.blog-main .blog-img .h1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding:25px 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 2.4rem;
}
.blog-aside h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 25px;
}
.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}
.blog-nav a {
  line-height: 40px;
  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: #e6007e;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2rem;
  color: #e6007e;
  cursor: pointer;
}
.blog-recent h2 {
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-recent .c {
  margin-bottom: 10px;
}
.blog-recent .blog-item {
  margin-bottom: 35px;
}
.blog-recent .more {
  font-weight: bold;
  color: rgb(180,180,180);
}
.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.blog-overzicht .blog-item a {
  position: static;
}
.blog-overzicht .btn-hold {
  padding-top: 25px;
  text-align: left;
}
.blog-overzicht .btn-hold a {
  display: inline-block;
  line-height: 45px;
  padding:0 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 200px;
  color: white;
  background-color: #26874E;
  transition: all 0.5s ease;
}
.blog-overzicht .btn-hold a:hover {
  background-position: -50% 0;
  color: #fff;
}
.blog-overzicht h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #26874E;
}
.blog-overzicht .blog-item {
  margin-bottom: 45px;
}
.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: 36px;
}
.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}
.blog-content-row h2 {
  font-weight: 700;
  color: #26874E;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 150%;
  text-align: center;
}
.blog-content-row .c {
  width: 90%;
  max-width: 800px;
  margin:0 auto;
  text-align: center;
}
.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 {
  text-transform: uppercase;
  color: #26874E;
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 2px solid #e7e7e7;
  padding-top: 70px;
}



/* VRAGEN */

.vragen {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
}

.vragen h2 {
  padding: 12px 30px;
  border: 2px solid #26874E;
  color: #26874E;
  cursor: pointer;
  font-size: 1.3em;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  transition: all .3s;
}

.vragen h2:hover {
  background-color: #26874E;
  color: white;
}

.vragen h2 i {
  font-size: 1.5em;
  transition: all .3s;
}


.crossdown i {
  transform: rotate(90deg);
}

.vragen article {
  margin-bottom: 25px;
}

.vragen article div {
  font-size: 1.2em;
  color: #727272;
  line-height: 150%;
  padding: 20px;
  padding-top: 20px;
}

/* EINDE VRAGEN */

/* CONTACT */

#dasmap {
  width: 70%;
  height: 60vh;
}

.contactmapholder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.contact_holder {
 min-height: 80%;
 display: flex;
 justify-content: flex-start;
 -ms-align-items: center;
 align-items: center;
 background-size: cover;
 background-repeat: no-repeat;
}

.contact_content {
  max-width: 1200px;
  margin-left: 50px;
  display: flex;
  position: relative;
  z-index: 1;
}

.contact_form {
  width: 60%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.showBig {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 70px;
  top: 70px;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  font-size: 3em;
  align-items: center;
  opacity: 0;
  transition: all .5s;
  cursor: pointer;
  background-color: rgba(0,0,0,.5);
}

.contactimgs:hover .showBig {
  opacity: 1;
}

.contact_form input {
  padding: 10px 20px;
  color: #353535;
  background-color: #fff;
  border: none;
  letter-spacing: 2px;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;

  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
}

.contact_form select {
  padding: 10px 20px;
  color: #353535;
  background-color: #fff;
  border: none;
  letter-spacing: 2px;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  background-image: url(/images/dropdown.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact_form input[type=submit]:disabled {
  opacity: .6;
}

.contact_form input[type=submit] {
  background-color: white;
  border: 2px solid #26874E;
  font-weight: 700;
  font-size: .9em;
  border-radius: 100px;
  padding: 10px 50px;
  color: #26874E;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  transition: all .3s;
}

#Submit:hover input[type=submit] {
  background-color: #26874E;
  color: white;
}

.contact_form label {
  color: #353535;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 1.2em;
  display: inline-block;
}

#NaamInput {
  margin-bottom: 20px;
  width: 100%;
}

#EmailInput {
  width: 100%;
}

#Bericht {
  width: 100%;
  border: none;
  letter-spacing: 2px;
  border-radius: 30px;
  color: #353535;
  background-color: #fff;
  font-size: 1.2em;
  padding: 20px;
  margin-top: 20px;
  min-height: 250px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}

#Submit {
  position: relative;
}

.notchecked {
  position: absolute;
  right: 0;
  line-height: 150%;
  padding: 10px;
  top: -83px;
  background-color: #26874E;
  color: #fff;
  width: 400px;
  display: none;
}

.notchecked img {
  position: absolute;
  right: 10px;
  bottom: -15px;
  width: 30px;
}

.formuliercheck {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.right_contact_content {
  width: 30%;
  margin: 0 auto;
  background: #F4F7F2;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right_contact_content img {
  width: 300px;
  margin-bottom: 50px;
  max-width: 100%;
}

.right_contact_content h1 {
  text-transform: uppercase;
  font-size: 2em;
  color: #353535;
  line-height: 150%;
  letter-spacing: 6px;
  margin-bottom: 20px;
}

.right_contact_content p {
  padding: 15px 0;
  letter-spacing: 2px;
}

.right_contact_content p a {
  color: #353535;
}

.openings {
  padding-left: 50px;
}

.openings p {
  margin-top: 10px;
  margin-bottom: 0;
}

.openings h2 {
  margin-bottom: 30px !important;
}

.openings p span {
  min-width: 130px;
  display: inline-block;
}

/* EINDE CONTACT */

.photobanner {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.photobanner article {
  width: 16.6666%;
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.photobanner article img {
  width: 100%;
}

.photobanner article h2 {
  text-align: center;
  line-height: 150%;
  font-weight: 700;
  font-size: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 0;
  padding: 15px;
  transition: all .3s;
}


.photobanner article:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.photobanner article h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  text-align: center;
  transform: translate(-50%,-50%);
  font-family: 'baukasten', sans-serif;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  line-height: 150%;
  font-size: 1.3em;
}

.fotobanner_titel {
  font-size: 4em;
  font-weight: 700;
  color: #E9E9E9;
  line-height: 130%;
}

.fotobanner_titel strong {
  font-weight: 700;
  color: #262626;
}

.fotobanner_titel ins {
  color: #969696;
  font-size: 700;
  text-decoration: underline;
}

.text_sections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 20px;
}

.text_sections article {
  width: 45%;
  margin-bottom: 100px;
}

.text_sections article h2 {
  width: 100%;
  text-align: left;
  font-size: 3.2em;
  color: #555555;
  font-weight: 700;
  margin-bottom: 50px;
}

.text_sections article h2 span {
  width: 40px;
  height: 5px;
  font-size: 3px;
  padding: 0 20px;
  background-color: #555555;
}

.text_sections article div {
  line-height: 150%;
  font-size: 1.3em;
}


/* BEELDEN */
.beelden {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 30px;
}

.beelden article {
  width: 23%;
  margin: 1%;
  overflow: hidden;
  position: relative;
}

.beeld_hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
  color: white;
  font-size: 2em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  transition: all .3s;
  cursor: pointer;
}

.beelden article img {
  width: 100%;
  transition: all .3s;
}

.beelden article:hover img {
  transform: scale(1.05);
}

.beelden article:hover .beeld_hover {
  opacity: 1;
}

.beeld_content {
  position: relative;
  padding: 15px 20px;
  margin: 10px;
  margin-top: -22px;
}


.beeld_content div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  background-color: #26874E;
  color: #fff;
}

.beeld_content h2 {
  z-index: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  font-size: 1em;
}

/* EINDE BEELDEN */

/* LOGIN */

.login_split {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  margin-top: -128.89px;
  z-index: 1;
  position: relative;
}

.login_split>div:first-child {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px;
  background: #f6f8fb;
  background: -moz-linear-gradient(top, #f6f8fb 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f6f8fb 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #f6f8fb 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8fb', endColorstr='#ffffff',GradientType=0 );
}

.login_split>div:last-child {
  width: 75%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login_split>div h2 {
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 700;
  color: #26874E;
}

.login_split form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.login_split input[type=text], .login_split input[type=password] {
  border: #DEE2EB 2px solid;
  background-color: #FFFFFF;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.login_split input[type=submit] {
  border-radius: 100px;

}

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

.split_submit>input[type=submit] {
  padding: 12px 25px;
  background-color: #26874E;
  border: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .9em;
  transition: all .3s;
  color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.38);
  -moz-box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.38);
  box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.38);
}

.split_submit>input[type=submit]:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.95);
  -moz-box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.95);
  box-shadow: 0px 0px 22px 0px rgba(38,135,78,0.95);
}

.split_submit>a {
  color: #C5C5C5;
  font-size: .9em;
  letter-spacing: 1px;
}


/* EINDE LOGIN */




/* BESTEL SYSTEEM */

.dashboard_title {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #F6F8FB;
  margin-bottom: 15px;
}
.dashboard_title h1 {
  font-size: 1.1em;
  font-weight: 700;
}
.logoutbutton {
  color: #e74c3c;
}
.dash-nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #F6F8FB;
  margin-bottom: 15px;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.dash-nav a {
  margin:1%;
  text-align: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.2em;
  text-transform: uppercase;
  flex-grow: 1;
  color: #117c3d;
  transition: all 0.3s ease;
  width: 31.33%;
}
.dash-nav a.active,.dash-nav a:hover {
  background-color: #117c3d;
  color: #fff;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: #F6F8FB;
  margin-bottom: 50px;
}

.progressbar {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}

.progressbar li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: .8em;
  text-transform: uppercase;
  color: #535353;
  width: 25%;

  position: relative;
}

.lefthr  {
  position: absolute;
  left: 0;
  right: 50%;
  top: 35%;
  margin: 0;
  height: 1px;
  border-top: 1px solid #dfdfdf;
}

.righthr {
  position: absolute;
  left: 50%;
  right: 0;
  top: 35%;
  margin: 0;
  height: 1px;
  border-top: 1px solid #dfdfdf;
}

.donehr {
  border-top: 1px solid #26874E !important;
}

.progressbar li div {
  width: 45px;
  height: 45px;
  border-radius: 200px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.05);
  box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.05);
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.7em;
  z-index: 2;
}

.active_step div {
  border: 1px solid #26874E;
  color: #26874E;
}

.active_step {
  color: #26874E !important;
}

.step-title {
  width: 100%;
}

.bestellingen {
  display: flex;
  width: 100%;
  justify-content: space-around;
  max-width: 800px;
  padding: 50px 0;
  min-height: 400px;
}
.bestellingen.systemWidth {
  max-width: 1200px;
}

.bestellingen > .bestelling {
  background-color: white;
  width: 45%;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.05);
  box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.05);
  opacity: .7;
  filter: grayscale(100%);
  transform: scale(.9);
  transition: all .3s;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.bestellingen > .bestelling.highlander {
  width: 90%;
}
.bestellingen .categorie {
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 10px;
  background-color: #26874e;
}
.bestellingen .cat-title {
  line-height: 200%;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.bestellingen .categorie .product:not(.showThis) {
  display: none;
}
.activebestelling {
  opacity: 1 !important;
  filter: grayscale(0) !important;
  transform: scale(1) !important;
  border: 1px solid #26874E;
}

.bestelling h3 {
  font-weight: 700;
  color: #26874E;
  font-size: 1.25em;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.confirm-button {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-color: #F6F8FB;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  -moz-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  border-radius: 100px;
  border: 1px solid #26874E;
  margin: 0 auto;
  font-size: 1em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #26874E;
}

.confirm-button i {
  display: none;
}

.activebestelling > .confirm-button i {
  display: block;
}

.product .title {
  font-weight: 700;
  color: #767676;
  margin-bottom: 20px;
  text-align: center;
  line-height: 140%;
}
.product .variants {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.product .variant {
  padding:5px;
  font-weight: bold;
  border-radius: 5px;
  margin:2px;
  background-color: rgb(200,200,200);
  cursor: pointer;
}
.product .variant.active {
  color: #fff;
  background-color: #117c3d;
}
.product .variant-info {
  margin-bottom: 24px;
  font-size: 0.8em;
  text-align: center;
  margin-top: 10px;
}

.prijs {
  background-color: #fff;
  border-radius: 200px;
  padding: 10px 30px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  -moz-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
}

.product {
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: #F6F8FB;
  margin-bottom: 15px;
  width: 100%;
}

.highlander .product {
  margin-left: 1%;
  margin-right: 1%;
  width: 31.33%;
}

.product input {
  background-color: transparent;
  border: none;
  margin: 0 3px;
  font-family: 'Montserrat', sans-serif;
}

.prijssplit {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.kilo-price {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.error {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.error li:not(:last-child) {
  margin-bottom: 8px;
}
.product .fa-plus {
  padding: 0px 8px 0px 6px;
}
.product .fa-minus {
  padding: 0px 6px 0px 8px;
}

.buttonholder {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.volgende {
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  -moz-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  border-radius: 200px;
  padding: 10px 30px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  letter-spacing: 1px;
  background-color: #26874E;
  border: none;
  transition: all .3s;
  min-width: 150px;
}

.volgende i {
  margin-left: 10px;
  font-size: 1.5em;
}

.vorige {
  border: none;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  -moz-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  border-radius: 200px;
  padding: 10px 30px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  letter-spacing: 1px;
  background-color: #606060;
  transition: all .3s;
  min-width: 150px;
}

.vorige i {
  margin-right: 10px;
  font-size: 1.5em;
}


.volgende:hover, .vorige:hover {
  opacity: .7;
}

.step-title {
  width: 100%;
  max-width: 800px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 auto;
  padding: 30px 0;
}
.select-lever,.datum-picker {
  position: relative;
  margin-bottom: 30px !important;
  max-width: 800px;
  margin:0 auto;
}
.select-lever select {
  width: 100%;
}
.select-lever select,.datum-picker input {
  padding: 15px 20px;
  border-radius: 200px;
  font-size: .9em;
  letter-spacing: 1px;
  z-index: 0;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  -moz-box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.1);
  box-shadow: 0px 0px 22px 0px rgba(77,77,77,0.2);
  border: none;
}
.datum-picker input {
  width: 100%;
  padding-left: 48px;
}
.select-lever i {
  position: absolute;
  right: 20px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.datum-picker i {
  position: absolute;
  left: 20px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.textarea-holder {
  text-align: center;
  padding: 0 0 25px 0;
}

.textarea-holder textarea {
  width: 400px;
  max-width: 100%;
  height: 150px;
  border: 0;
  padding: 8px;
}

.fake-form.retour-form {
  flex-direction: column;
  align-items: center;
}

.betalen-btns {
  width: 750px;
  max-width: 96%;
  margin:40px auto;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  padding: 50px 0;
}
.betalen-btns a {
  display: block;
  margin:0 auto;
}

.fake-form label {
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  color: #5d5d5d;
}

.field input, .field select {
  border: #DEE2EB 2px solid;
  background-color: #FFFFFF;
  color: #5d5d5d;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  width: 100%;
}

.delocheck {
  margin-bottom: 20px;
}

.bestelling-check {
  max-width: 1200px;
  margin: 0 auto;
}

.gegens_check a {
  color: #353535;
  font-weight: 700;
}

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

.completed {
  padding: 40px;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(212,212,212,0.35);
  -moz-box-shadow: 0px 2px 22px 0px rgba(212,212,212,0.35);
  box-shadow: 0px 2px 22px 0px rgba(212,212,212,0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  max-width: 700px;
}

.completed i {
  margin-bottom: 20px;
  font-size: 3em;
  color: #26874E;
}

.completed h1 {
  color: #26874E;
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 150%;
  max-width: 500px;
  letter-spacing: 2px;
}

.completed p {
  color: #a8a8a8;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 150%;
}

.completed a {
  color: #26874E;
  transition: all .3s;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 200px;
  border: 2px solid #26874E;
}

.completed a:hover {
  background-color: #26874E;
  color: white;
}

.orders .uur {
  margin-right: 20px;
}

.orders .order {
  background-color: #fff;
  margin-bottom: 20px;
}

.orders .gegevens {
  display: flex;
  justify-content: flex-start;
}

.orders .main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  cursor: pointer;
}

.orders .gegevens div {
  margin-right: 50px;
  padding: 15px;
}

.orders .gegevens div span {
  font-weight: 700;
}

.orders .gegevens div article {
  margin-top: 10px;
}

.orders .uur {
  padding: 20px 15px;
  height: 100%;
  width: 120px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #26874E;
}
.orders {
  padding: 40px 0;
}

.orders .gegevens div {
  padding: 10px;
}

.titellevering {
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  color: #7e7e7e;
  font-size: 1.3em;
  background-color: #7e7e7e;;
  color: #fff;
  padding:10px;
}

.orders .main {
  position: relative;
}

.iconplus {
  position: absolute;
  right: 20px;
  top: 50%;
  border-radius: 200px;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background-color: #26874E;
  color: white;
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.orders .extra {
  border-top: 2px solid #F6F8FB;
  background-color: white;
  padding: 20px;
}

.extra article p {
  margin-bottom: 10px;
}

.extra h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: #26874E;
  margin-bottom: 15px;
}

.levering-done,.betaling-done {
  border: 0;
  background-color: #26874E;
  color: white;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 20px;
  border-radius: 200px;
  letter-spacing: 1px;
}

.systemWidth {
  max-width: 800px;
  width: 96%;
  margin:0 auto;
}

.product input {
  text-align: center;
  max-width: 40px;
  border:0;
  height: 30px;
  padding:0;
}
.product .prijs > * {
  vertical-align: top;
}
.product i {
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}
.product .under {
  margin-top: 10px;
  font-size: 0.8em;
  cursor: pointer;
}
.product .under span {
  text-decoration: underline;
}
.fake-form {
  max-width: 800px;
  margin:20px auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.fake-form .field {
  width: 49%;
}
.info-holder {
  max-width: 100%;
}
.info-holder .documents {
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.info-holder .documents i {
  font-size: 35px;
  cursor: pointer;
}
.info-holder .documents a {
  color: black;
}
.info-holder .document_outer {
  margin-right: 20px;
}
.remarks {
  padding-left: 30px;
}
.remarks > div {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  background-color: #f6f8fb;
  border-radius: 5px;
  border:1px solid #117c3d;
}
.remarks > div:not(:last-child){
  margin-bottom: 15px;
}
.remarks strong {
  color: red;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
.order-inhoud {
  width: 600px;
  max-width: 100%;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.order-inhoud .row {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  width: 100%;
}
.order-inhoud .row .prod {
  flex-grow:3;
}
.order-inhoud .row .aant {
  width: 65px;
  text-align: center;
}
.order-inhoud .row > * {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding:8px;
}
.btn-dash-holder {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-dash-holder > * {
  background-color: #26874e;
  color: #fff;
  width: 165px;
  text-align: center;
  padding: 10px 0;
  border:0;
}
.btn-dash-holder .end-sort {
  display: none;
  background-color: #e74c3c;
}
.flex-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}


/* EINDE BESTEL SYSTEEM */

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

.cirkels article {
  width: 23%;
  margin: 1%;
  position: relative;
}

.cirkels article img {
  width: 100%;
  z-index: 0;
  border-radius: 200px;
}

.cirkels article h2 {
  z-index: 1;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #2d2d2d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.steps article img {
  transition: all .3s;
}

.steps article img:hover {
  opacity: .5;
}

.steps article:first-child img {
  animation-name: bgchange;
  animation-delay: .25s;
  animation-duration: .8s;
}

.steps article:nth-child(2) img {
  animation-name: bgchange;
  animation-delay: .50s;
  animation-duration: .8s;
}

.steps article:nth-child(3) img {
  animation-name: bgchange;
  animation-delay: .75s;
  animation-duration: .8s;
}

.steps article:last-child img {
  border-right: 3px solid white;
  animation-name: bgchange;
  animation-delay: 1s;
  animation-duration: .8s;
}

@keyframes bgchange {
  0%   {opacity: 1;}
  50% {opacity: .5;}
  100% {opacity: 1;}
}

/* Historiek klant */

.empty-list {
  font-size: 1.6em;
}
.hist-item {
  margin-bottom: 25px;
  border:1px solid #117c3d;
  border-radius: 8px;
  padding: 12px;
}
.hist-table {
  display: none;
}
.hist-title {
  position: relative;
}
.hist-title h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #117c3d;
  font-weight: 1.2em;
}
.hist-title .fal {
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5em;
  color:#117c3d;
}
.hist-table {
  padding-top: 10px;
}
.hist-table table {
  border-collapse: collapse;
}
.hist-table table, .hist-table th, .hist-table td {
  border: 1px solid black;
}
.hist-table td, .hist-table th {
  padding: 4px;
}
.hist-table th {
  font-weight: bold;
}
.hist-table tr td:not(:first-child){
  text-align: center;
}
.hist-table .tot-table {
  margin-top: 15px;
}
.underline-h2 {
  font-size: 1.6em;
  margin-top: 20px;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #117c3d;;
  padding-bottom: 8px;
  border-bottom: 1px solid #117c3d;
}
.sluitings-list {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.sluitings-list li {
  margin-bottom: 10px;
}
.sluitings-list li i {
  color: red;
  cursor: pointer;
}
#PL_privacy {
  margin-top: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
.privcnt {
  display: flex !important;
  justify-content: flex-start;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 20px;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: black;
  font-weight: 700;
  color: #fff;
  position:relative;
  z-index: 10;
}
.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 200px;
  font-size: .8em;
  background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: #26874E;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.privcnt input:checked ~ .checkmark:after {
  display: block;
}
.privcnt .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*Vaste opdrachten klant*/
.dagen-vast {
  margin-top: 35px;
}
.dagen-vast .dag {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 10px;
}
.dagen-vast .dag h2 {
  text-transform: uppercase;
  color: #117c3d;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.dagen-vast .on-off-hide:not(.active) {
  display: none;
}
.dagen-vast .products:not(.active) {
  display: none;
}
.dagen-vast .products {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.dagen-vast .product {
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
}
.vaste-bestelling .select-lever {
  margin-top: 35px;
}
/*Systeem chauffers*/
.route-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.route-holder .route {
  margin: 1%;
  width: 31.33%;
  background-color: rgb(235,235,235);
  position: relative;
  padding-bottom: 31.33%;
  cursor: pointer;
}
.route-holder .route h1 {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
  color: #26874e;
  text-align: center;
  left: 10px;
  right: 10px;
}
.route-holder .route:hover {
  background-color: #26874e;
}
.route-holder .route:hover h1 {
  color: #fff;
}
.chauffeur-producten {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.chauffeur-producten > * {
  width: 49%;
  margin-bottom: 2%;
}
.chauffeur-producten > *:nth-child(2n){
  margin-left: 2%;
}
.chauffeur-producten .product {
  padding:0;
}
.chauffeur-producten .product .title {
  margin-bottom: 0;
}
.ta-chauffeur {
  width: 100%;
  padding:8px;
  border:1px solid #26874e;
  border-radius: 8px;
  height: 75px;
}
.tv-chauffeur {
  width: 100%;
  padding:8px;
  border:1px solid #26874e;
  border-radius: 8px;
  height: 30px;
}
.orders .uur {
  text-align: center;
}
.opslaan-klant {
  background-color: #26874e;
  color: #fff;
  width: 165px;
  text-align: center;
  padding: 10px 0;
  border: 0;
}
.opslaan-klant.nalevering {
  width: 350px;
}
.orders .extra {
  display: none;
}
.orders .warning {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: red;
  font-weight: bold;
}
.pdf-link {
  text-align: right;
}
.pdf-link a {
  color: #117c3d;
  font-size: 25px;
  cursor: pointer;
}
.pdf-link a:hover {
  color: #000;
}
.addProd {
  color: #2980b9;
  cursor: pointer;
}
.depot-group  {
  margin-left: 10px;
  padding:0px 0 8px 0px;
  border-left: 3px solid #26874e;
  margin-bottom: 10px;
}
.depot-group h4 {
  background-color:#26874e;
  color:#fff;
  padding:8px;
  margin-bottom: 8px;
}
.depot-group .order-inhoud {
  margin-left: 10px;
}
/* MEDIA QUERIES */

@media screen and (max-width: 1650px){

  .footer_split>div:first-child article {
    display: none;
  }

  .footer_split>div:last-child {
    justify-content: flex-start;
  }

  .footer_split div div {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1600px){
  .login_split>div:first-child {
    width: 35%;
    min-width: 400px;
  }

  .login_split>div:last-child {
    width: 65%;
  }
}

@media screen and (max-width: 1300px){

  .contact_form {
    width: 75%;
  }

  #dasmap {
    width: 50%;
  }

  .right_contact_content {
    width: 50%;
  }
}

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

  .photobanner article {
    width: 33.33%;
  }

  .photobanner article:nth-child(1n+7) {
    display: none;
  }

}


@media screen and (max-width: 1100px){
  .beelden article {
    width: 31.33%;
  }

  .orders .uur {
    order: 1;
  }

  .iconplus {
    order: 1;
    position: relative;
    top: initial;
    right: initial;
    transform: translateY(0);
    margin-right: 20px;
    margin-top: 20px;
  }

  .orders .main {
    justify-content: space-between;
  }

  .orders .gegevens {
    order: 2;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
  }

  .orders .gegevens div {
    margin-right: 0;
  }

  .bestelling-check-item {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .highlander .product {
    width: 48%;
  }
}

@media screen and (max-width: 1000px){
  .navigatie nav a {
    font-size: .9em;
    margin: 0 15px;
  }

  .home_troeven_titel div {
    font-size: 1.5em;
    padding: 10px;
  }

  .home_troeven_titel h3 {
    font-size: 1.1em;
  }

  .home_troeven_devider>div:last-child {
    font-size: 1em;
    padding-right: 50px;
  }

  .fotobanner_titel {
    font-size: 2em;
  }

  .text_sections article h2 {
    font-size: 1.8em;
  }

  .text_sections article div {
    font-size: 1.1em;
  }

  .contact_form {
    width: 100%;
  }

  .contact_holder {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact_content {
    margin-left: 0;
  }

  .contact_form input {
    font-size: .9em;
    height: 40px;
  }

  #Bericht {
   font-size: .9em;
   height: 40px;
 }

 .privcnt {
  font-size: .7em!important;
}

}


@media screen and (max-width: 950px){
  .header_home {
    padding-bottom: 56.25%;
    overflow: hidden;
  }

  .header_home_content {
    overflow: hidden;
  }

  .header_home_content > img {
    transform: translateX(-50%);
    height: 100%;
    left: 50%;
    width: initial;
  }

  .footer_split>div:first-child, .footer_split>div:last-child {
    width: 50%;
  }
}

@media screen and (max-width: 900px){
  .blog-main .c {
    font-size: 1rem;
  }

  .logo img {
    max-width: 90%;
    margin-top: -40px;
  }

  .topper a {
    font-size: .9em;
  }

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

  .header_page h2 {
    font-size: 1.1em;
  }

  .header_tekst {
    font-size: 1em;
  }
}

@media screen and (max-width: 850px){
  .navigatie nav {
    display: none;
  }
  .menubtn {
    display: block;
  }
  .info-holder {
    width: 100%;
  }
  .levering-done,.betaling-done {
    margin-top: 10px;
  }

}

@media screen and (max-width: 800px){
  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6rem;
  }
  .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;
  }

  .photobanner article h2 {
    font-size: 1em;
  }

  .right_contact_content, #dasmap {
    width: 100%;
  }

  .right_contact_content {
    -ms-align-items: center;
    align-items: center;
  }

  .right_contact_content p {
    text-align: center;
  }

  .register_holder>div {
    padding: 20px;
  }

  .register_holder {
    background-image: none;
    background-color: white;
  }

  .register_holder>div>h2 {
    color: #26874E;
    font-size: 1.8em;
  }

  .register_holder>div>div {
    color: #b8b8b8;
    font-size: 1em;
  }

  .cirkels article {
    width: 35%;
    margin: 7%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px){
  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .blog-aside {
    order:2;
    width: 100%;
    margin-right: 0;
  }
  .blog-main {
    width: 100%;
  }
  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .banner_page {
    display: none;
  }

  .slick-prev, .slick-next {
    width: 35px;
    height: 35px;
  }

  .footer_split>div:first-child {
    display: none;
  }

  .footer_split>div:last-child {
    width: 100%;
    padding: 20px 10px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .footer_split div div {
    width: 100%;
    margin: 20px 0;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .beelden article {
    width: 48%;
  }

  .beeld_content {
    padding: 10px 10px;
    margin: 0;
  }

  .beeld_content h2 {
    font-size: .8em;
  }

  .vragen h2 {
    padding: 10px 10px;
    border-radius: 0;
    border: 1px solid #26874E;
    font-size: 1.1em;
  }

  .vragen article div {
    font-size: 1em;
  }

  .bestellingen > .bestelling {
    width: 50%;
  }

  .betalen-btns {
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .betalen-btns a {
    width: 100%;
    text-align: center;
  }
  .betalen-btns a:not(:last-child){
    margin-bottom: 10px;
  }
  .betalen-btns .volgende {
    display: inline;
    vertical-align: top;
  }
}
@media screen and (max-width: 700px){
  .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;
  }

  .blog-rows .extra .blog-inhoud h2 {
    font-size: 1em;
  }

  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.3em;
  }

  .blog-main .blog-img .h1 {
    font-size: 1.2em;
  }

  .nieuwsbrief_form input[type=email] {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .nieuwsbrief h2 {
    text-align: center;
    font-size: 1.2em;
    line-height: 150%;
  }

  .home_troeven_devider {
    flex-wrap: wrap;
  }

  .home_troeven_devider>div:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
  }

  .home_troeven_devider>div:first-child img {
    width: 80%;
  }

  .home_troeven_devider>div:last-child {
    padding: 20px;
    width: 100%;
    text-align: center;
  }

  .home_troeven_titel div {
    font-size: 1.3em;
  }

  .home_troeven_titel h3 {
    font-size: 1em;
  }

  .home_troeven_devider>div:last-child {
    font-size: 1em;
  }

  .gdpr_banner a {
    font-size: .8em;
  }

  .gdpr_banner {
    flex-wrap: wrap;
    line-height: 150%;
  }

  .gdpr_banner a {
    margin: 0 10px;
  }

  .gdpr_banner span {
    display: none;
  }

  .login_split>div:first-child {
    width: 100%;
  }

  .login_split>div:last-child {
    display: none;
  }

  .bestellingen {
    flex-wrap: wrap;
  }

  .bestellingen > .bestelling {
    width: 100%;
  }

  .fake-form .field {
    width: 100% !important;
  }

  .gegens_check div:first-child {
    width: 180px !important;
  }
  .highlander .product {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 650px){
  .dash-nav a {
    width: 48%;
  }
}
@media screen and (max-width: 600px){
  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }

  .text_sections article {
    width: 100%;
  }

  .fotobanner_titel {
    text-align: center;
    font-size: 1.5em;
  }

  .home_fotobanner {
    padding: 60px 10px
  }

  .text_sections {
    padding: 30px 10px;
  }

  .text_sections article h2 {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
  }

  .text_sections article h2 div {
    width: 20px;
    height: 3px;
  }

  .text_sections article div {
    text-align: center;
    font-size: 1em;
  }

  .photobanner article {
    width: 50%;
  }

  .contact_form {
    padding: 15px;
  }

}

@media screen and (max-width: 550px){
  .topper {
    display: none;
  }

  .speciallink {
    display: block;
  }

  .logo img {
    margin-top: 0;
  }

  .cirkels article {
    width: 48%;
    margin: 1%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 500px){
 .gegens_check div:first-child {
  width: 100% !important;
}

.gegens_check {
  flex-wrap: wrap;
}
}

@media screen and (max-width: 650px){
  .dash-nav a {
    width: 100%;
  }
  .dash-nav a {
    margin:0;
    margin-bottom: 2%;
  }
  .leveringsmoment-holder {
    width: 100%;
  }
}

@media screen and (max-width: 450px){
  .progressbar li span {
    display: none;
  }

  .progressbar {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 400px){

  .row-block.extra {
    display: none;
  }

  .photobanner {
    display: none;
  }
}


@media screen and (max-width: 360px){
  .cirkels article {
    width: 98%;
    margin: 1%;
    margin-bottom: 50px;
  }
}
/* EINDE MEDIA QUERIES */
