/* Inter leftovers from style.css — load after the theme stylesheet. */

#menu-main-menu-1 li.item a,
#menu-hoofdmenu-1 li.item a,
#menu-main-menu-1 li.item ul.group li.item a,
#menu-hoofdmenu-1 li.item ul.group li.item a,
#carousel1 li.item .b-teaser-media h2 a,
ul#menu-main-menu > li > a,
ul#menu-main-menu li ul.sub-menu li a,
.b-teaser-did-you-know .cycle-slide span,
.b-article-main.products table.specifications tr.heading,
.b-article-main.products table.specifications tr.heading th,
.orange-btn,
.cards-related .card .card-content h2,
.cards-free .card .card-content h2,
.ty-sub-page-buttons .ty-product-button {
	font-family: "Inter", Arial, sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

@media screen and (min-width: 1024px) {
	.b-access-links.footer > .mainNav > ul > li.item,
	footer .footer li.item.is-multi {
		width: 25%;
		margin-left: 0;
		margin-top: 0;
	}
}

.b-access-links.footer .channel.linkedin {
	margin-top: 18px;
}

.b-page-footer .box-3 {
	overflow: hidden;
}

.b-page-footer .b-meta-nav .navlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-page-footer .b-meta-nav .item,
.b-page-footer .copyright {
	float: left;
	margin: 0 20px 0 0;
}

.b-page-footer .b-meta-nav .item a,
.b-page-footer .b-meta-nav .copyright {
	color: #9cb8cc;
}

#slides.is-static-hero .slides-navigation,
#slides.is-static-hero .slides-pagination {
	display: none;
}

#slides.is-static-hero .slides-container {
	display: block;
}

#slides.is-static-hero .slides-container,
#slides.is-static-hero .slides-control,
#slides.is-static-hero .slides-container li {
	left: 0 !important;
	transform: none !important;
	width: 100% !important;
	height: 100% !important;
}

#slides.is-static-hero {
	height: 100%;
}

#slides.is-static-hero img {
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	z-index: 0;
}

#slides.is-static-hero .title {
	white-space: normal;
	height: auto;
	overflow: visible;
}

#slides.is-static-hero .box {
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.b-brandarea:has(#slides.is-static-hero) .box {
		top: 200px;
	}
}

#slides.is-static-hero .link-group {
	margin-right: 0;
}

#slides.is-static-hero .link {
	margin-left: 0;
}

@media screen and (max-width: 1023px) {
	.b-brandarea:has(#slides.is-static-hero) .inner {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	#slides.is-static-hero {
		position: absolute;
		inset: 0;
	}

	.b-brandarea:has(#slides.is-static-hero) .box {
		top: 72px;
		left: 24px;
		right: 24px;
		width: auto;
		transform: none;
	}
}

@media screen and (max-width: 767px) {
	.b-brandarea:has(#slides.is-static-hero) .inner {
		height: auto;
		aspect-ratio: 2 / 1;
	}

	.b-brandarea:has(#slides.is-static-hero) .box {
		top: 48px;
		left: 12px;
		right: 12px;
		width: auto;
		transform: none;
	}
}

@media screen and (max-width: 568px) {
	.b-brandarea:has(#slides.is-static-hero) .inner {
		height: auto;
		aspect-ratio: 2 / 1;
	}

	.b-brandarea:has(#slides.is-static-hero) .box {
		top: 36px;
		left: 12px;
		right: 12px;
		width: auto;
		max-width: none;
		transform: none;
	}

	#slides.is-static-hero .title {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 14px;
	}

	#slides.is-static-hero .link {
		margin: 0;
	}
}

.b-teaser-story .image-box {
	position: relative;
}

.b-teaser-story .image-box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-spotlight {
	display: flex;
	overflow: hidden;
	min-height: 383px;
	background: #fff;
}

.home-spotlight-text {
	flex: 1 1 56%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 18px 18px;
	min-width: 0;
}

.home-spotlight-text h2 {
	margin: 0 0 12px;
	color: #0c587f;
	font-family: "Inter", Arial, sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.25;
}

.home-spotlight-text p {
	margin: 0 0 16px;
	color: #0c587f;
	font-family: "Inter", Arial, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 1.4;
}

.home-spotlight-text .btn {
	margin-top: auto;
	align-self: flex-start;
	display: inline-block;
	position: relative;
	max-width: none;
	padding: 8px 18px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 20px;
	background-color: #f37029;
	color: #fff;
	font-family: "Inter", Arial, sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	transition: all .4s ease-out;
}

.home-spotlight-text .btn:after {
	content: "";
	opacity: 0;
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 14px;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%3E%3Cpath%20fill%3D%22%230C587F%22%20d%3D%22M7.76%205.897l-.03-.029-5.24-5.41-.04-.04c-.57-.56-1.47-.56-2.03.02s-.56%201.53%200%202.11l.58.599%202.65%202.73.04.04.04.04c.13.15.2.35.2.54%200%20.2-.07.39-.2.541l-.04.04-.04.04-2.65%202.739-.58.591c-.56.579-.56%201.528%200%202.108s1.46.59%202.03.021l.04-.04%205.24-5.399.03-.031c.17-.169.24-.39.24-.609%200-.221-.07-.44-.24-.601z%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	transform: translateY(-50%);
	transition: all .4s ease-out;
}

.home-spotlight-text .btn:hover,
.home-spotlight-text .btn:focus,
.no-touch .home-spotlight-text .btn:hover,
.no-touch .home-spotlight-text .btn:focus {
	padding-right: 38px;
	border-color: #0d5881;
	background-color: transparent;
	color: #0d5881;
}

.home-spotlight-text .btn:hover:after,
.home-spotlight-text .btn:focus:after,
.no-touch .home-spotlight-text .btn:hover:after,
.no-touch .home-spotlight-text .btn:focus:after {
	opacity: 1;
}

.home-spotlight-image {
	flex: 1 1 44%;
	position: relative;
	margin: 0;
	min-height: 220px;
}

.home-spotlight-image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 767px) {
	.home-spotlight {
		flex-direction: column;
		min-height: 0;
	}

	.home-spotlight-image {
		min-height: 220px;
	}
}
