@import url("./_static-variables.css");

a {
  color: var(--dark-gray);
}

.static-teaser-horizontal .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 2px;
  margin-left: 2px;
}

.static-teaser-horizontal .teaser-content h3 a {
  color: var(--black);
}

.static-teaser-horizontal .button .material-symbols-sharp {
  border: none;
  font-size: 1.375rem;
  margin-right: 0rem;
  color: var(--theme-light-green-color);
  background-color: transparent;
  transition: color 1s ease;
  top: 12px;
  position: absolute;
  left: 15px;
}

.static-teaser-horizontal .carousel-control-prev, .static-teaser-horizontal .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-64%);
  width: 4%;
  height: 12.5%;
  color: var(--theme-light-green-color);
  border: 0.014rem solid var(--theme-light-green-color);
  display: none;
  align-items: center;
  justify-content: center;
  background-color: var(--white-bg-color);
  opacity: 1;
  transition: background-color 1s ease;
}

.static-teaser-horizontal .carousel-control-prev:hover, .static-teaser-horizontal .carousel-control-next:hover {
  background-color: var(--theme-dark-green-color);
}

.static-teaser-horizontal .carousel-control-prev:hover .material-symbols-sharp, .static-teaser-horizontal .carousel-control-next:hover .material-symbols-sharp{
  color: white !important;
}

.static-teaser-horizontal .teaser-area {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: #fff;
}

.static-teaser-horizontal .teaser-element {
  width: 100%;
  position: relative;
}
.static-teaser-horizontal .teaser .teaser-area .teaser-content {
  padding-bottom: 26px;
}
.static-teaser-horizontal .teaser .teaser-content {
  padding: 32px 20px 0;
  word-break: break-word;
  overflow: hidden;
}
.static-teaser-horizontal p {
  max-height: none;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

.static-teaser-horizontal h3 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0.1px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  margin-bottom: 0.75rem;
}

.static-teaser-horizontal .fl-btn.fl-btn-icon-primary-lg-big:before {
  background-color: var(--theme-light-green-color);
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  inset: 0 auto auto 0;
  z-index: -1;
  height: 100%;
  opacity: 1;
  width: 32px;
}

@media (min-width: 576px) {
  .static-teaser-horizontal h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 768px) {
  .static-teaser-horizontal h3 {
    font-size: 1.5rem;
  }
}

.static-teaser-horizontal .fl-btn.fl-btn-icon-primary-lg-big {
  padding: 0.5rem 1.5rem 0.5rem 2.75rem;
  color: var(--dark-gray);
  background-color: transparent;
  border: none;
}

.static-teaser-horizontal .fl-btn.fl-btn-icon-primary-lg-big:hover {
  color: var(--white-bg-color);
}
    

.static-teaser-horizontal .material-symbols-sharp {
  color: var(--white-bg-color);
  font-size: 1rem;
  text-align: center;
  position: absolute;
  left: 7px;
  font-family: var(--material-symbol-font-family);
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  vertical-align: text-top;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

.static-teaser-horizontal .fl-btn.fl-btn-icon-primary-lg-big:hover:before {
  background-color: var(--theme-dark-green-color);
  width: 100%;
}
  
@media (min-width: 992px) {
  .static-teaser-horizontal h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .static-teaser-horizontal p {
    line-height: 1.875rem;
  }
  .static-teaser-horizontal .fl-btn-icon-primary-lg-big {
    text-transform: uppercase;
  }
  .static-teaser-horizontal .fl-btn.fl-btn-icon-primary-lg-big:before {
    width: 48px;
  }
  .static-teaser-horizontal .fl-btn.fl-btn-icon-primary-lg-big {
    padding: 1rem 1.5rem 1rem 3.75rem;
  }
  .static-teaser-horizontal .teaser-area {
    display: flex;
    flex-direction: row;
    justify-content: normal;
    align-items: center;
    background-color: transparent;
  }
  .static-teaser-horizontal .teaser-element {
    width: 50%;
  }
  .static-teaser-horizontal .teaser-content {
    margin: 0 0 0 4rem;
    padding: 1.25rem 0;
  }
  .static-teaser-horizontal .carousel-control-next, .static-teaser-horizontal .carousel-control-prev {
    display: block;
  }
  .static-teaser-horizontal .material-symbols-sharp {
    left: 10px;
    font-size: 1.5rem 
  }
}
