@media only screen and (max-width: 1300px) {
	.benefitbreak-mob {
		display: inline !important;
	}
}
@media only screen and (min-width: 1300px) {
	.benefitbreak-desk {
		display: inline !important;
	}
}
.site-main h2 {
	font-size: 35px;
}
@media only screen and (max-width: 798px) {
	.site-main section {
		padding-bottom: 40px;
	}
}
/****************************************/

/** Slider Container
/****************************************/

.slider-section .slider-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}
.swiper-container {
	grid-area: 1 / 1 / 2 / 2;
}
.promo-cont {
	grid-area: 1 / 2 / 2 / 3;
}
@media only screen and (max-width: 900px) {
	.slider-section .slider-grid {
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
		grid-column-gap: 0px;
	}
	.captionTransbox {
	  margin: 25px;
	  background: rgba(0, 0, 0, .75);
	  padding: 10px;
	  width: 80% !important;
	}
	.promoBanner {
		grid-template-columns: 2.4fr 1.6fr;
	}
	.promoBannerText h1 {
	  font-size: 40px !important;
	  line-height: 40px;
	}
	.promoBannerText p{
	  font-size: 22px !important;
	}
}
@media only screen and (min-width: 1700px) {
	.slider-section .slider-grid {
		min-height: 600px;
	}
}
/****************************************/

/** Slider
/****************************************/

a.slider-link {
	height: 100%;
	width: 100%;
	z-index: 999;
	position: fixed;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}
@media only screen and (max-width: 798px) {
	.swiper-container {
		min-height: 500px;
	}
}
.swiper-slide {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.swiper-wrapper {
	width: 100%;
}
.swiper-slide {
	background-size: cover;
	background-position: center center;
}
.swiper-slide .slider-text-cont {
	background-color: rgba(0, 0, 0, 0.55);
	position: absolute;
	width: 400px;
	bottom: 50px;
	left: 50px;
	padding: 30px 30px 15px 30px;
	/* border-radius: 10px; */
}
@media only screen and (max-width: 798px) {
	.swiper-slide .slider-text-cont {
		padding: 20px 20px 15px 20px;
		left: 10px;
		bottom: 20px;
		width: 82%;
		margin: 0 10% 0 0;
		left: 4%;
	}
	.promoBanner {
		grid-template-columns: 2.6fr 1.4fr !important;
		margin-bottom:50px !important;
	}

}
@media (min-width: 798px) and (max-width: 1200px) {
	.promoBanner {
		grid-template-columns: 2.4fr 1.6fr !important;
	}
	.captionTransbox{
		width:70% !important;
	}
	.promoBannerText h1{
		font-size:50px !important;
		line-height:50px !important;
	}
	.promoBannerImage{
		padding: 100px 10px 10px 10px !important;
	}
}
@media only screen and (max-width: 786px) {
	.promoBanner { display:block !important;}
	.promoBannerImage {padding: 5px 0 !important;}
	.captionTransbox{
		width:80% !important;
		margin-top: 100px !important;
	}
}
.swiper-slide .slider-text-cont p, .swiper-slide .slider-text-cont h3 {
	color: #fff;
	padding: 0;
	margin: 0;
}
.swiper-slide .slider-text-cont h3 {
	padding-bottom: 10px;
	font-size: 30px;
}
@media only screen and (max-width: 798px) {
	.swiper-slide .slider-text-cont h3 {
		padding-bottom: 10px;
		font-size: 20px;
	}
}
.swiper-slide .slider-text-cont p {
	font-size: 20px;
}
@media only screen and (max-width: 798px) {
	.swiper-slide .slider-text-cont p {
		font-size: 15px;
	}
}
.swiper-container .swiper-pagination {
	display: block !important;
	position: relative !important;
	margin-top: 10px !important;
	text-align: left !important;
}
.swiper-container .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}
.swiper-container .swiper-pagination-bullet {
	background-color: #fff !important;
	opacity: 1;
	margin-right: 5px !important;
}
.swiper-container .swiper-pagination-bullet-active {
	background-color: #A5D6DA !important;
}
.swiper-container .swiper-button-next, .swiper-button-prev {
	position: absolute !important;
	top: 50% !important;
	width: calc(var(--swiper-navigation-size))/ 44 * 27) !important;
	height: var(--swiper-navigation-size) !important;
	margin-top: calc(-1 * var(--swiper-navigation-size))/ 2) !important;
	z-index: 10 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	/* color: #b1b1b1 !important; */
}
/****************************************/

/** Promo cont
/****************************************/

.slider-section .promo-box {
	background-color: #C8E6E6;
	box-shadow: 1px 1px 10px 1px rgba(176, 176, 176, 0.3);
	padding: 25px 25px;
}
@media only screen and (max-width: 768px) {
	.slider-section .promo-box {
		margin: 0 5%;
	}
}
.slider-section .promo-cont .promo h3 {
	font-size: 21px;
	color:rgba(232, 18, 18, 1) !important;
}
.slider-section .promo-cont .promo h3 i {
	font-size: 25px;
	color: #AF1111;
	padding-left: 20px;
}
.slider-section .promo-cont .promo img.arrow {
	display: block;
}
.slider-section .promo-cont p {
	padding: 0;
	margin: 0;
}
.slider-section .promo-cont strong {
	font-family: 'SteagalW01';
	color: #3C3C3B;
}
.slider-section .promo-cont a {
	font-family: 'SteagalW01';
	text-decoration: none;
	color: #3C3C3B;
	margin-top: 0px;
	display: block;
	font-size: 18px;
}
.slider-section .promo-cont a:before {
	content: url(../assets/svg/arrow-b.svg);
	height: 10px;
	display: inline-block;
	height: 30px;
	width: 29px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
}
.slider-section .promo-cont hr {
	background-color: #3C3C3B;
	height: 2px;
	margin-top: 20px;
}
/****************************************/

/** Double Banner Section
/****************************************/

.double-banner-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 60px;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 798px) {
	.double-banner-section {
		display: block;
	}
}
.double-banner-left {
	height: 400px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.double-banner-left .main-text {
	max-width: 50%;
	padding: 40px;
}
@media only screen and (max-width: 798px) {
	.double-banner-left .main-text {
		max-width: 100%;
	}
}
.double-banner-left .main-text p {
	font-family: 'SteagalW01';
	text-decoration: none;
	color: #3C3C3B;
	margin-top: 15px;
	display: block;
	font-size: 18px;
}
.three-section-banner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
@media only screen and (max-width: 798px) {
	.three-section-banner {
		display: block;
	}
}
.three-section-banner a {
	display: contents;
}
.div1 {
	grid-area: 1 / 1 / 3 / 2;
	height: 400px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.div2 {
	grid-area: 1 / 2 / 2 / 3;
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 200px;
}
@media only screen and (max-width: 798px) {
	.div2 {
		height: 400px;
	}
}
.div3 {
	grid-area: 2 / 2 / 3 / 3;
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 200px;
}
@media only screen and (max-width: 798px) {
	.div3 {
		height: 400px;
	}
}
.double-banner-left .title-section {
	background-color: #C8E6E6;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.three-section-banner .div1 .title-section {
	background-color: #C8E6E6;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.three-section-banner .div2 .title-section {
	background-color: #C8E6E6;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.three-section-banner .div3 .title-section {
	background-color: #C8E6E6;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.double-banner-left .title-section p, .three-section-banner .title-section p {
	padding: 20px;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
}

/****************************************/

/** Image Box Home
/****************************************/

.images-section-home ul.images-section-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 60px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.images-container .title-section {
  /* background-color: #C8E6E6; */
  position: relative;
}
.images-container .title-section a {
  padding: 20px 0;
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  display: block;
  color:#3C3C3B !important;
  font-family: 'FreightSansProMedium';
}

@media only screen and (max-width: 798px) {
	.images-section-home ul.images-section-grid {
		display: block;
		margin-bottom: 20px;
	}
}


/****************************************/

/** Video Home
/****************************************/

.video-section-home ul.video-section-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 60px;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 798px) {
	.video-section-home ul.video-section-grid {
		display: block;
	}
}
.video-container .title-section {
	background-color: #C8E6E6;
	position: relative;
}
img.videohome {
	width: 100%;
	object-fit: cover;
	height: 300px;
}
.video-container .title-section p {
	padding: 20px;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
}
.video {
	position: relative;
	max-height: 190px;
	width: 100%;
}
.play {
	font-size: 40px;
	position: absolute;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	margin: -40px 0 0 -60px;
	right: 10px;
	top: 40px;
	display: block;
	width: 100%;
	height: 100%;
}
.play i {
	position: absolute;
	text-align: center;
	top: 20px;
	right: 10px;
}
/****************************************/

/** Main banner
/****************************************/

.main-banner-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-color: #C8E6E6;
	padding: 0 60px;
}
@media only screen and (max-width: 798px) {
	.main-banner-grid {
		display: block;
	}
}
.main-banner-grid .main-banner-left h2 {
	padding-bottom: 20px;
}
.main-banner-grid .main-banner-left {
	padding-top: 70px;
}
@media only screen and (max-width: 798px) {
	.main-banner-grid .main-banner-left {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 798px) {
	.main-banner-grid .main-banner-right img {
		position: relative;
		right: -40px;
	}
}
.main-banner-grid .main-banner-left h2:after {
	display: none;
}
.main-banner-grid .main-banner-left .button.buttongrey {
	background-color: #3C3C3B;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	border: none;
	border-radius: 0;
	margin-top: 10px;
	padding: 12px 30px;
}
/****************************************/

/** Benefits
/****************************************/

.benefits-section ul.benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 60px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 80px;
}
@media only screen and (max-width: 798px) {
	.benefits-section {
		margin: 0 5%;
	}
}
.benefit-container {
	background-color: transparent;
	box-shadow: 1px 1px 10px 1px rgba(176, 176, 176, 0.82);
}
.benefit-container img{
	background-color: rgba(165, 212, 217, 0.8);
}
.benefit-imagecontainer {
	height: 200px;
	background-position: center center;
	background-size: cover;
	/* border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border: none; */
}
.benefit-textcontainer {
	background-color: #fff;
	padding: 30px 30px 0 30px;
	text-align: left;
	min-height: 243px;
}
.benefit-textcontainer h3 {
	min-height: 50px;
}
.benefit-textcontainer p {
	min-height: 130px;
}
@media only screen and (min-width: 1900px) {
	.benefit-textcontainer p {
		height: 100px;
		min-height: 10px;
	}
}
@media (min-width: 798px) and (max-width: 1900px) {
	.benefit-textcontainer p {
		min-height: 90px;
		overflow:hidden;
	}
}
@media (min-width: 798px) and (max-width: 1400px) {
	.benefit-textcontainer h3 {
		font-size: 18px;
		min-height: 20px;
	}
}
@media (min-width: 798px) and (max-width: 1200px) {
	.benefit-textcontainer h3 {
		font-size: 14px;
	}
	.benefit-textcontainer p {
		font-size: 12px;
	}
}
@media (min-width: 798px) and (max-width: 1024px) {
	.benefit-textcontainer h3 {
		font-size: 14px;
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		width: auto;
	}
	.benefit-textcontainer {
    min-height: 190px;
    padding-top: 25px;
    max-height: 190px;
	}
	.bestseller-product-grid .card-top-section img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
}
@media only screen and (max-width: 1030px) {
	.benefit-textcontainer {
		min-height: 100px;
	}
}
@media only screen and (max-width: 798px) {
	.benefit-textcontainer {
		min-height: 280px;
	}
}
.benefit-container.container-blue, .benefit-textcontainer.container-blue {
	background-color: #C8E6E6;
}
.benefit-container .learn-more {
	background-color: #A5D6DA;
	position: relative;
	width: 150px;
	font-size: 15px;
	float: right;
	top: 20px;
	text-align: center;
}
@media only screen and (max-width: 1030px) {
	.benefit-container .learn-more {
		top: -40px;
	}
}
@media only screen and (max-width: 798px) {
	.benefit-container .learn-more {
		top: -22px;
	}
	.bestseller-home .swiper-pagination {
		margin-top: 0px;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
	.benefit-textcontainer {
		min-height: 190px;
	}
	.benefit-container .learn-more {
		top: -35px;
	}
	.events-section .event-cat-title{
		margin-top:30px !important;
	}
	.events-textcontainer {
		min-height: 302px !important;
	}
	.events-textcontainer .event-name{
		line-height:25px;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.benefit-textcontainer {
		min-height: 210px;
	}
	.benefit-container .learn-more {
		top: -22px;
	}
	.events-section .swiper-container-events {
		padding-top: 20px !important;
	}
	.events-section .swiper-container-events {
		padding-top: 60px !important;
	}
	.events-textcontainer .event-name{
		line-height:25px;
	}
	.events-textcontainer {
		min-height: 302px !important;
	}
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.benefit-textcontainer {
		padding-top: 25px;
	}
	.events-section .event-cat-title {
		margin-top: 0px !important;
	}
	.events-section .swiper-container-events {
		padding-top: 55px !important;
	}
	.bestseller-product-grid li {
		min-height: 830px !important;
	}
}

.benefit-container .learn-more.more-white {
	background-color: #fff;
	color: #3C3C3B;
	box-shadow: 0px 0px 10px 1px rgba(176, 176, 176, 0.4);
}
.benefit-container .learn-more p, .benefit-container .learn-more a {
	padding: 10px 0;
	margin: 0;
	color: #3C3C3B;
	box-shadow: 0px 0px 10px 1px rgba(176, 176, 176, 0.4);
}
@media only screen and (max-width: 798px) {
	.benefits-section h2 {
		font-size: 24px;
	}
}
/****************************************/

/** Benefits Mobile
/****************************************/

.swiper-container-benefit {
	width: 100%;
	height: 100%;
}
.swiper-container-benefit .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 80%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
@media only screen and (max-width: 798px) {
	.swiper-container-benefitmob .swiper-slide {
		max-width: 90%;
	}
}
@media only screen and (max-width: 1030px) {
	.benefits-section .swiper-pagination {
		position: relative;
		text-align: center;
		bottom: 0px;
	}
	.benefits-section .swiper-pagination .swiper-pagination-bullet {
		background-color: transparent;
		border: 2px solid #A5D6DA;
		height: 22px;
		width: 22px;
	}
	.benefits-section .swiper-pagination .swiper-pagination-bullet-active {
		background-color: #A5D6DA;
	}
}
/****************************************/

/** Bestseller Product Cards & Loop
/****************************************/

@media only screen and (max-width: 798px) {
	.bestseller-home {
		margin: 0 5%;
	}
}
.bestseller-home{
	margin-bottom:90px !important;
}
.bestseller-home .swiper-pagination {
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.bestseller-home .swiper-pagination .swiper-pagination-bullet {
	background-color: transparent;
	border: 2px solid #A5D6DA;
	height: 22px;
	width: 22px;
}
.bestseller-home .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #A5D6DA;
	border: 3px solid #A5D6DA;
}
.bestseller-product-grid {
	display: grid;
	list-style: none;
}
.bestseller-product-grid li {
	background-color: #fff;
	box-shadow: 1px 1px 13px 1px rgba(176, 176, 176, 0.4);
	border-radius: 10px;
	min-height: 730px;
}

@media only screen and (max-width: 1024px)and (min-width: 769px){
	.bestseller-product-grid li {
		min-height: 560px !important;
	}
}
@media only screen and (max-width: 768px) {
	.bestseller-product-grid li {
		min-height: 560px !important;
	}
}
.bestseller-product-grid li .card-top-section {
	background-color: rgba(165, 212, 217, 0.8);
	padding: 10px 35px 10px 35px;
	border-radius: 10px 10px 0 0;
}
.bestseller-product-grid li .card-top-section h2 {
	font-family: 'FreightSansProMedium';
	font-size: 26px;
	padding-top: 20px;
	font-weight: 600;
}
.bestseller-product-grid li .price r {
	font-size: 16px !important;
	color: red;
}
.bestseller-product-grid li .price r bdi {
	color: red;
	font-size: 16px !important;
}
.bestseller-product-grid li .card-top-section h2:after {
	content: "";
	width: 0;
	padding-top: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.bestseller-product-grid li .woocommerce-Price-amount.amount {
	font-family: 'SteagalW01';
	color: #3C3C3B;
	font-size: 22px;
}
.bestseller-product-grid li .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
	padding-right: 5px;
}
.bestseller-product-grid li .card-top-section .vat {
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.bestseller-product-grid li .card-bottom-section {
	position: relative;
	margin: 0 auto;
	display: table;
	margin: 20px 30px;
}
.bestseller-product-grid li .card-bottom-section .button.add_to_cart_button {
	background-color: #A5D6DA;
	font-size: 10px;
	padding: 10px 30px;
	border-radius: 20px;
	margin-right: 5px;
	color: #3C3C3B;
	font-weight: bold;
}
.bestseller-product-grid li .card-bottom-section .buttonrounded {
	font-size: 10px;
	padding: 10px 35px;
	border-radius: 20px;
	font-weight: bold;
}
.bestseller-product-grid li .card-bottom-section .buttonlight {
	border: 2px solid #A5D6DA;
	color: #3C3C3B;
	font-weight: 600;
}
.bestseller-product-grid li .card-bottom-section .card-bottom-infos hr {
	height: 3px;
	background-color: #A5D6DA;
	width: 60%;
	margin: 0;
}
.bestseller-product-grid li .card-bottom-section .card-bottom-infos .product-short-desc-card p {
	font-size: 13px;
}
.bestseller-product-grid li .card-bottom-section .card-bottom-infos .read-more-incard .buttonlight {
	margin: 40px auto 0 auto;
	display: table;
}
.bestseller-product-grid .review-side-cont {
	padding: 20px 0;
}
.bestseller-product-grid .review-side-cont .customer-ratingstars {
	float: left;
	font-size: 12px;
	padding-top: 10px;
}
@media only screen and (max-width: 798px) {
	.bestseller-home .swiper-slide {
		width: 95%;
	}
	.bg-full-blue{margin-top:0px !important ;}
	.bg-full-blue h2{padding-top:30px !important ;}
	.two-col-benefit {display: flex !important ;}
}
/****************************************/

/** Reviews
/****************************************/

@media only screen and (max-width: 798px) {
	.review-section {
		margin: 0 5%;
	}
}
.review-section ul.review-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 60px;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 1200px) {
	.review-section ul.review-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}
.review-container {
	background-color: #fff;
	box-shadow: 1px 1px 10px 1px rgba(176, 176, 176, 0.4);
}
.review-imagecontainer {
	height: 300px;
	background-position: center center;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%)
}
.review-textcontainer {
	background-color: #fff;
	padding: 20px;
}
.review-textcontainer p {
	padding: 0;
	margin: 0;
}
.review-textcontainer .customer-review {
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
	padding-bottom: 10px;
}
.review-textcontainer .customer-name {
	font-weight: 600;
	font-size: 20px;
	color: #A5D6DA;
	padding: 5px 0 5px 0;
}
.review-textcontainer .customer-location {
	font-weight: 600;
	font-size: 16px;
	color: #3B3B3B;
}
@media only screen and (max-width: 1030px) {
	.reviewbreak-mob .review-container {
		min-height: 550px;
	}
}
@media only screen and (max-width: 1000px) {
	.reviewbreak-mob .review-container {
		min-height: 550px;
	}
}
@media only screen and (max-width: 798px) {
	.reviewbreak-mob .review-container {
		min-height: 550px;
	}
}
/****************************************/

/** Banner
/****************************************/

.banner-section {
	padding-top: 80px;
	padding-bottom: 140px;
}
@media only screen and (max-width: 798px) {
	.banner-section {
		margin: 0 5%;
	}
}
.banner-section h2 {
	font-size: 40px;
	padding-bottom: 40px;
}
.banner-section h2:after {
	display: none;
}
.banner-section .button {
	padding: 15px 30px;
	background-color: #A5D6DA;
	color: #3C3C3B;
}
.banner-section img.arrow {
	height: 25px;
	top: 7px;
	position: relative;
}
/****************************************/

/** Events
/****************************************/

.site-main .contact-box {
	padding: 0;
}
/****************************************/

/** Events
/****************************************/

@media only screen and (max-width: 798px) {
	#messen {}
}
@media only screen and (max-width: 1030px) {
	.events-section {
		margin: 0 5%;
	}
}
.events-row {
	padding-top: 50px;
}
.event-cat-title {
	font-family: 'SteagalW01';
	position: relative;
	font-size: 28px;
	font-weight: 700;
	text-align: right;
	top: 50px;
	font-weight: 400;
}
@media only screen and (max-width: 798px) {
	.event-cat-title {
		position: initial;
		margin-top: 21px !important;
	}
}
.events-row .event-cat-title {
	top: 0px;
	padding-bottom: 50px;
}
.events-section ul.events-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 60px;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 1200px) {
	.events-section ul.events-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}
.events-container {
	background: rgb(165, 214, 218);
	background: linear-gradient(297deg, rgba(165, 214, 218, .6) 0%, rgba(165, 214, 218, 1) 80%);
	border-radius: 10px;
	box-shadow: 1px 1px 15px 1px rgba(176, 176, 176, 0.4);
}
.events-textcontainer {
	padding: 40px 20px;
}
.events-textcontainer a {
	text-decoration: none;
}
.events-textcontainer p {
	padding: 0;
	margin: 0;
}
.events-textcontainer .event-date {
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 10px;
	color: #3E3B3B;
}
.events-textcontainer .event-name {
	font-weight: 800;
	font-size: 24px;
	color: #fff;
	padding: 5px 0 20px 0;
}
.events-textcontainer .event-location {
	font-weight: 500;
	font-size: 14px;
	color: #3B3B3B;
	padding-bottom: 30px;
}
.events-textcontainer .eventbutton {
	border: 2px solid #fff;
	border-radius: 20px;
	color: #3C3C3B;
}
.events-textcontainer a.eventbutton {
	font-size: 14px;
	padding: 10px 30px;
}
.events-textcontainer .eventbutton:hover {
	border: 2px solid #fff;
	border-radius: 20px;
	color: #3C3C3B;
	background-color: #fff;
	transition: .3s;
}
#bestseller-Austauschpatronen{
	margin-top:50px;
}