/*
==  THEME DETAILS  ============================================================
   	Theme Name: Tweehek Groepaccommodaties
   	Theme URI: https://www.groepsaccommodatiedrenthe.nl/
    Description: Stylesheet voor Tweehek Groepaccommodaties
    Version: 1.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	0.00 Under Construction
------------------------------------------------*/
	body.under-construction {
		position: fixed;
		height: 100%;
		width: 100%
	}

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
		--dark-blue: #0B293F;
        --blue: #50B8EB;
        --light-blue: #9CA8B1;
		--pink: #D5347C;
        --light-pink: #FDF6F9; 
		--green: #AEC235;
        --light-green: #EFF3D7;
        --lighter-green: #F9F4EE;
        --light-grey: #F4EEF2;
        --yellow: #FFAB00;
	}

	html {
  		font-size: 20px;
	}

	body {
        font-family: 'Maven Pro Regular';
		font-size: 0.8rem;
	  	line-height: 1.6rem;
		font-weight: 400;
		color: var(--dark-blue);
		background: var(--light-pink);
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}

	a, a:hover, .btn, .btn:hover , .transition {
		transition: all 0.3s ease-in-out;
		text-decoration: none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: inherit !important;
	}

	a:hover {
		color: var(--dark-blue);
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
        font-family: 'Maven Pro Bold';
		line-height: 1.7;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
        font-family: 'Maven Pro Semibold';
		font-size: 2.5rem;
	}

	h2, .h2 {
		font-size: 1.75rem;
	}

	h3, .h3 {
		font-size: 1.5rem;
	}
	
	h4, .h4 {
		font-size: 1.25rem;
	}

    h5, .h5 {
		font-size: 1rem;
	}


    .fs-xl {
        font-size: 1rem;
    }

    .fs-sm {
        font-size: 0.7rem;
        line-height: 1.4rem;
    }

   .fw-medium {
        font-family: 'Maven Pro Medium';
    }

    .fw-semibold {
        font-family: 'Maven Pro Semibold';
    }

	.fw-bold , strong {
        font-family: 'Maven Pro Bold';
	}

    .fw-black {
        font-family: 'Maven Pro Black';
    }

	.rounded {
		border-radius: 8px !important;
	}

     .box-shadow {
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	}

	.z-index-1 {
		position: relative;
		z-index: 8;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 0.25rem;
	}

	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

    .subhead {
        letter-spacing: 1px;
    }

    .two-columns {
		columns: 2;
		column-gap: 3.5rem;
	}

    .container-fluid--max {
        width: 90% !important;
    }

	@media (min-width: 1200px) {
		.container {
			max-width: 1150px;
		}
        figure.scale-image {
			overflow: hidden;
			position: relative;
			display: block;
			cursor: pointer;
		}
		figure.scale-image img {
			transition: transform 0.4s linear;
		}
		figure.scale-image:hover img,
		.item-accommodatie:hover figure.scale-image img ,
		.item-activiteit:hover figure.scale-image img {
			transform: scale(1.05) rotate(2deg);
		}
	}

	@media (min-width: 1360px) {
		.container {
			max-width: 1260px;
		}	
	}

	@media (min-width: 1500px) {
		.container {
			max-width: 1430px;
		}	
	}

    @media all and (max-width: 1650px) {
        .container-fluid--max {
            width: 95% !important;
        }
    }

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

    @media all and (max-width: 1200px) {
    	html {
			font-size: 17px;
		}
	}

    @media all and (max-width: 992px) {
    	html {
			font-size: 16px;
		}
	}

    @media all and (max-width: 767px) {
    	html {
			font-size: 15px;
		}
        h1, .h1 {
            font-size: 2rem;
        }
	}

/* Fonts -------------------------------------- */
    @font-face {
        font-family: 'Maven Pro Regular';
        src: url('fonts/mavenproregular.eot');
        src: url('fonts/mavenproregular.eot') format('embedded-opentype'),
             url('fonts/mavenproregular.woff2') format('woff2'),
             url('fonts/mavenproregular.woff') format('woff'),
             url('fonts/mavenproregular.ttf') format('truetype'),
             url('fonts/mavenproregular.svg#mavenproregular') format('svg');
    }

    @font-face {
        font-family: 'Maven Pro Medium';
        src: url('fonts/mavenpromedium.eot');
        src: url('fonts/mavenpromedium.eot') format('embedded-opentype'),
             url('fonts/mavenpromedium.woff2') format('woff2'),
             url('fonts/mavenpromedium.woff') format('woff'),
             url('fonts/mavenpromedium.ttf') format('truetype'),
             url('fonts/mavenpromedium.svg#mavenpromedium') format('svg');
    }

    @font-face {
        font-family: 'Maven Pro Semibold';
        src: url('fonts/mavenprosemibold.eot');
        src: url('fonts/mavenprosemibold.eot') format('embedded-opentype'),
             url('fonts/mavenprosemibold.woff2') format('woff2'),
             url('fonts/mavenprosemibold.woff') format('woff'),
             url('fonts/mavenprosemibold.ttf') format('truetype'),
             url('fonts/mavenprosemibold.svg#mavenprosemibold') format('svg');
    }

    @font-face {
        font-family: 'Maven Pro Bold';
        src: url('fonts/mavenprobold.eot');
        src: url('fonts/mavenprobold.eot') format('embedded-opentype'),
             url('fonts/mavenprobold.woff2') format('woff2'),
             url('fonts/mavenprobold.woff') format('woff'),
             url('fonts/mavenprobold.ttf') format('truetype'),
             url('fonts/mavenprobold.svg#mavenprobold') format('svg');
    }

    @font-face {
        font-family: 'Maven Pro Extrabold';
        src: url('fonts/mavenproextrabold.eot');
        src: url('fonts/mavenproextrabold.eot') format('embedded-opentype'),
             url('fonts/mavenproextrabold.woff2') format('woff2'),
             url('fonts/mavenproextrabold.woff') format('woff'),
             url('fonts/mavenproextrabold.ttf') format('truetype'),
             url('fonts/mavenproextrabold.svg#mavenproextrabold') format('svg');
    }


    @font-face {
        font-family: 'Maven Pro Black';
        src: url('fonts/mavenproblack.eot');
        src: url('fonts/mavenproblack.eot') format('embedded-opentype'),
             url('fonts/mavenproblack.woff2') format('woff2'),
             url('fonts/mavenproblack.woff') format('woff'),
             url('fonts/mavenproblack.ttf') format('truetype'),
             url('fonts/mavenproblack.svg#mavenproblack') format('svg');
    }

/* Icomoon -------------------------------------- */
    @font-face {
      font-family: 'icomoon';
      src:  url('fonts/icomoon.eot?fw6lxf');
      src:  url('fonts/icomoon.eot?fw6lxf#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?fw6lxf') format('truetype'),
        url('fonts/icomoon.woff?fw6lxf') format('woff'),
        url('fonts/icomoon.svg?fw6lxf#icomoon') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: block;
    }

    [class^="icon-"], [class*=" icon-"] {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;

      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .icon-community:before {
      content: "\e900";
    }
    .icon-compass:before {
      content: "\e901";
    }
    .icon-family:before {
      content: "\e902";
    }
    .icon-graduate:before {
      content: "\e903";
    }
    .icon-home:before {
      content: "\e904";
    }
    .icon-kayaking:before {
      content: "\e905";
    }
    .icon-lake:before {
      content: "\e906";
    }
    .icon-team:before {
      content: "\e907";
    }

/* Buttons -------------------------------------- */
	.btn {
        font-family: 'Maven Pro Semibold';
		font-size: 0.8rem;
		line-height: 1rem;
		padding: 1rem 1.5rem;
		border-radius: 5px;
		border: none;
    }

	.btn-primary {
		color: var(--white) !important;
		background: var(--pink) !important;
	}

    .btn-secondary {
		color: var(--white) !important;
		background: var(--green) !important;
	}

    .btn-tertiary {
		color: var(--white) !important;
		background: var(--dark-blue) !important;
	}

    .btn-sm {
        font-size: 0.75rem;
        padding: 0.8rem 1.25rem;
    }

	button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

    @media (min-width: 1200px) {
		.btn:hover {
            transform: scale(0.95);
            box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
		}
	}

/* Tag -------------------------------------- */
	.tag {
        font-family: 'Maven Pro Extrabold';
        font-size: 0.7rem;
		line-height: 1;
        letter-spacing: 1px;
		padding: 0.65rem 1rem;
		border-radius: 30px;
	}

    .tag--lg {
        font-size: 0.75rem;
        padding: 0.75rem 1.25rem;
    }

/* Title Brush -------------------------------------- */
     .title-brush::before {
		content: "";
		width: 308px;
		height: 40.5px;
		background-image: url("../images/title-brush.svg");
		background-size: 100% !important;
  		background-repeat: no-repeat !important;
  		background-position: center;
		top: 1.5rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		position: absolute;
        z-index: 7;
	}


/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block p + h5 ,
	.content-block p + ul ,
	.content-block h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h3 ,
    .content-block .gform_wrapper {
		margin-top: 1.5rem !important;
	}

	.content-block h2 {
		margin-bottom: 1.25rem;
	}

	.content-block h2 strong {
		font-weight: 500 !important;
		color: var(--red);
	}

    .content-block a {
        text-decoration: underline;
        text-decoration-thickness: 0.5px;
        text-underline-offset: 3px;
    }

	.content-block img.aligncenter {
		margin: 0 auto;
		display: block;
	}

	.content-block .embed-responsive {
		margin: 2.5rem 0;
	}

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-dark-blue {
		background-color: var(--dark-blue) !important;
	}

    .bg-blue {
		background: var(--blue) !important;
	}

     .bg-light-blue {
		background: var(--light-blue) !important;
	}

	.bg-pink {
		background: var(--pink) !important;
	}

    .bg-light-pink {
		background: var(--light-pink) !important;
	}

   .bg-green {
		background: var(--green) !important;
	}

    .bg-light-green {
		background: var(--light-green) !important;
	}

    .bg-lighter-green {
		background: var(--lighter-green) !important;
	}

    .bg-light-grey {
       background: var(--light-grey) !important; 
    }

	.text-dark-blue {
		color: var(--dark-blue) !important;
	}

    .text-blue {
		color: var(--blue) !important;
	}

    .text-light-blue {
		color: var(--light-blue) !important;
	}
    
    .text-pink {
		color: var(--pink) !important;
	}

    .text-green {
		color: var(--green) !important;
	}

    .text-light-green {
		color: var(--light-green) !important;
	}

    .text-lighter-green {
		color: var(--lighter-green) !important;
	}

	.text-light-grey {
		color: var(--light-grey) !important;
	}

    .text-yellow {
        color: var(--yellow) !important;
    }

/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
    .py-120 {
        padding: 6rem 0;
    }

    .mb-120 {
        margin-bottom: 6rem;
    }

    .mt-90 {
        margin-top: 4.5rem;
    }

    .pb-90 {
        padding-bottom: 4.5rem;
    }

    .pt-70 {
        padding-top: 3.5rem;
    }

    .py-70 {
        padding: 3.5rem 0;
    }

    .mt-50 {
        margin-top: 2.5rem !important;
    }

    .mb-50 {
        margin-bottom: 2.5rem;
    }

    .mt-40 {
        margin-top: 2rem !important;
    }

    .mb-40 {
        margin-bottom: 2rem;
    }

    .py-40 {
        padding: 2rem 0;
    }

    @media all and (max-width: 992px) {
        .mb-120 {
            margin-bottom: 3rem !important;
        } 
    }
   
/*---------------------------------------------- 
	1.5 Item Accommodatie
------------------------------------------------*/
    .item-accommodatie--small::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--dark-blue);
        background: linear-gradient(180deg,rgba(11, 41, 63, 0) 0%, rgba(11, 41, 63, 0.5) 100%);
        z-index: 8;
	}	

    .item-accommodatie--small .item-accommodatie__content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 1.75rem 1.5rem;
        z-index: 9;
    }

    .item-accommodatie--small .tag {
        position: absolute;
        right: 1.5rem;
        top: 2rem;
    }

    .item-accommodatie + .item-accommodatie {
        margin-top: 4rem;
    }

/*---------------------------------------------- 
	1.5 Item Activiteit
------------------------------------------------*/
    .item-activiteit::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--dark-blue);
        background: linear-gradient(180deg,rgba(11, 41, 63, 0) 0%, rgba(11, 41, 63, 0.5) 100%);
        z-index: 8;
	}	

    .item-activiteit__content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 1.75rem 1.5rem;
        z-index: 9;
    }

    .item-activiteit .tag {
        position: absolute;
        right: 1.5rem;
        top: 2rem;
    }

/*---------------------------------------------- 
	1.6 Item USP
------------------------------------------------*/
    .item-usp {
        padding: 1rem 1.25rem;
    }   

    .item-usp__icon i {
        font-size: 2.75rem;
    }

    .item-usp + .item-usp {
        margin-top: 0.5rem;
    }

/*---------------------------------------------- 
	1.7 Background Frame
------------------------------------------------*/
    .background-frame::before ,
    .background-frame::after {
        content: "";
        background: var(--light-pink);
        height: 100%;
        width: 5%;
        position: absolute;
        top: 0;
    }

    .background-frame::before {
        left: 0; 
    }

    .background-frame::after {
        right: 0;    
    }

    @media all and (max-width: 1650px) {
        .background-frame::before ,
        .background-frame::after {
            width: 2.5%;
        }
    }

     @media all and (max-width: 767px) {
        .background-frame::before ,
        .background-frame::after {
            content: none;
        }
    }

/*---------------------------------------------- 
	1.7 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 1.25rem !important;
        line-height: 2.5rem;
        text-align: center;
		color: var(--dark-blue);
        background: var(--light-green);
        height: 2.5rem;
        width: 2.5rem;
        display: block;
        border-radius: 8px;
	}

	.social-media li.list-inline-item:not(:last-child) {
		margin-right: 0.5rem !important;
	}
    
    @media (min-width: 1200px) {
		.social-media li a:hover {
            transform: scale(0.95);
            box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
		}
	}

/*---------------------------------------------- 
	1.8 Back to top
------------------------------------------------*/
	.cd-top {
		display: inline-block;
	  	height: 3rem;
	  	width: 3rem;
	  	position: fixed;
	  	bottom: 1rem;
	  	right: 1rem;
	  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  	overflow: hidden;
	  	text-indent: 100%;
	  	white-space: nowrap;
	  	background: rgba(213, 52, 124, 0.9) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	  	visibility: hidden;
	  	opacity: 0;
	  	z-index: 9;
		border-radius: 5px;
	  	transition: opacity .3s 0s, visibility 0s .3s;
	}
	

	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        transition: opacity .3s 0s, visibility 0s 0s;
	}
	
	.cd-top.cd-is-visible {
		visibility: visible;
	  	opacity: 1;
	}
	
	.cd-top.cd-fade-out {
		opacity: 0.7;
	}
	
	.no-touch .cd-top:hover {
	  opacity: 0.9;
	}

	@media all and (max-width: 767px) {
		.cd-top {
			bottom: 20px;
			right: 10px;
		}
	}

/*---------------------------------------------- 
	1.9 Swiper
------------------------------------------------*/
	.swiper-button-next, 
	.swiper-button-prev {
		font-size: 1.1rem;
		height: inherit;
		display: inline-block;
	}

	.swiper-navigation svg {
		display: none;
	}

	.swiper-button-next, 
	.swiper-button-prev {
		color: var(--dark-blue);
		background: none;
		line-height: 2.25rem;
		height: 2.25rem;
		width: 2.25rem;
		text-align: center;
		position: relative;
		top: 0 !important;
		margin: 0;
		border-radius: 100%;
        border: 0.75px solid var(--dark-blue);
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next {
		right: 0;
	}

    .swiper-accommodaties { 
		overflow: visible; 
	}

/*---------------------------------------------- 
	1.10 Gravity Form
------------------------------------------------*/
	.gform_wrapper ,
	body .gform_wrapper .top_label div.ginput_container, 
	.gform_wrapper ul.gform_fields li.gfield ,
	.gform_wrapper li.hidden_label input {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .gfield_label {
		font-size: inherit !important;
		font-weight: 700 !important;
		margin: 0 0 0.5rem 0 !important;
	}

	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ,
	.gform_wrapper textarea ,
    .gform_wrapper select {
		font-size: inherit !important;
		font-weight: 400;
		padding: 10px 20px !important;
		background: var(--white) !important;
		height: 2.75rem;
        color: var(--black) !important;
		border: none !important;
		width: 100% !important;
		border-radius: 5px !important;
	}

	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 8.75rem !important;
	}

	.gform_wrapper.gravity-theme .gform_footer {
		margin: 1.5rem 0 0 0 !important;
		padding: 0 !important;
		justify-content: flex-end;
	}

	.gform_wrapper.gravity-theme .gform_footer .btn {
		margin: 0 !important;
	}

	.gform_confirmation_message {
		margin-top: 1rem !important;
	}

	.gform_wrapper.gravity-theme .gfield_radio {
		display: flex;
		align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
	}

    .gform_wrapper.gravity-theme .gfield_radio label {
		max-width: inherit !important;
	}

	.gform_wrapper.gravity-theme .gfield_checkbox label, 
	.gform_wrapper.gravity-theme .gfield_radio label {
		font-size: 0.7rem !important;
	}

	.gform_wrapper.gravity-theme .gform_field  {
		grid-row-gap: 1.25rem !important;
	}

	.gform_required_legend {
		display: none !important;
	}

	.gform_wrapper .gform_validation_errors>h2 {
		font-size: 14px !important;
		margin: 0 !important;
	}

	.gform_wrapper .gfield_checkbox label {
		font-size: 0.5rem !important;
		padding-left: 0.25rem;
	}

	.gform_wrapper ::placeholder {
		color: var(--light-blue);
	}

/*---------------------------------------------- 
	1.11 Hover Effect
------------------------------------------------*/
    .hover-effect ,
    .content-block a ,
    .footer__contactgegevens li a ,
    .module-contact__gegevens li a {
        position: relative;
    }

    .hover-effect::before ,
    .content-block a::before ,
    .footer__contactgegevens li a::before ,
    .module-contact__gegevens li a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: currentColor;
        opacity: 0.3;
        top: 100%;
        left: 0;
        pointer-events: none;
    }

    .hover-effect::after ,
    .content-block a::after ,
    .footer__contactgegevens li a::after ,
    .module-contact__gegevens li a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--pink);
        top: 100%;
        left: 0;
        pointer-events: none;
        transform-origin: 100% 50%;
        transform: scale3d(0, 1, 1);
        transition: transform 0.3s;
    }

    .hover-effect:hover::after ,
    .content-block a:hover::after ,
    .footer__contactgegevens li a:hover::after ,
    .module-contact__gegevens li a:hover::after {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1);
    }

/*---------------------------------------------- 
	1.12 Recensie Label
------------------------------------------------*/
    .recensie-label {
        padding: 0.5rem 0.25rem 0.8rem 0.25rem;
        position: absolute;
        right: 0;
        top: 25%;
        width: 3.5rem;
        line-height: 1;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        z-index: 9;
    }

    .recensie-label i {
        font-size: 0.7rem;
        line-height: 1;
        color: var(--white);
    }

    .recensie-label__digit {
        line-height: 1;
    }

    .recensie-label hr {
        margin: 0.5rem 0;
        border-top: 0.25px solid var(--white);
    }

    .recensie-label__amount {
        font-size: 0.6rem;
        line-height: 0.8rem;
    }

/*---------------------------------------------- 
	1.13 WP Booking Systeem
------------------------------------------------*/
    .wpbs-container .wpbs-calendars .wpbs-calendar {
        max-width: inherit !important;
        border-radius: 8px !important;
        overflow: hidden;
    }

   .wpbs-container .wpbs-calendar-header-navigation .wpbs-next, 
    .wpbs-container .wpbs-calendar-header-navigation .wpbs-prev {
        background: var(--pink) !important;
        border-radius: 5px !important;
    }

    .wpbs-container .wpbs-select-container select ,
    .wpbs-container .wpbs-calendar-header-navigation {
        font-size: 0.75rem;
        font-weight: 700 !important;
    }

    .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field label {
        display: none !important;
    }

    .wpbs-form-field.wpbs-form-submit-button button ,
	.frontpage-hero__filter-wrapper .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button ,
	.module-content .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button {
		font-family: 'Maven Pro Semibold' !important;
		font-size: 0.8rem !important;
		line-height: 1rem !important;
		padding: 1rem 2.5rem !important;
		border-radius: 5px !important;
		border: none !important;
		text-transform: inherit !important;
		height: 3rem !important;
		background: var(--green) !important;
	}

    .wpbs-form-field.wpbs-form-submit-button button  {
        color: var(--white) !important;
        background: var(--pink) !important;
        transition: all 0.3s ease-in-out;
        margin-top: 0.5rem !important;
    }

	.frontpage-hero__filter-wrapper .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button:hover ,
	.module-content .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button:hover {
		background: var(--green) !important;	
	}

    .wpbs-legend {
        background: none !important;
        border: none !important;
        padding: 0 !important;
    }

	 @media (min-width: 1200px) {
        .wpbs-form-field.wpbs-form-submit-button button:hover ,
		.frontpage-hero__filter-wrapper .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button:hover ,
		.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result .wpbs_s-search-widget-result-button:hover {
            transform: scale(0.95);
            box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
		}
	}

  
	
/* Formulier -------------------------------------- */
    .wpbs-main-wrapper .wpbs-form-container {
        max-width: inherit !important;
    }

    .wpbs-form-fields .wpbs-form-field .wpbs-form-field-label label ,
    .wpbs-form-fields .wpbs-form-field .wpbs-form-field-label span {
        font-weight: 700 !important;
        margin: 0 0 0.5rem 0 !important;
    }

    .wpbs-form-fields .wpbs-form-field .wpbs-field-required-asterisk {
        color: #c02b0a;
    }
    
    .wpbs-form-fields .wpbs-form-field input ,
    .wpbs-form-fields .wpbs-form-field textarea {
        border: none !important;
        height: 2.5rem !important;
        border-radius: 5px !important;
    }

    .wpbs-form-fields .wpbs-form-field textarea {
        height: 8.75rem !important;    
    }

    .wpbs-form-fields .wpbs-form-field .wpbs-form-field-input label {
        display: inline-flex !important;
        align-items: center !important;
        gap: 0.5rem;
    }

/* Zoekresultaten -------------------------------------- */
	.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap h2 {
		font-size: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result {
		background: #F4EEF2;
		padding: 1.5rem 1.25rem;
		margin: 0 !important;
	}

	.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result img {
		width: 100% !important;
		height: 100% !important;
		border-radius: 8px;
	}

    .wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result span.tag {
        font-size: 0.7rem !important;
        line-height: 1 !important;
        padding: 0.65rem 1rem !important;
        color: var(--white) !important;
    }

	.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result h3 {
		font-size: 1.75rem !important;
        line-height: 1.5 !important;
		margin-bottom: 0.5rem !important;
        margin-top: 0.75rem !important;
	}

	.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result .wpbs_s-search-widget-result-button {
		font-family: 'Maven Pro Semibold' !important;
		color: var(--white) !important;
		background: var(--pink) !important;
		font-size: 0.8rem !important;
		line-height: 1rem !important;
		padding: 0.8rem 1.5rem !important;
		border-radius: 5px !important;
		border: none !important;
		display: inline-block !important;
		height: auto !important;
		text-transform: inherit !important;
		margin-top: 1rem !important;
    }

	.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result .wpbs_s-search-widget-result-button:hover {
		background: var(--pink) !important;
	}	

	.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result .wpbs_s-search-widget-result-button::before , 
	.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result .wpbs_s-search-widget-result-button::after {
		content: none !important;
	}

	.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result .wpbs_s-search-widget-result-title {
		margin: 0
	}

	.wpbs_s-search-widget-result {
		border-bottom: none !important;
	}

	.frontpage-hero__filter-wrapper .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field input ,
	.module-content .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field input {
		font-size: 0.7rem !important;
		border-radius: 8px !important;
		height: 3rem !important;
		min-width: 12.5rem !important;
	}

	.frontpage-hero__filter-wrapper .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field input::placeholder ,
	.module-content .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field input::placeholder{
		font-size: 0.7rem !important;	
	}

    .wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result + .wpbs_s-search-widget-result {
        margin-top: 1.5rem !important;
    }

/*---------------------------------------------- 
	2.1 Header
------------------------------------------------*/
	.header {
		padding: 1.25rem 0;	
	}

    .header__brand {
        width: 100%;
        max-width: 13.75rem;
    }

    .header--shrink {
        background: var(--dark-blue);
    }

    .header--shrink .header__brand {
        width: 70% !important;
    }

    @media all and (max-width: 1200px) {
        .header--shrink .header__brand {
            width: 85% !important;
        }    
    }

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
   .navigation__menu li a {
        font-family: 'Maven Pro Semibold';
		font-size: 0.8rem;
		line-height: 1;
		color: var(--white) !important;
		padding: 1.5rem 0;
		display: inline-block;
		transition: transform 0.3s ease;
	}

	.navigation__menu li + li {
		margin-left: 1.25rem;
	}

	.navigation__menu li.active a {
		transform: none !important;
        color: var(--green) !important;
	}

	@media (min-width: 1200px) {
		.navigation__menu li a:hover {
			transform: translateY(-2px);
		}
	}

    @media all and (max-width: 1200px) {
        .navigation__menu li a {
            font-size: 0.75rem;
        }    
        .navigation__menu li + li {
		    margin-left: 0.9rem;
	    }
    }

/* Dropdown Menu -------------------------------------- */	
	.navigation__menu .dropdown-menu {
		background: var(--white);
		padding: 0;
		border: none;	
		margin: 0;
		border-radius: 0;
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	}

	.navigation__menu .dropdown-menu li a {
		font-size: 0.8rem;
		font-weight: 700;
		color: var(--dark-blue) !important;
   	 	line-height: 1;
    	padding: 0.8rem 1rem;
		margin: 0;
		text-shadow: none !important;
		text-align: left;
		border: none;
		background: none;
	}

	.navigation__menu .dropdown-menu li a:before {
		content: none;
	}

	.navigation__menu .dropdown-menu li + li {
		margin: 0;
        border-top: 0.25px solid var(--dark-blue);
	}

	.navigation__menu .dropdown:hover>.dropdown-menu {
		display: block;
	}

	.navigation__menu .dropdown>.dropdown-toggle:active {
		pointer-events: none;
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	.navigation--mobile .cd-dropdown-trigger {
		display: inline-block;
    	position: relative;
    	padding: 0 !important;
		font-size: 1.1rem;
		text-align: center;
		line-height: 2.5rem;
		height: 2.5rem;
		width: 2.5rem;
		background: var(--pink) !important;
		color: var(--white) !important;	
		margin: 0;
		z-index: 99;
		border-radius: 5px;
		border: none;
	}

	 .navigation--mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	.navigation--mobile .cd-dropdown-content a {
        font-family: 'Maven Pro Semibold';
		font-size: 1rem;
		color: var(--white);
		text-align: left !important;
	}

	.navigation--mobile .current_page_item a {
		color: var(--green) !important;
	}

	.navigation--mobile .cd-dropdown {
		background: var(--dark-blue);
		z-index: 999;
	}
	
	.navigation--mobile .cd-dropdown-wrapper {
		height: auto;
		margin: 0 !important;
	}
	
	.navigation--mobile ul {
		padding-left: 0;
	}
	
	.navigation--mobile .cd-dropdown-content a, 
	.navigation--mobile .cd-dropdown-content ul a {
		border-top-width: 0.25px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: var(--light-blue);
    	border-style: solid;
	}

	.navigation--mobile .cd-dropdown-content li:last-of-type > a, 
	.navigation--mobile .cd-dropdown-content ul li:last-of-type > a {
		border-bottom-width: 0.25px;;
	}
	
	.navigation--mobile .cd-dropdown-content .go-back a {
		color: var(--dark-blue) !important;
	}

	.navigation--mobile .cd-secondary-dropdown > a,
	.navigation--mobile .cd-secondary-dropdown > .go-back a {
  		display: none !important;
		background: var(--white);
	}

	.navigation--mobile .has-children > a::before, 
	.navigation--mobile .has-children > a::after,
	.navigation--mobile .cd-dropdown .cd-close::after, 
	.navigation--mobile .cd-dropdown .cd-close::before,
	.navigation--mobile .go-back a::before, 
	.navigation--mobile .go-back a::after {
		background: var(--pink) !important;	
	}

	.navigation--mobile .cd-secondary-dropdown > .go-back a + a {
		display: block !important;
	}

	.navigation--mobile .navigation__offerte {
		position: absolute;
		bottom: 1.5rem;
		left: 1.5rem;
	}

/*---------------------------------------------- 
	3.1 Frontpage Hero
------------------------------------------------*/
    .frontpage-hero {
        height: 100dvh;
        position: relative;
    }
  
    .frontpage-hero__video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .frontpage-hero__video-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        height: 56.25vw;    
        min-height: 100dvh;
        min-width: 177.78dvh;
    }

    .frontpage-hero__video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .frontpage-hero .container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9;
		height: 100%;
		width: 100%;
	}

	.frontpage-hero__video::after {
		content: "";
		position: absolute;
		height: 50%;
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 8;
		background: var(--dark-blue);
        background: linear-gradient(180deg,rgba(11, 41, 63, 0.5) 0%, rgba(11, 41, 63, 0) 100%);
	}

    .frontpage-hero__content {
        margin-bottom: 19rem;
    }

    .frontpage-hero__filter {
        position: absolute;
        bottom: 3rem;
        width: 100%;
        z-index: 9;
    }

    .frontpage-hero__filter-wrapper {
         height: 6rem;
    }

	.frontpage-hero__filter-wrapper .wpbs_s-search-widget-results-wrap {
		display: none !important;
	}
	

    @media all and (max-width: 1500px) {
		.frontpage-hero,
        .frontpage-hero__video {
			max-height: calc(70vh);
            min-height: 70dvh;
		}
        .frontpage-hero__content {
            margin-bottom: 10rem;
        }
	}

    @media all and (max-width: 992px) {
        .frontpage-hero__filter-wrapper {
            padding: 0 1.5rem;
        }
    }

    @media all and (max-width: 767px) {
       .frontpage-hero__filter-wrapper {
            height: inherit;
            padding: 1rem;
        }     
    }

   @media all and (max-width: 650px) {
		.frontpage-hero,
        .frontpage-hero__video {
			height: 375px;
            min-height: 375px;
		}
        .frontpage-hero__content {
            margin-bottom: 0;
        }
	}

/*---------------------------------------------- 
	3.2 Frontpage Blocks
------------------------------------------------*/
    .frontpage-blocks {
        padding: 6rem 0 4.5rem 0;
    }

    .frontpage-blocks__item {
        padding: 3rem 1rem 2rem 1rem;
    }

     .frontpage-blocks__item i {
        font-size: 5.5rem;
    }

    .frontpage-blocks::after {
        content: "";
        position: absolute;
        bottom: 0;
        background: var(--white);
        height: 13.5rem;
        width: 100%;
    }

    @media (min-width: 1200px) {
		.frontpage-blocks__item:hover {
            transform: scale(0.95);
		}
	}

/*---------------------------------------------- 
	3.3 Frontpage Intro
------------------------------------------------*/
    .frontpage-intro::before {
        content: "";
        position: absolute;
        top: 0;
        background: var(--white);
        height: 70%;
        width: 100%;
    }

    .frontpage-intro__image-wrapper {
        margin-bottom: 7.5rem;
    }

    .frontpage-intro__content {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .frontpage-intro__content-wrapper {
        padding: 3rem 2.5rem;
        max-width: 34rem;
    }

    @media all and (max-width: 1200px) {
        .frontpage-intro__content-wrapper {
            max-width: 40rem;
        }   
    }

    @media all and (max-width: 992px) {
        .frontpage-intro__image-wrapper {
            margin-bottom: 2.5rem;
         }
        .frontpage-intro__content-wrapper {
            max-width: inherit;
        }  
        .frontpage-intro__content {
            position: relative;
        }
    }

    @media all and (max-width: 992px) {
        .frontpage-intro__content-wrapper {
            padding: 2.5rem 1.5rem;     
        }
    }

/*---------------------------------------------- 
	4.1 Hero
------------------------------------------------*/
     .hero--image {
        padding-top: 7.5rem;
    }

    .hero--image::before {
        content: "";
        background: var(--dark-blue);
        top: 0;
        position: absolute;
        height: 15rem;
        width: 100%;
    }

    .hero--default {
        height: 15rem;
    }

    .hero-image__wrapper::before {
        content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--dark-blue);
        background: linear-gradient(180deg,rgba(11, 41, 63, 0) 0%, rgba(11, 41, 63, 0.5) 100%);
        z-index: 7;
    }

    .hero-image-content {
        position: absolute;
        bottom: 2.5rem;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 8;
    }

    .hero__content {
        padding-bottom: 2rem;
    }

    @media all and (max-width: 1200px) {
        .hero-image__wrapper img {
            height: 15rem;
            width: 100% !important;
            object-fit: cover;
            object-position: center;
        }  
        .hero-image-content {
            bottom: 1.5rem;   
        }
    }

    @media all and (max-width: 767px) {
        .hero-image-content {
            bottom: 1.25rem;
        }
    }

    @media all and (max-width: 576px) {
        .hero-image__wrapper img {
            height: 12.5rem;
        }
        .hero-image-content {
            padding-left: 1.25rem;        
        }
    }

/*---------------------------------------------- 
	4.2 Breadcrumb
------------------------------------------------*/
    .breadcrumb {
        padding: 1.5rem 0 0 0;
        margin: 0;
    }

    .breadcrumb hr {
        margin: 1.25rem 0 0 0;
    }

     .breadcrumb a span {
		color: var(--light-blue) !important;
	}

	.breadcrumb span {
		font-size: 0.75rem;
		line-height: 1;
		color: var(--dark-blue);
	}

	.breadcrumb i {
		font-size: 0.65rem;
		color: var(--green);
		padding: 0 0.75rem 0 0.5rem;
	}

/*---------------------------------------------- 
	5.1 Page Modules
------------------------------------------------*/
    .module-content + .module-accommodaties ,
    .module-content:not(.background-frame) + .module-cta ,
    .module-content + .module-veelgestelde-vragen {
        padding-top: 0 !important;
    }

    @media all and (max-width: 992px) {
		.module-content--columns .col {
			flex: 0 0 auto;
			width: 100%;
		}
	}

/*---------------------------------------------- 
	5.2 Module Veelgestelde Vragen
------------------------------------------------*/
    .module-veelgestelde-vragen__sidebar-wrapper.sticky-top {
        top: 9.5rem;
    }
    .module-veelgestelde-vragen__sidebar-wrapper {
        padding: 2.5rem 1.5rem;
        border-radius: 5;
    }

    .module-veelgestelde-vragen__sidebar-wrapper ul li a {
        line-height: 2.5rem;
        display: block;
    }

    .module-veelgestelde-vragen__sidebar-wrapper ul li + li {
        border-top: 0.25px solid var(--dark-blue);
    }

    .module-veelgestelde-vragen__item {
        padding: 1.5rem 0;
    }

    .module-veelgestelde-vragen__item + .module-veelgestelde-vragen__item {
        border-top: 0.25px solid var(--dark-blue);    
    }

     .module-veelgestelde-vragen-item:first-child {
        padding-top: 0;
    }

	.module-veelgestelde-vragen .accordion {
		width: 100%;
	}

	.module-veelgestelde-vragen .accordion ,
 	.module-veelgestelde-vragen .accordion-item ,
    .module-veelgestelde-vragen .accordion .accordion-button {
		border: 0;
		box-shadow: none;
		border-radius: 0 !important;
	}

	.module-veelgestelde-vragen .accordion-item {
		border: none;
		border-radius: 5px !important;
	}

	.module-veelgestelde-vragen .accordion .accordion-button {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.module-veelgestelde-vragen .accordion-item {
		background: var(--white);
	}

	.module-veelgestelde-vragen .accordion-item + .accordion-item {
		margin-top: 0.5rem;	
	}	

	.module-veelgestelde-vragen .accordion .accordion-button.collapsed ,
	.module-veelgestelde-vragen .accordion .accordion-button{
		background: none !important;
	}

    .module-veelgestelde-vragen .accordion .accordion-button .accordion-button__title {
        font-family: 'Maven Pro Medium';
		font-size: 0.8rem;
		color: var(--dark-blue);
		line-height: 1.75rem;
    }

	.module-veelgestelde-vragen .accordion .accordion-button .accordion-button__arrow i {
		color: var(--pink);	
	}

	.module-veelgestelde-vragen .accordion .accordion-button::after {
		display: none;
	}

	 .module-veelgestelde-vragen .accordion .accordion-item .accordion-body {
        font-size: 0.8rem;
		color: var(--dark-blue);
        background: none;
		padding: 0 1.25rem 1rem 1.25rem;
		border-radius: 0;
	}

	.module-veelgestelde-vragen .accordion .accordion-button:not(.collapsed) .accordion-button__arrow {
		-webkit-animation: rotate-90-cw 0.1s ease-in-out both;
		animation: rotate-90-cw 0.1s ease-in-out both;
	}

	.module-veelgestelde-vragen .accordion .accordion-button.collapsed .accordion-button__arrow {
		-webkit-animation: rotate-0-ccw 0.1s ease-in-out both;
		animation: rotate-0-ccw 0.1s ease-in-out both;
	}

	@-webkit-keyframes rotate-90-cw {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}

	@keyframes rotate-90-cw {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}

	@-webkit-keyframes rotate-0-ccw {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}

	@keyframes rotate-0-ccw {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}

     @media (min-width: 1200px) {
		.module-veelgestelde-vragen__sidebar-wrapper ul li a:hover {
			transform: translateY(-2px);
		}
	}

	@media all and (max-width: 767px) {
		.module-veelgestelde-vragen .accordion .accordion-button span.title {
			font-size: 0.7rem;
		}
	}

/*---------------------------------------------- 
	5.3 Module Call to Action
------------------------------------------------*/
    .module-cta__wrapper {
        padding-left: 6rem;
        width: 100%;
        height: 24rem;
        background-image: url("../images/cta-background.svg");
        background-size: contain;
        background-position: right 1rem center;
        background-repeat: no-repeat;
    }

    .module-cta__title {
        font-size: 2.25rem;
    }

    .module-cta__wrapper.bg-pink .btn-primary {
        background: var(--dark-blue) !important;  
    }

    @media all and (max-width: 992px) {
        .module-cta__wrapper {
            height: 20rem;
            padding: 0 3rem;
        }    
    }

    @media all and (max-width: 767px) {
        .module-cta__wrapper {
            height: auto;
            padding: 2.5rem 1.5rem;
        }
        .module-cta__title {
            font-size: 2rem;
            line-height: 1.4;
        }
        .module-cta__wrapper .mt-50 {
            margin-top: 1.5rem !important;
        }
    }

/*---------------------------------------------- 
	5.4 Module Contact
------------------------------------------------*/
	.module-contact__wrapper {
		padding: 2.5rem 1.5rem;
	}

	.module-contact__gegevens li {
		color: var(--dark-blue);
	}

	.module-contact__gegevens li a:hover,
	.module-contact__gegevens li a:hover{
		color: var(--pink);
	}

/*---------------------------------------------- 
	6.1 Accommodatie Single
------------------------------------------------*/
    .accommodatie-links ul li a {
        font-family: 'Maven Pro Semibold';
        color: var(--dark-blue);
        border: 0.5px solid var(--dark-blue);
        padding: 0.6rem 1rem;
        display: block;
        border-radius: 8px;
    }

     @media (min-width: 1200px) {
		.accommodatie-links ul li a:hover {
            color: var(--white) !important;
            background: var(--dark-blue);
            transform: scale(0.95);
		}
	}

    .accommodatie-content-item {
        padding: 2rem 0;
    }

    .accommodatie-content-item + .accommodatie-content-item {
        border-top: 0.25px solid #0B293F;
    }

    .accommodatie-content-item:first-child {
        padding-top: 0 !important;
    }

/* Galerij -------------------------------------- */
    .gallery-item .btn {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
    }

    .lg-outer .lg-thumb-item.active,
    .lg-outer .lg-thumb-item:hover {
        border-color: var(--pink) !important;
    }

/* Beschrijvingen -------------------------------------- */
    .accommodatie-content__beschrijving a.read-more[aria-expanded="true"] i::before {
        content: "\f106";
    }

/* Voorzieningen -------------------------------------- */
    .accommodatie-content__voorzieningen-item {
        padding: 0.75rem 1rem;
    }

    .accommodatie-content__voorzieningen-item i {
        font-size: 1.1rem;    
        color: var(--green);
    }

/* Plattegrond -------------------------------------- */
    .accommodatie-content__plattegrond-legenda {
        padding: 1rem;
    }

/* Tarieven -------------------------------------- */
    .accommodatie-content__tarieven .table>:not(caption)>*>* { 
        background: none;
        box-shadow: none !important;
        border: none;
    }

    .accommodatie-content__tarieven .table-striped>tbody>tr:nth-of-type(odd)>* {
        background: var(--white) !important;
    }

/* Locatie -------------------------------------- */
    .accommodatie-content__locatie-map {
		width: 100%;
		height: 17.5rem;
	}

/* Recensies -------------------------------------- */
    .item-recensie {
        padding: 2.5rem 1.75rem;
    }

    .item-recensie__digit i {
        font-size: 2.5rem;
        width: 2.5rem;
        color: var(--green);
    }

    .item-recensie__digit span {
        width: 2.5rem;
        text-align: center;
        position: absolute;
        top: 0.25rem;
        z-index: 9;
    }

    .accommodatie-content__recensies .item-recensie + .item-recensie {
        margin-top: 2rem;
    }

/* Sidebar -------------------------------------- */
    .accommodatie-sidebar__wrapper {
        padding: 2.5rem 1.5rem;
    }

    .accommodatie-sidebar__wrapper ul li i {
        font-size: 0.9rem;
        color: var(--green);
        width: 1.75rem;
    }

    .accommodatie-sidebar__wrapper.sticky-top {
        top: 9.5rem;
    }

/*---------------------------------------------- 
	6.2 Activiteiten Single
------------------------------------------------*/
     .activiteiten-sidebar__wrapper {
        padding: 2.5rem 1.5rem;
    }   

    .activiteiten-sidebar__wrapper.sticky-top {
        top: 9.5rem;
    }


/*---------------------------------------------- 
	8. Footer 
------------------------------------------------*/
	.footer {
		padding: 5rem 0 2.75rem 0;
	}

    .footer::before {
        content: "";
        background: var(--green);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        height: 100%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        z-index: 8;
    }

	.footer__contactgegevens li ,
    .footer__menu li a,
    .footer__menu-bottom li a ,
    .footer__author {
        font-family: 'Maven Pro Medium';
        transition: transform 0.3s ease;
	}

    .footer__contactgegevens li ,
    .footer__contactgegevens li a ,
    .footer__menu li a {
        color: var(--dark-blue);
    }

    .footer__menu-bottom li a {
		color: var(--light-green);
        position: relative;
        display: inline-block;
    }

    .footer__menu-bottom li {
        position: relative;
    }

    .footer__menu-bottom li:not(:last-child)::after {
		content: "-";
		display: inline-block;
		padding: 0 0.5rem;
	}

    .footer__author a {
       color: var(--light-green);
        display: inline-block;
    }

    .footer::after {
        content:"";
        background: var(--white);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 10.5rem;
        z-index: 7;
    }

    @media (min-width: 1200px) {
		.footer__menu li a:hover ,
        .footer__menu-bottom li a:hover ,
        .footer__author a:hover {
			transform: translateY(-2px);
		}
	}

    @media all and (max-width: 1650px) {
        .footer::before {
            width: 95%;    
        }
    }
    
    @media all and (max-width: 767px) {
        .footer::before {
            width: 100%;
            border-radius: 0;
        }
    }