/**
* Block Name: geschichte
*/

section.geschichte .text_wrapper {
  margin-bottom: 60px;
}

section.geschichte .timeline_wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.geschichte .timeline_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  margin-left: 2px;
  width: 1px;
  height: 100%;
  background: #979797;
  z-index: 1;
}

section.geschichte .timeline_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  clear: both;
  float: left;
  margin-bottom: 60px;
}

section.geschichte .marker {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 22px;
  height: 22px;
  padding: 0px;
  line-height: 22px;
  background: #ffffff;
  border: 3px solid #a8cf38;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  z-index: 9999;
}

section.geschichte .timeline_content {
  width: 100%;
  padding-left: 55px;
  padding-top: 60px;
  position: relative;
}
section.geschichte .timeline_content img {
  position: absolute;
  top: 0;
  left: 5px;
  width: 200px;
  margin-bottom: 0;
  z-index: -1;
}
section.geschichte .timeline_content > p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section.geschichte .timeline_wrapper:before {
    left: 8px;
    width: 2px;
  }
  section.geschichte .timeline_block {
    width: 100%;
    margin-bottom: 30px;
  }
  section.geschichte .timeline_block {
    float: none;
  }
}
