/* Top banner */
#main {
	margin-top: 0px !important;
	padding-top: 120px;
}
#top-banner {
	margin-left: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important;
	background-color: #F2F5F9 !important;
}
.top-banner-mask {
	position: absolute;
	bottom: 0px;
	z-index: 100;
  display: none;
}
@media (min-width: 576px) {
	#main {
		padding-top: 110px;
	}
}
@media (min-width: 768px) {
	#top-banner {
		background-color: #fff !important;
	}
	.top-banner-mask {
		display: block;
		left: 0px; right: 0px; bottom: 0px;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
}
/* Breadcrumb */
#breadcrumb {
  margin: 0px !important;
  padding-left: 1rem; padding-right: 1rem;
  padding-top: 1rem; padding-bottom: 2rem !important;
  background-color: #F2F5F9;
}
.bc {
  margin-top: 1rem !important;
  font-size: 0.6rem;
}
.bc a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.bc .separator {
  padding: 0px 0.2rem;
  color: #00A6E2;
  font-weight: 600;
}
.bc .current {
  color: #004388;
  font-weight: 600;
}
.bc hr {
  border-bottom: 1px solid #F2F5F9;
  border-color: #F2F5F9 !important;
}
@media (min-width: 768px) {
  #breadcrumb {
    padding-top: 0px;
    padding-bottom: 2rem !important;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  #breadcrumb {
    padding-bottom: 4rem !important;
  }
  .bc {
    font-size: 1.125rem;
  }
  .bc .separator {
    padding: 0px 0.5rem;
  }
}

/* Headline */
#info {
  position: relative;
  margin-left: 0px !important; margin-right: 0px !important;
  margin-bottom: 2rem !important;
  padding-left: 1rem; padding-right: 1rem;
  background-color: #F2F5F9;
}
.headline {
  padding-bottom: 1rem;
}
.headline h1 {
	margin-bottom: 1.5rem;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1em;
	color: #004388;
  text-align: left;
  text-transform: uppercase;
}
.headline p {
	color: #000;
	font-weight: 600;
  text-align: left;
}
.info-mask {
	position: absolute;
  left: 0px;
	bottom: -0.8rem;
	z-index: 100;
}
@media (min-width: 450px) {
  .headline {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 550px) {
  .headline {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  #info {
    background-color: transparent;
  }
  .headline {
    padding-bottom: 0px;
  }
	.headline h1 {
		font-size: 4rem;
		line-height: 1em;
    text-align: center;
  }
  .headline p {
    text-align: center;
  }
  .info-mask {
    display: none;
  }
}
@media (min-width: 992px) {
  .headline h1 {
		margin-bottom: 1.5rem;
		font-size: 5.25rem;
    line-height: 5.75rem;
  }
}
@media (min-width: 1200px) {
  #info {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
}

/* Details */
#details {
  margin-bottom: 5rem;
}
#details h2 {
  margin-top: 1rem;
	text-transform: uppercase;
}
#details hr {
  border-bottom: 1px solid #F2F5F9;
  border-color: #F2F5F9 !important;
}
@media (min-width: 576px) {
  #details h2 {
    padding-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.2em;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #details h2 {
    margin-top: 0px;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  #details h2 {
    font-size: 2.6rem;
    line-height: 1.1em;
  }
}
/* Unique Selling Point */
#usp .row {
  justify-content: space-evenly;
}
.usp-item {
	text-align: center;
	margin-bottom: 2rem;
}
.usp-item img {
	width: 75px;
}
.usp-item h3 {
	margin: 1rem 0px;
	color: #F7A600;
	font-size: 1.375rem;
	font-weight: 900;
	text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .usp-item {
    padding-left: 1rem; padding-right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .usp-item {
    padding-left: 2rem; padding-right: 2rem;
  }
}

/* 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 {
    border-radius: 10px;
    overflow: hidden;
  }
	#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;
	}
}

/* Contact */
#contact {
  margin-left: 0px;
  margin-right: 0px;
	padding-top: 3rem;
	padding-bottom: 3rem;
  background-color: #004388;
}
.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 h2 {
  margin-top: 0px !important;
  padding-bottom: 1rem !important;
  font-size: 1.75rem !important;
  line-height: 2.25rem !important;
	text-align: left !important;
}
.contact-info p {
	margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
	#contact {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
    margin-bottom: 2rem;
	}
	.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 2rem;
	}
  .contact-info h2 {
		padding: 0px 0px 1rem 0px !important;
    line-height: 1em !important;
	}
  .contact-info p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .contact-info h2 {
		padding: 0px 0px 1.2rem 0px !important;
    font-size: 2.2rem !important;
  }
  .contact-info p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
	.contact-info {
		padding: 0px 3rem;
	}
  .contact-info h2 {
		padding: 0px 0px 2rem 0px !important;
    font-size: 2.6rem !important;
  }
  .contact-info p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }
}

/* This might also interest you */
#interest .productSwiper {
	padding: 0px 0.75rem 10px 0.75rem !important;
}
.interest-items-wrapper {
  padding-left: 1rem; padding-right: 1rem;
}
#interest h2 {
	padding-left: 1rem; padding-right: 1rem;
  text-align: center;
  text-transform: uppercase;
}

#interest .interest-item {
	position: relative;
}
#interest .interest-item:after {
  content: " ";
  position: absolute;
  display: block;
  width: 70%; height: 70%;
  left: 0px; bottom: -1rem;
  background-color: #00A6E2;
	border-radius: 20px;
  z-index: 10;
}
#interest .interest-item-wrapper {
	position: relative;
	z-index: 200;
  margin-left: 1rem; margin-bottom: 1rem;
	border-radius: 20px;
	overflow: hidden;
}
#interest .interest-item-wrapper img {
  position: relative;
	width: 100%;
	z-index: 300;
	border-radius: 20px;
	overflow: hidden;
	filter: brightness(80%);
  transition: transform 0.5s, filter 0.5s;
}
#interest .interest-item-wrapper img:hover {
  transform: scale(1.05);
	filter: brightness(100%);
}
#interest .interest-item-wrapper h3 {
	position: absolute;
	margin-bottom: 0px;
  padding: 0px 0.5rem;
	bottom: 4rem;
  width: calc(100% - 1rem);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
	z-index: 301;
}
#interest .interest-item-wrapper h3:after {
  content: " ";
  display: block;
  position: absolute;
  left: 36%;
  bottom: -1rem;
  width: 28%;
  height: 2px;
  background-color: #00A6E2;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
}
.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;
}
.slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:last-child {
	margin-right: 0px;
}
.slide-control .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #00A6E2;
}

@media (min-width: 992px) {
	#interest {
		padding-top: 2rem; padding-bottom: 2rem;
	}
	#interest .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
  .interest-items-wrapper {
    padding-left: 0px; padding-right: 0px;
  }
	#interest .interest-item-wrapper h3 {
		font-size: 1.5rem;
	}
}
@media (min-width: 1200px) {
  .interest-items-wrapper {
    padding-left: 0.4rem; padding-right: 0.4rem;
  }
	#interest .interest-item-wrapper h3 {
		font-size: 1.5rem;
	}
}
@media (min-width: 1400px) {
	#interest {
		padding-top: 4rem;
	}
	#interest .interest-item-wrapper h3 {
		font-size: 2rem;
	}
}