html {
  background: #f5ddee;
  box-sizing: border-box;
}

body,html {
    font-family: 'Calibri','Nunito Sans';
    color: #000;
    font-size: 15px;
    line-height: 1.35;
    font-weight:300;
    height: 100%;
    margin:0;
    padding:0;
}


div#wrapper {
    position:relative;
    text-align: left;
    height: 100%;
}

div.clear {
    clear:both;
}

/* Content  */
div#content {
    margin:0;
    padding-bottom: 40px;
    height: 100%;
}

.linkslijnen {
  float: left;
}

#mobiel-container {
  display: none;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

p a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

input {
  margin: 0 0 10px 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 4px;
  border-width: 0;
}


strong {
  font-weight:700;
}


div.spacer {
  width: 100%;
  height: 50px;
  margin: 0;
  /*border-radius: 10px;*/
}

div.information-light {
  width: 100%;
  margin: 0;
  /*border-radius: 10px;*/
}

div.information-white {
  background-color: #fff;
  margin: 0;
  padding: 40px;
  /*border-radius: 10px;*/
}

div.information-light .text-block {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  color: #000;
  padding:0;
  /*border-radius: 10px;*/
}

div.information-light .text-footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%
  color: #999;
  padding:0;
  text-align: center;
  /*border-radius: 10px;*/
}

div.information-white .text-block-50 {
  position: relative;
  float: left;
  width: 50%;
  height: 450px;
  background-color: #fff;
  padding:0px 0px 0px 0px;
  /*border-radius: 10px;*/
}

.faciliteiten {
  width: 1024px;
  padding-top: 50px;
  background-color: #f7f8f9;
  margin-left: auto;
  margin-right: auto;
}

.faciliteiten ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}


.faciliteiten li {
  float: left;
  display: table-cell;
  font-family: "Open+Sans", sans-serif;
  font-size: 13px;
 color: #545454;
    font-weight:300;
  width: 14%;
  text-align: center;
  line-height: 24px;
}

.faciliteiten li i {
  font-size: 25px;
  color: #7ab198;
}

.wiggle {
  width: 120px;
}

.vertical {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

div.information-testimonial {
  position: relative;
  width: 100%;
  background-color: rgba(0,0,0,.6);
  height: 480px;
  margin: 0;
  color: #fff;
  text-align: center;
  /*border-radius: 10px;*/
}

div.information-light .text-block-left  {
  float: left;
  width: 30%;
  padding:0px 0 0px 0;
  /*border-radius: 10px;*/
}

div.information-light .text-block-right {
  float: left;
  width: 65%;
  color: #000;
  padding:0px 0 0px 40px;
  /*border-radius: 10px;*/
}

div.information-light .text-block-white  {
  position: relative;
  float: left;
  width: 50%;
  height: 420px;
  padding:0px 0px 0px 0px;
  background-color: #fff;
  text-align: center;
  /*border-radius: 10px;*/
}

div.information-light .text-block-image {
  float: left;
  width: 50%;
  height: 420px;
  color: #000;
  padding:0px 0 0px 0px;
  /*border-radius: 10px;*/
}

div.information-light .text-block-image-2 {
  display: none;
}



div.gutter {
  float: left;
    width: 40px;
}



h1 {
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 100;
  padding-bottom: 4px;
  margin: 0
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  line-height: 110%;
  font-weight: 400;
  padding-bottom: 30px;
  margin: 0
}

h2 strong {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}


    div.clear {
    clear:both;
    padding-top: 0px;
}




/*slider van maarten*/



#bgslider { 
  overflow: hidden; 
}
#bgslider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 32s slidy infinite; 
}
#bgslider figure img { 
  width: 20%; 
  float: left; 
  height: 420px;
}

@keyframes slidy {
0% { left: 0%; }
15% { left: 0%; }
20% { left: -100%; }
35% { left: -100%; }
40% { left: -200%; }
55% { left: -200%; }
60% { left: -300%; }
75% { left: -300%; }
80% { left: -400%; }
95% { left: -400%; }
100% { left: 0%; }
}


.large_block .large_block_btn {
  display: none;
}




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

  div#content {
    width: auto;
    padding-bottom: 0px;
}

div.information-intro .intro {
  width: 100%;
}

div.information-light .text-block  {
  width: 86%;
}

div.gutter {
  display: none;
}

div.information-light .text-block-left  {
  float: none;
  width: auto;
  padding:0px 0 0px 0px;
  /*border-radius: 10px;*/
}

div.information-light .text-block-right {
  float: none;
  width: auto;
  padding:20px 0px 0px 0px;
  /*border-radius: 10px;*/
}

.slideshow {
  width: 43%;
}

.menu {
  width: 80%;
}

.faciliteiten {
  width: 90%;
}

h6 {
  font-weight: 100;
  font-size: 25px;
  padding: 0;
  margin: 0;
}

}

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

  div.information-intro .intro .logo {
width: 75%;
}

/*.menu {
  display: none;
}*/

#bgslider figure img { 
  width: 20%; 
  float: left; 
  height: 240px;
}

.menu-mobile {
  display: block;
  width: 80%;
  height: 25px;
  margin: auto;
  padding: 0;
}

.menu-mobile ul {
  display: table;
  height: 25px;
  padding-left: 0;
}

.menu-mobile li {
  float: left;
  display: table-cell;
  padding-right: 20px;
  line-height: 28px;
}

.menu-mobile a {
  text-decoration: none;
  font-family: "proxima_nova_rgregular";
  font-size: 13px;
  letter-spacing: 1px;
  font-weight:100;
  text-transform: uppercase;
  color: #999;
}

.menu-mobile a:hover {
  text-decoration: none;
  color: #000;
}

.faciliteiten {
  display: none;
}

div.information-light .text-block-white  {
  width: 100%;
  height: 480px;
}

div.information-light .text-block-image {
  display: none;
}

div.information-light .text-block-image-2 {
  display: block;
  float: left;
  width: 100%;
  height: 320px;
  color: #000;
  padding:0px 0 0px 00px;
  /*border-radius: 10px;*/
}

div.information-white .text-block-50 {
  width: 100%;
}

.slideshow {
  width: 86%;
  height: 320px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 50px);
    grid-gap: 10px;
}

h2 {
  font-size: 32px;
}


}