/*
==  THEME DETAILS  ============================================================
   	Theme Name: Gezond en Fit Massage
	Theme URI: https://www.gezondenfitmassage.nl/
    Description: Stylesheet voor Gezond en Fit Massage
    Version: 1.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

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

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
		--black: #3B3B3B;
		--dark-green: #1A5337;
		--green: #82AD65;
		--light-green: #DFEAD7;
		--lighter-green: #F2F7EF;
		--orange: #FF6A00;
		--beige: #FEF3E7;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: "Montserrat", sans-serif;
		font-size: 0.8rem;
	  	line-height: 2.25rem;
		font-weight: 400;
		color: var(--black);
		background: var(--white);
		-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: var(--orange);
	}

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

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
		font-family: "Merriweather", serif;
		color: var(--dark-green);
		font-weight: 700;
		line-height: 1;
		margin: 0;
		padding: 0;
	}

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

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

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

	.ff-merriweather {
		font-family: "Merriweather", serif;
	}

	.fs-xxl {
		font-size: 3rem;
		line-height: 1.45;
	}

	.fs-lg {
		font-size: 0.9rem;
	}

	.fw-bold , strong {
		font-weight: 700;
	}

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

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

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

	.border-radius {
		border-radius: 20px
	}

	.rounded-circle {
		border-radius: 100%;
	}

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

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

	@media (min-width: 1200px) {
		.container {
			max-width: 1150px;
		}
	}

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

	@media all and (max-width: 1360px) {
		.fs-xxl {
			font-size: 2.75rem;	
		}	
	}

	@media all and (max-width: 1200px) {
    	html {
			font-size: 16px;
		}
		.fs-xxl {
			font-size: 2.5rem;	
		}
	}

	@media all and (max-width: 576px) {
		html {
			font-size: 15px;
		}	
		.fs-xxl {
			font-size: 2rem;	
		}
		h1, .h1 {
			font-size: 2rem;
		}
		h2, .h2 {
			font-size: 1.5rem;
		}
		h3, .h3 {
			font-size: 1.25rem;
		}
		h4, .h4 {
			font-size: 1.1rem;
		}
	}	

/* Buttons -------------------------------------- */
	.btn {
		font-size: 0.9rem;
		font-weight: 700;
		line-height: 1;
		padding: 1.3rem 1.5rem;
		border: none;
		border-radius: 50px;
		transition: box-shadow 0.3s ease, transform 0.3s ease;
	}

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

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

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

	@media (min-width: 1200px) {
		.btn:hover {
			box-shadow: 0 8px 20px rgba(59, 59, 59, 0.2);
			transform: translateY(-2px);
		}
	}

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

/*---------------------------------------------- 
	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 h1 {
		margin-bottom: 1.5rem;
	}

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

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

	.content-block ul li {
		font-weight: 600;
	}

	.content-block ul li {
  		position: relative;
		padding-left: 1.25rem;
	}

	.content-block ul li:before {
		font-family: "Font Awesome 6 Pro";
		content: "\f00c";
		font-weight: 900;
		color: var(--orange);
		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-green {
		background: var(--dark-green) !important;
	}

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

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

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

	.bg-gradient-green {
		background: var(--dark-green);
		background: linear-gradient(55deg,rgba(26, 83, 55, 1) 0%, rgba(130, 173, 101, 1) 100%);
	}

	.bg-gradient-beige {
		background: var(--beige);
	    background: linear-gradient(55deg, rgba(247, 241, 234, 1) 0%, rgba(254, 243, 231, 1) 100%);
	}

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

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

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

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

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

/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
	.py-100 {
		padding: 5rem 0;
	}

	.pt-100 {
		padding-top: 5rem;
	}

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

	.pb-100 {
		padding-bottom: 5rem;
	}

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

/*---------------------------------------------- 
	1.5 Item Behandeling
------------------------------------------------*/
	.item-behandeling__overlay {
		position: absolute;
		padding: 1rem 2rem 2.5rem 2rem;
		width: 100%;
		height: 50%;
		left: 0;
		bottom: 0;
		background: var(--black);
        background: linear-gradient(180deg,rgba(59, 59, 59, 0) 0%, rgba(59, 59, 59, 0.8) 100%);
	}

	@media (min-width: 1200px) {
    	.item-behandeling:hover span {
			transform: translateY(-4px);
		}
	}

	@media all and (max-width: 1200px) {
		.item-behandeling__overlay {
			padding: 1rem 1.5rem 2.5rem 1.5rem;	
		}
		.item-behandeling img {
			width: 100% !important;
		}
	}
		
	@media all and (max-width: 576px) {
		.item-behandeling img {
			width: 100%;
		}	
	}

/*---------------------------------------------- 
	1.6 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 1rem !important;
		line-height: 2.5rem !important;
		text-align: center;
		color: var(--white);
		background: var(--orange);
		width: 2.5rem;
		height: 2.5rem;
		border-radius: 5px;
		display: block;
	}

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

	@media (min-width: 1200px) {
		.social-media li a:hover {
			box-shadow: 0 8px 20px rgba(59, 59, 59, 0.2);
			transform: translateY(-2px);
		}
	}

/*---------------------------------------------- 
	1.7 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: 0.75rem !important;
		font-weight: 600 !important;
		margin: 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: 0.8rem !important;
		font-weight: 400;
		padding: 10px 15px !important;
		background: var(--lighter-green) !important;
		height: 2.75rem;
        color: var(--black) !important;
		border: none;
		width: 100% !important;
		border-radius: 8px;
	}

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

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

	.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 .gform_fields {
		grid-row-gap: 0.75rem !important;
	}

	.gform_required_legend {
		display: none !important;
	}

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

	.gform_wrapper ::placeholder {
		color: var(--lighter-grey);
		opacity: 0.6;
	}

/*---------------------------------------------- 
	2.1 Header 
------------------------------------------------*/
	.header {
		padding: 2rem 0 0 0;
		z-index: 9;
	}

	.header__button {
		margin-left: 2.5rem;
	}

	@media all and (max-width: 1200px) {
		.header__button {
			position: absolute;
			bottom: 2rem;
			left: 1rem;
			margin-left: 0 !important;
		}	
	}	

	@media all and (max-width: 576px) {
		.header {
			padding: 1.5rem 0 0 0;
		}
	}

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
	.navigation__menu li a {
		font-size: 0.8rem;
		line-height: 1;
		font-weight: 600;
		color: var(--black) !important;
		padding: 1.5rem 0;
		display: inline-block;
  		position: relative;
		transition: transform 0.3s ease;
	}

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

	.navigation__menu li.active a:before {
		content: "";
		width: 22.5px;
		height: 4.5px;
		background-image: url("../images/wave.svg");
		background-size: 100% !important;
  		background-repeat: no-repeat !important;
  		background-position: center;
		bottom: 0.5rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		position: absolute;
	}

	.navigation__menu li.active a {
		transform: none !important;
	}

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

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

	.navigation__menu .dropdown-menu li a {
		font-size: 0.75rem;
		font-weight: 400;
		color: var(--black) !important;
   	 	line-height: 1;
    	padding: 1rem 1.25rem;
		margin: 0;
		display: block;
		transition: transform 0.3s ease;
		text-shadow: none !important;
		text-align: left;
		border: none;
		background: none;
	}

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

	.navigation__menu .dropdown-menu li.current-menu-item a {
		color: var(--white) !important;
	}

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

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

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

	@media (min-width: 1200px) {
		.navigation__menu .dropdown-menu li a:hover {
			transform: translateX(2px) !important;
		}
	}

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

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

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

	.navigation--mobile .cd-dropdown {
		background: var(--green);
		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(--beige);
    	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);
	}

	.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(--green) !important;
	}

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

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

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

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

	.frontpage-hero__wrapper {
		padding-top: 4rem;
		padding-bottom: 9.5rem;
	}

	.frontpage-hero__title strong {
		color: var(--green);	
	}

	.frontpage-hero__text-wrapper {
		width: 90%;	
	}

	.frontpage-hero img {
		border: 0.5rem solid rgba(26, 83, 55, 0.4);
	}

	.frontpage-hero__image-second {
		position: absolute;
		top: 13rem;
	}

	@media all and (max-width: 1500px) {
    	.frontpage-hero img {
			max-width: 18.5rem;
		}
	}

	@media all and (max-width: 1360px) {
    	.frontpage-hero img {
			max-width: 17.5rem;
		}
	}

	@media all and (max-width: 1200px) {
    	.frontpage-hero img {
			max-width: 16.5rem;
		}
		.frontpage-hero__text-wrapper {
			width: 100%;	
		}
	}

	@media all and (max-width: 992px) {
		.frontpage-hero {
			padding-bottom: 5rem;
			position: relative;
		}
		.frontpage-hero__wrapper {
			padding-top: 0;
			padding-bottom: 1.5rem;
		}
		.frontpage-hero__image-first {
			position: relative;
			top: 5rem;
		}
		.frontpage-hero__image-second {
			position: inherit;
			top: 0;
		}
		.frontpage-hero img {
			max-width: 16.5rem;
		}
		.frontpage-hero figure + figure {
			margin-left: 0.5rem !important;
		}
		.frontpage-hero::after {
			content: "";
			width: 100%;
			height: 3.75rem;
			background: var(--white);
			position: absolute;
			bottom: 0;
			left: 0;
		}
	}

	@media all and (max-width: 767px) {
		.frontpage-hero img {
			max-width: 100%;
		}	
	}

/*---------------------------------------------- 
	3.2 Frontpage Behandelingen
------------------------------------------------*/
	.frontpage-behandelingen .item-behandeling + .item-behandeling {
		margin-top: 1.5rem;
	}

	.frontpage-behandelingen__cta {
		min-height: 545px;
	}

	.frontpage-behandelingen__cta-wrapper {
		padding: 1rem 2rem 2.5rem 2rem;
	}

	.frontpage-behandelingen__cta-wrapper span.h2 {
		line-height: 3.5rem;
	}

	
	@media (min-width: 576px) {
		.frontpage-behandelingen__grid-column-first {
			margin-top: 11rem;
		}
	}
	
	@media (min-width: 992px) {
		.frontpage-behandelingen__grid {
			padding-left: 2rem;
		}	
	}

	@media (min-width: 1500px) {
		.frontpage-behandelingen::before {
			content: "";
			background: linear-gradient(55deg, rgba(247, 241, 234, 1) 0%, rgba(254, 243, 231, 1) 100%);
			height: 2.5rem;
			width: 100%;
			position: absolute;
			top: 0;
		}	
	}

	@media all and (max-width: 1500px) {
    	.frontpage-behandelingen__cta {
			min-height: 478px;
		}
	}

	@media all and (max-width: 1360px) {
    	.frontpage-behandelingen__cta {
			min-height: 431px;
		}
		.frontpage-behandelingen__cta-wrapper span.h2 {
			font-size: 1.5rem;
			line-height: 3rem;
		}
	}

	@media all and (max-width: 1200px) {
    	.frontpage-behandelingen__cta {
			min-height: 357px;
		}
		.frontpage-behandelingen {
			padding-top: 3rem;
		}	
	}

	@media all and (max-width: 992px) {
		.frontpage-behandelingen__cta {
			min-height: 428px;
		}
	}

	@media all and (max-width: 767px) {
		.frontpage-behandelingen__cta {
			min-height: 314px;
		}
		.frontpage-behandelingen .item-behandeling__overlay ,
		.frontpage-behandelingen__cta-wrapper {
			padding: 1rem 1.5rem 2rem 1.5rem;
		}
		.frontpage-behandelingen .item-behandeling span {
			font-size: 1rem;
		}
		.frontpage-behandelingen__cta-wrapper span.h2 {
			font-size: 1.25rem;
			line-height: 2.75rem;
		}
	}

	@media all and (max-width: 576px) {
		.frontpage-behandelingen .item-behandeling span {
			font-size: 1.1rem;
		}
		.frontpage-behandelingen__cta {
			min-height: inherit;
		}	
		.frontpage-behandelingen__cta-wrapper {
			padding: 3.5rem 2rem;
		}
	}

/*---------------------------------------------- 
	3.3 Frontpage Intro
------------------------------------------------*/
	.frontpage-intro::before {
		content: "";
		background: var(--green);
		height: 100%;
		width: calc(100% - 3.25rem);
		position: absolute;
		right: 0;
		border-top-left-radius: 40px;
		border-bottom-left-radius: 40px;
	}

	.frontpage-intro__wrapper {
		padding: 5.75rem 0;
	}

	.frontpage-intro__content {
		padding-left: 3.5rem;
	}

	.frontpage-intro__content h1 {
		font-size: 2rem;
		color: var(--white);
	}

	.frontpage-intro__content ul li:before {
		color: var(--black);
	}

	.frontpage-intro__watermark {
		position: absolute;
		left: 3.25rem;
		bottom: 0;
	}

	@media (min-width: 1200px) {
		.frontpage-intro__image {
			margin-left: 4.5rem !important
		}
	}

	@media all and (max-width: 1200px) {
		.frontpage-intro::before {
			width: calc(100% - 2.5rem);
		}
		.frontpage-intro__watermark {
			left: 2.5rem;	
		}
		.frontpage-intro__content {
			padding-left: 2rem;
		}
	}	

	@media all and (max-width: 992px) {
		.frontpage-intro__content {
			padding-left: 0;
		}
		.frontpage-intro__watermark {
			width: 40%;
		}
	}	

	@media all and (max-width: 767px) {
		.frontpage-intro::before {
			width: calc(100% - 1rem);
		}
		.frontpage-intro__watermark {
			left: 1rem;	
		}	
	}

	@media all and (max-width: 576px) {
		.frontpage-intro::before {
			width: 100%;
		}
		.frontpage-intro__watermark {
			width: 40%;
			left: 0;
		}
	}

/*---------------------------------------------- 
	4. Hero 
------------------------------------------------*/
	.hero {
		padding-top: 14.5rem;
	}

	.hero--default {
		padding-bottom: 3rem;
	}

	.hero__wrapper {
		margin-top: 2rem;
	}

	.hero--image img {
		border: 0.75rem solid rgba(26, 83, 55, 0.4);
	}

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

	@media all and (max-width: 1360px) {
		.hero .fs-lg {
			font-size: 0.8rem;
		}	
	}

	@media all and (max-width: 767px) {
		.hero {
			padding-top: 11.5rem;
		}
		.hero--image img {
			width: 80%;	
		}
	}

/*---------------------------------------------- 
	5.1 Page Modules
------------------------------------------------*/
	#page-modules .module + .module-tarieven ,
	#page-modules .module + .module-content {
		padding-top: 0 !important;
	}

	#page-modules .module:last-of-type {
		padding-bottom: 0 !important;
	}

	.hero + #page-modules .module-content-uitgelicht {
		margin-top: 3rem !important;
	}

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

/*---------------------------------------------- 
	5.2 Module Content Uitgelicht 
------------------------------------------------*/
	.module-content-uitgelicht::before {
		content: "";
		background: var(--light-green);
		height: 100%;
		width: 90%;
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		border-radius: 40px;
	}

	.module-content-uitgelicht__wrapper {
		padding: 5.75rem 0;
	}

	.module-content-uitgelicht__watermark {
		position: absolute;
		left: 5%;
		bottom: 0;
	}

	@media all and (max-width: 1675px) {
		.module-content-uitgelicht::before {
			width: 98%;
		}
		.module-content-uitgelicht__watermark {
			left: 1%;	
		}
	}

	@media all and (max-width: 576px) {
		.module-content-uitgelicht::before {
			width: 100%;
		}	
		.module-content-uitgelicht__watermark {
			left: 0;	
		}
	}

/*---------------------------------------------- 
	5.3 Module Tarieven
------------------------------------------------*/
	.table-striped>tbody>tr:nth-of-type(odd)>* {
		--bs-table-bg-type: var(--lighter-green);
	}

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

	.module-contact__gegevens li ,
	.module-contact__gegevens li a {
		font-size: 0.8rem;
		font-weight: 400;
		color: var(--white);
		display: block;
	}

	.module-contact__gegevens li a:hover {
		color: var(--light-grey);	
	}

	.module-contact__gegevens li span {
		width: 6rem;
	}

/*---------------------------------------------- 
	6. Footer 
------------------------------------------------*/
	.footer {
		margin-top: 6rem;
		padding: 8rem 0 4rem 0;
	}

	.footer__contactgegevens li ,
	.footer__contactgegevens li a{
		font-size: 0.9rem;
		line-height: 2rem;
		color: var(--black);
	}

	.footer__bottom {
		padding-top: 8.5rem;
	}

	.footer__links li ,
	.footer__links li a {
		font-size: 0.75rem;
		font-weight: 400;
		color: rgba(59, 59, 59, 0.6);
		padding: 0;
		position: relative;
	}

	.footer__links li a:hover {
		color: rgba(59, 59, 59, 1);
	}

	.footer__watermark {
		position: absolute;
		right: 0;
		bottom: 6rem;
	}	

	@media (min-width: 767px) {
		.footer__links li:not(:last-child) a::after {
			content: "-";
			display: inline-block;
			padding: 0 0.5rem;
		}		
	}

	@media all and (max-width: 1200px) {
		.footer__watermark {
			width: 25%;
			bottom: 4rem;
		}
	}	
	
	@media all and (max-width: 767px) {
		.footer {
			margin-top: 3rem;
			padding: 5rem 0 3rem 0;
		}
		.footer__bottom {
			padding-top: 2.5rem;
		}
		.footer__contactgegevens li ,
		.footer__contactgegevens li a{
			font-size: 0.8rem;
		}
		.footer__watermark {
			width: 30%;

		}
	}