/* 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: #1d1d1b;
	border: 1px solid #1d1d1b;
	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: #1d1d1b;
	border: 1px solid #1d1d1b;
}

/* NEW COOKIE END */
/* GDPR */

#content-container {
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

#content-container h2 {
  color: #1d1d1d; 
  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: #1d1d1d;
}

#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;
}

/* GDPR END */
/* privacy 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: #1d1d1d;
	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: #1d1d1d;
}
.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;
}

/* privacy checkbox END */

.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

.boxsizer *
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.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;
}

#content
{
  padding-top: 155px;
  padding-bottom: 300px;
}

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body, html
{
  height: 100%;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #1d1d1b;
}

#container
{
  min-height: 100%;
  position: relative;
}

#ctop .cright
{
  position: absolute;
  right: 0;
  width: 230px;
  top: 0;
  height: 100%;
  min-height: 100%;
}

.cbottom img
{
  width: 100%;
  margin-top: 1em;
}

.cbottom
{
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
}

#ctop .amount
{
  color: #94807a;
  float: right;
}

#cbottom
{
  margin-top: 1em;
}

#cbottom .cright
{
  background-color: #e9e4e2;
  padding: 1em;
}

#cbottom .fpframe
{
  border-left: 0;
  border-top: 1px solid #1d1d1b;
}

#cbottom .fpframe:first-child
{
  border-top: 0;
}

#ctop h1
{
  color: #5687ba;
}

#collectie #mainpic, #collectie .five-col-grid img
{
  border: 1px solid #c2b5b1;
}

#mainpic
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cnext
{
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(/images/next.png) no-repeat right 12px center;
}

#cprev
{
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  background: url(/images/prev.png) no-repeat left 12px center;
}

.cleft
{
  margin-right: 250px;
}

.cright .c p:first-child
{
  margin-top: 0;
}

.cright
{
  float: right;
  width: 230px;
}


footer .weak
{
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

footer
{
  color: #fff;
  padding: 1em;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #1d1d1b;
}

#container footer .center
{
  max-width: 1000px;
}

footer > .center > div
{
  display: inline-block;
  line-height: 1.6em;
  vertical-align: top;
}

footer > .center
{
  text-align: justify;
}

footer a
{
  color: #fff
}

footer > .center:after
{
  content: '';
  display: inline-block;
  width: 100%
}

.liggingak
{
  display: block;
  padding-top: 16.2%;
  background: url(/images/akroute.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.liggingak > div
{
  top: 50%;
  left:0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position:absolute;
  padding: 0 .5em;
  width:100%; 
}

.liggingak span
{
  float: right;
  width: 20%;
  display: inline-block;
  height: 25px;
  cursor: pointer;
  text-align: center;
  font-size: .9em;
  font-weight: bold;
  color: #000;
  background-color: #B9CE02;
  line-height: 25px;
}

.liggingak strong
{
  display: block;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 30%;
}

.liggingak input
{
  border: 0;
  float: left;
  font-size: .85em;
  width: 80%;
  display: inline-block;
  padding: 0 .5em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 25px;
  line-height: 25px;
}

header
{
  position: fixed;
  left: 0;
  top: 0;
  height: 150px;
  width: 100%;
  z-index: 30;
  background-color: #1d1d1b;
}


#logo
{
  display: block;
  width: 202px;
  margin: 20px auto;
}

nav
{
  background-color: #fff;
  padding: 0 2em;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  height: 45px;
}

nav ul
{
  display: block;
  margin-right: 340px;
  text-align: justify;
}

nav ul:after
{
  display: inline-block;
  width: 100%;
  content: '';
}

#search
{
  margin-top: 7px;
  width: 300px;
  float: right;
  height: 40px;
}

#search *
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

nav li
{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 .3em;
}

nav a
{
  display: inline-block;
  color: #1d1d1b;
  height: 37px;
  text-transform: uppercase;
  font-size: 1.15em;
  padding-bottom: 3px;
}

.input.gsc-search-button
{
  background-color: #1d1d1b !important;
}

nav a:hover, nav .active
{
  font-weight: 700;
}

#searchbutton
{
  border: 1px solid #00617C;
  background: #1d1d1b url(/images/search.png) no-repeat center;
  height: 35px;
  width: 35px;
  margin-top: 5px;
  float: right;
  cursor: pointer;
  display: none;
}

h1
{
  color: #df0a15;
  font-weight: 900;
  text-transform: uppercase;
  margin: 1em 0 1.4em 0;
  font-size: 1.3em;
}

#ligging h1
{
  font-weight: 600;
}

#map
{
  height: 450px;
  margin-bottom: 1em;
}

#directions
{
  padding-bottom: 1em;
}

#directions *
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  line-height: 1.5em;
}

#routeframe
{
  background-color: #009fe3;
  position: absolute;
  left: 2%;
  width: 96%;
  bottom: 1em;
  padding: 1em;
}

#routeframe strong
{
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  float: left;
  height: 55px;
  line-height: 55px;
  width: 240px;
}

.c
{
  line-height: 1.5em;
}

.routelabel
{
  width: 75%;
  float: left;
}

.routelabel > div
{
  margin-left: 240px;
}

#routeframe > span
{
  width: 23%;
  float: right;
  display: block;
  height: 55px;
  line-height: 55px;
  background-color: #1d1d1b;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  cursor: pointer;
}

.leesmeer
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

#routeframe input
{
  width: 100%;
  border: 1px solid #1d1d1b;
  height: 55px;
  line-height: 55px;
  padding: 0 .6em;
}

#aktoonzaal, .ak1
{
  background-color: #b9ce02;
  color: #fff;
  padding: 1em;
  line-height: 1.35em;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
}

.ak1
{
  display: block;
  float: left;
  margin-left: 2%;
  width: 49%;
  min-height: 100px;
}

.ak1 p
{
  margin-bottom: 1em;
}

.ak1 .button
{
  background-color: #fff;
  color: #1d1d1b;
}

.ak1:first-child
{
  margin-left: 0;
}

#haks
{
  margin-top: 1.2em;
  margin-bottom: 1em;
}

#haks:after
{
  content: '';
  display: block;
  clear: both;
}

#aktoonzaal strong, #akpromoties strong, .ak1 strong, #akcontact h2
{
  display: block;
  margin-bottom: .6em;
  color: #1d1d1b;
}

.grey
{
  padding: 1em 0;
  color: #fff;
  background-color: #1D1D1B;
}

#aks
{
  width: 250px;
  float: right;
}

#contact
{
  margin-right: 270px;
  margin-bottom: 1.5em;
}

#contact input, textarea
{
  background: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #1d1d1b;
  margin-bottom: 12px;
  padding: 0 .5em;
}

#contact input[type="submit"]
{
  background: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
}

.grey p:first-child
{
  font-size: 1.4em;
  line-height: 1.3em;
}

textarea
{
  line-height: 1.4em;
  height: 150px;
  padding: .5em;
}

.heightscale .button
{
  margin-top: .8em;
}

.heightscale
{
  padding-top: 65% !important;
  position: relative;
}

.loctek-slider-controls
{
  margin-left: 0 !important;
  left: 1em !important;
  z-index: 3;
}

.loctek-slider-controls li
{
  background-color: #cabeba !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border: 1px solid #fff !important;
}

.loctek-slider-controls li.active
{
  background-color: #95817b !important;
}

#slider .center-table, #slider .center-cell
{
  height: 450px;
}

#slider > div
{
  height: 450px;
  line-height: 450px;
}

#slider .kleur2
{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 50%;
}

#slider .leesmeer
{
  z-index: 2;
  height: 50px;
}

#slider .centerimg > img
{
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}

#slider .centerimg
{
  z-index: 1;
  text-align: center;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position:absolute;
  width: 100%;
  height: 450px;
  line-height: 450px;
}

.heightscalehelper
{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 1em;
  width: 100%;
}

#collecties h1
{
  color: #fff;
}

#collecties #contact
{
  margin-bottom: 0;
}

.single-row-four
{
  margin: 1em 0;
}

#akpromoties
{
  display: block;
  background-color: #de0a14;
  color: #fff;
  margin-top: 1em;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}

.fpframe
{
  margin-top: 1em;
  text-align: center;
  line-height: 1.5em;
}

.fpframe2, .fpframe3
{
  border-left: 1px solid #1d1d1b;
}

.fpframe .bg
{
  padding-top: 52%;
  background-position: center;
  background-repeat: no-repeat;
}

.fpframe1 .bg
{
  background-image: url(/images/hp1.png);
}

.fpframe2 .bg
{
  background-image: url(/images/hp2.png);
}

.fpframe3 .bg
{
  background-image: url(/images/hp3.png);
}

#akcontact
{
  display: block;
  background-color: #9e75b2;
  color: #fff;
  margin-top: 1em;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}

#akcontact .c
{
  font-size: .8em;
  font-weight: 500;
}

#container .center
{
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

#akpromoties > strong
{
  color: #1d1d1b;
}

.errors
{
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1em;
  color: #DE0A14;
  line-height: 1.4em;
}

.button
{
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #b9ce02;
  display: inline-block;
  padding: .3em .8em;
  -webkit-box-shadow: 0 0 3px 1px #999;
  box-shadow: 0 0 3px 1px #999;
}

#akpromoties > .button
{
  font-size: .8em;
  margin-top: .8em;
}

.grid-item h2
{
  background-color: #de0a14;
  padding: 0 .4em;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.grid-item img
{
  width: 100%;
}

.grid-item .buttoncon
{
  position: absolute;
  left: 0;
  text-transform: uppercase;
  width: 100%;
  bottom: .8em;
  text-align: center;
}

@media all and (max-width : 1300px) {
  #searchbutton
  {
    display: block;
  }

  #search
  {
    display: none;
    position: absolute;
    right: 0;
    top: 38px;
    padding: 5px;
    background-color: #1d1d1b;
  }

  nav ul
  {
    margin-right: 50px;
  }
}

@media all and (max-width : 1130px) {
  .liggingak
  {
    display: none;
  }
}

@media all and (max-width : 1100px) {
  #container footer .center {
      margin-left: 0;
      margin-right: 220px;
  }
}


@media all and (max-width : 1050px) {
  #ctop .cright {
      float: none;
      width: 100%;
      position: static;
  }

  #ctop .cbottom
  {
    position: static;
    text-align: center;
  }

  #ctop .cbottom img
  {
    max-width: 220px;
    margin: 0 0 1em 0;
  }

  #ctop .cleft
  {
    margin-right: 0;
  }
}

@media all and (max-width : 950px) {
  #cbottom .cright
  {
    display: none;
  }

  #cbottom .cleft
  {
    margin-right: 0;
  }

  #slider, #slider .centerimg, #slider > div
  {
    height: 250px;
    line-height: 250px;
  }
}

@media all and (max-width : 900px) {
  #routeframe > span
  {
    font-size: 1.2em;
  }
}

@media all and (max-width : 880px) {
  #res
  {
    display: inline;
    cursor: pointer;
    position: absolute;
    right: 15px;
    float: right;
    width: 30px;
    top: 60px;
  }

  nav
  {
    height: auto;
  }

  #menu
  {
    display: none;
    z-index: 50;
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
    background: #1d1d1b;
  }

  nav .pr
  {
    position: static;
  }

  #menu ul li, #menu ul a
  {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    text-align: center;
  }

  nav ul
  {
    margin-right: 0;
  }

  header
  {
    height: 100px;
  }

  #content
  {
    padding-top: 100px;
  }

  #searchbutton
  {
    display: none;
  }

  #search
  {
    width: 100%;
    float: none;
    position: static;
    display: block;
  }
}

@media all and (max-width: 800px) {
  #routeframe strong
  {
    display: none;
  }

  .routelabel > div 
  {
    margin-left: 0;
  }

  #routeframe > span
  {
    width: 33%;
  }

  .routelabel
  {
    width: 65%;
  }

  #kaart .label
  {
    width: 50%;
  }
}

@media all and (max-width : 780px) {
  #container .hidefirst
  {
    display: none;
  }
}

@media all and (max-width : 790px) {
  .liggingak
  {
    display: block;
    padding-top: 32%;
  }

  #collecties #aks
  {
    display: none;
  }

  #collecties #contact
  {
    margin-right: 0;
  }
}

@media all and (max-width : 680px) {
  .hidemob
  {
    display: none;
  }
}

@media all and (max-width : 650px) {
  #contact
  {
    margin-right: 0;
  }

  #aks
  {
    display: none;
  }

  .ak1
  {
    width: 100%;
    float: none;
    margin: .5em 0;
  }
}

@media all and (max-width : 580px) {
  #container footer .center {
      margin-right: 0;
      text-align: left;
  }

  #content
  {
    padding-bottom: 1em;
  }

  footer
  {
    position: static;
  }
}

@media all and (max-width: 550px) {
  .routelabel, #routeframe > span
  {
    height: 35px;
    line-height: 35px;
    width: 100%;
    float: none;
  }

  #routeframe input
  {
    height: 35px;
    line-height: 35px;
  }

  #routeframe > span
  {
    margin-top: .5em;
  }

  #kaart .label
  {
    width: 100%;
  }
}

@media all and (max-width : 400px) {
  .liggingak
  {
    padding-top: 68%;
  }
}

@media all and (max-width: 325px) {
  #logo
  {
    float: left;
    margin-left: 10px;
  }
  
  #slider
  {
    display: none;
  }
}

@media all and (max-width: 270px) {
  #logo
  {
    float: none;
    height: 65px;
    display: block;
    width: auto;
    margin: 20px 55px 10px 20px;
  }
}