

body {
  height: 100vh;
  background-image: url('/files/media/landing/mobile/background.svg');
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

h1 {
  display: none;
}

#wrapper {
  height: 100%;
}

#landing-tablet,
#landing-desktop {
  display: none;
}

.mod_article {
  display: flex;
  flex-direction: column;
}

#landing-mobile {
  padding: 25px;
}

#landing-mobile #footer {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
}

#landing-desktop #footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
}


#logo,
#mithelfen {
  align-self: center;
}

#logo {
  translate: 0 -45px;
}

#infos,
#programm,
#sponsoren {
  align-self: end;
}

.content-hyperlink,
.content-image {
  width: fit-content;    
}

@media (min-width: 640px) { 
  #landing-mobile {
    padding: 50px;
  }
}

@media (min-width: 768px) { 
  #landing-mobile {
    padding: 75px;
  }
}

@media (min-width: 1024px) { 
  #landing-mobile {
    display: none;
  }

  #landing-tablet {
    display: flex;
    padding: 100px;
  }

  #infos {
    align-self: center;
    translate: 100px 0;
  }

  #mithelfen{
    translate: -100px 0;
  }
  #programm,
  #tickets {
    translate: 0 -550px;
  }

  #team {
    translate: 100px -350px;
  }
  #sponsoren {
    translate: -0px -500px;
  }
}


@media (min-width: 1536px) {
  body {
    background-image: url('/files/media/landing/desktop/background.svg');
  }

  #landing-tablet,
  #landing-mobile {
    display: none;
  }
  #landing-desktop {
    display: flex;
  }

  #landing-desktop {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

  #logo {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }

  #infos {
    position: absolute;
    top: 75px;
    left: 15%;
    translate: -50% 0;
  }
  #tickets {
    position: absolute;
    top: 75px;
    left: 75%;
    translate: -50% 0;
  }
  #mithelfen {
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
  }
  #sponsoren {
    position: absolute;
    bottom: 50px;
    left: 75%;
    translate: -50% 0;
  }

  #team {
    position: absolute;
    bottom: 50px;
    left: 35%;
    translate: -50% 0;
  }
  #programm {
    position: absolute;
    top: 50%;
    left: 100px;
    translate: 0 -50%;
  }
}


.mod_changelanguage {
  display: flex;
  color: #fff;
  --pipe-gap: .75rem;
  --pipe-w: 2px;
}

.mod_changelanguage ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod_changelanguage ul > li {
  display: flex;
  align-items: center;
}

/* Pipe zwischen Items */
.mod_changelanguage ul > li + li {
  border-left: var(--pipe-w) solid currentColor;
  margin-left: var(--pipe-gap);
  padding-left: var(--pipe-gap);
}

/* Typografie */
.mod_changelanguage ul li a,
.mod_changelanguage ul li span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-decoration: none;
  color: inherit;
}

/* Nicht-aktive Links etwas leichter */
.mod_changelanguage ul li a {
  font-weight: 700;
}

/* Aktive Sprache fett (span ist meist die aktuelle Sprache) */
.mod_changelanguage ul li span,
.mod_changelanguage ul li a[aria-current="page"],
.mod_changelanguage ul li.active > a {
  font-weight: 900;
}

/* Optional: leichte Interaktion */
.mod_changelanguage ul li a:hover,
.mod_changelanguage ul li a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}
