/*!
 *  ATTENTION: This File is Generated by Resources/Private/Theme/** /*
 *  Please do not edit this file directly!!!
 *
 *  Project:  waldemar-link-kampagnenwebsites
 *  Version:  1.0.0
 *
 *  Author:   Autorname
 *  Homepage: https://www.atlantisdx.de
 *  Copyright (c) 2025 atlantis dx GmbH
 *
 *  Build:    Tue Dec 02 2025 15:17:34 GMT+0000 (Coordinated Universal Time)
 *
 */
/* mixin for multiline */
.news-teaser-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: #f7f7f7;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.news-teaser-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  color: #222;
}
.news-teaser-item:hover .image-container img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-teaser-item .image-container {
  position: relative;
  overflow: hidden;
  height: 175px;
  background-color: #f6f6f6;
}
@media (max-width: 767.98px) {
  .news-teaser-item .image-container {
    height: 145px;
  }
}
.news-teaser-item .image-container img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-teaser-item .news-teaser-content {
  padding: 0 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-teaser-item .news-teaser-content .date {
  font-weight: bold;
}
.news-teaser-item .news-teaser-content .news-teaser-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.swiper-slide .news-teaser-item .news-teaser-content .news-teaser-title {
  margin-top: 10px;
}
.news-teaser-item .news-teaser-content .news-teaser-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  color: #036798;
  border-radius: 4px;
  padding: 0 2px;
}
.news-teaser-item .news-teaser-content .news-teaser-link:hover {
  color: #fff;
  background-color: #036798;
}
