@font-face {
  font-family: "Interstate Bold";
  src: url("webfonts/Interstate-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Interstate Light";
  src: url("webfonts/Interstate-light.ttf") format("truetype");
}
@font-face {
  font-family: "Interstate Regular";
  src: url("webfonts/Interstate-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Calibri";
  src: url("webfonts/Calibri.ttf") format("truetype");
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.font-handshrift {
  font-family: "Indie Flower", cursive !important;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.font-calibri {
  font-family: "Calibri";
  font-weight: 300;
}

.i-bold {
  font-family: "Interstate Bold";
}

.i-regular {
  font-family: "Interstate Regular";
}

.i-light {
  font-family: "Interstate Light";
}

.font-minion-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.font-minion-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.font-minion-semibold {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.font-minion-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.font-roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.font-roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.font-roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.font-roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.no-after:after {
  content: unset;
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.height-fc {
  height: fit-content;
}

.black {
  color: #000000;
}

.headline {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 70px;
}

.sub-headline {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 25px;
}

.section-headline {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  display: inline;
}
.section-headline:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110%;
  border-bottom: 1px solid #000;
}

.section-text {
  margin-top: 0.5rem;
}

footer {
  font-family: "Roboto", sans-serif;
  color: #000;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #000;
  text-decoration: none;
}
footer .text-wrapper {
  text-align: center;
}
@media (max-width: 767.98px) {
  footer .text-wrapper span:nth-of-type(odd) {
    display: none;
  }
  footer .text-wrapper span:nth-of-type(event) {
    display: inline;
  }
}
@media (min-width: 768px) {
  footer .text-wrapper span:nth-of-type(odd) {
    display: none;
  }
}

.custom-progress-bar {
  list-style: none;
  margin: 0;
  padding: 2px 0;
  border: 1px solid #000;
  width: 600px;
  display: flex;
  height: 36px;
  position: relative;
}
.custom-progress-bar:after {
  content: "work in progress";
  font-family: "Indie Flower", cursive;
  position: absolute;
  right: 0;
  top: -100%;
}
.custom-progress-bar li {
  background-color: #a5b8c4;
  width: calc(600px / 23);
  height: 30px;
  opacity: 0;
  transition: none;
}
.custom-progress-bar li.active {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.custom-progress-bar li:first-of-type {
  margin-left: 1px;
}
.custom-progress-bar li:last-of-type {
  margin-right: 1px;
  position: relative;
}
.custom-progress-bar li:last-of-type:after {
  content: "62%";
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s linear 0.15s;
}
.custom-progress-bar li:last-of-type.show-percentage:after {
  opacity: 1;
}
.custom-progress-bar li:not(:last-of-type) {
  margin-right: 2px;
}
.custom-progress-bar li:nth-of-type(3n + 1) {
  transition-delay: 0.15s;
}
.custom-progress-bar li:nth-of-type(3n + 2) {
  transition-delay: 0.3s;
}
.custom-progress-bar li:nth-of-type(3n + 3) {
  transition-delay: 0.45s;
}
.custom-progress-bar li:nth-of-type(3n + 4) {
  transition-delay: 0.6s;
}
.custom-progress-bar li:nth-of-type(3n + 5) {
  transition-delay: 0.75s;
}
.custom-progress-bar li:nth-of-type(3n + 6) {
  transition-delay: 0.9s;
}
.custom-progress-bar li:nth-of-type(3n + 7) {
  transition-delay: 1.05s;
}
.custom-progress-bar li:nth-of-type(3n + 8) {
  transition-delay: 1.2s;
}
.custom-progress-bar li:nth-of-type(3n + 9) {
  transition-delay: 1.35s;
}
.custom-progress-bar li:nth-of-type(3n + 10) {
  transition-delay: 1.5s;
}
.custom-progress-bar li:nth-of-type(3n + 11) {
  transition-delay: 1.65s;
}
.custom-progress-bar li:nth-of-type(3n + 12) {
  transition-delay: 1.8s;
}
.custom-progress-bar li:nth-of-type(3n + 13) {
  transition-delay: 1.95s;
}
.custom-progress-bar li:nth-of-type(3n + 14) {
  transition-delay: 2.1s;
}
@media (max-width: 767.98px) {
  .custom-progress-bar {
    width: 300px;
    height: 21px;
  }
  .custom-progress-bar li {
    width: calc(300px / 23);
    height: 15px;
  }
  .custom-progress-bar li:last-of-type:after {
    font-size: 12px;
    right: -30px;
  }
}

.icon {
  position: relative;
}
.icon:before {
  content: " ";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  display: block;
  position: absolute;
  left: -25px;
}
.icon.icon-airport:before {
  background-image: url("../img/icons/icon_airport.png");
}
.icon.icon-trainstation:before {
  background-image: url("../img/icons/icon_trainstation.png");
}
.icon.icon-aok:before {
  background-image: url("../img/icons/icon_aok.png");
}
.icon.icon-boulder:before {
  background-image: url("../img/icons/icon_boulder.png");
}
.icon.icon-bus:before {
  background-image: url("../img/icons/icon_bus.png");
}
.icon.icon-cafe:before {
  background-image: url("../img/icons/icon_cafe.png");
}
.icon.icon-e-station:before {
  background-image: url("../img/icons/icon_e_station.png");
}
.icon.icon-hotel:before {
  background-image: url("../img/icons/icon_hotel.png");
}
.icon.icon-restaurant:before {
  background-image: url("../img/icons/icon_restaurant.png");
}
.icon.icon-suburban:before {
  background-image: url("../img/icons/icon_suburban.png");
}
.icon.icon-supermarket:before {
  background-image: url("../img/icons/icon_supermarket.png");
}
.icon.icon-tram:before {
  background-image: url("../img/icons/icon_tram.png");
}
.icon.icon-underground:before {
  background-image: url("../img/icons/icon_underground.png");
}
.icon.icon-share:before {
  background-image: url("../img/icons/icon_share.png");
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  left: -28px;
}
.icon.icon-shopping:before {
  background-image: url("../img/icons/new/einkaufen.png");
}
.icon.icon-cafe:before {
  background-image: url("../img/icons/new/cafe.png");
}
.icon.icon-sport:before {
  background-image: url("../img/icons/new/sport.png");
}
.icon.icon-hotel:before {
  background-image: url("../img/icons/new/hotel.png");
}
.icon.icon-u-bahn:before {
  background-image: url("../img/icons/new/u-bahn.png");
}
.icon.icon-bus:before {
  background-image: url("../img/icons/new/bus.png");
}
.icon.icon-a-bahn:before {
  background-image: url("../img/icons/new/a-bahn.png");
}
.icon.icon-db:before {
  background-image: url("../img/icons/new/db.png");
}
.icon.icon-airport:before {
  background-image: url("../img/icons/new/airport.png");
}
.icon.icon-location:before {
  background-image: url("../img/icons/new/marienplatz.png");
}

.anim-circle {
  height: 95px;
  width: 95px;
  border-radius: 50%;
  background-color: #9D9D9C;
  position: absolute;
  top: 495px;
  left: 258px;
  opacity: 0.6;
  cursor: pointer;
}
.anim-circle:before, .anim-circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #9D9D9C;
  border-radius: 50%;
}
.anim-circle:before {
  animation: ripple 3s linear infinite;
}
.anim-circle:after {
  animation: ripple 3s linear 1s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.arrow-scroll {
  position: absolute;
  text-align: center;
  z-index: 9;
  right: 0;
  left: 0;
  bottom: 40px;
}
.arrow-scroll__wrap {
  display: inline-block;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.arrow-scroll__wrap:hover {
  opacity: 0.5;
}
.arrow-scroll__wrap_animated {
  animation: arrow-scroll 1.7s infinite ease;
}
@keyframes arrow-scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  55% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}

[data-object-identifier] {
  cursor: pointer;
}

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