@charset "UTF-8";
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://use.typekit.net/ujy8skv.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

a {
  color: #1eaedb;
}
a:hover {
  color: #1b9cc5;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

input[type=submit], input[type=reset], input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

input[type=submit].button-primary, input[type=reset].button-primary, input[type=button].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type=submit].button-primary:hover, input[type=reset].button-primary:hover, input[type=button].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type=submit].button-primary:focus, input[type=reset].button-primary:focus, input[type=button].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}
input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

body {
  font-family: "Muli", sans-serif;
  background-color: #fadcdc !important;
}

p {
  color: #121212;
  font-size: 13pt;
}

h2 {
  padding-bottom: 35px;
  margin: 0px;
}

/**
 * Header - Bereich
 */
header {
  height: 100vh;
  background-color: #121212;
  position: relative;
  overflow: hidden;
}
header .container1#floating-letters {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1.8em;
  perspective: 1000px;
  pointer-events: none;
}
header .letter {
  position: absolute;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3);
  opacity: 0.6;
  transition: transform 0.1s ease-out;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) translateX(15px) rotate(10deg);
  }
  100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
header .header-container {
  height: 100vh;
  display: flex;
  justify-content: center;
}
header .slogan {
  padding-top: 300px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 550px) {
  header .slogan {
    padding-top: 310px;
  }
}
@media (min-width: 750px) {
  header .slogan {
    padding-top: 320px;
  }
}
header .slogan-top {
  font-family: "sunflower", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 250%;
  line-height: 1.5;
  width: 90%;
  margin: auto;
  color: #f5b9b9;
  text-shadow: 3px 0 #121212, 0 -3px #121212, -3px 0 #121212, 0 3px #121212;
}
@media (min-width: 550px) {
  header .slogan-top {
    font-size: 300%;
    width: 70%;
  }
}
@media (min-width: 750px) {
  header .slogan-top {
    font-size: 350%;
    line-height: 1.5;
    width: 65%;
    margin: auto;
    color: #f5b9b9;
    text-shadow: 3px 0 #121212, 0 -3px #121212, -3px 0 #121212, 0 3px #121212;
  }
}
header .slogan-button {
  margin-top: 50px;
  color: #fee14d;
  background-color: #121212;
  text-shadow: 0px 0px 2px black;
}
header .slogan-button:hover {
  color: #121212;
  background-color: #fee14d;
  border: none;
  text-shadow: none;
}
header .slogan-button:focus {
  outline: none; /* Entfernt den Standard-Fokus-Rahmen */
  color: #fee14d; /* Behebt das Problem mit schwarzer Schrift auf schwarzem Hintergrund */
  background-color: #121212;
}
header .slogan-button:focus:hover {
  color: #121212;
  background-color: #fee14d;
}
header .scroll-indicator {
  position: absolute; /* Position relativ zum Header */
  bottom: 6vh; /* Abstand vom unteren Rand */
  border: 2px solid white;
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 5px;
  color: white; /* Farbe des Pfeils */
  font-size: 24px; /* Größe des Pfeils */
  animation: bounce 1s infinite; /* Animationseffekt */
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* Ausgangsposition */
  }
  40% {
    transform: translateY(-10px); /* Höchster Punkt der Animation */
  }
  60% {
    transform: translateY(-5px); /* Mittlerer Punkt der Animation */
  }
}

/**
 * Dates - Bereich
 */
.dates {
  padding-top: 100px;
  overflow: hidden;
  height: 270px;
  display: none;
}
@media (min-width: 550px) {
  .dates {
    display: block;
    overflow: hidden;
  }
  .dates .stoerer {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .dates .stoerer .timeline {
    width: 100%;
    max-width: 10000px;
    position: relative;
    margin-bottom: 10px;
  }
  .dates .stoerer .timeline .event {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 210px;
    background-color: #121212;
    opacity: 0;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  }
  .dates .stoerer .timeline .event .date {
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 45pt;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 1rem;
  }
  .dates .stoerer .timeline .event .date span {
    color: #fee14d;
    padding: 0 10px;
  }
  .dates .stoerer .timeline .event .info {
    text-align: center;
    padding-bottom: 3rem;
  }
  .dates .stoerer .timeline .event .info h3 {
    font-size: 18pt;
    margin: 0;
    color: #f5b9b9;
    font-weight: 500;
  }
  .dates .stoerer .timeline .event .info p {
    font-size: 12pt;
    color: #ffffff;
    margin: 0.2rem 0 0;
  }
}
@media (min-width: 550px) and (min-width: 1000px) {
  .dates {
    display: flex;
    justify-content: center;
    width: 102%;
    overflow: hidden;
  }
  .dates .timeline {
    width: 120%;
    max-width: 10000px;
    position: relative;
    left: -12px;
    margin-bottom: 10px;
  }
  .dates .timeline .event {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 140px;
    background-color: #121212;
    margin: 2rem 0;
    padding: 1rem;
    transform: translateX(-100%);
    transform: rotate(-5deg);
    opacity: 0;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  }
  .dates .timeline .event .date {
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 50pt;
    display: flex;
    align-items: center;
  }
  .dates .timeline .event .date span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fee14d;
  }
  .dates .timeline .event .info {
    margin: 1rem 0;
    padding: 1rem;
    text-align: left;
    margin-left: 50px;
  }
  .dates .timeline .event .info h3 {
    font-size: 18pt;
    margin: 0;
    color: #f5b9b9;
    font-weight: 500;
  }
  .dates .timeline .event .info p {
    font-size: 12pt;
    color: #ffffff;
    margin: 0.2rem 0 0;
  }
}

.bg-dates-mobile {
  background-color: #121212;
}
.bg-dates-mobile .dates-mobile {
  margin-top: 100px;
}
.bg-dates-mobile .dates-mobile .date {
  font-family: "sunflower", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: #ffffff;
}
.bg-dates-mobile .dates-mobile .date span {
  color: #fee14d;
}
@media (min-width: 550px) {
  .bg-dates-mobile {
    display: none;
  }
}

.mobile-info h3 {
  font-size: 20pt;
  margin: 25px 0 10px;
  font-weight: 600;
}
@media (min-width: 550px) {
  .mobile-info {
    display: none;
  }
}

/*
 Start-Bereich
 */
.start {
  padding-top: 100px;
}
.start img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
}
@media (min-width: 750px) {
  .start img {
    height: 260px;
  }
}

/**
 *Formular
 */
.formular {
  background-color: #121212;
  padding-top: 100px;
  padding-bottom: 100px;
}
.formular .formular-rsp {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 750px) {
  .formular .formular-rsp {
    width: 100%;
    flex-direction: row;
    gap: 40px;
  }
}
.formular .formular-rsp .formular-heading {
  color: #f5b9b9;
  font-weight: lighter;
  font-size: 45px;
}
.formular .formular-rsp .formular-subheading {
  color: #ffffff;
  font-weight: lighter;
  width: 100%;
}
@media (min-width: 1000px) {
  .formular .formular-rsp .formular-subheading {
    width: 90%;
  }
}
.formular .formular-rsp .formular-stoerer {
  background-color: #fee14d;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  text-align: center;
  margin: 7% 0 7% 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (min-width: 750px) {
  .formular .formular-rsp .formular-stoerer {
    width: 150px;
    height: 150px;
    margin-left: 25%;
    margin-top: 6%;
  }
}
.formular .formular-rsp .formular-stoerer p {
  font-family: "sunflower", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  transform: rotate(-10deg);
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .formular .formular-rsp .formular-stoerer p {
    font-size: 32px;
  }
}
.formular .formular-rsp .formular-stoerer.show {
  animation: popUp 0.5s ease forwards;
}
@keyframes popUp {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.formular .formular-rsp .formular-input {
  width: 100%;
  margin-bottom: 28px;
  background-color: #ffffff;
  transition: all 0.33s;
}
.formular .formular-rsp .formular-input:focus,
.formular .formular-rsp input.formular-input:focus {
  border: 1px solid #121212;
  background-color: #fadcdc;
}
.formular .formular-rsp .formular-message {
  height: 140px;
  background-color: #ffffff;
}
.formular .formular-rsp input.formular-submit[type=submit] {
  background-color: #121212;
  color: #fee14d;
  margin-bottom: 0px;
}
.formular .formular-rsp .formular-form {
  margin-bottom: 0px;
}
.formular .formular-rsp .formular-name {
  margin-bottom: 12px;
}
.formular .formular-rsp #anonym {
  margin-bottom: 30px;
}
.formular .formular-rsp .anonym-text {
  color: #ffffff;
  font-weight: lighter;
  display: inline;
  margin-left: 5px;
}
.formular .formular-rsp .upload-container {
  width: 100%;
  border-radius: 8px;
  display: inline-block;
}
.formular .formular-rsp .upload-container .formular-upload {
  background-color: transparent;
  border: 3px dashed #ffffff;
}
.formular .formular-rsp .upload-container h3 {
  font-size: 22px;
  font-weight: 600;
  color: #d69393;
  padding: 20px;
  padding-bottom: 10px;
}
.formular .formular-rsp .upload-container input[type=file] {
  padding-left: 20px;
  color: #ffffff;
  padding-bottom: 20px;
}
.formular .formular-rsp .upload-container button {
  margin-top: 2rem;
  background-color: #fee14d;
  color: #121212;
  border: 1px solid #fee14d;
}
.formular .formular-rsp .upload-container button:hover {
  color: #fee14d;
  background-color: #121212;
  border: 1px solid #fee14d;
}
.formular .formular-rsp #successMessage {
  color: #fee14d;
  margin-left: 20px;
  display: none;
}
.formular .formular-hr {
  margin-top: 70px;
}
.formular .formular-info {
  color: rgb(130, 130, 130);
}

/**
 * Footer
 */
.footer {
  background-color: #f5b9b9;
  font-family: "Muli", sans-serif;
  font-weight: lighter;
  height: 275px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 20px !important;
}
@media (min-width: 400px) {
  .footer {
    height: 190px;
  }
}
.footer .footer-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 400px) {
  .footer .footer-flex {
    flex-direction: row;
  }
}
.footer .footer-flex img {
  width: 160px;
}
@media (min-width: 550px) {
  .footer .footer-flex img {
    width: 200px;
  }
}
.footer .footer-flex p {
  font-size: 14px;
  color: #121212;
  align-items: center;
}
.footer .footer-flex a {
  color: #121212;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
.footer .footer-flex a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #121212;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.footer .footer-flex a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.marquee span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  animation: marquee 12s linear infinite;
  font-size: 50px;
  border-top: 5px solid #121212;
  border-bottom: 5px solid #121212;
  font-family: "Gravitas One", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #121212;
}
@media (min-width: 750px) {
  .marquee span {
    font-size: 65px;
  }
}
@media (min-width: 1000px) {
  .marquee span {
    font-size: 75px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee:hover span {
  animation-play-state: paused;
}

/*
 Engage-Bereich
 */
.engage {
  padding-top: 100px;
}
.engage .engage-flex {
  display: flex;
  justify-content: space-between;
}
.engage .engage-text {
  width: 100%;
  margin-left: 30px;
}
@media (min-width: 750px) {
  .engage .engage-text {
    width: 80%;
  }
}
@media (min-width: 1000px) {
  .engage .engage-text {
    width: 60%;
  }
}
.engage h6 {
  padding-top: 90px;
  font-weight: bold;
  font-size: 15pt;
  line-height: 28px;
}
.engage .engage-button {
  color: #121212;
}
.engage .engage-button:hover {
  background-color: #121212;
  color: #fadcdc;
  border: none;
}
.engage img {
  display: none;
}
@media (min-width: 750px) {
  .engage img {
    display: block;
    width: 210px;
    height: 300px;
    margin-right: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 90px;
    filter: grayscale(100%);
  }
}
.engage .img2 {
  display: none;
}
@media (min-width: 1000px) {
  .engage .img2 {
    display: block;
  }
}
.engage .img-mobile {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-position: 30% 52%;
     object-position: 30% 52%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 40px;
  filter: grayscale(100%);
}
@media (min-width: 550px) {
  .engage .img-mobile {
    display: none;
  }
}

/*
 Exhibition-Bereich
 */
#exhibition {
  overflow: hidden;
}
#exhibition .exhibition {
  padding-bottom: 100px;
  padding-top: 30px;
}
#exhibition .exhibition .container {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 750px) {
  #exhibition .exhibition .container {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
#exhibition .exhibition span {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: lighter;
  font-style: italic;
  color: #121212;
  text-align: center;
}
#exhibition hr {
  background-color: #f5b9b9;
  height: 25px;
  margin: 15px 0;
}
@media (min-width: 550px) {
  #exhibition hr {
    display: none;
  }
}

/*
Gallery Part
*/
#gallery {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 750px) {
  #gallery {
    padding-bottom: 200px;
  }
}
#gallery .gallery-heading {
  font-weight: lighter;
  font-size: 45px;
}
#gallery .gallery-desktop {
  display: none;
}
@media (min-width: 750px) {
  #gallery .gallery-desktop {
    display: block;
  }
}
#gallery .gallery-desktop .slider-container {
  position: relative;
  width: 100%;
  height: 60vh;
  margin: 10px auto 0;
  perspective: 1200px;
  overflow: hidden;
}
#gallery .gallery-desktop .slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
  margin-top: -35px;
}
@media (min-width: 1000px) {
  #gallery .gallery-desktop .slider {
    margin: -5px;
  }
}
#gallery .gallery-desktop .slide {
  position: absolute;
  width: 32%;
  height: 56%;
  -o-object-fit: cover;
     object-fit: cover;
  position: center;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}
#gallery .gallery-desktop .slide:hover {
  cursor: pointer;
}
@media (min-width: 1000px) {
  #gallery .gallery-desktop .slide {
    width: 27%;
    height: 70%;
  }
}
#gallery .gallery-desktop .slide.active {
  transform: translateZ(300px) rotateY(0deg);
  filter: blur(0);
  filter: grayscale(100%);
}
#gallery .gallery-desktop .slide.left {
  transform: translateX(-100%) rotateY(30deg);
  filter: blur(7px) grayscale(100%);
  -webkit-filter: blur(7px) grayscale(100%);
}
#gallery .gallery-desktop .slide.right {
  transform: translateX(100%) rotateY(-30deg);
  filter: blur(7px) grayscale(100%);
  -webkit-filter: blur(7px) grayscale(100%);
}
#gallery .gallery-desktop .slide.hidden {
  transform: translateZ(-500px) scale(0.8);
  opacity: 0;
}
#gallery .gallery-desktop .navigation {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -100px;
}
@media (min-width: 1000px) {
  #gallery .gallery-desktop .navigation {
    margin-top: 10px;
  }
}
#gallery .gallery-desktop .navigation i {
  font-size: 23px;
  cursor: pointer;
  padding-top: 6px;
}
#gallery .gallery-desktop .dots {
  display: flex;
  gap: 10px;
  width: 280px;
  justify-content: center;
  align-items: center;
  background-color: #121212;
  height: 40px;
  border-radius: 40px;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  #gallery .gallery-desktop .dots {
    margin-top: 0px;
  }
}
#gallery .gallery-desktop .dots div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}
#gallery .gallery-desktop .dots div:hover {
  background-color: #f5b9b9;
}
#gallery .gallery-desktop .dots div.active {
  background: #fee14d;
}
#gallery .gallery-mobile .row {
  display: flex;
  justify-content: center;
  width: 100%;
}
#gallery .gallery-mobile img {
  border: 3px solid rgb(130, 130, 130);
  width: 90%;
  height: 90%;
  filter: grayscale(100%);
  margin-top: 20px;
  transition: box-shadow 0.3s ease;
}
#gallery .gallery-mobile img:hover {
  filter: grayscale(0%);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.6);
}
@media (min-width: 550px) {
  #gallery .gallery-mobile img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 750px) {
  #gallery .gallery-mobile {
    display: none;
  }
}
#gallery .alphabet-navigation {
  display: none;
}
@media (min-width: 750px) {
  #gallery .alphabet-navigation {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
  }
}
#gallery .alphabet-navigation span {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.2s, color 0.2s;
}
#gallery .alphabet-navigation span:hover {
  background-color: #f5b9b9;
  color: #121212;
}

.fixed-nav {
  background-color: #121212;
  font-family: "Muli", sans-serif;
  border-bottom: 5px solid #fee14d;
  height: 140px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.fixed-nav .nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.fixed-nav nav {
  margin-left: auto;
}
.fixed-nav nav i {
  display: block;
  font-size: 30px;
  padding-top: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.3s;
}
@media (min-width: 1000px) {
  .fixed-nav nav i {
    display: none;
  }
}
.fixed-nav nav i:hover {
  color: #f5b9b9;
}
.fixed-nav nav ul {
  color: #ffffff;
  margin-top: 55px;
  display: none;
}
@media (min-width: 1000px) {
  .fixed-nav nav ul {
    display: flex;
  }
}
.fixed-nav nav ul li {
  list-style-type: none;
  margin-left: 26px;
  position: relative;
}
.fixed-nav nav ul li .nav-link {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
}
.fixed-nav nav ul li .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.fixed-nav nav ul li .nav-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.fixed-nav nav ul li.dropdown .dropdown-toggle {
  cursor: pointer;
}
.fixed-nav nav ul li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: -35px;
  right: 0;
  width: 50px;
  padding: 8px 0;
  background-color: #121212;
  z-index: 10;
  text-align: center;
}
.fixed-nav nav ul li.dropdown .dropdown-menu li {
  margin: 5px 0;
}
.fixed-nav nav ul li.dropdown .dropdown-menu li a {
  color: #ffffff;
  text-decoration: none;
  padding: 8px 10px;
  display: block;
  background-color: #121212;
}
.fixed-nav nav ul li.dropdown .dropdown-menu li a:hover {
  background-color: #fadcdc;
  color: #121212;
}
.fixed-nav nav ul li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
  top: -68px;
  left: 20px;
}
.fixed-nav nav ul li.dropdown:hover > .dropdown-menu {
  display: block;
}
.fixed-nav .header-navbar-links li a.active {
  color: #f5b9b9;
}
.fixed-nav .header-brand-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.fixed-nav .header-brand {
  display: block;
}
.fixed-nav .header-brand .logo {
  width: 160px;
  margin-top: -9%;
}
.fixed-nav #side-menu-trigger {
  color: #ffffff;
  margin-top: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 200%;
  height: inherit;
}
@media (min-width: 750px) {
  .fixed-nav #side-menu-trigger {
    display: none;
  }
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #121212;
  overflow: hidden;
  transition: 0.3s;
  padding-top: 60px;
  margin-top: 140px;
  z-index: 10;
  box-shadow: 0px 0px 0px 4px #fee14d inset;
}
.sidebar h3 {
  color: #f5b9b9;
  font-family: "sunflower", sans-serif;
  font-size: 30px;
  padding: 20px 25px 5px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.sidebar ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 5px 25px;
}
.sidebar ul li a:hover {
  color: #fee14d;
}
.sidebar ul li.dropdown {
  position: relative;
}
.sidebar ul li.dropdown .dropdown-toggle {
  cursor: pointer;
}
.sidebar ul li.dropdown .dropdown-menu {
  display: none;
  margin-top: 10px;
  padding-left: 20px;
}
.sidebar ul li.dropdown:hover > .dropdown-menu {
  display: block;
}
.sidebar .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #f5b9b9;
  transition: transform 0.3s;
}
.sidebar .close-btn:hover {
  transform: rotate(90deg);
}

#all {
  display: none;
}
@media (min-width: 1200px) {
  #all {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*enter*/
  }
  #all img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin: 0;
    filter: grayscale(100%);
  }
  #all #allcontent {
    margin-top: 80px;
    width: 100%;
    max-width: 1140px;
    height: 600px;
    position: relative;
  }
  #all .portfolio {
    width: 100%;
    max-width: 800px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.2s;
    cursor: pointer;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
  }
  #all .portfolio:nth-child(1) {
    left: 10px;
  }
  #all .portfolio:nth-child(1):hover {
    transform: rotate(-2deg);
    left: 0;
  }
  #all .portfolio:nth-child(2) {
    left: 10%;
  }
  #all .portfolio:nth-child(2):hover {
    transform: rotate(-2deg);
    left: 5%;
  }
  #all .portfolio:nth-child(3) {
    left: 20%;
  }
  #all .portfolio:nth-child(3):hover {
    transform: rotate(-2deg);
    left: 15%;
  }
  #all .portfolio:nth-child(4) {
    left: 30%;
  }
  #all .portfolio:nth-child(4):hover {
    transform: rotate(-2deg);
    left: 25%;
  }
  #all .opened {
    z-index: 1000;
    left: 0 !important;
    transform: rotate(0deg);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 1140px;
  }
  #all .opened img {
    z-index: 5;
  }
  #all .ombra {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 90%;
    height: 20px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    transform: rotate(-2deg);
    display: none;
    z-index: -1;
  }
  #all .ombra:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -8px;
    right: -93px;
    width: 90%;
    height: 20px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    transform: rotate(4deg);
  }
  #all .txt {
    display: block;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 3px;
    width: 98%;
    padding-left: 2%;
    height: 33px;
    background: #ffffff;
  }
  #all #navi {
    position: absolute;
    top: 490px;
    left: 50%;
    margin: 0 0 0 -62px;
    background: #121212;
    opacity: 0.8;
    color: #ffffff;
    height: 24px;
    border-radius: 20px;
    padding: 7px 10px 0 10px;
  }
  #all .circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #121212;
    margin-right: 6px;
    cursor: pointer;
  }
  #all .circle:hover {
    background-color: #f5b9b9;
  }
  #all .circle:active,
  #all .activenav,
  #all .activenav:hover {
    background: #fee14d;
  }
  #all .activenav {
    cursor: default;
  }
  #all .circle:last-child {
    margin-right: 0;
  }
  @keyframes comein {
    0% {
      opacity: 0;
      transform: translateY(-3000px);
    }
    80% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      transform: translateY(0);
    }
  }
}

.archiv {
  padding-top: 150px;
  padding-bottom: 100px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* Animation für schwebende Buchstaben */
}
.archiv .container1#floating-letters {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1.8em;
  perspective: 10000px;
  pointer-events: none; /* Damit der Mauszeiger durchdringen kann */
  overflow: hidden;
}
.archiv .letter {
  position: absolute;
  font-weight: bold;
  color: #d69393;
  opacity: 0.1;
  transition: transform 0.1s ease-out;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) translateX(15px) rotate(10deg);
  }
  100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
.archiv .gallery-container {
  min-height: 100vh;
  padding: 20px 0px;
  background-color: #fadcdc;
  overflow: hidden;
}
.archiv .gallery-container h1 {
  font-family: "sunflower", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 350%;
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}
.archiv .gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  font-weight: light;
  color: #121212;
  max-width: 500px;
}
.archiv .gallery-container .tz-gallery {
  padding: 40px 0;
}
.archiv .gallery-container .tz-gallery .archiv-row > div {
  padding: 4px;
}
.archiv .gallery-container .tz-gallery .lightbox img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid rgb(150, 150, 150);
  position: relative;
  filter: grayscale(100%);
}
.archiv .gallery-container .tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  content: "\e003";
  pointer-events: none;
  z-index: 3;
  transition: 0.4s;
}
.archiv .gallery-container .tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(254, 225, 77, 0.85);
  content: "";
  transition: 0.4s;
}
.archiv .gallery-container .tz-gallery .lightbox:hover:after,
.archiv .gallery-container .tz-gallery .lightbox:hover:before {
  opacity: 1;
}
.archiv .gallery-container .tz-gallery .baguetteBox-button {
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .archiv .gallery-container .tz-gallery body {
    padding: 0;
  }
}

.video-container {
  position: relative;
  width: 80%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}
.video-container video {
  width: auto;
  height: 100%;
  transition: transform 0.8s ease, height 0.8s ease;
  filter: grayscale(100%);
}
.video-container.fullscreen {
  height: 100vh;
  width: 100%;
}
.video-container.fullscreen video {
  transform: translateY(0);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=styles.css.map */