@charset "UTF-8";

/*------------------------- Slider Infocards Artikel  -----------------------------*/

  
  .news-slider__ctr {/*! display: none; */}

.drumrum {
  position: relative;
  overflow-x: hidden !important;  
    /*! height: 710px; */
overflow-y: hidden;
	padding-bottom: 2%;
}
  @media (max-width: 749px) {
    .drumrum {padding-bottom: 20%;}
}

.slideshow-container a, .slideshow-container a:hover {
  text-decoration: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
  /*
.background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
border:1px solid silver;
  
} */
  .drumrum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
  }



.item-bg {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
  opacity: 0;
  transition: all .3s;
  left: -30px;
  
	}
  .item-bg.active {
    left: 0px;
    top: 0px;
    opacity: 0;
	  background: #ededed;
	  position: fixed;
  }


	
	.news-slider {
		 z-index: 2;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
	}
	
	@media screen and (max-width: 1300px){
	.news-slider {
      max-width: 1000px;
		}}

	@media screen and (max-width: 576px){
	.news-slider {
      margin-top: 45px;
		}}
	
	.news-slider__wrp
	{
      display: flex;
      align-items: flex-start;
      position: relative;
      z-index: 2;
    }

	.news-slider__item
	{width: 400px;
      flex-shrink: 0;}
	
	
	@media screen and (max-width: 992px) {
		.news-slider__item { 
			width: 325px;
			height: 525px; }
	}
	
	
	.news-slider__item .swiper-slide {
        opacity: 0;
        pointer-events: none;
        transition: all .3s;
      }
	
	
	.news-slider__item .swiper-slide-active,
      .news-slider__item .swiper-slide-prev,
      .news-slider__item .swiper-slide-next {
        opacity: 1;
        pointer-events: auto;
      }
	
	
	.news-slider__ctr {
      position: relative;
      z-index: 12;
    }

	.news-slider__arrow {
      background: #fff;
      border: none;
      display: inline-flex;
      width: 50px;
      height: 50px;
      justify-content: center;
      align-items: center;
      box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
      border-radius: 50%;
      position: absolute;
      top: 0%;
      z-index: 12;
      cursor: pointer;
      outline: none!important;
	}
	
	.news-slider__arrow:focus {
        outline: none!important;
      }
	
	.news-slider__arrow .icon-font {
        display: inline-flex;
      }
	
	
	 .news-slider-prev {
        left: 15px;
        transform: translateY(-170%);
      }
	
	 .news-slider-next {
        right: 15px;
        transform: translateY(-170%);
      }
	
	.news-slider__pagination {
      text-align: center;
		/*! margin-top: 50px; */ }
	
	
	
	.news-slider__pagination .swiper-pagination-bullet {
        width: 13px;
        height: 10px;
        display: inline-block;
        background: #5e5e5e;
        opacity: .2;
        margin: 0 5px;
        border-radius: 20px;
        transition: opacity .5s, background-color .5s, width .5s;
        transition-delay: .5s, .5s, 0s;
      }
	
	
	 .news-slider__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #7e7e7e;
        width: 100px;
        transition-delay: 0s;
	}
	
	 @media screen and (max-width: 576px) {
		 .news-slider__pagination .swiper-pagination-bullet-active {
			 width: 70px;}
        }
	
	
	.news__item {
		 padding: 40px;
    color: #504a44;
    /*! border-radius: 10px; */
    display: block;
    transition: all .3s;
    height: inherit;
		 box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
		 margin-left: 25px;
		text-decoration: none;
	}
	

	 @media screen and (min-width: 800px) {
      .news__item:hover {
        color: #222222;
        transition-delay: .1s;
		 }

        .news__item:hover .news-date, .news__item:hover .news__title,  .news__item:hover .news__txt {
          opacity: 1;
          transition-delay: .1s;
        }

        .news__item:hover .news__img {
          box-shadow: none;
        }

      }
    
	
	.news__item .active
	{color: #222222;}
	
	
	.news__item .active .news-date,.news__title,.news__txt {
        opacity: 1;
      }
	
	.news__item .active .news__img {
        box-shadow: none;
      }
	
	
	
	 @media screen and (max-width: 992px) {
		 .news__item { padding: 30px;}
    }

    @media screen and (max-width: 576px) {
     .news__item {padding: 20px;}
	}
	
	
	.news-date {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    display: inline-block;
    opacity: .7;
		transition: opacity .3s;}
	
	@media screen and (max-width: 576px) {
	.news-date	{
      margin-bottom: 10px;
      display: inline-flex;
      align-items: center;
      padding-bottom: 0;
    }
	}
	
	.news-date__title {
      display: block;
      font-size: 32px;
      margin-bottom: 10px;
      font-weight: 500;
	}
	
	@media screen and (max-width: 576px) {
		.news-date__title{  margin-right: 10px;}
      }
	
	.news-date__txt {
      font-size: 16px;
    }
	
	
	.news__title {
    font-size: 25px;
    font-weight: 500;
    opacity: .7;
    margin-top: 10px;
    margin-bottom: 15px;
		transition: opacity .3s; }
	
	
	@media screen and (max-width: 576px) {
		.news__title {
      font-size: 22px;
      margin-bottom: 10px;
    }
	}
	
	.news__txt{
    margin: 10px 0;
    line-height: 1.6em;
    font-size: 15px;
    opacity: .7;
    transition: opacity .3s;
  }
	
	.news__img {
    border-radius: 0px;
   /* box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25); */
    height: auto;
  /*  margin-top: 30px; */
    width: 100%;
    transition: all .3s;
		transform-origin: 0% 0%; }
	
	 @media screen and (max-width: 576px) {
    .news__img  {height: 180px;
      margin-top: 20px;
		 }}
	
	.news__img img {
      max-width: 100%;
      border-radius: 0px;
      height: 100%;
      width: 100%;
    }
	

/*------------------------- Grid-Bildboxen variabel -----------------------------*/



  /*
 .grid-item img {
  min-height: min-content;
  min-width: min-content; 
}
  */
	
	.item-content a:hover { color: #fff;}
  
.sichtbar {
  opacity: 1 !important;
    margin-top: -50px !important;
	font-weight: 600;
  }
  
  .item-content p{
    text-transform: initial !important;
font-size: 16px;
  }
  
  
  
  .ah-gallery-grid {
  width: 100%;
  height: 100%;
 
}
.ah-gallery-grid .grid-item {
  position: relative;
  overflow: hidden;
}
.ah-gallery-grid .box {
  padding-top: 100%;
  /*! height: 0 !important; */
  /*! min-height: initial !important; */
}
.ah-gallery-grid .item-content {
  position: absolute;
  top: 50%;
  left: 0;
 width: 92%;
padding: 4%;
  text-align: center;
  transform: translateY(-30%);
  text-transform: uppercase;
  font-size: 24px;
    color: #fff;
text-shadow: 2px 1px 10px #000;
font-weight: 400;
}
.ah-gallery-grid .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	
	
	
@media (min-width: 768px) {
  .ah-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
  .ah-gallery-grid .div1 {
    grid-area: 1/1/3/3;
  }
  .ah-gallery-grid .div2 {
    grid-area: 1/3/2/5;
  }
  .ah-gallery-grid .div3 {
    grid-area: 3/1/3/3;
  }
  .ah-gallery-grid .div4 {
    grid-area: 2/3/4/5;
  }
  .ah-gallery-grid .div5 {
    grid-area: 4/1/4/1;
  }
  .ah-gallery-grid .div6 {
    grid-area: 4/2/4/4;
  }
  .ah-gallery-grid .div7 {
    grid-area: 4/4/4/4;
  }
  
  
  
  .ah-gallery-grid .item-content {
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 600ms, transform 600ms;
  }
  .ah-gallery-grid .item-image {
    transition: blur 600ms, transform 2s;
  }
  .ah-gallery-grid .grid-item:hover .item-content {
    opacity: 1;
    transform: translateY(-20%);
  }
  .ah-gallery-grid .grid-item:hover .item-image {
    filter: blur(4px);
    transform: scale(1.2);
  }
}
	
	
	
	
	
@media (max-width: 767px) {
  .ah-gallery-grid {
    display: flex;
    flex-direction: column;
  }
  .ah-gallery-grid .item-image {
    opacity: 0.8;
  }
  .ah-gallery-grid .grid-item {
    /* min-height: 400px; */
    margin: 4px;
  }
  .ah-gallery-grid .vertical {
    min-height: initial;
    height: 0;
    padding-top: 200%;
  }
}

  
  
  
  @media (max-width: 768px) {
  .ah-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
  .ah-gallery-grid .div1 {
    grid-area: 1/1/3/3;
  }
  .ah-gallery-grid .div2 {
    grid-area: 3/1/4/4;
  }
  .ah-gallery-grid .div3 {
    grid-area: 4/1/4/4;
  }
  .ah-gallery-grid .div4 {
    grid-area: 5/1/7/3;
  }
  .ah-gallery-grid .div5 {
    grid-area: 10/1/8/2;
  }
  .ah-gallery-grid .div6 {
    grid-area: 8/1/7/3;
  }
  .ah-gallery-grid .div7 {
    grid-area: 10/2/8/2;
  }
	  
	  .sichtbar {
  transform: translateY(-65%) !important;
}
	  .div5 img, .div7 img {
		  min-height: 100%;
		  width: auto !important;
		  max-width: unset !important;
    margin-left: -50%;
	  }
	   .div5 .sichtbar, .div7 .sichtbar {
		    transform: translateY(-85%) !important;
	  }
  
  .ah-gallery-grid .grid-item .item-content {
    opacity: 0;}
  .ah-gallery-grid .grid-item:hover .item-content{
    opacity: 1;}
  
  .ah-gallery-grid .item-image:hover {
  transition: blur 600ms, transform 2s;
    filter: blur(0.5rem);
  }
  
}





