/*
==  THEME DETAILS  ============================================================
   	Theme Name: Top Level Punt
   	Theme URI: https://www.toplevelpunt.nl/
    Description: Stylesheet voor Top Level Punt
    Version: 1.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

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

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
        --off-white: #FAFAFA;
		--black: #001524;
        --dark-blue: #00498D;
        --blue: #007BC4;
        --light-blue: #00B1EB;
        --lighter-blue: #3295D0;
        --lightest-blue: #E4F6FC;
        --green: #00C48C;
        --grey: #99A1A7;
	}

	html {
  		font-size: 20px;
	}

	body {
        font-family: "Montserrat", sans-serif;
        font-size: 0.75rem;
	  	line-height: 1.75rem;
		font-weight: 400;
		color: var(--black);
		background: var(--off-white);
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}

    body::before {
        content: "";
        background: var(--blue);
        width: 3.5rem;
        height: 14.75rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
    }

	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: var(--green);
	}

	a:hover {
		color: var(--black);
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
        color: var(--dark-blue);
		font-weight: 700;
		line-height: 1.5;
		margin: 0;
		padding: 0;
	}

    :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) strong {
        color: var(--light-blue) !important;
    }

	h1, .h1 {
       font-size: 2.25rem;
    }

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

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

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

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

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

    .fw-semibold {
        font-weight: 500;
    }

	.fw-bold , strong {
		font-weight: 700 !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;
	}
  
	@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 {
			transform: scale(1.05);
		}
	}

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

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

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
        body::before {
            width: 2.5rem;
            height: 13.75rem;
        }
	}

    @media all and (max-width: 1200px) {
    	html {
			font-size: 16px;
		}
        body {
            font-size: 0.8rem;
        }
        h1, .h1 {
            font-size: 2rem;
        }
        h2, .h2 {
            font-size: 1.75rem;
        }
        h3, .h3 {
            font-size: 1.5rem;
        }
        h4, .h4 {
            font-size: 1.25rem;
        }
        h5, .h5 {
            font-size: 1rem;
        }
	}

    @media all and (max-width: 992px) {
         body::before {
            width: 1.5rem;
            height: 12.5rem;
        }
	}

    @media all and (max-width: 767px) {
         body::before {
            content: none !important
        }
	}

     @media all and (max-width: 1200px) {
    	html {
			font-size: 15px;
		}
        body {
            font-size: 0.85rem;
        }
    }

/* Buttons -------------------------------------- */
	.btn {
		font-size: 0.75rem;
        font-weight: 700;
		line-height: 1rem;
		padding: 1rem 1.25rem;
		border-radius: 0;
		border: none;
        clip-path: polygon( 0 0, calc(100% - 0.6rem) 0, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100% );
	}

	.btn-primary {
		color: var(--white);
		background: var(--blue);
	}

	.btn-primary:hover {
		color: var(--white);
		background: var(--black);
	}

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

    .btn-secondary:hover {
		color: var(--white);
		background: var(--black);
	}

    .link-primary {
        font-size: 0.8rem;
        font-weight: 700;
        color: var(--white) !important;
    }

    .link-primary i {
        opacity: 0.7;
    }

    .link-primary:hover {
        color: var(--white) !important; 
        transform: translateX(0.25rem);
    }

    .item-klantcase:hover .link-primary ,
    .item-blog:hover .link-primary ,
    .item-vacature:hover .link-primary {
        transform: translateX(0.25rem);
    }

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

/*---------------------------------------------- 
	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 {
		margin-top: 1.5rem !important;
	}

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

    .content-block ul {
        padding-left: 0;
        list-style: none;
    }

    .content-block ul li {
        line-height: 2rem;
        font-weight: 600;
        position: relative;
        padding-left: 1.5rem;
    }

	.content-block ul li:before {
		font-family: "Font Awesome 7 Pro";
		content: "\f058";
		font-weight: 900;
		color: var(--green);
		position: absolute;
    	left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
    .pb-130 {
        padding-bottom: 6.5rem;
    }

    .py-110 {
        padding: 5.5rem 0;
    }

    .pt-110 {
        padding-top: 5.5rem;
    }

    .pt-90 {
        padding-top: 4.5rem;
    }

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

    .py-80 {
        padding: 4rem 0;
    }

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

    @media all and (max-width: 1200px) {    
        .pb-90 {
            padding-bottom: 3.5rem;
        }
    }

    @media all and (max-width: 767px) {    
        .pb-130 {
            padding-bottom: 4.5rem;
        } 
        .py-110 {
            padding: 3.5rem 0;
        }

    }

/*---------------------------------------------- 
	1.5 Image Notch
------------------------------------------------*/
    .image-notch {
        --notch-size: 2.5rem; clip-path: polygon( 0 0, 100% 0, 100% calc(100% - var(--notch-size)), calc(100% - var(--notch-size)) calc(100% - var(--notch-size)), calc(100% - var(--notch-size)) 100%, 0 100% );
    }

    .image-notch-bl {
        clip-path: polygon(0 0, 100% 0, 100% 100%, var(--notch-size) 100%, var(--notch-size) calc(100% - var(--notch-size)), 0 calc(100% - var(--notch-size)));
    }

    .image-notch-tr {
        clip-path: polygon(0 0, calc(100% - var(--notch-size)) 0, calc(100% - var(--notch-size)) var(--notch-size), 100% var(--notch-size), 100% 100%, 0 100%);
    }

    .image-notch-lg { 
        --notch-size: 3rem; 
    }

    .image-notch-sm { 
        --notch-size: 2rem; 
    }

/*---------------------------------------------- 
	1.6 Background Panel
------------------------------------------------*/
   .bg-panel {
        background: var(--white);
        height: 100%;
        width: 60%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -8;
    }

    .bg-panel--xl {
        width: 90%;
    }

    .bg-panel::after {
        content: "";
        background: var(--off-white);
        width: 3.75rem;
        height: 3.75rem;
        position: absolute;
        right: 0;
        bottom: 0;       
    }

    @media all and (max-width: 992px) {    
        .bg-panel {
            width: 95%;   
        }
    }

     @media all and (max-width: 767px) {    
        .bg-panel {
            width: calc(100% - 0.5rem);
        }
    }

/*---------------------------------------------- 
	1.7 Item Expertise
------------------------------------------------*/
    .item-expertise {
        padding: 3rem 1.5rem;
    }

/*---------------------------------------------- 
	1.8 Item Klantcase
------------------------------------------------*/
    .item-klantcase__wrapper {
        background: var(--black);
        background: linear-gradient(180deg,rgba(0, 21, 36, 0) 0%, rgba(0, 21, 36, 0.6) 100%);
        position: absolute;
        inset: 0;
    }

    .item-klantcase__content {
        padding: 2.5rem 2rem;
        width: 90%;
    }

    .item-klantcase__author {
        font-size: 0.5rem;
        padding: 0 0.75rem;
    }

    .item-klantcase__quote {
        font-size: 1.25rem;
        line-height: 2.75rem;
    }

    .item-klantcase__content .link-primary i {
        color: var(--light-blue);
    }

    .module-klantcases .item-klantcase_quote {
        font-size: 1.1rem;
        line-height: 2.5rem;
    }

    @media all and (max-width: 767px) {   
        .item-klantcase__content {
            padding: 2rem 1.5rem;
            width: 100%;
        }
        .item-klantcase__quote {
            font-size: 1rem;
            line-height: 2.5rem;
        } 
    }

    @media all and (max-width: 576px) {  
        .item-klantcase__author {
            font-size: 0.7rem;
            padding: 0.1rem 0.9rem;
        }
    }

/*---------------------------------------------- 
	1.9 Item Blog
------------------------------------------------*/
    .item-blog__content {
        padding: 1rem 0;
    }

    .item-blog__content .link-primary {
        color: var(--blue) !important;
    }

/*---------------------------------------------- 
	1.10 Item Onderwerp
------------------------------------------------*/
    .item-onderwerp {
        padding: 3rem 1.5rem;
    }

/*---------------------------------------------- 
	1.11 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 0.8rem !important;
		line-height: 2.25rem !important;
		text-align: center;
		color: var(--white);
		background: var(--blue);
		width: 2.25rem;
		height: 2.25rem;
		display: block;
	}

	.social-media li.list-inline-item:not(:last-child) {
		margin-right: 0.5rem !important;
	}

	.social-media li a:hover {
        color: var(--white);
		background: var(--black);
	}

/*---------------------------------------------- 
	1.12 Swiper
------------------------------------------------*/
	.swiper-navigation svg {
		display: none;
	}

	.swiper-button-next, 
	.swiper-button-prev {
        font-size: 0.8rem;
		color: var(--white);
		background: var(--blue);
		line-height: 2.25rem;
		height: 2.25rem;
		width: 2.25rem;
        display: block;
		text-align: center;
		position: relative;
		top: 0 !important;
		margin: 0 !important;
		border-radius: 0;
	}

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

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

/*---------------------------------------------- 
	1.13 Breadcrumb
------------------------------------------------*/
    .breadcrumb a span {
		color: var(--blue) !important;
	}

	.breadcrumb span {
		font-size: 0.75rem !important;
		color: var(--lighter-blue);
	}

    .breadcrumb__icon {
    }
    
    .breadcrumb__icon i {
		font-size: 0.55rem;
		color: var(--black);
	}

/*---------------------------------------------- 
	1.14 FAQ Manager
------------------------------------------------*/
    .faqm-overview .accordion-item {
        background: var(--blue);
    }

    .faqm-overview .accordion .accordion-button .accordion-button__title {
        font-weight: 600 !important;
        color: var(--white);
    }

    .faqm-overview .accordion .accordion-item .accordion-body {
        color: var(--white);
    }

    .faqm-overview .accordion .accordion-button__arrow i {
        color: var(--light-blue);
    }

/*---------------------------------------------- 
	1.15 Isotope Filter
------------------------------------------------*/
	.isotope-filter li.active .btn-primary {
		background: var(--black) !important;
	}

/*---------------------------------------------- 
	1.16 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: 0 !important;
	}

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

	.gform_wrapper.gravity-theme .gform_footer {
		margin: 1rem 0 0 0 !important;
		padding: 0 !important;
	}

	.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;
	}

	.gform_wrapper.gravity-theme .gfield_radio .gchoice + .gchoice {
		margin-left: 0.75rem;
	}

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

	.gform_wrapper.gravity-theme .gform_fields {
		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(--black);
        opacity: 0.3;
	}

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

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
   .navigation {
        z-index: 1030 !important;
    }

    .navigation__menu-top li a {
        font-size: 0.7rem;
        line-height: 1;
        font-weight: 500;
        color: var(--dark-grey);
        padding: 0;
    }

    .navigation__menu li a {
        font-size: 0.8rem;
        line-height: 1;
        font-weight: 700;
        color: var(--black);
        padding: 0;
    }

    .navigation li.active > a,
    .navigation li.current-page-ancestor > a,
    .navigation li a:hover {
        color: var(--dark-blue);
    }

    .navigation li + li {
        margin-left: 2rem;
    }

/* Megamenu -------------------------------------- */
    .navigation .mega-dropdown {
        background: var(--lightest-blue);
        padding: 2.5rem 0 4rem 0;
        top: 7.2rem;
    }

    .admin-bar .mega-overlay {
        top: calc(7.2rem + 32px);
    }

    .navigation .mega-col {
        flex: 0 0 calc(25% - 3rem);
    }

    .navigation .mega-col__header {
        border-bottom: 0.25px solid var(--grey);
        margin-bottom: 0.25rem;
    }

    .navigation .mega-dropdown ul li a,
    .navigation .mega-col__header {
        font-size: 0.75rem;
        line-height: 1.75rem;
        padding: 0;
    }

    .navigation .mega-dropdown ul li + li {
        margin: 0 !important;
    }

    .navigation .mega-panel {
        justify-content: space-between !important;
    }

    .navigation .mega-panel ul li a {
        font-weight: 400 !important;
    }

    .mega-overlay {
        display: none;
        position: fixed;
        top: 7.2rem;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        z-index: 98;
    }

    .mega-overlay.is-active {
        display: block;
    }

/*---------------------------------------------- 
	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(--green) !important;
		color: var(--white) !important;	
		margin: 0;
		z-index: 99;
		border-radius: 0;
		border: none;
        clip-path: polygon( 0 0, calc(100% - 0.4rem) 0, calc(100% - 0.4rem) 0.4rem, 100% 0.4rem, 100% 100%, 0 100% );
	}

	 .navigation-mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	.navigation-mobile .cd-dropdown-content a {
		font-size: 0.9rem;
		font-weight: 600;
		color: var(--black);
		text-align: left !important;
	}

	.navigation-mobile .current-menu-item a {
		color: var(--blue);
	}

	.navigation-mobile .cd-dropdown {
		background: var(--lightest-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.5px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: var(--light-grey);
    	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(--black);
		background: var(--white);
	}

	.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 {
		background: var(--blue) !important;
	}

	.navigation-mobile .cd-dropdown .cd-close::after, 
	.navigation-mobile .cd-dropdown .cd-close::before {
		background: var(--blue) !important;
	}

	.navigation-mobile .go-back a::before, 
	.navigation-mobile .go-back a::after {
		background: var(--blue) !important;	
	}

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

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

/*---------------------------------------------- 
	3.1 Frontpage Hero
------------------------------------------------*/
    .frontpage-hero {
        padding-top: 2.5rem;
    }

    .frontpage-hero__image::after {
        content: "";
        background: var(--light-blue);
        height: 6.5rem;
        width: 3rem;
        position: absolute;
        bottom: 3rem;
        right: -3rem;
    }
    
    .frontpage-hero__button-inset {
        position: absolute;
        bottom: 6.5rem;
        left: -6rem;
    }

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

    @media all and (max-width: 1200px) {    
        .frontpage-hero__button-inset {
            bottom: 3rem;
        }
    }

    @media all and (max-width: 992px) {    
        .frontpage-hero__button-inset {
            left: -1.5rem;
        }
    }

    @media all and (max-width: 767px) {
        .frontpage-hero {
            padding-bottom: 2.5rem;
        }
        .frontpage-hero__button-inset {
            left: 1rem;
            bottom: 1rem;
        }    
         .frontpage-hero::after {
            content: none;    
        }
    }

/*---------------------------------------------- 
	3.2 Frontpage Expertises
------------------------------------------------*/
    .frontpage-expertises::after {
        content: "";
        background: var(--light-blue);
        width: 4.5rem;
        height: 10.5rem;
        position: absolute;
        right: 0;
        bottom: 1.25rem;
    }

    @media all and (max-width: 1350px) {    
        .frontpage-expertises::after {
            width: 3.5rem;
            height: 9.5rem;   
        }
    }

    @media all and (max-width: 767px) {
        .frontpage-expertises::after {
            content: none;
        }
    }

/*---------------------------------------------- 
	3.3 Frontpage Klantcases
------------------------------------------------*/
    .frontpage-klantcases::after {
        content: "";
        background: var(--dark-blue);
        width: 8.5rem;
        height: 10rem;
        position: absolute;
        right: 4.5rem;
        top: -1.25rem;
        z-index: -9;
    }

    .frontpage-klantcases__content-wrapper {
        padding: 1.5rem 4rem;
    }

    @media all and (max-width: 1700px) {
       .frontpage-klantcases__content-wrapper {
            padding: 1.5rem 2rem;
        }     
    }

    @media all and (max-width: 1350px) {    
        .frontpage-klantcases::after {
            right: 3.5rem;
            width: 7.5rem; 
        }
    }

    @media all and (max-width: 767px) {
        .frontpage-klantcases__content-wrapper {
            padding: 0 1.5rem 2.5rem 1.5rem;
        }
       .frontpage-klantcases::after {
            content: none;
        }
    }

/*---------------------------------------------- 
	4.1 Hero
------------------------------------------------*/
    .hero {
        padding: 2.5rem 0 4.25rem 0;
    }

    .hero__image::after ,
    .hero__default-wrapper::after {
        content: "";
        background: var(--light-blue);
        height: 6.5rem;
        width: 3rem;
        position: absolute;
        bottom: 3rem;
        right: -3rem;
    }

    .hero__default-wrapper::after {
        right: 0;
        bottom: -2.5rem;
    }

    .hero__buttons {
        gap: 2rem;
    }

    .hero__buttons .link-primary {
        color: var(--blue) !important;
    }

    .hero__buttons .link-primary i {
        color: var(--black) !important;
    }

    .hero__contactgegevens {
        display: flex;
        flex-wrap: wrap;
    }

    .hero__contactgegevens dt,
    .hero__contactgegevens dd {
        padding: 1rem 0;
        border-top: 0.05rem solid var(--light-blue);
    }

    .hero__contactgegevens dt {
        font-weight: 400;
        color: var(--grey);
        display: flex;
        flex: 0 0 25%;
        align-items: center;
    }

    .hero__contactgegevens dd {
        flex: 0 0 75%;
        margin-bottom: 0;
    }

    .hero__contactgegevens::after {
        content: "";
        flex: 0 0 100%;
        border-top: 0.05rem solid var(--light-blue);
    }

    .hero__formulier {
        padding: 3rem 1.5rem;
    }

    @media all and (max-width: 767px) {
         .hero__buttons {
            gap: 1rem;
        }
        .hero__contactgegevens dt,
        .hero__contactgegevens dd {
            flex: 0 0 100%;
        }
        .hero__contactgegevens dd {
            border-top: 0;
            padding-top: 0;
        }
        .hero__default-wrapper::after {
            content: none;   
        }
    }

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

/*---------------------------------------------- 
	5.2 Module Content + Lijst
------------------------------------------------*/
    .module-content-list__wrapper {
        padding: 3rem 2rem 5.25rem 2rem;
    }

    .module-content-list__wrapper li i {
        font-size: 0.8rem;
        line-height: 1.75rem;
        text-align: center;
        color: var(--green);
        background: var(--white);
        height: 1.75rem;
        width: 1.75rem;
        flex-shrink: 0;
    }

    .module-content-list__wrapper li + li {
        margin-top: 1.5rem;
    }

    .module-content-list__wrapper::after {
        content: "";
        background: var(--light-blue);
        width: 6rem;
        height: 6.75rem;
        position: absolute;
        right: -1rem;
        bottom: -2rem;
    }

    @media all and (max-width: 767px) {
        .module-content-list__wrapper {
            padding: 2.5rem 1.5rem 5.25rem 1.5rem;
        }
    }

/*---------------------------------------------- 
	5.3 Module Vacatures
------------------------------------------------*/
    .module-vacature__overzicht li {
        padding: 1rem;
        border-top: 0.05rem solid var(--light-blue);
    }

    .module-vacature__overzicht li .link-primary {
        color: var(--blue) !important;
    }

    .module-vacature__overzicht li:last-child {
        border-bottom: 0.05rem solid var(--light-blue);
    }

/*---------------------------------------------- 
	6.1 Footer Top 
------------------------------------------------*/
    .footer-top__image::before , 
    .footer-top__image::after {
        content: "";
        position: absolute;
        width: 3.5rem;
    }

     .footer-top__image::before {
        background: var(--light-blue);
        height: 5.5rem;
        bottom: -4rem;
        right: 0;
    }

    .footer-top__image::after {
        background: var(--dark-blue);
        height: 7.5rem;
        bottom: 1.5rem;
        right: -3.5rem;
    }

    .footer-top__contactgegevens li i {
        font-size: 0.8rem;
        line-height: 2rem;
        text-align: center;
        color: var(--white);
        background: var(--lighter-blue);
        height: 2rem;
        width: 2rem;
        border-radius: 100%;
    }

    .footer-top__contactgegevens li span {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .footer-top__contactgegevens li a {
        color: var(--white);
    }

    .footer-top__contactgegevens li + li {
        margin-top: 1rem;
    }

    @media (min-width: 992px) {    
        .footer-top::before {
            content: "";
            background: var(--off-white);
            height: 3rem;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        } 
    }

    @media all and (max-width: 767px) {   
        .footer-top__contactgegevens li span {
            font-size: 0.9rem;
            line-height: 1.4rem;
        }
    }

/*---------------------------------------------- 
	6.2 Footer 
------------------------------------------------*/
	.footer {
		padding: 5.5rem 0 4rem 0;
	}

    .footer__contactgegevens li {
        line-height: 1.5rem;
    }

    .footer__contactgegevens li a {
        color: var(--black);
    }

    @media all and (max-width: 767px) {   
        .footer {
            padding: 3.5rem 0 2rem 0;
        }   
        .footer__contactgegevens + .footer__contactgegevens {
            margin-top: 1.25rem !important;
        }
    }

/*---------------------------------------------- 
	6.3 Footer Bottom
------------------------------------------------*/
    .footer-bottom {
        border-top: 0.5px solid var(--grey);
    }

    .footer-bottom ul li ,
    .footer-bottom ul li a ,
    .footer-bottom span , 
    .footer-bottom span a {
        font-size: 0.7rem;
        color: var(--black);
    }

    .footer-bottom ul li a:hover ,
    .footer-bottom span a:hover {
        color: var(--blue);    
    }