.sliderItemImg {
  background-position: center;
  background-size: cover;
  height: 840px;
  background-color: #ffffff;
}
.sliderItemImg .imgBlurBg {
	position: absolute;
	width: 100%;
	background-position: center;
  background-size: cover;
	filter: blur(15px);
  	-webkit-filter: blur(15px);
	height: 840px;
}

.sliderItemImg.imgNotBg .container{
	padding-top: 95px;
}

.sliderItemText {
  position: absolute;
  top: 40%;
  right: 15%;
  width: 35%;
  padding: 2%;
  background-color: rgb(255, 255, 255, 0.85);
}
a.bannerTextLink {
  color: #3c3c3c;
  display: block;
  height: 100%;
  width: 100%;
}
a.bannerTextLink:hover {
  text-decoration: none;
}
h1.bannertitle {
  font-size: 2.5em;
  line-height: 1em;
}
h4.bannerheadline {
  text-transform: uppercase;
  /*color:#3c3c3c;*/
  font-weight: 300;
  font-size: 1.2rem;
  /*font-family: "MetaWeb CondXBold", arial, sans-serif;*/
	margin-bottom:2px;
}
.banneroverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(45deg, #e20613 0%, #009ee2 100%) transparent;
  /*mix-blend-mode: overlay;*/
}

@media (min-width: 1281px) {
  .sliderItemImg,
	.sliderItemImg .imgBlurBg{
    height: 660px !important;
  }
}
@media (max-width: 1280px) {
  .sliderItemImg{
    /*height: 640px !important;*/
	--width: 100vw;
	  width: var(--width);
	 /* height: calc((9.08/17) * var(--width));*/
	  height: calc((7.54/16) * var(--width));
  }
	.sliderItemImg.imgNotBg{
		/*--width: 100%;
		width: var(--width);
	  height: calc((7.54/16) * var(--width));*/
		overflow-x: hidden;
	}
  h1.bannertitle {
    font-size: 2.0em !important;
    line-height: 1em;
  }
	h4.bannerheadline {
		font-size: 1.2rem;
	}
	.sliderItemImg .imgBlurBg{
		display: none;
	}
}
@media (max-width: 1024px) {
  .sliderItemImg,
	.sliderItemImg .imgBlurBg{
    /*height: 500px !important;*/
  }
  .sliderItemText {
    width: 35%;
  }
}
@media (max-width: 991px) {
  h1.bannertitle {
    font-size: 1.5em !important;
  }
	h4.bannerheadline {
		font-size: 1.0rem;
	}
}
@media (max-width: 768px) {
  .sliderItemImg,
	.banneroverlay,
	.sliderItemImg .imgBlurBg{
    /*height: 400px !important;*/
  }
  .sliderItemText {
    background-color: rgb(255, 255, 255, 1);
    position: relative;
    top: -50px !important;
    right: inherit !important;
    left: inherit !important;
    margin-bottom: -20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
  }
}
@media (max-width: 640px) {
  .sliderItemImg,
	.banneroverlay,
	.sliderItemImg .imgBlurBg{
    /*height: 350px !important;*/
  }
  h1.bannertitle {
    font-size: 1.5em !important;
  }
  h4.bannerheadline {
    font-size: 1rem;
  }
	.sliderItemImg.imgNotBg .container{
	padding-top: 0px;
}
	
}
@media (max-width: 500px) {
  .sliderItemImg,
	.banneroverlay,
	.sliderItemImg .imgBlurBg{
    /*height: 240px !important;*/
  }
}