body {
    background: #05aed4;
    width: 100%;
    font-size: 100%;
    font-size: 14px;
    line-height: 1.3em;
    font-family: "Noto Sans"
    }
textarea {
    font-family: "Noto Sans"
    }
.box {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    color: #333
    }
.box h1 {
    color: #ec8e9d
    }
.inner_box {
    color: #333
    }
.sidebar .box, .footer-info {
    background-color: #FFF;
    color: #FFF
    }
.sidebar {
    background: #FFF;
    background: rgba(255, 255, 255, 0.6);
    color: #539DBC
    }
.main_menu .menu a {
    color: inherit;
    border-bottom-color: #539DBC
    }
.main_menu .menu li a:hover {
    color: rgba(83, 157, 188, 0.8)
    }
.sub-menu li a:hover {
    color: #222 !important
    }
.boxout input[type="submit"], .restaurantBookingBlock input[type="submit"], #formContainer input[type="button"], .succesMessageContainer input[type="button"], .newsBlock input[type="submit"] {
    cursor: pointer;
    color: #FFF;
    padding: 10px 20px;
    width: 100%;
    margin-top: 10px;
    font-size: 1.8em;
    border: none;
    background: #ec8e9d;
    text-shadow: none;
    font-weight: normal;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
    }
.boxout input[type="text"], .boxout input[type="email"], .boxout input[type="password"], .boxout input[type="tel"], .boxout textarea, .restaurantBookingBlock input[type="text"], .restaurantBookingBlock input[type="email"], .restaurantBookingBlock input[type="password"], .restaurantBookingBlock input[type="tel"], .restaurantBookingBlock textarea, #formContainer input[type="text"], #formContainer input[type="email"], #formContainer input[type="password"], #formContainer input[type="tel"], #formContainer input[type="number"], #formContainer textarea, .newsBlock input[type="text"], .newsBlock input[type="email"] {
    background-color: #FFF;
    padding: 11px;
    border: 0;
    width: 100%;
    margin-top: 10px;
    color: #ec8e9d;
    font-weight: normal;
    font-size: 100%;
    font-family: "Noto Sans";
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0
    }
#formContainer input[type="text"], #formContainer input[type="email"], #formContainer input[type="password"], #formContainer input[type="tel"], #formContainer input[type="number"], #formContainer textarea {
    margin-top: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    min-width: 250px
    }
#formContainer input[type="radio"]:checked + label:before {
    background: #000
    }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ec8e9d;
    color: rgba(236, 142, 157, 0.6);
    font-weight: normal;
    text-transform: uppercase
    }
input::-moz-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ec8e9d;
    color: rgba(236, 142, 157, 0.6);
    font-weight: normal;
    text-transform: uppercase
    }
input:-moz-input-placeholder, textarea:-webkit-input-placeholder {
    color: #ec8e9d;
    color: rgba(236, 142, 157, 0.6);
    font-weight: normal;
    text-transform: uppercase
    }
input::-ms-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ec8e9d;
    color: rgba(236, 142, 157, 0.6);
    font-weight: normal;
    text-transform: uppercase
    }
input:-ms-input-placeholder, textarea:-webkit-input-placeholder {
    color: #ec8e9d;
    color: rgba(236, 142, 157, 0.6);
    font-weight: normal;
    text-transform: uppercase
    }
.restaurantBookingBlock h2 {
    font-size: 2em;
    text-transform: none;
    font-weight: normal;
    color: #ec8e9d;
    line-height: 0.9em
    }
.restaurantBookingBlock select {
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 100%;
    margin-top: 10px;
    border: none;
    padding: 11px 10px;
    background: #FFF;
    color: #ec8e9d;
    font-family: "Noto Sans";
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0
    }
.restaurantBookingBlock select:disabled {
    color: rgba(236, 142, 157, 0.6)
    }
.restaurantBookingBlock select::-ms-expand, .restaurantBookingBlock textarea::-ms-expand {
    display: none
    }
.restaurantBookingBlock .checkboxContainer {
    position: relative
    }
.restaurantBookingBlock .info {
    border-radius: 50%;
    background-color: #FFF;
    color: #ec8e9d;
    display: inline-block;
    width: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 5px;
    font-style: italic;
    font-family: "Times new roman";
    z-index: 1000;
    font-weight: bold;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    cursor: help
    }
.restaurantBookingBlock option {
    color: #000;
    background-color: #fff;
    padding: 0 8px;
    font-family: Sans-Serif
    }
#feedbackFilters li a {
    color: #ec8e9d;
    background: #FFF
    }
#feedbackFilters li a:hover, #feedbackFilters li a.selectedFilter {
    color: #FFF;
    background: #ec8e9d;
    border: solid 1px #ec8e9d
    }
/* ==================================================================== */
/* CHECKBOX TYPE 5 ---------------------------------------------------- */
/* ==================================================================== */
input[type="checkbox"].fancy5 + label {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -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: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 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 0 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 0 -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: 0;
    left: 0;
    content: "✕";
    padding: 9px 0 0 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    font-size: 1.5em;
    line-height: 0;
    background: #ec8e9d;
    color: #FFF;
    text-align: center
    }
input[type="checkbox"].fancy5 + label > span {
    position: absolute;
    top: 0;
    left: 25px;
    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
    }
#iens-container {
    width: 330px;
    clear: both;
    margin: 10px 0 5px;
    display: block
    }
#iens-container .viewport {
    width: 295px;
    margin-left: 5px;
    height: 300px;
    overflow: hidden;
    position: relative
    }
#iens-container .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0
    }
#iens-container .thumb .end, #iens-container .thumb {
    background-color: #ec8e9d;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #333
    }
#iens-container .scrollbar {
    position: relative;
    float: right;
    width: 25px
    }
#iens-container .track {
    background-color: #ec8e9d;
    height: 100%;
    width: 1px;
    position: relative;
    left: 4px;
    margin: 0 auto
    }
#iens-container .thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -6px
    }
#iens-container .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px
    }
#iens-container .disable {
    display: none
    }
.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
    }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .restaurantBookingBlock select {
        font-family: Sans-Serif
        }
    }
body {
    font-family: "Dosis"
    }
p {
    line-height: 22px
    }
.elLabel label {
    line-height: 16px
    }
.entry-content h1 {
    font-size: 20px !important
    }
.fb-container .box {
    background: transparent !important
    }
.simplebtn {
    background: black;
    color: white;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: center
    }
.page0 .spotlight {
    background: transparent;
    border: 0
    }
#map_canvas {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
    }
#formContainer {
    margin-top: 10px
    }
/*
.container_wrap, #wrap_all {
background: url(/restaurants/blauwetheehuis/img/web/glaswerk1.png);
background-repeat: no-repeat;
background-position: right 43px;
background-size:87px;
}*/
.menukaart-column table {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-top: 1px dashed #ec8e9d;
    padding-top: 12px
    }
.menu-container .box {
    background: rgba(255, 255, 255, 0.5) !important
    }
.post-text {
    background: transparent
    }
#reserveren {
    display: none;
    background: rgba(255, 255, 255, 1) !important;
    margin-top: 0
    }
.box {
    background: rgba(255, 255, 255, 1) !important
    }
.page2625 .entry-content h1 {
    background: #ec8e9d
    }
.page23568 .entry-content h1 {
    background: #ec8e9d
    }
.menu-container h2 {
    text-transform: uppercase;
    font-weight: 500;
    background: #7ec9cc;
    display: inline;
    color: black;
    font-size: 25px
    }
#menukaartWrapper {
    padding-left: 30px
    }
.menu-container .hr {
    display: none
    }
#social {
    background: transparent
    }
#social img {
    height: 25px;
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%)
    }
#top-right {
    background: white;
    opacity: 0;
    transition: 0.4s ease 0.4s
    }
.loaded #top-right {
    opacity: 1
    }
#top-menu {
    display: none
    }
input:focus {
    outline: 1px solid #05aed4;
    outline-offset: 0
    }
.content .box {
    min-height: 100px
    }
.page7072 .content .box {
    max-width: 30%
    }
.page2627 .content .box {
    max-width: 40%
    }
.page0 .content .box {
    min-height: 100px;
    min-width: 245px;
    height: 100%
    }
.page0 .post-text {
    line-height: 21px;
    font-size: 17px
    }
.page0 .reserveren-container {
    display: none
    }
.page23407 .box {
    display: none
    }
.bookingPanel {
    padding: 40px
    }
.restaurantBookingBlock .hr {
    display: none
    }
.restaurantBookingBlock .bookingPanel p {
    font-size: 17px;
    border-top: 1px dashed black;
    padding-top: 12px;
    line-height: 21px;
    padding-bottom: 7px;
    font-family: "Dosis"
    }
.restaurantBookingBlock #nextbtn {
    margin-top: 30px;
    border: 2px dashed black;
    background: black;
    font-family: "Dosis";
    text-transform: uppercase;
    letter-spacing: 1px
    }
.boxout input[type="submit"], .restaurantBookingBlock input[type="submit"], #formContainer input[type="button"], .succesMessageContainer input[type="button"], .newsBlock input[type="submit"] {
    margin-top: 30px;
    border: 2px dashed black;
    background: black;
    font-family: "Dosis";
    text-transform: uppercase;
    letter-spacing: 1px
    }
.page22873 .box {
    background: rgba(255, 255, 255, 0.5) !important
    }
.page23568 .box {
    background: rgba(255, 255, 255, 0.5) !important
    }
.page .spotlight {
    border: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.5)
    }
.restaurantBookingBlock {
    padding: 0
    }
.restaurantBookingBlock select {
    font-size: 18px !important;
    font-family: "Dosis"
    }
.restaurantBookingBlock h2 {
    color: #000;
    text-transform: uppercase;
    background: #ec8e9d;
    font-size: 50px;
    padding-left: 30px;
    line-height: 7px;
    padding-top: 32px;
    font-weight: 100;
    font-family: "Dosis"
    }
.page22873 .spotlight {
    background: transparent;
    border: 8px #000 solid;
    overflow: hidden;
    padding: 15px
    }
.page23568 .spotlight {
    background: transparent;
    border: 8px #000 solid;
    overflow: hidden;
    padding: 15px
    }
.spotlight h3 {
    clear: both;
    font-size: 30px !important;
    font-weight: normal;
    text-transform: lowercase;
    line-height: 47px;
    text-transform: lowercase;
    border-bottom: 2px dashed white;
    padding-bottom: 0;
    margin-bottom: 8px
    }
.box {
    padding: 0
    }
.sidebar {
    padding: 0;
    width: 300px;
    left: 0;
    color: #000;
    background: white;
    border-top: 4px solid #05aed4;
    border-bottom: 4px solid #05aed4
    }
.inner_sidebar {
    width: 100%
    }
.sidebar .box {
    background: white !important;
    padding: 20px 0
    }
.sidebar .box, .footer-info {
    color: black
    }
.logo {
    padding: 0 40px
    }
.logo a {
    padding: 20px 0 20px 0
    }
#adres-info {
    border-top: 2px dashed black
    }
#reserveren {
    background: transparent;
    padding: 0
    }
#reserveren h1 {
    color: #000 !important;
    border-top: 2px solid black;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0 9px 0;
    background: #ec8e9d
    }
.main_menu .menu a {
    color: inherit;
    border-bottom: 1px dashed #000;
    text-align: center;
    padding: 5px 0
    }
.footer-info {
    width: 100%;
    border-top: 1px dashed #ec8e9d;
    padding: 20px 15px 10px 15px;
    letter-spacing: 2px
    }
.main_menu .menu li a strong {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    padding: 2px 12px;
    letter-spacing: 1px
    }
.main_menu .menu li a span {
    display: none
    }
.menu-container {
    margin: 165px 0 66px 350px
    }
.fb-container {
    width: 75%;
    margin: 165px 0 66px 350px
    }
.menu-container .box {
    background: white
    }
#adres-info span {
    background: black;
    color: #e4e3ad;
    padding: 0 14px;
    line-height: 22px
    }
.column {
    opacity: 1;
    padding: 10% 10%
    }
.footer-info a {
    font-size: 20px
    }
.telefoon-info {
    font-size: 32px;
    letter-spacing: 3px;
    border-top: 2px solid black;
    padding: 10px 0;
    margin-top: 7px
    }
.selected a strong {
    background: black;
    color: #e4e3ad
    }
.telefoon-info:before {
    content: "T ";
    font-weight: normal;
    color: #7ec9cc
    }
#reserveren h1:hover {
    background: #7ec9cc
    }
.footer-info a:hover {
    color: #ec8e9d
    }
.main_menu .menu a strong:hover {
    color: #7ec9cc
    }
.entry-content h1 {
    color: #000;
    text-transform: uppercase;
    background: #e4e3ad;
    font-size: 50px;
    padding-left: 30px;
    line-height: 7px;
    padding-top: 32px;
    font-weight: 100
    }
.page0 .entry-content h1 {
    background: #7ec9cc
    }
.leftbtn {
    right: 0 !important;
    margin-top: 24px !important;
    left: auto
    }
.leftbtn:hover {
    right: -5px !important;
    margin-top: 24px !important;
    left: auto
    }
.post-text {
    padding: 30px
    }
h1.post-title strong {
    font-weight: normal
    }
.post-title {
    padding: 0
    }
#formContainer input[type="text"], #formContainer input[type="email"], #formContainer input[type="password"], #formContainer input[type="tel"], #formContainer input[type="number"], #formContainer textarea {
    box-shadow: none
    }
.boxout input[type="text"], .boxout input[type="email"], .boxout input[type="password"], .boxout input[type="tel"], .boxout textarea, .restaurantBookingBlock input[type="text"], .restaurantBookingBlock input[type="email"], .restaurantBookingBlock input[type="password"], .restaurantBookingBlock input[type="tel"], .restaurantBookingBlock textarea, #formContainer input[type="text"], #formContainer input[type="email"], #formContainer input[type="password"], #formContainer input[type="tel"], #formContainer input[type="number"], #formContainer textarea, .newsBlock input[type="text"], .newsBlock input[type="email"] {
    box-shadow: none
    }
.boxout input[type="text"], .boxout input[type="email"], .boxout input[type="password"], .boxout input[type="tel"], .boxout textarea, .restaurantBookingBlock input[type="text"], .restaurantBookingBlock input[type="email"], .restaurantBookingBlock input[type="password"], .restaurantBookingBlock input[type="tel"], .restaurantBookingBlock textarea, #formContainer input[type="text"], #formContainer input[type="email"], #formContainer input[type="password"], #formContainer input[type="tel"], #formContainer input[type="number"], #formContainer textarea, .newsBlock input[type="text"], .newsBlock input[type="email"] {
    box-shadow: none;
    font-family: "Dosis";
    font-size: 18px
    }
#formContainer input[type="radio"] + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 0 solid #000;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
    }
#formContainer input[type="radio"]:checked + label:before {
    background: black
    }
.restaurantBookingBlock select {
    box-shadow: none
    }
input[type="checkbox"].fancy5:checked + label {
    box-shadow: none
    }
input[type="checkbox"].fancy5 + label {
    box-shadow: none
    }
#formContainer input[type="text"], #formContainer input[type="email"], #formContainer input[type="password"], #formContainer input[type="tel"], #formContainer input[type="number"], #formContainer textarea {
    min-width: 300px
    }