@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: 'Apple';
    src: url('/fonts/apple_chancery-webfont.eot');
    src: url('/fonts/apple_chancery-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/apple_chancery-webfont.woff') format('woff'),
         url('/fonts/apple_chancery-webfont.ttf') format('truetype'),
         url('/fonts/apple_chancery-webfont.svg#Apple') format('svg');
    font-weight: normal;
    font-style: normal;

}
@charset "UTF-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-size: .9em;
   font-family: Arial, Verdana, Sans-Serif;
   background-color: #5C4F46;
   color: #fff;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#container {
   min-height:100%;
   position:relative;
}

header
{
  background: #EDDFD2 url(/images/headerbg.jpg) repeat-x center top;
  height: 84px;
}

#container .center
{
  max-width: 1500px;
  width: 96%;  
}

.center h1 {
	padding-left: 10%;
	padding-right: 10%;
}
.center .c {
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 2.5em;
}
#vragen article {
	padding-left: 10%;
	padding-right: 10%;
}
#contact {
	padding-left: 10%;
	padding-right: 10%;
}
#contact h1 {
	padding-left: 0%;
	padding-right: 0%;
}
#contact .center .c {
	padding-left: 0%;
	padding-right: 0%;
}
#header
{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}

#header div
{
  position: absolute;
  top: 0;
  left: -7000px;
  right: 278px;
  background: url(/images/logobg.png);
  height: 152px;
}

#talen
{
  float: right;
  height: 30px;
}

#talen li
{
  display: inline-block;
}

#talen a
{
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  margin-left: 8px;
  color: #fff;
  background-color: #5C4F46;
  font-size: .8em;
}

#talen a.active, #talen a:hover
{
  background-color: #fff;
  color: #92C020;
}

#menu1
{
  float: right;
  height: 30px;
  line-height: 30px;
}

#menu1 a
{
  color: #787878;
  margin-right: 50px;
}

#menu1 li
{
  display: inline-block;
}

#menu2
{
  float: right;
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 1300px;
  text-align: justify;
  padding-left: 290px;
}

#menu2 a
{
  color: #181818;
}

#menu2 a:hover, #menu1 a:hover, #menu2 a.active, #menu1 a.active
{
  color: #92C020;
}

#menu2 li
{
  display: inline-block;
}

#menu2:after
{
  display: inline-block;
  width: 100%;
  content: '';
}

#resbutton
{
  display: none;
  float: right;
  cursor: pointer;
  margin-top: 10px;
}

footer
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 3em;
  border-top: 1px dotted white;
}

#content
{
  padding-bottom: 700px;
}

#aks img
{
  width: 100%;
}

#aks h2
{
  height: 60px;
  display: table;
  line-height: 1.4em;
  width: 100%;
  
  font-size: 1.1em;
  color: #fff;  
}
#aks i {
	z-index: 1;
  background-color: #5C4F46;
  padding-left: 3px;
  padding-right:3px;
  margin-left: 4.5px;
}

#aks h2 span
{
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;  
}
#aks a {
	position: relative;
}
#aks a > span {
	position: absolute;
height: 1px;
width: 100%;
top: 44px;
left: 0;
margin-top: -1px;
background-color: white;
}

#aks article
{
  float: left;
  margin-left: 4%;
  width: 30.66%;
  margin-bottom: 20px;
}

#aks i
{
  font-style: normal;
  display: inline-block;
}

#aks article:first-child
{
  margin-left: 0;
}

#footerinfo
{
  position: relative;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 15px;
}

#footerinfo .line
{
  display: block;
  position: absolute;
  top: 36px;
  background-color: #819e5c;
  height: 2px;
  left: 0;
  width: 100%;
}

#footerinfo a
{
  color: #fff;
}

#footerinfo1
{
  display: inline-block;
  float: left;
  text-align: left;
  background: url(/images/ft1.png) no-repeat right top;
  padding-top: 65px;
  padding-right: 100px;
  margin-left: 4%;
  width: 30.66%;
  color: #fff;
  min-height: 120px;
  position: relative;
  z-index: 1;
}

#footerinfo2
{
  display: inline-block;
  float: left;
  text-align: left;
  background: url(/images/ft2.png) no-repeat left top;
  padding-top: 65px;
  padding-left: 100px;
  margin-left: 4%;
  width: 30.66%;
  color: #fff;
  min-height: 120px;
  position: relative;
  z-index: 1;
}

#footerinfo3
{
  display: inline-block;
  float: left;
  text-align: left;
  background: url(/images/ft3.png) no-repeat left top;
  padding-top: 65px;
  padding-left: 100px;
  width: 30.66%;
  min-height: 120px;
  color: #fff;
  position: relative;
  z-index: 1;
}

#siteby
{
  
  background-color: #957f6b;
  display: block;
  text-align: center;
  padding: 8px;
}

#siteby a {
  font-size: .7em;
  color: #bda996;
}

.c
{
  line-height: 1.5em;
}

h1
{
  color: #fff;
  font-size: 2.2em;
  font-family: "Apple", cursive;
  margin: 40px 0;
  line-height: 1.3em;
}

#sliderzone
{
  border-bottom: 2px solid #809F5C;
}

#headerimg
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 145px;
  border-bottom: 2px solid #809F5C;
}

#vragen .c {
  padding-left: 15px;
}
#vragen h2
{
  font-size: 1.2em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  cursor: pointer; 
  padding-top: 10px;
  padding-left: 10px;
  background-color: white;
  color: #5C4F46;
}
#vragen h2.active {
   border: 1px solid #fff;
   background-color: transparent;
   color: white;
}

#vragen h2 span
{
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #5C4F46;
  margin-right: 10px;  
}

#vragen h2.active span
{
  margin-top: 6px;
  margin-right: 10px;
  border-bottom: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

input[type="text"], textarea
{
  margin-bottom: 15px;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 9px;
  width: 100%;
  color: #222;
  float: left;
  border: 0;
}

#contact #mapcontainer, #contact form, #contact aside
{
  border-bottom: 1px solid #819E5C;
  margin-bottom: 40px;
}

#contact .i50
{
  width: 48.5%;
}

#contact .i50fr
{
  width: 49%;
  float: right;
}

textarea
{
  height: 87px;
  padding: 6px;
  margin-bottom: 0;
  line-height: 1.1em;
}

#contact form
{
  margin-right: 330px;
}

#contact aside
{
  width: 299px;
  float: right;
}

#contact #mapcontainer
{
  margin-left: 340px;
  margin-right: 340px;
  position: relative;
}

#mymap
{
  height: 531px;
}

#contact form
{
  margin-left: 0;
}

#contact a
{
  color: #fff;
}

.meer {
	padding-top: 2em;
	padding-bottom: 2em;
}
.errors
{
  color: #92C020;
  line-height: 1.5em;
  margin-bottom: 15px;
  margin-left: 15px;
  list-style-type: disc;
}

input[type="submit"], #btnGroot
{
  background-color: #957F6A;
  color: #fff;
  text-align: center;
  height: 35px;
  line-height: 35px;
  display: block;
  width: 100%;
  cursor: pointer;
  margin-top: 15px;
  border: 0;
}

#btnGroot
{
  position: absolute;
  left: 0;
  bottom: 0;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#contact address
{
  margin-top: 40px;
  background-color: #957F6A;
  padding: 20px;
  height: 235px;
  line-height: 1.4em;
}

#contact p:first-child
{
  margin-bottom: 20px;
}

#loctek-lightbox-close
{
  color: #819E5C !important;
  border-color: #819E5C !important;
  width: 25px !important;
  height: 25px !important;
}

.loctek-lightbox
{
  border-color: #819E5C !important;
}

#list h2
{
  height: 40px;
  text-align: center;
  font-size: 1.1em;
  line-height: 30px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#list img
{
  width: 100%;
}

#list
{
  margin-bottom: 80px;
}

#detailpics
{
  margin-bottom: 30px;
  position: relative;
}

#detailpics .pic1, #detailpics .pic2, #detailpics .pic3, #detailpics .pic4, #detailpics .pic5
{
  border: 3px solid #fff;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#detailpics .pic1
{
  width: 23%;
  padding-top: 25%;
  height: 0;
  margin-right: 4%;
  margin-bottom: 45px;
}

#detailpics .pic2
{

  width: 46%;
  padding-top: 25%;
  margin-bottom: 45px;
}

#detailpics .pic3
{
  width: 23%;
  height: 100%;
  right: 0;
  position: absolute;
}

#detailpics .pic4
{
  padding-top: 25%;
  width: 46%;
  margin-right: 4%;
}

#detailpics .pic5
{
  padding-top: 25%;
  width: 23%;
}

#container.splash
{
  background: #efe1d4; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZmUxZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYTY4YjcwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover,  #efe1d4 0%, #a68b70 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efe1d4), color-stop(100%,#a68b70)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #efe1d4 0%,#a68b70 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #efe1d4 0%,#a68b70 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #efe1d4 0%,#a68b70 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #efe1d4 0%,#a68b70 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe1d4', endColorstr='#a68b70',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  color: #6B4930;
  padding-bottom: 10px;
}

#stable
{
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  width: 100%;
}

#sslagzin
{
  font-size: 1.8em;
  text-align: center;
  margin: 60px;
  font-family: "Apple", cursive;
}

#scell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

#sel
{
  display: inline-block;
}

#sel .c
{
  display: inline-block;
  text-align: justify;
  max-width: 397px;
  margin: 15px auto 40px auto;
}

@media all and (min-width: 1400px){
  #menu2 {
    font-weight: bold;
    padding-left: 300px;
    width: auto;
    float: none;
    text-align: left;
    font-size: 1.1em;
    max-width: 2000px;
  }
  #menu2 li{
    margin-right: 5em;
  }
}
@media all and (min-width: 1600px) {
  body
  {
    font-size: 1.1em;
  }
}
@media all and (min-width: 1900px) {
  body
  {
    font-size: 1.2em;
  }
}


@media all and (max-width: 1350px) {
  #content
  {
    padding-bottom: 620px;
  }
}
@media all and (max-width: 1050px){
	.center h1 {
	padding-left: 0%;
	padding-right: 0%;
}
.center .c {
	padding-left: 0%;
	padding-right: 0%;
}
#vragen article {
	padding-left: 0%;
	padding-right: 0%;
}
#contact {
	padding-left: 0%;
	padding-right: 0%;
}
}
@media all and (max-width: 1000px) {
  #menu
  {
    position: absolute;
    top: 84px;
    display: none;
    left: 0;
    width: 100%;
    background-color: #F9F5F2;
    z-index: 29;
    padding-top: 68px;
  }

  #overonsrespush
  {
    height: 70px;
  }

  #sliderzone
  {
    display: none;
  }

  #container #menu a
  {
    margin: 0;
    padding: 7px;
    color: #181818;
  }

  #menu li, #menu a
  {
    display: block;
    text-align: center;
  }

  #menu ul
  {
    float: none;
    padding: 0;
    height: auto;
    line-height: 1.4em;
  }

  header .center
  {
    position: static;
  }

  header nav
  {
    float: right;
    width: 80px;
  }

  #resbutton
  {
   display: block;
  }

  header
  {
    background-image: none;
  }

  #header
  {
    max-width: 287px;
    margin-right: 80px;
  }

  #header img
  {
    width: 100%;
  }

  #content
  {
    padding-bottom: 590px;
  }

  #contact #mapcontainer
  {
    display: none;
  }

  #contact form
  {
    float: none;
    margin-right: 340px;
    width: auto;
  }

  #detailpics .pic1, #detailpics .pic2
  {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 700px) {
  h1
  {
    color: #fff;
    font-size: 1.4em;
    font-family: "Apple", cursive;
    margin: 30px 0;
    line-height: 1.3em;
  }
   footer {
    position: static;
  }
  #list
{
  margin-bottom: 35px;
}
  #aks:after {
    clear: both;
    display: block;
    content: "";
  }

  #aks {
    width: 100%;    
  }
  #aks article {
    display: block;
    width: 100%;
    float: none;
    margin:0 auto;
    margin-bottom: 35px;
  } 
  #vragen {
    padding-bottom: 50px;
  }


  #tickertape, #footerinfo2
  {
    display: none;
  }

  #footerinfo1, #footerinfo3
  {
    width: 45%;
  }

  #footerinfo3
  {
    margin-left: 4%;
  }

  #content
  {
    padding-bottom: 50px;
  }

  #detailpics .pic3
  {
    display: none;
  }

  #detailpics .pic1, #detailpics .pic5
  {
    width: 32%;
    padding-top: 30%;
    margin-bottom: 20px;
  }

  #detailpics .pic2, #detailpics .pic4
  {
    width: 64%;
    padding-top: 30%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 620px) {
  #footerinfo3
  {
    display: none;
  }

  #footerinfo1
  {
    margin: 0;
    width: 100%;
    padding-top: 85px;
  } 

   #contact aside
   {
    float: left;
    border: 0;
    width: 100%
   }

   #contact address
   {
    margin-top: 0;
   }

   #contact form
   {
    border: 0;
    width: 100%;
    margin-bottom: 0;
   }

   #contact img
   {
    display: none;
   }

   #sslagzin
   {
    display: none;
   }

   #container.splash
   {
    padding-top: 30px;
   }
}

@media all and (max-width: 520px) {
  #footerinfo1
  {
    padding-top: 65px;
  }

  #detailpics .pic2, #detailpics .pic4
  {
    display: none;
  }

  #detailpics .pic1, #detailpics .pic5
  {
    margin-bottom: 0;
    width: 48%;
    padding-top: 50%;
  }
}

@media all and (max-width: 420px) {
  #slogo
  {
    width: 100%;
  }

  #stable
  {
    margin: 0 auto;
    width: 96%;
  }
}

@media all and (max-width: 345px) {
  #menu
  {
    padding-top: 40px;
  }
}

@media all and (max-width: 305px) {
  #menu
  {
    padding-top: 30px;
  }

  #detailpics .pic1
  {
    margin: 0;
    width: 100%;
    padding-top: 100%;
  }

  #detailpics .pic5
  {
    display: none;
  }
}

#PL_privacy {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 20px;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: black;
  font-weight: 700;
  color: #819e5c;
  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: #819e5c;
}
.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);
}
/*
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 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;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  padding-top: 6px;
  margin-right: 200px;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

@media all and (max-width: 550px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
  }
}*/

/* 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: #809f5c;
	border: 1px solid #809f5c;
	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: #809f5c;
	border: 1px solid #206d84;
}

/* NEW COOKIE END */

#content-container {
  font-family: Arial, Verdana, Sans-Serif;
  width: 50%;
  margin: auto;
}

#content-container h2 {
  color: #fff;
  font-size: 2.2em;
  font-family: "Apple", cursive;
  margin: 40px 0;
  line-height: 1.3em;
  cursor: pointer;
}

#content-container h3 {
  font-size: 1.2em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  padding-top: 10px;
  padding-left: 10px;
  background-color: white;
  color: #5C4F46;
  cursor: pointer;
}

#content-container h3.active {
   border: 1px solid #fff;
   background-color: transparent;
   color: white;
}

#content-container h3 span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #5C4F46;
  margin-right: 10px;
}

#content-container h3.active span {
  margin-top: 6px;
  margin-right: 10px;
  border-bottom: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

#content-container h4 {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container table {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container th, #content-container td {
  border: 1px solid #fff;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}

#content-container a {
  color: #D3191C;
}
