#home {
  overflow: hidden;
}

.teaser_hitverdaechtig {
    width: 890px;
    background: url(Teaser.png) no-repeat left top;
    background-size: auto 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.teaser_hitverdaechtig:before {
  content: '';
  padding-top: 44.9438202247%;
  display: block;
  width: 100%;
}

.teaser_hitverdaechtig:after {
  content: '';
  width: 500%;
  height: 100%;
  background: url(Teaser.png) no-repeat -890px top;
  background-size: auto 100%;
  position: absolute;
  left: 100%;
  top: 0;
}

@media screen and (max-width: 1700px) {
  .teaser_hitverdaechtig {
      width: 670px;
  }

  .teaser_hitverdaechtig:after {
    background: url(Teaser.png) no-repeat -670px top;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 1280px) {
  .teaser_hitverdaechtig {
      width: 520px;
  }

  .teaser_hitverdaechtig:after {
    background: url(Teaser.png) no-repeat -520px top;
    background-size: auto 100%;
  }

}

@media screen and (max-width: 1024px) {
  .teaser_hitverdaechtig {
      width: 400px;
  }

  .teaser_hitverdaechtig:after {
    background: url(Teaser.png) no-repeat -400px top;
    background-size: auto 100%;
  }

}

@media screen and (max-width: 767px) {
  .teaser_hitverdaechtig {
      width: 290px;
      background: url(Teaser_mobile.png) no-repeat left top;
      background-size: auto 100%;
  }

  .teaser_hitverdaechtig:after {
    background: url(Teaser_mobile.png) no-repeat -290px top;
    background-size: auto 100%;
  }

  section {
    overflow: hidden;
  }

}


.pop-events {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  width: 880px;
  margin: auto;
  max-width: 100%;
  font-size: 18px;
  color: #000;
  margin-top: 50px;
}

.pop-event__year {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}

.pop-event {
  border-bottom: 2px solid #F6F6F6;
  padding-left: 130px;
  padding-right: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}

.pop-event__city {
  background: url(maps.svg) top left no-repeat;
  padding-left: 20px;
}

.pop-event__time {
  background: url(clock.svg) top left no-repeat;
  padding-left: 23px;
}

.pop-event__desc {
  margin-bottom: 10px;
}

.pop-event__title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #000;
    background: url(maps.svg) left 3px no-repeat;
    padding-left: 23px;
  background-size: 17px auto;
}

.pop-event__meta {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  color: #000;
}

.pop-event__meta > div {
  flex: 0 0 33.33%;
  line-height: 1.2;
}

.pop-event__button {
  position: absolute;
  right: 0;
  top: 0;
}

.pop-event__button a {
  display: inline-block;
  background: #504F4F;
  border-radius: 8px;
  padding: 0px 5px;
  height: 44px;
  width: 220px;
  line-height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 300ms all;
  text-align: center;
  font-size: 16px;
}

.pop-event__button a:hover {
  background: #FCD317;
  color: #000;
}

.pop-event__button--ticket a:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(tickets.svg) no-repeat center center;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.pop-event__button--microphone a:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(microphone.svg) no-repeat center center;
  background-size: contain;
  position: relative;
  top: 5px;
  margin-right: 10px;
}



.pop-event__calendar {
  background: #F5F5F5;
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.pop-event__calendar .month {
  background: #FCD317;
  padding: 10px 0px;
  color: #000;
}

.pop-event__calendar .day {
  padding: 15px 0px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.pop-events__archivebutton {
  display: inline-block;
  background: #504F4F;
  border-radius: 8px;
  padding: 0px 15px;
  height: 44px;
  line-height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 300ms all;
  text-align: center;
  cursor: pointer;
}

.pop-events__archivebutton:hover {
  background: #FCD317;
  color: #000;
}

.pop-events__archivebutton_wrapper {
  text-align: center;
}

.pop-events--archiv {
  display: none;
}





@media screen and (max-width: 768px) {
  .pop-events {
    font-size: 14px;
  }
  .pop-event__button {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
  }

  .pop-event {
    padding-right: 10px;
  }

  .pop-event__title {
    font-size: 24px;
  }

  .pop-event__meta > div {
    flex: 0 0 100%;
    margin-bottom: 7px;
  }

  .pop-event__city {
    background: url(maps.svg) 2px top no-repeat;
  }
}

@media screen and (max-width: 650px) {
  .pop-event {
    padding-right: 10px;
    padding-left: 80px;
  }

  .pop-event__title {
    font-size: 18px;
  }

  .pop-event__calendar {
    width: 70px;
  }

  .pop-event__calendar .day {
    padding: 5px 0px;
  }

  .pop-event__calendar .month {
    font-size: 12px;
  }

}

.pop-event__highlight {
  border: 10px solid #FCD317;
  padding: 30px;
  margin-bottom: 60px;
}

.pop-event__highlight .pop-event {
  margin-bottom: 0;
  border-bottom: 0;
}

.pop-event__next {
  white-space: nowrap;
  font-weight: 300;
}

.pop-event__next span {
  font-weight: 600;
}

.pop-event__button--header {
  position: absolute;
  bottom: 110px;
  left: 50%;
  top: auto;
  right: auto;
  transform: translateX(-50%);
}

.pop-event__button--header a {
  background: #FCD317;
  color: #000;
}
