:root {
  --white: white;
  --primary: #562381;
  --white-2: white;
  --black: black;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tex Gyre Schola, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 4.6vw;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--primary);
}

.logo-asset {
  width: 100%;
}

.logo {
  z-index: 3;
  width: 100%;
  max-width: 420px;
  margin-top: 32px;
  margin-bottom: 48px;
  margin-right: -2px;
  display: block;
  position: relative;
  right: 0;
}

.content-stage {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 24px;
  display: flex;
}

.stage {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 64px;
  padding-top: 160px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.backdrop {
  background-color: var(--primary);
  padding: 2px 14px 12px 12px;
  display: inline-block;
}

.heading {
  flex-direction: column;
  align-items: flex-start;
  font-size: 48px;
  line-height: 48px;
  display: flex;
}

.paragraph-right {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 16px;
}

.logo-flex {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.legal {
  margin-left: 16px;
}

.mr-3 {
  margin-right: 1.5em;
}

.inline-headline {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

.column-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 16px;
  display: flex;
}

.text-column-left {
  margin-bottom: 0;
  margin-right: 16px;
}

.body-index {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.visitenkarte {
  width: 100%;
  max-width: 720px;
  background-color: var(--white);
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
}

@media screen and (min-width: 1440px) {
  p, a {
    font-size: 20px;
    line-height: 28px;
  }

  .stage {
    background-position: 50% 80%;
  }
}

@media screen and (max-width: 991px) {
  .stage {
    flex-direction: column;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 96px;
    padding-bottom: 64px;
  }

  .paragraph-right, .text-column-left {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-right, .legal {
    margin-top: 24px;
  }

  .column-text {
    margin-bottom: 16px;
  }

  .body-index {
    height: auto;
    padding: 16px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-top: 24px;
    margin-bottom: 40px;
  }
    
.visitenkarte {
    width: 100%;
    max-width: 320px;
    }

  .content-stage {
    margin-top: 0;
    margin-right: 16px;
  }

  .stage {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .backdrop {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-right {
    margin-left: 8px;
  }

  .legal {
    margin-top: 16px;
    margin-left: 8px;
  }

  .column-text {
    flex-direction: column;
    margin-top: 24px;
    margin-left: 8px;
  }

  .text-column-left {
    margin-right: 0;
  }

  .visitenkarte {
    padding-bottom: 16px;
    padding-left: 16px;
  }
}


@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Bold Italic';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Italic';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tex Gyre Schola';
  src: url('../fonts/tex-gyre-schola.regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}