/*
==  THEME DETAILS  ============================================================
    Theme Name: Vlees van Scholten
	Theme URI: https://vleesvanscholten.nl/
    Description: Stylesheet voor Vlees van Scholten
    Version: 1.0
   	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl/

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

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--black: #1D1D1B;
		--white: #FFF;
	  	--orange: #FF6914;
		--dark-brown: #683C11;
		--brown: #BBA280;
		--light-brown: #DCD0BF;
		--lighter-brown: #F0EBE4;
		--grey: #A3A3A2;
		--light-grey: #E6E6E6;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: "trade-gothic-next", sans-serif;
		font-size: 0.9rem;
	  	line-height: 1.5rem;
		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 {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-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: "Orelega One", serif;
		font-weight: 400;
		line-height: 1.1;
		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.5rem;
	}

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

	.trade-gothic-next {
		font-family: "trade-gothic-next", sans-serif;
	}

	.oleo-script {
		font-family: "Oleo Script", system-ui;
	}

	.orelega-one {
		font-family: "Orelega One", serif;
	}

	.text-xl {
		font-size: 3rem;
		line-height: 3.5rem;
	}
	
	.text-lg {
		font-size: 1rem;
	}

	.text-sm {
		font-size: 0.8rem;
	}

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

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

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

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

	.bg-pattern {
		background-image: url(../images/pattern.svg);
		background-repeat: repeat;
	}

	.border-round {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		overflow: hidden;
	}

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

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

	@media (min-width : 1200px) {
		figure.scale-image {
			overflow: hidden;
			position: relative;
			display: block;
			cursor: pointer;
		}
		figure.scale-image img  {
			-webkit-transition: all 0.4s linear;
			transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			-webkit-transform: scale3d(1, 1, 1);
			-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
		figure.scale-image:hover img ,
		#frontpage-blocks .item:hover figure.scale-image img ,
		.woocommerce ul.products li.product:hover figure.scale-image img ,
		#frontpage-products .woocommerce .product:hover figure.scale-image img ,
		#page-modules .recepten .item:hover figure.scale-image img {
			-webkit-transform: scale3d(1.05, 1.05, 1);
			-ms-transform: scale3d(1.05, 1.05, 1);
			transform: scale3d(1.05, 1.05, 1);
		}
	}
	
	@media (min-width: 1460px) {
		.container {
			max-width: 1420px;
		}	
	}

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

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

	@media all and (max-width: 992px) {
    	.text-xl {
			font-size: 2.5rem;
			line-height: 3rem;
		}
	}

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

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

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

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

		h5, .h5 {
			font-size: 1rem;
		}
		.text-xl {
			font-size: 2rem;
			line-height: 2.5rem;
		}
	}

/* Buttons -------------------------------------- */
	.btn-primary, 
	.btn-primary:active {
    	color: var(--white) !important;
		background: var(--orange);
   	 	border: none;
	}

	.btn-primary:hover {
		bottom: 2px;
		background: var(--orange);
	}

	.btn-secondary {
		color: var(--white) !important;
    	background: var(--dark-brown);
   	 	border: none;
	}

	.btn-secondary:hover {
		bottom: 2px;
		background: var(--dark-brown);
	}

	.btn {
		font-size: 1rem;
		font-weight: 700;
		line-height: 1;
		padding: 0.9rem 1.5rem;
		position: relative;
		overflow: hidden;
		bottom: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
	}

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

	.btn::after ,
	.woocommerce .button::after {
		content: '';
	  	position: absolute;
	  	top: -50%;
	  	right: -50%;
	  	bottom: -50%;
	  	left: -50%;
	    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
	  	transform: rotateZ(60deg) translate(-5em, 10em);
	}

	.btn:hover::after ,
	.woocommerce .button:hover::after {
		animation: sheen 1s forwards;
	}

	@keyframes sheen {
	  100% {
		transform: rotateZ(60deg) translate(1em, -9em);
	  }
	}

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

	.icon-phone:before {
	  content: "\e901";
	}

/* Social Media -------------------------------------- */
	.social-media li i {
		font-size: 1rem !important;
		line-height: 2.25rem;
		height: 2.25rem;
		width: 2.25rem;
		padding: 0;
		background: var(--orange);
		color: var(--white);
		text-align: center;
		display: inline-block;
		bottom: 0;
		position: relative;
    	-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}
	
	.social-media li i:hover {
		bottom: 2px;	
	}

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

/*---------------------------------------------- 
	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 {
		color: var(--brown);
		margin-bottom: 2rem;
	}

	.content-block h1 strong {
		color: var(--black);
		font-weight: 400;
	}

	.content-block h3 ,
	.content-block h4 {
		color: var(--brown);
		margin-bottom: 1.5rem;
	}

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

	.content-block ul li::marker {
		color: var(--brown);
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------------------------- 
	1.4 Spacing 
------------------------------------------------*/
	.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;
	}

	.pt-80 {
		padding-top: 4rem;
	}

	.pb-80 {
		padding-bottom: 4rem;
	}

	.mt-80 {
		margin-top: 4rem;
	}

	.my-50 {
		margin: 2.5rem 0;
	}

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

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

/*---------------------------------------------- 
	1.5 Breadcrumb
------------------------------------------------*/
	.woocommerce-breadcrumb {
		font-size: 0.8rem !important;
		color: var(--white) !important;
		font-weight: 400;
		margin: 0 !important;
	}

	.woocommerce-breadcrumb a {
		color: var(--grey) !important;
	}

	.woocommerce-breadcrumb a:hover {
		color: var(--white) !important;
	}
	
	.woocommerce-breadcrumb span {
		font-size: 0.5rem;
		color: var(--orange);
		padding: 0 0.6rem;
	}

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

	.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 {
		padding: 10px 15px !important;
		border: none;
		background: var(--light-grey);
		height: 50px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
        color: var(--black) !important;
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .gform_footer input {
		margin: 0.5rem 0 0 0 !important;
	}

	.gform_wrapper.gravity-theme .gfield input.large, 
	.gform_wrapper.gravity-theme .gfield select.large {
		height: 50px;
	}

	.gform_wrapper select {
		border-right: 15px solid transparent;	
	}

	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 120px !important;
	}

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

	.gform_wrapper .field_description_below .gfield_description {
		font-size: 0.7rem !important;
		color: var(--black);
		padding: 0 !important;
		border: none !important;
	}

	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 15px !important;
	}

	.gform_required_legend {
		display: none !important;
	}

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

/*---------------------------------------------- 
	1.7 Swiper
------------------------------------------------*/
	.swiper-pagination {
		position: relative;
		bottom: 0 !important;
	}

	.swiper-pagination-bullet {
		background: var(--light-brown);
		opacity: 1;
	}

	.swiper-pagination-bullet-active {
		background: var(--dark-brown);
	}

/*---------------------------------------------- 
	2.1 Header 
------------------------------------------------*/
	#header {
		width: 100%;
		z-index: 99;
	}

	#header .brand img {
		position: absolute;
		top: 0;
	}

	#header .cart a ,
	#navigation-mobile .cart a{
		color: var(--white);
		font-size: 2rem;
	}

	#header .cart .cart-count ,
	#navigation-mobile .cart .cart-count {
		font-family: "Orelega One", serif;
		width: 1rem;
		height: 1rem;
		background: var(--orange);
		color: var(--white);
		display: inline-block;
		text-align: center;
		line-height: 1rem;
		font-size: 0.55rem;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		position: absolute;
		top: -8px;
		right: -8px;
	}

/* Shrink -------------------------------------- */
	#header.shrink {
		background: var(--white);	
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
	}

	#header.shrink #navigation ,
	#header.shrink #navigation-mobile {
		padding-top: 1rem;
	}

	#header.shrink #hoofdmenu li a {
		color: var(--black);	
	}

	#header.shrink .cart a {
		color: var(--light-brown);	
	}

	#header.shrink .brand {
   		-webkit-transform: translateY(-15rem);
   		    -ms-transform: translateY(-15rem);
   		        transform: translateY(-15rem);
	}
   
   #header .brand  {
    	-webkit-transform: translateY(-2.5rem);
    	    -ms-transform: translateY(-2.5rem);
    	        transform: translateY(-2.5rem);
	}

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
	#navigation {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}

	#navigation #hoofdmenu li a {
		font-family: "Orelega One", serif;
		font-size: 1rem;
		line-height: 1;
		font-weight: 400;
		color: var(--white);
		padding: 1rem 0;
		position: relative;
		bottom: 0;
		display: inline-block;
		background: none;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	#navigation #hoofdmenu li + li {
		margin-left: 1.75rem;
	}

	#navigation #hoofdmenu li a:hover {
		bottom: 2px;	
	}

	#navigation #hoofdmenu li.active a {
		color: var(--orange) !important
	}

/* Dropdown Menu -------------------------------------- */	
	#navigation #hoofdmenu .dropdown-menu {
		background: var(--orange);
		padding: 0;
		border: none;	
		margin: 0;
		border-radius: 0;
	}

	#navigation #hoofdmenu .dropdown-menu li a {
		font-size: 0.9rem;
		color: var(--white) !important;
   	 	line-height: 1;
    	padding: 0.8rem 1rem;
		margin: 0 !important;
		text-align: left;
		border: none;
	}

	#navigation #hoofdmenu .dropdown-menu li + li {
		margin: 0;
		border-top: 0.5px solid var(--white);
	}

	#navigation #hoofdmenu .dropdown-menu li.current-menu-item a {
		color: var(--black) !important;
		padding-left: 1rem !important;
	}

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

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

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	#navigation-mobile {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}

	#navigation-mobile .cd-dropdown-trigger {
		display: inline-block;
    	position: relative;
    	padding: 0;
		font-size: 1.2rem;
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		background: var(--orange);
		color: var(--white);	
		text-align: center;
		margin: 0;
		z-index: 99;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#navigation-mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	#navigation-mobile .cd-dropdown-content a {
		font-family: "Orelega One", serif;
		font-size: 1rem;
		color: var(--black);
		font-weight: 400;
		text-align: left !important;
	}

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

	#navigation-mobile .cd-dropdown {
		background: var(--light-brown);
		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(--grey);
    	border-style: solid;
	}
	
	#navigation-mobile .cd-dropdown-content .go-back a {
		background: #FFF;
		color: var(--black);
	}

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

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

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

	#navigation-mobile img.watermark {
		position: absolute;
		bottom: 1.5rem;
		left: 0;
		max-width: 80%;
	}

/*---------------------------------------------- 
	3.1 Frontpage Hero
------------------------------------------------*/
	#frontpage-hero {
		height: 42.5rem;
		background-position: center right;
		background-size: cover;
		background-repeat: no-repeat;
	}

	#frontpage-hero::before {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgb(29,29,27);
		background: -moz-linear-gradient(90deg, rgba(29,29,27,1) 0%, rgba(29,29,27,1) 50%, rgba(29,29,27,0) 100%);
		background: -webkit-linear-gradient(90deg, rgba(29,29,27,1) 0%, rgba(29,29,27,1) 50%, rgba(29,29,27,0) 100%);
		background: linear-gradient(90deg, rgba(29,29,27,1) 0%, rgba(29,29,27,1) 50%, rgba(29,29,27,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#1d1d1b",GradientType=1);
	}

	#frontpage-hero .content {
		margin-bottom: 9.5rem;
	}

	@media all and (max-width: 1500px) {
    	#frontpage-hero {
			height: 35rem;
		}
		#frontpage-hero .content {
			margin-bottom: 5rem;
		}
	}

	@media all and (max-width: 992px) {
    	#frontpage-hero {
			height: 30rem;
		}
		#frontpage-hero .content {
			margin-bottom: 3rem;
		}
	}

	@media all and (max-width: 767px) {
		#frontpage-hero {
			height: 25rem;
		}
		#frontpage-hero .content {
			margin-bottom: 2rem;
		}
		#frontpage-hero::before {
			display: none;
		}
		
	}

/*---------------------------------------------- 
	3.2 Frontpage Blocks
------------------------------------------------*/
	#frontpage-blocks::before {
		content: "";
		position: absolute;
		top: 0;
		background: #FFF;
		height: 16.25rem;
		width: 100%;
	}

	#frontpage-blocks .item .title i {
		color: var(--black);
		position: relative;
		left: -5px;
	}

	#frontpage-blocks .item:hover .title i {
		left: 0px;
	}

/*---------------------------------------------- 
	3.3 Frontpage Content
------------------------------------------------*/
	#frontpage-content .images .item:nth-child(even) {
		padding-top: 4rem;
	}

/*---------------------------------------------- 
	3.4 Frontpage Producten
------------------------------------------------*/
	#frontpage-products::after {
		content: "";
		position: absolute;
		bottom: 0;
		background: #FFF;
		height: 19.5rem;
		width: 100%;
	}

	#frontpage-products img {
		height: 100% !important;
		max-width: inherit !important;
	}

/*---------------------------------------------- 
	4.1 Hero
------------------------------------------------*/
	#hero {
		height: 18rem;
	}

	@media all and (max-width: 767px) {
		#hero {
			height: 16rem;
		}	
	}

/*---------------------------------------------- 
	4.2 Page FAQ
------------------------------------------------*/
    #tabs-overzicht .item + .item {
        margin-top: 3rem;
    }

	#tabs-overzicht .accordion-item ,
    #tabs-overzicht .accordion .accordion-button {
		border: none;
		box-shadow: none;
	}

	#tabs-overzicht .accordion-item {
		border: none;
	}

	#tabs-overzicht .accordion-item + .accordion-item {
		margin-top: 5px;
	}

	#tabs-overzicht .accordion .accordion-button {
		background: var(--lighter-brown);
		border: none;
	}

	#tabs-overzicht .accordion .card .btn-tab {
		text-align: left;
		background: none;
		padding: 1rem 1.5rem;
		width: 100%;
        text-transform: inherit !important;
		border-radius: 0;
	}

    #tabs-overzicht .accordion .accordion-button span {
		font-size: 0.9rem;
		color: var(--black);
		font-weight: 700;
		line-height: 1.5rem;
    }

	#tabs-overzicht .accordion .accordion-item .accordion-body {
        font-size: 0.9rem;
        background: var(--white);
		padding: 1.25rem;
		border-radius: 0;
	}

/*---------------------------------------------- 
	5.1 Module Galerij
------------------------------------------------*/
	#page-modules .galerij .swiper-slide:nth-child(even) img {
		margin-top: 4rem;
	}

/*---------------------------------------------- 
	5.2 Module Recepten
------------------------------------------------*/
	#page-modules .recepten .item {
		border: 0.5px solid var(--grey);
	}
	
	#page-modules .recepten .item .wrapper {
		padding: 2rem 1.25rem;
	}

	#page-modules .recepten .item .title {
		font-size: 1.2rem;
		line-height: 1.25rem;
		min-height: 2.5rem;
	}

	#page-modules .recepten::before ,
	#page-modules .recepten::after {
		content: "";
		position: absolute;
		background: var(--white);
		width: 100%;
	}

	#page-modules .recepten::before {
		top: 0;
		height: 9rem;
	}

	#page-modules .recepten:after {
		bottom: 0;
		height: 9rem;
	}

/*---------------------------------------------- 
	5.3 Module Contact
------------------------------------------------*/
	#page-modules .contact .sidebar {
		padding: 2.5rem 2rem;
	}

	#page-modules .contact .sidebar ul li a {
		font-size: 0.9rem;
		line-height: 2rem;
		color: var(--black);
	}

	#page-modules .contact .sidebar ul li a:hover {
		color: var(--orange);
	}

/*---------------------------------------------- 
	6. Call to Action
------------------------------------------------*/
	#call-to-action .wrapper {
		width: 100%;
		height: 27.5rem;
	}

	#call-to-action.frontpage::after {
		content: "";
		position: absolute;
		bottom: 0;
		background: #FFF;
		height: 5.5rem;
		width: 100%;
	}

	@media all and (max-width: 992px) {
		#call-to-action .wrapper {
			padding: 2rem;
			height: 20rem;
		}	
	}

/*---------------------------------------------- 
	7. Footer 
------------------------------------------------*/
	#footer {
		padding: 0 0 1.5rem 0;
		background-image: url("../images/footer-bg.svg");
		background-position: top center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	#footer .pay-off img {
		position: relative;
		top: -2.5rem;
		height: 5rem;
	}

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

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

	#footer .footer-menu {
		padding-left: 1rem;
	}

	#footer .footer-menu li::marker {
		color: var(--brown);
	}

	#footer hr {
		border-color: #707070;
		margin-top: 3.5rem;
		margin-bottom: 1.5rem;
	}

	#footer .footer-links ul li ,
	#footer .footer-links ul li a ,
	#footer span.author {
		font-size: 0.8rem;
	}

	#footer .footer-links ul li.list-inline-item:not(:last-child) {
		margin-right: 3rem;
	}

	#footer span.author a {
		color: var(--black);
	}

	#footer img.watermark {
		position: absolute;
		bottom: 2rem;
		left: 0;
		max-width: 23.5rem;
	}

	@media all and (max-width: 992px) {
		#footer .footer-links ul li.list-inline-item:not(:last-child) {
			margin-right: 1rem;
		}	
	}