@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/bold.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/bold.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/bold.woff') format('woff'), /* Modern Browsers */ url('/assets/fonts/bold.ttf') format('truetype');
  /* Safari, Android, iOS */
}
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
body {
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  text-decoration: none;
}
a img,
a:hover img {
  border: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin: 0 auto 24px;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
p:last-child {
  margin-bottom: 0;
}
p a[href] {
  color: inherit;
  opacity: 0.7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
p a[href]:hover {
  opacity: 0.4;
}
.lead {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 300;
}
.eyebrow {
  display: inline-block;
  font-family: "Unite", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 18px;
}
blockquote {
  position: relative;
  display: block;
  padding: 1.5em 2.5em;
  background: rgba(225, 228, 230, 0.5);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: left;
  margin: 0 auto 30px;
}
blockquote:before {
  position: absolute;
  content: '\201C';
  top: 0.75em;
  left: 0.5em;
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.block {
  position: relative;
  padding: 80px 0;
}
.block.block--invert {
  color: #ffffff;
}
.block.block--invert a {
  color: inherit;
}
.block.block--invert h1,
.block.block--invert h2,
.block.block--invert h3 {
  color: inherit;
}
.block.block--tight {
  padding: 40px 0;
}
.cols {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.cols > * {
  flex: 1 1 0;
  min-width: 0;
}
.cols-2 > * {
  flex-basis: calc(50% - 16px);
}
.cols-3 > * {
  flex-basis: calc(33.333% - 22px);
}
.cols-4 > * {
  flex-basis: calc(25% - 24px);
}
.cols-centered {
  align-items: center;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cards > * {
  flex: 1 1 0;
  min-width: 0;
}
.cards-2 > * {
  flex-basis: calc(50% - 12px);
}
.cards-3 > * {
  flex-basis: calc(33.333% - 16px);
}
.cards-4 > * {
  flex-basis: calc(25% - 18px);
}
.card {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}
.card p:last-child {
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.hero {
  position: relative;
  height: 480px;
  background: rgba(0, 0, 0, 0.4) url(images/default-bg.jpg) center / cover no-repeat;
  color: #ffffff;
}
.hero .container {
  position: absolute;
  inset: auto 0 40px 0;
  text-align: center;
}
.site-footer {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.site-footer .container {
  padding: 0 40px;
}
.site-footer .footer-links {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.site-footer .footer-links li {
  display: inline-block;
  margin: 0 12px;
}
.site-footer .footer-links a {
  color: rgba(0, 0, 0, 0.75);
}
.site-footer .footer-links a:hover {
  color: #000000;
}
.site-footer .footer-copyright,
.site-footer .footer-credit {
  margin: 4px 0;
  font-size: 13px;
}
.site-footer .footer-credit a {
  color: inherit;
  text-decoration: underline;
}
.site-footer .footer-credit a:hover {
  color: #000000;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 0 24px;
}
.gallery figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.gallery a:hover img {
  opacity: 0.85;
}
iframe,
.border-radius {
  border-radius: 14px;
}
.embed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.embed-grid > * {
  min-width: 0;
}
hr.rule {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 32px 0;
}
.block--invert hr.rule {
  border-color: rgba(255, 255, 255, 0.25);
}
.hero {
  background-image: url(/assets/gfx/default-bg.jpg);
}
.index-page .hero {
  background-image: url(/assets/gfx/180523720.jpg);
  background-position: 50% 25%;
}
.gesangsunterricht-page .hero {
  background-image: url(/assets/gfx/1194493047.jpg);
  background-position: 50% 0;
  --hero-factor: 1.2;
}
.saengerin-page .hero {
  background-image: url(/assets/gfx/1561200381.jpg);
  background-position: 50% 40%;
}
body.no-header-page main > .block:first-child {
  padding-top: 60px;
}
@keyframes site-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  animation: site-fade-in 280ms ease-out both;
}
@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
}
.block h1,
.block h2,
.block h3,
.block p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  width: 100%;
  padding: 18px 40px;
  background: #ffffff;
  color: #000000;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  padding: 0;
  gap: 24px;
}
.site-logo {
  flex: 0 0 auto;
  font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #a70e0e;
}
.site-logo a {
  display: inline-block;
  padding: 4px 0;
  color: inherit;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.site-logo a:hover {
  opacity: 0.6;
}
.hamburger {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.hamburger span,
.hamburger span:before,
.hamburger span:after {
  position: absolute;
  left: 4px;
  display: block;
  width: 22px;
  height: 2px;
  background: #000000;
  content: '';
  -webkit-transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
}
.hamburger span {
  top: 14px;
}
.hamburger span:before {
  top: -7px;
  left: 0;
}
.hamburger span:after {
  top: 7px;
  left: 0;
}
.site-nav {
  flex: 1 1 auto;
}
.site-nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav li {
  position: relative;
}
.site-nav a {
  display: block;
  padding: 10px 18px;
  font-family: "Unite", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.site-nav a:hover {
  opacity: 0.6;
}
.site-nav li.active > a {
  position: relative;
}
.site-nav li.active > a:after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 4px;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .site-header {
    padding: 12px 20px;
  }
  .site-header .container {
    flex-wrap: nowrap;
  }
  .site-logo {
    font-size: 18px;
    flex: 1 1 auto;
    text-align: center;
  }
  .hamburger {
    display: block;
    flex: 0 0 auto;
    order: -1;
  }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 280ms ease, visibility 0s linear 280ms;
    transition: opacity 280ms ease, visibility 0s linear 280ms;
  }
  .site-nav ul {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .site-nav a {
    padding: 14px 24px;
    font-size: 16px;
  }
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  body.nav-open .hamburger span {
    background: transparent;
  }
  body.nav-open .hamburger span:before {
    top: 0;
    transform: rotate(45deg);
  }
  body.nav-open .hamburger span:after {
    top: 0;
    transform: rotate(-45deg);
  }
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
}
.lightbox.is-open {
  display: flex;
}
html.lightbox-open,
html.lightbox-open body {
  overflow: hidden;
}
.lightbox__stage {
  margin: 0;
  max-width: 90vw;
  max-height: 90vh;
}
.lightbox__stage img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  border: 0;
  background: transparent;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 0.75em;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
  opacity: 0.6;
}
.lightbox__close[hidden],
.lightbox__prev[hidden],
.lightbox__next[hidden] {
  display: none;
}
.lightbox__close {
  top: 20px;
  right: 20px;
}
.lightbox__close:before {
  content: '\00D7';
}
.lightbox__prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox__prev:before {
  content: '\3008';
  position: relative;
  left: -10px;
}
.lightbox__next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox__next:before {
  content: '\3009';
  position: relative;
  right: -10px;
}
.embed-consent {
  display: block;
  width: 100%;
  background: #E1E4E6;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 300px;
}
.embed-consent--soundcloud {
  height: 100px;
}
.embed-consent--gmaps {
  height: 470px;
}
.embed-consent__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}
.embed-consent__label {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.embed-consent__hint {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 42em;
  opacity: 0.75;
}
.embed-consent__hint a {
  color: inherit;
  text-decoration: underline;
}
.embed-consent__button {
  appearance: none;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  font: inherit;
  font-size: 0.9rem;
  padding: 0.55rem 1.25rem;
  cursor: pointer;
  transition: background-color 150ms ease-out, color 150ms ease-out;
}
.embed-consent__button:hover,
.embed-consent__button:focus-visible {
  background: #000000;
  color: #E1E4E6;
}
.embed-consent__remember {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.7;
  cursor: pointer;
}
.embed-consent__remember input {
  margin: 0;
}
.embed-consent--soundcloud .embed-consent__body {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
}
.embed-consent--soundcloud .embed-consent__hint {
  flex-basis: 100%;
  order: 3;
  font-size: 0.8rem;
}
.embed-consent--loaded {
  background: transparent;
  padding: 0;
  height: 300px;
}
.embed-consent--loaded iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-consent--loaded.embed-consent--soundcloud {
  height: 100px;
}
.embed-consent--loaded.embed-consent--gmaps {
  height: 470px;
}
.embed-consent--loaded.embed-consent--gmaps iframe {
  border-radius: 0;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 24px;
  }
  .block {
    padding: 56px 0;
  }
  .embed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  .lead {
    font-size: 17px;
  }
  .hero {
    height: 320px;
  }
  .cols,
  .cols-2,
  .cols-3,
  .cols-4,
  .cards,
  .cards-2,
  .cards-3,
  .cards-4 {
    flex-direction: column;
    gap: 24px;
  }
  .cols > *,
  .cards > * {
    flex-basis: auto;
  }
  .gallery {
    grid-template-columns: 1fr;
  }
  .embed-grid {
    grid-template-columns: 1fr;
  }
  .block {
    padding: 40px 0;
  }
}
