html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h3,
h4 {
  /*font-weight: unset;*/
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a {
  color: rgb(230, 230, 230);
}

.yellow {
  color: rgb(250, 255, 30);
}

.black {
  color: black;
}

.uppercase {
  text-transform: uppercase;
}

.logo {
  width: 9rem;
  padding-right: 1rem;
}

header {
  position: sticky;
  top: 0.6rem;
  /*top: 1.7rem;*/
  z-index: 1000;
}

.header {
  right: 1.5rem;
  top: -1.5rem;
  position: absolute;
}

img {
  width: 100%;
  height: 100%;
}

.image {
  position: relative;
  margin: 0;
}

.imgbox {
  display: grid;
  height: 100%;
  margin: 1rem;
}

.img-title {
  position: absolute;
  bottom: 1.9rem;
  left: 1.2rem;
  color: rgb(0, 0, 0);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  /*font-size: 1.3vw;*/
  /*bottom: 8%;
    left: 5%;*/
}

.img-subtitle {
  font-family: 'Barlow Semi Condensed', 'sans-serif';
  font-weight: unset;
}

.img-title-year {
  font-family: 'Barlow Semi Condensed', 'sans-serif';
  font-weight: 400;
}

.center-fit {
  max-width: 100%;
  /*max-height: 100vh;*/
  margin: auto;
}

.svg-mask {
  position: absolute;
  width: 200px;
  top: 0.4rem;
  /*left: 34.4%;*/
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
}

.svg-logo {
  position: relative;
  width: 1.3rem;
  top: 2.5rem;
  left: 1.2rem;
  z-index: 1000;
}

.svg-logo-impressum {
  position: relative;
  width: 1.3rem;
  top: 4rem;
  left: 1.2rem;
  z-index: 1000;
}

.center-text {
  text-align: center;
}

body {
  margin: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: rgb(230, 230, 230);
  background-color: rgb(25, 24, 26);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: unset;
}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  max-height: 1620px;
  position: relative;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1rem;
}

.first-slideshow-container {
  margin-top: -0.5rem;
}

/* Hide the images by default */
.slides {
  display: none;
  max-height: 1440px;
}

/* Caption text */
.text {
  color: #ccc;
  font-size: 1.5rem;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

.directional_nav {
  /*height: 340px;*/
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  top: -2.5rem;
}

/* arrow svg*/
#Ebene_1 {
  /*width: 20px;
  height: 26.135px;*/
  width: 28px;
  height: 34.135px;
}

.previous_btn {
  bottom: 0;
  right: 0rem;
  margin: auto;
  padding-right: 1rem;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: -1.2rem;
  top: 0;
}

.previous_btn,
.next_btn {
  cursor: pointer;
  height: 70px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 50px;
}

.previous_btn,
.next_btn {
  opacity: 1;
}

.previous_btn.active,
.previous_btn:hover {
  color: #ffffff;
}

#switchHighlightImg {
  cursor: pointer;
}

.highlight {
  position: relative;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.countdownWrapper {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15rem;
  transform: translateY(-50%);
  z-index: 1000;
  white-space: nowrap;
}

#countdown {
  color: #a0b478ff;
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 700;
}

#countdown div {
  display: inline-block;
  /*min-width: 9rem;*/
  padding-right: 0.7rem;
  margin: 0rem;
}

/*#countdown div::after{
content: ':';
}*/

.countdown-days {
  color: #a0b478ff;
  font-style: italic;
  /*text-align: center;*/
  padding-left: 0rem;
  display: block;
  margin-top: 0rem;
  font-size: 0.5rem;
  font-weight: 400;
}

.countdown-sep {
  padding-left: 0.6rem;
  padding-right: 0rem;
}

/*.countdownWrapper li:not(:last-child) {
margin-right: 2.5rem;
}*/

.specMarquee {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #a0b478ff;
  font-style: italic;
  font-size: 1rem;
  /*line-height: 4rem;*/
  position: absolute;
  bottom: 0.5rem;
  z-index: 1000;
  display: none;
  margin-right: 1rem;
  font-weight: 500;
}

.specMarquee span {
  font-weight: 800;
}

.footer {
  margin-left: 1rem;
  margin-bottom: 1rem;
  color: rgb(230, 230, 230);
}

.copyright {
  float: left;
  margin-top: 1rem;
}

.copyright-year {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.footer-nav {
  float: right;
  margin: 1rem;
}

.footer-nav span {
  padding-left: 1rem;
}

.impress-data-container {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.contact-headline {
  text-align: center;
}

.row {
  display: flex;
  flex-direction: column;
}

.data {
  width: 100%;
  margin-right: 0%;
  text-align: right;
  flex-direction: row;
}

.impress {
  width: 100%;
  text-align: left;
  flex-direction: row;
}

@media only screen and (min-width: 720px) {
  .svg-mask {
    width: 300px;
    top: -1.6rem;
    /*left: 37.3%;*/
  }
}

/* Medium devices (landscape tablets) */
@media only screen and (min-width: 1280px) {
  .img-title {
    font-size: 2rem;
    bottom: 1.5rem;
    left: 1.7rem;
  }

  .header {
    margin-top: 0.5rem;
  }

  .first-slideshow-container {
    margin-top: -1.5rem;
  }

  .directional_nav {
    height: 0rem;
    max-width: 93%;
    top: -2.8rem;
  }

  #Ebene_1 {
    width: 28px;
    height: 34.135px;
  }

  .logo {
    width: 17rem;
    padding-right: 2rem;
  }

  .svg-mask {
    width: 18rem;
    top: -1.6rem;
    /*left: 37.3%;*/
  }

  .svg-logo {
    width: 2.3rem;
    top: 3.8rem;
    left: 1.7rem;
  }

  .svg-logo-impressum {
    width: 2.3rem;
  }

  .specMarquee {
    font-size: 2rem;
    bottom: 1rem;
  }

  #countdown {
    font-size: 3rem;
  }

  #countdown div {
    /*min-width: 9rem;*/
    /*padding: 1.2rem;*/
    margin: 0rem;
  }

  .countdown-days {
    padding-left: 0rem;
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .countdownWrapper {
    top: 87.6%;
    width: 18rem;
    /*left: 36.5%;*/
  }

  .row {
    flex-direction: row;
  }

  .data {
    flex-direction: row;
    width: 62%;
    margin-right: 6%;
  }

  .impress {
    width: 30%;
    flex-direction: row;
  }

  .contact-headline {
    font-size: 27px;
    margin-bottom: 40px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 16.8px;
  }

  .copyright {
    font-size: 20px;
  }

}

/* Large devices (laptops/desktops) */
@media only screen and (min-width: 1920px) {
  .img-title {
    font-size: 2.2rem;
    bottom: 2.2rem;
    left: 2.7rem;
  }

  .header {
    margin-top: 2.5rem;
  }

  .directional_nav {
    height: 0rem;
    max-width: 93%;
    top: -4.2rem;
  }

  .previous_btn {
    right: 1.3rem;
    top: -1rem;
  }

  .next_btn {
    right: -1rem;
    top: -1rem;
  }

  #Ebene_1 {
    width: 35px;
    height: 47.277px;
  }

  .logo {
    width: 19.5rem;
    padding-right: 2.8rem;
  }

  .svg-mask {
    width: 26rem;
    top: -2.4rem;
    /*left: 36.7%;*/
  }

  .svg-logo {
    width: 3.3rem;
    top: 5.6rem;
    left: 2.7rem;
  }

  .svg-logo-impressum {
    width: 3.3rem;
  }

  #countdown {
    font-size: 3rem;
  }

  #countdown div {
    /*min-width: 9rem;*/
    /*padding: 2rem;*/
    margin: 0rem;
  }

  .countdown-days {
    padding-left: 0rem;
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .countdown-sep {
    padding-left: 2rem;
    padding-right: 1.8rem;
  }

  .countdownWrapper {
    top: 87.6%;
    width: 27.5rem;
    /*left: 36.5%;*/
  }

  .data {
    flex-direction: row;
  }

  .impress {
    flex-direction: row;
  }

  .contact-headline {
    font-size: 31.6px;
    margin-bottom: 67px;
  }

  h3 {
    font-size: 25.8px;
  }

  p {
    font-size: 19.6px;
  }

  .copyright {
    font-size: 27px;
  }
}

/* Extra large devices (large laptops and desktops) */
@media only screen and (min-width: 2880px) {
  .img-title {
    font-size: 2.8rem;
    bottom: 3.2rem;
    left: 4.5rem;
  }

  .header {
    margin-top: 3.5rem;
  }

  .directional_nav {
    height: 0rem;
    max-width: 100%;
    top: 5.1rem;
  }

  .previous_btn {
    right: 7rem;
  }

  .next_btn {
    right: 4rem;
  }

  #Ebene_1 {
    width: 38px;
    height: 50.277px;
  }

  .logo {
    width: 22.3rem;
    padding-right: 4rem;
  }

  .svg-mask {
    width: 39rem;
    top: -3.4rem;
    /*left: 37.3%;*/
  }

  .svg-logo {
    width: 4.3rem;
    top: 7.9rem;
    left: 4.5rem;
  }

  .svg-logo-impressum {
    width: 4.3rem;
  }

  #countdown {
    font-size: 12rem;
  }

  #countdown div {
    /*min-width: 9rem;*/
    /*padding: 3rem;*/
    margin: 0rem;
  }

  .countdown-days {
    padding-left: 0.9rem;
    margin-top: 1.5rem;
    font-size: 4.5rem;
  }

  .countdownWrapper {
    top: 87.4%;
    width: 66rem;
    /*left: 34%;*/
  }

  .data {
    flex-direction: row;
  }

  .impress {
    flex-direction: row;
  }

  .contact-headline {
    font-size: 35.7px;
    margin-bottom: 108px;
  }

  h3 {
    font-size: 30.1px;
  }

  p {
    font-size: 21.9px;
  }

  .copyright {
    font-size: 36px;
  }
}