@import "main-tw.min.css";

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
    position: relative;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}


.link-gold {
    color: #BFAF76;
}

.link-gold:hover {
    color: #000;
}

.link-green {
    color: #3C4D3D;
}

.link-green:hover {
    color: #000;
}

/*Button Style*/
.btn-sty-1 {
    color: #fff;
    background: #BFAF76;
    padding: 4px 50px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
    border: 3px solid #FFF;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 700;
    font-size: 25px;
    line-height: 65px;
    box-shadow: 0 0 10px #0000004d;
    width: fit-content;

    &::first-letter {
        text-transform: uppercase;
    }
}

.btn-sty-1:hover {
    color: #BFAF76;
    background: #FFF;
    border-color: #BFAF76;
}


/*******************************/
/****** 1. Header area Css  ****/
/*******************************/

header {
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
}

header .container-fluid {
    background: #2D292587;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 90%;
}

.header-menu-btns {
    position: relative !important;
}

.menu-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-area ul li {
    padding-left: 80px;
}

.menu-area ul li:first-child {
    padding-left: 0px;
}

.menu-area ul li a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0;
    position: relative;
}

.menu-area ul li a:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background: transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.menu-area ul li.current-menu-item a:after,
.menu-area ul li a:hover:after {
    background: #FFF;
    width: 50px;
}


.right-btns {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.right-btns a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px;
    background: #2D2925BF;
    margin-right: 40px;
}

.right-btns span {
    color: #FFF;
    background: #9747FF;
    padding: 2px 8px;
    border-radius: 25%;
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 14px;
}


/*@@@@@@@@@@@@@@@@@@@@@@ Banner Area @@@@@@@@@@@@@@@@@@@@@@*/
.all-banner-area {
    height: 550px;
    position: relative;
}

.banner-content img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.banner-content {
    position: absolute;
    height: 350px;
    width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -35%;
    z-index: 99;
}

/*@@@@@@@@@@@@@@@@@@@@@@ Wij Houden Area @@@@@@@@@@@@@@@@@@@@@@*/
.wij-houden-content {
    background: #3C4D3D;
    color: #FFF;
    padding: 80px 150px 120px 150px;
    margin-top: 250px;
    border-radius: 10px;
    position: relative;
}

.wij-houden-content:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #FFF;
    -webkit-clip-path: polygon(0 0, 0% 100%, 56% 51%);
    clip-path: polygon(0 0, 0% 100%, 56% 51%);
    left: -2px;
    bottom: 20%;
}

.contact-top-title h2,
.wij-houden-content h2 {
    font-family: 'Waiting for the Sunrise';
    font-weight: 300;
    font-size: 60px;
    line-height: 100px;
    color: #FFFFFF;
    padding-bottom: 25px;
}

.wij-houden-content p {
    font-size: 25px;
    line-height: 55px;
    color: #FFFFFF;
    padding-bottom: 52px;
}

.wij-houden-btm-text.wij-middle-items a.two-btns,
.wij-middle-items a.two-btns,
.wij-houden-btm-text a.two-btns {
    font-family: 'Waiting for the Sunrise';
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 65px;
    text-decoration: underline;
    color: #FFFFFF;
    margin-left: 40px;
    -webkit-transition: .5s;
    transition: .5s;
}

.wij-middle-items a.two-btns {
    margin-left: 0px;
    text-decoration: inherit !important;
}

.wij-houden-btm-text a.two-btns:hover,
.wij-middle-items a.two-btns:hover {
    color: #BFAF76;
}

.wij-houden-short-images img {
    width: 180px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.wij-houden-short-images {
    position: absolute;
    bottom: 90%;
    left: 0;
    z-index: 99;
}

.footer-content li {
    width: 100%;
}

.wij-houden-short-images.wij-houden-short-images-2 {
    top: 85%;
    left: 86%;
}

.wij-houden-short-images.wij-houden-short-images-2 img {
    width: 220px;
    height: 280px;
    -o-object-fit: contain;
    object-fit: contain;
}


/*@@@@@@@@@@@@@@@@@@@@@@ Meet Lifed Area @@@@@@@@@@@@@@@@@@@@@@*/

.all-meet-lifed-area {
    padding-top: 220px;
}

.single-meet-lifed-area {
    margin-top: 50px;
}

.meet-lifed-title {
    float: right;
    text-align: right;
}

.meet-lifed-title h2 {
    font-family: 'Waiting for the Sunrise';
    font-weight: 300;
    font-size: 110px;
    line-height: 120px;
    color: #3C4D3D;
    max-width: 520px;
}

.page-id-1553 .meet-lifed-title h2 {
    max-width: 700px;
}


.meet-lifed-title p {
    font-size: 25px;
    line-height: 52px;
    color: #3C4D3D;
    max-width: 600px;
}

.meet-lifed-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.meet-lifed-images img {
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    width: 50% !important;
}

.meet-lifed-images img:first-child {
    width: 100%;
    margin-right: 20px;
}

.meet-lifed-images img:nth-child(2) {
    width: 38%;
}

.all-meet-lifed-area .single-meet-lifed-area:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.all-meet-lifed-area .single-meet-lifed-area:nth-child(odd) .row .meet-lifed-title {
    float: left;
    text-align: left;
}

.all-meet-lifed-area .single-meet-lifed-area:nth-child(odd) .row .meet-lifed-images img:nth-child(2) {
    width: 60%;
    margin-right: 20px;
}


/*@@@@@@@@@@@@@@@@@@@@@@ met lunch Area @@@@@@@@@@@@@@@@@@@@@@*/
.all-met-lunch-area {
    padding-top: 250px;
}

.met-lunch-content {
    background: #3C4D3D;
    border-radius: 16px 0px 0px 16px;
    padding: 100px 150px 100px 180px;
    margin-top: -25px;
    position: relative;
}

.met-lunch-content:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #FFF;
    left: 20%;
    bottom: -2px;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 52% 51%);
    clip-path: polygon(100% 100%, 0% 100%, 52% 51%);
}

.met-lunch-content h2 {
    font-family: 'Waiting for the Sunrise';
    font-style: normal;
    font-weight: 300;
    font-size: 55px;
    line-height: 85px;
    color: #FFFFFF;
}

.met-lunch-content p {
    color: #FFFFFF;
    font-size: 25px;
    line-height: 52px;
    margin: 30px 0 40px 0;
}

.met-lunch-images {
    height: 100%;
}

.met-lunch-images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px 16px 16px 0px;
}


.met-lunch-content-single-images img,
.met-lunch-single-images img {
    height: 200px;
    width: 550px;
    -o-object-fit: contain;
    object-fit: contain;
}

.met-lunch-single-images {
    position: absolute;
    top: 89%;
    left: 70%;
}


/*@@@@@@@@@@@@@@@@@@@@@@ Carousel Area @@@@@@@@@@@@@@@@@@@@@@*/

.carousel-main-text.carousel-main-text-top {
    float: right;
}

.all-main-carousel-area {
    padding-top: 250px;
}

.carousel-main-text p {
    color: #3C4D3D;
    font-size: 28px;
    line-height: 55px;
    max-width: 550px;
}

.carousel-main-text h2 {
    font-family: 'Waiting for the Sunrise';
    font-style: normal;
    font-weight: 300;
    font-size: 90px;
    line-height: 100px;
    text-align: right;
    color: #3C4D3D;
    max-width: 540px;
    padding-right: 80px
}

.images-carousel-area {
    margin: 80px 0;
}

.single-images {
    width: 100%;
    margin: 0 15px;
}

.single-images img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.met-lunch-images.met-lunch-images-last img {
    border-radius: 16px 0px 0px 16px;
}

.met-lunch-content.met-lunch-content-last {
    border-radius: 0px 16px 16px 0px;
}

.met-lunch-content.met-lunch-content-last {
    background: #BFAF76;
}

.met-lunch-content.met-lunch-content-last .btn-sty-1 {
    background: #3C4D3D;
}

.met-lunch-content.met-lunch-content-last .btn-sty-1:hover {
    background: #FFF;
    color: #3C4D3D;
}

.met-lunch-content-single-images {
    position: absolute;
    right: 0;
    top: 90%;
}

/*@@@@@@@@@@@@@@@@@@@@ Heand sheep Area@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.heand-sheep-top {
    padding-top: 170px;
}

.heand-sheep-content h2 {
    font-family: 'Waiting for the Sunrise';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 65px;
    color: #3C4D3D;
    margin-bottom: 30px;
}

.heand-sheep-content p {
    font-size: 22px;
    line-height: 40px;
    color: #3C4D3D;
    margin-bottom: 20px;
}

.heand-sheep-images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.row.main-form-sheep-area {
    background: #3C4D3D;
    border-radius: 16px;
    padding: 60px 120px;
    position: relative;
}

.row.main-form-sheep-area:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #FFF;
    -webkit-clip-path: polygon(0 0, 0% 100%, 56% 51%);
    clip-path: polygon(0 0, 0% 100%, 56% 51%);
    left: -2px;
    top: 20%;
}

label {
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #FFFFFF;
    padding-bottom: 5px;
}

.form-control {
    line-height: 30px;
    color: #3C4D3D;
    font-size: 22px;
    padding: 15px 20px;
    box-shadow: none !important;
    border-radius: 0;
}

.form-control:focus {
    border-color: #BFAF76;
}

.form-group {
    margin-top: 20px;
}

.form-group:first-child {
    margin-top: 0px;
}

.form-group .btn-sty-1 {
    margin-top: 30px;
}

.form-right-content p {
    color: #FFF;
    font-size: 20px;
    line-height: 36px;
}

.form-right-content h2 {
    font-family: 'Waiting for the Sunrise';
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 55px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.form-right-content {
    padding-left: 38px;
}

.heand-sheep-form {
    padding-right: 38px;
}

.heand-sheep-bottom h2 {
    font-family: 'Waiting for the Sunrise';
    font-weight: 300;
    font-size: 85px;
    line-height: 100px;
    text-align: right;
    color: #3C4D3D;
}

.heand-sheep-bottom p {
    font-family: 'Waiting for the Sunrise';
    font-weight: 300;
    font-size: 24px;
    line-height: 50px;
    color: #3C4D3D;
}

.heand-sheep-btm-images img {
    width: 100%;
    height: 180px;
    -o-object-fit: contain;
    object-fit: contain;
}

/*@@@@@@@@@@@@@@@@@@@@ Gravity forms nieuwsbrief @@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.gform_required_legend {
    display: none;
}
.gfield_required {
    display: none;
}

/*@@@@@@@@@@@@@@@@@@@@ Bedankt page@@@@@@@@@@@@@@@@@@*/
.contactContent {
    display: flex;
    flex-direction: column;
    padding-top: 200px;
    align-items: center;
    text-align: left;
}
.contact-title {
    h2 {
        font-size: 40px;
    }
}
.contact-description {
    p {
        font-size: 20px;
    }
    p:nth-of-type(2) {
        margin-top: 10px;
        text-align: center;
    }
    margin-top: 10px;
}

/*@@@@@@@@@@@@@@@@@ Privacy page@@@@@@@@@@@@@@@@@@*/
.privacy-statement{
    padding-top: 50px;
}

/*@@@@@@@@@@@@@@@@@ Footer Area@@@@@@@@@@@@@@@@@@*/
.footer-middle-text {
    padding: 120px 0;
    background: #3C4D3D;
    color: #FFF;
    position: relative;
}

.footer-top-side-text {
    position: absolute;
    top: -9%;
    right: 7%;
    width: 100px;
    height: 100px;
    background: #BFAF76;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
}

.footer-content ul li,
.footer-content ul li a,
.footer-content p {
    font-size: 25px;
    line-height: 40px;
    color: #FFF;
    -webkit-transition: .4s;
    transition: .4s;
}

.footer-content ul li a:hover {
    color: #BFAF76;
}

.footer-content .btn-sty-1 {
    margin: 30px 0;
}

.footer-content ul li {
    padding-bottom: 10px;
}

.footer-content.footer-menu ul li a {
    text-decoration: underline;
}

.footer-content.footer-menu.footer-menu-last ul li:nth-child(3), .footer-content.footer-menu.footer-menu-last ul li:nth-child(5) {
    padding-bottom: 30px
}

.footer-content.footer-menu-right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-content.footer-menu-right p {
    color: #BFAF76;
    padding-top: 20px;
}


.copyright-text ul {
    background: #FFF;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.copyright-text ul li a,
.copyright-text ul li {
    font-size: 22px;
    margin-right: 25px;
    color: #000;
}

.copyright-text ul li img {
    height: 40px;
    width: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

.row.main-form-sheep-area {
    margin-top: 150px;
}

.heand-sheep-bottom {
    margin: 150px 0;
}

/***********************************************/
/************** 2nd  Reserveren****************/
/*********************************************/
.all-banner-area.reserveren-banner {
    height: 450px;
}

.all-banner-area.reserveren-banner .banner-content {
    bottom: -43%;
}

.wij-houden-btm-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.wij-houden-btm-text-last {
    margin-top: 50px;
}

.meet-lifed-title .btn-sty-1 {
    margin-top: 50px;
}

.met-lunch-content-last-bttms .btn-sty-1:nth-child(2) {
    margin-left: 40px;
    background: transparent;
}

.wij-houden-content.contact-main-form:after {
    bottom: 83%;
}

#msg {
    max-height: 250px;
    min-height: 250px;
}

#checkbox {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    margin-top: 14px;
}

.contact-top-title h2,
.contact-top-title.footer-content ul li,
.contact-top-title.footer-content ul li a,
.contact-top-title.footer-content p {
    color: #000;
}

.contact-top-title.footer-content ul li a:hover {
    color: #BFAF76;
}

.contact-top-title.footer-content.footer-menu-right p {
    color: #BFAF76;
}

.all-contact-top-text {
    margin-top: 200px;
}

.wij-houden-content.contact-main-form {
    margin-top: 180px;
}

.footer-content.contact-top-title.contact-top-title-fast p {
    padding-bottom: 10px;
}

.meet-lifed-title-items ul li {
    list-style-type: conic-gradient !important;
    list-style-position: inside;
    font-size: 25px;
    line-height: 52px;
    color: #3C4D3D;
    max-width: 600px;
}

.meet-lifed-title-items ul {
    padding-top: 40px;
}

.reserveren-singe-min-text {
    padding-bottom: 40px;
}

.reserveren-singe-min-text h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    color: #3C4D3D;
    padding-bottom: 40px;
}

.reserveren-singe-min-text p {
    font-weight: 400;
    font-size: 25px;
    line-height: 52px;
    color: #3C4D3D;
}


.all-main-carousel-area,
.all-meet-lifed-area {
    position: relative;
}

.all-meet-shape-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.all-meet-shape-image {
    position: absolute;
    width: 60%;
    height: 56%;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.all-meet-shape-image.all-meet-carousel-image {
    height: 60%;
    top: 31%;
}

.wij-houden-area.wij-houden-reservern .wij-houden-short-images {
    bottom: 73%;
    left: -8%;
}

.wij-houden-area.wij-houden-reservern .wij-middle-items .two-btns {
    margin: 20px 0 80px 0;
}

.wij-houden-area.wij-houden-reservern .wij-houden-short-images.wij-houden-short-images-2 img {
    width: 150px;
}

.wij-houden-area.wij-houden-reservern .wij-houden-short-images.wij-houden-short-images-2 {
    top: 88%;
    left: 86%
}

.all-meet-lifed-reservern.all-meet-lifed-area {
    padding-top: 180px;
}

.wij-houden-area.wij-houden-reservern .wij-houden-content:after {
    bottom: 35%;
}

.wij-houden-area.wij-houden-over-ons .wij-houden-short-images {
    bottom: 86%;
    left: 84%;
}

.wij-houden-area.wij-houden-over-ons .wij-houden-short-images img {
    width: 300px;
    height: 300px;
}

.wij-houden-area.wij-houden-over-ons .wij-houden-short-images.wij-houden-short-images-2 {
    top: 86%;
    left: 0;
}

.wij-houden-area.wij-houden-dit_puur .wij-houden-short-images.wij-houden-short-images-2 {
    top: 77%;
    left: 88%;
}

.wij-houden-area.wij-houden-dit_puur .wij-houden-content:after {
    bottom: 67%;
}

.all-heand-sheep-area.all-heand-sheep-dit-puur {
    padding-top: 100px;
}

.wij-houden-area.wij-houden-groepen .wij-houden-short-images.wij-houden-short-images-2 {
    top: inherit;
    left: inherit;
    right: 0;
    bottom: -120px;
    z-index: 1;
    pointer-events: none;
}

.wij-houden-area.wij-houden-vacature .wij-houden-short-images img {
    width: 300px;
    height: 300px;
}

.wij-houden-area.wij-houden-vacature .wij-houden-short-images {
    bottom: 75%;
}

.wij-houden-area.wij-houden-vacature .wij-houden-short-images.wij-houden-short-images-2 {
    top: 70%;
    left: 90%;
}

.all-main-carousel-area.all-main-carousel-vacatures .all-meet-shape-image.all-meet-carousel-image {
    height: 44%;
    top: 5%;
}

.met-lunch-images.met-lunch-images-last {
    height: 100%;
}

.main-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#file-btns {
    display: none;
}

.form-group .main-options .btn-sty-1 {
    margin-top: 0;
    font-size: 22px;
    padding: 15px 20px;
    line-height: 30px;
    margin-right: 20px;
}

.form-group .btn-sty-1:hover {
    border-color: #BFAF76;
    color: #BFAF76;
    background: transparent;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

input[type="checkbox"] {
    width: 30px;
    height: 20px;
}

.content-new-text {
    padding-top: 200px;
}


.met-lunch-content .btn-sty-1:hover {
    background: transparent;
}


.vacatures-repeater-main-area .all-met-lunch-area:nth-child(even) .container-fluid .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.vacatures-repeater-main-area .all-met-lunch-area:nth-child(even) .met-lunch-images img {
    border-radius: 16px 0px 0px 16px;
}

.vacatures-repeater-main-area .all-met-lunch-area:nth-child(even) .met-lunch-content {
    border-radius: 0px 16px 16px 0px;
    background: #BFAF76;
}

.vacatures-repeater-main-area .all-met-lunch-area:nth-child(even) .met-lunch-content .btn-sty-1 {
    background: #3C4D3D;
}

.vacatures-repeater-main-area .all-met-lunch-area:nth-child(even) .met-lunch-content .btn-sty-1:hover {
    background: transparent;
    color: #3C4D3D;
    border-color: #3C4D3D;
}


.vacatures-repeater-main-single-area.vacatures-repeater-main-area .all-met-lunch-area:nth-child(odd) .container-fluid .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.vacatures-repeater-main-single-area.vacatures-repeater-main-area .all-met-lunch-area:nth-child(even) .container-fluid .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.vacatures-repeater-main-single-area.vacatures-repeater-main-area .all-met-lunch-area:nth-child(odd) .met-lunch-images img {
    border-radius: 16px 0px 0px 16px;
}

.vacatures-repeater-main-single-area.vacatures-repeater-main-area .all-met-lunch-area:nth-child(even) .met-lunch-images img {
    border-radius: 0px 16px 16px 0px;
}

.vacatures-repeater-main-single-area.vacatures-repeater-main-area .all-met-lunch-area:nth-child(odd) .met-lunch-content {
    border-radius: 0px 16px 16px 0px;
    background: #BFAF76;
}

.vacatures-repeater-main-single-area.vacatures-repeater-main-area .all-met-lunch-area:nth-child(even) .met-lunch-content {
    border-radius: 16px 0px 0px 16px;
    background: #3C4D3D;
}

.vacatures-repeater-main-single-area.vacatures-repeater-main-area .all-met-lunch-area:nth-child(odd) .met-lunch-content .btn-sty-1 {
    background: #BFAF76;
}

.vacatures-repeater-main-single-area.vacatures-repeater-main-area .all-met-lunch-area:nth-child(odd) .met-lunch-content .btn-sty-1:hover {
    background: transparent;
    color: #3C4D3D;
    border-color: #3C4D3D;
}

.vacatures-repeater-main-single-area.vacatures-repeater-main-area .all-met-lunch-area:nth-child(even) .met-lunch-content .btn-sty-1:hover {
    background: transparent;
    color: #BFAF76;
    border-color: #BFAF76;
}

.footer-top-side-text.back-top {
    color: #FFF;
}


.header-menu-btns {
    position: relative;
    width: 100%;
}

.row.align-items-center.main-form-sheep-area {
    width: 100%;
}

.right-btns {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.menu-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-new-text {
    display: flex;
    flex-direction: column;
    padding-top: 200px;
    align-items: center;
    text-align: left;
    h2 {
        font-size: 40px;
        margin-bottom: 10px;
        justify-content: center;
    }

    p {
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;

    }
    p:nth-of-type(3) {
        margin-top: 10px;
        text-align: center;
    }
}


.wij-houden-content::after {
    left: -2px;
}

.met-lunch-content::after {
    bottom: -2px;
}

.row.main-form-sheep-area::after {
    left: -2px;
}

.vacatures-repeater-main-area .met-lunch-images img {
    height: 585px;
}

.met-lunch-images iframe {
    width: 100%;
    height: 100%;
}

.met-lunch-images img {
    height: 675px;
}

.met-lunch-single-images {
    position: absolute;
    top: 88%;
    left: 77%;
}

.images-carousel-area {
    height: 450px;
}

.footer-middle-mobile-image {
    display: none;
}


.hamburger {
    height: 30px !important;
}

.hamburger img {
    width: 28px;
    height: 50px;
    object-fit: contain;
}


/*Menukaart page*/
.menu-kaart-items {
    position: relative !important;
}

.menu-kaart-image {
    position: absolute;
    width: 560px;
    height: 435px;
    left: -110px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-kaart-image p {
    font-family: 'Waiting for the Sunrise';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    max-width: 372px;
    text-align: center;
    padding: 20px;
}

.menu-kaart-items .btn-sty-1 {
    margin-left: 500px;
}

.menukaart-top-area .wij-houden-content::after {
    bottom: 70%;
}

.banner-side-fiexd-items {
    position: fixed;
    height: 130px;
    width: 130px;
    left: 88%;
    top: 422px;
    z-index: 99;
}

.banner-side-fiexd-items a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-side-fiexd-items.banner-side-fiexd-item-home {
    top: 480px;
}

.form-group-radio label {
    display: block !important;
}

#radio span:first-child {
    margin-left: 0 !important;
    margin-right: 35px;
}

#radio label span {
    font-weight: 400;
    cursor: pointer;
}


#radio input[type="radio"] {
    appearance: none;
    height: 15px;
    width: 15px;
    background: #FFF;
    border-radius: 50%;
    cursor: pointer;
}

#radio input[type="radio"]:checked {
    background: #BFAF76;
}

#radio input[type="radio"]:checked::after {
    opacity: 1;
}

.wij-houden-content.contact-feedback-area p {
    font-size: 30px;
}

.wij-houden-content.contact-feedback-area {
    margin-top: 150px !important;
}

.contact-feedback-area.contact-feedback-send p {
    padding-top: 80px;
}

.wij-houden-content.contact-main-form.contact-formulier .wpcf7-response-output {
    display: none !important;
}

.banner-side-fiexd-items {
    display: none !important;
}

body.single-evenement footer .footer-top-content .heand-sheep-bottom > * {
    display: none !important;
}