* {
  margin: 0;
  padding: 0;
}
/* cookies */

.cc-revoke.cc-left {
left: 0.5em;
}
.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(.5em);
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-bottom {
    bottom: 5px;
  }
}
/* Slider modifikationen */
.swiper-caption {
  background-color: transparent;
	width: 90%;
}
.swiper-caption p.cl-h4 {
  font-weight: normal;
  font-size: 26px;
  width: 80%;
  margin-top: 70px;
  margin-left: 5%;
}
.swiper-caption p.cl-h5 {
 font-weight: normal;
  float: right;
  margin-right: 20%;
  margin-top: 20px;
}
.swiper-button-prev, .swiper-button-next {
	color: var(--swiper-navigation-color, #5f7493);
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #f3f4f9;
}
/* ---------------------- */
@media screen and (max-width: 900px) {
	.swiper-caption p.cl-h4 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 800px) {
	.swiper-caption {
    left: 15px;
    }
}
@media screen and (max-width: 690px) {
	.swiper-caption p.cl-h4 {
      margin-top: 0px;
      font-size: 22px;
      width: 75%;
    }
    
}
@media screen and (max-width: 568px) {
    .swiper-caption p.cl-h4 {	
    margin-top: -20px;
    }
    .swiper-caption p.cl-h5 {
    margin-top: 5px;
    }
}
@media screen and (max-width: 541px) {
	.swiper-caption p.cl-h4 {
	margin-top: -20px;
	font-size: 20px;
    }
  .swiper-caption p.cl-h5 {
    font-size: 14px;
    }
}
@media screen and (max-width: 496px) {
	.swiper-caption p.cl-h4 {
      margin-top: -25px;
      font-size: 18px;
      width: 77%;
    }
    
}
@media screen and (max-width: 460px) {
	.swiper-caption p.cl-h4 {
    font-size: 17px;
    }
}
@media screen and (max-width: 440px) {
	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
    }
    .swiper-caption p.cl-h5 {
    margin-top: 12px;
    }
}
@media screen and (max-width: 433px) {
  .swiper {padding-bottom: 40px;}
  .swiper-caption p.cl-h5 {margin-top: 5px;}
}
@media screen and (max-width: 414px) {
	.swiper {padding-bottom: 40px;}
}
@media screen and (max-width: 396px) {
	 .swiper-caption p.cl-h4 { margin-top: -30px; }
}
@media screen and (max-width: 385px) {
	.swiper-caption p.cl-h4 { margin-top: -35px; }
}
@media screen and (max-width: 360px) {
	.swiper-caption p.cl-h4 { font-size: 16px; }
  .swiper-caption p.cl-h5 { font-size: 13px; }
}
@media screen and (max-width: 350px) {
	    .swiper {padding-bottom: 40px;}
}
@media screen and (max-width: 320px) {
	.swiper-caption p.cl-h4 { 
      font-size: 16px;
      margin-top: -45px;
    }
}