/**
* Block Name: teaser_single
*/

/**
* Block Name: teaser_single
*/

section.teaser_single.color_light {
  background: rgba(243, 250, 239, 0.84);
}
section.teaser_single.color_dark {
  background: rgba(0, 0, 0, 0.74);
}
section.teaser_single.color_green {
  background: rgba(115, 198, 64, 0.64);
}
section.teaser_single.color_light.full_color {
  background: #f3faef;
}
section.teaser_single.color_dark.full_color {
  background: #000;
}
section.teaser_single.color_green.full_color {
  background: #73c640;
}
section.teaser_single .bg_wrapper {
  top: 0px;
  left: 0px;
  z-index: -2;
}

section.teaser_single .card_wrapper:nth-child(n + 4) {
  margin-top: 30px;
}

section.teaser_single .teaser_card {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, transform 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
}

section.teaser_single .teaser_card .titel_wrapper {
  min-height: 50px;
}

section.teaser_single .teaser_card .icon {
  border: 1px solid #000;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
}

section.teaser_single a.teaser_card:hover .icon {
  border: 1px solid #73c640;
}

section.teaser_single .teaser_card .icon img {
  height: 100%;
  width: 100%;
  padding: 8px;
}

section.teaser_single .teaser_card hr {
  border-top: 1px solid #e2f2d9;
  width: calc(100% + 2 * 30px);
  margin-left: -30px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

section.teaser_single a.teaser_card:hover {
  border-color: #73c640;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.13);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

section.teaser_single a.teaser_card:hover hr {
  border-color: #73c640;
}

@media (max-width: 767.98px) {
  section.teaser_single .card_wrapper:nth-child(n + 2) {
    margin-top: 30px;
  }
}

@media (max-width: 1199.98px) {
  section.teaser_single .card_wrapper:nth-child(n + 3) {
    margin-top: 30px;
  }
}
