/*---- Home hero ----*/
.home-hero {
    padding: 0;
    margin: 0;
}
.home-hero__media img {
    width: 100%;
}

/*---- Snelkoppeling ----*/
.home-snelkoppelingen {
    background: #efefef;
    padding-top: 25px;
    padding-bottom: 25px;
}
.quick-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.quick-links__item {
    display: flex;
	flex: 1;
    align-items: center;
    background-color: #8ac24a;
    border-bottom: 2px solid #689e38;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
	font-weight: 500;
    width: calc(25% - 18.75px);
	line-height: 78px;
	transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.quick-links__item:last-child {
	background-color: #fe5722;
    border-bottom: 2px solid #e64a19;
}
.quick-links__item:hover {
	background-color: #689e38;
    border-bottom: 2px solid #689e38;
}
.quick-links__item:hover:last-child {
	background-color: #e64a19;
    border-bottom: 2px solid #e64a19;
}
.quick-links__icon {
    font-size: 27.5px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 75px;
}
.quick-links__item:nth-child(3) .quick-links__icon {
	font-size: 45px;
}
.quick-links__text {
    flex: 1;
}
.quick-links__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.quick-links__arrow img {
    display: block;
    width: 50px;
    height: 40px;
}
@media only screen and (max-width: 1350px) {
	.quick-links__item {
		flex: unset;
		width: calc(50% - 12.5px);
	}
}
@media only screen and (max-width: 767px) {
	.home-snelkoppelingen {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.home-snelkoppelingen .container {
		width: calc(100vw - 4px)
	}
	.quick-links {
		gap: 2px;
	}
	.quick-links__item {
    	width: calc(50% - 1px);
    	border-radius: 0;
    	border: 0;
    	flex-direction: column;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 15px;
		line-height: 1;
		border: 0 !important;
	}
	.quick-links__item:nth-child(1) {
		background-color: #689e38;
	}
	.quick-links__item:nth-child(3) {
		background-color: #dbecc7;
		color: #689e38;
	}
	.quick-links__item:nth-child(4) {
		background-color: #747474;
	}
	.quick-links__item:nth-child(3) .quick-links__icon {
    	line-height: 27.5px;
	}
	.quick-links__text {
    	padding-top: 20px;
	}
	.quick-links__arrow {
		display: none;
	}
}

/*---- Intro voordelen ----*/
.home-intro-voordelen {
	padding-top: 75px;
	padding-bottom: 75px;
}
.home-intro-voordelen__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: baseline;
}
.home-intro-voordelen__col--intro {
	width: calc(75% - 12.5px);
}
.home-intro-voordelen__col--voordelen {
	width: calc(25% - 12.5px);
	padding: 25px;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
    background: #efefef;
}
.home-intro-voordelen__col--voordelen .home-voordelen__title {
	margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
    font-size: 20px;
}
.home-intro-voordelen__col--voordelen .home-voordelen__title:before {
    content: '\e900';
    font-family: 'icomoon' !important;
    speak: none;
    line-height: 1;
	font-size: 35px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.home-voordelen__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.home-voordelen__item {
	padding-left: 45px;
	position: relative;
	width: 100%;
}
.home-voordelen__item:before {
	content: '\e944';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #8ac24a;
    position: absolute;
    top: 50%;
    left: 0;
}
@media only screen and (max-width: 1200px) {
    .home-intro-voordelen__col {
        width: 100%;
    }
	.home-voordelen__item {
		width: calc(50% - 5px);
	}
}
@media only screen and (max-width: 980px) {
	.home-intro-voordelen {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.home-intro-voordelen {
    	padding-top: 35px;
    	padding-bottom: 35px;
	}
	.home-intro-voordelen__col--voordelen .home-voordelen__title {
		font-size: 18px;
	}
	.home-voordelen__item {
		width: 100%;
	}
}

/*---- Op type kiezen ----*/
.home-op-type-kiezen .wrapper {
	background: #689e38;
}
.home-op-type-kiezen .wrapper:last-child {
	background: #8ac24a;
}
.home-op-type-kiezen .container {
	padding-top: 75px;
	padding-bottom: 75px;
}
.home-op-type-kiezen__header * {
	color: #fff;
}
.home-op-type-kiezen .container.home-op-type-kiezen-carousel {
	width: 100%;
}
.op-type-swiper {
    overflow: hidden;
    padding-bottom: 42px;
}
.op-type-swiper .swiper-wrapper {
    display: flex;
}
.op-type-swiper .swiper-slide {
    height: auto;
    flex-shrink: 0;
}
.op-type-card, .op-type-card .card__inner {
    height: 100%;
}
.home-op-type-kiezen-carousel .custom-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}
.home-op-type-kiezen-carousel .custom-swiper-dot {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    cursor: pointer;
}
.home-op-type-kiezen-carousel .custom-swiper-dot.is-active {
    background: #bcbcbc;
}
.op-type-card {
    height: 100%;
    perspective: 1200px;
}
.op-type-card__link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.op-type-card__inner {
    position: relative;
    display: block;
    width: 100%;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
	min-height: 255px;
}
.op-type-card:hover .op-type-card__inner,
.op-type-card:focus-within .op-type-card__inner {
    transform: rotateY(180deg);
}
.op-type-card__sizer {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    pointer-events: none;
}
.op-type-card__face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}
.op-type-card__face--back {
    background: #fff;
    padding: 20px 15px;
    justify-content: center;
    align-items: flex-start;
    transform: rotateY(180deg);
    overflow: auto;
	border-radius: 4px;
}
.op-type-card__media {
    display: block;
}
.op-type-card__image {
    display: block;
    width: 80%;
    height: auto;
    max-width: 100px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.op-type-card__title {
    display: block;
    padding: 0px 20px;
    font-size: 19px;
    line-height: 1.2;
    color: #fff;
	text-align: center;
	font-weight: 500;
}
.op-type-card__title--back {
    padding: 0;
    margin-bottom: 10px;
    border: 0;
    background: transparent;
	color: #689e38;
	text-align: left;
}
.op-type-card__text {
    display: block;
    margin-bottom: 20px;
    line-height: 1.5;
}
.op-type-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 38px;
    padding: 0 20px;
    background-color: #fe5722;
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #e64a19;
    border-radius: 4px;
    width: 100%;
	transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.op-type-card__button:hover {
	background-color: #e64a19;
    border-bottom: 2px solid #e64a19;
}
.op-type-mobile-list {
    display: none;
}
.op-type-mobile-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 55px;
    border-bottom: 2px solid #689e38;
    text-decoration: none;
    background-color: #8ac24a;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
}
.op-type-mobile-item__left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
}
.op-type-mobile-item__media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding-left: 8px;
}
.op-type-mobile-item__image {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.op-type-mobile-item__title {
    display: block;
    min-width: 0;
}
.op-type-mobile-item__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.op-type-mobile-item__arrow img {
    display: block;
    width: 50px;
    height: 40px;
}
.home-op-type-kiezen__actions {
    position: absolute;
    right: calc(50% - 675px);
    display: flex;
    justify-content: flex-end;
	margin-top: -40px;
}
@media (max-width: 1379px) {
    .home-op-type-kiezen__actions {
        right: 15px;
    }
}
@media (max-width: 980px) {
    .op-type-swiper {
        display: none;
    }
    .op-type-mobile-list {
        display: flex;
		flex-wrap: wrap;
		gap: 15px;
    }
	.op-type-mobile-item {
		width: calc(50% - 7.5px);
	}
	.home-op-type-kiezen .container {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	.home-op-type-kiezen .wrapper:last-child {
		background: #fff;
	}
	.home-op-type-kiezen .container.home-op-type-kiezen-carousel {
    	padding: 15px 15px 50px;
	}
	.home-op-type-kiezen__actions {
		display: none;
	}
}
@media (min-width: 981px) {
    .op-type-swiper {
        display: block;
    }
    .op-type-mobile-list {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
	.home-op-type-kiezen .container {
    	padding-top: 35px;
    	padding-bottom: 35px;
	}
	.op-type-mobile-item {
		width: 100%;
		font-size: 15px;
	}
	.op-type-mobile-list {
		gap: 10px;
	}
	.home-op-type-kiezen .container.home-op-type-kiezen-carousel {
    	padding: 15px 15px 35px;
	}
}
@media (hover: none) {
    .op-type-card__inner {
        transform: none !important;
    }
}

/*---- Bekend uit coffeeshop ----*/
.home-coffeeshop {
	background: #747474;
	padding-top: 75px;
    padding-bottom: 75px;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
}
.home-coffeeshop__header {
	padding-bottom: 35px;
}
.home-coffeeshop__header * {
	color: #fff;
}
@media only screen and (max-width: 980px) {
	.home-coffeeshop {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.home-coffeeshop {
    	padding-top: 35px;
    	padding-bottom: 35px;
	}
}

/*---- Wiet kweken ----*/
.home-wiet-kweken .wrapper {
	background: #fff;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25)
}
.home-wiet-kweken .wrapper:last-child {
	background: #efefef;
}
.home-wiet-kweken .container {
	padding-top: 75px;
	padding-bottom: 75px;
}
.home-wiet-kweken__intro {
    padding-bottom: 25px;
}
.home-wiet-kweken .button--primary {
    padding-left: 64px;
}
.home-wiet-kweken .button--primary:after {
    content: '\e919';
    width: 34px;
    height: 100%;
    font-size: 27.5px;
    font-family: 'icomoon';
    position: absolute;
    left: 15px;
}
@media only screen and (max-width: 980px) {
	.home-wiet-kweken .container {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.home-wiet-kweken .container {
    	padding-top: 35px;
    	padding-bottom: 35px;
	}
}

/*---- Home huismerk ----*/
.home-huismerk {
	padding-top: 75px;
	padding-bottom: 75px;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
}
.home-huismerk__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.home-huismerk__col--content {
	width: calc(60% - 12.5px);
}
.home-huismerk__col--image {
	width: calc(40% - 12.5px);
}
.home-huismerk__actions {
    margin-top: 25px;
}
@media only screen and (max-width: 980px) {
	.home-huismerk__col {
        width: 100%;
    }
	.home-huismerk {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.home-huismerk {
    	padding-top: 35px;
    	padding-bottom: 35px;
	}
}

/*---- Uitgelichte blogs ----*/
.home-uitgelichte-blogs {
	background: #efefef;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
	padding-top: 75px;
	padding-bottom: 75px;
}
@media only screen and (max-width: 980px) {
	.home-uitgelichte-blogs {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.home-uitgelichte-blogs {
    	padding-top: 35px;
    	padding-bottom: 35px;
	}
}

/*---- Home tekstblokken ----*/
.home-tekstblokken {
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
	padding-top: 75px;
	padding-bottom: 75px;
}
.home-tekstblokken .container {
	display: flex;
	flex-wrap: wrap;
	gap: 70px 35px;
}
.home-tekstblokken .container .text-block {
	width: calc(50% - 17.5px);
}
.home-tekstblokken .container .text-block img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
@media only screen and (max-width: 980px) {
	.home-tekstblokken {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	.home-tekstblokken .container {
		gap: 50px 50px;
	}
	.home-tekstblokken .container .text-block {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.home-tekstblokken {
    	padding-top: 35px;
    	padding-bottom: 35px;
	}
	.home-tekstblokken .container {
		gap: 35px 35px;
	}
}

/*---- Home FAQ ----*/
.home-faq {
	padding-bottom: 75px;
}
.home-faq__grid {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
.home-faq__col {
	width: calc(50% - 17.5px);
}
.home-faq__items {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.home-faq__question {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #689e38;
}
.home-faq__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: inherit;
}
.home-faq__toggle-text {
    display: block;
}
.home-faq__toggle-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.home-faq__toggle-icon::before,
.home-faq__toggle-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.home-faq__toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.home-faq__toggle[aria-expanded="true"] .home-faq__toggle-icon::after {
    opacity: 0;
}
.home-faq__answer {
    padding: 0 0 20px;
}
.home-faq__answer-inner > *:first-child {
    margin-top: 0;
}
.home-faq__answer-inner > *:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
	.home-faq {
    	padding-bottom: 50px;
	}
	.home-faq__col {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.home-faq {
    	padding-bottom: 35px;
	}
	.home-faq__question {
		font-size: 16px;
		font-weight: 500;
	}
}