/*=====ALGEMEEN=====*/

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #7ca19a;
	border: 1px solid #7ca19a;
	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: #7ca19a;
	border: 1px solid #7ca19a;
}

/* NEW COOKIE END */

/* old cookies
#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 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);
}

#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%;
  }
}*/
#PL_privacy {
  margin-top: 10px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 60px;
  cursor: pointer;
  font-size: .8em;
  height: 20px;
  color: #000;
  opacity: 1;
  margin-top: 26px;
}
.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 {
  z-index: 3;
}
#subm.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.submitholder {
  position: relative;
  margin-top: 30px;
}
.submitholder .submit-warning {
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff !important;
  border-color: #fff !important;
}

#loctek-lightbox-close
{
  line-height: 20px !important;
  color: #000 !important;
}

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: none;
  outline: none;

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

body {
  font-family: Century Gothic, sans-serif;
  height: 100%;
  font-size: 1em;
  box-sizing: border-box;
  line-height: 1.5em;
  background-color: white;
  color: black;
  position: relative;
}

html {
  box-sizing: border-box;
  height: 100%;
}

/*=================*/


/*====MOBILE NAVIGATIE====*/
.nav-res {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100;
  right: -450px;
  height: 100%;
  background-color: white;
  width: 300px;
}

.nav-res ul {
  padding-top: 70px;
}

.nav-res ul li {
  padding: 10px 20px;
  border-left: white 4px solid;
  text-transform: uppercase;
  font-family: Century Gothic, sans-serif;
  font-weight: 800;
  color: #4a4a4a;
}

.active-res {
  color: #37675e !important;
  border-left: 4px solid #37675e !important;
}


.res-button {
  position: absolute;
  right: 70px;
  top: 50%;
  background-size: contain;
  width: 40px;
  cursor: pointer;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/menu.png);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.overlay {
  background-color: rgba(0,0,0,.7);
  z-index: 90;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  overflow: hidden;
}

.close-res {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
}


/*=================*/

/*====NAVIGATIE====*/

.navigatie {
  width: 100%;
  height: 100px;
  position: fixed;
  background-color: white;
  z-index: 15;
  border-bottom: 1px solid #7ca19a;
}

.innernav {
  margin: 0 auto;
  height: 100%;
  overflow: auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  position: relative;
  text-align: justify;
}

.innernav:after {
  content: '';
  display: inline-block;
  width: 100%;
}


.logo {
  width: 300px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/images/logo.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.logo span {
  display: none;
}

nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav ul {
  padding-top: 10px;
  display: flex;
  float: left;
  justify-content: space-between;
}

nav ul li {
  float: left;
  font-size: 1em;
  margin: 0 30px;
  font-weight: 800;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: Century Gothic, sans-serif;
}

nav ul li:hover {
  color: #37675e;
}

nav a{
  color: #7ca19a;
}


.language {
  height: 50px;
  float: left;
  cursor: pointer;
}
.language>select {
  cursor: pointer;
  font-size: 1.2em;
  color: #7ca19a;
  border: none;
  padding-right: 10px;
  font-weight: 800;
  height: 100%;
  font-family: Century Gothic, sans-serif;
  background-position: center right;
  background-repeat: no-repeat; 
  text-transform: uppercase;
  padding: 11px;
  border-left: 2px solid #7ca19a;
}

option {
  border: none !important;
  padding: 30px !important;
  outline: none!important;
}

.active {
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(/images/unerline.png);
}

.spacer {
  height: 100px;
}

/*=================*/

/*====SLIDER HOME=====*/

.home-slider {

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  width: 100%;
  position: relative;
}

.overlay-slider {
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,.3);
}

.innerslider {
  max-width: 1280px;
  width: 100%;
  min-height: 450px;
  margin: 0 auto;
  position: relative;
}

.innerslider div {
  padding: 20px;
  z-index: 5;
  width: 100%;
  display: block;
  align-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.innerslider h1 {
  text-transform: uppercase;
  color: white;
  font-size: 2.5em;
  font-weight: 800;
  text-align: center;
  line-height: 120%;
  font-family: Century Gothic, sans-serif;
}

.innerslider p {
  line-height: 180%;
  font-size: 1.3em;
  color: white;
  width: 80%;
  margin: 30px 10%;
  margin-bottom: 50px;
  text-align: center;
}

.innerslider a {
  background-color: #f47b13;
  color: white;
  text-transform: uppercase;
  padding: 15px 80px;
  margin: 0 auto;
  font-size: 1.5em;
  transition: all .3s;
  border: 3px solid #f47b13;
}

.innerslider a:hover {
  background-color: transparent;
}

.pages-banner {
  background-image: url(/images/bg.jpg);
  background-position: center -250px;
  background-size: cover;
  width: 100%;
  height: 100px;  
}

/*=================*/



/*====TICKERTAPE====*/

.tickertape {
  width: 100%;
  height: 175px;
  background-color: #7ca19a;
}

.innerticker {
  max-width: 1280px;
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px;
}

.innerticker img {
  margin: 0 auto;
  display: block;
}

/*=================*/


/*==== FOOTER ====*/

footer {
  width: 100%;
  border-bottom: 1px solid gray;
  overflow: auto;
  padding: 30px 0;
  border-top: 1px solid #7ca19a;
}

.innerfooter {
  max-width: 1280px;
  margin: 0 auto;
}

.innerfooter ul {
  width: 100%;
  display: inline-block;
}

.footer-item {
  float: left;
  width: 25%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.footer-item div {
  float: left;
  width: 20%;
}
.footer-item div a {
  color: black;
}
.footer-item div p {
  margin-bottom: 10px;
}

.footer-item div:nth-child(2) {
  width: 80%;
}


.footer-item img {
  display: block;
}

.madeby {
  text-align: center;
  font-size: .7em;
  color: gray;
}

.madeby a {
  margin: 0 auto;
  text-align: center;
  color: gray;
}

/*=================*/

/*====HOME PAGE=====*/

.home-content {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  overflow: auto;
  padding: 80px 20px;
}

.home-content h1 {
  font-size: 1.8em;
  font-weight: 800;
  color: #7ca19a;
  position: relative;
  text-transform: uppercase;

}
.home-content h1 span {
  position: absolute;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 50px;
}

.devider {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 6px;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  background-image: url(/images/unerline.png);
}

.home-blokken {
  width: 100%;
  overflow: auto;
  background-image: url(/images/waves.png);
}

.innerhomeblokken {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  height: 100%;
  overflow: auto;
  padding: 50px 0;
}

.home-blok {
  width: 33.33%;
  min-height: 400px;
  height: 400px;
  padding: 10px;
  float: left;
}

.home-blok>div {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: white;
  -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);
}

.home-blok div h1 {
  padding: 10px 0 10px 0;
  color: #7ca19a;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 800;
}

.home-blok-devider {
  width: 100%;
  height: 6px;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-image: url(/images/unerline.png);
  margin-bottom: 10px;
}

.home-blok div img {
  width: 100%;
}

.home-blok div p {
  padding: 20px 0;
}

/*=================*/


/*=====Menu Page=====*/
.menu-content {
  padding: 30px 20px 60px 20px;
}

.menu-content .devider {
  margin-bottom: 50px;
}

.menu {
  width: 33.33%;
  padding: 10px;
  float: left;
  overflow: auto;
}

.menu-blok {

  position: relative;
  min-height: 580px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  padding-bottom: 80px;
  border: 1px solid #7ca19a;
  -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);
}

.menu-blok h1 {
  padding-bottom: 10px;
  font-size: 1.2em;
  border-bottom: 1px solid #7ca19a;
  text-align: center;
}

.menu-blok p {
  padding-top: 10px;
  text-align: center;
  min-height: 60px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.menu-blok h2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 1.2em;
  font-weight: 800;
  color: #7ca19a;
  padding-right: 10px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid #cbede6;
}
/*=================*/


/*=====PRIJSLIJST=====*/
#prijslijst {  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  padding-bottom:50px; 
  color:#101010; 
  width: 100%;
  margin:auto;
}

#prijslijst h2 { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  padding:10px;   
  border:1px solid #7ca19a; 
  text-align:center; 
  text-transform:uppercase;
  margin-bottom:10px; 
  margin-top:40px;
  color: #7ca19a;
  border-radius: 10px;
  font-weight: 800;
  background-color: transparent;
}

#prijslijst ul li { 
  border-bottom:1px dotted #000; 
  font-size:0.8em; line-height:1.4em; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  padding:8px 0 8px 0;
  overflow: auto;
}

#prijslijst ul li span { 
  width:70%; 
  display:inline-block;
}

.prijs {
  max-width: 60px;
  text-align: right;
  float:right; 
}

.txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  padding:10px; 
  font-size:0.8em; 
  line-height:1.6em;
}

.price_col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding:20px;
}

.txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  padding:10px; 
  font-size:0.8em; 
  line-height:1.6em;
}

.Prlijst > div {
  width: 33.33%;
  padding: 1%;
}
/*=================*/

/*=====Vragen Pagina=====*/

.vragen {
  margin: 0 auto;
  display: block;
  max-width: 1280px;
}

.vragen>img {
  display: block;
  margin: 30px auto 20px auto;
}

.vragen>h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 800;
  color: #7ca19a;
}

/*=================*/



/*=====FOTO'S=====*/
.foto-content {
  padding-bottom: 10px;
}

.fotos {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 30px;
}

.foto-item {
  width: 25%;
  float: left;
  padding: 10px;
}

.foto-item img {
  width: 100%;
  transition: all .3s;
  cursor: pointer;
}

.foto-item img:hover {
  opacity: .8;
}

/*===================*/


/*=====CONTACT======*/

.contact {
  max-width: 1280px;
  margin: 0 auto;
  display: block; 
}

form {
  width: 33.33%;
}

input[type='text'] {
  width: 100%;
  margin-top: -20px;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #7da19a;
  font-family: Century Gothic, sans-serif;
  color: #7da19a;
  margin-bottom: 10px;
  font-weight: 500;
}

textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #7da19a;
  font-family: Century Gothic, sans-serif;
  color: #7da19a;
  margin-top: -20px;
  padding: 13px 5px;
}

label {
  z-index: 20;
  font-size: .6em;
  padding-left: 5px;
  position: relative;
  opacity: 0;
  transition: all .3s;
  font-weight: 800;
}

input[type='submit'] {
  width: 100%;
  padding: 10px;
  background-color: #7da19a;
  margin-top: 10px;
  text-transform: uppercase;  
  font-family: Century Gothic, sans-serif;
  font-weight: 800;
  border: 1px solid #7da19a;
  color: white;
  transition: all .3s;
}

input[type='submit']:hover {
  background-color: #93d2c6;
  color: #5e837c;
  border: 1px solid #93d2c6;
}








.contact-form { 
  float: left;
  width: 390px;
}
.contacteer-ons {
  float:right;
  width: 390px;
}
.location {
  float: none;
  margin-left: 430px;
  margin-right: 430px;  
}
.contactheight {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 480px;
  position: relative;
}

#cont-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255,255,255,0.6);
}

#contactdinge {
  background-image: url(/images/balie.jpeg);
  background-size: cover;
  background-position: center;
  padding: 20px;
}

#dasmap {
  height: 420px;
}

.contact-form input[type="submit"] {
  width: 100%;
  height: 40px;
  background-color: #7ca19a;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 7px;
}
.contact-form input[type="submit"]:hover {
  background-color: #93ccc1;  
  color: #486963;
}
.contact-form select {
  width: 100%;
  font-family: Century Gothic, sans-serif;
  border: 1px solid #2d1f1a;
  height: 33px;
  background: #fff url('/images/bg-select.png') no-repeat right 1px center; 
  padding: 0; 
  margin-bottom: 10px;
  padding-left: 5px;
}

.errors {
  margin-bottom: 10px;
}

.toon-groot, .contact-us {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px; 
  font-family: Century Gothic, sans-serif;
  background-color: #7ca19a;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;  
  font-weight: 700;
}
.toon-groot:hover, .contact-us:hover {
  background-color: #93ccc1;  
  color: #486963;
}
.contacteer-ons>img {
  width: 100%;
  margin-bottom: 20px; 
}
.special-contact {
  margin-bottom: 30px;
}
.contact-info p {
  position: relative;
  padding-left: 60px;
  font-size: 1em;
  font-family: Century Gothic, sans-serif;
}
.contact-info p img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-info p a {
  color: black;
}

.contact-us {
  margin-top: 50px;
}
.contact-form .half > input[type="text"] {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.contact-form .half > input[type="text"]:nth-child(2n) {
  margin-right: 0;
}
.contact-form .half:after {
  display: block;
  clear: both;
  content: "";
}

.res-title {
  float: right;
  text-align: right;
}

.content {
  padding-top: 40px;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  padding: 10px;
}

.contactpicture {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
}

.contactpicture img {
  width: 100%;
  
}

#home-slider .loctek-slider-controls
{
  left: 0;
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
}



/*===================*/



@media all and (max-width: 1200px){
  .pages-banner {
    background-position: center !important;
  }

  .faq { 
    width: 100% !important;
    padding: 20px;
    padding-top: 0;
  } 
}

@media all and (max-width: 1180px){
  .location {
    width: 100%;
    margin: 0;
    float: left;
    margin-top: 30px;
  }

  .contact-form {
    width: 48%;
    float: left;
  }
  
  #contactdinge {
    width: 48%;
    float: right;
  }

}


@media all and (max-width: 1100px){
  nav ul li {
    margin: 0 15px;
  }

  .menu-blok {
    min-height: 510px;
  }
}

@media all and (max-width: 1050px){
  .footer-item {
    width: 33.33%;
  }

}

@media all and (max-width: 950px){
  .Prlijst > div{
    width: 50%;
    padding: 2%;
  }

  nav ul {
    display: none;
  }

  .res-button {
    z-index: 90;
    right: 65px;
    display: block;
  }
}

@media all and (max-width: 860px){
  .menu {
    width: 50%;
  }
}

@media all and (max-width: 850px){
  .home-blok {
    width: 50%;
  }

  .home-blok:last-child {
    width: 100%;
    height: 600px;
  }

  .foto-item {
    width: 33.33%;
  }
}

@media all and (max-width: 800px){
  .footer-item {
    width: 50%;
  }
  
  .faq h1 img {
    left: 50%;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  .faq h1 span {
    width: 100%;
    padding-left: 0 !important;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .faq h1 {
    text-align: center;
    padding-top: 50px;
  }

  .faq li>img {
    display: none;
  }

}

@media all and (max-width: 720px){
  #contactdinge {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  
  .contact-form {
    width: 100%;
  }
}

@media all and (max-width: 650px){
  .resetheight{
    height: auto !important;
  }
  .Prlijst > div{
    width: 100%;
    padding: 2%;
    height: auto !important;
  }

  .home-blok {
    height: 450px;
    min-height: 450px;
  }
}

@media all and (max-width: 600px){
  .footer-item {
    width: 70%;
    margin: 0 auto;
    display: block;
    float: inherit;
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-item div:nth-child(2) {
    text-align: left;
  }

  .menu {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .menu-blok {
    min-height: 0;
    height: auto;
    padding-bottom: 70px;
  }

  .foto-item {
    width: 50%;
  }
}

@media all and (max-width: 500px){
  .home-blok {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .footer-item {
    width: 100%;
  }

  .footer-item div {
    width: 5%;
  }

  .footer-item div:nth-child(2) {
    width: 95%;
  }

  .faq p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  .home-blok:last-child {
    height: auto;
  }
}

@media all and (max-width: 450px){
  .logo {
    width: 200px;
  }

  .nav-res {
    width: 100%;
  }

  .nav-res ul li {
    font-size: 1.3em;
    padding: 15px 20px;
  }

  #home-slider {
    height: 250px !important;
  }

  .innerslider {
    min-height: 250px !important;
  }

  .innerslider h1 {
    font-size: 1.4em;
  }

  .innerslider p {
    display: none;
  }

  .tickertape {
    height: 200px;
  }

  .foto-item {
    width: 100%;
  }
}

@media all and (max-width: 400px){
  .contact-info p
  {
    padding-left: 30px;
  }

  #contactdinge
  {
    padding: 0;
  }
}

@media all and (max-width: 350px){
  .logo {
    width: 150px;
  }
}