/* xl - DESKTOP STYLES */
.news-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}
.news-container .av_textblock_section {
  display: flex !important;
  flex: 1;
  justify-content: center;
}
.news-container .av_textblock_section .avia_textblock {
  width: 92%;
  max-width: 1550px;
}
.news-container .aktuelt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-container .aktuelt .post-entry {
  padding: 20px;
  margin-bottom: 25px;
  width: 30%;
  min-width: 250px;
  max-width: 500px;
  overflow: hidden;
  margin-left: 1%;
  margin-right: 1%;
}
.news-container .aktuelt .post-entry .entry-content-wrapper {
  display: grid;
  background: white;
  background: linear-gradient(to left, white 50%, #49a627 50%, #009036 100%) right;
  background-size: 30px;
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
  background-position: left;
  height: 100%;
}
.news-container .aktuelt .post-entry .entry-content-wrapper .single-big {
  grid-row: 1;
  height: 200px;
  margin: 0 !important;
  padding: 0 !important;
}
.news-container .aktuelt .post-entry .entry-content-wrapper .single-big a {
  height: 100% !important;
}
.news-container .aktuelt .post-entry .entry-content-wrapper .single-big img {
  background: #e2e2e2 !important;
  height: 100% !important;
  object-fit: cover;
}
.news-container .aktuelt .post-entry .entry-content-wrapper .post-meta-infos {
  grid-row: 2;
  margin: 0 !important;
  margin-top: 20px !important;
  padding-left: 50px !important;
  border: 0 !important;
}
.news-container .aktuelt .post-entry .entry-content-wrapper header {
  grid-row: 3;
  margin: 0 !important;
  padding-left: 50px !important;
  overflow: hidden;
}
.news-container .aktuelt .post-entry .entry-content-wrapper header h2 {
  color: black !important;
  line-height: 2rem !important;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.8em !important;
}
.news-container .aktuelt .post-entry .entry-content-wrapper header a {
  font-size: 1.9rem;
}
.news-container .aktuelt .post-entry .entry-content-wrapper .av-vertical-delimiter {
  width: 50px;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  margin-left: 50px !important;
  margin-right: auto;
  grid-row: 4;
  border-color: #009036 !important;
  border-width: 5px;
}
.news-container .aktuelt .post-entry .entry-content-wrapper .entry-content {
  grid-row: 5;
  margin: 0 !important;
  padding-left: 50px !important;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 8.4rem;
  margin-bottom: 10px !important;
}
.news-container .aktuelt .post-entry .entry-content-wrapper .post_delimiter {
  grid-row: 1;
  height: 200px;
  background: #e2e2e2 !important;
  background-image: url("https://84.49.2.53/wp-content/uploads/2022/09/cropped-Swirl_Centric_S_FC.png") !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: relative !important;
  overflow: hidden;
}
.news-container .aktuelt .post-entry .entry-content-wrapper:has(> .single-big) .post_delimiter {
  display: none !important;
}
.news-container .aktuelt .post-entry .entry-content-wrapper:hover {
  color: white;
  display: grid;
  background-size: 200%;
  background-position: left;
}
.news-container .aktuelt .post-entry .entry-content-wrapper:hover h2, .news-container .aktuelt .post-entry .entry-content-wrapper:hover time, .news-container .aktuelt .post-entry .entry-content-wrapper:hover .av-vertical-delimiter {
  color: white !important;
}
.news-container .aktuelt .text-sep {
  display: none !important;
}
.news-container .aktuelt .read-more-link {
  display: none !important;
}
.news-container .aktuelt .single-big:has(> .pagination) {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .news-container .aktuelt .post-entry a {
    font-size: 0.7em !important;
    line-height: 1em;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .news-container .aktuelt {
    justify-content: center;
  }
  .news-container .aktuelt .post-entry {
    width: 100%;
    padding: 10px;
  }
  .news-container .aktuelt .post-entry h2 {
    font-size: 1.8em !important;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .news-container .aktuelt .post-entry a {
    font-size: 0.6em !important;
    line-height: 0.9em !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F18516-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F18516-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F18516-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F18516-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1JF%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFAA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAHNF%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */