/**
* Block Name: geschichte
*/

section.geschichte {
  overflow: hidden;
}

section.geschichte .item {
  padding: 0px;
}

section.geschichte .content_wrapper {
  padding: 30px;
  padding-bottom: 20px;
  border-left: 4px solid var(--alt-light-green);
}

section.geschichte .bg_static_cover {
  height: 100px;
  border-radius: 5px;
}

@media (min-width: 576px) {
  section.geschichte .bg_static_cover {
    height: 200px;
  }
}

@media (min-width: 768px) {
  section.geschichte .bg_static_cover {
    height: 200px;
  }
}

