@font-face {
  font-family: "ABC Favorit Mono";
  src: url("fonts/ABCFavoritMono-Regular.woff2") format("woff2"), url("fonts/ABCFavoritMono-Regular.woff") format("woff");
}
@font-face {
  font-family: "Favorit Std";
  src: url("fonts/FavoritStd-Bold.woff2") format("woff2"), url("fonts/FavoritStd-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Favorit Std";
  src: url("fonts/FavoritStd-Light.woff2") format("woff2"), url("fonts/FavoritStd-Light.woff") format("woff");
  font-weight: 300;
}
body, body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "ABC Favorit Mono";
  overflow-x: hidden;
}
body .center {
  text-align: center;
}
body .container {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1167px;
  margin: 0 auto;
  padding: 37px 15px 200px;
}
body .container.agenda-page {
  padding: 37px 15px 40px;
}
body .container h2 {
  color: #FD2F33;
  font-family: "ABC Favorit Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body .container h2 strong {
  font-weight: 700;
}
body .container h3 {
  font-family: "ABC Favorit Mono";
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body .container h3 strong {
  font-weight: 700;
}
body .container h4 {
  font-family: "Favorit Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 18px;
}
body .container h4 strong {
  font-weight: 700;
}
body .container h5 {
  font-family: "Favorit Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 18px;
}
body .container h5 strong {
  font-weight: 700;
}
body .container p {
  font-family: "Favorit Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 10px;
}
body .container p strong {
  font-weight: 700;
}
body .container p.no-margin {
  margin-bottom: 3px;
}
body .container .line {
  width: 100%;
  height: 1px;
  background-color: #FD2F33;
  margin: 20px 0;
}
body .container ul {
  font-family: "Favorit Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  list-style-position: inside;
  margin-bottom: 10px;
  padding-left: 8px;
}
body .container .bg {
  position: absolute;
  z-index: -1;
  width: 104.4558697515%;
  top: 57px;
  left: 12.7%;
}
body .container .cars {
  position: absolute;
  z-index: -1;
  width: 52%;
  top: 369px;
  left: 44%;
}
body .container .logo-container {
  text-align: right;
  padding-right: 48px;
}
body .container .logo-container .logo {
  width: 53px;
  height: 53px;
}
body .container .header {
  position: relative;
  z-index: 0;
  padding: 20px 0 19px;
}
body .container .header .headline {
  width: 632px;
  height: 197px;
}
body .container .header .place, body .container .header .date {
  color: #fff;
  font-family: "Favorit Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  z-index: 0;
  top: 38%;
}
body .container .header .place span, body .container .header .date span {
  font-family: "ABC Favorit Mono";
  color: #FD2F33;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
body .container .header .place .place-text, body .container .header .place .date-text, body .container .header .date .place-text, body .container .header .date .date-text {
  margin-top: 18px;
}
body .container .header .place {
  left: 62.6%;
}
body .container .header .date {
  left: 79%;
}
body .container .title {
  width: 45%;
  margin-top: 50px;
}
body .container .title * {
  text-shadow: 0 0 15px #000;
}
body .container .agenda {
  width: 100%;
  max-width: 640px;
  margin: 138px auto 0;
}
body .container .agenda .day-row {
  margin-bottom: 8px;
  transform: translateX(4%);
}
body .container .agenda .timeline-row {
  display: flex;
}
body .container .agenda .timeline-row .hours {
  padding-right: 14px;
  min-width: 100px;
  color: #FD2F33;
}
body .container .agenda .timeline-row .footnote {
  font-size: 12px;
  line-height: 14px;
}
body .container .agenda * {
  text-shadow: 0 0 15px #000;
}

@keyframes loadingAnim {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 1080px) {
  body .container {
    padding: 37px 15px 200px;
  }
  body .container.agenda-page {
    padding: 37px 15px 40px;
  }
  body .container .header .headline {
    width: 58.5185185185vw;
    height: 18.2407407407vw;
  }
  body .container .header .place, body .container .header .date {
    position: static;
  }
  body .container .header .place {
    margin-right: 40px;
  }
  body .container .header .parameters {
    display: flex;
    padding: 20px 0;
  }
  body .container .bg {
    top: 32px;
  }
  body .container .cars {
    top: 438px;
    left: 72%;
    transform: translateX(-50%);
  }
  body .container .title {
    margin-top: 0px;
  }
  body .container .agenda {
    margin: 66px auto 0;
  }
}
@media screen and (max-width: 900px) {
  body .container {
    padding: 27px 15px 200px;
  }
  body .container.agenda-page {
    padding: 27px 15px 40px;
  }
  body .container .bg {
    top: 5vw;
  }
  body .container .cars {
    width: 46vw;
    top: 420px;
    left: 77%;
    transform: translateX(-50%);
  }
  body .container .title {
    width: 55%;
  }
  body .container .agenda {
    margin: 46px auto 0;
  }
}
@media screen and (max-width: 720px) {
  body .container .logo-container {
    padding-right: 14px;
  }
  body .container .header {
    text-align: center;
  }
  body .container .header .headline {
    width: 87.7777777778vw;
    height: 27.3611111111vw;
  }
  body .container .header .parameters {
    display: flex;
    padding: 20px 2vw;
  }
  body .container .header .place, body .container .header .date {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    margin-right: 25px;
  }
  body .container .header .place span, body .container .header .date span {
    font-size: 12px;
    line-height: 14px;
  }
  body .container .header .place .place-text, body .container .header .date .place-text {
    display: flex;
    margin-top: 0px;
    margin-left: 8px;
  }
  body .container .header .place .date-text, body .container .header .date .date-text {
    margin-top: 0px;
    margin-left: 8px;
  }
  body .container .bg {
    top: calc(236px + 27.3611111111vw - 38vw);
    width: 130vw;
    left: -18vw;
  }
  body .container .cars {
    position: static;
    width: 110%;
    transform: translateX(-5%);
  }
  body .container .title {
    width: 100%;
    margin-top: -17vw;
    text-align: center;
  }
  body .container .agenda {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 530px) {
  body .container .logo-container {
    padding-right: 0px;
  }
  body .container .header .parameters {
    display: block;
  }
  body .container .header .parameters .date {
    margin-top: 6px;
  }
  body .container .header .parameters .place, body .container .header .parameters .date {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
  body .container .header .parameters .place .place-text, body .container .header .parameters .place .date-text, body .container .header .parameters .date .place-text, body .container .header .parameters .date .date-text {
    margin-left: 0;
    justify-content: center;
  }
  body .container .agenda {
    margin: 40px auto 0;
  }
  body .container .agenda .timeline-row {
    display: block;
  }
  body .container .agenda .timeline-row .hours p {
    margin-bottom: 0px;
  }
  body .container .agenda .day-row {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style-agenda.css.map */