@-webkit-keyframes zgLoading {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  50% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes zgLoading {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  50% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.tx-ig-zeitstrahl .filterBox {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 55px;
  padding-bottom: 40px;
}

.tx-ig-zeitstrahl .filterBox select {
  width: 100%;
  border: 1px solid #333333;
}

.tx-ig-zeitstrahl .filterBox .filterCheckboxes {
  min-height: 30px;
}

.tx-ig-zeitstrahl .filterBox .filterCheckboxes .filterGroup {
  display: inline;
  float: left;
  margin-right: 40px;
}

.tx-ig-zeitstrahl .filterBox .filterCheckboxes .filterGroup:last-child {
  margin-right: 0;
}

.tx-ig-zeitstrahl .filterBox .filterCheckboxes .filterGroup input[type="checkbox"] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  vertical-align: top;
  -webkit-box-shadow: inset 1px 2px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 2px 0 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.tx-ig-zeitstrahl .filterBox .filterCheckboxes .filterGroup input[type="checkbox"]:checked:after {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  width: 30px;
}

.tx-ig-zeitstrahl .filterBox .filterCheckboxes .filterGroup label {
  color: #333333;
  font-family: "Droid Serif", serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}

.tx-ig-zeitstrahl .overviewYears {
  position: fixed;
  right: 20px;
  z-index: 900;
  width: 60px;
  text-align: center;
}

.tx-ig-zeitstrahl .overviewYears span {
  color: #EB274B;
}

.tx-ig-zeitstrahl .overviewYears ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tx-ig-zeitstrahl .overviewYears ul li {
  margin: 0 auto 4px auto;
  line-height: 4px;
  width: 4px;
  height: 4px;
  display: block;
  background: #D6D6D6;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
}

.tx-ig-zeitstrahl .overviewYears ul li.active {
  width: 10px;
  height: 10px;
  background: #EB274B;
}

.tx-ig-zeitstrahl .overviewYears ul li:hover {
  background: #999999;
  width: 10px;
  height: 10px;
}

.tx-ig-zeitstrahl .overviewYears ul li:hover:after {
  content: attr(data-year);
  position: absolute;
  left: 100%;
  margin-left: 5px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  background: #333333;
  padding: 3px 5px;
  top: 50%;
  margin-top: -10px;
}

.tx-ig-zeitstrahl .overviewYears ul li:hover:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-right-color: #333333;
  border-width: 5px;
  margin-top: -5px;
  margin-left: -5px;
}

.tx-ig-zeitstrahl .timelineYear {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

.tx-ig-zeitstrahl .timelineYear:after {
  content: "";
  background: #D6D6D6;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-right: -1px;
  margin-bottom: -50px;
}

.tx-ig-zeitstrahl .timelineYear .yearHeadline {
  color: #EB274B;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card {
  position: relative;
  display: block;
  background-color: #F2F2F2;
  padding: 30px;
  color: #333333;
  -webkit-box-shadow: 0 2px 0 0 #D6D6D6;
          box-shadow: 0 2px 0 0 #D6D6D6;
  margin-bottom: 100px;
  margin-right: 5%;
  width: 45%;
  float: left;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card:last-child {
  margin-bottom: 0;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card:before {
  content: "";
  height: 48px;
  width: 48px;
  border: 4px solid #FFFFFF;
  background-color: #EB274B;
  -webkit-box-shadow: 0 4px 0 0 #D6D6D6;
          box-shadow: 0 4px 0 0 #D6D6D6;
  top: 37px;
  right: -15.4%;
  position: absolute;
  border-radius: 50%;
  z-index: 10;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card.typ-1:before {
  background-color: #EB274B;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card.typ-3:before {
  background-color: #FBBA00;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card.typ-2:before {
  background-color: #999999;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card:after {
  content: "";
  position: absolute;
  top: 45px;
  right: -20px;
  width: 21px;
  height: 32px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 21px solid #F2F2F2;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card:nth-child(2) {
  margin-top: 130px;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card.odd {
  margin-right: 0;
  margin-left: 5%;
  float: right;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card.odd:after {
  right: inherit;
  left: -20px;
  border-left: none;
  border-right: 21px solid #F2F2F2;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card.odd:before {
  right: inherit;
  left: -15.4%;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 0;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardImage {
  margin-bottom: 20px;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardImage img {
  width: 100%;
  height: auto;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardImage span.buCopyright {
  color: #333333;
  margin-bottom: 5px;
  text-align: right;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardImage .cardCaption {
  display: none;
  padding: 20px 0;
  color: #333333;
  font-family: "Droid Serif", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardTeaser {
  font-size: 18px;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardTeaser p {
  font-size: 18px;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardText {
  display: none;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardMore a {
  color: #EB274B;
  padding-right: 30px;
  position: relative;
  text-decoration: none;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardMore a:hover {
  text-decoration: none;
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardMore a:after {
  position: absolute;
  right: 0;
  content: "\e90d";
  font-size: 20px;
  line-height: 24px;
  font-family: 'dbk-icons';
}

.tx-ig-zeitstrahl .timelineYear .cardGroup .card .cardMore a.open:after {
  content: "\e90b";
}

@media (max-width: 992px) {
  .tx-ig-zeitstrahl .filterBox #timelineYear {
    margin-bottom: 20px;
  }
  .tx-ig-zeitstrahl .filterBox .filterCheckboxes .filterGroup {
    width: 32%;
    margin-right: 2%;
  }
  .tx-ig-zeitstrahl .timelineYear:after {
    left: 24px;
  }
  .tx-ig-zeitstrahl .timelineYear .yearHeadline {
    text-align: left;
  }
  .tx-ig-zeitstrahl .timelineYear .cardGroup .card {
    display: inline-block;
    margin: 0 0 40px 10%;
    width: 90%;
    float: none;
  }
  .tx-ig-zeitstrahl .timelineYear .cardGroup .card:before {
    left: -10%;
    right: inherit;
    height: 32px;
    width: 32px;
    border-width: 2px;
    top: 43px;
  }
  .tx-ig-zeitstrahl .timelineYear .cardGroup .card:after {
    right: inherit;
    left: -20px;
    border-left: none;
    border-right: 21px solid #F2F2F2;
  }
  .tx-ig-zeitstrahl .timelineYear .cardGroup .card.odd:before {
    left: -10%;
    right: inherit;
  }
  .tx-ig-zeitstrahl .timelineYear .cardGroup .card.odd:after {
    right: inherit;
    left: -20px;
    border-left: none;
    border-right: 21px solid #F2F2F2;
  }
  .tx-ig-zeitstrahl .timelineYear .cardGroup .card:nth-child(2) {
    margin-top: 0;
  }
}

.tx-ig-zeitstrahl .loadingBox {
  display: none;
  margin-top: 20px;
  text-align: center;
  font-size: 40px;
}

.tx-ig-zeitstrahl .loadingBox i {
  color: #EB274B;
  display: inline-block;
  -webkit-animation: zgLoading 2s infinite;
  animation: zgLoading 2s infinite;
}
/*# sourceMappingURL=ig_zeitstrahl.css.map */