@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
  -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: 'Quicksand', sans-serif;
}

#container {
 min-height:100%;
 position:relative;
}

.mainHeader {
  width: 100%;
  height: 120px;
  background-color: #fff;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  max-width: 1500px;
  margin: 0 auto;
}

.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.buttons div {
  width: 31%;
  margin: 1%;
  padding: 15px;
  text-align: center;
}

.buttons div h2 {
  color: #2994d6;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 15px;
}

.buttons div a {
  background-color: #2994d6;
  border-radius: 4px;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 700;
  color: white;
  display: inline-block;
}

.awards {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  background-color: #f6f6f6;
  font-size: 1.1em;
  font-weight: 700;
  color: #626262;
}

.awards img {
  width: 150px;
  margin-right: 10px;
}

.mainHeader nav {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}

.mainHeader nav a {
  height: 100%;
  display: flex;
  padding-top: 40px;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #2994d6;
  border-bottom: 2px solid white;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  padding-left: 30px;
  outline: none;
}

.mainHeader nav span {
  padding: 5px 0;
  border-bottom: 2px solid #fff;
}

.mainHeader nav .active span {
  border-bottom: 2px solid #2994d6;
  color: #2994d6;
}

.mainHeader nav .call_to_action{
  color: #FFF;
  background-color: #2994d6;
  padding: 8px 20px;
  height: auto;
  margin-top: 36px;
}

.link:hover span {
  border-bottom: 2px solid #2994d6;
  color: #2994d6;
}

.socials {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.socials img {
  width: 30px;
  margin: 0 10px;
}

.upontop {
  background-color: #2994d6;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 10px;
  color: white;
  font-size: .9em;
}

.specialLink {
  width: 300px;
  padding-top: 0 !important;
  height: 130% !important;
  z-index: 100;
  margin-top: 50px;
  border: none !important;
  background-color: white;
  border-radius: 200px;
}

.upontop div {
  padding: 5px 0;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 20px;
}

.upontop a {
  color: white;
  font-size: .9em;
}

.upontop div img {
  width: 20px;
  margin-right: 5px;
}

.logo {
  height: 100%;
  background-color: #fff;
}

.slider{
  max-width: 1460px;
  margin: 0 auto;
  margin-bottom: -30px;
  /* padding: 20px; */
}

.slick-arrow {
  /* position: absolute; */
  /*right: 10px;
  bottom: 55px; */
  width: 35px;
  height: 35px;
  background-color: #2994d6;
  color: white;
  z-index: 2;
  border: none;
  cursor: pointer;
}

.slider article {
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.slideContent {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-bottom: 40px;
}

.bigimg {
  display: block !important;
}
.medimg, .smaimg {
  display: none !important;
}

.slideText {
  width: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.slideText h2 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px;
  text-align: center;
}

.slideText p {
  letter-spacing: 1px;
  color: white;
  line-height: 150%;
  font-size: 1.3em;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}

.slideText a {
  color: #fff;
  background-color: #2994d6;
  padding: 10px 25px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}

.slideimg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.slider .overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.3);
}

.smalltopbanner {
  height: 120px;
  width: 100%;
  
}

/* .bann {
  width: 100%;
  background-position: center;
  background-size: cover;
  } */

  .bann article {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* position: relative; */
  }

/* .bann article h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 150%;
  letter-spacing: 2px;
  padding: 0 10px;
  border-left: #2994d6 4px solid;

  } */

/* .page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 10px;
}

.mainTitle {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4em;
  color: #2994d6;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}

.mainTitle img {
  width: 35px;
  margin-right: 10px;
}

.pageHeader p {
  text-align: center;
  color: #757575;
  font-size: 1.1em;
  line-height: 150%;
  margin-top: 30px;
}

.pageHeader p strong {
  color: #2994d6;
  } */

  /* Page Header */

  .page_header {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .page_header>div:first-of-type {
    height: 45px;
    width: 2px;
    background-color: #2994d6;
    margin-bottom: 30px;
  }

  .page_header>h2 {
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .page_header>h1 {
    color: #2994d6;
    font-weight: 700;
    font-size: 3em;
    text-align: center;
    max-width: 700px;
    margin-bottom: 20px;
  }

  .page_header_tekst {
    line-height: 150%;
    font-weight: 200;
    font-size: 1.5em;
    color: #818181;
    width: 100%;
    text-align: center;
  }

/* .small_background{
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  } */

  /* Einde Page Header */

  /* Home blokken */

  .blokkenoverzicht {
    width: 1460px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 0 0;
  }

  .blokkenoverzicht > li {
    margin-bottom: 30px;
  }
  .blokkenoverzicht > li img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
  }
  .blokkenoverzicht > li .content {
    z-index: 10;
    position: relative;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 8%;
    padding-bottom: 10%;
    display: flex;
    justify-content: space-between;
  }
  .blokkenoverzicht > li .content::before {
    background-color: #EDF3F2;
    height: 110%;
    width: 43%;
    top: -20%;
    left: 3%;
    content: "";
    position: absolute;
    z-index: -5;
  }
  .blokkenoverzicht > li .content .overview {
    width: 45%;
    position: relative;
  }
  .blokkenoverzicht > li .content .overview h2 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    width: 70%;
    line-height: 120%;
  }
  .blokkenoverzicht > li .content .overview hr {
    width: 6rem;
    height: 0.4rem;
    background-color: #2994d6;
    border: none;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .blokkenoverzicht > li .content .overview h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .blokkenoverzicht > li .content .overview .bol{
    width: 80px;
    height: 80px;
    border-radius: 200px;
    background-color: #2994d6;
    position: absolute;
    top: -33px;
    left: -39px;
    z-index: -1;
  }
  .blokkenoverzicht > li .content .overview p {
    font-size: 1.75rem;
    line-height: 110%;
  }
  .blokkenoverzicht > li .content .description {
    width: 45%;
    padding-top: 50px;
  }
  .blokkenoverzicht > li .content .description p {
    font-size: 1.75rem;
    line-height: 130%;
  }
  .blokkenoverzicht > li:nth-child(even) .content::before {
    right: 3%;
    left: unset;
  }
  .blokkenoverzicht > li:nth-child(even) .content .overview {
    order: 1;
    text-align: right;
  }
  .blokkenoverzicht > li:nth-child(even) .content .overview h2 {
    margin-left: auto;
    width: unset;
  }
  .blokkenoverzicht > li:nth-child(even) .content .overview hr {
    margin-left: auto;
    margin-right: 0;
  }

  /* Einde home blokken */

  /* GDPR */ 

  #content-container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    margin: auto;
  }

  #content-container h1 {
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    color: #2994d6;
    margin-bottom: 20px;
    margin-top: 150px;
  }


  #content-container h2 {
    color:#2994d6;
    font-size:2.4em;
    font-weight:bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
  }

  #content-container h3 {
    background: #2994d6;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }

  #content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
  }

  #content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
  }

  #content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
    font-size: 1.2em;
  }

  #content-container ul {
    margin-left: 3em;
  }

  #content-container table {
    width: 100%;
  }

  #content-container a {
    color: #2994d6;
    font-weight: 700;
  }

  #gdpr-wrapper {
    min-height:100%;
    position:relative;
  }

  #content-container thead {
    background-color: #4C4C4C;
    color: #fff;
  }


  #content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
  }

  #content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
  }

  #content-container tbody td p {
    padding: 0px;
  }

  #content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
  }



  /* Einde GDPR */


  /*=====RESMENU=====*/

  .mainHeader nav .call_to_action{
    color: #FFF;
    background-color: #2994d6;
    padding: 8px 20px;
    height: auto;
    margin-top: 36px;
  }

  .mainHeader .res-menubtn .call_to_action{
    color: #FFF;
    background-color: #2994d6;
    padding: 8px 20px;
    height: auto;
    margin-right: 20px;
  }

  .res-menubtn{
    display: none;
  }

  .overlay {
    background-color: rgba(0,0,0,.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 109;
    display: none;
  }

  .closebtn {
    position: absolute;
    left: 24px;
    top: 37px;
    width: 30px;
    cursor: pointer;
  }

  .menubtn {
    width: 30px;
    height: 30px;
    background-image: url(/images/menubtn.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
  }

  .resnav {
    position: fixed;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    max-width: 100%;
    width: 400px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 20px;
    padding-left: 0;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding-top: 130px;
    transition: all .3s;
    right: -450px;
    background-color: #fff;
  }

  .resnav a {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    font-weight: 700;
    color: #2994d6;
    padding: 20px 0;
    padding-left: 20px;
    letter-spacing: 2px;
    border-left: 5px solid white;
  }

  .resnav a img {
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0;
  }

  .resnav a:hover {
    border-left: 5px solid #2994d6;
  }

  .resnav .active {
    border-left: 5px solid #2994d6;
  }

  .innernav {
    width: 100%;
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: flex-start;
  }

  .innernav>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.6em;
    font-family: 'Oswald', sans-serif;
    transition: all .3s;
    padding: 18px 30px;
    font-weight: 400;
    margin: 10px 0;
    color: #000;
    position: relative;
    padding-left: 70px;
  }

  .innernav>a img {
    opacity: 0;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 20px;
    top: 55%;
    transform: translateY(-50%);
  }

  .innernav .active img {
    opacity: 1 !important;
  }

  .innernav>a:hover img {
    opacity: 1;
  }

  .topnav {
    top: 0;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(/images/pattern.png);
  }



  /*=====KAART=====*/
  #kaart {  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    padding-bottom:50px; 
    color:#101010; 
    width: 100%;
    margin:auto;
  }

  #kaart h2 { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: 2px;
    box-sizing: border-box; 
    padding:10px;   
    border:1px solid #2994d6; 
    text-align:center; 
    text-transform:uppercase;
    margin-bottom:10px; 
    margin-top:40px;
    color: #fff;
    background-image: url(/images/pattern.png);
  }

  #kaart ul li { 
    border-bottom:1px dotted #000; 
    font-size:.9em; 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;
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
  }

  #kaart ul li span { 
    width:70%; 
    display:inline-block;
  }

  .item {
    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%;
  }
  /*=================*/


  /*=====TICKERTAPE=====*/
  #ttcontainer {
    height: 250px;
    position: relative;
    background-image: url(/images/tickerbg.jpg);  
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
  }
/* #ttcontainer .center {    
  width: 96%;
  } */
  #tickertape {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    background-color: rgba(255,255,255,0.3);
  }
  #tickertape:after {
    clear: both;
    display: block;
    content: "";
  }
  #tickertapeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1200px;
    letter-spacing: 2px;
    line-height: 180%;
  }
  .ticker_txt {
    color: #2994d6;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 150%;
    letter-spacing: 2px;

    padding: 0 10px;
  }

  .ticker_txt span {
    background-color: white;
    border-radius: 5px;
    padding: 5px 10px;
  }
  .ticker_txt p:first-child {
    padding-right: 100px;
  }
  .ticker_txt p:last-child {
    padding-left: 100px;
  }
  .ticker_txt strong {
    font-size: 120%;
    font-weight: bold;
  }

  /*=================*/

  /* Hotel */

  .hotel_slider{
    position: relative;
  }

  .hotel_slider img {
    width: 100%;
  }

  .hotel_slider .slick-arrow {
    position: absolute;
  /*right: 10px;
  bottom: 55px; */
  width: 35px;
  height: 35px;
  background-color: #2994d6;
  color: white;
  z-index: 2;
  border: none;
  cursor: pointer;
}

.hotel_slider .slick-next {
  bottom: 10px;
}


/* Einde Hotel */


/*=====BLOKKEN=====*/
.homepage {
  background-color: #f7f7f7;
}

.blokken_content {
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 40px;
}

.blokken_row {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: space-between;
}

.blokken_col {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  /* padding-left: 0; */
}

/* .blokken_col:nth-child(even){
  padding-left: 20px;
  padding-right: 0;
  } */

  .blokken_col img {
    width: 100%;
  }

  .blokkentext{
    padding-left: 30px;
    padding-right: 20px;
    margin: auto 0;
  }

  .blokken_row:nth-child(even) {
    text-align: right;
  }

  .blokken_row:nth-child(even) .blokkentext {
    order: 0;
    padding-left: 20px;
    padding-right: 30px;
  }

  .blokken_row:nth-child(even) .blokkenimg {
    order: 1;
  }


  .blokken_col h2 {
    text-transform: uppercase;
    font-size: 1.7em;
    color: #2994d6;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 150%;
    font-family: 'Quicksand', sans-serif;
  }

  .blokken_col p {
    line-height: 150%;
    color: #575756;
    font-size: 1.3em;
  }

  .blokken_col p a {
    background-image: none;
    padding: 0;
    color: #2994d6;
    font-weight: 700;
  }

  .buttonmne {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #2994d6;
    text-transform: uppercase;
    color: #2994d6;
    letter-spacing: 2px;
    margin-top: 15px;
    text-decoration: none;
    transition: all .3s;
  }

  .buttonmne:hover {
    background-color: #2994d6;
    color: white;
  }

  /*=================*/

  /* tickertape */

  .tickertape span{
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    color: #1E1e1E;
    margin-top: 6rem;
    margin-bottom: 6rem;
    line-height: 120%;
  }

  .tickertape p{
    text-align: center;
    width: 100%;
  }

  .tickertape .slogan span{
    color: #C6C0C4;
  }

  .bolletjes{
    display: none;
    justify-content: space-between;
    width: 100px;
    margin: 0 auto;
    align-items: center;
  }

  .bolletjes div{
    background-color: #2994d6;
    border-radius: 200px;
  }

  .bolletjes div:nth-child(1), .bolletjes div:nth-child(5){
    width: 10px;
    height: 10px;
    opacity: 0.5;
  }

  .bolletjes div:nth-child(2), .bolletjes div:nth-child(4){
    width: 15px;
    height: 15px;
    opacity: 0.7;
  }

  .bolletjes div:nth-child(3){
    width: 20px;
    height: 20px;
  }

  /* Einde tickertape*/


  /*=====FOOTER=====*/

  footer{
    background-color: #2994d6;
  }

  body footer .upper-footer .streepje{
    background-color: #FFF;
  /* width: 25px;
  height: 2px; */
  width: 2px;
  height: 25px;
  display: none;
}

body footer .upper-footer {
  color: white;
  display: flex;
  justify-content: space-between;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

body footer .upper-footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

body footer .upper-footer>div {
  z-index: 5;
  margin-left: 4rem;
  margin-right: 4rem;
}

body footer .upper-footer>div h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

body footer .upper-footer>div .content {
  display: flex;
}

body footer .upper-footer>div .content .icons {
  display: flex;
  flex-direction: column;
  width: 2.5rem;
}

body footer .upper-footer>div .content .socials_icons{
  flex-direction: row;
}

body footer .upper-footer>div .content .socials_icons a:nth-child(n+2){
  margin-left: 10px;
}

body footer .upper-footer>div .content .socials_icons i:hover{
  cursor: pointer;
}

body footer .upper-footer>div .content .socials_icons a{
  color: #FFF;
}

body footer .upper-footer>div .content .socials_icons i{
  font-size: 1.5em;
}

body footer .upper-footer>div .content .socials_icons .insta{
  font-size: 1.9rem;
}

body footer .upper-footer>div .content .icons .material-icons, body footer .upper-footer>div .content .algemeen_icon{
  font-size: 1.1em;
}

body footer .upper-footer>div .content .icons .material-icons,
body footer .upper-footer>div .content .icons i {
  line-height: 1.8rem;
}

body footer .upper-footer>div .content .details p {
  line-height: 1.8rem;
  font-size: 1.1rem;
}

body footer .upper-footer>div .content .details p a {
  color: white;
}

body footer .upper-footer>div .content .details p a:hover {
  text-decoration: underline;
}

body footer .upper-footer>div.social-mobile {
  display: none;
}

body footer .upper-footer>div.social-mobile p a {
  color: white;
  font-size: 3.5rem;
}

.upper-footer > h3{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  z-index: 100;
  font-weight: bold;
  margin-bottom: 1rem;
  display: none;
}

.siteby {
  color: #ffffff;
  text-align: center;
  line-height: 150%;
  font-size: .8em;
  padding: 5px;
  background-color: #15364A;
}

.siteby a {
  color: #ffffff;
  text-decoration: none;
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

.withlove i {
  animation: heartbeat 1.2s infinite;
}

/*=================*/

/* COOKIE MELDING 
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  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;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

#PLCookie article div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}


@media screen and (max-width: 550px) {
  #PLCookie article {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  #PLCookie article div {
    padding-top: 10px;
  }
  }*/

  /* 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 {
   color: #353535;
   font-size: 1.6em;
   font-weight: 700;
   margin-bottom: 15px;
   line-height: 30px;
   font-weight: 700;
 }

 #PLCookie p {
   max-width: 500px;
   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 {
   padding: 15px;
   background-color: #2994d6;
   border: 1px solid #2994d6;
   font-weight: 700;
   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: #2994d6;
   border: 1px solid #2994d6;
 }

 /* NEW COOKIE END */

 /*=====SFEERBEELDEN=====*/

 .sfeerbeelden {
  max-width: 1400px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  display: block;
}

.walloffame {
  width: 100%;
}

.walloffame > div {
  width: 33.3333333333%;
  padding:10px;
}

.walloffame > div > img {
  width: 100%;
  transition: all .5s;
  cursor: pointer;
}

.walloffame > div:hover > img {
  width: 102%;
  margin-top: -1%;
  margin-left: -1%;
}

.wof_item {
  position: relative;
}

.wof_item .wof_titel {
  position: absolute;
  bottom: 20px;
  left:20px;
  padding:10px 20px;
  color: white;
  background-image: url(/images/pattern.png);

}

.wof_item.wof_ak > div {
  width: 100%;
  position: relative;
  background-color: #ef5b1f;
}

.wof_item.wof_ak > div > span {
  position: absolute;
  top:50%;
  left:50px;
  right:50px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
}

.wof_item.wof_ak > div:after {
  padding-top:100%;
  content:'';
  display: block;
}

/*=================*/



/*====CONTACT====*/

.screen-container {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

body .contactInfo .container> .contact_streepje{
  /* width: 25px;
  height: 2px; */
  width: 2px;
  height: 25px;
  background-color: #2994d6;
  margin: 0 auto;
  display: none;
}

#dasmap {
  width: 100%;
  height: 625px;
}

.contactInfo {
  position: relative;
}

.contactInfo>.container {
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.1);
  padding: 4rem;
  margin-top: -60px;
  margin-bottom: 20px;
  background-color: white;
  color: #4B4B4B;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

body .contactInfo>.container>div {
  margin-left: 2rem;
  margin-right: 2rem;
}

body .contactInfo>.container>div h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2994d6;
}

body .contactInfo>.container>div .content {
  display: flex;
}

body .contactInfo>.container>div .content .icons {
  display: flex;
  flex-direction: column;
  width: 2.5rem;
}

body .contactInfo>.container>div .content .icons .material-icons,
body .contactInfo>.container>div .content .icons i {
  line-height: 1.8rem;
  font-size: 1.1rem;
}

body .contactInfo>.container>div .content .details p {
  line-height: 1.8rem;
  font-size: 1.1rem;
}

body .contactInfo>.container>div .content .details p a {
  color: #4B4B4B;
}

body .contactInfo>.container>div .content .details p a:hover {
  text-decoration: underline;
}

body .contactForm {
  width: 100%;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

body .contactForm  input[type=text],
body .contactForm  input[type=email],
body .contactForm  input[type=tel] {
  font-family: "Quicksand", serif;
  font-size: 1.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  height: 3rem;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 2px solid #F4F4F4;
}

body .contactForm  input[type=text]:focus,
body .contactForm  input[type=email]:focus,
body .contactForm  input[type=tel]:focus{
  border-bottom: 2px solid #2994d6;
}

body .contactForm  input[type=submit] {
  border: 2px solid #2994d6;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  background-color: #2994d6;
  padding: 10px 35px;
  transition: all 0.3s ease;
}

body .contactForm  input[type=submit]:hover {
  color: #2994d6;
  background-color: transparent;
  cursor: pointer;
}

body .contactForm  input[type=submit]:disabled {
  cursor: auto;
  background-color: #2994d6;
  color: #fff;
  opacity: .5;
}

.contactForm #NaamInput {
  width: 49%;
}

.contactForm #EmailInput {
  width: 100%;
}


body .contactForm textarea {
  font-family: "Quicksand", serif;
  font-size: 1.2rem;
  padding: 1rem;
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 2px solid #F4F4F4;
}

body .contactForm textarea:focus{
  border-bottom: 2px solid #2994d6;
}

body .attentionFrame {
  border: 2px solid #2994d6;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-bottom: 5rem;
  position: relative;
  width: 55%;
  box-sizing: border-box;
}

body .attentionFrame h2 {
  color: #2994d6;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  background-color: white;
  padding: 1rem;
  text-align: center;
}

body .attentionFrame p {
  color: #4B4B4B;
  text-align: center;
  line-height: 1.8rem;
  font-size: 1.2rem;
}


/*=================*/

/*=====SUGGESTIES=====*/

.suggesties {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.suggestie {
  width: 31.33%;
  margin: 1%;
}

.innersuggestie {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(150,150,150,0.34);
  -moz-box-shadow: 0px 0px 21px 0px rgba(150,150,150,0.34);
  box-shadow: 0px 0px 21px 0px rgba(150,150,150,0.34);
}

.suggitems hr:last-child {
  display: none;
}

.suggestie h2 {
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  padding: 10px;
  line-height: 150%;
  font-size: 1.1em;
  background-image: url(/images/pattern.png);
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  -ms-align-items: center;
  align-items: center;
  color: white;
}

.suggestie h3 {
  padding: 0 10px;
  line-height: 150%;
  text-align: center;
  font-size: .9em;
}

.suggestie img {
  width: 100%;
}

/* Kunstgalerij */

.art{
  max-width: 1400px;
  margin: 0 auto;
}

.art h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 20px;
}

.art .lijntje{
  height: 0.2rem;
  width: 50px;
  background-color: #2994d6;
  margin-left: 20px;
  margin-bottom: 10px;
}

.art .c {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 150%;
  font-size: 18px;
}

/* einde kunstgalerij */

/* Reserveren new */

.reservatie {
  width: 100%;
  text-align: center;
}

.reservatie-online {
  width: 50%;
  margin: 2em auto;
  text-align: center;
}

.reservatie iframe {
  width: 550px;
  height: 1200px;
}


/* einde reserveren new */

/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.bevestiging i {
  font-size: 2em;
  color: #2994d6;
}

.bevestiging h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #2994d6;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 700;
  font-size: 1.7em;
  text-align: center;
  color: #2994d6;
  margin-bottom: 10px;
  width: 100%;
}

.bevestiging p {
  line-height: 150%;
  color: #2994d6;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #2994d6;
  font-weight: 200;
  color: white;
  margin-top: 20px;
}

.bevestiging a:hover {
  background-color: transparent;
  color: #2994d6;
  border: 1px solid #2994d6;
}

/* Einde Bevestiging*/

/*=================*/


/*=====RESPONSIVE=====*/
@media screen and (max-width: 2000px){
  .reservatie .reservatie-online iframe{
    width: 1000px;
  }
}

@media screen and (max-width: 1950px){
  .reservatie .reservatie-online iframe{
    width: 975px;
  }
}

@media screen and (max-width: 1900px){
  .reservatie .reservatie-online iframe{
    width: 950px;
  }
}

@media screen and (max-width: 1850px){
  .reservatie .reservatie-online iframe{
    width: 925px;
  }
}

@media screen and (max-width: 1800px){
  .reservatie .reservatie-online iframe{
    width: 900px;
  }
}

@media screen and (max-width: 1750px){
  .reservatie .reservatie-online iframe{
    width: 875px;
  }
}

@media screen and (max-width: 1700px){
  .reservatie .reservatie-online iframe{
    width: 850px;
  }
}

@media screen and (max-width: 1650px){
  .reservatie .reservatie-online iframe{
    width: 825px;
  }
}

@media screen and (max-width: 1600px){
  .reservatie .reservatie-online iframe{
    width: 800px;
  }
}

@media screen and (max-width: 1550px){
  .reservatie .reservatie-online iframe{
    width: 775px;
  }
}

@media screen and (max-width: 1500px){
  .reservatie .reservatie-online iframe{
    width: 750px;
  }
}

@media screen and (max-width: 1460px){
  .blokkenoverzicht {
    width: 100%;
  }
  .blokkenoverzicht > li .content .overview h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .blokkenoverzicht > li .content .overview hr {
    margin-bottom: 1rem;
  }
  .blokkenoverzicht > li .content .overview h3, .blokkenoverzicht > li .content .overview p {
    font-size: 1.3rem;
  }
  .blokkenoverzicht > li .content .description p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1450px){
  .reservatie .reservatie-online iframe{
    width: 725px;
  }
}

@media screen and (max-width: 1400px) {
  .walloffame > div {
    width: 33.3333333333%;
  }

  .reservatie .reservatie-online iframe{
    width: 700px;
  }

  body .maps {
    margin-bottom: 2rem;
  }
  body .contactInfo {
    height: unset;
    margin-bottom: 4rem;
  }
  body .contactInfo .container {
    padding: 2rem;
    position: unset;
    transform: unset;
    width: 100%;
    box-sizing: border-box;
  }
  body .contactInfo .container>div {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .screen-container {
    width: 95%;
  }
  .screen-container-large {
    width: 95%;
  }
}

@media screen and (max-width: 1350px){
  .reservatie .reservatie-online iframe{
    width: 675px;
  }
}

@media screen and (max-width: 1300px){
  .reservatie .reservatie-online iframe{
    width: 650px;
  }
}

@media screen and (max-width: 1250px){
  .reservatie .reservatie-online iframe{
    width: 625px;
  }

  .slogan{
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1200px){
  .blokkenoverzicht > li .content {
    padding: 15px;
  }
  .blokkenoverzicht > li .content::before {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
  .blokkenoverzicht > li .content .description {
    width: 65%;
    padding-right: 10px;
    width: 100%;
    padding-top: 0;
  }

  .blokkenoverzicht > li .content {
    flex-direction: column;
  }
  .blokkenoverzicht > li .content .overview {
    width: 100%;
    margin-bottom: 2rem;
  }
  .blokkenoverzicht > li:nth-child(even) .content .overview {
    order: 0;
    text-align: left;
  }
  .blokkenoverzicht > li:nth-child(even) .content .overview h2 {
    margin-left: 0;
    width: unset;
  }
  .blokkenoverzicht > li:nth-child(even) .content .overview hr {
    margin-left: 0;
    margin-right: auto;
  }
  .blokkenoverzicht > li .content .overview .bol{
    display: none;
  }

  .reservatie .reservatie-online iframe{
    width: 600px;
  }

  body .contactForm {
    width: 90%;
  }
  body .attentionFrame {
    width: 90%;
  }

  .app_aside .contactForm {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1150px) {
  .walloffame > div {
    width: 33.3333333333%
  }

  .contactheight {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .contacteer-ons {
    margin-right: 0;
  }
  .contacteer-ons > img {
    max-width: 390px;
  }

  .location {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }

  .reservatie .reservatie-online iframe{
    width: 575px;
  }
}

@media screen and (max-width: 1100px){
  .reservatie .reservatie-online iframe{
    width: 550px;
  }

  body .contactInfo .container {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.5rem;
  }
  body .contactInfo .container>div {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    margin-left: unset;
    margin-right: unset;
    width: 50%;
  }
  body .contactInfo .container>div .content {
    justify-content: center;
  }

  body .contactInfo>.container>div .content .icons {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  body footer .upper-footer {
    justify-content: space-between;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body footer .upper-footer>div {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mainHeader {
    height: 80px;
    justify-content: space-between;
  }

  .mainHeader nav {
    display: none;
  }

  .logoRes, .menubtn {
    display: block;
  }
  .bigimg {
    display: none !important;
  }
  .medimg {
    display: block !important;
  }
  .reservatie .reservatie-online iframe{
    width: 525px;
  }

  .res-menubtn{
    display: flex;
  }
}


@media screen and (max-width: 1000px) {

  .page_header>div:first-of-type{
    height: 30px;
  }

  .slider article {
    height: 500px;
  }

  .ticker_txt {
    font-size: 1.5em;
  }

  .suggestie {
    width: 48%;
  }

  #ttcontainer{
    background-attachment: inherit;
  }

  .reservatie .reservatie-online iframe{
    width: 500px;
  }

}

@media screen and (max-width: 950px) {

  .page_header_tekst{
    width: 98%;
    margin: 0 auto;
  }

  #content-container h1 {
    font-size: 2.5em;
    margin-bottom: 60px !important;
  }

  #content-container h2 {
    font-size:1.8em;
  }


  .Prlijst > div {
    width: 50%;
  }

  .buttons div {
    width: 100%;
  }

  .reservatie .reservatie-online iframe{
    width: 475px;
  }
}

@media screen and (max-width: 900px){
  .reservatie .reservatie-online iframe{
    width: 450px;
  }
}

@media screen and (max-width: 860px) {


  .blokken_col {
    width: 100%;
  }

  .blokken_row{
    margin-bottom: 0;
  }

  .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;
  }

  .footer-item img {
    display: none;
  }
}

@media screen and (max-width: 850px){
  body footer .upper-footer {
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  body footer .upper-footer>div {
    margin: unset;
    width: 48%;
    margin-bottom: 4rem;
  }
  body footer .upper-footer>div.social {
    display: none;
  }
  body footer .upper-footer>div.social-mobile {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    width: 50%;
  }
  body footer .upper-footer>div.social-mobile p {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .reservatie .reservatie-online iframe{
    width: 850px;
  }
}

@media screen and (max-width: 800px) {
  #ttcontainer {
    height: 250px;
  }
  .ticker {
    height: inherit;
  } 
  #tickertapeholder .ticker_txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .walloffame > div {
    width: 50%
  }

  .slider article {
    height: 400px;
  }

  .slideText h2 {
    font-size: 1.5em;
  }

  .slideText p {
    font-size: 1em;
  }

  .bigimg, .medimg {
    display: none !important;
  }

  .smaimg {
    display: block !important;
  }

  .reservatie-online{
    margin: 2em 0;
  }

  .reservatie .reservatie-online iframe{
    width: 800px;
  }
}

@media screen and (max-width: 750px) {



  .Prlijst > div {
    width: 100%;
  }

  .suggestie {
    width: 100%;
    margin: 5% 0;
  }

  .reservatie .reservatie-online iframe{
    width: 750px;
  }
}

@media screen and (max-width: 700px){
  .reservatie .reservatie-online iframe{
    width: 700px;
  }

  .slogan{
    font-size: 1.8rem;
  }

  .contactForm #NaamInput{
    width: 100%;
  }

  .bolletjes{
    display: flex;
  }
}

@media screen and (max-width: 650px) {
  #kaart h2 {
    margin-top: 0;
  }
  #content-container h1 {
    font-size: 2.1em;

  }

  #content-container h2 {
    font-size:1.5em;
  }

  .reservatie .reservatie-online iframe{
    width: 650px;
  }

  body .contactInfo {
    width: 88%;
  }
  body .contactInfo .container>div {
    width: 100%;
  }

  body .contactInfo .container> .contact_streepje{
    display: block;
  }
}

@media screen and (max-width: 660px){
  body .attentionFrame{
    padding-top: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .contactheight {
    width: 100%;
    margin-right: 0;
    min-width: 1px;
  }
  .contacteer-ons {
    margin-top: 20px;
  }
  .contactheight {
    min-height: 1px;
    margin-bottom: 30px;
  }
  .contact-form p {
    margin-bottom: 0;
  }  
  #dasmap {
    height: 250px;
  } 

  .contacteer-ons > img {
    width: 100%;
    max-width: 1000px;
  }

  .contact-form input[type="submit"] {
    position: relative;
    float: right;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  body footer .upper-footer {
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
    flex-direction: column;
  }
  body footer .upper-footer>div {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  body footer .upper-footer>div .content {
    justify-content: center;
  }

  body footer .upper-footer>div .content .algemeen_icon{
    display: none;
  }

  #ttcontainer {
    height: 250px;
  } 
  .ticker {
    height: inherit;
  } 
  #tickertapeholder .ticker_txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wof_item.wof_ak {
    width: 100%;
  }

  .walloffame > div {
    width: 100%
  }
  
  .slider article {
    height: 300px;
  }

  .openingsuren_container {
    padding: 0;
  }

  .openingsuren_container article {
    background-color: #fff;
  }

  .reservatie .reservatie-online iframe{
    width: 600px;
  }

  body footer .upper-footer .streepje{
    display: block;
  }
}

@media screen and (max-width: 550px){
  .reservatie .reservatie-online iframe{
    width: 550px;
  }
}

@media screen and (max-width: 500px) {
  .bevestiging h1 {
    font-size: 1.4em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .bevestiging p {
    font-size: 15px;
  }

  .bevestiging a {
    font-size: 14px;
  }
  #content-container h1 {
    font-size: 1.8em;

  }
  .ticker_txt {
    font-size: 1.4em;
  }
  .ticker_txt p:first-child {
    padding-right: 0px;
    display: inline;
    margin: 0;
  }
  .ticker_txt p:last-child {
    padding-left: 0px;
    display: inline;
  }
  .ticker_txt strong {
    font-size: 120%;
    font-weight: bold;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  #PLCookie h2 {
    font-size: 1.2em;
  }

  #PLCookie p {
    font-size: .9em;
  }

  .PL_Buttons a {
    width: 100%;
    font-size: .9em;
  }

  .reservatie .reservatie-online iframe{
    width: 500px;
  }

  .mainHeader .res-menubtn .call_to_action{
    padding: 5px 10px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 450px){
  .reservatie .reservatie-online iframe{
    width: 450px;
  }
}


@media screen and (max-width: 430px){
  .blokkenoverzicht > li .content .overview h2 {
    font-size: 1.5rem;
    line-height: 115%;
  }
  .blokkenoverzicht > li .content .overview hr {
    height: 4px;
    width: 2.5rem;
  }
}

@media screen and (max-width: 400px){
  .reservatie .reservatie-online iframe{
    width: 400px;
  }
}

@media screen and (max-width: 390px){
  body .attentionFrame{
    padding-top: 4rem;
  }
}

@media screen and (max-width: 350px){
  .reservatie .reservatie-online iframe{
    width: 350px;
  }
}

@media screen and (max-width: 300px){
  .reservatie .reservatie-online iframe{
    width: 300px;
  }
}

@media screen and (max-width: 250px) {
  #ttcontainer {
    height: 350px;
  } 

  .reservatie .reservatie-online iframe{
    width: 250px;
  }
}