/* Top banner */
#main {
	margin-top: 0px !important;
	padding-top: 120px;
}
#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 {
	position: absolute;
	bottom: 0px;
	z-index: 100;
}
@media (min-width: 576px) {
	#main {
		padding-top: 110px;
	}
}
@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;
	}
	.top-banner-mask {
		display: block;
		left: 0px; right: 0px; bottom: 0px;
	}
}
@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-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;
}
@media (min-width: 992px) {
	#where {
		margin-bottom: 8rem;
	}
	.where-info {
		padding: 1rem 2rem 0px 2rem;
	}
}
@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;
	}
}
#where .swiper-slide {
  height: auto;
}
#where .slide-control {
	position: relative;
	height: 180px;
	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: 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;
	border-radius: 20px;
	overflow: hidden;
	z-index: 200;
	transition: box-shadow 0.3s;
}
#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: 1rem;
	padding: 0px 1.5rem;
	color: #004288;
	font-size: 1.5rem;
	font-weight: 600;
	z-index: 301;
}
#products .product-more-info-btn:after, #products .product-less-info-btn:after {
	color: #F7A600;
}
#products .product-more-info-btn {
	position: absolute;
	right: 1rem;
	bottom: 0px;
	width: 32px;
	height: 48px;
	z-index: 302;
	cursor: pointer;
}
#products .product-more-info-btn:after {
	position: absolute;
	right: 0px;
	bottom: 0.5rem;
	font-family: 'Material Icons';
	font-size: 2rem;
	content: 'add';
}
#products .product-less-info-btn {
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 32px;
	height: 48px;
	z-index: 302;
	cursor: pointer;
}
#products .product-less-info-btn:after {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: 'Material Icons';
	font-size: 2rem;
	content: 'remove';
}
#products .product-info-wrapper {
	margin: 0px;
	padding: 2rem;
	position: absolute;
	display: none;
	/* width: 100%; */
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	z-index: 201;
	align-items: center;
}
#product .product-info {
	padding: 2rem;
	display: flex;
	align-items: center;
	flex-direction: column;
}
#products .product-info-wrapper h3 {
	margin-bottom: 1rem;
	width: 100%;
	color: #004288;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: start;
}
#products .product-info-wrapper p {
	margin-bottom: 0px;
}
@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 h3 {
		padding: 0px 2rem;
		font-size: 1.3rem;
		bottom: 1rem;
	}
	#products .product-more-info-btn {
		bottom: 0px;
	}
	#products .product-info-wrapper h3 {
		font-size: 1.3rem;
	}
	#products .product-info-wrapper p {
		font-size: 1rem;
	}
}
@media (min-width: 1200px) {
	#products .product-item-wrapper h3 {
		font-size: 1.5rem;
	}
	#products .product-info-wrapper h3 {
		font-size: 1.5rem;
	}
	#products .product-info-wrapper p {
		font-size: 1.125rem;
	}
}
@media (min-width: 1400px) {
	#products .product-item-wrapper h3 {
		font-size: 1.7rem;
		bottom: 1.5rem;
	}
	#products .product-more-info-btn {
		bottom: 0.8rem;
	}
	#products .product-info-wrapper h3 {
		font-size: 1.7rem;
	}
}
@media (min-width: 1600px) {
	#products .product-item-wrapper h3 {
		font-size: 2rem;
		bottom: 1.5rem;
	}
	#products .product-more-info-btn {
		bottom: 0.8rem;
	}
	#products .product-info-wrapper h3 {
		font-size: 2rem;
	}
}
#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: 3rem;
}
#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) {
}
/* Stay Updated */
#stay-updated {
	position: relative;
	background-image: url('/wp-content/uploads/stay-updated_banner.jpg');
	background-size: cover;
	background-position: 100% center;
	background-repeat: no-repeat;
}
.stay-updated-wrapper {
	position: relative;
	padding-left: 0px !important; padding-right: 0px !important;
}
.stay-updated-headline {
	padding: 2rem;
}
.headline-wrapper {
	padding: 3rem 2rem;
	background-color: #fff;
	border-radius: 10px;
}
.headline-wrapper p {
	font-weight: 600;
}
.headline-wrapper h2 {
	text-align: left !important;
}
.headline-wrapper .btn {
	width: 100%;
	padding: 1rem 0px;
	border: 0px;
	border-radius: 30px;
	font-weight: 600;
	color: #fff;
	background-color: #004388;
	transition: all 0.3s;
}
.headline-wrapper .btn:hover {
	color: #000;
	background-color: #00a6e2;
}
@media (min-width: 992px) {
	#stay-updated {
		width: 100%;
		height: 41.78vw;
		background-position: center center;
	}
	.stay-updated-wrapper {
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 0.5rem !important; padding-right: 0.5rem !important;
	}
	.stay-updated-headline {
		padding: 0px;
	}
	.headline-wrapper {
		padding: 3.5rem 2rem;
	}
	.headline-wrapper h2 {
		padding: 0px 0px 2rem 0px !important;
	}
	.headline-wrapper .btn {
		width: auto;
		padding: 1rem 4rem;
	}
}
@media (min-width: 1200px) {
	.headline-wrapper {
		padding: 6rem 4rem;
	}
}
@media (min-width: 1200px) {
}

/* Contact */
#contact {
	padding-top: 3rem;
}
.contact-banner {
	position: relative;
	border-radius: 10px;
}
.contact-banner img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#contact .deco {
	position: absolute;
	bottom: -2rem;
	left: 2.5rem;
	background-color: #f2f5f9;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}
.contact-info-wrapper .btn {
	padding: 1rem 2.2rem;
	border: 0px;
	border-radius: 30px;
	font-weight: 600;
	color: #fff;
	background-color: #004388;
	transition: all 0.3s;
}
.contact-info-wrapper .btn:hover {
	color: #000;
	background-color: #00a6e2;
}
.contact-info-wrapper {
	background-color: #F2F5F9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.contact-info {
	padding: 3rem 2rem;
}
.contact-info p {
	margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
	#contact {
		padding-top: 1rem;
	}
	.contact-banner img {
		border-top-left-radius: 0px;
		border-bottom-right-radius: 10px;
	}
	#contact .deco {
		bottom: auto;
		top: 3.5rem;
		left: -2.1rem;
		width: 4.2rem;
		height: 4.2rem;
		border-radius: 50%;
	}

	.contact-info-wrapper {
		height: 100%;
		display: flex;
    align-items: center;
		border-bottom-right-radius: 0px;
		border-top-left-radius: 10px;
	}
	.contact-info {
		padding: 0px 4rem;
	}
}
