/* MAIN ADJUSTMENTS */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
#content {
    flex: 1;
}
.fullheight {
	height: calc(100vh - 85px);
    min-height: 500px;
}
.semifullheight {
    height: calc(75vh - 85px);
    min-height: 500px;
}
.halfheight {
    height: calc(50vh - 42.5px);
    min-height: 200px;
}
.inverted {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}
.row.boxed {
    max-width: 1240px;
    margin: 0 auto;
}
.imagebackground {
    background-size: cover;
    background-repeat: no-repeat;
}

.shadowbox {
    box-shadow: 0 0 45px 5px rgba(0,0,0,0.1);
    z-index: 100;
}

.no-shadowbox {
    box-shadow: none;
}

body.iOS .video-foreground,
body.iOS .video-background iframe {
    display: none;
}
body.iOS .image-row,
body.iOS .imagebackground {
    background-attachment: scroll !important;
}

/* TYPOGRAPHY */
h1, h2, h3 {
    font-family: 'Fredericka the Great', sans-serif;
}
p, a {
    font-family: 'Josefin Sans', serif;
    color: #292b2c;
}
a {
    color: #ABB58B;
}
a:hover {
    color: #ABB58B;
    text-decoration: none;
}
a:not([href]):not([tabindex]){
    color: #666;
    cursor: pointer;
}
a:not([href]):not([tabindex]):hover {
    color: #ABB58B;
}
span.heading {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}
h1.heading, h2.heading {
    margin-bottom: 18px;
    font-size: 2.5em;
    line-height: .9em;
}
hr.header-border {
    width: 60%;
    border-width: 4px;
    border-color: #636951;
    position: absolute;
    top: 28px;
    left: -60px;
    display: none;
}
hr.heading-break {
    width: 75px;
    border-width: 4px;
    border-color: #636951;
    margin: 1rem auto .7rem;
}

/* HEADER */
nav.navbar {
    background: #fff;
    min-height: 85px;
    z-index: 200;
}
nav.navbar .nav-item > a {
    color: #000;
    margin: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 1em;
}
nav.navbar .nav-item:hover > a {
    color: #ABB58B;
}
nav.navbar .navbar-brand {
    margin-right: 0;
    padding-top: 0;
}
nav.navbar .navbar-brand img {
    width: 133px;
}
nav.navbar .navbar-toggler {
    padding: 11px 0;
}
nav.navbar .navbar-phone {
    padding: 21px 5px;
    font-size: 35px;
    color: #000;
}
nav.navbar .navbar-social {
    position: absolute;
    right: 0;
}
nav.navbar .navbar-social li a {
    margin: 0 20px 0 0;
    font-size: 1.3em;
    color: #888;
}
nav.navbar .navbar-social li:hover a {
    color: #000;
}
nav.navbar li.menu-item-183 {
    cursor: pointer;
}
nav.navbar .navbar-social {
    display: none;
}

/* DROPDOWN */
nav.navbar .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
}
nav.navbar .dropdown-toggle::after {
    margin-bottom: 5px;
}
nav.navbar a.dropdown-item {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 0.8em;
    padding: 5px 0.5rem;
    margin: 0 20px;
}
nav.navbar a.dropdown-item:hover {
    background: none;
    color: #ABB58B;
}
nav.navbar a.dropdown-item.active, 
nav.navbar a.dropdown-item:active {
    background-color: transparent;
}

/* HAMBURGER */
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
.hamburger--slider .hamburger-inner {
  top: 2px; 
}
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; 
  }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
  }

/* MODAL */
.modal-footer a.btn.contact {
    white-space: inherit;
}
#contactformulier label {
    width: 100%;
}
#reserveren .modal-footer {
    flex-direction: column;
}
#contactformulier input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    -webkit-text-fill-color: #000 !important;
}
#contactformulier div.wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 0;
}
#contactformulier .wpcf7-validation-errors {
    color: #f00;
}
#contactformulier div.wpcf7-mail-sent-ok {
    color: #398f14;
}
#contactformulier .wpcf7-not-valid-tip {
    margin-top: 5px;
}

/* BUTTONS */
.btn {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out !important;
    border-radius: 0;
    border: 1px solid #636951;
    color: #636951;
    background-color: transparent;
    white-space: inherit;
    cursor: pointer;
}
.btn:hover,
.btn:focus, 
.btn:active {
    border: 1px solid #636951;
    outline: none !important;
    color: #fff;
    background-color: #636951;
}
.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}
.btn .icon {
    margin-top: 9px;
}
a.btn.btn-modal {
    cursor: pointer;
    color: #636951;
}
a.btn.btn-modal:hover {
    color: #fff;
    border: 1px solid #636951;
    background-color: #636951;
}
a.btn.btn-white {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
a.btn.btn-white:hover {
    color: #fff;
}
.btn-circle {
    width: 60px;
    height: 60px;
    margin: 0 0 35px;
    padding: 1px 0;
    border: 2px solid white;
    border-radius: 100% !important;
    font-size: 40px;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn-circle:hover {
    outline: none;
    color: white;
    border: 2px solid white;
    background: rgba(255, 255, 255, 0.1);
}

/* VIDEO BACKGROUND */
.video-background {
    background: #000;
    position: inherit;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
    overflow: hidden;
    background-position: 40% 50%;
    background-size: cover;
}
.video-foreground,
.video-background iframe {
    display: none; /* Voor mobiel */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.video-background img {
    margin-bottom: 20px;
    width: 200px;
}
.video-background p {
    color: #fff;
}
.scrolldown {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%; 
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}
.video-background .box {
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    max-width: 400px;
    margin: 0 auto;
}

/* IMAGE ROW */
.image-row {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 60vw;
}

/* TEXT ROW */
a#scrolldown {
    display: none;
}
.text-row > .row {
    padding: 60px 15px;
}
.text-row div.text {
    max-width: 600px;
    margin: 0 auto;
}

/* INTRO */
.row.over-ons .col-left {
    padding-right: 4.166667%;
    z-index: 80;
}
.row.over-ons .col-left > img {
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.row.over-ons .col-right {
    margin-top: 20px;
}

.row.agenda .col-left {
    padding-right: 4.166667%;
}
.row.agenda .col-right {
    padding-left: 4.166667%;
    z-index: 40;
}
.row.agenda .col-right > img.restaurant {
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.row.agenda img.arrow {
    width: 100px;
    margin-left: -45px;
    margin-top: -35px;
}
.row.agenda li.uitgelicht::after {
    content: "";
    display: flex;
    width: 100%;
    height: 4px;
    background-color: #636951;
    margin-top: 20px;
}
.row.agenda .btn {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

/* RESTAURANT */
.menukaart {
    max-width: 500px;
    margin: 30px auto;
    padding: 30px 15px 15px;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.menukaart ul {
    padding-left: 0;
    list-style-type: none;
}
.menukaart p.menukaart-bijschrift {
    max-width: 340px;
    margin: 0 auto 15px;
}
.menukaart span.scheiding {
    font-size: 1.4em;
    color: #ABB58B;
}
.menukaart ul li:last-child span.scheiding {
    display: none;
}

/* AGENDA */
#agenda {
    margin: 0 auto;
    max-width: 400px;
    background-color: #fff;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}
body.home #agenda {
    margin: 0;
    max-width: unset;
}
#agenda .heading {
    margin-bottom: 0px;
    position: relative;
    top: -12px;
    left: 10px;
    background-color: #636951;
    color: #fff;
    padding: 10px 20px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#agenda ul.agenda {
    padding: 10px 0;
}
body.home #agenda ul.agenda {
    padding-top: 0px;
}
#agenda li.agenda-item {
    padding: 10px;
    list-style-type: none;
    min-height: 85px;
}
#agenda li.agenda-item:hover {
    background-color: #f6f6f6;
    cursor: pointer;
}

#agenda .agenda-date {
    float: left;
    width: 65px;
    height: 65px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    background-color: #fff;
}
#agenda .agenda-date .agenda-month {
    background-color: #636951;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#agenda .agenda-date .agenda-day {
    text-align: center;
    font-weight: 800;
    font-size: 2em;
    margin-top: -4px;
}

#agenda .agenda-info h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
    margin-top: 3px;
}
#agenda .agenda-info p {
    margin-bottom: 0;
    font-size: 0.9em;
    line-height: 1.2em;
}

.agendapage div.text,
.agendapage img.agendaimg {
    max-width: 400px;
    margin: 0 auto;
}

/* CONTACT */
.background-grey {
    background-color: #f7f7f7;
}
.googlemaps {
    padding: 0;
    overflow: hidden;
    z-index: 10;
}
.googlemaps iframe {
    height: 50vh;
    min-height: 400px;
}
.contactinfo {
    z-index: 5;
}
.contactimagebackground {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 200%;
    background-repeat: no-repeat;
}
.contact .md-fullheight {
    min-height: 800px;
}
.contact p a {
    color: #636951;
}
.contact p a:hover {
    color: #292b2c;
}
.contact a.btn.btn-modal {
    background-color: #636951;
    color: #fff;
}
.contact a.btn.btn-modal:hover {
    background-color: #fff;
    color: #636951;
}

/* FOOTER */
footer > .container-fluid {
    max-width: 1000px;
    margin: 0 auto;
}
footer .nieuwsbrief p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
footer .footerlogo {
    max-width: 200px;
}
footer h4 {
    font-family: 'Fredericka the Great', sans-serif;
}
footer a {
    color: #000;
}
footer ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
}
footer ul li {
    padding: 3px 0;
}
footer ul li a {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    color: #666;
}
footer form input#mce-EMAIL {
    width: 60%;
    min-width: 250px;
    border: none;
    border-bottom: 2px solid #636951;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 0.8em;
}
footer form .btn {
    width: 60%;
    min-width: 250px;
    margin-top: 10px;
}
footer .copyright-info a {
    color: #ABB58B;
}
footer .copyright-info a:hover {
    color: #000;
}

/* SM */
@media (min-width: 576px) {
    .row.video-background {
        display: block;
    }
    h1.heading, h2.heading {
        font-size: 3.5em;
    }
    hr.header-border {
    	display: block;
        top: 42px;
    }
    #reserveren .modal-footer {
        flex-direction: row;
    }
}

/* MD */
@media (min-width: 768px) {
    .video-foreground,
    .video-background iframe {
        display: block; /* Voor mobiel */
    }
    .fullheight {
        height: calc(100vh - 85px);
    }
    .semifullheight {
        height: calc(75vh - 85px);
    }
    .halfheight {
        height: calc(50vh - 42.5px);
    }
    hr.header-border {
        top: 121px;
    }
    nav {
        height: 60px;
    }
    nav .navbar-nav {
        padding-top: 0px;
    }
    nav.navbar .nav-item > a {
        letter-spacing: 0px;
        margin: 0;
        font-size: 0.8em;
    }
    nav a.nav-link.active {
        color: #ABB58B;
    }
    nav.navbar .navbar-header {
        position: absolute;
        top: 5px;
    }
    nav.navbar .dropdown-menu {
        margin-top: 23px;
        margin-left: -20px;
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
    }
    nav.navbar .nav-item > a.nav-link::after,
    nav.navbar .nav-item > a.nav-link.active::after {
		content: "";
		display: flex;
		height: 3px;
		width: 0%;
		transition: all .3s ease-in-out;
	    -webkit-transition: all .3s ease-in-out;
	    background-color: #ABB58B;
	    margin-left: -3px;
	    margin-bottom: -5px;
	    border: none;
	}
	nav.navbar .nav-item:hover > a.nav-link::after,
    nav.navbar .nav-item > a.nav-link.active::after {
		width: 70%;
	}
    .text-row > .row {
        padding: 80px 15px;
    }
    footer .nieuwsbrief p {
        max-width: unset;
    }
    footer ul {
        padding-left: 20px;
        border-left: 3px solid #636951;
    }
    footer form input#mce-EMAIL {
        width: 50%;
        min-width: unset;
        margin-right: 15px;
    }
    footer form .btn {   
        width: auto;
        min-width: unset;
        margin-top: 0;
    }
    .page-id-31 .text-row > .row {
        padding: 0 !important;
    }
    .page-id-31 .googlemaps {
        margin-bottom: -6px;
    }
    .page-id-31 .contactinfo {
        padding: 80px 15px;
    }
    .page-id-31 .image-row:not(.image-header){
        display: none;
    }
}

/* LG */
@media (min-width: 992px) {
    .lg-fullheight {
        height: calc(100vh - 85px);
        min-height: 500px;
    }
    .lg-fullheight.googlemaps {
    	min-height: 850px;
    }
    nav.navbar .navbar-social {
        display: block;;
    }
    nav.navbar .nav-item > a.nav-link {
        letter-spacing: 1px;
        margin: 0 10px;
        white-space: nowrap;
        padding-left: .5%;
        padding-right: .5%;
    }
    nav.navbar .nav-item > a.nav-link::after,
    nav.navbar .nav-item > a.nav-link.active::after {
	    margin-left: -5px;
	}
    .over-ons hr.header-border {
        top: 42px;
    }
    .row.agenda .col-right > img.restaurant {
        margin-top: -8%;
    }

    .text-row > .row {
        padding: 100px 15px;
    }

    body.home #agenda {
        margin: 30px 0;
    }
    .contactinfo {
        max-width: 480px;
    }
    .image-row {
        background-attachment: fixed;
        min-height: 300px;
        height: calc(65vh - 25px);
    }
    .image-row.image-header {
        background-position: 50% 50%;
    }
    body:not(.iOS).page-id-31 .image-row.image-header {
        background-position: 20% calc(50% - 25vh);
    }
    body:not(.iOS).page-id-60 .image-row.image-header {
        background-position: 50% -18vw;
    }
    body:not(.iOS).page-id-93 .image-row.image-header {
        background-position: 50% -27vh;
    }
    .page-id-31 .contactinfo {
    	min-height: 850px;
        padding: 50px 15px 50px 50px;
    }
    .page-id-31 .googlemaps iframe {
        height: 200vh;
        margin-top: -25vh;
    }
    .page-id-31 .image-row:not(.image-header){
        display: block;
    }
    .page-id-31 hr.header-border {
        top: 143px;
    }
    footer ul {
        padding-left: 30px;
    }
    a#scrolldown {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
        margin-bottom: -40px;
        font-size: 2em;
        outline: none;
    }
    a#scrolldown:active,
    a#scrolldown:visited {
        color: #000;
    }
}

/* XL */
@media (min-width: 1200px) {
    nav.navbar .nav-item > a.nav-link {
        margin: 0 20px;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    nav.navbar .dropdown-menu {
        margin-left: unset;
    }
    nav.navbar .nav-item > a.nav-link::after,
    nav.navbar .nav-item > a.nav-link.active::after {
	    margin-left: -10px;
	}
    .text-row > .row {
        padding: 120px 15px;
    }
    .over-ons hr.header-border {
        top: 42px;
    }
    .contactinfo {
        max-width: 570px;
    }
    .page-id-31 .googlemaps {
        margin-bottom: 0;
    }
    .googlemaps iframe {
        height: 150vh;
    }
    .page-id-31 .image-row.image-header {
        background-position: 20% calc(50% - 27vh);
    }
    .page-id-31 .contactinfo {
    	min-height: unset;
    }
    .lg-fullheight.googlemaps {
    	min-height: 850px;
    }
}

/* XXL */
@media (min-width: 1600px) {
    .page-id-31 .image-row.image-header {
        background-position: 20% calc(50% - 30vh);
    }

    .page-id-93 .image-row.image-header {
        background-position: 50% calc(50% - 30vh);
    }
}


/* MODAL STYLING */
.modal-dialog {
    max-width: 700px;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    display: none
}
.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out !important;
    border-radius: 0;
    border: none;
    color: #fff;
    background-color: #636951;
    white-space: inherit;
    cursor: pointer;
}

/* ALGEMENE STYLING */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 p {
    line-height: 1.4;
}


.form .row, .image-content .row, .content-twocolumns .row {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 1280px) {
    .form .row, .image-content .row, .content-twocolumns .row {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.image-content h4, .content-twocolumns h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Josefin Sans', serif;
    color: #666;
    margin-bottom: 20px;
}

.image-content h2, .content-twocolumns h2 {
    margin-bottom: 20px;
}

.image-content p:last-of-type, .content-twocolumns p:last-of-type {
    display: inline-block;
    margin-bottom: 30px;
}

.button {
    font-family: 'Josefin Sans', serif;
    text-transform: inherit !important;
    padding: 16px 20px !important;
    line-height: 1;
    font-weight: 500 !important;
    background: #636951;
    color: white;
    display: inline-block;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 30px !important; 
    grid-column-gap: 20px !important;
}

.gfield_label {
    font-family: 'Josefin Sans', serif;
    color: #292b2c;
}

.ginput_container_textarea input, .ginput_container_text input, .ginput_container_phone input, .ginput_container_email input, .ginput_container_date input, .ginput_container_number input, .ginput_container_textarea textarea {
    width: 100%;
    min-height: 50px !important;
    max-height: 250px;
    line-height: 26px !important;
    outline: none;
    appearance: none;
    border-radius: 0;
    background: #F2F2F2;
    border: 1px solid #D1D1D1;
    padding: 12px 15px ;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 16px;
    text-transform: inherit;
    letter-spacing: 0;
    color: #292b2c;
    -webkit-text-fill-color: #292b2c;
    -webkit-box-shadow: none;
    font-family: 'Josefin Sans', serif;
}

.gform_footer input {
    font-family: 'Josefin Sans', serif;
    text-transform: inherit !important;
    padding: 16px 20px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
}

.container-fluid .no-padding-top {
    padding-top: 0;
}

.container-fluid .no-padding-bottom {
    padding-bottom: 0;
}

/* FORMULIER */

.container-fluid .component-container {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .container-fluid .component-container {
        max-width: 568px;
    }
}

@media (min-width: 1024px) {
    .container-fluid .component-container {
        max-width: 904px;
    }
}

@media (min-width: 1280px) {
    .container-fluid .component-container {
        max-width: 1160px;
    }
}

@media (min-width: 1440px) {
    .container-fluid .component-container {
        max-width: 1280px;
    }
}

.form .row {
    display: flex;
    justify-content: center;
}

.form-inner {
    margin-top: 30px;
}

.image-wrapper {
    margin-top: 20px;
    position: relative;
    height: 300px;
    width: 100%;
}

@media (min-width: 768px) {
    .image-wrapper {
        height: 400px;
    }
}

@media (min-width: 1024px) {
    .image-wrapper {
        height: 100%;
        margin-top: 0;
    }
}

/* @media (min-width: 1440px) {
    .image {
        padding-left: 60px;
    }
} */

.image-wrapper img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* AFBEELDING + CONTENT */

.image-content .content .inner {
    padding-top: 40px;
}

@media (min-width: 1024px) {
    .image-content .content .inner {
        padding: 60px 0;
    }
}

@media (min-width: 1280px) {
    .image-content .content .inner {
        padding: 60px 30px;
    }
}

@media (min-width: 1440px) {
    .image-content .content .inner {
        padding: 60px;
    }
}

.image-content h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Josefin Sans', serif;
    color: #666;
    margin-bottom: 20px;
}

.image-content h2 {
    margin-bottom: 20px;
}

.image-content p:last-of-type {
    display: inline-block;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .image-content.image-right .row {
        flex-direction: row-reverse;
    }
}

@media (max-width: 1023px) {
    .image-content.image-bottom .row {
        flex-direction: column-reverse;
    }

    .image-content.image-bottom .content .inner {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

/* CONTENT TWEE KOLOMMEN */
@media (min-width: 1280px) {
    .container-fluid.content-twocolumns {
        max-width: 1100px;
    }
}

.content-twocolumns h2 {
    margin-bottom: 30px;
}

@media (min-width: 1280px) {
    .content-twocolumns .column1 {
        padding-right: 60px;
    }
}

@media (min-width: 1024px) {
    .content-twocolumns .column2 {
        margin-top: 45px;
    }
}

@media (min-width: 1024px) {
    .content-twocolumns .column2 .button {
        display: none;
    }
}

@media (max-width: 1023px) {
    .content-twocolumns .column1 .button {
        display: none;
    }
}