blockquote:after,
html:before {
    content: "";
    display: block;
}
.is-hidden,
.navigation__toggle,
.no-scroll {
    overflow: hidden;
}
.btn:active,
.btn:focus,
.btn:hover,
.navigation--main li a,
.navigation--main li a:hover,
.sidebar .navigation li a:active,
.sidebar .navigation li a:focus,
.sidebar .navigation li a:hover,
.social li a:active,
.social li a:focus,
.social li a:hover {
    text-decoration: none;
}
.cta:active,
.cta:focus,
.cta:hover,
.drop-show {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
}
@font-face {
    font-family: Icons;
    src: url(/fonts/icons.eot?49d9c689358ef68489a078a61f9893e0);
    src: url(/fonts/icons.eot?49d9c689358ef68489a078a61f9893e0)
            format("embedded-opentype"),
        url(/fonts/icons.woff?d627a34c179271c2d28b05816153c662) format("woff"),
        url(/fonts/icons.ttf?f507587937e7ac224fb369a20e3dddfa)
            format("truetype"),
        url(/fonts/icons.svg?f6053b57600e5c3aab29dd826f4268bc) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: gibson;
    src: url(/fonts/gibson-light.woff?d76ea3a7f5de4f90d109f781d251c5e1)
            format("woff2"),
        url(/fonts/gibson-light.woff?d76ea3a7f5de4f90d109f781d251c5e1)
            format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: gibson;
    src: url(/fonts/gibson-light.woff2?b4229c29617e1e6c2c2e6e1cd4a8462f)
            format("woff2"),
        url(/fonts/gibson-light.woff?d76ea3a7f5de4f90d109f781d251c5e1)
            format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: gibson;
    src: url(/fonts/gibson-regular.woff2?b355df74847cfd011864b3e7a6f4f576)
            format("woff2"),
        url(/fonts/gibson-regular.woff?d30e047458fda17bd0d9cd7d1822120a)
            format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: gibson;
    src: url(/fonts/gibson-semibold.woff2?2765bbb666de8e2f0ee0c1b02091cde6)
            format("woff2"),
        url(/fonts/gibson-semibold.woff?ea2e4480cda08ae1590c4215750793fc)
            format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: gibson;
    src: url(/fonts/gibson-bold.woff2?ae38add31a52f15a999068b66c417ac7)
            format("woff2"),
        url(/fonts/gibson-bold.woff?dac57bbbfcca40d3616a54d9a26d6a72)
            format("woff");
    font-weight: 700;
    font-style: normal;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html:before {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    opacity: 1;
    transition: opacity 0s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0s;
    transition: transform 0.2s, opacity 0s, -webkit-transform 0.2s;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
html.is-loading:before {
    -webkit-animation-name: loading;
    animation-name: loading;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.bounce,
html.is-loaded:before {
    -webkit-animation-timing-function: ease-in-out;
}
html.is-loaded:before {
    -webkit-animation-name: loaded;
    animation-name: loaded;
    -webkit-animation-duration: 0.66s;
    animation-duration: 0.66s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.no-js [data-aos] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
body {
    font-family: gibson, sans-serif;
    font-weight: 300;
    color: #1d1d1b;
    line-height: 1.75;
    letter-spacing: 1px;
    transition: color 0.33s ease-in-out;
    will-change: background-color;
    will-change: color;
}
body.bg--white {
    background-color: #fff;
    color: #1d1d1b;
}
.masthead:after,
blockquote:after,
body.bg--black {
    background-color: #1d1d1b;
}
body.bg--black {
    color: #fff;
}
strong {
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 1em;
}
h1 {
    font-size: 2.5rem;
}
@media (min-width: 768px) {
    h1 {
        font-size: 3rem;
    }
}
@media (min-width: 1660px) {
    h1 {
        font-size: 4rem;
    }
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
a {
    color: inherit;
}
a:active,
a:focus,
a:hover {
    color: inherit;
    outline: 0;
}
hr {
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #1d1d1b;
    margin: 2em 0;
    width: 25px;
}
label {
    cursor: pointer;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
ul[data-columns="2"] {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
figure {
    margin: 0;
    padding: 0;
}
blockquote {
    font-size: 1.75em;
    line-height: 1.5;
    margin: 10%;
}
blockquote:after {
    width: 25px;
    height: 1px;
    margin-top: 1em;
}
.content-section {
    position: relative;
    margin-bottom: 5rem;
}
.content-section:only-child {
    margin-bottom: 0;
}
.content-section ol,
.content-section ul {
    padding-left: 0;
}
.content-section ol li,
.content-section ul li {
    padding-left: 1em;
    position: relative;
    list-style: none;
}
.content-section ol li:before,
.content-section ul li:before {
    content: "–";
    font-size: 1.2em;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
}
#binnenshuis-logo-black {
    fill: #1d1d1b;
}
#binnenshuis-logo-white {
    fill: #fff;
}
@media (min-width: 576px) {
    .container,
    .container-fluid,
    .container-wide {
        padding-left: 30px;
        padding-right: 30px;
    }
    .row {
        margin-right: -30px;
        margin-left: -30px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-fluid,
    .container-wide {
        padding-left: 45px;
        padding-right: 45px;
    }
    .row {
        margin-right: -45px;
        margin-left: -45px;
    }
}
@media (min-width: 576px) {
    [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.full-height {
    height: 100vh;
}
.full-height.intro {
    height: calc(100vh - 12.5rem);
}
.intro {
    position: relative;
    z-index: 10;
}
.gallery .block {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.gallery figure {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    [class*="col-"] {
        padding-left: 45px;
        padding-right: 45px;
    }
    .gallery figure {
        margin-bottom: 45px;
    }
}
@media (min-width: 1200px) {
    .gallery figure {
        margin-bottom: 90px;
    }
}
.strak-credits {
    display: block;
    position: relative;
    width: 3rem;
    height: 3rem;
    padding: 15px;
    margin-top: -50px;
    line-height: 1;
    opacity: 0.5;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
}
.strak-credits:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.strak-credits svg {
    fill: #1d1d1b;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.js-lazyload {
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.45s ease-in-out;
}
.js-lazyload.is-loaded {
    opacity: 1;
}
.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.background-image.hidden {
    opacity: 0;
}
.masthead {
    min-height: 100vh;
}
.masthead:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.33;
}
.is-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
}
.affix {
    position: fixed;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.align-bottom {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.align-bottom > * {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-bottom > :first-child {
    margin-top: auto;
}
.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-middle > * {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 576px) {
    .rwd-break {
        display: none;
    }
}
.hidden-xs-up,
.hidden-xxl-down {
    display: none !important;
}
@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}
@media (max-width: 1599px) {
    .hidden-xl-down {
        display: none !important;
    }
}
@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important;
    }
}
[class*="icon-"] {
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.icon-chevron-left:before {
    content: "\e100";
}
.icon-chevron-right:before {
    content: "\e101";
}
.icon-chevron-up:before {
    content: "\e102";
}
.icon-chevron-down:before {
    content: "\e103";
}
.icon-facebook:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.is-paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-25%);
    }
}
@keyframes bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-25%);
    }
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}
.slideUp {
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
@-webkit-keyframes loading {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    25% {
        -webkit-transform: scaleX(0.25);
        transform: scaleX(0.25);
    }
    66% {
        -webkit-transform: scaleX(0.66);
        transform: scaleX(0.66);
    }
    100% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
    }
}
@keyframes loading {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    25% {
        -webkit-transform: scaleX(0.25);
        transform: scaleX(0.25);
    }
    66% {
        -webkit-transform: scaleX(0.66);
        transform: scaleX(0.66);
    }
    100% {
        -webkit-transform: scaleX(0.8);
        transform: scaleX(0.8);
    }
}
@-webkit-keyframes loaded {
    0%,
    90% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
@keyframes loaded {
    0%,
    90% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
.site-header {
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    z-index: 40;
}
@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
    .site-header {
        padding-top: 5rem;
    }
}
.site-header nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn,
.navigation__toggle span,
.social li {
    display: inline-block;
}
.site-title {
    height: 5rem;
    margin-right: auto;
    z-index: 40;
    transition: -webkit-transform 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
.site-title svg {
    fill: currentColor;
    height: 100%;
}
.site-footer {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.site-footer ul {
    margin: 0;
    padding: 0;
}
.site-footer ul li {
    list-style: none;
    text-transform: lowercase;
}
.widget {
    margin-bottom: 1.5rem;
}
.social li:not(:last-child) {
    margin-right: 0.5em;
}
.navigation {
    margin: 0;
    padding: 0;
}
.navigation li {
    list-style: none;
}
.navigation--main li {
    font-size: 1.5em;
    text-align: center;
    text-transform: lowercase;
}
@media (min-width: 768px) {
    .navigation--main li {
        font-size: 2em;
        text-align: left;
    }
}
.navigation--main li a:hover {
    border-bottom: 2px solid #1d1d1b;
}
.navigation__toggle {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1;
    position: relative;
    z-index: 40;
}
.navigation__toggle span {
    position: relative;
    transition: -webkit-transform 0.33s;
    transition: transform 0.33s;
    transition: transform 0.33s, -webkit-transform 0.33s;
}
.navigation__toggle span:before {
    content: attr(data-toggle);
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.navigation__wrapper {
    background-color: #fff;
    color: #1d1d1b;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    opacity: 0;
    z-index: 30;
    overflow: hidden;
    transition: opacity 0.45s ease-in-out;
    overflow-y: scroll;
}
.navigation__checkbox:checked ~ .site-title svg {
    fill: #1d1d1b;
}
.navigation__checkbox:checked ~ .navigation__toggle {
    color: #1d1d1b;
}
.navigation__checkbox:checked ~ .navigation__toggle span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.navigation__checkbox:checked ~ .navigation__wrapper {
    height: auto;
    min-height: 100vh;
    opacity: 1;
}
.sidebar {
    position: absolute;
    width: 100%;
    z-index: 20;
}
.sidebar .navigation li {
    text-transform: lowercase;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
.sidebar .navigation li a {
    display: inline-block;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}
.block,
.cta {
    padding: 10%;
}
.sidebar .navigation li a:hover,
.sidebar .navigation li.current a {
    font-weight: 600;
}
.btn--scroll:active *,
.btn--scroll:focus *,
.btn--scroll:hover * {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.btn--scroll i {
    display: block;
    font-size: 1.5em;
}
.block.block--black {
    background-color: #1d1d1b;
    color: #fff;
}
.block.block--white {
    background-color: #fff;
    color: #1d1d1b;
}
.block > :first-child {
    margin-top: 0;
}
.block > :last-child {
    margin-bottom: 0;
}
.block__footer {
    text-align: center;
    margin: 5% auto -7.5% !important;
}
.cta {
    display: block;
    font-size: 1.25em;
    position: relative;
    transition: all 0.33s ease-in-out;
}
.cta:active,
.cta:focus,
.cta:hover {
    text-decoration: none;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.cta [class*="icon-"] {
    display: inline-block;
    font-family: Icons;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    width: auto;
    height: 1em;
    margin: auto;
}
.cta.cta--black {
    background-color: #1d1d1b;
    color: #fff;
}
.cta.cta--white {
    background-color: #fff;
    color: #1d1d1b;
}
.cta > :fist-child {
    margin-top: 0;
}
.cta > :nth-last-child(2) {
    margin-bottom: 0;
}
.cta h1,
.cta h2,
.cta h3,
.cta h4,
.cta h5,
.cta h6 {
    margin-bottom: 0.5em;
}
.splashscreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1d1d1b;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    will-change: opacity;
    transition: opacity 0.45s ease-in-out;
}
.hours tr > td:nth-child(1) {
    padding-right: 20px;
}
