* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "lexend", sans-serif;
  font-size: 10px;
}

#section--wrapper {
  padding-bottom: 100px;
}
#section--wrapper section {
  position: relative;
  width: 100%;
  color: var(--mum-color-primary);
}
#section--wrapper section#start {
  position: relative;
  width: 100%;
  min-height: 90vh;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
#section--wrapper section#start #start--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 466px;
}
#section--wrapper section#start #start--wrapper #start--image {
  position: relative;
  z-index: 1;
}
#section--wrapper section#start #start--wrapper #start--image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  max-width: 600px;
  height: auto;
}
#section--wrapper section#start #start--wrapper #start--headline {
  position: relative;
  z-index: 2;
  top: 25%;
  left: 0%;
}
#section--wrapper section#start #start--wrapper #start--headline img {
  position: absolute;
  z-index: 2;
  width: 90%;
  max-width: 400px;
  height: auto;
}
#section--wrapper section#start #start--wrapper #start--tagline {
  position: absolute;
  z-index: 3;
  bottom: 5%;
  left: -2%;
  font-family: var(--mum-font-family__regular);
  font-weight: var(--mum-font-weight__light);
  font-size: var(--mum-font-size__large-mobile);
}
#section--wrapper section#start #start--wrapper #start--tagline img {
  transform: rotate(-3deg);
  width: 100%;
  max-width: 450px;
  height: auto;
}
#section--wrapper section .section--content--wrapper {
  padding: 0 15% 50px 15%;
  height: auto;
  text-align: center;
}
#section--wrapper section .section--content--wrapper .section--main-headline {
  display: block;
  width: 100%;
  margin-left: -3px;
  height: auto;
  font-family: var(--mum-font-family__special);
  font-weight: var(--mum-font-weight__light);
  font-size: var(--mum-font-size__large);
  line-height: var(--mum-line-height__large);
  padding: 75px 0 var(--mum-padding__single) 0;
}
#section--wrapper section .section--content--wrapper .section--sub-headline {
  display: block;
  width: 100%;
  font-family: var(--mum-font-family__regular);
  font-weight: var(--mum-font-weight__regular);
  font-size: var(--mum-font-size__regular);
  padding-bottom: var(--mum-padding__double);
}
#section--wrapper section .section--content--wrapper .section--sub-headline a {
  font-weight: var(--mum-font-weight__regular);
  font-size: var(--mum-font-size__regular);
  color: var(--mum-color-primary);
  text-decoration: underline;
}
#section--wrapper section .section--content--wrapper .section--sub-headline a:hover, #section--wrapper section .section--content--wrapper .section--sub-headline a:focus {
  text-decoration: none;
}
#section--wrapper section .section--content--wrapper .section--content {
  display: block;
  width: 100%;
  font-size: var(--mum-font-size__regular);
  font-weight: var(--mum-font-weight__light);
  padding-bottom: var(--mum-padding__single);
}
#section--wrapper section .section--content--wrapper .section--content span.headline {
  font-size: var(--mum-font-size__medium);
  font-weight: var(--mum-font-weight__regular);
}
#section--wrapper section .section--content--wrapper .section--content span.highlight {
  font-size: var(--mum-font-size__regular);
  font-weight: var(--mum-font-weight__regular);
}
#section--wrapper section .section--content--wrapper .section--content a {
  font-size: var(--mum-font-size__regular);
  font-weight: var(--mum-font-weight__light);
  color: var(--mum-color-primary);
  text-decoration: underline;
}
#section--wrapper section .section--content--wrapper .section--content a:hover, #section--wrapper section .section--content--wrapper .section--content a:focus {
  text-decoration: none;
}
#section--wrapper section .section--content--wrapper .section--image--full {
  width: 50%;
  margin: 0 auto;
}
#section--wrapper section .section--content--wrapper .section--image--full img {
  width: 100%;
  max-width: 1200px;
}
#section--wrapper section .section--content--wrapper .section--image--full.section--image--padding {
  padding: 50px 0 25px 0;
}
#section--wrapper section .section--content--wrapper .section--image--full .scaled {
  max-width: 800px;
}
#section--wrapper section .section--content--wrapper .section--timetable {
  display: block;
  width: 100%;
  font-weight: var(--mum-font-weight__light);
  font-size: var(--mum-font-size__regular);
  padding: 0 0 var(--mum-padding__double) 0;
  border-top: 1px solid var(--mum-color-secondary);
}
#section--wrapper section .section--content--wrapper .section--timetable .timetable--date {
  font-family: var(--mum-font-family__regular);
  font-weight: var(--mum-font-weight__regular);
  font-size: var(--mum-font-size__medium);
  padding: var(--mum-padding__single) 0 0 0;
  display: block;
  width: 100%;
}
#section--wrapper section .section--content--wrapper .section--timetable .timetable--time {
  font-family: var(--mum-font-family__regular);
  font-weight: var(--mum-font-weight__light);
  font-size: var(--mum-font-size__regular);
  padding: var(--mum-padding__single) 0;
  display: inline-block;
  width: 17.5%;
  vertical-align: top;
}
#section--wrapper section .section--content--wrapper .section--timetable .timetable--description {
  font-family: var(--mum-font-family__regular);
  font-weight: var(--mum-font-weight__light);
  font-size: var(--mum-font-size__regular);
  padding: var(--mum-padding__single) 0;
  display: inline-block;
  width: 80%;
}
#section--wrapper section .section--content--wrapper .section--timetable .timetable--description span {
  font-weight: var(--mum-font-weight__regular);
  font-size: var(--mum-font-size__regular);
}
#section--wrapper section .section--content--wrapper .section--timetable:last-of-type {
  border-bottom: 1px solid var(--mum-color-secondary);
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte {
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(auto-fit, minmax(45%, 2fr));
  width: 100%;
  height: auto;
  padding: var(--mum-padding__double) 0;
  margin-bottom: var(--mum-padding__double);
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item {
  display: block;
  height: auto;
  padding: 0 0 var(--mum-padding__single) 0;
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__name {
  font-family: var(--mum-font-family__special);
  font-weight: var(--mum-font-weight__regular);
  font-size: var(--mum-font-size__medium);
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__distance,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__location,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__decription,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__contact {
  font-family: var(--mum-font-family__regular);
  font-weight: var(--mum-font-weight__light);
  font-size: var(--mum-font-size__regular);
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__distance a,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__location a,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__decription a,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__contact a {
  font-size: var(--mum-font-size__regular);
  font-weight: var(--mum-font-weight__light);
  color: var(--mum-color-primary);
  text-decoration: underline;
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__distance a:hover, #section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__distance a:focus,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__location a:hover,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__location a:focus,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__decription a:hover,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__decription a:focus,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__contact a:hover,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__contact a:focus {
  text-decoration: none;
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__distance span.highlight,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__location span.highlight,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__decription span.highlight,
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__contact span.highlight {
  font-size: var(--mum-font-size__regular);
  font-weight: var(--mum-font-weight__regular);
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__distance {
  padding: 0 0 var(--mum-padding__single) 0;
  border-bottom: 1px solid var(--mum-color-secondary);
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__location {
  padding: 0 0 var(--mum-padding__single) 0;
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__decription {
  padding: var(--mum-padding__single) 0;
  border-bottom: 1px solid var(--mum-color-secondary);
}
#section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item .section--unterkuenfte--item__contact {
  padding: var(--mum-padding__single) 0 0 0;
}
#section--wrapper section .section--content--wrapper .responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  padding-top: 25px;
  height: 0;
}
#section--wrapper section .section--content--wrapper .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  #section--wrapper {
    width: 100%;
    overflow-x: hidden;
  }
  #section--wrapper section#start {
    position: relative;
    width: 100%;
    min-height: 70vh;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }
  #section--wrapper section#start #start--wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 450px;
  }
  #section--wrapper section#start #start--wrapper #start--image {
    position: relative;
    z-index: 1;
  }
  #section--wrapper section#start #start--wrapper #start--image img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  #section--wrapper section#start #start--wrapper #start--headline {
    position: relative;
    z-index: 2;
    width: 100%;
    top: 72.5%;
  }
  #section--wrapper section#start #start--wrapper #start--headline img {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  #section--wrapper section#start #start--wrapper #start--tagline {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--mum-font-family__regular);
    font-weight: var(--mum-font-weight__light);
    font-size: var(--mum-font-size__medium);
    width: 65%;
    text-align: center;
  }
  #section--wrapper section .section--content--wrapper {
    padding: 0 35px 0 35px;
  }
  #section--wrapper section .section--content--wrapper .section--main-headline {
    padding: 125px 0 var(--mum-padding__single) 0;
    font-size: 3.5rem;
  }
  #section--wrapper section .section--content--wrapper .section--unterkuenfte {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(100%, 2fr));
    width: 100%;
    height: auto;
    padding: var(--mum-padding__double) 0;
    margin-bottom: var(--mum-padding__double);
  }
  #section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item {
    display: block;
    height: auto;
    padding: 0 0 var(--mum-padding__tripple) 0;
  }
  #section--wrapper section .section--content--wrapper .section--unterkuenfte .section--unterkuenfte--item:last-of-type {
    padding: 0 0 0 0;
  }
  #section--wrapper section .section--content--wrapper .section--image--full {
    width: 75%;
  }
}/*# sourceMappingURL=style_V2.css.map */