/* CSS checkbox */
#PL_privacy {
  margin-top: 10px;
}
.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: relative;
}
.submitholder:after {
    display: block;
    clear: both;
    content: "";
}
.submitholder .submit-warning {
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

/* einde CSS checkbox */

/* Cookie Melding */
.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 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  font-family: 'Montserrat', sans-serif;
  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 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  padding: 15px;
  background-color: #808483;
  border: 1px solid #808483;
  color: #353535;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #353535;
  border: 1px solid #353535;
}
/* Einde Cookie Melding */

#content-container {
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

#content-container h2 {
  color:#7b8181; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  color: #fff;
  background-color: #3a3a3a;
  padding: .6em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  margin-top: 1em;
}
#content-container h3.active {
  background-color: #7b8181;
}

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

#PL_privacy {
  margin-top: 10px;
}
.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: relative;
}
.submitholder:after {
    display: block;
    clear: both;
    content: "";
}
.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%;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #CD1719 !important;
  border-color: #CD1719 !important;
}

.button
{
  cursor: pointer;
  display: inline-block;
  padding: .5em;
  background-color: #6F6F6F;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  margin: 5% 0;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.c
{
  line-height: 1.5em;
}

h1
{
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 1em;
  text-transform: uppercase;
}

h1:first-letter
{
  color: #6F6F6F;
  font-size: 1.2em;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: 'PT Sans', sans-serif;
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   overflow: inherit;
}

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

#fotosdetail img
{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: grayscale(100%);
}

#fotosdetail img:hover
{
  filter: grayscale(0%);
}

#fotosdetail > div
{
  width: 16.66%;
  float: left;
  cursor: pointer;
  position: relative;
}

#fotosdetail > div:after
{
  display: block;
  padding-top: 100%;
  content: '';
}

#fotosdetail:after
{
  content: '';
  display: block;
  clear: both;
}

#fotosdetail .hover
{
  display: none;
}

#fotosdetail > div:hover > .normal
{
  display: none;
}

#fotosdetail > div:hover > .hover
{
  display: block;
}

header
{
  background-color: rgba(255,255,255,.8);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#logo
{
  max-width: 345px;
  margin: 35px 0;
  transition: all .2s;
  color: #000;
  font-size: 1em;
  vertical-align: bottom;
}

#logo div
{
  
  display: inline-block;
  padding-top: 1px;
}

#logo img
{
  margin-top: 3px;
}

#logo span
{
  vertical-align: top;
  margin-left: 5px;
  padding-left: 10px;
  line-height: 20px;
  height: 18px;
  vertical-align: bottom;
  font-size: 24px;
  display: inline-block;
  border-left: 2px solid #000;
  text-transform: uppercase;
}

.superpozzed
{
  position: relative;
  height: 100%;
}

.superpozzed > div
{

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}

.link
{
  height: 150px;
  background-color: #555;
  color: #fff;
  position: relative;
}

.link > img
{
  width: 150px;
  height: 150px;
}

.link > span
{
  position: absolute;
  left: 165px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 15px;
  line-height: 1.5em;
  font-size: .85em;
  text-transform: uppercase;
  font-weight: bold;
}

.smallheader #logo
{
  margin: 18px 0;
  max-height: 12px;
}

.smallheader #content
{
  top: 70px;
}

.news
{
  color: #000;
  display: block;
}

.news h2
{
  font-size: 1.2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  overflow: hidden;
}

.news p
{
  height: 3em;
  line-height: 1.5em;
  overflow: hidden;
}

.dots
{
  text-align: center;
}

.dots > span, .dots:before, .dots:after
{
  content: '';
  display: inline-block;
  margin: 1em .2em;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #000;
}

#taal
{
  float: right;
  font-size: 1.1em;
  text-transform: uppercase;
  height: 1.5em;
  margin-right: 2em;
  z-index: 80;
  position: relative;
}

header
{
  z-index: 80;
}

#taal > span:after
{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  margin-left: 3px;
  vertical-align: middle;
}

#taal:hover > div
{
  display: block;
}

#taal > div
{
  display: none;
  position: absolute;
  background-color: #fff;
  top: 1.5em;
  left: 0;
  width: 100%;
  text-align: center;
}

#taal a
{
  display: block;
  height: 1.8em;
  line-height: 1.8em;
  color: #000;
}

#res
{
  float: right;
  margin-left: 1em;
  font-size: 1.1em;
  cursor: pointer;
  text-transform: uppercase;
}

#res > img
{
  margin-right: 1em;
}

#container .center
{
  width: 96%;
  max-width: 950px;
}

#container header .center,  #container .big.center
{
  max-width: 1600px;
}

nav
{
  position: absolute;
  right: 0;
  width: 220px;
  font-size: .8em;
  padding: .4em 2em;
  top: 100px;
  background: rgba(255,255,255,.8);
  display: none;
  z-index: 80;
}

nav li
{
  display: block;
}

nav a
{
  display: block;
  height: 2.8em;
  line-height: 2.8em;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #000;
  border-top: 1px solid #929292;
}
nav ul
{
  padding-bottom: 50px;
}

nav li:last-child
{
  position: relative;
  bottom: 0;
  font-size: .8em;
  left: 0;
  width: 100%;
  text-align: center;
}

nav li:nth-last-child(2), li:nth-last-child(3), li:nth-last-child(4)
{
  position: relative;
  bottom: 0;
  font-size: .8em;
  left: 0;
  width: 100%;
  text-align: center;
}

nav li:last-child a
{
  color: #929292;
  border: 0;
  text-transform: none;
}

nav li:nth-last-child(2) a, li:nth-last-child(3) a, li:nth-last-child(4) a
{
  color: #929292;
  border: 0;
  text-transform: none;
}

nav li:nth-last-child(4) a
{
  
}

nav li:first-child a
{
  border: 0;
}

#content
{
  padding: 2.5% 0;
  background: rgba(255,255,255,.8);
  position: fixed;
  top: 200px;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#content.transition
{
  -webkit-transition: all .2s;
  transition: all .2s;
}

#content.transitionmenu
{
  -webkit-transition: all 1s;
  transition: all 1s;
}

#rmenu > a
{
  font-size: 1.1em;
  text-transform: uppercase;
  padding-bottom: .3em;
  border-bottom: 2px solid #6F6F6F;
  color: #6F6F6F;
  display: inline-block;
  margin: 0 1em 1.5em 1em;
}

#rmenu
{
  text-align: center;
}

#rmenu > .active
{
  color: #000;
  border-color: #000;
  position: relative;
}

#rmenu > .active:after 
{
  position: absolute;
  bottom: -7px;
  height: 0;
  width: 0;
  content: '';
  display: inline-block;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

#rsubtitle
{
  color: #6F6F6F;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1.5em 0;
}

#ritems td
{
  border-bottom: 1px solid #6F6F6F;
  padding: .5em;
}

#ritems
{
  width: 100%;
}

.smallheader #content .center
{
  padding-bottom: 100px;
}

#container
{
  padding-top: 1px;
}

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(40,40,40,0) 0%, rgba(40,40,40,0.8) 75%);
  background: linear-gradient(to bottom, rgba(40,40,40,0) 0%, rgba(40,40,40,0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 1.8em;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  color: #fff;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#fotooverzicht > .effect-sadie
{
  position: relative;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  float: left;
  overflow: hidden;
  filter: grayscale(100%);
}

#fotooverzicht > .effect-sadie:hover
{
  filter: grayscale(0%);
}

#fotooverzicht > .effect-sadie > a
{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#fotooverzicht:after
{
  content: '';
  display: block;
  clear: both;
}

#fotooverzicht
{
  margin-bottom: 5%;
}

#fotooverzicht .normal
{
  display: none;
}

#fotooverzicht > .effect-sadie:hover .normal
{
  display: block;
}

#fotooverzicht > .effect-sadie:hover .baw
{
  display: none;
}

.videos > div
{
  width: 36.5%;
  margin-right: .5%;
  margin-bottom: .5%;
  float: left;
  position: relative;
}

.videos > div:before
{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  background: rgba(255,255,255,.8);
  content: '';
}

.titelVideos {
  font-size: 1.05em;
  color: #707070;
  margin-bottom: 0.5em;
}

.videos > div:after
{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin-left: -3px;
  margin-top: -6px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #000;
  content: '';
}

.videos > div:nth-child(4n)
{
  margin-right: 0;
}

#media h2
{
  margin-bottom: 1.3em;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #707070;
}

#media > div
{
  float: right;
  width: 48%;
}

#media > div:first-child
{
  float: left;
}

#media:after
{
  clear: both;
  display: block;
  content: '';
}

#audio ol{
  width: 100%;
  margin-top:0px;
  margin-left:-3px;
}

#audio ol li{
  width: 100%;
  background-color: #333;
}

.audiowrapper
{
  position: relative;
  left: -3px;
}

.audiojs .play-pause
{
  width: 31px;
  padding: 4px 3px;
}

.audiojs
{
  width: 100%;
}

#audio ol a
{
  display: block;
  margin-left: 30px;
  background-color: #404040;
  padding:0 5px;
  color:#F4F4F4;
  border:1px solid #F4F4F4;
  color: #F4F4F4;
  height: 30px;
  line-height: 30px;
  border-top: 0;
}

#audio ol span
{
  float: left;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  padding-right: 5px;
}

#audio ol li.playing a{
  background-color: #6F6F6F;
}

#slileft
{
  position: absolute;
  left: 12%;
  top: 54%;
  margin-top: -20.5px;
  cursor: pointer;
}

#sliright
{
  position: absolute;
  top: 54%;
  margin-top: -20.5px;
  cursor: pointer;
  left: 85%;
}

#contact
{
  margin-top: 5%;
  overflow: hidden;
}

.per
{
  border-top: 1px solid #BEBEBE;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

.rightform
{
  display: none;
}

.personen:after, .per:after
{
  clear: both;
  display: block;
  content: '';
}

.per:first-child
{
  padding-top: 0;
  margin-top: 0;
  border: 0;
}

.errors
{
  margin-bottom: 1em;
  line-height: 1.5em;
}

.per > img
{
  width: 180px;
  float: left;
}

.per > div
{
  margin-left: 200px;
}

.per h2
{
  color: #6F6F6F;
  margin-bottom: .5em;
  font-size: 1.3em;
  text-transform: uppercase;
}

.per h3
{
  font-size: 1em;
  text-transform: uppercase;
}

.per .c
{
  margin-top: 1.5em;
  line-height: 1.5em;
}

.per a
{
  color: #000;
}

#contact > form
{
  width: 48.5%;
  float: left;
}

#personen
{
  width: 48.5%;
  float: right;
}

#contact:after
{
  content: '';
  display: block;
  clear: both;
}

input[type="text"], textarea
{
  width: 100%;
  background: #fff;
  border: 1px solid #BBBBBB;
  padding: 0 .5em;
  height: 39px;
  line-height: 39px;
  margin-bottom: .5em;
}

textarea
{
  height: 134px;
  padding: .5em;
  line-height: 1.4em;
}

input[type="submit"]
{
  background: #000;
  color: #fff;
  text-align: center;
  font-size: .9em;
  text-transform: uppercase;
  padding: .5em;
  border: 1px solid #000;
  width: 100%;
}

.agenda
{
  display: block;
  margin-top: 1em;
  padding-top: 1em;
  color: #000;
  border-top: 1px solid #6F6F6F;
}

.agenda .left > span
{
  background-color: #858585;
  text-align: center;
  margin-bottom: .5em;
  height: 1.8em;
  line-height: 1.8em;
  font-size: 1.2em;
  display: block;
}

.agenda .left
{
  width: 150px;
  float: left;
}

.agenda .right
{
  margin-left: 170px;
}

.agenda h2
{
  border-bottom: 1px solid #000;
  padding-bottom: .5em;
  min-height: 2.3em;
  line-height: 1.3em;
  padding-top: .3em;
  font-size: 1.2em;
}

.agenda .right .fr
{
  color: #6F6F6F;
  text-transform: uppercase;
}

.agenda .right > p
{
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.agenda:after
{
  display: block;
  content: '';
  clear: both;
}

#formCalendar table
{
  width: 100%;
}

#formCalendar
{
  background-color: #2C2C2C;
  color: #fff;
}

#formCalendar_prevMonth
{
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}

#formCalendar_nextMonth
{
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

#formCalendar td.active
{
  background: url(/images/calactive.png) no-repeat center;
  background-size: auto 100%;
  color: #2C2C2C;
  cursor: pointer;
}

#formCalendar h2
{
  display: inline-block;
}

#formCalendar thead
{
  border-bottom: 1px solid #414141;
}

#formCalendar > div:first-child
{
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #414141;
}

#formCalendar td, #formCalendar th
{
  text-align: center;
  padding: .5em;
}

@media all and (max-width: 1260px) {
  .videos > div
  {
    width: 33%;
  }

  .videos > div:nth-child(4n)
  {
    margin-right: .5%;
  }

  .videos > div:nth-child(3n)
  {
    margin-right: 0;
  }
}

@media all and (max-width: 1120px) {
  #fotosdetail > div
  {
    width: 20%;
  }
}

@media all and (max-width: 960px) {
  #media > div
  {
    width: 100%;
    margin-bottom: 1em;
  }

  #contact > form, #personen
  {
    margin-bottom: 2em;
    width: 100%;
  }

  .videos > div
  {
    width: 24.6%;
    margin-right: .5%;
  }

  .videos > div:nth-child(4n)
  {
    margin-right: 0;
  }

  .videos > div:nth-child(3n)
  {
    margin-right: .5%;
  }
}

@media all and (max-width: 880px) {
  #fotosdetail > div
  {
    width: 25%;
  }
}

@media all and (max-width: 700px) {
  #fotosdetail > div
  {
    width: 33.33%;
  }

  .videos > div
  {
    width: 33%;
  }

  .videos > div:nth-child(4n)
  {
    margin-right: .5%;
  }

  .videos > div:nth-child(3n)
  {
    margin-right: 0;
  }
}

@media all and (max-width: 600px) {
  #fotooverzicht > .effect-sadie
  {
    width: 100%;
  }

  #ritems span
  {
    width: auto;
    float: none;
  }

  #ritems span:after
  {
    content: ': ';
    display: inline-block;
    margin-right: .6em;
  }
}

@media all and (max-width: 540px) {
  #logo
  {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 55px;
  }

  #res
  {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -5px;
  }

  #taal
  {
    position: absolute;
    left: 50%;
    bottom: 2px;
    margin-left: -65px;
  }

  .smallheader #logo
  {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 55px;
    max-height: none;
  }

  .smallheader #content
  {
    top: 110px;
  }
}

@media all and (max-width: 500px) {
  .agenda .left
  {
    float: none;
    margin: 1em auto;
  }

  .agenda .right
  {
    margin: 0;
  }
}

@media all and (max-width: 450px) {
  #fotosdetail > div
  {
    width: 50%;
  }

  .videos > div
  {
    width: 49%;
  }

  .videos > div:nth-child(2n), .videos > div:nth-child(4n)
  {
    margin-right: 0;
  }

  .videos > div:nth-child(3n)
  {
    margin-right: .5%;
  }

  .per img
  {
    display: block;
    width: 180px;
    float: none;
    display: block;
    margin: 1em auto;
  }

  .per > div
  {
    margin-left: 0;
  }
}

@media all and (max-width: 400px) {
  #fotooverzicht > .effect-sadie p
  {
    display: none !important;
  }
}


@media all and (max-width: 360px) {
  #logo > div
  {
    width: 200px;
  }

  #logo
  {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }

  header
  {
    text-align: center;
  }
}

@media all and (max-width: 300px) {
  .link > img
  {
    display: block;
    float: none;
    height: auto;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }

  .link > span
  {
    position: static;
    padding: .4em;
    text-align: center;
    display: block;
    transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  }

  .link
  {
    height: auto;
  }

  #PL_privacy {
    margin-top: 10px;
  }
  .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: relative;
  }
  .submitholder:after {
      display: block;
      clear: both;
      content: "";
  }
  .submitholder .submit-warning {
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
  }
}