@charset "UTF-8";
/* Reset
-----------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: none;
  cursor: help;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

button {
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  cursor: pointer;
  -webkit-appearance: none;
}

button:hover {
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}

button:active {
  outline: none;
  border: none;
}

button:focus {
  outline: 0;
}

/* Buttons
----------------------------*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  background-color: transparent;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

abbr[title] {
  text-decoration: none;
}

/* Variablen
-----------------------------------------------------------*/
:root {
  --app-height: 100%;
  --color-white: #fff;
  --color-black: #000;
  --color-light-gray: #d5d5d5;
  --color-text: #000;
  --color-violett: #776DB0;
  --color-orange: #D5940C;
  --color-rot: #f76f7a;
  --line-height: 1.3em;
  --line-height2: 2.6em;
  --line-height15: 1.95em;
  --line-height-half: 0.75em;
  --font-bold: "CentraNo2Bold", sans-serif;
  --font-bold-italic: "CentraNo2BoldItalic", sans-serif;
  --txt-s: 0.75rem;
  --txt-m: 1rem;
  --txt-l: 1.55555556rem;
  --txt-xl: 2.66666667rem;
  --txt-xxl: 9.44444444rem;
  --s: 1rem;
  --m: 2rem;
  --l: 3rem;
  --xl: 4rem;
  --xxl: 6rem;
}

/* V.1 Vramework
-----------------------------------------------------------*/
.color-white {
  color: var(--color-white);
}

.color-black {
  color: var(--color-black);
}

.bg-light-gray {
  background-color: var(--color-light-gray);
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

.clear-both {
  clear: both;
}

.nobr {
  white-space: nowrap;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-s {
  font-size: var(--txt-s);
}

.txt-m {
  font-size: var(--txt-m);
}

.txt-l {
  font-size: var(--txt-l);
}

.txt-xl {
  font-size: var(--txt-xl);
}

.txt-xxl {
  font-size: var(--txt-xxl);
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.static {
  display: static;
}

.pad-0 {
  padding: 0;
}

.pad-bottom-0 {
  padding-bottom: 0;
}

.pad-bottom-1rem {
  padding-bottom: 1rem;
}

.pad-bottom-05rem {
  padding-bottom: 0.5rem;
}

.pad-bottom-1lh {
  padding-bottom: var(--line-height);
}

.pad-bottom-05lh {
  padding-bottom: var(--line-height-half);
}

.pad-bottom-s {
  padding-bottom: var(--s);
}

.pad-bottom-m {
  padding-bottom: var(--m);
}

.pad-bottom-l {
  padding-bottom: var(--l);
}

.pad-bottom-xl {
  padding-bottom: var(--xl);
}

.pad-top-0 {
  padding-top: 0;
}

.pad-top-1rem {
  padding-top: 1rem;
}

.pad-top-s {
  padding-top: var(--s);
}

.pad-top-m {
  padding-top: var(--m);
}

.pad-top-l {
  padding-top: var(--l);
}

.pad-top-xl {
  padding-top: var(--xl);
}

.pad-top-xxl {
  padding-top: var(--xxl);
}

.mar-0 {
  margin: 0;
}

.mar-bottom-0 {
  margin-bottom: 0;
}

.mar-bottom-1rem {
  margin-bottom: 1rem;
}

.mar-bottom-1lh {
  margin-bottom: var(--line-height);
}

.mar-bottom-s {
  margin-bottom: var(--s);
}

.mar-bottom-m {
  margin-bottom: var(--m);
}

.mar-bottom-l {
  margin-bottom: var(--l);
}

.mar-bottom-xl {
  margin-bottom: var(--xl);
}

.mar-top-0 {
  margin-top: 1rem;
}

.mar-top-1rem {
  margin-top: 1rem;
}

.mar-top-s {
  margin-top: var(--s);
}

.mar-top-m {
  margin-top: var(--m);
}

.mar-top-l {
  margin-top: var(--l);
}

.mar-top-xl {
  margin-top: var(--xl);
}

.border-50 {
  border-radius: 50%;
}

.line-height {
  line-height: var(--line-height);
}

.border-top-1 {
  border-top: 1px solid var(--color-text);
}

.border-top-2 {
  border-top: 2px solid var(--color-text);
  padding-top: 0.4rem;
}

/* Grundformatierung
----------------------------*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: var(--line-height);
  margin: 0;
  background-color: transparent;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Schriften
-----------------------------------------------------------*/
/* google-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/google-sans-v69-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 600;
  src: url("webfonts/google-sans-v69-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/google-sans-v69-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Grundgerüst
-----------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: clamp(18px, 0.95vw, 0.95vw);
  font-size: 0.95vw;
}

body {
  font-family: "Google Sans", Arial, Helvetica, Geneva, sans-serif;
  color: var(--color-text);
  min-height: 100dvh;
  /* 	min-height: 100vh;
  	display: grid;
  	grid-template-rows: auto 1fr auto;
  */
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: linear-gradient(60deg, #D3BBDB, #F5D496);
  z-index: -1; /* Schiebt den Hintergrund hinter den Inhalt */
}

.frame {
  position: relative;
  margin: 0 auto;
  width: 88.5416666667%;
}

.grid-2, .grid-3, .grid-4, .grid-6, .grid-6-2, .grid-2-4, .grid-3-3, .grid-10 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 4.7058823529%;
  grid-row-gap: var(--line-height2);
  /*
  align-items: center;
  justify-items: center;
  */
}

/*
.grid-4 .grid-item:first-child {
	grid-column: 1 / 2;
}
 */
.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-column-gap: 8.0971659919%;
  grid-row-gap: var(--xl);
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 8.0971659919%;
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-logo {
  align-items: center;
  grid-column-gap: 8.0971659919%;
}

.home-infobox-wrapper .grid-item:nth-child(even) {
  grid-column: 3/7;
}

.home-infobox-wrapper .grid-item:nth-child(odd) {
  grid-column: 1/5;
}

.grid-2-4 {
  grid-template-columns: 2fr 4fr;
  grid-column-gap: 8.0971659919%;
}

.grid-3-3 {
  grid-template-columns: 3fr 3fr;
  grid-column-gap: 8.0971659919%;
}

.grid-6-2 {
  grid-template-columns: 6fr 2fr;
  grid-column-gap: 5.9523809524%;
  margin-left: 20.9411764706%;
  grid-row-gap: var(--xxl);
}

.grid-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-10:nth-child(even) .grid-item:first-child {
  grid-column: 1/5;
  order: 1;
}

.grid-10:nth-child(even) .grid-item:last-child {
  grid-column: 5/9;
  order: 2;
}

.grid-10:nth-child(even) .image-container-quadratisch {
  padding-left: 0;
  padding-right: 15%;
}

.grid-10:nth-child(odd) .grid-item:first-child {
  grid-column: 7/11;
  order: 2;
}

.grid-10:nth-child(odd) .grid-item:last-child {
  grid-column: 6/11;
  grid-column: 3/7;
  order: 1;
}

.col-2 {
  column-count: 2;
  column-gap: 40%;
  column-width: 100px;
}

.col-2 p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.main {
  min-height: 60vh;
}

.flex {
  display: flex;
}

.fadein {
  opacity: 1; /* Normal sichtbar, kein Fade */
}

/* Wenn JS aktiv ist: Das Element beim Laden sofort unsichtbar machen und einfaden */
html.js body.body-home .fadein {
  opacity: 0;
  visibility: hidden; /* Verhindert Klicks/Interaktionen während es unsichtbar ist */
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
}

/* Wird per JS hinzugefügt, um das Fade-In auszulösen */
html.js body.body-home .fadein.is-visible {
  opacity: 1;
  visibility: visible;
}

/* .wrapper div {
	top: 50%;
	transform: translateY(-50%);
}

.background-image {
	background-image: url(../img/blume.svg);
	background-repeat: no-repeat;
	background-size: 1.8em auto;
	background-position: right 10% bottom;
}

p:not(:first-child),
:not(:nth-child(4n))
{
}

*/
/* Allgemeine Formatierungen
-----------------------------------------------------------*/
img, svg {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  /*
  	text-decoration: none;
  	border-bottom: 1px solid var(--color-text);
   */
  /* These are technically the same, but use both */
  /*
  	overflow-wrap: break-word;
  	word-wrap: break-word;
   */
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /*
  	word-break: break-all;
   */
  /* Instead use this non-standard one: */
  /*
  	word-break: break-word;
   */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  /*
  	-ms-hyphens: auto;
  	-moz-hyphens: auto;
  	-webkit-hyphens: auto;
  	hyphens: auto;
   */
}

a:hover {
  transition: color 0.25s;
}

a[href$=".pdf"], .event-info [href^="https://"], .event-info [href^="http://"], .presse-block [href^="https://"], .presse-block [href^="http://"], .partner-box [href^="https://"] {
  display: inline-block;
  background-image: url(../img/icon-pdf-dark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 0.95rem;
  padding-left: 1.25rem;
  font-weight: 600;
}

.event-info [href^="https://"], .event-info [href^="http://"] {
  background-image: url(../img/icon-link-extern.svg);
}

.presse-block [href^="https://"], .presse-block [href^="http://"], .partner-box [href^="https://"] {
  background-image: url(../img/icon-link-extern-dark.svg);
}

.event-info a[href$=".pdf"] {
  background-image: url(../img/icon-pdf-rot.svg);
  color: var(--color-rot);
}

p,
.editor ul,
.editor ol {
  line-height: var(--line-height);
  margin-bottom: var(--line-height);
}

p:last-child,
.editor ul li:last-child,
.editor ol li:last-child {
  margin-bottom: 0;
}

.editor ul li {
  padding: 0 0 0 1.6em;
}

.editor ul li:before {
  content: "- ";
  position: relative;
  margin-left: -0.6em;
}

.editor p a,
label a {
  text-decoration-color: var(--color-text);
  text-underline-offset: 0.175em;
  text-decoration-thickness: 1px;
  text-decoration: underline;
}

/*
.content > *:last-child,
.content > *:last-child > *:last-child,
.content > *:last-child > *:last-child > *:last-child {
	margin: 0;
}
 */
h1 {
  text-wrap: balance;
  text-align: center;
  font-size: var(--txt-xl);
  font-weight: 600;
  margin-bottom: 1em;
}

h1.big {
  font-size: var(--txt-xxl);
  text-align: left;
  margin-bottom: 0;
}

h2 {
  line-height: 1.2em;
  font-weight: 600;
  padding-bottom: 0.5em;
}

h2.big,
.h2-big h2 {
  font-size: var(--txt-l);
  line-height: 1.2em;
  font-weight: 600;
}

h2.border-bottom {
  border-bottom: 2px solid var(--color-black);
  margin-bottom: 1em;
}

h2.zusatz {
  font-size: var(--txt-l);
  margin-bottom: 8rem;
  max-width: 26em;
}

h3 {
  font-size: var(--txt-m);
  line-height: var(--line-height);
  font-weight: 600;
  padding-bottom: var(--line-height-half);
}

strong {
  font-weight: 600;
}

.video {
  margin: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn,
button,
input[type=submit] {
  display: inline-block;
  --skew: 17.5deg;
  --height: 2.4em; /* deine Button-Höhe */
  --offset: calc(var(--height) * 0.3153); /* tan(17.5deg) ≈ 0.3153 */
  rotate: -17.5deg;
  font-weight: 600;
  background-color: #d99a1b;
  border: none;
  line-height: var(--height);
  color: white;
  font-weight: 600;
  cursor: pointer;
  padding: 0 1.2em 0 1em;
  clip-path: polygon(var(--offset) 0, 100% 0, calc(100% - var(--offset)) 100%, 0 100%);
}

.btn span, button span {
  /* Den Text um den entgegengesetzten Wert zurückdrehen */
}

/* Struktur
-----------------------------------------------------------*/
.inner-content {
  margin-left: 20.9411764706%;
  margin-right: 20.9411764706%;
}

.max-width-absatz {
  max-width: 35rem;
}

/* Header
-----------------------------------------------------------*/
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 2.5rem;
}

.logo {
  display: block;
  border: none;
  width: 6.75rem;
  z-index: 101;
  position: relative;
}

.spickel-header {
  width: 43.75%;
  width: 48.66666667rem;
  position: fixed;
  left: -0.5rem;
  top: -0.5rem;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
  z-index: 5;
}

.spickel-footer {
  -webkit-filter: drop-shadow(-5px -5px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(-5px -5px 10px rgba(0, 0, 0, 0.16));
}

.temp-logo-home {
  width: 90vw;
  height: 100vh;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  padding: 5vh 0;
}

#logoanim {
  inset: 0;
  width: 100%;
  height: 100dvh;
  object-fit: contain;
  object-position: center;
  margin: 0 0;
  padding: 0;
  position: absolute;
  z-index: -1;
}

/* Footer
-----------------------------------------------------------*/
.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 20.9411764706% var(--line-height2) 20.9411764706%;
  box-sizing: border-box;
  z-index: 5;
}

.site-footer .flex {
  gap: var(--line-height2);
}

/* Spezifische Formatierungen
-----------------------------------------------------------*/
.start-middle {
  padding-top: 30vh;
}

.intro {
  text-align: center;
  font-size: var(--txt-l);
  margin-bottom: var(--line-height2);
}

.intro.large {
  text-align: left;
  font-size: var(--txt-xl);
}

.image-container-quadratisch {
  aspect-ratio: 1/1;
  overflow: hidden;
  padding-left: 15%;
  position: absolute;
}

.image-container-quadratisch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.bg-icon-1 {
  position: absolute;
  left: -38%;
  margin-top: -25%;
  width: 50%;
  z-index: -1;
}

.bg-icon-2 {
  position: relative;
  left: -38%;
  margin-top: 10%;
  width: 55%;
  z-index: -1;
}

/* Open Call Stern
---------------------------------*/
.open-call {
  position: fixed;
  right: 5%;
  right: calc(5% - 1rem);
  top: var(--xxl);
  width: 14.5%;
  width: calc(14.5% + 2rem);
  z-index: 100;
  overflow: hidden;
}

.open-call img {
  display: block;
  padding: 1rem;
}

.open-call .star {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  position: absolute;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.35));
}

.open-call:hover .star {
  transform: rotate(180deg);
  transition: transform 0.3s ease-out;
}

/* Events
---------------------------------*/
.event-box {
  background: rgba(0, 0, 0, 0.7);
  padding: var(--line-height2);
  color: var(--color-white);
  margin-bottom: var(--line-height);
}

.event-box h2 {
  font-size: var(--txt-l);
}

.event-info {
  display: grid;
  grid-template-columns: 23fr 15fr 24fr 13fr;
  grid-template-rows: 1fr;
  grid-column-gap: 4.7058823529%;
  grid-row-gap: 0px;
  /*
  align-items: center;
  justify-items: center;
  */
}

.event-box.inaktiv {
  opacity: 0.4;
}

/* Partner
---------------------------------*/
.partner-box {
  border-top: 2px solid var(--color-text);
  padding: var(--m) 0;
}

/* Tandem
---------------------------------*/
.tandem-title-wrapper {
  rotate: -17.5deg;
  padding: var(--xxl) 0;
}

.tandem-title {
  text-align: center;
}

.tandem-title h2 {
  font-size: var(--txt-xl);
  font-weight: 400;
  border-bottom: 2px solid var(--color-black);
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}

.tandem-title h3 {
  font-size: var(--txt-l);
  font-weight: 600;
  color: var(--color-violett);
}

.tandem-entry .grid-3-3 h2 {
  font-size: var(--txt-xl);
  color: var(--color-white);
  font-weight: 400;
}

.tandem-entry .grid-3-3 h3 {
  font-size: var(--txt-l);
}

.tandem-entry .grid-3-3 .grid-item:first-child {
  margin-top: var(--l);
}

.tandem-entry .grid-3-3 .grid-item:last-child {
  margin-top: -4em;
}

/* News
---------------------------------*/
.aktuell-block {
  padding-left: var(--line-height2);
}

.aktuell-entry {
  border-top: 2px solid var(--color-text);
  padding: 0.5em 0;
}

.aktuell-block h2 {
  font-size: var(--txt-l);
  font-weight: 400;
}

.aktuell-entry h3 {
  font-weight: 600;
  padding: 0;
}

.aktuell-entry h4 {
  font-weight: 600;
  line-height: var(--line-height);
}

.aktuell-entry h4.violett {
  font-weight: 400;
  color: var(--color-violett);
}

/* Presse
---------------------------------*/
.presse-block {
  border-bottom: 2px solid var(--color-text);
  padding: var(--line-height) 0;
}

.presse-block h2 {
  padding-bottom: 0;
}

.presse-block h3 {
  padding-bottom: var(--line-height);
  font-weight: 400;
}

.presse-block h4 {
  padding-bottom: var(--line-height);
  font-size: var(--txt-l);
}

/* Formular
---------------------------------*/
.form-wrapper h2 {
  font-size: var(--txt-l);
  font-weight: 400;
}

label {
  display: block;
  line-height: var(--line-height);
}

legend {
  font-size: var(--txt-l);
  line-height: 1.2em;
  padding-bottom: var(--txt-s);
}

fieldset {
  padding-bottom: var(--line-height);
}

input[type=text],
input[type=email],
input[type=date],
input[type=url],
input[type=number],
textarea {
  border: none;
  border-bottom: 2px solid var(--color-white);
  display: block;
  width: 100%;
  font-size: var(--txt-l);
  color: var(--color-violett);
}

textarea {
  border: 2px solid var(--color-white);
}

.form-element,
.field {
  padding-bottom: var(--line-height);
}

/* Styling für den Lade-Overlay/Status */
.loading-overlay {
  display: none;
  align-items: center;
  gap: 12px;
  background-color: #f0f4f8;
  border: 1px solid #b8daff;
  color: #004085;
  padding: 1rem;
  border-radius: 4px;
  margin-top: 1rem;
  font-weight: bold;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid #004085;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-disabled {
  opacity: 0.6;
  pointer-events: none;
}

textarea::placeholder {
  font-size: var(--txt-s);
  color: var(--color-text);
  padding-left: 1em;
}

/* Layout für alle Upload-Zeilen */
.file-upload-wrapper {
  display: flex;
  align-items: center;
  gap: 1em;
  position: relative;
}

/* Originales Input unsichtbar machen */
.file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* Button-Styling */
.file-upload-button {
  display: block;
  width: 100%;
  align-items: left;
  justify-content: center;
  border-bottom: 1px solid var(--color-text);
  padding: 0.5em 0;
  background-image: url(../img/icon-upload.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 0.95rem;
}

/* Focus-Zustand für Tastatur-Bedienung */
/* Dateinamens-Text */
.file-name {
  font-size: var(--txt-m);
}

.file-upload-wrapper.has-error .file-upload-button {
  border: 2px solid #e74c3c;
  background-color: #fceae9;
  color: #c0392b;
}

/* Social Nav
---------------------------------*/
.social-nav {
  position: fixed;
  left: 5.7291666667%;
  bottom: var(--line-height2);
  z-index: 10;
}

/* Container: Alle Links in einer Textzeile */
/* Link-Styling (Reiner Textlink) */
.social-links-inline a {
  line-height: var(--line-height15);
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Abstand zwischen SVG und Text */
  color: #333333;
  text-decoration: none;
  font-size: var(--txt-s);
  font-weight: 500;
  transition: opacity 0.2s ease, color 0.2s ease;
}

/* SVG Größe über das img-Tag steuern */
.social-links-inline .icon {
  width: var(--txt-m);
  width: var(--txt-m);
  display: block;
}

/* Hover-Effekt für die ganze Zeile */
/* Main Navigation
-----------------------------------------------------------*/
.main-nav-wrapper {
  top: 5rem;
}

.main-nav {
  display: inline-block;
  transform: rotate(-17.5deg);
  transform-origin: left top;
  left: -10px;
  position: absolute;
}

.main-nav ul li {
  padding: 1rem 0 1rem 0;
  max-width: 70%;
}

.main-nav ul a {
  font-size: var(--txt-l);
  position: absolute;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  white-space: nowrap;
  transform-origin: left center;
  font-weight: 600;
}

.main-nav .selected a {
  color: var(--color-white);
}

.main-nav ul a:hover {
  color: var(--color-white);
  transform: rotate(17.5deg) scale(1.5) translateY(-0.3em);
  transition: transform 0.3s ease-out;
  z-index: 10;
}

/* Lang Nav
---------------------------*/
.lang-nav {
  position: absolute;
  right: 0;
  top: -12rem;
  rotate: -17.5deg;
}

.lang-nav ul {
  display: flex;
  gap: 0.5em;
  text-transform: capitalize;
}

.lang-nav a.selected {
  font-weight: 600;
}

/* Navigation
---------------------------*/
#hamburger {
  position: fixed;
  right: 4%;
  top: -7.75vw;
  top: 5vw;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 45px;
  z-index: 1100;
  display: none;
}

/* Beide Icons deckungsgleich übereinanderlegen */
#hamburger .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Die magische Zutat für den Weichzeichner/Fade-Effekt: */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Standardzustand: Hamburger sichtbar, X unsichtbar */
#hamburger .icon-hamburger {
  opacity: 1;
  transform: scale(1);
}

#hamburger .icon-close {
  opacity: 0;
  transform: scale(0.8); /* Leicht verkleinert für schöneren Animationseffekt */
  pointer-events: none;
}

/* Zustand bei geöffnetem Menü (.active) */
#hamburger.active .icon-hamburger {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

#hamburger.active .icon-close {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
MediaQueries
-------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  /* Variablen
  -----------------------------------------------------------*/
  :root {
    --txt-s: 0.9rem;
    --txt-m: 1rem;
    --txt-l: 1.4rem;
    --txt-xl: 2.2rem;
    --txt-xxl: 8rem;
  }
  .frame {
    width: 92%;
  }
} /* Ende 1500 */
/* @media screen and (max-width: 1200px) {

html {
	font-size: 15px;
}

.frame {
	width: 90%;
}

.social-nav {
	left: 5%;
}

//} /* Ende 1100 */
@media screen and (max-width: 1250px) {
  html {
    font-size: 16px;
  }
  body {
    overflow-x: hidden;
  }
  .grid-6-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-left: 14rem;
  }
  .grid-10 {
    display: block;
    margin-left: 14rem;
  }
  .home-infobox-wrapper .grid-item:nth-child(odd),
  .home-infobox-wrapper .grid-item:nth-child(even) {
    grid-column: 1/7;
  }
  .inner-content {
    margin-left: 14rem;
    margin-right: 0;
  }
  .social-nav {
    position: relative;
    left: 0;
    bottom: 0;
    padding: var(--line-height2) 0 var(--line-height2) 4%;
  }
  .aktuell-block {
    padding-left: 0;
  }
  .site-footer .flex {
    display: block;
  }
  .site-footer .flex-item:not(:last-child) {
    padding: 0 0 1rem 0;
  }
  .footer-overlay {
    width: calc(100% - 14rem);
    padding: 0 0 var(--line-height2) 14rem;
    position: relative;
  }
  .site-footer {
    position: relative;
    padding-top: 30%;
    background-image: url("../img/spickel-footer-mobile.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
  }
  .social-nav {
    left: 0;
  }
  .spickel-footer {
    display: none;
  }
  /* Open Call Stern
  ---------------------------------*/
  .open-call {
    top: var(--s);
    right: 12%;
    width: 260px;
  }
  /* IMG Container
  ---------------------------------*/
  .image-container-quadratisch {
    position: relative;
    width: 40%;
    padding: 0;
    margin-left: auto;
    margin-right: -20%;
    margin-top: -2em;
    margin-bottom: var(--line-height);
  }
  .grid-10:nth-child(even) .image-container-quadratisch {
    position: relative;
    width: 45%;
    padding: 0;
    margin-right: auto;
    margin-left: calc(-25% - 14rem);
  }
  /* Events
  ---------------------------------*/
  .event-info {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: var(--m);
  }
  .event-box h2 {
    padding-bottom: var(--m);
  }
  .event-info h3 {
    padding: 0;
  }
} /* Ende 1150 */
@media screen and (max-width: 950px) {
  :root {
    --txt-xxl: 12vw;
  }
} /* Ende 950 */
@media screen and (max-width: 750px) {
  :root {
    --txt-xxl: 17.5vw;
  }
  .grid-3-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: var(--line-height);
  }
  .tandem-entry .grid-3-3 .grid-item:first-child,
  .tandem-entry .grid-3-3 .grid-item:last-child {
    margin-top: 0;
  }
  .grid-6-2,
  .inner-content {
    margin-left: 0;
  }
  .footer-overlay {
    padding: 0 0 var(--line-height2) 0;
    width: 100%;
  }
  .start-middle {
    padding-top: 0;
  }
  .site-header {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .site-header .frame {
    width: 100%;
    overflow-x: hidden;
  }
  .intro {
    text-align: left;
    hyphens: auto;
  }
  .intro.large {
    font-size: 1.6rem;
    padding-top: 0vh;
    hyphens: auto;
  }
  .bg-icon-1 {
    position: relative;
    left: 0;
    margin: 0 0 0 -20%;
    width: 60%;
  }
  .bg-icon-2 {
    display: none;
  }
  /* Logo
  ---------------------------------*/
  .logo {
    width: 50%;
    padding: 5% 5% 0% 5%;
    z-index: 5;
    position: relative;
    overflow: hidden;
    height: 15rem;
  }
  .logo img {
    display: block;
  }
  .logo:after {
    content: " ";
    display: block;
    position: fixed;
    width: 150vw;
    height: 100%;
    height: 15rem;
    background-image: url("../img/nav-bg-mobile-gerade.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right bottom;
    padding: 0;
    top: -10rem;
    left: -15%;
    rotate: -17.5deg;
    z-index: -1;
  }
  .logo img {
    display: inline-block;
    width: 8rem;
    width: 40%;
  }
  .spickel-header {
    display: none;
  }
  /* Events
  ---------------------------------*/
  .grid-10 {
    margin-left: 0;
  }
  /* Open Call Stern
  ---------------------------------*/
  .open-call {
    right: auto;
    left: 50%;
    transform: translateX(-38%);
    width: 240px;
    top: var(--line-height-half);
    width: calc(80% - 8rem);
  }
  /* IMG Container
  ---------------------------------*/
  .image-container-quadratisch {
    width: 60%;
    margin-right: -25%;
  }
  .grid-10:nth-child(even) .image-container-quadratisch {
    width: 65%;
    margin-left: -25%;
  }
  #logoanim {
    padding: 15vh 0 0 0;
  }
  /* Navigation
  -----------------------------------------------------------*/
  #hamburger {
    display: block;
  }
  .main-nav-wrapper {
    position: fixed;
    width: 100%;
    display: block;
    padding: var(--line-height) 0;
    top: 0;
    left: 0;
    z-index: 0;
    z-index: 4;
    transform: translateX(150%);
    transition: transform 0.3s ease-in-out;
  }
  .main-nav ul a:hover {
    color: var(--color-violett);
    transform: none;
  }
  .main-nav .selected a {
    color: var(--color-violett);
  }
  /* Endzustand: Wird durch die aktive Klasse auf 0 zurückgesetzt */
  .main-nav-wrapper.is-active {
    transform: translateX(0);
  }
  .main-nav {
    margin: 0 0 0 -40%;
    padding: 285px 0 var(--xxl) 35%;
    padding-top: calc(400px - 30vw);
    padding-top: clamp(255px, 100px + 14vw, 255px);
    padding-top: clamp(0px, 180px + 20vw, 285px);
    display: block;
    position: relative;
    background-image: url("../img/nav-bg-mobile-gerade.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: transparent;
  }
  /* Lang Nav
  ---------------------------*/
  .lang-nav {
    float: right;
    position: relative;
    top: clamp(0px, 45px + 18vw, 90px);
    margin: 0 4% 0 0;
    z-index: 100;
  }
  /* Lang Nav
  ---------------------------*/
} /* Ende 750 */
@media screen and (max-width: 650px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #hamburger {
    top: 50px;
  }
} /* Ende 650 */
/* Ende 650 */
@media screen and (max-width: 500px) {
  .logo img {
    width: 6rem;
  }
  .logo:after {
    top: -7.5rem;
  }
  #hamburger {
    top: 0.8rem;
  }
} /* Ende 600 */
@media screen and (max-width: 450px) {
  /* Logo
  ---------------------------------*/
  /* Open Call Stern
  ---------------------------------*/
  .open-call {
    width: calc(90% - 8rem);
    transform: translateX(-42%);
  }
} /* Ende 450 */
/* Clearfix
-----------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
}
