#japan_timeline #timeline {
  padding: 20px 0;
  background: url(../Images/zs-punkt.png) repeat-y 10px top;
}
@media screen and (min-width: 768px) {
  #japan_timeline #timeline {
    background: url(../Images/zs-punkt.png) repeat-y top center;
  }
}
#japan_timeline .kachel__entry {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0;
  padding: 0 20px 0 45px;
}
@media screen and (min-width: 768px) {
  #japan_timeline .kachel__entry {
    padding: 0;
  }
}
#japan_timeline .kachel__entry:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13.5px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #f9b120;
}
@media screen and (min-width: 768px) {
  #japan_timeline .kachel__entry:before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  #japan_timeline .kachel__entry:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  #japan_timeline .kachel__entry:nth-of-type(odd) .zs-datum {
    text-align: left;
      justify-content: flex-start;
  }
}
#japan_timeline .zs-datum,
#japan_timeline .zs-kachel {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #japan_timeline .zs-datum,
  #japan_timeline .zs-kachel {
    width: 45%;
  }
}
#japan_timeline .zs-datum {
  display: flex;
  align-items: center;
  color: #f9b120;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 10px;
  text-align: right;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #japan_timeline .zs-datum {
    margin-bottom: 0;
  }
}
#japan_timeline .zs-kachel {
  background-color: #ececec;
}
#japan_timeline .zs-kachel img {
  border: 0;
  box-sizing: border-box;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#japan_timeline .zs-kachel .zs-content {
  padding: 20px;
}
#japan_timeline .zs-kachel .zs-content h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
#japan_timeline .zs-kachel .zs-content p {
  margin-bottom: 5px;
}
#japan_timeline .zs-kachel .zs-content p:last-child {
  margin-bottom: 0;
}
#japan_timeline .zs-kachel table {
  padding: 0;
  margin: 0;
  width: 100%;
}
#japan_timeline .zs-kachel table tr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #japan_timeline .zs-kachel table tr {
    flex-direction: row;
  }
}
#japan_timeline .zs-kachel table tr td {
  hyphens: auto;
}
#japan_timeline .zs-kachel table tr td:first-child {
  font-weight: bold;
}
#japan_timeline a {
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
#japan_timeline a:hover {
  color: #f9b120;
  text-decoration: underline;
  transition: all 0.3s;
}

/*# sourceMappingURL=timeline.css.map */
