/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

html {
  height: 100%;
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/* ephesis-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: 'Ephesis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ephesis-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* alumni-sans-pinstripe-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: 'Alumni Sans Pinstripe';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alumni-sans-pinstripe-v8-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  background-image: url(img/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575px) {
  body {
    background-image: url(img/bg2s.jpg);
  }
}

div.center {
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}
div.center.fertig {
    justify-content: start;
    flex-direction: row;
    height: auto;
    align-items: center;
    gap: 1em;
    padding-left: min(2em, 3vw);
    max-width: 960px;
    margin: 0 auto;
}
div.center.fertig h1 {
    font-size: min(8vw, 80px);
    padding-right: .25em;
}
div.center.fertig h1 ~ p {
    margin-top: 0;
    font-size: min(45px, 5vw);
    line-height: 1;
}
h1 {
    font-size: min(20vw, 200px);
    font-family: 'Ephesis';
    font-weight: 400;
    color: rgb(255 240 252);
    text-shadow: 2px 1px 4px #000000;
    line-height: 1;
}
h1 ~ p {
    font-size: min(12vw, 100px);
    font-family: 'Alumni Sans Pinstripe';
    font-weight: 400;
    color: rgb(255 240 252);
    text-shadow: 2px 1px 4px #000000;
    line-height: 1.4;
}
h1 + .ml9 {
  margin-top: -.25em;
}

.ml9 {
  position: relative;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
}

.ml13 {
    margin-top: -.5em;
}
.ml13 .letter {
    opacity: 0;
    display: inline-block;
}
.nr3 span:last-child {
  font-size: 50%;
  vertical-align: middle;
  /*color: rgb(213 182 11);*/
  text-shadow: 2px 2px #7b3d7b;
}

div.wrapper {
  color: white;
  margin: 0 auto;
  max-width: 800px;
  width: calc(100% - 10vw);
  font-family: 'Alumni Sans Pinstripe';
  opacity: 0;
  font-weight: 800;
  display: none;
  text-align: center;
}
div.wrapper.show {
  display: block;
}

.wrapper p {
  font-size: min(6.5vw, 40px);
  line-height: 1.2;
  margin: 1.5em 0;
}

.wrapper a {
  color: white;
  text-decoration: underline;
  text-underline-offset: .25em;
  transition: all .5s;
}

.wrapper a:hover {
  text-underline-offset: .15em;
}

button.play-button {
  background: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 0 none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
button.play-button:last-child {
  margin-right: 0;
}

button.play-button::after {
  content: '';
  display: block;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 50%;

  border-color: transparent transparent transparent #862a44;
  transition: all .3;
  cursor: pointer;

  border-style: solid;
  border-width: 15px 0 15px 23px;
  transform: translateX(3px);

}

button.play-button.play::after {
  border-style: double;
  border-width: 0px 0 0px 20px;
  transform: translateX(-1px);
}

button.play-button:hover::after {
  border-color: transparent transparent transparent #ca93a7;
}
#audio-player {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.audio {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: min(3vw, 30px) auto;
}
.audio p {
    font-size: min(4.5vw, 20px);
    margin: 0;
    line-height: 1.75;
}
.mb-0 {
  margin-bottom: 0 !important;
}