/* Top banner */
#top-banner {
	margin-left: 0px !important;
	margin-right: 0px !important;
	background-color: #F2F5F9 !important;
}

.top-banner-headline {
	padding-top: 4rem;
	padding-bottom: 6rem;
	margin-left: 2rem;
	margin-right: 2rem;
	color: #000;
	z-index: 101;
}

.top-banner-headline h1 {
	margin-bottom: 1.5rem;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 2.75rem;
	color: #004388;
}

.top-banner-headline p {
	color: #000;
	font-weight: 600;
}

.top-banner-mask {
	display: block;
}

@media (min-width: 768px) {
	#top-banner {
		background-color: #fff !important;
	}

	.top-banner-headline {
		margin-left: auto;
		margin-right: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 1rem;
		padding-right: 1rem;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 2rem;
		max-width: 720px;
		text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}

	.top-banner-headline h1 {
		margin-bottom: 0.5rem;
		font-size: 2rem;
		line-height: 2.2rem;
		color: #fff;
	}

	.top-banner-headline p {
		color: #fff;
	}

}

@media (min-width: 992px) {
	#top-banner {
		margin-bottom: 2rem !important;
	}

	.top-banner-headline {
		top: 3rem;
		max-width: 960px;
	}

	.top-banner-headline h1 {
		margin-bottom: 1rem;
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

@media (min-width: 1200px) {
	.top-banner-headline {
		top: 4rem;
		max-width: 1140px;
	}

	.top-banner-headline h1 {
		margin-bottom: 1.5rem;
		font-size: 4rem;
		line-height: 4.5rem;
	}
}

@media (min-width: 1400px) {
	.top-banner-headline {
		top: 6rem;
		max-width: 1320px;
	}

	.top-banner-headline h1 {
		font-size: 5rem;
		line-height: 5.25rem;
	}
}

@media (min-width: 1600px) {
	.top-banner-headline {
		top: 9.5rem;
		max-width: 1440px;
	}

	.top-banner-headline h1 {
		font-size: 5.25rem;
		line-height: 5.75rem;
	}
}

/* How */
#how h2 {
	text-transform: uppercase;
}

.how-desc {
	font-weight: 600;
}

.how-item {
	text-align: center;
	margin-bottom: 2.5rem;
}

.how-item img {
	width: 75px;
}

.how-item h3 {
	margin: 1rem 0px;
	color: #F7A600;
	font-size: 1.375rem;
	font-weight: 900;
	text-transform: uppercase;
}

@media screen and (min-width: 576px) {
	#how h2 {
		padding-bottom: 2rem;
	}
}

/* Where */
#where {
	margin-bottom: 5rem;
}

.where-slideshow {
	border-radius: 10px;
	overflow: clip;
}

.where-item-wrapper {
	height: 100%;
}

.where-image img {
	width: 100%;
}

.where-info-wrapper {
	background-color: #F2F5F9;
	height: 100%
}

.where-info {
	padding: 2.5rem 1.5rem 0px 1.5rem;
	flex: 1;
}

.where-info h3 {
	margin: 0px 0px 1rem 0px;
	color: #F7A600;
	font-size: 1.5rem;
	font-weight: 600;
}

.slide-control .btn {
	position: relative;
	margin-left: 1.5rem;
	padding: 0.5rem 1.5rem;
	border: 0px;
	border-radius: 30px;
	font-size: 0.9rem;
	font-weight: 400;
	color: #fff;
	background-color: #004388;
	transition: all 0.3s;
}

.slide-control .btn:hover {
	color: #000;
	background-color: #00a6e2;
}

@media (min-width: 400px) {
	.slide-control .btn {
		position: absolute;
		bottom: 3.5rem;
		right: 1.5rem;
		z-index: 301;
	}
}

@media (min-width: 992px) {
	#where {
		margin-bottom: 8rem;
	}

	.where-info {
		padding: 1rem 2rem 0px 2rem;
	}

	.slide-control .btn {
		bottom: 1.1rem;
		right: 0px;
	}
}

@media (min-width: 1200px) {
	.where-info {
		padding: 3rem 3rem 0px 3rem;
	}

	.where-info h3 {
		font-size: 2rem;
	}
}

@media (min-width: 1400px) {
	.where-info {
		padding: 7rem 4rem 0px 4rem;
	}

	.slide-control .btn {
		bottom: 0.6rem;
	}
}

#where .swiper-slide {
	height: auto;
}

#where .slide-control {
	position: relative;
	height: 230px;
	background-color: #F2F5F9;
}

#where .slide-control .swiper-pagination {
	position: relative;
	text-align: left;

}

#where .slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	padding: 1rem 1.5rem 0px 1.5rem;
	width: auto;
	bottom: auto;
}

#where .slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	margin: 0px 0.9rem 0px 0px;
	background-color: #004388;
	opacity: 1;
}

#where .slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #00A6E2;
}

#where .slide-control hr {
	margin: 1rem 1.5rem 1.5rem 1.5rem;
	border-color: #99BFDB !important;
	opacity: 1 !important;
}

#where .swiper-nav-btn {
	padding: 1rem 1.5rem;
	position: relative;
}

#where .swiper-nav-btn .swiper-button-next,
#where .swiper-nav-btn .swiper-button-prev {
	margin-right: 0.5rem;
	position: relative;
	display: inline-block;
	left: auto;
	right: auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.5);
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

#where .swiper-nav-btn .swiper-button-next.swiper-button-disabled,
#where .swiper-nav-btn .swiper-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

#where .swiper-nav-btn .swiper-button-next:after,
#where .swiper-nav-btn .swiper-button-prev:after {
	position: absolute;
	left: 0.9rem;
	top: 0.9rem;
	font-family: 'Material Icons';
	font-size: 2rem;
	color: #004388;
}

#where .swiper-nav-btn .swiper-button-next::after {
	content: "east";
}

#where .swiper-nav-btn .swiper-button-prev::after {
	content: "west";
}

@media (min-width: 400px) {
	#where .slide-control {
		height: 180px;
	}
}

@media (min-width: 992px) {
	#where .slide-control {
		position: absolute;
		bottom: 0px;
		right: 2.9rem;
		width: 318px;
		height: 105px;
		z-index: 100;
		background-color: transparent;
	}

	#where .slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		padding: 0px 0px 0px 0px;
	}

	#where .slide-control hr {
		width: 100%;
		margin: 0.5rem 0px 1rem 0px;
	}

	#where .swiper-nav-btn {
		padding: 1rem 0px 0px 0px;
		position: relative;
	}

	#where .swiper-nav-btn .swiper-button-next,
	#where .swiper-nav-btn .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	#where .swiper-nav-btn .swiper-button-next:after,
	#where .swiper-nav-btn .swiper-button-prev:after {
		font-size: 1.5rem;
		left: 0.54rem;
		top: 0.54rem;
	}
}

@media (min-width: 1200px) {
	#where .slide-control {
		bottom: 0.2rem;
		width: 376px;
	}
}

@media (min-width: 1400px) {
	#where .slide-control {
		bottom: 2rem;
		right: 4rem;
		width: 418px;
	}

	#where .swiper-nav-btn .swiper-button-next,
	#where .swiper-nav-btn .swiper-button-prev {
		width: 60px;
		height: 60px;
	}

	#where .swiper-nav-btn .swiper-button-next:after,
	#where .swiper-nav-btn .swiper-button-prev:after {
		font-size: 2rem;
		left: 0.9rem;
		top: 0.9rem;
	}
}

@media (min-width: 1600px) {
	#where .slide-control {
		bottom: 3rem;
		width: 466px;
	}
}

/* Products */
#products {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-top: 3rem;
	;
	background-color: #F2F5F9;
}

#products .container {
	padding-left: 2rem;
	padding-right: 2rem;
}

#products h2 {
	padding-bottom: 2rem;
}

#products .productSwiper {
	padding: 0px 0.75rem 10px 0.75rem !important;
}

#products .product-item {
	position: relative;
}

#products .product-item-wrapper {
	position: relative;
	padding-bottom: 4rem;
	border-radius: 20px;
	overflow: hidden;
	z-index: 200;
	transition: box-shadow 0.3s;
	background-color: #fff;
}

#products .product-item-wrapper:hover {
	box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.5);
}

#products .product-item-wrapper img {
	width: 100%;
	z-index: 300;
}

#products .product-item-wrapper h3 {
	position: absolute;
	margin-bottom: 0px;
	bottom: 5rem;
	padding: 0px 1.5rem;
	color: #004288;
	font-size: 1.5rem;
	font-weight: 600;
	z-index: 301;
}

#products .product-item-wrapper h3.two-lines {
	bottom: 4rem;
}

.headline-wrapper .btn {
	width: 100%;
}

#products .product-item-wrapper .btn {
	position: absolute;
	padding: 0.5rem 1.5rem;
	bottom: 1.5rem;
	left: 1.5rem;
	z-index: 301;
	border: 0px;
	border-radius: 30px;
	font-size: 0.9rem;
	font-weight: 400;
	color: #fff;
	background-color: #004388;
	transition: all 0.3s;
}

#products .product-item-wrapper .btn:hover {
	color: #000;
	background-color: #00a6e2;
}

@media (min-width: 576px) {
	#products .product-item-wrapper {
		padding-bottom: 2rem;
	}

	#products .product-item-wrapper h3 {
		bottom: 5rem;
	}

	#products .product-item-wrapper h3.two-lines {
		bottom: 4rem;
	}
}

@media (min-width: 768px) {
	#products .product-item-wrapper {
		padding-bottom: 4rem;
	}

	#products .product-item-wrapper h3 {
		bottom: 5rem;
	}

	#products .product-item-wrapper h3.two-lines {
		bottom: 4rem;
	}
}

@media (min-width: 992px) {
	#products {
		padding-top: 5rem;
		padding-bottom: 2rem;
	}

	#products h2 {
		text-align: start !important;
	}

	#products .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#products .product-item-wrapper {
		padding-bottom: 4rem;
	}

	#products .product-item-wrapper h3 {
		padding: 0px 2rem;
		font-size: 1.3rem;
		bottom: 5rem;
	}

	#products .product-item-wrapper h3.two-lines {
		bottom: 4.5rem;
	}

	#products .product-item-wrapper .btn {
		left: 2rem;
	}
}

@media (min-width: 1200px) {
	#products .product-item-wrapper {
		padding-bottom: 4rem;
	}

	#products .product-item-wrapper h3 {
		font-size: 1.5rem;
		bottom: 5rem;
	}

	#products .product-item-wrapper h3.two-lines {
		bottom: 4.5rem;
	}
}

@media (min-width: 1400px) {
	#products .product-item-wrapper {
		padding-bottom: 3rem;
	}

	#products .product-item-wrapper h3 {
		font-size: 1.7rem;
		bottom: 5rem;
	}
}

@media (min-width: 1600px) {
	#products .product-item-wrapper {
		padding-bottom: 4rem;
	}

	#products .product-item-wrapper h3 {
		font-size: 2rem;
		bottom: 5rem;
	}

	#products .product-item-wrapper h3.two-lines {
		bottom: 4.5rem;
	}
}

#products .swiper-slide {
	height: auto;
}

#products .slide-control {
	position: relative;
	height: 180px;
	background-color: #F2F5F9;
}

#products .slide-control .swiper-pagination {
	position: relative;
	text-align: left;

}

#products .slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	padding: 1rem 1.5rem 0px 1.5rem;
	width: auto;
	bottom: auto;
	text-align: center
}

#products .slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	margin: 0px 0.9rem 0px 0px;
	background-color: #004388;
	opacity: 1;
}

#products .slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #00A6E2;
}

#products .swiper-nav-btn {
	padding: 3rem 0px 0.5rem 0px;
	position: relative;
	text-align: center;
}

#products .swiper-nav-btn .swiper-button-next,
#products .swiper-nav-btn .swiper-button-prev {
	margin-right: 0.5rem;
	position: relative;
	display: inline-block;
	left: auto;
	right: auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.5);
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

#products .swiper-nav-btn .swiper-button-next.swiper-button-disabled,
#products .swiper-nav-btn .swiper-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

#products .swiper-nav-btn .swiper-button-next:after,
#products .swiper-nav-btn .swiper-button-prev:after {
	position: absolute;
	left: 0.9rem;
	top: 0.9rem;
	font-family: 'Material Icons';
	font-size: 2rem;
	color: #004388;
}

#products .swiper-nav-btn .swiper-button-next::after {
	content: "east";
}

#products .swiper-nav-btn .swiper-button-prev::after {
	content: "west";
}

/* Sustainability */
#sustainability {
	padding-top: 1rem;
}

#main .sustainability-banner-headline {
	padding-top: 0px;
	padding-bottom: 2rem;
	margin-left: 0px;
	margin-right: 0px;
	color: #000;
}

#main .sustainability-banner-headline h2 {
	margin-bottom: 0px;
	padding-bottom: 1.5rem;
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 2.25rem;
	color: #004388;
	text-align: left;
}

#main .sustainability-banner-headline p {
	color: #000;
}

@media (min-width: 768px) {
	#main .sustainability-banner-headline {
		margin-left: auto;
		margin-right: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 3rem;
		padding-right: 3rem;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 6rem;
		max-width: 720px;
		text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}

	#main .sustainability-banner-headline h2 {
		margin-bottom: 0.5rem;
		font-size: 2rem;
		line-height: 2.2rem;
		color: #fff;
	}

	#main .sustainability-banner-headline p {
		color: #fff;
	}
}

@media (min-width: 992px) {
	#main .sustainability-banner-headline {
		padding-left: 4rem;
		padding-right: 4rem;
		top: 3rem;
		max-width: 960px;
	}

	#main .sustainability-banner-headline h2 {
		margin-bottom: 0rem;
		font-size: 2.3rem;
		line-height: 2.6rem;
	}
}

@media (min-width: 1200px) {
	#main .sustainability-banner-headline {
		padding-left: 5rem;
		padding-right: 5rem;
		top: 7rem;
		max-width: 1140px;
	}

	#main .sustainability-banner-headline h2 {
		margin-bottom: 0rem;
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
}

@media (min-width: 1400px) {
	#main .sustainability-banner-headline {
		padding-left: 7rem;
		padding-right: 7rem;
		top: 10rem;
		max-width: 1320px;
	}
}

@media (min-width: 1600px) {
	#main .sustainability-banner-headline {
		padding-left: 9rem;
		padding-right: 9rem;
		top: 12rem;
		max-width: 1440px;
	}
}

/* LinkedIn Feed */
#linkedin-feed h2 {
	padding-bottom: 2.5rem;
	text-align: center !important;
}

#linkedin-feed a {
	color: #000;
	font-weight: 600;
}

#linkedin-feed a:hover {
	color: #0693c7 !important;
}

.juicer-feed h1 {
	display: none !important;
}

.juicer-feed .feed-item:last-child {
	display: none;
}

.feed-item .j-message p {
	/* max-height: 250px; */
	/* overflow: hidden; */
	line-height: 1.3em;
	font-family: TheSans, sans-serif;
}

/* .feed-item .j-message p:after {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	width: 100%;
	height: 50px;
	bottom: 64px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
} */
@media (min-width: 479px) {
	.juicer-feed .feed-item:last-child {
		display: block;
	}

	/* .feed-item .j-message p {
		max-height: 200px;
	} */
}

@media (min-width: 768px) {
	#linkedin-feed h2 {
		padding-bottom: 4rem;
	}

	/* .feed-item .j-message p {
		max-height: none;
	}
	.feed-item .j-message p:after {
		display: none !important;
	} */
}

@media (min-width: 992px) {}