/*
==  THEME DETAILS  ============================================================
   	Theme Name: Waterink Keukens
	Theme URI: https://www.waterinkkeukenmakerij.nl/
    Description: Stylesheet voor Waterink Keukens
    Version: 2.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

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

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
		--black: #39393A;
		--orange: #FF6B35;
		--gold: #C18B00;
		--pink: #C81564;
		--green: #008B2E;
		--grey: #C3C3C3;
		--light-grey: #F0F0F0;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: 'Mollen Regular';
		font-size: 0.8rem;
	  	line-height: 2rem;
		font-weight: 400;
		color: var(--black);
		background: var(--light-grey);
		-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: 'Mariposa Std Black';
		font-weight: 500;
		line-height: 1.4;
		margin: 0;
		padding: 0;
	}

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

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

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

	.ff-mariposa-std {
		font-family: 'Mariposa Std Black';
	}

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

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

	.fw-bold , strong {
		font-family: 'Mollen Bold';
		font-weight: 700;
	}

	.rounded {
		border-radius: 25px !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;
	}

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

	.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: all 0.4s linear;
			transform: scale3d(1, 1, 1);
		}
		figure.scale-image:hover img ,
		.item-blog:hover figure.scale-image img {
			transform: scale3d(1.05, 1.05, 1);
		}
	}

	@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) {
    	html {
			font-size: 17px;
		}
	}

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

	@media all and (max-width: 992px) {
    	html {
			font-size: 15px;
		}
		h1, .h1 {
			font-size: 2rem;
		}
		h2, .h2 {
			font-size: 1.75rem;
		}
		h3, .h3 {
			font-size: 1.5rem;
		}
	}

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

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

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

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

/* Buttons -------------------------------------- */
	.btn {
		font-family: 'Mollen Bold';
		font-size: 0.8rem;
		font-weight: 700;
		line-height: 1rem;
		padding: 1rem 1.5rem;
		border: none;
		border-radius: 30px;
	}

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

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

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

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

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

/* Icomoon -------------------------------------- */
    @font-face {
      font-family: 'icomoon';
      src:  url('fonts/icomoon.eot?ipnagm');
      src:  url('fonts/icomoon.eot?ipnagm#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?ipnagm') format('truetype'),
        url('fonts/icomoon.woff?ipnagm') format('woff'),
        url('fonts/icomoon.svg?ipnagm#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-diamonds:before {
      content: "\e903";
    }
    .icon-clubs:before {
      content: "\e900";
    }
    .icon-hearts:before {
      content: "\e901";
    }
    .icon-spades:before {
      content: "\e902";
    }

/* Border Image -------------------------------------- */
    .image-border-default {
		padding: 0.75rem;
		border: 0.5px solid var(--black);
	}

	.image-border-small {
		padding: 0.5rem;
		border: 0.5px solid var(--black);
	}

    .image-border--black {
        border-color: var(--black);
    }

    .image-border--white {
        border-color: var(--white);
    }

/*---------------------------------------------- 
	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: 2rem;
	}

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

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

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

	.content-block ul {
		padding-left: 1rem;
	}

	.content-block .gallery {
		margin: 2.5em 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.content-block .gallery img {
		border: none !important;
		max-width: 100% !important;
		height: auto !important;
	}
	
	.content-block .gallery .gallery-item {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		padding: 0 10px !important;	
		margin: 0;
	}

 	.content-block .gallery .gallery-item .gallery-icon {
		aspect-ratio: 4 / 3;
		overflow: hidden;
	}

	.content-block .gallery .gallery-item .gallery-icon a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.content-block .gallery .gallery-item .gallery-icon img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

     @media (min-width: 992px) {
       .content-block--columns {
            columns: 2;
            column-gap: 1.5rem;
	    }   
    }

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

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

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

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

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

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

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

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

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

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

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

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

	.text-light-grey {
		color: var(--light-grey) !important;
	}
	
/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
	.py-70 {
		padding: 3.5rem 0;
	}

	.pb-70 {
		padding-bottom: 3.5rem;
	}

	.mt-70 {
		margin-top: 3.5rem;
	}

	.mb-70 {
		margin-bottom: 3.5rem;
	}

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

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

/*---------------------------------------------- 
	1.5 Item Block
------------------------------------------------*/
	.item-block {
		padding: 4rem 1.5rem 2rem 1.5rem;
	}

	.item-block i {
		font-size: 4.75rem;
	}

	.item-block__title {
		font-size: 1.5rem;
	}

	.item-block--goud .item-block__icon ,
	.item-block--goud .item-block__title ,
	.item-block--goud .item-block__text strong {
		color: var(--gold);	
	}

	.item-block--roze .item-block__icon ,
	.item-block--roze .item-block__title ,
	.item-block--roze .item-block__text strong {
		color: var(--pink);	
	}

	.item-block--groen .item-block__icon ,
	.item-block--groen .item-block__title ,
	.item-block--groen .item-block__text strong {
		color: var(--green);	
	}

	@media (min-width: 1200px) {
		.item-block:hover {
			transform: translateY(-5px);
		}
    }

/*---------------------------------------------- 
	1.6 Item Overzicht
------------------------------------------------*/
	.item-overzicht__wrapper {
		padding: 1rem 1.5rem;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 50%;
		width: 100%;
		background: var(--black);
        background: linear-gradient(180deg,rgba(58, 58, 57, 0) 0%, rgba(58, 58, 57, 1) 100%);
	}	

	.item-overzicht__link span {
		padding-left: 4rem;
	}

	.item-overzicht__link span::before {
		content: "";
		display: block;
		height: 1px;
		width: 3rem;
		background: var(--gold);
		left: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

/*---------------------------------------------- 
	1.7 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 1.25rem;
	}

	.social-media li a:hover {
		color: var(--gold);
	}

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

/*---------------------------------------------- 
	1.8 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;
	}

	.gform_wrapper.gravity-theme .gfield_label {
		font-size: inherit !important;
		font-weight: 500 !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: 1px solid var(--grey);
		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: 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;
	}

	.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 .field_description_below .gfield_description {
		font-size: 0.7rem !important;
		color: var(--white);
		padding: 0 !important;
		border: none !important;
	}

	.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
		padding: 0 !important;
		border: 0 !important;
		margin: 0 !important;
		background: none !important;
	}

	.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
		width: 48%;
		height: 75px;
		background-color: var(--grey) !important;
		font-size: 0.65rem;
        line-height: 1.5rem;
		color: var(--black);
		padding: 10px 15px !important;
	}

	.gform_wrapper .gform_button_select_files {
		top: 0px;
		position: absolute;
		right: 0px;
		width: 48% !important;
		text-align: center;
		background: var(--white);
		color: var(--black);
		font-size: 0.65rem;
        font-weight: 600;
		border: none;
		border-radius: 0;
		padding: 10px 15px;
		height: 75px;
	}

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

/*---------------------------------------------- 
	2. Header
------------------------------------------------*/
	header {
		z-index: 99;
	}

	.header {
		padding: 1rem 0;		
	}

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

    .header__button {
        padding: 1rem 2.25rem;
    }

    .header__button:hover {
        background: var(--white);
        color: var(--black) !important;
    }    

	.header ul li.list-inline-item:not(:last-child) {
		margin-right: 1.75rem;
	}

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
	.navigation__menu {
		border-top: 1px solid var(--white);
		border-bottom: 1px solid var(--white);
	}

	.navigation__menu li a {
		font-family: 'Mollen Bold';
		line-height: 1;
		font-weight: 700;
		color: var(--white);
		padding: 0.8rem 0;
  		position: relative;
	}

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

	.navigation__menu li a:hover,
	.navigation__menu li.active a {
    	color: var(--orange);
	}

    .navigation__menu li a.dropdown-parent ,
    .navigation__menu li.clubs a,
    .navigation__menu li.spades a,
    .navigation__menu li.hearts a{
        display: flex;
        gap: 0.5rem;
    }

    .navigation__menu li a.dropdown-parent::after {
        font-family: "Font Awesome 6 Sharp";
        content: "\f107";
        font-weight: 900;
        color: var(--orange);
    }

     .navigation__menu li a::before ,
     .navigation__menu li a.dropdown-parent::before {
        font-family: 'icomoon' !important;
    }

     .navigation__menu li.diamonds>a::before {
        content: "\e903";
        color: var(--white);
    }
    
    .navigation__menu li.clubs a::before {
        content: "\e901";
        color: var(--green);
    }

    .navigation__menu li.spades a::before {
        content: "\e902";
        color: var(--gold);
    }

    .navigation__menu li.hearts a::before {
        content: "\e901";
        color: var(--pink);
    }

	@media all and (max-width: 1360px) {
		.navigation__menu li + li {
			margin-left: 1rem;
		}
	}

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

/* Dropdown Menu -------------------------------------- */	
	.navigation__menu .dropdown-menu {
		background: var(--orange);
		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(--white) !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 + li {
		margin: 0;
		border-top: 0.5px solid var(--quaternary);
	}

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

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

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

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	.navigation--mobile__menu {
		padding: 0.75rem 0;
		border-top: 1px solid var(--white);
		border-bottom: 1px solid var(--white);
	}

	.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.25rem;
		width: 2.25rem;
		background: var(--white) !important;
		color: var(--black) !important;	
		margin: 0;
		z-index: 99;
		border-radius: 0;
		border: none;
	}

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

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

	.navigation--mobile .cd-dropdown {
		background: var(--black);
		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-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(--orange) !important;
	}

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

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

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

/*---------------------------------------------- 
	4.1 Frontpage Hero
------------------------------------------------*/
	.frontpage-hero {
		max-height: calc(100dvh - 8.5rem);
	}

	.frontpage-hero__item {
		height: calc(100dvh);
		min-height: 100dvh;
	}

	.frontpage-hero__item::before {
		content: "";
		position: absolute;
		height: 55%;
		width: 100%;
		top: 0;
		left: 0;
		background: var(--black);
		background: linear-gradient(180deg,rgba(58, 58, 57, 0.7) 0%, rgba(58, 58, 57, 0.25) 70%, rgba(58, 58, 57, 0) 100%);
	}

	@media all and (max-width: 1200px) {
		.frontpage-hero {
			max-height: calc(35rem - 4rem);
		}
		.frontpage-hero__item {
			height: 35rem;
			min-height: inherit;
		}
	}

/*---------------------------------------------- 
	4.2 Frontpage Intro
------------------------------------------------*/
	.frontpage-intro .content-block h1 {
		font-size: 1.75rem;
	}

	.frontpage-intro__images figure {
		position: absolute;
	}
		
	.frontpage-intro__images figure:first-of-type {
		left: 4.25rem;
        z-index: 1;
    }

    .frontpage-intro__images figure:last-of-type{
		bottom: 0;
        right: 0;
    }

    @media all and (max-width: 1500px) {
        .frontpage-intro__images figure {
            max-width: 50%;
        }
    }  

    @media all and (max-width: 992px) {
         .frontpage-intro__images figure {
		    position: relative;
	    }
        .frontpage-intro__images figure:first-of-type {
		    left: 2.5rem;
        }
        .frontpage-intro__images figure:last-of-type{
            top: 3rem;   
            right: 2.5rem;
        }
    }

    @media all and (max-width: 767px) {
        .frontpage-intro__images figure {
            max-width: 45%;
        }   
    }
    
    
/*---------------------------------------------- 
	5. Hero
------------------------------------------------*/
	.hero {
		padding-top: 12.5rem;
		padding-bottom: 2.5rem;
	}

    .hero--image {
        padding-top: 11.5rem;
        padding-bottom: 0;
    }

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

    .hero__icon {
        font-size: 3.5rem;
    }

    .hero__icon.icon-spades {
        color: var(--gold);
    }

    .hero__icon.icon-hearts {
        color: var(--pink);
    }

    .hero__icon.icon-clubs {
        color: var(--green);
    }

    .hero__intro {
        padding-top: 4.5rem;
    }

    @media all and (max-width: 1200px) {
        .hero--image::after {
            height: 12.5rem;    
        }
        .hero__intro {
            padding-top: 3rem;
            padding-bottom: 2.5rem;
            color: var(--white);
       }     
    }

    @media all and (max-width: 992px) {
       .hero--image {
            padding-top: 12.5rem;
        }
        .hero__intro {
            padding-top: 2rem;
        }
    }

/*---------------------------------------------- 
	5.1 Page Modules
------------------------------------------------*/
	.module-content + .module-content ,
	.module-content + .module-blog {
		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 .accordion {
		width: 100%;
	}

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

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

	.module-veelgestelde-vragen .accordion-item {
		background: var(--white);
		border-bottom: 1px solid var(--light-grey);
	}

	.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: 'Mariposa Std Black';
		font-size: 0.8rem;
		color: var(--black);
		font-weight: 500;
		line-height: 1.75rem;
    }

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

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

	 .module-veelgestelde-vragen .accordion .accordion-item .accordion-body {
        font-size: 0.8rem;
		color: var(--black);
        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 all and (max-width: 767px) {
		.module-veelgestelde-vragen .accordion .accordion-button span.title {
			font-size: 0.7rem;
		}
	}

/*---------------------------------------------- 
	5.3 Module Contact
------------------------------------------------*/
	.module-contact__wrapper {
		padding: 2.5rem 2rem;
	}

	.module-contact__gegevens li a ,
    .module-contact__wrapper .social-media li a {
		color: var(--white);		
	}

	.module-contact__gegevens li a:hover ,
    .module-contact__wrapper .social-media li a:hover {
		color: var(--orange);
	}

/*---------------------------------------------- 
	6. Call to Action 
------------------------------------------------*/
	.call-to-action .container-fluid {
		max-width: 1500px;
	}

    .call-to-action .btn:hover {
        color: var(--black) !important;
        background: var(--white);
    }

	.call-to-action__image {
		height: 20rem;
	}

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

/*---------------------------------------------- 
	7. Page Sidebar 
------------------------------------------------*/
    .page-sidebar__wrapper {
		padding: 2.5rem 1.5rem;
	}

/*---------------------------------------------- 
	7.Footer 
------------------------------------------------*/
	.footer {
		padding: 4rem 0 2rem 0;
	}
		
	.footer__pay-off span::before {
		content: "";
		width: 5rem;
		height: 1px;
		background: var(--gold);
		left: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

	.footer__pay-off span {
		font-family: 'Mollen Light';
		font-size: 1.1rem;
		padding-left: 6.5rem;
	}

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

	.footer ul li a:hover {
		color: var(--orange);
	}

    .footer__menu li a {
        display: flex;
        gap: 0.5rem;
    }

    .footer__menu li a::before {
        font-family: 'icomoon' !important;
    }

    .footer__menu li.spades a::before {
        content: "\e902";
        color: var(--gold);
    }

    .footer__menu li.hearts a::before {
         content: "\e901";
        color: var(--pink);
    }

    .footer__menu li.clubs a::before {
         content: "\e900";
        color: var(--green);
    }

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

	.footer hr {
		margin-top: 3.5rem;
		margin-bottom: 1.5rem;
		border-color: var(--white);
		opacity: 0.3;
	}

	.footer__author a {
		color: var(--grey);
	}

	.footer__author a:hover {
		color: var(--white);
	}