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

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

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
		--black: #1A171B;
		--orange: #F95902;
		--light-orange: #FA7A36;
		--green: #0BD904;
		--darker-grey: #424242;
		--dark-grey: #ADACAD;
		--grey: #DCDCDC;
		--light-grey: #E7E7E7;
		--lighter-grey: #FAFAFA;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: poppins, sans-serif;
		font-size: 0.7rem;
	  	line-height: 1.25rem;
		font-weight: 400;
		color: var(--black);
		background: var(--lighter-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: "open-sans", sans-serif;
		font-weight: 700;
		line-height: 1.4;
		margin: 0;
		padding: 0;
	}

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

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

	h3, .h3 {
		font-size: 1.3rem;
	}
	
	h4, .h4 {
		font-size: 1rem;
	}

	.ff-open-sans {
		font-family: "open-sans", sans-serif;
	}

	.ff-poppins {
		font-family: poppins, sans-serif;
	}

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

	.fs-xs {
		font-size: 0.65rem;
	}

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

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

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

	.rounded-lg {
		border-radius: 15px !important;
	}

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

	hr {
		margin: 2.5rem 0;
		border-top: 1px solid var(--grey);
		opacity: 1;
	}

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

	.content-block--small {
		max-width: 1100px !important;
	}

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

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

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

	@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: 767px) {
		html {
			font-size: 15px;
		}
		body {
			font-size: 0.75rem;
			line-height: 1.5rem;
		}
		h1, .h1 {
			font-size: 1.6rem;
		}
		h2, .h2 {
			font-size: 1.4rem;
		}
		h3, .h3 {
			font-size: 1.1rem;
		}	
	}

	@media all and (max-width: 575px) {
		.container {
			padding-right: 1rem !important;
			padding-left: 1rem !important;
		}
	}

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

	.btn-md {
		font-size: 0.75rem;
		padding: 0.5rem 1.1rem;
	}

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

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

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

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

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

/*---------------------------------------------- 
	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 h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h2 ,
	.content-block ul + h3 ,
	.content-block form {
		margin-top: 1.5rem !important;
	}

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

	.content-block h3 {
		margin-bottom: 0.5rem;
	}

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

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

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

	.bg-dark-grey {
		background: var(--dark-grey) !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-orange {
		color: var(--orange) !important;
	}
	
	.text-green {
		color: var(--green) !important;
	}

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

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

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

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

	.pt-70 {
		padding-top: 3.5rem;
	}

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

	.pt-50 {
		padding-top: 2.5rem;
	}

	.pb-50 {
		padding-bottom: 2.5rem;
	}

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

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

/*---------------------------------------------- 
	1.5 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 0.8rem !important;
		line-height: 2rem !important;
		text-align: center;
		color: var(--white);
		background: var(--orange);
		width: 2rem;
		height: 2rem;
		border-radius: 100%;
		display: block;
	}

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

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

/*---------------------------------------------- 
	1.6 Item Product
------------------------------------------------*/
	.item-product {
		border: 0.5px solid var(--dark-grey);
	}

	.item-product__tags {
		position: absolute;
		top: 0.5rem;
		left: 0.5rem;
	}

	.item-product__tags li span {
		font-weight: 700;
		border-radius: 30px;
		padding: 0.2rem 0.5rem 0.05rem 0.5rem;
	}

	.item-product__tags li + li {
		margin-top: 0.25rem;
	}

	.item-product__wrapper {
		padding: 1rem;
	}

	.item-product__title {
		font-family: "open-sans", sans-serif;
	}

	.item-product__icon {
		position: absolute;
		bottom: 0;
		right: 1rem;
	}

	@media (min-width: 1200px) {
		.item-product:hover {
			transform: translateY(-2px);
			background: var(--light-grey) !important;
		}
	}

	@media all and (max-width: 767px) {
		.item-product {
			border: none;
			background: none !important;
			border-radius: 0 !important;
		}	
		.item-product img {
			border-radius: 5px;
			border: 0.5px solid var(--dark-grey);
		}
		.item-product__wrapper {
			padding: 1.25rem 0;
		}
	}

/*---------------------------------------------- 
	1.7 Item Blog
------------------------------------------------*/
	.item-blog {
		border: 0.5px solid var(--dark-grey);
	}

	.item-blog__wrapper {
		padding: 1.5rem 1.25rem;
	}

	.item-blog__title {
		font-family: "open-sans", sans-serif;
		min-height: 3.5rem;
	}

	@media (min-width: 1200px) {
		.item-blog:hover {
			transform: translateY(-2px);
			background: var(--light-grey) !important;
		}
	}

/*---------------------------------------------- 
	1.8 Breadcrumb
------------------------------------------------*/
	.breadcrumb {
		margin: 0 !important;
	}	

	.breadcrumb span {
		font-size: 0.65rem;
		line-height: 1rem;
	}

/*---------------------------------------------- 
	1.9 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.7rem !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: 0.7rem !important;
		font-weight: 400;
		padding: 10px 20px !important;
		background: var(--light-grey) !important;
		height: 3rem;
        color: var(--black) !important;
		border: none;
		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: 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#input_3_7 {
		flex-direction: column;
		align-items: flex-start;
	}

	.gform_wrapper.gravity-theme .gfield_radio#input_3_7 .gchoice + .gchoice {
		margin: 0 !important;
	}

	.gform_wrapper.gravity-theme .gfield_radio#input_3_7 label {
		max-width: inherit !important;
	}

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

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

	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 1.25rem !important;
	}

	.gform_required_legend {
		display: none !important;
	}

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

	.gform_wrapper .gfield_checkbox label {
		font-size: 0.5rem !important;
		padding-left: 0.25rem;
	}

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

	@media all and (max-width: 767px) {
		.gform_wrapper.gravity-theme .gfield_label ,
		.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 ,
		.gform_wrapper.gravity-theme .gfield_checkbox label, 
		.gform_wrapper.gravity-theme .gfield_radio label {
			font-size: 0.75rem !important;	
		}
	}

/*---------------------------------------------- 
	1.10 Swiper
------------------------------------------------*/
	.swiper-gallery-thumbs .swiper-slide {
	  overflow: hidden;
		cursor: pointer;
	}

	.swiper-gallery-thumbs .swiper-slide img{
		display: block;
	  	width: 100%;
	  	height: 100% !important;
	  	object-fit: cover;
	}

/*---------------------------------------------- 
	1.11 Item klant
------------------------------------------------*/
    .item-klant img {
        max-height: 6rem;
    }

/*---------------------------------------------- 
	2.1 Header Top
------------------------------------------------*/
	.header-top__usp li {
		line-height: 1.5rem;
	}

	.header-top__cta p {
		font-size: 0.65rem;
		line-height: 1.5rem;
	}
	
	.header-top__cta p a {
		color: var(--black);
	}
	
	.header-top__cta p a:hover {
		color: var(--orange);
	}
	
/*---------------------------------------------- 
	2.1 Header Bottom
------------------------------------------------*/
	.header-bottom {
		padding: 0.25rem 0 0 0;
	}

	.header-bottom__brand {
		margin-bottom: 1rem;
	}

	.header-bottom__search::before {
		font-family: "Font Awesome 7 Pro";
		content: "\f002";
		font-size: 0.8rem;
		line-height: 2.5rem;
		font-weight: 400;
		margin-right: 0.5rem;	
		position: absolute;
		left: 0.75rem;
	}

	.header-bottom__search input.form-control {
		font-size: 0.7rem;
		border: none !important;
		background: var(--light-grey);
		line-height: 1rem;
		border-radius: 5px !important;
		padding: 0.85rem 0.75rem 0.65rem 2.25rem;
		width: 12.5rem !important;
		box-shadow: none !important
	}

	.header-bottom__links li a {
		display: inline-block;
	}

	.header-bottom__links li i {
		font-size: 0.75rem;
		line-height: 2rem;
		height: 2rem;
		width: 2rem;
		color: var(--white);
		background: var(--orange);
		text-align: center;
		display: block;
		border-radius: 100%;
	}

	.header-bottom__cart-count {
		width: 0.85rem;
		height: 0.85rem;
		background: var(--green);
		color: var(--white);
		display: inline-block;
		text-align: center;
		line-height: 0.85rem;
		font-weight: 600;
		font-size: 0.55rem;
		border-radius: 100%;
		position: absolute;
		top: -5px;
		right: -5px;
	}

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

	@media all and (max-width: 1200px) {
		.header-bottom__brand {
			margin-bottom: 0.5rem;
		}	
		.header-bottom__search input.form-control {
			min-width: 10rem;
		}
	}

	@media all and (max-width: 992px) {
		.header-bottom {
			padding: 1.25rem 0;
		}
		.header-bottom__brand {
			margin-bottom: 0;
		}	
	}

/*---------------------------------------------- 
	2.2 Ubermenu
------------------------------------------------*/
	.navigation .ubermenu {
		z-index: 99;
		background: none !important;
	}

	.navigation .ubermenu-nav li a {
		font-size: 0.75rem !important;
		line-height: 1;
		font-weight: 400 !important;
		color: var(--black) !important;
		padding: 1.75rem 0.5rem;
		margin: 0;
		background: none;
		display: inline-block;
		position: relative;
	}

	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
		right: 0;
	}

	@media all and (max-width: 1200px) {
		.navigation .ubermenu-nav li a {
			font-size: 0.7rem !important;	
		}
	}	

/* Dropdown Mega Menu -------------------------------------- */
	.navigation .ubermenu-nav .ubermenu-submenu-type-mega {
		max-width: 1300px !important;
		background: var(--orange) !important;
		padding: 0 !important;
		margin: 0 auto !important;
		left: 0;
		right: 0;
		border: none !important;
		display: flex !important;
    	align-items: stretch !important;
	}
	
	.navigation .ubermenu-nav .ubermenu-submenu-type-mega .ubermenu-column:last-child {
		border: none !important;
	}
	
	.navigation .ubermenu-nav .ubermenu-submenu-type-mega .ubermenu-item-level-1 > ul > li > a {
		font-weight: 700 !important;
		color: var(--white) !important;
		border: none !important;
		padding: 1rem 1.5rem !important;
		width: 100% !important;
	}

	.navigation .ubermenu-nav .ubermenu-submenu-type-mega .ubermenu-item-level-1 > ul > li > a .ubermenu-sub-indicator {
		right: 0.5rem !important;	
	}

	.navigation .ubermenu-nav .ubermenu-submenu-type-mega .ubermenu-item-level-3 > ul > li > a {
		font-weight: 700 !important	
	}

	.navigation .ubermenu-nav .ubermenu-submenu-type-mega .ubermenu-item-level-4 > ul > li > a {
		font-weight: 400 !important;
		color: var(--black) !important;
		margin-top: 0.25rem !important;
		border: none !important;
	}

	.navigation .ubermenu-nav .ubermenu-submenu-type-mega .ubermenu-item-level-3 > ul > li > a:hover ,
	.navigation .ubermenu-nav .ubermenu-submenu-type-mega .ubermenu-item-level-4 > ul > li > a:hover {
		color: var(--orange) !important;
	}

	.navigation .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target, 
	.navigation .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
		background: var(--black);
		color: var(--white);
	}

	@media all and (max-width: 1530px) {
    	.navigation .ubermenu-nav .ubermenu-submenu-type-mega {
			max-width: 1250px !important;
		}
	}

	@media all and (max-width: 1350px) {
   		.navigation .ubermenu-nav .ubermenu-submenu-type-mega {
			max-width: 1200px !important;
		}
	}

	@media all and (max-width: 1200px) {
		.navigation .ubermenu-nav .ubermenu-submenu-type-mega {
			max-width: inherit!important;
		}
	}

/*---------------------------------------------- 
	2.2 Navigation
------------------------------------------------*/
	.navigation__menu li a {
		font-size: 0.75rem !important;
		line-height: 1;
		font-weight: 400 !important;
		padding: 1.75rem 0.6rem;
		color: var(--black) !important;
		position: relative;
	}

	.navigation__menu li a::after {
		content: "";
		width: 1.25rem;
		height: 0.1rem;
		background: var(--orange);
		position: absolute;
		bottom: 1rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		opacity: 0;
	 	transition: opacity 0.3s ease;
	}

	.navigation__menu li a:hover::after ,
	.navigation__menu li.active a::after {
		opacity: 1 !important;
	}

	.navigation__menu li.menu-item-has-children a::after {
		display: none !important;	
	}

	@media all and (max-width: 1360px) {
		.navigation__menu li a {
			padding: 1.75rem 0.5rem;	
		}
	}

	@media all and (max-width: 1200px) {
		.navigation__menu li a {
			font-size: 0.7rem !important;
            padding: 1.75rem 0.25rem;
		}
	}	

/* Dropdown Menu -------------------------------------- */	
	.navigation__menu .dropdown-menu {
		background: var(--white);
		padding: 0.5rem 0;
		border: none;	
		margin: 0;
		border-radius: 0;
		border-top: 1px solid var(--black);
	}

	.navigation__menu .dropdown-menu li a {
		font-weight: 700;
		color: var(--black) !important;
   	 	line-height: 1.5rem;
    	padding: 0 0.6rem;
		margin: 0;
		text-shadow: none !important;
		text-align: left;
		border: none;
		background: none;
	}

	.navigation__menu .dropdown-menu li a::after {
		display: none !important;	
	}

	.navigation__menu .dropdown-menu li + li {
		margin: 0;
	}

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

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

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

	@media all and (max-width: 1360px) {
		.navigation__menu .dropdown-menu li a {
			padding: 0 0.5rem;
		}
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	.navigation--mobile {
		border: none !important;
	}

	.navigation--mobile .cd-dropdown-trigger {
		display: inline-block;
    	position: relative;
    	padding: 0 !important;
		font-size: 1.25rem;
		text-align: center;
		line-height: 2.5rem;
		height: 2.5rem;
		width: 2.5rem;
		background: var(--black) !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: 1rem;
		font-weight: 600;
		color: var(--black);
		text-align: left !important;
	}

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

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

/*---------------------------------------------- 
	3.1 Frontpage Hero
------------------------------------------------*/
	.frontpage-hero__item {
		height: 22.5rem;
	}

	.frontpage-hero__wrapper {
		background: rgba(255, 255, 255, 0.8);
		padding: 2.5rem 2rem;
	}

	@media (min-width: 992px) {
		.frontpage-hero__item .offset-lg-1 {
			margin-left: calc(8.33333333% - 2rem);
		}
	}

	@media all and (max-width: 767px) {
		.frontpage-hero__item {
			height: 20rem;
		}
		.frontpage-hero__wrapper {
			padding: 2.5rem 1.5rem;
		}
	}

/*---------------------------------------------- 
	3.2 Frontpage Intro
------------------------------------------------*/
	.frontpage-intro__wrapper {
		padding: 3rem 0;
	}

	@media all and (max-width: 992px) {
		.frontpage-intro__wrapper {
			padding: 3rem 2rem;
		}		
	}

	@media all and (max-width: 767px) {
		.frontpage-intro__wrapper {
			padding: 2.5rem 1.25rem;
		}		
	}

/*---------------------------------------------- 
	4.1 Breadcrumb
------------------------------------------------*/
	.breadcrumb .home i {
		font-size: 0.7rem;
		padding: 0 !important;
	}

	.breadcrumb span {
		font-size: 0.65rem;
		line-height: 1;
		color: var(--black);
	}

	.breadcrumb i {
		font-size: 0.65rem;
		color: var(--orange);
		padding: 0 0.75rem 0 0.5rem;
	}

/*---------------------------------------------- 
	4.2 Hero
------------------------------------------------*/
	 .hero__wrapper {
		padding: 3rem 0;
	}

	.hero--blog .hero__wrapper {
		padding: 3rem 5rem;
		margin-top: -2rem;
	}

    .hero--blog {
        height: calc(100% - 2rem);
    }

	.hero--default .hero__wrapper {
		padding: 2.5rem 0;
		border-top: 1px solid var(--grey);
		border-bottom: 1px solid var(--grey);
	}

	@media all and (max-width: 992px) {
		.hero__wrapper {
			padding: 3rem 2rem;
		}		
	}

	@media all and (max-width: 767px) {
		.hero__wrapper ,
        .hero--blog .hero__wrapper {
			padding: 2.5rem 1.25rem;
		}
		
	}

/*---------------------------------------------- 
	5. Product
------------------------------------------------*/
	.product-content__tabs  .nav-pills {
		border-bottom: 1px solid var(--grey);
		margin-bottom: 2rem !important;
	}

	.product-content__tabs .nav-link {
		font-size: 0.8rem;
		font-weight: 600;
		color: var(--black);
		background: none !important;
		padding: 0 0 0.7rem 0;
		border-radius: 0 !important;
	}

	.product-content__tabs .nav-link.active {
		color: var(--orange);
		border-bottom: 2px solid var(--orange);
	}

	.product-content__tabs .nav-item + .nav-item {
		padding-left: 1.5rem !important;
	}

	.product-content__tabs-downloads li {
		line-height: 1.5rem;
	}

	#sticky-quote-btn {
		display: none;
		position: fixed;
		bottom: 1.5rem;
		right: 1rem;
		z-index: 1000;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	#sticky-quote-btn i {
		margin-right: 5px;	
	}

	@media (min-width: 992px) {
		#sticky-quote-btn {
			display: none !important;
		}
	}

/* FAQ -------------------------------------- */
	.product-content__faq {
		margin-top: 2rem;
	}

	.product-content__faq .accordion {
		width: 100%;
	}

	.product-content__faq .accordion ,
 	.product-content__faq .accordion-item ,
    .product-content__faq .accordion .accordion-button {
		border: none;
		box-shadow: none;
		border-radius: 0 !important;
	}

	.product-content__faq .accordion .accordion-button {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.product-content__faq .accordion-item {
		background: var(--white);
		border: 0.5px solid var(--grey);
		border-radius: 5px !important;
	}

	.product-content__faq .accordion .accordion-button.collapsed ,
	.product-content__faq .accordion .accordion-button{
		background: none !important;
	}

    .product-content__faq .accordion .accordion-button .accordion-button__title {
		font-size: 0.8rem;
		color: var(--black);
		font-weight: 700;
		line-height: 1.75rem;
    }

	.product-content__faq .accordion .accordion-button .accordion-button__arrow i {
		color: var(--black);	
	}

	.product-content__faq .accordion .accordion-button::after {
		display: none;
	}

	.product-content__faq .accordion .accordion-item .accordion-body {
		color: var(--black);
        background: none;
		padding: 0 1.25rem 1rem 1.25rem;
		border-radius: 0;
	}

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

	.product-content__faq .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;
	}
	
	.product-content__faq .accordion-item + .accordion-item {
		margin-top: 0.5rem;
	}

	@-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) {
		.product-content__faq .accordion .accordion-button span.title {
			font-size: 0.7rem;
		}
	}

/* Features / USP -------------------------------------- */
	.product-content__features ,
	.product-content__usp {
		padding: 2rem 2.25rem;
	}

	.product-content__features li span ,
	.product-content__features li i ,
	.product-content__usp li span ,
	.product-content__usp li i {
		line-height: 1.5rem;
	}

	@media all and (max-width: 1360px) {
		.product-content__features ,
		.product-content__usp {
			padding: 2rem 1.5rem;
		}
	}
/*---------------------------------------------- 
	6.1 Page Modules
------------------------------------------------*/
	.module-content + .module-cta hr ,
	.module-content + .module-gerelateerde-berichten hr {
		margin-top: 0 !important;
	}

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

/*---------------------------------------------- 
	6.2 Module Call To Action
------------------------------------------------*/
	.module-cta__wrapper {
		padding: 3rem 1.5rem;
	}

	.module-cta__gegevens li i {
		font-size: 0.75rem;
		line-height: 2rem;
		height: 2rem;
		width: 2rem;
		color: var(--white);
		background: var(--light-orange);
		text-align: center;
		display: block;
		border-radius: 100%;
	}

	.module-cta__gegevens li span {
		margin-left: 0.75rem;
	}

	.module-cta__gegevens li + li {
		margin-left: 3rem;
	}

	.module-cta__image {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 7;
	}

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

	@media all and (max-width: 1200px) {
		.module-cta__image img {
			max-width: 12rem;	
		}
	}

	@media all and (max-width: 992px) {
		.module-cta__image img {
			max-width: 8rem;	
		}
	}

	@media all and (max-width: 767px) {
		.module-cta__gegevens li {
			text-align: center;
			display: block;
		}
		.module-cta__gegevens li + li {
			margin: 1rem 0 0 0;
		}	
	}

/*---------------------------------------------- 
	7. Module Zoeken
------------------------------------------------*/
	.module-zoeken__wrapper {
		padding: 3rem 3rem;
	}

	.module-zoeken__wrapper input.form-control {
		font-size: 0.7rem;
		border-radius: 5px !important;
	}

/*---------------------------------------------- 
	6.3 Module Contact
------------------------------------------------*/
	.module-contact__wrapper {
		padding: 2rem 1.5rem;
	}

/*---------------------------------------------- 
	7.1 Footer 
------------------------------------------------*/
	.footer {
		padding: 3rem 0 4.25rem 0;
	}

    .footer__brand {
        margin-bottom: 2.5rem;
    }

	.footer__phone i {
		font-size: 1.25rem;
		margin-right: 0.75rem;
	}

	.footer__menu {
  		display: grid;
  		grid-auto-flow: column;
  		grid-template-rows: repeat(7, auto); /* 7 rijen onder elkaar */
  		grid-template-columns: repeat(2, 1fr);
  		gap: 0 1.5rem;                    /* rijen / kolommen */
  		align-content: start;                /* alles bovenaan uitlijnen */
	}

	.footer__menu li a ,
	.footer__contactgegevens ul li ,
	.footer__contactgegevens ul li a {
		font-size: 0.65rem;
		color: var(--darker-grey);
	}

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

	.footer__contactgegevens ul + ul {
		margin-left: 2.5rem !important;
	}

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

	@media all and (max-width: 992px) {
		.footer__brand {
			max-width: 14rem;
		}	
	}

	@media all and (max-width: 767px) {
		.footer__brand {
			max-width: 10rem;
            margin-bottom: 1.5rem;
		}	
		.footer__menu {
    		grid-auto-flow: row;
    		grid-template-rows: none;
    		grid-template-columns: 1fr;
  		}
		.footer__contactgegevens ul + ul {
			margin: 0 !important;
		}

	}


/*---------------------------------------------- 
	7.2 Footer Base
------------------------------------------------*/
	.footer-base {
		padding: 0.8rem 0
	}

	.footer-base ul li ,
	.footer-base ul li a,
	.footer-base span ,
	.footer-base span a {
		color: var(--black);
		font-size: 0.65rem;
		position: relative;
	}

	.footer-base li:not(:last-child)::after {
		content: "-";
		padding: 0 0.5rem;
		display: inline-block;
	}

	.footer-base a:hover {
		color: var(--white) !important;
	}