/*
Theme Name:   B&L
Theme URI:    https://www.rootcase.nl
Author: 	Rootcase
Author URI: https://www.rootcase.nl
Description:  Custom built template
Version: 1.0

*/



body, html {
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
	color: #333333;
	font-family: "Source Sans 3", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1.33rem;
	overflow-x: hidden;
}

.varela-round-regular {
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.hamburger {
	display: none;
}

section {
	position: relative;
	width: 100%;
	background: white;
}

.sectioninner {
	padding: 0 16.66%;
	box-sizing: border-box;
}

.halfsectioninner {
	padding: 0 8.33%;
	box-sizing: border-box;
}


.flexcontainer {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}

.logo img {
	height: 3em;
	width: auto;
	transition: height .25s;
}

.scrollview .logo img {
	height: 2.5em;
}

.topblock {
	height: 7.25rem;
	background: var(--lighter);
}

.header {
	position: fixed;
	z-index: 999;
	padding: 2em 0;
	box-sizing: border-box;
	background: var(--lighter);
	transition: padding .25s, box-shadow .25s;
	box-shadow: 1px 1px 5px rgba(0,0,0,0);
}

html.popupactive .header {
	display: none;
}

.scrollview .header {
	padding: .5em 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,.25);
}

.header .flexcontainer {
	align-items: center;
	position: relative;
	justify-content: space-between;
}

.menuhold {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}



.header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.header ul li {
	display: inline-block;
	margin: 0 .75em;
	margin-bottom: .25em;
	text-transform: capitalize;
}

.header ul li.highlight a {
	background: var(--primary);
	color: white;
	padding: .1em 1em;
	display: inline-block;
	font-weight: bold;
	font-size: 0.85rem;
	border:1px solid var(--primary);
}


.site-bl-chocolate-powered-by-orangeworks .header ul li.highlight a {
	background: var(--cta);
	border:1px solid var(--cta);
}


.header ul li.highlight a:hover {
	background: none;
	color: var(--cta);
}

.header ul li.current-menu-item.highlight a {
	color: white !important;
}


.header ul li.current-menu-item.highlight:hover a {
	color: #333333 !important;
}

.header ul .sub-menu {
	position: absolute;
	z-index: 10;
	background: var(--primary);
	padding: .75em;
	color: white;
	margin-left: -.75em;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s;
}



.header li.current-menu-item a:not(.sub-menu li a),
.header li.current-menu-ancestor a:not(.sub-menu li a),
.header a:not(.sub-menu a):hover {
	color: var(--cta);
}



.header ul li:hover .sub-menu {
	pointer-events: all;
	opacity: 1;
}

.header ul .sub-menu li {
	display: list-item;
	margin-left: 0;
}


.header .sub-menu li a:hover,
.header .sub-menu li.current-menu-item a {
	text-decoration: underline;
}

.search {
	display: inline-block;
	font-size: .85em;
	font-family: "Source Sans 3", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	border:0;
	box-sizing: border-box;
	color: #333;
	padding: .5rem 1em;
	margin-bottom: .25rem;
}

.search::placeholder {
	color: #333;
}

.search:focus {
	outline:none;
}

.lang {
	position: absolute;
	bottom: 4em;
	color: #333;
	display: flex;
	align-items: center;
	right: 0;
	font-weight: 500;
	white-space: nowrap;
	font-size: 0.778em; 
}

.scrollview .lang {
	display: none;
}

.lang ul {
	list-style: none;
	margin: 0;
	margin-left: .5em;
	padding: 0;
	font-weight: 300;
}

.lang ul li {
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
}

.current-lang a {
	font-weight: bold;
}

.lang ul a:hover {
	text-decoration: underline;
	color: #333;
}

.lang ul li:not(li:last-of-type)::after {
	content: '|';
	margin: 0 .25em;
}

.visual img {
	width: 100%;
	height: auto;
	display: block;
}

.content {
	padding-top: 2em;
	padding-bottom: 3em;
}

.introcontent.type-twocol {
	column-count: 2;
    column-gap: 1em; 
}

.introcontent.type-twocol * {
	break-inside: avoid;
}

.introcontent.type-twocol h2 {
	font-family: "Source Sans 3", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

.introcontent.type-twocolempty {
	width: 50%;
	padding-right: 1em;
	box-sizing: border-box;
}

.contentgrey {
	background: var(--lighter);
	margin-top: 2em;
	padding-top: 0;
}

.alignknop {
	text-align: center;
	display: block;
	margin-top: 2em;
}


.content h1 {
	font-family: "Varela Round", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 0;
	margin-bottom: .5em;
	font-size: 3.333rem;
	color: var(--primary);
	line-height: 1em;
}
.content h2.sub {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 1.33rem;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	font-family: "Source Sans 3", sans-serif;
	font-weight: 700;

}


.content h3 {
	margin: 0;
	font-size: 1em;
	color: var(--primary);
}


.content h4 {
	margin: 0;
	font-size: 2rem;
	color: var(--primary);
}

.content h5 {
	margin: 0;
	margin-top: 2em;
	font-size: 1.33em;
	font-weight: 400;
	color: var(--primary);
}
.content table  {
	width: 100%;
	margin-top: .5rem;
	font-weight: 300;
}

.content table a {
	text-decoration: underline;
}

.content table td {
	width: 50%;
	padding-right: 1rem;
	box-sizing: border-box;
	vertical-align: top;
}

.content table strong {
	font-weight: 500;
}

.content table b {
	font-weight: 700;
}

.content h3 + ul {
	margin-top: 0;
}

.content ul {
	padding-left: 1em;
	margin: 0;
}


.contentgrey h2 {
	color: var(--primary);
}

.greyimg {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 2em;
}


p:first-of-type {
	margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}

.cols2 {
	column-count: 2;
	column-gap: 2em;
}

.introcontent {
	font-weight: 300;
	color: #333333;
	font-size: 1.33rem;
	line-height: 2rem;
}

.introcontent.regularsize {
	font-size: 1rem;
	line-height: 1.33rem;
}

.image {
	padding: 0;
	text-align: center;
}

.foto_wit {
	padding: 4em 0;
}

.image img {
	width: 100%;
	height: auto;
	display: block;
}

.products {
	padding: 4em 0;
	text-align: center;
}

h2 {
	font-family: "Varela Round", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.667rem;
	color: var(--primary);
	line-height: 3.222rem;
}

.overzicht h2 {
	font-size:  2.667rem;
	line-height: 3.222rem;
}

.products .flexcontainer {
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.products .flexcontainer img {
	width: calc(100% / 3);
	height: auto;
	box-sizing: border-box;
	display: block;
	padding: 2em;
	vertical-align: middle;
}

.portfolio {
	padding-bottom: 3em;
	padding-top: 4em;
}

.portfolio .flexcontainer {
	margin-top: 2em;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
}

.portfolio_item {
	width: calc(100% / 3);
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 1em;
	align-self: stretch;
	padding: 1em;
	font-size: 1rem;
}

.portfolio_item strong,
.portfolio_item b {
	font-size: 1.167rem;
	color: var(--primary);
	font-weight: bold !important;
}

.portfolio_item .imgcol {
	width: 100%;
	height: auto;
}

.portfolio_item .txtcol {
	width: 100%;
	box-sizing: border-box;
}

.portfolio_item .imgcol img {
	width: 100%;
	height: auto;
}


.portfolio_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio_item ul li {
	margin-bottom: .5em;
}

.cta {
	box-sizing: border-box;
	background: var(--cta);
	color: white;
	padding: .5em 1em;
	transition: background .25s;
}

.cta:hover {
	background: var(--primary);
}

.content3 {
	text-align: center;
}

.content3 h2 {
	text-align: center;
	color: var(--primary);
	position: relative;
	top: 3em;
}

.grootcentered {
	padding: 2em 0;
}

.grootcentered h3,
.content3 h3 {
	color: var(--grey);
	margin-top: 1em;
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 0;
	text-align: center;
}

.content3 .cols2 {
	margin-bottom: 2em;
	text-align: left;
}

.footer {
	padding: 2em 0;
	color: white;
}

.footer .flexcontainer {
	align-items: stretch;
}

.footer .col30.disclaimer {
	font-size: .611rem;
	line-height: .889rem;
	padding-right: 5em;
}

.footer .col30.disclaimer strong {
	font-weight: bold;
}

.footer .colauto {
	padding-right: 5em;
}

.subcol {
	display: flex;
	flex-direction: column;
}

.subcol input {
	display: block;
	width: 100%;
	padding: .5em .25em;
	border: 0;
	box-sizing: border-box;
	margin: .25em 0;
}

.subcol .button {
	font-size: .5em;
	padding: .25em 2em;
}

.subcol p {
	margin-top: auto;
	padding-top: 1rem;
	font-size: .611rem;
	line-height: .889rem;
}

.col30 {
	width: 30%;
	padding-right: 1em;
	box-sizing: border-box;
}

.col40 {
	width: 40%;
	padding-right: 1em;
	box-sizing: border-box;
}

.col50 {
	width: 50%;
	padding-right: 1em;
	box-sizing: border-box;
}

.footer img {
	max-height: 4rem;
	display: block;
	margin-bottom: 2em;
}

.col20 {
	width: 20%;
	padding-right: 1em;
}


.socials {
	display: flex;
	margin-top: 2em;
	align-self: flex-end;
	text-align: right;
}

.footer a {
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.social svg {
	height: 2.5em;
	width: auto;
	fill:white;
	margin-right: 1em;
	transition: fill .25s;
}

.logosfooter, .subcol,
.footer .col20 {
	font-weight: 400;
}

.social:hover svg {
	fill: var(--cta);
}

.logosfooter svg {
	height: 1.2em;
	width: auto;
	fill:white;
	
}

.logosfooter {
	white-space: nowrap;
}

.logosfooter svg.bl {
	height: 1.25em;
	top: -.35em;
	position: relative;
}

.logosfooter .flexcontainer a:not(:last-of-type)::after {
	content: '';
	height: 1.2em;
	width: 1px;
	background: white;
	margin: 0 .75rem;
	display: inline-block;
}

.logosfooter .ow {
	fill: var(--cta);
	margin-top: -.5em;
	margin-bottom: 1em;
}

.foto {
	width: calc(50% - 3em);
	margin-right: auto;
}

.foto img {
	width: 100%;
	margin: auto;
	height: auto;
	display: block;
}

.teamcontent {
	width: 50%;
	margin-left: auto;
	padding-right: 1em;
}

.teamsection {
	padding: 4em 0;
}

.teamfotos {
	width: 100%;
	height: auto;
	margin-top: 2em;
}

.teamitem {
	width: 50%;
	display: flex;
	box-sizing: border-box;
	align-items: center;
}
.teamcontent p:first-of-type strong:first-of-type {
	font-size:1.167rem;
}

.teamcontent strong {
	color: var(--primary);
	font-weight: bold;
}

.teamitem a:hover {
	text-decoration: underline;
}


.portfolio_slogan {
	width: calc(100% - 1em);
	text-align: center;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: .5em;
	color: white;
	background: var(--primary);
	padding: .5em;
	box-sizing: border-box;
	margin: .5em;
}

section.overzicht {
	min-height: 20em;
	padding:2em 0;
	background: white;
	overlay: visible;
	z-index: 1;
}

.sliderleft {
	pointer-events: none;
}

.site-bl-chocolate-powered-by-orangeworks section.overzicht.productsoverzicht {
	background: linear-gradient(90deg,var(--primary),#1A3C64 80%,#193B61);	
}

.site-tanis-food-tec section.overzicht.productsoverzicht {
	background: var(--primary);
}

section.overzicht .flexcontainer {
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

.item {
	width: calc(50% - .5em);
	padding-right: calc(8.25% + 1em);
	box-sizing: border-box;
}
.item-content .term-extra {
	color: white;
	margin-top: 1em;
	margin-bottom: 3em;
	font-size: 1.5rem;
}

.item-content .term-extra strong {
	text-decoration: underline;
	cursor: pointer;
	font-style: normal;
	font-weight: 600;
}
.item-content .term-extra strong:hover {
	color: var(--cta);
}

.item-img {
	width: 100%;
	height: auto;
}
/* 
.productsoverzicht .item-img::before {
	content: '';
	background: white;
	border-radius: 100%;
	width: 13em;
	height: 13em;
	position: absolute;
	z-index: 0;
	box-shadow: 0 0 4em 2em white;
	display: block;
	opacity: 0.6;
} */

.solutions .item-img img {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.item .button {
	display: inline-block;
	margin-top: 1em;
}

.item-img img {
	height: auto;
	width: 100%;
	min-height: 20em;
	max-width: 100%;
	object-fit: contain;
	z-index: 1;
	margin-top: 4em;
	margin-bottom: -6em;
	display: block;
}

.content .videowrapper {
	width: 75%;
	aspect-ratio: 16 / 9;
	margin: auto;
	margin-bottom: 1em;
}

.content .videowrapper video,
.content .videowrapper iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.sliderleft::before {
  content: '';
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
  height: 30rem;
  border-radius: 100%;
  background: radial-gradient(white 0%, transparent 70%);
  z-index: 0;
  opacity: .5;
  pointer-events: none;
}

.item-title {
	display: inline-block;
	color: var(--cta);
	font-size: 3.056rem;
	line-height: 1em;
    font-weight: 300;
	min-height: 2em;
	padding-right: 30%;
} 

.item-title-block {
	display: inline-block;
	font-weight: 500;
	color: var(--primary);
	font-size: 2rem;
	line-height: 2rem;
}


.item-desc {
	color: white;
	font-size: 1.333rem;
	margin: .5rem 0;
}

.solutionfeatures .flexitem {
	width: 50%;
	flex-shrink: 0;
	flex-grow: 0;
	padding-right: 1em;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.solutionfeatures .flexitem strong {
	color: var(--primary);
	font-weight: bold;
}

.solutionfeatures .flexitem ul {
	margin-top: 0;
}

.solutionfeatures .flexitem img {
	width: 100%;
	height: auto;
	margin-left: auto;
}

.solutionfeatures .button {
	margin-top: 3rem;
}

section.breadcrumb {
	background: var(--secondary);
	color: var(--primary);
	padding: .5em 0;
}

section.download {
	padding: 4em 0;	
}


.downloadcontent {
	margin-left: auto;
	padding-right: 6.25%;
	box-sizing: border-box;
}

.downloadcontent h3 {
	color: white;
	font-weight: 500;
	font-family: "Varela Round", sans-serif;
	font-style: normal;
	font-size: 2rem;
	padding-right: 30%;
	line-height: 2rem;
}


section.download .downloadimg {
	height: auto;
	margin-top: -4em;
	margin-bottom: -4em;
	width: 50%;
	margin-left: -12.5%;
}


section.download .downloadimg img {
	display: block;
	height: auto;
	width: 100%;
}


.col {
	width: 50%;
	padding-right: 1em;
	box-sizing: border-box;
}

section.nieuws {
	padding-top: 4em;
	padding-bottom: 4em;
}

.home section.nieuws {
	background: var(--lighter);
}

section.nieuws .flexcontainer:first-of-type {
	align-items: center;
}

section.nieuws .button {
	margin-top: 0;
}

.button {
	background: var(--cta);
	color: white;
	padding: .75em 3em;
	margin-top: .5em;
	display: inline-block;
	align-self: flex-start;
	text-transform: uppercase;
	font-weight: bold;
	border:1px solid var(--cta);
	min-width: 8rem;
	text-align: center;
	font-size: 1rem;
}

.button.secondary,
.button:hover {
	background: none;
	color: var(--cta);
}


.button.secondary:hover {
	background: var(--cta);
	color: white;
}

.nieuwshold {
	align-items: stretch;
	flex-wrap: wrap;
}


.nieuwshold .col {
	margin-top: 1em;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.nieuwshold .col img {
	width: 100%;
	height: auto;
	display: block;
}

.nieuwshold .col h3 {
	font-size: 2rem;
	color: var(--primary);
	margin-bottom: 0;
	padding-right: 25%;
	box-sizing: border-box;
	font-weight: 500;
	font-style: normal;
	line-height: 2rem;
	margin-top: 1rem;
}

.nieuwshold .col .date {
	padding-bottom: 1em;
	padding-top: .5rem;
}

.nieuwshold .col p:last-of-type {
	padding-bottom: 1em;
}

.nieuwshold .col .button {
	align-self: flex-start;
	margin-top: auto;
}

.breadcrumb {
	font-weight: 500;
}

.breadcrumb span {
	color:#333;	
}

#breadcrumbs br {
	display: none;
}

.breadcrumb span span {
	color: var(--primary);
}

.site-bl-chocolate-powered-by-orangeworks .grad_back {
	background: linear-gradient(to right, #16478E 0%, #1A3C64 80%, #193B61 100%);
}
.site-tanis-food-tec .grad_back {
	background: linear-gradient(to right, #f08cb9 0%,  #a664ad 100%);
}

.overzicht_slider h2 {
	color: white;
	font-size: 4em;
	line-height: 1em;
	font-weight: bold;
}

.slide_prev,
.slide_next {
	height: 2em;
	width: auto;
	margin-right: .25em;
	fill:white;
}

.slide_next {
	transform: rotate(180deg);
}



/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: visible;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	height: 100%;
	min-height: 1px;
	vertical-align: middle;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: inline-block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.slidenext,
.slideprev {
	fill:white;
	height: 2.5em;
	width: auto;
	margin: .25em;
}

.slideheader .title {
	font-size: 4em;
	color: white;
	font-family: "Varela Round", sans-serif;
	font-weight: bold;
	line-height: 100%;
	z-index: 0;
	position: absolute;
	width: 50%;
}

.slidecounter {
	color: white;
	font-size: 5.556rem;
	font-family: "Varela Round", sans-serif;
	font-weight: bold;
	line-height: 4rem;
	margin-top: .75rem;
	margin-bottom: -1rem;
}

.slidecounter small {
	font-size: 1.667rem;
}

section.downloads {
	padding: 4em 0;	
}

section.downloads .flexcontainer {
	align-items: stretch;
}

section.downloads .col {
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: .5em;
}

section.downloads .col img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 1px 1px 5px rgba(0,0,0,.25);
	margin-bottom: 2rem;
}

section.downloads .col .button {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: auto;
}




.popupwrap {
	position: fixed;
	top:0;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
	z-index: 999999;
}

html.popupactive .productsoverzicht {
	z-index: 9999;
}

html.popupactive .popupwrap {
	display: block;
	overflow-y: auto;
	height: 100%;
}

.popupwrap .flexcontainer {
	justify-content: center;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
}

html.popupactive {
	overflow:hidden;
}

.term-popup {
	background: white;
	padding: 2.5rem;
	max-width: 50%;
	width: 75%;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	position: relative;
	font-size: 1rem;
	line-height: 1.33rem;
	overflow-y: auto;
	max-height: calc(100dvh - 8rem); 
}

.term-popup h2 {
	font-size: 2.33rem;
	line-height: 2.33rem;
	color: var(--primary);
	padding-right: 20%;
	box-sizing: border-box;
	margin-bottom: 1.5rem;
}

.term-close {
	background: var(--cta);
	display: flex;
	width: 2em;
	height: 2em;
	align-content: center;
	position: sticky;
	margin-top: -2.5rem;
	top: -2.5rem;
	margin-left: auto;
	margin-right: -2.5rem;
	cursor: pointer;
	justify-content: center;
}

.term-close svg {
	width: 1em;
	height: auto;
	fill:white;
}

section.kalender {
	padding: 4em 0;	
	background: var(--secondary);
	
}

section.kalender .flexcontainer {
	flex-wrap: wrap;
	align-items: stretch;
}

.kalender-data {
	width: 50%;
	padding-right: 3rem;
	box-sizing: border-box;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid white;
	line-height: 200%;
}

.kalender-data strong {
	display: block;
	color: #333333;
	font-weight: bold;
	font-size: 2rem;
}

.kalender-data {
	display: block;
	color: var(--primary);
	line-height: 2rem;
	font-weight: bold;
}

.site-bl-chocolate-powered-by-orangeworks .kalender-data {
	color:var(--cta);
}

.kalender-data span {
	font-size: 2rem;
	font-weight: 400;
	color: #333333;
}

.kalender-desc {
	width: 50%;
	padding-top: 1rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid white;
	line-height: 1.333rem;
	font-size: .889rem;
}

.kalender h2 {
	display: block;
	padding-bottom: 2rem;
	border-bottom: 2px solid white;
}



section.agents {
	padding: 4em 0;	
	background: var(--secondary);
}

.agents h2 {
	display: block;
	padding-bottom: 2rem;
	border-bottom: 2px solid white;
}

.continent {
	border-bottom: 1px solid white;
}

.continentheader {
	font-size: 2rem;
	color: var(--primary);
	font-weight: bold;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	cursor: pointer;
}

.continentheader svg {
	height: 2rem;
	width: auto;
	display: block;
	fill:white;
	transition: transform .25s;
}

.continent.active .continentheader svg,
.continentheader:hover svg {
	fill:var(--primary);
	transform: rotate(90deg);
}


.continent .landcontainer {
	display: none;
}
.continent.active .landcontainer {
	display: flex;
	margin-top: 2rem;
	flex-wrap: wrap;
}

.landcontainer .col {
	width: calc(100% / 3);
	padding-right: 1rem;
	margin-bottom: 3rem;
}

.landcontainer .col strong:first-of-type {
	font-weight: bold;
	display: inline-block;
	text-decoration: underline;
	margin-top: .5rem;
}

.landcontainer .col strong + p {
	margin-top: 0;
}

.agentfoto {
	width: 40%;
	padding-right: 1em;
	box-sizing: border-box;
}

.agentfoto svg {
	fill: var(--primary);
	opacity: .55;
}

.agentnaam {
	color: var(--primary);
	font-weight: 500;
	text-align: center;
	margin-top: 1em;
}

.agenttext {
	width: 60%;
	line-height: 1.5em;
	padding-right: 1em;
	box-sizing: border-box;
}

.agentfotohold {
	width: 100%;
	height: auto;
	border-radius: 100%;
	overflow: hidden;
	background: white;
}

.agentfotohold img,
.agentfotohold svg {
	width: 100%;
	height: auto;
	display: block;
}

.landcontainer .col a {
	text-decoration: underline;
}

.landtitle {
	font-size: 1.33rem;
	color: var(--primary);
	font-weight: 500;
}


section.contactformulier {
	padding: 4em 0;	
	background: var(--secondary);
}

section.contactformulier .col {
	width: 50%;
	padding-right: 1rem;
}


section.contactformulier .flexcontainer {
	align-items: stretch;
}


.wpcf7 label {
	font-weight: bold;
	font-size: 1.333rem;
	display: block;
	margin-top: 1.5rem;
}

.wpcf7 input,
.wpcf7 textarea {
	padding: 1rem 1rem;
	box-sizing: border-box;
	font-size: 1.333rem;
	width: 100%;
	margin-top: .5rem;
	font-family: "Source Sans 3", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	border: 0;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline:none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	font-size: 1.333rem;
	color:#333;
	font-weight: 300;
}


.wpcf7 textarea {
	width: 100%;
	height: calc(100% - 3.25rem);
	resize: none;
}

.wpcf7 .questioncol label {
	height: 100%;
}

.wpcf7-submit {
	display: none;
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: 0;
}

.wpcf7 .button {
	margin-top: 1rem;
	cursor: pointer;
}

.wpcf7-select {
	display: none;
}



.custom-dropdown {
	box-sizing: border-box;
	font-size: 1.333rem;
	width: 100%;
	box-sizing: border-box;
	color: white;
	position: relative;
}
.dropdown-options {
	display: none;
	position: absolute;
	top: .25rem;
	left: 0;
	right: 0;
	z-index: 10;
}
.custom-dropdown.active .dropdown-options {
	display: block;
}

.dropdown-options div {
	padding: 1rem 1rem;
	margin-top: .25rem;
	background: var(--primary);
}
.dropdown-options div:hover {
	background: var(--cta);
}

.dropdown-toggle {
	margin-top: .5rem;
	font-family: "Source Sans 3", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	cursor: pointer;
	background: var(--primary);
	margin-bottom: 2rem;
	padding: 1rem 1rem;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

.dropdown-icon {
	width: 1.5rem;
	margin-left: auto;
	height: auto;
	fill: currentColor;
	pointer-events: none;
}
