@import url(_static-variables.css);


.theme-light-green a {
    color: var(--moss-green);
}

.teaser--half .slider-section {
  display: flex;
}

@media screen and (width >= 961px) {
.teaser--half .slider-section {
    display: none;
  }
}

.teaser--slider .teaser-card .content {
  width: auto;
}

.teaser .slider-button.active {
  background-color: var(--theme-dark-green-color) !important;
  transform: scale(1.2);
}

.teaser h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.teaser-card--highlighted {
    min-height: -webkit-fill-available;
}

.default-variant a{
    color: var(--moss-green);
}