/*
==  THEME DETAILS  ============================================================
   	Theme Name: Ellerman Tuinmeubelen
   	Theme URI: https://www.ellermann-tuinmeubelen.nl/
    Description: Stylesheet voor Ellerman Tuinmeubelen
    Version: 1.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

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

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
        --off-white: #F6F4EF;
		--black: #2B2A26;
        --yellow: #FFEF04;
        --green: #5B6B4E;
        --lime-green: #25D366;
        --light-green: #CED3CA;
        --orange: #E2641E;
        --dark-grey: #7C766A;
        --grey: #B5ADA1;
        --light-grey: #CFCAC2;
        --lightest-grey: #ede9e3;
	}

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

	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 {
		font-weight: 700;
		line-height: 1.5;
		margin: 0;
		padding: 0;
	}

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

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

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

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

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

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

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

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

    .rounded-lg {
        border-radius: 20px;   
    }

    .rounded {
        border-radius: 15px;   
    }

    .rounded-sm {
        border-radius: 10px;   
    }

    .section-border-top {
        border-top: 0.5px solid var(--black);
    }

    .google-maps {
		width: 100%;
		height: 20rem;
	}

	@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-categorie:hover figure.scale-image img{
			transform: scale(1.05);
		}
	}

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

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

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

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

    @media (max-width: 576px) {
    	html {
			font-size: 15px;
		}
        body {
		    font-size: 0.9rem;
        }
        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: 1.1rem;
        }
        .fs-sm {
            font-size: 0.8rem;
        }
    }

/* Buttons -------------------------------------- */
	.btn {
		font-size: 0.8rem;
        font-weight: 700;
		line-height: 1rem;
		padding: 1rem 1.75rem;
		border-radius: 5px;
		border: none;
	}

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

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

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

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

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

    .btn--whatsapp {
        background: var(--lime-green) !important;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .btn--whatsapp i {
        font-size: 1rem;
        color: var(--white);
    }

	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.75rem !important;
	}

    .content-block h2 ,
	.content-block h3 {
		margin-bottom: 1rem;
	}
    
    .content-block a {
        font-weight: 600;
        text-decoration: underline;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
    .py-90 {
        padding: 4.5rem 0;
    }

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

    .py-50 {
        padding: 2.5rem 0;
    }

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

/*---------------------------------------------- 
	1.5 Item Categorie
------------------------------------------------*/
     .item-categorie::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--black);
        background: linear-gradient(180deg,rgba(43, 42, 38, 0) 0%, rgba(43, 42, 38, 0.6) 100%);
        z-index: 8;
	}	

    .item-categorie figure {
        height: 15.5rem;
    }

    .item-categorie .scale-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;      /* vult de box, snijdt bij i.p.v. vervormen */
        object-position: center;
    }

    .item-categorie__content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1.5rem 2rem;
        z-index: 9;
    }

    .item-categorie__title {
        font-size: 1.1rem;
    }

    @media (max-width: 767px) {
        .item-categorie figure {
            height: 12.5rem;
        }
        .item-categorie__content {
            padding: 1rem;   
        }
        .item-categorie__title {
            font-size: 1rem;
        }
    }

/*---------------------------------------------- 
	1.6 Item USP
------------------------------------------------*/
    .item-usp--extensive i {
        font-size: 1.5rem;
    }

/*---------------------------------------------- 
	1.7 Google Reviews
------------------------------------------------*/
    .google-reviews-wrapper .item-recensie {
        background: var(--lightest-grey) !important;
        border-radius: 15px !important;
    }

    .google-reviews-wrapper ul li i, 
    .google-reviews-summary-bar ul li i ,
    .google-reviews-rating ul li i {
        color: var(--orange) !important;
    }

    .google-reviews-wrapper .recensie-tekst {
        font-size: 0.7rem;
    }

    .google-reviews-rating span {
        font-weight: 500 !important;
        color: var(--primary) !important;
        text-decoration: none !important;
    }

    .google-reviews-rating__score {
        font-weight: 400 !important;
    }

    .google-reviews-rating__divider {
        color: var(--black);
    }

/*---------------------------------------------- 
	1.8 FAQ Manager
------------------------------------------------*/
    .faqm-overview .accordion .accordion-button .accordion-button__title ,
    .faqm-overview .accordion .accordion-item .accordion-body {
        font-size: 0.75rem !important;
    }

    .accordion-button__arrow i {
        color: var(--green);
    }

     @media (max-width: 576px) {
       .faqm-overview .accordion .accordion-button .accordion-button__title ,
        .faqm-overview .accordion .accordion-item .accordion-body {
            font-size: 0.9rem !important;
        }
    }

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

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

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

/*---------------------------------------------- 
	1.10 Openingstijden
------------------------------------------------*/
     .openingstijden li span {
        width: 5rem;
        display: inline-block;
    }

    .openingstijden li {
        line-height: 2rem;
    }

    .openingstijden-text a {
        text-decoration: underline;
    }

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

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

	.swiper-button-next, 
	.swiper-button-prev {
        font-size: 1.1rem;
		color: var(--white);
		background: var(--green);
		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: 5px;
	}

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

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

/*---------------------------------------------- 
	2. Header
------------------------------------------------*/
	.header {
        padding: 1.5rem 0;
        border-bottom: 0.5px solid var(--white);
	}

    .header .google-reviews-rating img {
        display: none !important;
    }

    .header__cart i {
        font-size: 1.5rem;
        color: var(--yellow);
    }   

    .header__cart-count {
        font-size: 0.5rem;
    	line-height: 0.75rem;
		font-weight: 700;
		width: 0.75rem;
		height: 0.75rem;
		background: var(--black);
		color: var(--white);
		display: inline-block;
		text-align: center;
		border-radius: 100%;
		position: absolute;
		top: -3px;
		right: -5px;
	}

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
    .navigation {
        z-index: 1050;
    }

    .navigation__menu li > a {
		font-size: 0.8rem;
		line-height: 1;
		font-weight: 700;
		color: var(--black);
		padding: 0;
        overflow: hidden;
        position: relative;
        z-index: 0;
	}

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

    .navigation__menu li + li {
        margin-left: 1.25rem;
    }
    
    .navigation__button {
        padding: 1rem 2.5rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

/* Dropdown Menu -------------------------------------- */
   .navigation__menu .has-mega {
        position: static !important;
    }

    .mega-dropdown {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 1000;
        background: var(--off-white);
        padding: 4.5rem 0 2.5rem 0;
    }

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

    .mega-dropdown::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%;
        height: 1.3rem;
    }

    .mega-dropdown::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        pointer-events: none;
    }

    .mega-cat__thumb {
        width: 100%;
        max-width: 7.5rem;
        background: var(--white);
        padding: 0.5rem;
        border-radius: 10px;
        overflow: hidden;
    }

    .mega-cat__label {
        color: var(--black);
        font-weight: 600;
        line-height: 1.3;
    }

    .mega-cat__card:hover .mega-cat__label {
        color: var(--green) !important;  
    }

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
    .navigation-mobile {
        z-index: 1050;
    }

	.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: 5px;
		border: none;
	}

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

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

	.navigation-mobile .cd-dropdown {
		background: var(--lightest-grey);
		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(--white);
    	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(--green) !important;
	}

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

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

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

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

/*---------------------------------------------- 
	3. Hero
------------------------------------------------*/
    .hero--frontpage .hero__title {
        font-size: 3rem;
    }

    .hero__breadcrumb {
        margin-bottom: 4rem;
    }

    .hero--product .hero__breadcrumb {
        margin-bottom: 3rem;
    }

    .hero__image {
        padding: 4rem 0 0 0;
    }

    .hero__image img {
        position: relative;
        z-index: 9;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
     }

    .hero__content {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

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

    @media (max-width: 1500px) {
        .hero--frontpage .hero__title {
            font-size: 2.5rem;
        }
    }

    @media (max-width: 1650px) {
        .hero--subpage.hero--image::after {
            height: 2.5rem;       
        }
    }

     @media (max-width: 1500px) {
        .hero__breadcrumb {
            margin-bottom: 2.5rem;
        }
    }

    @media (max-width: 1200px) {
        .hero--frontpage::after ,
        .hero--subpage.hero--image::after {
            height: 2.5rem;
        }
    }

    @media (max-width: 992px) {
        .hero__image {
            padding: 1rem 0 0 1rem;
        }
        .hero__content {
            position: relative;
            padding: 2rem 0;
        }
         .hero__breadcrumb {
            margin-bottom: 1.5rem;
        }
        .hero--frontpage::after ,
        .hero--subpage.hero--image::after {
            content: none;   
        }
    }

    @media (max-width: 767px) {
        .hero--frontpage .hero__title {
            font-size: 2.25rem;
        }
    }

/*---------------------------------------------- 
	4.1 Frontpage Brands
------------------------------------------------*/
    .frontpage-brands__item img {
        max-width: 7.5rem;
        object-fit: contain;
    }

/*---------------------------------------------- 
	4.2 Frontpage Intro
------------------------------------------------*/
    .frontpage-intro {
        padding: 3.5rem 0 6rem 0;
    }
    
    .frontpage-intro__usp {
        padding-top: 1.25rem;
        border-top: 0.5px solid var(--grey);
    }
    
    .frontpage-intro::after {
        content: "";
        background: var(--light-grey);
        height: 40rem;
        width: 70%;
        position: absolute;
        top: 0;
        right: 7%;
        border-radius: 10px;
        max-width: 80rem;
    }

    @media (max-width: 1750px) {
        .frontpage-intro::after {
            width: 80%;
            right: 2.5%;
        }
    }    

    @media (max-width: 1360px) {
        .frontpage-intro::after {
            width: 85%;
        }
    }  

    @media (max-width: 992px) {
        .frontpage-intro {
            padding: 3.5rem 0 0 0;
        }
        .frontpage-intro::after {
            right: 2.5%;
            left: 2.5%;
            width: auto;
        }
    }

    @media (max-width: 767px) {
        .frontpage-intro::after {
            height: 30rem;
            left: 0.25rem;
            right: 0.25rem;
        }
    }

/*---------------------------------------------- 
	4.3 Frontpage Producten
------------------------------------------------*/
   .frontpage-producten {
        padding: 5.5rem 0 4rem 0;
   }

/*---------------------------------------------- 
	5.1 Page Modules
------------------------------------------------*/
    .module-content + .module-content.bg-off-white {
        padding-top: 0 !important;
    }

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

/*---------------------------------------------- 
	5.2 Module Contact
------------------------------------------------*/
     .module-contact__block {
        padding: 2rem 1.75rem;
    }

    .module-contact__block ul li ,
    .module-contact__block li a ,
    .module-contact__block p ,
    .module-contact__block p a {
        line-height: 2rem;
        color: var(--black);
    }

    .module-contact__block li a:hover ,
    .module-contact__block p a:hover {
        color: var(--white);
    }

   
/*---------------------------------------------- 
	5.2 Module Google Maps
------------------------------------------------*/
     .module-google-maps__map {
		width: 100%;
		height: 20rem;
	}

/*---------------------------------------------- 
	6. Call to Action 
------------------------------------------------*/
    .call-to-action {
        margin: 7.5rem 0 4rem 0;
    }

    .call-to-action__wrapper {
        padding: 4rem 0 4.5rem 0;
    }

    .call-to-action__image {
        position: absolute;
        bottom: -4.5rem;
        right: 0.5rem;
    }

    @media (max-width: 1500px) {
         .call-to-action__wrapper {
            padding: 4rem 0 4.5rem 1.5rem;
        } 
    }

    @media (max-width: 1200px) {
        .call-to-action {
            margin: 5rem 0 4rem 0;
        }
        .call-to-action__title {
            font-size: 2rem;
        }
    }

    @media (max-width: 992px) {
        .call-to-action {
            margin: 1rem 0 4rem 0;
        }
         .call-to-action__wrapper {
            padding: 3rem 1.5rem;
        } 
    }

/*---------------------------------------------- 
	7.2 Footer 
------------------------------------------------*/
	.footer {
		padding: 4.75rem 0 2rem 0;
	}

    .footer span ,
    .footer .openingstijden li ,
    .footer__contactgegevens li ,
    .footer__contactgegevens li a ,
    .footer__menu li a {
        line-height: 2rem;
        color: var(--white);
    }

    .footer .openingstijden-text a {
        color: var(--light-green);
    }

    .footer .openingstijden-text a:hover ,
    .footer__author a:hover {
        color: var(--white);     
    }

    .footer__payments li img {
        height: 1.25rem;
    }

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

    .footer hr {
        border-top: 1px solid var(--white);
        margin: 2rem 0 1rem 0;
    }