@font-face {
  font-family: "JetBrainsMono";
  src: url("../font/JetBrainsMonoNL-Regular.ttf");
}
body {
  margin: 0%;
}
body main {
  font-family: JetBrainsMono;
}
body main a,
body main p {
  color: black;
}
body main h1 {
  font-size: 2.6rem;
}
body main h2 {
  font-size: 2rem;
}
body main p {
  font-size: 1.4rem;
}
body main a {
  font-size: 1.6rem;
}

.home .hidden,
.pages .hidden,
.attribution .hidden {
  display: none;
}
.home .active,
.pages .active,
.attribution .active {
  display: block;
  position: fixed;
  width: 100vw;
  height: 60vh;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .slideshow,
.home .headerImage,
.pages .slideshow,
.pages .headerImage,
.attribution .slideshow,
.attribution .headerImage {
  height: 60vh;
  overflow: hidden;
}
.home .slideshow .headline,
.home .headerImage .headline,
.pages .slideshow .headline,
.pages .headerImage .headline,
.attribution .slideshow .headline,
.attribution .headerImage .headline {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 5%;
}
.home .slideshow .divider-one,
.home .headerImage .divider-one,
.pages .slideshow .divider-one,
.pages .headerImage .divider-one,
.attribution .slideshow .divider-one,
.attribution .headerImage .divider-one {
  width: 80%;
  margin-right: 30%;
}
.home .animation,
.pages .animation,
.attribution .animation {
  height: 50px;
  background-image: url("../images/ulut_fi9d_170228.jpg");
  background-size: 150px;
  background-repeat: repeat-x;
}
.home .animation #bus-icon,
.pages .animation #bus-icon,
.attribution .animation #bus-icon {
  width: 44px;
  margin-top: 0.5%;
  animation: drive 20s infinite linear;
}
@keyframes drive {
  0% {
    transform: translateX(0vw) rotateY(0deg);
  }
  49% {
    transform: translateX(98vw) rotateY(0deg);
  }
  50% {
    transform: translateX(98vw) rotateY(180deg);
  }
  99% {
    transform: translateX(0vw) rotateY(180deg);
  }
  100% {
    transform: translateX(0vw) rotateY(0deg);
  }
}
.home .nav,
.pages .nav,
.attribution .nav {
  width: 50%;
  margin: 5% auto;
}
.home .nav ul,
.pages .nav ul,
.attribution .nav ul {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.home .nav ul li,
.pages .nav ul li,
.attribution .nav ul li {
  list-style: none;
}
.home .nav ul li a,
.pages .nav ul li a,
.attribution .nav ul li a {
  text-decoration: none;
}
.home .nzNav,
.pages .nzNav,
.attribution .nzNav {
  width: 80%;
}
.home .nzNav ul,
.pages .nzNav ul,
.attribution .nzNav ul {
  gap: 5%;
}
.home .impressum,
.pages .impressum,
.attribution .impressum {
  margin-top: 5%;
}
.home .impressum a,
.pages .impressum a,
.attribution .impressum a {
  font-size: 0.9em;
  margin-left: 90%;
}
.home .impressum hr,
.pages .impressum hr,
.attribution .impressum hr {
  margin-left: 90%;
}

@media screen and (max-width: 600px) {
  .home .nav,
  .pages .nav {
    width: 90%;
    text-align: center;
    margin-top: 10%;
  }
  .home .nav .nav-part,
  .pages .nav .nav-part {
    flex-flow: column;
    width: 100%;
    padding: 0%;
  }
  .home .nav .nav-part li,
  .pages .nav .nav-part li {
    padding-bottom: 10%;
  }
  .home .impressum,
  .pages .impressum {
    width: 40%;
  }
}
.pages .headerImage,
.pages .attribution {
  height: fit-content;
}
.pages .headerImage .header,
.pages .attribution .header {
  width: 100%;
  height: auto;
}
.pages .headerImage .back,
.pages .attribution .back {
  display: flex;
  flex-flow: row nowrap;
  position: fixed;
  width: 12%;
  height: 44px;
  top: 12%;
  left: 2%;
}
.pages .headerImage .back .arrow,
.pages .attribution .back .arrow {
  width: 44px;
  margin-right: 15px;
  margin-left: 0%;
}
.pages .headerImage .back a,
.pages .attribution .back a {
  font-size: 1.4rem;
  margin: auto;
}
.pages .headerImage .back .menu,
.pages .attribution .back .menu {
  cursor: pointer;
}
.pages .headerImage .back .menu img,
.pages .attribution .back .menu img {
  width: 44px;
  height: 44px;
}
.pages .headerImage .back .menu .headlineLinks,
.pages .attribution .back .menu .headlineLinks {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 10%;
}
.pages .headerImage .back .menu .headlineLinks a,
.pages .attribution .back .menu .headlineLinks a {
  margin: 0%;
  margin-bottom: 10%;
  padding: 2%;
  padding-left: 0%;
  border-radius: 10px;
  background-color: white;
}
.pages .headerImage .back .menu .closed,
.pages .attribution .back .menu .closed {
  display: none;
}
.pages .headerImage .back .menu .open,
.pages .attribution .back .menu .open {
  display: flex;
}
.pages .headerImage .links,
.pages .attribution .links {
  margin-top: 10%;
  margin-left: 15%;
  margin-bottom: 15%;
}
.pages .blog-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  width: 70vw;
  margin: auto;
  margin-bottom: 5%;
}
.pages .blog-content img {
  width: 70vw;
  object-fit: cover;
  border-radius: 30px;
}
.pages .blog-content .one-image-horizontal {
  margin-top: 5vw;
}
.pages .blog-content .one-image-vertical {
  width: 40%;
  height: 40vw;
  margin: auto;
  margin-top: 5vw;
}
.pages .blog-content .one-image-vertical img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pages .blog-content .two-image-vertical {
  display: flex;
  flex-flow: row;
  gap: 2%;
  width: 80%;
  height: 40vw;
  margin: auto;
  margin-top: 5vw;
}
.pages .blog-content .two-image-vertical img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pages .blog-content .one-image-text-horizontal {
  margin: auto;
  margin-top: 5vw;
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
  width: 70vw;
}
.pages .blog-content .one-image-text-horizontal img {
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  object-fit: cover;
}
.pages .blog-content .one-image-text-horizontal #text {
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: rgb(206, 206, 206);
}
.pages .blog-content .one-image-text-vertical {
  margin: auto;
  margin-top: 5vw;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  width: 60%;
  height: 40vw;
}
.pages .blog-content .one-image-text-vertical img {
  width: 100%;
  height: 40vw;
  border-top-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 0px;
}
.pages .blog-content .one-image-text-vertical #text {
  width: 100%;
  height: 40vw;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: rgb(206, 206, 206);
}
.pages .blog-content .one-image-text-vertical #text p {
  padding: 3%;
  margin-top: 80%;
}
.pages .blog-content .three-images {
  margin: auto;
  margin-top: 5vw;
  width: 70vw;
}
.pages .blog-content .three-images .first-row {
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
  margin-bottom: 1vw;
}
.pages .blog-content .three-images .first-row img {
  width: 50%;
  min-height: 50%;
  object-fit: cover;
}
.pages .blog-content .four-images {
  margin: auto;
  margin-top: 5vw;
  width: 70vw;
}
.pages .blog-content .four-images .first-row,
.pages .blog-content .four-images .second-row {
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
  margin-bottom: 1vw;
}
.pages .blog-content .four-images .first-row img,
.pages .blog-content .four-images .second-row img {
  width: 50%;
  height: 50%;
}
.pages .impressum {
  display: none;
}

@media screen and (max-width: 600px) {
  .headerImage .back .arrow {
    position: fixed;
    bottom: 5%;
    right: 20%;
  }
  .headerImage .back .menu {
    position: fixed;
    bottom: 5%;
    right: 5%;
  }
  .pages .blog-content {
    width: 100%;
  }
  .pages .blog-content img,
  .pages .blog-content .one-image-horizontal,
  .pages .blog-content .one-image-vertical,
  .pages .blog-content .one-image-text-horizontal,
  .pages .blog-content .one-image-text-vertical,
  .pages .blog-content .three-images,
  .pages .blog-content .four-images {
    width: 100%;
    height: auto;
    border-radius: 0%;
  }
  .pages .blog-content .one-image-text-horizontal img,
  .pages .blog-content .one-image-text-horizontal #text,
  .pages .blog-content .one-image-text-vertical img,
  .pages .blog-content .one-image-text-vertical #text {
    border-radius: 0%;
  }
  .pages .blog-content .one-image-text-horizontal img p,
  .pages .blog-content .one-image-text-horizontal #text p,
  .pages .blog-content .one-image-text-vertical img p,
  .pages .blog-content .one-image-text-vertical #text p {
    padding: 10%;
    word-break: break-word;
  }
}

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