@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;

}
@charset "UTF-8";



html,
body {
 margin:0;
 padding:0;
 height:100%;
 font-family: 'Lato', sans-serif;
 font-size:16px;
 overflow: hidden;
}
#container {
 min-height:100%;
 position:relative;
}
p {
 font-family: 'Lato', sans-serif;
}
body .c p {
  margin:0.8em 0;
}

/* COOKIE MELDING 
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  top: 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;
}*/

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	top: 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: #A29061;
	border: 1px solid #A29061;
	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: #A29061;
	border: 1px solid #A29061;
}

/* NEW COOKIE END */

/* HEADER */
#headerwrap {

 height:60px;
}
#header {
  max-width:1400px;  
  margin: 0px auto 0px auto; 
  padding: 0px 20px 0px 20px;
}

/* BODY */
#bodywrap {
 padding-bottom:82px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
 max-width: 1400px;
 margin:auto;
 position: relative;
}
#body {
  max-width:1400px;  
  margin: 0px auto 0px auto; 
  padding: 0px 20px 84px 20px; position:relative;
}

.siteby {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: rgba(255,255,255,.9);
  color: #8a8a8a;
  font-size: .8em;
  text-align: center;
  z-index: 2;
}

.siteby a {
  color: #8a8a8a;
}

/* FOOTER */
#footerwrap {
 position:fixed;
 bottom:22px;
 width:100%;
 height:82px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
 background-color:#A29061;
 z-index: 80;
}

#footer {
  margin: 0px auto 0px auto; 
  padding: 0px 20px 0px 20px; position:relative;
  height: 100%;
}

.bg_intro {  background: url(/images/bg_intro.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

  .bg1 {  background: url(/images/bg1.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

    .bg2 {  background: url(/images/bg2.jpg) no-repeat center center; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;}

      .bg3 {  background: url(/images/bg3.jpg) no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;}

        .bg4 {  background: url(/images/bg4.jpg) no-repeat center center; 
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;}

          .bg7 {  background: url(/images/bg7.jpg) no-repeat center center; 
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;}

            a.bistro { z-index: 81;position:absolute; line-height:82px; display:block; right:0px; width:140px; text-align:center; background-color:#fff;letter-spacing: 2px; top:0px; color:#A29061;font-weight: 700; text-transform:uppercase; font-size:1.8em;}
            .logo { width:164px; float:left; z-index: 81}

            .nav { width:auto; position:relative; background-color:#fff; display: block;left:15px;} 
            .nav a { 
              float:left; 
              line-height:82px; 
              display:block; 
              color:#fff; 
              font-size:1em;   
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; padding:0 2% 0 2%;

            }
              .nav a:hover, .nav a.active { 
                font-weight:bold;
              }

              .content { float:right; width:750px; margin-top:80px;}

              .content2 { float:right; width:970px; margin-top:80px;}

              .content3 { 
                float:right; 
                width:470px; 
                margin-top:0px;
                padding: 15px 30px;
                background-image:url(../images/bg_w.png);
              }


              .content_kamers {  -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box; padding:30px; background-image:url(../images/bg_w.png); font-size:1em; line-height:1.8em; text-align:justify;}

                .content_kamers ul { padding-left:15px; list-style-image:url(../images/li.png); line-height:1.8em;}

                .content_kamers h1 { color:#000; font-size:2em; }

                .content_kamers > *
                {
                  padding:30px;
                }

                .titel_kl { color:#6f6f6f; font-size:1em;}

                .left_nav a{ display:block; background-image:url(../images/bg_w.png); color:#4f4f4f; font-size:1em; -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box; padding:0 18px 0 18px; line-height:40px; margin-bottom:5px;}
                  .left_nav a:hover, .left_nav .active { color:#A29061; font-weight:bold;}

                  .reserveer {  width:auto; position:absolute; bottom:123px; margin-bottom:23px; left:5%;}
                  .reserveer a { line-height:38px; text-align:center; color:#A29061; display:block;background-color:#fff; width:auto;background-color:#fff; font-weight: bold; font-size:1em; padding-left:10px; padding-right:10px; border-radius: 5px}

                  .taal {display:none;z-index: 81; position:absolute; right:196px; top:37px; width:30px; background-image:url(../images/ar_t.png); background-repeat:no-repeat; background-position:right center; line-height:15px; color:#555555; font-size:15px;cursor: pointer;}

                  .rel { position:relative;}

                  a.credit { position:absolute; height:100%; width:100%;background-image:url(../images/bg_w.png); opacity: 0;}
                  a.credit:hover { opacity: 1; }
                  .innercredit {top: 50%;
                    transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    position:absolute; text-align:center; width:100%;}

                    .btn { text-align:center; color:#FFF; width:auto; display:block; text-transform:uppercase; font-size:1em; background-color:#A29061; line-height:38px; border:none; cursor:pointer; padding-left:10px;padding-right: 10px; border-radius: 5px}
                    .section.group .col.span_2_of_2 .btn, .section.group .btn.fr {
                      position: absolute;
                      top: 10px;
                      right: 10px;
                    }
                    .content_kamers {
                      position: relative;
                    }
                    .faq {}
                    .faq h2 { color:#000; font-size:1.1em; padding-bottom:10px; border-bottom:3px solid #A29061; margin-bottom:18px;}
                    .ant { color:#555555; margin-bottom:17px;}

                    .gastenboek { color:#FFF; text-align:justify; font-size:0.95em; line-height:1.5em; background-color:#939393; padding:25px; -webkit-box-sizing: border-box;
                      -moz-box-sizing: border-box;
                      box-sizing: border-box; height:180px;}
                      .gastenboek h2 { font-weight:bold; margin-bottom:5px; font-size:1.2em;}
                      .gastenboek a { color:#FFF; float:right; text-decoration:underline; }

                      .gastenboek:hover{background-color:#A29061;}

                      .logo_con { max-width:162px;}

                      .foto_du_con {-webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                      box-sizing: border-box; /*border:5px solid #FFF;*/}

                      .intro_btn { background-image:url(../images/kal.jpg); background-repeat:no-repeat; background-position:right; line-height:38px; background-color:#FFF; display:block; text-transform:uppercase; padding:0 10px 0 10px; color:#696969; font-size:0.85em;}

                      .logo_splash { max-width:298px; height: auto; margin: auto; }

                      .introtxt {font-size:1em;line-height:1.4em; text-align:justify; color:#303030;}
                      .content3 .introtxt em {
                        font-family: 'Dancing Script', cursive;
                        font-size:1.4em;
                        font-style: initial;
                      }

                      #altsubmit {
                        position: absolute;
                        bottom: 0;
                        width: 200px;
                        right: 50%;
                      }

                      #facebook
                      {
                        position: absolute;
                        display: flex;
                        right: 141px;
                        height: 82px;
                        width: 60px;                        
                        color: white;
                        align-items: center;
                        font-size: 3rem;

                      }
                      #instagram {
                        position: absolute;
                        display: flex;
                        right: 202px;
                        height: 82px;
                        width: 60px;
                        color: white;
                        align-items: center;
                        font-size: 3rem;

                      }
                      #facebook,#instagram{
                        transition: all 300ms;
                      }
                      #facebook:hover,#instagram:hover{
                        transform: scale(1.15);
                      }
                      #facebook a, #instagram a{
                        color: white;
                      }

                      #facebook img, #instagram img
                      {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%,-50%);
                        width: 40px; 
                      }
                      #instagram img {
                        background-color: white;
                      }






                      /*4 op rij*/

                      .col-group_4 > div {
                        padding: 0.5em;  -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;  transition: all .2s ease-in-out;


                      }
                      @media screen and (max-width: 800px) {
                        #instagram, #facebook{
                          font-size: 1.5rem;
                        }
                      }
                      @media screen and (max-width: 600px) {
                        #footerwrap{
                          bottom: 34px;
                        }
                        .siteby{
                          height: 24px;
                          display: flex;
                          justify-content: center;
                          align-items: center;
                          flex-wrap: wrap;
                        }
                        .siteby a{
                          margin-left: 0.3rem;
                          margin-right: 0.3rem;
                        }
                      }
                      @media screen and (min-width: 600px) {
                        .col-group_4 {
                          overflow: hidden;
                        }
                        .col-group_4 > div {
                          float: left;
                          width: 50%;
                        }
                        .col-group_4 > div:nth-child(odd) {
                          clear: left;
                        }

                       


                      }

                      @media screen and (min-width: 1200px) {
                        .col-group_4 > div {
                          width: 25%;
                        }
                        .col-group_4 > div:nth-child(odd) {
                          clear: none;
                        }


                      }

                      /* end */





                      /*  SECTIONS  */
                      .section {
                       clear: both;
                       padding: 0px;
                       margin: 0px;
                     }

                     /*  COLUMN SETUP  */
                     .col {
                       display: block;
                       float:left;
                       margin: 0 0 0 3%;
                     }
                     .col:first-child { margin-left: 0; }

                     /*  GROUPING  */
                     .group:before,
                     .group:after { content:""; display:table; }
                     .group:after { clear:both;}
                   .group { zoom:1; /* For IE 6/7 */ }

                   /*  GRID OF TWO  */
                   .span_2_of_2 { width: 100%;}
                   .span_1_of_2 { width: 48.5%;}

                   /*  GRID OF THREE  */
                   .span_3_of_3 { width: 100%; }
                   .span_2_of_3 { width: 65.66%; }
                   .span_1_of_3 { width: 31.33%; }

                   /*  GRID OF FIVE  */
                   .span_5_of_5 {width: 100%;}
                   .span_4_of_5 {width: 79.4%;}
                   .span_3_of_5 {width: 58.8%;}
                   .span_2_of_5 {width: 38.2%;}
                   .span_1_of_5 {width: 17.6%;}


                   #restijdig2
                   {
                    display: none;
                    bottom:0;
                    left:200px;
                    width: auto;
                  }
                  #restijdig2 a
                  {
                    padding-left:10px;
                    padding-right:10px;
                  }

                  #resbutton
                  {
                    position: absolute;
                    top:50%;
                    margin-top:-14px;
                    display: block;
                    cursor:pointer;
                    left:28px;
                    z-index: 81;
                    display: none;
                    color: white;
                    font-size: 2rem;
                  }

                  @media only screen and (max-width: 1350px) {
                    .logo{
                      left: 70px;
                      position: absolute;
                    }
                    #restijdig2{
                      left: 50%;
                      transform: translateX(-50%);
                    }
                    #navimg
                    {
                      display: block;
                      width: 100%;
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      position: absolute;
                      bottom:82px;
                    }


                    #restijdig
                    {
                      display: none;
                    }
                    #restijdig2
                    {
                      display: block;
                      position: absolute;
                    }
                    .nav  
                    {
                      display:none;
                      position: fixed;
                      left:0;                      
                      width: 100%;                      
                      background-color: #fff;       
                      bottom: 103px!important;   
                         
                    }   

                    #resbutton
                    {
                      display: block;
                    }

                    .nav a
                    {
                      width: 100%;
                      line-height: 70px;
                      height:70px;
                      text-align: center;
                      text-transform: uppercase;
                      font-size: 1.3em;
                      color: #a29061;
                    }
                    .nav a:first-of-type {
                      margin-top: 20px;
                    }
                    .nav a.active {
                      background-color: #a29061;
                      color: white;
                    }
                    .nav a.active:hover {
                      color: white;
                    }

                  }

                  @media only screen and (max-width: 1200px) {
                    .section.group .section.group .btn {
                      margin-bottom: 10px;
                    }
                    #tussenknop {
                      margin-bottom: 10px;
                    }
                  }

                  @media only screen and (max-width: 940px) {

                   .reserveer { width:auto;display: block; -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box; position: relative; left:0;
                    box-sizing: border-box;margin-left:20px; margin-right:20px;}
                    .content { width:100%;}
                    .content2 { width:100%;}
                    .content3 { float:none; width:100% !important; margin-top:20px;position: relative;left: -5px;}
                  }

                  @media only screen and (max-width: 800px) {

                    #restijdig2
                    {
                      display: none;
                    }

                  }

                  /*  GO FULL WIDTH BELOW 480 PIXELS */
                  @media only screen and (max-width: 600px) {    

                    #altsubmit {
                      display: none !important;
                    }              

                    .content3 {
                      left: auto;
                    }
                    .logo { display:none;}
                    .taal {right:150px; }
                    .col {  margin: 1% 0 1% 0%; }
                    .span_2_of_2, .span_1_of_2 { width: 100%; }
                    .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
                    .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
                    #resbutton
                    {
                      right:auto;
                      left:20px;
                    }
                  }

                  #cntform *
                  {
                    box-sizing:border-box;
                  }

                  #cntform label
                  {
                    display: block;
                    font-size: 1.25em;
                    margin-bottom:0.5em;
                    line-height: 35px;
                  }

                  #cntform select, #cntform input
                  {
                    height: 35px;
                    border: 1px solid #999999;
                    margin-bottom: 10px;
                    padding-left:10px;
                  }

                  #cntform select
                  {
                    width: 100%;
                    margin-bottom: 10px;
                  }

                  #cntform input
                  {
                    width: 48%;
                    float:left;
                  }

                  #cntform p:nth-child(2n) input
                  {
                    float:right;
                  }

                  #cntform textarea
                  {
                    width: 100%;
                    padding-left:10px;
                    padding-top:10px;
                    height: 73px;
                    border: 1px solid #999999;
                  }

                  #cntform input[type="submit"]
                  {
                    width: 100%;
                    float:none;
                  }
                  #cntform .nieuws {
                    width: 12px;
                    height: 25px;
                  }
                  #cntform .checkboxhold label {
                    margin-left: 20px;
                    font-size: 1em;
                  }
                  #cntform .checkboxhold label {
                    line-height: 25px !important;
                  }

                  #taalkeuze
                  {
                    display: none;
                    position: absolute;
                    right:155px;
                    background-color: #fff;
                    bottom:80px;
                  }

                  #taalkeuze ul li
                  {
                    width: 60px;
                    height: 60px;
                    line-height: 50px;
                    text-align: center;
                    text-transform: uppercase;
                    font-size: 15px;
                    cursor: pointer;
                  }

                  #taalkeuze a 
                  {
                    color:#555555;
                  }

                  #taalkeuze a:hover
                  {
                    text-decoration: underline;
                  }

                  .iccheck
                  {
                    height: 35px;
                    margin-bottom:10px;
                    background-color: #ccc;
                    list-style-image:none;
                    padding-left:10px;
                  }

                  .iccheck2
                  {
                    height: 35px;
                    margin-bottom:10px;
                    background-color: #ccc;
                    list-style-image:none;
                    padding-left:10px;
                  }

                  #cntform ul
                  {
                    padding:0;
                  }

                  #cntform .iccheck input, #cntform .iccheck2 input
                  {
                    float:left;
                    width: auto;
                  }


                  #cntform .arrform > *
                  {
                    float:left;
                    width: 48%;
                  }

                  #cntform .arrform >  *:nth-child(2n)
                  {
                    float:right;
                  }

                  #cntform .arrform >  input
                  {
                    float:left;
                  }

                  #gb_nieuw, #gb_bevestig
                  {
                    width: 75%;
                  }

                  #gbform *
                  {
                    box-sizing:border-box;
                  }

                  #gbform > div
                  {
                    float:left;
                    width:48%;
                  }

                  #gbform > div:nth-child(2)
                  {
                    float:right;
                  }

                  #gbform input, #gbform textarea
                  {
                    width: 100%;
                    height: 30px;
                    margin-bottom:5px;
                    padding-left:10px;
                  }

                  #gbform textarea
                  {
                    padding-top:5px;
                    height: 100px;
                  }

                  #gbform .btn
                  {
                    background-color: #555555;
                    color:#fff;
                    line-height: 32px;
                  }

                  .noselect {
                    -webkit-touch-callout: none; /* iOS Safari */
                    -webkit-user-select: none;   /* Chrome/Safari/Opera */
                    -khtml-user-select: none;    /* Konqueror */
                    -moz-user-select: none;      /* Firefox */
                    -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
  not supported by any browser */
}

#nieuwknop
{
  cursor:pointer;
}



@media only screen and (max-width: 1200px) {
  #gb_nieuw, #gb_bevestig
  {
    width: 100%;
  }
  #gbgroup > div:nth-child(2n+1)
  {
    clear:none;
  }

  .content_kamers > div
  {
    padding:0px;
    padding-top: 30px;
  }
  .content, .content2
  {
    margin-top:30px;
  }
}

@media only screen and (max-width: 600px) {
  #gbform > div
  {
    width: 100%;
  }

  #gb_nieuw .gastenboek, #gb_bevestig .gastenboek
  {
    height: auto;
  }

  .introtxt
  {
    display: none;
  }

  #body
  {
    right: 60px !important;
    left: 0 !important;
  }

  .content
  {
    margin-top:20px;
  }
  html,body{overflow: initial;}
}

@media only screen and (min-width: 1400px) {
  .nav a { padding:0 2% 0 2%;}
}

@media only screen and (min-width: 940px) {
  .vert
  {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: relative;
  }
}


.check_box {
  /*display:none;*/
  display: block;
  height: 18px !important;
  width: 18px !important;
  position: absolute;
  left:10px;
  top:50%;
  margin-top:-9px;
  z-index: 2;
  opacity: 0;
}

.check_box + label{
  background:url('/images/check-box.png') no-repeat;
  height: 18px;
  width: 18px;
  display:inline-block;
  padding: 0 0 0 0px;
  position: absolute;
  left:10px;
  top:50%;
  margin-top:-9px;
  z-index: 1;
}

.check_box:checked + label{
  background:url('/images/check-box-checked.png') no-repeat;
  height: 18px;
  width: 18px;
  display:inline-block;
  padding: 0 0 0 0px;
}

.cspan 
{
  overflow: hidden;
  background: url(/images/new_arrow.png) no-repeat right;
  float: left;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  position: relative;
  background-color: #fff;
}

.cspan select 
{
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance:none;
  appearance: none;
  margin-top: 0 !important;
  border: 1px solid #999999 !important;
  line-height: 2em;
  width: 100%;
  height: 35px;
  padding-left:10px;
}

.cspan select::-ms-expand {
  display: none;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

@media only screen and (max-width: 420px) {
  .logo_splash {
    width: 100%;
    height: auto;
  }
  .logo_splash img {
    width: 100%;
  }
}

#PL_privacy {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 10px;
}
.privcnt {
    width: 100% !important;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .8em !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex !important;
    -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: #a29061;
    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: #a29061;
}
.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);
}

#content-container {
  float: none;
  width: 60%;
  margin: auto;
  overflow: auto;
}

#content-container h2 {
  color:#000; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h2:first-child {
  margin-top: 0;
}

#content-container h3 {
  background: 0;
  color:#000;
  font-size:1.5em; 
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0 #a29061;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h3.active {
  color: #fff;
  box-shadow: inset 1200px 0 0 0 #a29061;  
}

#content-container h2:hover + div > h3, #content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #a29061;  
  color: #fefefe;
}

#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 #000;
  margin-right: 10px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#content-container h2:hover + div > h3 span, #content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin: 2em;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  margin-left: 3em;
}

#content-container a {
  color: #D3191C;
}

#gdprwrapper {
  max-height: 704px;
  overflow: auto;
  margin-top: 80px;
  background-image: url('/images/bg_w.png');
  padding: 30px;
}

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container th, #content-container td {
  border: 1px solid #000;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}
