* {
  font-family: 'Poppins', sans-serif;
  -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;
}

.home_banner {
  position: relative;
  width: 100%;
}

.home_banner img {
  width: 100%;
}

.home_banner_overlay {
  content: "";
  height: 60%;
  bottom: auto;
  z-index: 2;
  left: 0;
  right: 0;
  transition: all 2s;
  opacity: .7;
  top: 0;
  position: absolute;
  pointer-events: none;
  background-image: -webkit-linear-gradient(bottom,#19191b 0,rgba(25,25,27,0) 100%);
  background-image: linear-gradient(to bottom,#19191b 0,rgba(25,25,27,0) 100%);
  -webkit-transition: .2s cubic-bezier(.4,0,.2,1);
  transition: 2s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.profiling {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f9f9f9;
  padding: 50px 10px;
  margin-bottom: 50px;
}

.profiling article {
  border-right: 3px solid #ededed;
  padding: 40px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}


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

.profiling article h2 {
  text-align: center;
  font-size: 1.9em;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.profiling article div {
  text-align: center;
  font-size: 1.1em;
  line-height: 200%;
  color: #444444;
}

.profiling .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
}

.profiling .slick-dots li button {
  display: none;
}

.profiling .slick-dots li {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #ecdec9;
}

.profiling .slick-dots .slick-active {
  background-color: #C0A172;
}

.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 {
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  color: #C0A172;
  font-size: 1.7em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  font-size: 1.2em;
  color: #979797;
  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 {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  padding: 15px;
  background-color: #C0A172;
  border: 1px solid #C0A172;
  color: #fff;
  font-size: 1.3em;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #353535;
  border: 1px solid #353535;
}


/* Blokken */
.blokken_content {
  max-width: 1260px;
  margin: 0 auto;
}

.blokken_row {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blokken_col {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

.blokken_col img {
  width: 98%;
}

.blokkenimg {
  padding: 0;
}

.blokken_row:nth-child(even) {
  text-align: right;
}

.blokken_row:nth-child(even) .blokkentext {
  order: 0;
}

.blokken_row:nth-child(even) .specialbutton {
  display: flex;
  justify-content: flex-end;
}

.blokken_row:nth-child(even) .blokkenimg {
  order: 1;
}

.blokken_col h2 {
  font-size: 1.9em;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 180%;
}

.bloktekst {
  line-height: 170%;
  color: #828282;
  font-size: 1.3em;
}

.specialbutton span {
  margin-top: 30px;
  position: relative;
  background-color: #353535;
  border: 1px solid #353535;
  padding: 10px 15px;
  color: white;
  transition: all .3s;
  z-index: 1;
}

.specialbutton span:hover {
  background-color: transparent;
  color: #353535;
}

.specialbutton {
  color: #353535;
  font-weight: 700;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  margin-top: 0px;
  position: relative;
  height: 30px;
  display: flex;
  text-align: left;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  transition: all .3s;
}

.login_form {
}

/* Einde Blokken */

#PL_privacy {
  margin-top: 10px;
  margin-bottom: 51px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  height: 20px;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  color: black;
  font-weight: 700;
  color: colour;
  position:relative;
  z-index: 10;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: colour;
}
.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);
}
#subm {
  position:relative;
  z-index: 3;
}
#subm.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.submitholder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.submitholder:after {
  display: block;
  clear: both;
  content: "";
}
.submitholder .submit-warning {
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  line-height: 36px;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

.contactak
{
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
  font-size: .9em;
  background-color: #000035;
  margin-top: 1.5em;
}

@media all and (max-width: 730px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
    width: 100%;
  }
}
#content-container {
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

#content-container h2 {
  color:#000;
  letter-spacing: 2px; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
  margin-bottom: 10px;
}

#content-container h3 {
  color: #fff;
  background-color: #000;
  letter-spacing: 1px;
  padding: .6em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 1em;
}
#content-container h3.active {
  background-color: #000;
}

#content-container h4 {
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-bottom: 2em;
}

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

#content-container table {
  margin-left: 1em;
}
#content-container a {
  color: #D3191C;
}
#content-container .c {
  line-height: 150%;
}
#gdpr-wrapper {
 min-height:100%;
 position:relative;
}


body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 100%;
  font-size: .8em;
  box-sizing: border-box;
  line-height: 1.5em;
  background-color: white;
  color: black;
}

h1 {
  font-family: 'Poppins', sans-serif;
}

html {
  box-sizing: border-box;
  height: 100%;
}

#dasmap
{
  height: 446px;
}

/* HEADER */
header select::-ms-expand {
  display: none;
}


.navigation {
  position: fixed;
  background-color: #000;
  width: 100%;
  z-index: 50;
  border-bottom: 2px solid white;
  transition: all .3s;
}

.fixedheader {
  background-color: rgba(0,0,0,.9) !important;
}

.fixedheader .logoholder img {
  height: 70px;
}

.fixedheader nav {
  height: 80px !important;
}

.logo {
  background-image: url('../images/LOGO-groteretekst.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 120px;
  float: left;
  margin: 10px 0 0 20px;
}

.logoholder img {
  height: 100px;
  transition: all .3s;
}

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

.navsplitter {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

nav {
  float: right;
  height: 125px;
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

nav>ul {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

nav>ul>a {
  font-family: 'Poppins', sans-serif;
  float: left;
  padding: 8px 0;
  margin: 0 35px;
  color: white;
  margin-right: 10px;
  transition: all .3s;
  border-bottom: 1px solid #000;
  font-size: 1.25em;
}

nav>ul>a:hover {
  border-bottom: 1px solid white;
}

.active {
  border-bottom: 1px solid white;
}

.active:hover {
  border-bottom: 1px solid white;
}

.language
{
  position: relative;
}

.language>select {
  background-color: transparent;
  color: white;
  padding-left: 10px;
  border: none;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  border-left: 1px solid white;
  border-radius: 0;
  font-size: 1.25em;
  -webkit-appearance:none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}


/* RESPONSIVE MENU */

.menubtn {
  display: none;
  position: absolute;
  top: 50px;
  right: 90px;
  z-index: 10;
  cursor: pointer;
}

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



.responsive-links {
  transition: all .3s;
  width: 500px;
  height: 100%;
  position: fixed;
  top: 0;
  padding-top: 150px;
  z-index: 60;
  right: -500px;
  background-color: #000;
}

.nav-responsive {
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.responsive-links img {
  margin: 0 auto;
  display: block;
  width: 75%;
  margin-top: 10px;
  opacity: .3;
}

.nav-responsive a>li {
  width: 100%;
  margin-bottom: 5px;
  padding: 15px 0 15px 25px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  letter-spacing: 2px;
  text-align: left;
  transition: all .3s;
  border-left: 5px solid black;
}

.nav-responsive a>li:hover {
  border-left: 5px solid white;
}

.res-nav {
  width: 100%;
  max-width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #000;
}

.image_menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

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

.top_res_nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  background-color: #212121;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
}

.closebtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.menu-block {
  overflow: hidden;
}

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

.nav_re {
  padding-top: 125px;
  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: 25px;
  z-index: 1;
  position: relative;
}

.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: white;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

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


/* SLIDERS | BANNERS */

.home-slider {
  width: 100%;
  height: 450px;
  background-image: url('../images/slider-home.png');
  background-size: cover;
  position: relative;
  background-position: top;
}

.slider-bottom {
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,.6);
}

.slider-text {
  float: right;
  margin: 11% 5px 0 0;
}

.home-slider span {
  font-family: 'Poppins', sans-serif;
  padding: 20px;
  margin-bottom: 10px;
  background-color: white;
  float: right;
}

.home-slider h1 {
  font-size: 1.4em;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.home-slider h2 {
  font-size: 1.3em;
  color: #2c2c2c;
}

.slider {
  width: 100%;
  height: 160px;
  background-image: url('../images/slider.png');
  background-size: cover;
  background-position: center;
}

/* ALGEMENE FUNCTIES */

.uppercase {
  text-transform: uppercase;
}

.center-txt {
  text-align: center;
}

.loctek-slider-controls
{
  bottom: 7px !important
}

.loctek-slider-controls li
{
  background: #5E554E !important;
  border: 0 !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
}

.loctek-slider-controls .active
{
  background: #CBB9AB !important;
  border: 0 !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
}


/* FOOTER */

footer {
  background-color: #000;
}

.innerfooter {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 0;
  padding-top: 30px;
}

.innerfooter ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
}

.footer-item {
  padding: 20px;
  display: flex;
  color: #fff;
  font-size: 1.2em;
  justify-content: space-between;
  box-sizing: border-box;
}

.footer-item>div {
  position: relative;
  padding-left: 50px;
  margin: auto;
}

.footer-item>div>div:first-child {
  position: absolute;
  left: 0;
  width: 50px;
}

.footer-item i {
  display: block;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.footer-item > div > div:nth-child(2) {
  width: auto;
}

.footer-item p {
  margin-bottom: 21px;
}


.footer-item p a {
  color: #fff;
}

.center-txt {
  text-align: center;
}

.made-by {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  float: left;
  padding: 5px;
  background-color: white;
  color: #828282;
}

.made-by span {
  padding: 0 5px;
}

.made-by a {
  color: #828282;
}

/* TICKERTAPE */

.tickertape {
  width: 100%;
  background-color: #FFF4E2;
  position: relative;
}

.tickertape h2 {
  text-align: center;
  width: 100%;
  color: #C0A172;
  font-size: 1.8em;
  padding: 80px 0;
  z-index: 3;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}


/* BOILERPLATE */

.boilerplate {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.boilerplate > div
{
  position: relative;
  left: -40%;
  width: 180%;
  font-size: 0;
  text-align: center;
}

.boilerplate > div > img
{
  display: inline-block;
}

/* CONTENT STYLING */

main {
  padding-top: 125px;
}

.content-box {
  margin: 0 auto;
  display: block;
  line-height: 2em;
  overflow: auto;
  padding: 80px 10px;
  box-sizing: border-box;
  width: 100;
  margin-bottom: 30px;
}

.header-box {
  margin: 0 auto;
  display: block;
  line-height: 2em;
  overflow: auto;
  padding: 80px 10px;
  box-sizing: border-box;
  width: 100;
}

.c
{
  font-size: 1.2em;
}

.header-box h1 {
  width: 100%;
  display: block;
  font-size: 2em;
  color: #000;
  line-height: 150%;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 700;
}

.header-box h2 {
  color: #595959;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.3em;

}

.header-box .c {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #a6a6a6;
}

.header-box .c a {
  color: #8f8f8f;
  font-weight: 700;
}

.header-box>p {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 1.3em;
}

.header-box section {
  margin-top: 30px;
}

.overons_content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}



.section-breaker {
  background-color: #bfbfbf;
  border: none;
}

.over-part {
  padding: 0 0px 0 10px;
  box-sizing: border-box;
  float: left;
  width: 50%;
}

.over-part.onefourth
{
  width: 25%;
}

.over-part.threefourth
{
  width: 75%;
}

.over-part.full
{
  width: 100%;
}

.over-part .image-res, .over-part .image-not-res {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
}

.over-part h2 {
  padding-bottom: 30px;
  color: #000;
  line-height: 150%;
  padding: 10px;
  font-weight: 700;
  font-size: 1.7em;
}

.over-part .c {
  padding: 0 10px;
  color: #a6a6a6;
  line-height: 150%;
}

.four-row-grid
{
  margin-bottom: 1.5em;
}

.over-part div img {
  width: 100%;
}

.troeven {
  width: 100%;
  overflow: auto;
}

.troeven>li {
  box-sizing: border-box;
}

.troeven-item {
  width: 100%;
  height: 100%;
  color: #4b4b4b;
}

.troeven-item div {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.troeven-item div img {
  min-width: 100%;
  transition: all .3s; 
}

.troeven-item h2 {
  width: 100%;
  font-size: 1.7em;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 10px 0;
  font-weight: 700;
  z-index: 1;
  color: #000;
}

.troeven-item .c {
  line-height: 150%;
  color: #a6a6a6;
}

.troeven-item div:first-child:after
{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;  transition: all .3s;
}


.troeven-item div:hover img {
  transform: scale(1.1);
}

.troeven-item div:hover:after {
  background-color: rgba(0,0,0,.2);
}

.aanbod-box {
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.aanbod {
  width: 100%;
  margin: 30px 0 30px 0;
  overflow: auto;
}

.aanbod li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 10px;

}

.aanbod-item {
  width: 100%;
  position: relative;
  overflow: auto;
  height: 100%;
}

.aanbod-item div img{
  width: 100%;
  transition: all .3s;
}

.aanbod-item div {
  cursor: pointer;
  overflow: hidden;
}

.aanbod-item .titleholder
{
  position: absolute;
  right: 0;
  bottom : 5%;
  text-align: right;
}

.subcattitle
{
  position: absolute;
  right: 0;
  bottom : 5%;
  text-align: right;
  background-color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  padding: 15px 30px;
  box-sizing: border-box;
}

.aanbod-item h2 {
  background-color: #000;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  padding: 15px 30px;
  box-sizing: border-box;
}

.aanbod-item h3 {
  display: inline-block;
  background-color: #e5e2de;
  color: black;
  font-size: 1.2em;
  padding: 15px 30px;
  margin: 1em 0 0 0;
  box-sizing: border-box;
}

.aanbod-item:hover {
  opacity: .8;
}

.aanbod-item:hover div>img {
  transform: scale(1.05);
}


.aanbod-categorie {
  width: 100%;
  overflow: auto;
}

.aanbod-categorie li {
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}

.aanbod-categorie-item {
  width: 100%;
  background-color: red;
  transition: all .3s;
  position: relative;
}

.aanbod-categorie-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.aanbod-categorie-item h1 {
  position: absolute;
  background-color: #e5e2de;
  right: 5px;
  top: 60%;
  font-style: italic;
  text-transform: uppercase;
  color: #69604f;
  font-size: 1.2em;
  padding: 15px 30px;
  box-sizing: border-box;
}

.aanbod-categorie-item div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}

.aanbod-categorie-item div img {
  min-width: 100%;
  min-height: 100%;
  transition: all .3s;
}

.aanbod-categorie-item:hover {
  opacity: .8;
}

.aanbod-categorie-item div:hover img {
  transform: scale(1.05);
}

.detail-content {
  width: 90%;
  margin: 0 auto;
  overflow: auto;
  margin-top: 30px;
  padding-bottom: 60px;
}

.detail-left {
  width: 60%;
  float: left;
  overflow: auto;
}

.detail-left>img {
  width: 100%;
}

.actions {
  height: 50px;
  content-align: center;
  width: 100%;
  margin-top: -35px;
  position: relative;
  padding-top: 20px;
  z-index: 30;
}

.actions>img {
  float: left;
  width: 5%;
}

.actions>div {
  width: 90%;
  float: left;
  text-align: center;
}

.actions>div>button {
  background-color: #69604f;
  color: white;
  border: 2px solid #69604f;
  width: 90px;
  height: 30px;
  transition: all .3s;
  text-transform: uppercase;
}
.actions>div>button:hover {
  background-color: white;
  color: #69604f;
}

.detail-right {
  width: 35%;
  float: right;
}

.detail-right h1 {
  color: #69604f;
  font-weight: 500;
  font-size: 1.1em;
}

.detail-right>article {
  padding: 10px;
  overflow: auto;
  cursor: pointer;
  transition: all .3s;
}

.detail-right h1 {
  color: #69604f;
}

.detail-right>article:hover {
  background-color: #69604f;
  color: white;
}

.detail-right>article:hover h1 {
  color: white;
}

.detail-right>article>img {
  width: 30%;
  border: 1px solid #69604f;
  float: left;
  margin-right: 10px;
}

.detail-right>a>button {
  margin: 0 auto;
  width: 112px;
  height: 30px;
  text-transform: uppercase;
  border: none;
  background-color: #69604f;
  color: white;
  margin-top: 30px;
  display: block;
  border: 2px solid #69604f;
  transition: all .3s;
}

.loctek-lightbox
{
  border: 0 !important;
}

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

.detail-right>a>button:hover {
  background-color: white;
  color: #69604f;
}

.nieuws-box * {
  box-sizing: border-box;
}

.nieuws-box {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 50px 0;
}

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

#contentcenter
{
  margin-bottom: 3.5em !important;
}

.nieuwsitem {
  width: 33.33%;
  padding: 20px;
  -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);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.nieuwsitem div img {
  width: 100%;
  background-color: #efefef;
}

.nieuwsitem>div {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nieuwsitem p {
  text-align: center;
}

.nieuwsitem h2 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.3em;
  padding: 15px 0;
}

.nieuwsitem .c p {
  text-align: left;
  font-size: 1em;
  margin: 0;
  color: #8e8e8e;
  line-height: 150%;
}

.nieuwsitem h2>img {
  margin: 0 auto;
  margin-top: 30px;
  overflow: auto;
  display: block;
}

.contact-form {
  margin-top: 40px;
  width: 30%;
  min-height: 422px;
  position: relative;
  margin-bottom: 2em;
  float: left;
  overflow: hidden;
}

.moreinfonieuws {
  width: auto;
  margin-top: 10px;
  display: flex;
  color: #000;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
  letter-spacing: 1px;
  margin-top: 20px;
}

.moreinfonieuws i {
  margin-left: 10px;
  transition: all .3s;
}

.moreinfonieuws:hover i {
  margin-left: 15px;
}

.iconsocial {
  width: 42px;
  height: 42px;
  cursor: pointer;
  border: 2px solid black;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  background-color: #000;
  color: #fff;
  transition: all .3s;
}

.iconsocial:hover {
  background-color: #555555;

}

.contact-form>input[type="text"], textarea {
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  float: left;
  padding: 0 .6em;
  box-sizing: border-box;
  border: 2px solid #eeeef2;
  color: gray;
  background-color: #f9f9f9;
  font-size: 1.1em;
  letter-spacing: 1px;
  border-radius: 3px;
}

.contactpage .contact-form .i35
{
  width: 35%;
}

.contactpage .contact-form .i50
{
  width: 48.5%;
}

.contactpage .contact-form .i50.fr
{
  float: right;
}

.contactpage .contact-form .i65
{
  margin-left: 3%;
  width: 62%;
}

textarea
{
  height: 100px;
  padding-top: .6em;
  margin-bottom: 15px;
}

#subm {
  width: 100%;
  height: 35px;
  border: 1px solid #000;
  background-color: #000;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#subm:disabled {
  background-color: white;
  color: #000;
}

#subm:hover {
  opacity: .8;
}

h1+.c
{
  padding-left: 10px;
  padding-right: 10px;
}

.location {
  margin-top: 40px;
  box-sizing: border-box;
  width: 40%;
  padding: 0 30px 0 30px;
  float: left;
  display: table-cell;
  vertical-align: bottom;
}

.location>img {
  width: 100%;
}

.toon-groot, .contact-us {
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  border: 1px solid #000;
  background-color: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  vertical-align: bottom;
  margin-top: 10px;
}

.contacteer-ons {
  margin-top: 40px;
  width: 30%;
  letter-spacing: 1.1px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  float: right;
  position: relative;
  min-height: 450px;
}

.contact-info
{
  height: 446px;
  padding: 25px 50px;
  box-sizing: border-box;
  font-size: 1.2em;
  border: 2px solid #EEEEF2;
}

.contact-info h1 img {
  margin-right: 10px;
}

.contact-info p {
  width: 100%;
  box-sizing: border-box;
  float: left;
  position: relative;
  padding-left: 30px;
}

.contact-info p span {
  left: 150px;
  position: absolute;
}


.aanbod_detail {
  position: relative;
}

.aanbod_detail * {
  box-sizing: border-box;
}

.aanbod_detail>div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 80px 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.left_detail {
  width: 50%;
}

.left_detail img {
  width: 100%;
  cursor: zoom-in;
}

.right_detail {
  width: 50%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

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

.pdf_detail {
  font-size: 1.0em;
  letter-spacing: 1px;
  background-color: #000;
  text-transform: uppercase;
  color: white;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-right: 20px;
  cursor: pointer;
  border: 2px solid #000;
  margin-right: 15px;
  transition: all .3s;
}

.pdf_detail:hover {
  background-color: #555555;
  color: #fff;
  border: 2px solid #000;
}

.pdf_detail div {
  background-color: #292929;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  -ms-align-items: center;
  align-items: center;
}

.pdf_detail i {
  font-size: 1.3em;
  color: #fff !important;
}

.right_detail h1 {
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}

.right_detail .c {
  color: #adadad;
}

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

.arrleft {
  left: 10px;
}

.arrright {
  right: 10px;
}


/* MEDIA QUERIES */ 

@media screen and (max-width: 1500px) {
  .footer-item>p {
    padding: 5px;
    font-size: .9em;
  }
}



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

@media screen and (max-width: 1200px) {
  .contactpage {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}


@media screen and (max-width: 1150px) {
  .blokken_col {
    width: 100%;
  }

  .blokken_row:nth-child(even) .blokkentext {
    order: 1;
  }

  .blokken_row:nth-child(even) h2, .blokken_row:nth-child(even) p {
    text-align: left;
  }

  .blokken_row:nth-child(even) {
    text-align: left;
  }
}

@media screen and (max-width: 1050px) {
  .innerfooter ul {
    flex-wrap: wrap;
  }

  .footer-item {
    width: 33.33%;
    justify-content: flex-start;
  }

  .footer-item:last-child {
    display: none;
  }

  .aanbod-categorie-item h1 {
    right: 0;
    top: 50%;
  }

  .contact-form {
    width: 48%;
  }

  .location
  {
    float: none;
    width: 100%;
    display: block;
    clear: both;
    padding: 0;
  }

  .contacteer-ons {
    width: 48%;
    float: right;
  }
}

@media screen and (max-width: 990px) {
  .detail-left {
    width: 100%;
    padding-bottom: 50px;
  }
  .detail-right {
    margin: 0 auto;
    display: block;
    width: 70%;
    float: left;
  }
}


@media screen and (max-width: 920px) {
 nav {
  display: none;
}
.inner-navigation{ 
  height: 130px; 
}

.menubtn {
  display: block;
}
}

@media screen and (max-width: 900px) {
  nav>ul>a {
    padding: 10px 8px; 
  }

  .nieuwsitem {
    width: 50%;
  }

  .image-not-res {
    display: none;
  }

  .image-res {
    height: auto !important;
    width: 100% !important;
  }

  .aanbod_detail>div {
    flex-wrap: wrap;
    padding: 50px 10px;
  }

  .slider {
    display: none;
  }


  .left_detail {
    width: 100%;

  }

  .right_detail {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .arr {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .aanbod-categorie li {
    width: 33.33%;
  }

  .detail-right {
    width: 100%;
  }

  .header-box {
    padding: 30px 10px;
  }
}

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


  .troeven>li {
    width: 50%;
    min-height: 550px;
  }

  .footer-item {
    width: 100%;
    justify-content: flex-start;
    text-align: center;
  }

  .footer-item>div {
    padding-left: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-item>div>div:first-child {
    position: relative;
    left: initial;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
  }

  .footer-item>div>div:first-child i:nth-child(2n) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid white;
  }

  .footer-item>div>div:first-child p {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .menubtn {
    right: 50px;
  }

  .nieuwsitem h1 {
    right: 0;
  }

  .home-slider
  {
    display: none;
  }

  .slider.dn
  {
    display: block;
  }

  .over-part {
    width: 100% !important;
    padding: 15px;  
  }

  .image-res {
    padding: 0 !important;
  }

  .aanbod li {
    width: 100%;
  }

  .location, .contact-form {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
  }

  .contacteer-ons
  {
    width: 100%;
  }
}


@media screen and (max-width: 600px) {
  .aanbod-categorie li {
    width: 50%;
  }


  .logoholder img {
    height: 70px;
  }


  .profiling article { 
    padding: 20px;

  }

  .PL_Wrapper {
    right: 10px;
  }

  .made-by span {
    visibility: hidden;
  }
}

@media screen and (max-width: 500px) {
  .home-slider {
    height: 300px;
  }

  .aanbod-item h2, .boilerplate
  {
    display: none;
  }

  .slider-text {
    margin-right: 0;
  }

  .troeven>li {
    width: 100%;
    min-height: 0;
  }

  .nieuwsitem {
    width: 100%;
  }

  .contacteer-ons {
    width: 100%;
  }

  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 450px) {
  .logoholder img {
    height: 55px;
  }

  .contact-info {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {


  .responsive-links
  {
    padding-top: 200px;
  }

  .logo
  {
    display: block;
    max-width: 100%;
    width: 240px;
    height: 120px;
    margin: 0 auto;
    float: none;
  }

  .language:after
  {
    top: 6px;
    right: -10px;
  }

  .aanbod-categorie li {
    width: 100%;
  }

  .contactpage .contact-form .i35, .contactpage .contact-form .i50
  {
    width: 100%;
  }

  .contactpage .contact-form .i65 {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .contact-info {
    padding: 0;
    border: none;
  }
}

@media screen and (max-width: 300px) {
  .responsive-links {
    width: 100%;
  }


}