.pace .pace-progress {
  background: #ffffff;
}

a {
    text-decoration: none;
    color: #ffffff;
}

body
{
color:#ffffff;
background:#000000;
}

.single-container nav {
    color:#000000;
    background:#ffffff;
}

header, .cover-page
{
    color:#ffffff;
    background:#000000;
}

.btn1 {

    background-color:#ffffff;
    color:#000000;
    border:solid 1px #ffffff;
    border-radius:0px;
    -webkit-appearance:none;
}

    .btn1:hover {
        background-color:#000000;
        color:#ffffff;
        border:solid 1px #000000;
    }



        nav ul li a:active, nav ul li.selected a {
            border-bottom: 2px solid #ffffff;
        }


    nav a:hover {
        border-bottom: 1px solid #ffffff;
    }

    nav ul li ul {
        border-bottom: 2px solid #ffffff;
    }


.mobile-menu a
{
    color:#000000;
}

.show-mobile-menu .mobile-menu-button rect
{
    fill:#ffffff;
}

.open-mobile-menu .mobile-menu-button rect
{
    fill:#000000;
}

nav.mobile-menu {
    color:#000000;
    background:#ffffff;
}

.reservation a {
    color: #000000;
    background: #ffffff;
}

.reservation a:hover {
    background: #000000;
    color:#ffffff;
}

.reservation_btn h1:hover {
    background: #000000;
    color: #ffffff;
}

    .dv_content .btn {
        background: #000000;
        color:#ffffff!important;
        color: #000000;
        box-shadow: 0 0 1px #ffffff;

    }

        .dv_content .btn:hover, .dv_content .btn :focus, .dv_content .btn :active {
            background-color: #ffffff;
            color:#000000!important;

        }



.dv_reservation {
    background: #ffffff;
}

    .dv_reservation input[type="button"] {
        background: #ffffff;
        color: #000000;
    }


.reservation_btn {
    border-top: 5px solid #ffffff;
}

    .reservation_btn h1 {
        color: #000000;
        background: #ffffff;
    }

    .reservation_screen .icon-cancel {
        background: #000000;
        color: #ffffff;
    }

        .reservation_screen .icon-cancel:hover {
            background: #ffffff;
            color: #000000;
        }

    .reservation_screen .restaurantBookingBlock{
        color: #ffffff;
    }

    .restaurantBookingBlock select, .restaurantBookingBlock input, .restaurantBookingBlock textarea {
        color:#000000;
        background:#ffffff;
    }



.restaurantBookingBlock input[type=text],.restaurantBookingBlock input[type=email],.restaurantBookingBlock input[type=tel],.restaurantBookingBlock textarea
{
    text-align:left;
}

.restaurantBookingBlock textarea
{
    height:80px;
    text-align:left;
    padding: 10px 15px!important;
}


    .cover_booking_form .restaurantBookingBlock #closebtn {
        background: #ffffff;
        color: #000000;
    }


.form input[type="text"], .form input[type="email"],.form input[type="number"], .form textarea {

}

.formcanvas input[type=text], .formcanvas input[type=number],.formcanvas input[type=email],.formcanvas input[type=tel], .formcanvas textarea {
    width:100%;
    padding: 11px 5px;
    background: #000000;
    color: #ffffff;
    -webkit-appearance:none;
    border-radius:0px;
}

.form input[type="placeholder"] {
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
}

::-ms-input-placeholder {
    color: #ffffff;
}

input::-moz-placeholder {
    color: #ffffff;
}


 .restaurantBookingBlock ::-webkit-input-placeholder {
    color: #000000;
    }

    .restaurantBookingBlock ::-moz-placeholder {
    color: #000000;
    }

    .restaurantBookingBlock ::-ms-input-placeholder {
    color: #000000;
    }

    .restaurantBookingBlock input ::-moz-placeholder {
    color: #000000;
    }

.form input[type="button"] {
    background: #ffffff;
    color: #000000;
}

    .gallery_btn img {
        border-top: 5px solid #ffffff;
    }


.menu-content h2 {
    border-bottom: 3px solid #ffffff;
    border-top: 1px dashed #ffffff;
}

.bottom .btn {
    background: #ffffff;
    color: #000000;
}

header.open, .body-menu-page header.open {
    color:#000000;
    background:#ffffff;
}

header.open a{
    color:#000000;
}


header.open nav ul li a:active, header.open nav ul li.selected a {
    color:#000000;
    border-bottom: 2px solid #000000;
}

header.open nav a:hover {
    border-bottom: 1px solid #000000!important;
}

input[type="checkbox"].fancy5 + label {
	background-color: #000000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    cursor:pointer;
}

input[type="checkbox"].fancy5 + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="checkbox"].fancy5:checked + label {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}


input[type="checkbox"].fancy5 + label:after {
	    -webkit-transform: rotateX(270deg);
	    -webkit-transform-origin: 0 0;
	    transform: rotateX(270deg);
	    transform-origin: 0 0;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    content: '\2715';
	    padding: 9px 0 0 0;
	    width: 100%;
	    height: 100%;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    font-size: 1.5em;
	    line-height: 0;
	    background: #ffffff;
        color: #000000;
        text-align: center;
    }

    input[type="checkbox"].fancy5 + label > span {
        position: absolute;
        top: 0px;
        left: 35px;
        font-size:1.1em;
        width:270px;
    }

    input[type="checkbox"].fancy5:checked + label:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    }

    input[type="checkbox"].fancy5:checked + label {
    -webkit-transition: all 0.5s linear 0.2s;
    transition: all 0.5s linear 0.2s;
    background: #aaa;
    }

    input[type="checkbox"].fancy5 + label {
    width: 10px;
    height: 10px;
    }


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


}






@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .restaurantBookingBlock select {
        font-family:Sans-Serif;
    }
}


/* 

font-family:'GeorgiaProW01-Light';
font-family:'GeorgiaProW01-Regular';
font-family:'GeorgiaProW01-Italic';
font-family:'GeorgiaProW01-SemiBold';


*/

.form-page section.left-container {
    float: none;
    margin: 40px auto 0px auto;
}

.elementsList  li {
    width: 100%;
    display: block;
}



.elementsList  li p {
    font-size: 15px;
    line-height: 22px;
    color: gray;
}

.elementsList [data-type="textbox"] {
    width: 50%;
    min-width: 230px;
}

[data-type="dropdown"] .elLabel {
    font-size: 26px;
    line-height: 35px;
}
.elContainer select {
    margin: 10px 0;
    -webkit-appearance: none;
    border: none;
    border-radius: 3px;
    line-height: 30px;
    min-width: 200px;
    padding: 0 15px;
    font-size: 16px;
    background-image: url(http://www.dekloostergang.nl/restaurants/dekloostergang/img/web/arrow-down.png);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: right 10px center;
  padding-right: 30px;
}


.formcanvas input, .formcanvas textarea {
    background: rgba(0, 0, 0, 0.24)!important;
}

.formcanvas input[type=submit] {
    background: black;
    border: none;
    color: white;
}


span.optionWrap label {
    margin-left: 10px;
    line-height: 24px;
}

span.optionWrap {
    padding: 15px 0;
}

.elLabel {
    line-height: 35px;
}

.bookingPanel[data-page=2]
{
min-width:300px;
}

.extraField
{
    margin: 10px 0;
    margin-top: 10px!important;
}

.newsBlock input
{
-webkit-appearance:none;
}

p a {
    color: #f7f7f7;
    border-bottom: 1px solid aquamarine;
      text-decoration: none;
}

.cover-container div, .cover-container {
background-position:top center!important;
}

#page_26374 #sitecontent {
    padding-top: 0px;
}


#sitecontent {
    padding-top: 50px;
}

.scrolled .mobile-menu-button svg {
    fill: white;
}

.refer {
position:relative;
  width:100%;
  height:100px;
  min-height:100px!important;
  padding:50px;
}

.refer table {
    width: 80%;
    margin: 0 auto;
}

.refer td {
text-align:center;
  width:25%;
}

.refer img {
    max-height: 32px;
}

#page_26374 .textpage-container {
    min-height: 500px!important;
}
.menu-intro span {
background:#b9a88d;
}

.instructions img {
width: 215px;
    max-width: 100%;
      display: block!important;
}

.instructions.hide {
opacity:0;
  visibility:hidden;
}

.instructions {
  opacity:1;
  visibility:visible;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    text-align: center;
  transition:0.5s ease;
  -webkit-transition:0.5s ease;
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


.restaurantBookingBlock p a {
color:#b9a88d;
}

.text-container {
    margin-left: 0;
}

.reservation_screen .content p {
    margin: 1% auto 6% auto;
}

.reservation_screen .restaurantBookingBlock h2 {display:block;}
.open_bookingscreen .reservation_screen {
    z-index: 100000000;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #f7f7f7;
    background: rgba(0,0,0,0.9);
}

.videoWrapper {
	position: relative;
	padding-bottom: 52%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ytplayer-shield {display:none;}

#reserveren {
    min-height: 500px!important;
  background:black!important;
}
#reviewContainer {height:1200px!important;}

#reviews h1 {
font-family: 'GeorgiaProW01-Light';
    color: aquamarine;
    padding-top: 90px;
    text-transform: none;
    text-align: center;
    font-size: 44px;
    letter-spacing: 10px;
  padding-bottom: 40px;
}


.reviewItem {display:none;}
.reviewItem:nth-child(1),
.reviewItem:nth-child(2),
.reviewItem:nth-child(3),
.reviewItem:nth-child(4), 
.reviewItem:nth-child(5),
.reviewItem:nth-child(6),
.reviewItem:nth-child(7),
.reviewItem:nth-child(8) {
display:block;
}

.menupage-container h1 {
    padding-bottom: 40px;
}

.iensReview table td {
    text-align: center;
    border-right: none;
}

.menu-intro {
    text-align: center;
    padding: 0 0 40px 0;
  font-size:26px;
  font-family:'GeorgiaProW01-Italic';
}

.restaurantBookingBlock input[type="submit"] {
    background: lightblue;
}

.restaurantBookingBlock textarea:focus, .restaurantBookingBlock input:focus, .restaurantBookingBlock select:focus {
	box-shadow: none;
	outline: none;
	background-color: #b9a88d!important;
}

.restaurantBookingBlock input[type="text"], .restaurantBookingBlock input[type="email"], .restaurantBookingBlock input[type="password"], .restaurantBookingBlock input[type="tel"], .restaurantBookingBlock textarea {
background:white;
}

.menu-price span {
}

small {
    font-size: 13px;
    color: #ccc;
      font-family: 'Merriweather',serif;
    font-style: italic;
}

.menu-name, .menu-description {
    width: 65%;
    margin: 5px 0;
}

.menu-content h2 {
    border-bottom: 1px dashed #b9a88d;
    padding: 10px 0;
    margin: 20px 0;
  color:#b9a88d;
}

.custom-extra .restaurantBookingBlock #backBookingBtn {
float:left;
}

.restaurantBookingBlock p {color:white;}

.menu-description {
    font-size: 14px;
    color: #ccc;
}

.restaurantBookingBlock h2 {display:none;}

.text16251 h2 {display:none;}

.menu-name span, .menu-price span {
    font-size: 1.7em;
    text-transform: none;
    font-family: 'GeorgiaProW01-Light';
  line-height:25px;
}

.intro, .cover-s-content {
    position: absolute;
    top: 42%;
    top: calc(50% - 66px);
    left: 10%;
    height: 200px;
    width: auto;
    max-width: 500px;
  z-index:10;
}


.intro-title {
    font-family: 'GeorgiaProW01-Italic';
    font-size: 35px;
    color: white;
    background: #b9a88d;
    line-height: 42px;
    padding: 0 2px;
}

.social {
    position: absolute;
    right: 20px;
    height: 50px;
    padding: 12px 0;
    bottom: 0;
}

.social img {
    max-height: 100%;
    height: auto;
    width: 44px;
  transform:translateY(0px);
    -webkit-transform:translateY(0px);
  transition:0.4s ease;
  -webkit-transition:0.4s ease;
  opacity:0;
  visibility:hidden;
  backface-visibility:hidden;
   -webkit-backface-visibility:hidden;
}

.social:hover img {
    opacity: 1;
}

.scrolled .social img {  transform:translateY(0px);
    -webkit-transform:translateY(0px); 
    opacity:0.8;
  visibility:visible;
}

body {
background:#232528;
}

#sitecontent>div, .contact-page {
    background: #232528;
}

header {

  background:rgba(35,37,40,0.7);
    background:rgba(247,247,247,0.97);
      background: #f7f7f7;
 transition: 0.4s ease;
 -webkit-transition: 0.4s ease;
  height: auto;
}


#contact_form {display:none;}

#page_26374 div#over-ons {
    min-height: 600px!important;
}

#page_26374 div#fotos {
    min-height: 600px!important;
}

#page_26374 .contact-page {
    min-height: 600px!important;
}

section.image-gallery {
    padding: 50px 0;
}

div#groepen {
    background: black;
}

h1 {
    padding: 20px 0 0 0;
}

h3 {
    font-size: 3em;
    letter-spacing: 0;
    text-transform: none;
    padding: 0px 0 15px 0;
font-family:'GeorgiaProW01-Light';
  color:#b9a88d;
}
.text15125 section.right-container.single {width:100%;}
.text15125 td {
    border-right: 1px solid #222;
    padding: 0 30px;
  width:calc(100% / 3);
  vertical-align:top;
}

table {width:100%;}


.scrolled header {
    transform: translateY(-165px);
  -webkit-transform: translateY(-165px);}

.text-container p {
font-family: 'GeorgiaProW01-Italic';
  color:rgba(255,255,255,0.8);
font-size: 20px;
    letter-spacing: 1px;
}


.video-container>h1 {display:none;}

nav.main-menu {
    float: left;
    position: relative;
    width: 100%;
  top:0;
  left:0;
}

nav.main-menu ul {text-align:center;}

.cover-container:after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* background: rgba(247,247,247,0.9);*/
  /* background: rgba(0,0,0,0.25); */
}

.imagepage-container>h1, .textpage-container>h1, .contact-page>h1, .menupage-container>h1 {
    font-family: 'GeorgiaProW01-Light';
    color: aquamarine;
    padding-top: 90px;
    text-transform: none;
}

.logo {
    padding: 0;
    height: auto;
    max-height: 100%;
    z-index: 10;
    position: relative;
  width:100%;
  text-align:center;
  padding: 30px 0 0px 0;
}

.logo img {
max-width:400px;
}

nav.main-menu {background:transparent;}

nav.main-menu ul li {padding:0;}

nav.main-menu ul li a {
    color: #232528;
    font-family: 'GeorgiaProW01-Italic';
    padding: 0 10px;
    display: block;
    line-height: 50px;
  font-size:15px;
}

nav a:hover {
    border-bottom: none;
}

.selected {
    background: transparent;
}

.selected a {
color:#f7f7f7;
}

nav ul li a:active, nav ul li.selected a {color:#b9a88d;border-bottom:none;}


.contact-page>h1 {display:none;}
.contact-page {
padding-top:50px;
}

.maps-container {
    width: auto;
    position: absolute;
    min-height: 10px;
    margin: 100px 0 0 0;
    height: auto;
    overflow: hidden;
    top: 0;
    left: 100px;
    right: 50px;
    bottom: 0;
    z-index: 1;
}

.contact-page-content {
    background: black;
    color: #f7f7f7;
    width: 40%;
    padding: 50px;
    min-width: 280px;
    margin-bottom: 50px;
    z-index: 2;
    margin-left: 50px;
  position:relative;
  max-width:440px;
  
}

.contact-text {
    order: 2;
    -webkit-order: 2;
}

.contact-page-text-container {
    display: flex;
    flex-direction: column;
  -webkit-display: flex;
    -webkit-flex-direction: column;
}

#contactpage a {
    color: #f7f7f7;
    border-bottom: 1px solid aquamarine;
}

.footer {
    height: auto;
    width: 100%;
    min-height: 20px!important;
    background: black;
    color: #999;
    text-align: center;
    font-size: 1.2em;
    line-height: 100px;
    overflow: hidden;
    padding-top: 50px;
    margin-top: -50px;
  font-family: 'GeorgiaProW01-Italic';
}

#page_26374 .footer {
    padding-top: 50px;
    margin-top: -50px;
}
  
.adres-info h2 {
    font-size: 30px;
    font-family: 'GeorgiaProW01-Regular';
}

.adres-info, .adres-info strong {
    font-size: 20px;
    font-family: 'GeorgiaProW01-Italic';
  line-height:28px;
}

a.pm {
    color: aquamarine;
}

.copyright {display:none;}

.newsletter .content, .contact-info .content {
  width: auto; 
    padding: 20px 0 0 0;
}

div#menu-du-chef {
    background: #b9a88d;
}

div#menu-du-chef h1{
color:black;

}
@media (max-width: 850px) { 
  
  .refer table {
    width: 100%; }

 .text15125 table td {
    width: 100%;
    float: left;
}
  h3 {
  padding: 20px 0 15px 0;
  }
  
.contact-page-content {
    width: 50%;
    float: left;
    margin: 0;
    position: relative;
    overflow: auto;
}
.maps-container {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    right: 0;
    margin: 0;
    overflow: hidden;
}
  
  .refer {
  padding:50px 10px;
  }
  
  .imagepage-container>h1, .textpage-container>h1, .contact-page>h1, .menupage-container>h1 {
  letter-spacing: 4px;
    padding-top:20px;
  }
  
  .menu-container {padding-bottom:0;}
  
  .logo {
      padding: 7px 0 0px 0; 
  }
  
  #page_26374 .textpage-container {
  padding:0 10px;
  }
  
  div#video {
    display: none;
}
  
  li#menu26391 {
    display: none;
}
  
}

@media (max-width: 550px) {
.maps-container {
    position: relative;
    width: 100%;
    height: 400px;
    left: 0;
}

.contact-page-content {
    width: 100%;
  max-width:none;
}
}

div#pnl_data_news {
    font-size: 1.3em;
    text-align: center;
    line-height: 30px;
}

li#menu26391 {
    display: none;
}