@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;
  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: 1px dotted;
  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;
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fontshop.com
*/
/* 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;
}

/* Variablen
-----------------------------------------------------------*/
:root {
  --app-height: 100%;
  --color-text: #000;
  --color-gold: #CBA02B;
  --color-gelb: #FFE200;
  --color-rot: #EF5A5A;
  --color-gruen: #73B47D;
  --color-blau: #81A3C1;
  --color-mauve: #E3D3D3;
  --color-white: #fff;
  --line-height: 1.11111111em;
  --line-height2: 2.22222222em;
  --txt-s: 0.77777778rem;
  --font-bold: "Miller Text W05 Bold", sans-serif;
  --font-sans-serif-bold: "GreycliffCF-Bold", sans-serif;
}

/* V.1 Vramework
-----------------------------------------------------------*/
.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

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

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

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

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

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

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

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

.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;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.static {
  display: static;
}

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

.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-0 {
  padding-top: 0;
}

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

.pad-top-s {
  padding-top: 2rem;
}

.pad-top-m {
  padding-top: 3rem;
}

.pad-top-l {
  padding-top: 4.1rem;
}

.pad-top-xl {
  padding-top: 5rem;
}

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

.pad-bottom-s {
  padding-bottom: 2rem;
}

.pad-bottom-m {
  padding-bottom: 3rem;
}

.pad-bottom-l {
  padding-bottom: 4.1rem;
}

.pad-bottom-xl {
  padding-bottom: 5rem;
}

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

.mar-top-s {
  margin-top: 2rem;
}

.mar-top-m {
  margin-top: 3rem;
}

.mar-top-l {
  margin-top: 4.1rem;
}

.mar-top-xl {
  margin-top: 5rem;
}

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

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

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

.mar-bottom-s {
  margin-bottom: 2rem;
}

.mar-bottom-m {
  margin-bottom: 3rem;
}

.mar-bottom-l {
  margin-bottom: 4.1rem;
}

.mar-bottom-xl {
  margin-bottom: 5rem;
}

.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;
}

.txt-s {
  font-size: 0.77777778rem;
}

section {
  position: relative;
}

section .frame .content {
  position: relative;
  z-index: 15;
}

/* Buttons
----------------------------*/
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: button;
}

/* Schriften
-----------------------------------------------------------*/
@font-face {
  font-family: "GreycliffCF-Bold";
  src: url("webfonts/GreycliffCF-Bold.woff2") format("woff2"), url("webfonts/GreycliffCF-Bold.woff1") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Miller Text W05 Roman";
  src: url("webfonts/8490884/008b6f36-c1d4-4422-96ad-85ac392305e2.woff2") format("woff2"), url("webfonts/8490884/efa861d5-2086-4993-aae5-5b43a853c43d.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Miller Text W05 Bold";
  src: url("webfonts/8490892/55eb6642-4c4d-4bf3-8786-af0d5cc7e24c.woff2") format("woff2"), url("webfonts/8490892/b96e7f37-b23a-4f7b-b76d-5ffb4ffc5390.woff") format("woff");
}
/* Grundgerüst
-----------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  font-size: 1.86vw;
}

body {
  font-family: "Miller Text W05 Roman", Georgia, "Times New Roman", Times, serif;
  color: var(--color-text);
  background-color: #fff;
  overflow-y: scroll;
  /* 	min-height: 100vh;
  	display: grid;
  	grid-template-rows: auto 1fr auto;
  */
}

.frame {
  position: relative;
  margin: 0 7.2916666667%;
  width: auto;
  max-width: 2500px;
}

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

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

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

.box-9.grid-2 {
  grid-column-gap: 12.5611745514%;
}

.grid-2.zwei-versetzt,
.grid-2.zwei {
  grid-column-gap: 12.5611745514%;
}

.box-6 {
  margin-left: 42.0731707317%;
  margin-right: 8.4146341463%;
}

.box-7 {
  margin-left: 42.0731707317%;
}

.box-8 {
  margin-left: 33.6585365854%;
}

.box-9 {
  margin-left: 25.243902439%;
}

.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;
}

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

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

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

.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))
{
}

*/
.abdecker {
  position: absolute;
  left: 0;
  top: 0;
  width: 38.2%;
  height: 100vh;
  overflow: hidden;
  z-index: 9;
  background-image: url(../img/abdecker-gold.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
}

.abdecker.dunkel {
  background-image: url(../img/abdecker-dunkel.svg);
  width: 30.2083333333%;
}

/* Layout Properties */
.lichtkegel {
  position: absolute;
  left: -6%;
  top: 0;
  z-index: 5;
  width: 28.02083333%;
  width: 32.6829268293%;
  height: 92vh;
}

.lichtkegel {
  position: fixed;
  left: 2%;
  top: 0;
  z-index: 10;
  width: 32.6829268293%;
  width: 28.02083333%;
  height: 92vh;
}

.lichtkegel-img svg {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  top: auto;
}

.body-hoch .lichtkegel-img svg {
  top: auto;
  bottom: auto;
  transform: translateY(-20%);
}

.body-galerie .lichtkegel {
  display: none;
}

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

a {
  color: inherit;
  text-decoration: none;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* 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;
}

p {
  line-height: var(--line-height);
  margin-bottom: var(--line-height);
}

p strong {
  font-family: var(--font-bold);
}

p:last-child {
  margin-bottom: 0;
}

/* 
.content > *:last-child,
.content > *:last-child > *:last-child,
.content > *:last-child > *:last-child > *:last-child {
  margin: 0;
}
 */
h1, h2.large {
  font-family: var(--font-sans-serif-bold);
  padding-bottom: 0.9em;
  font-size: 1.80555556rem;
}

.intro h1 {
  padding-bottom: 0;
}

h2 {
  font-family: var(--font-sans-serif-bold);
  font-size: 1.11111111rem;
  margin-bottom: 1rem;
}

.mp3 h3 {
  padding: 0.5rem 0 0.3rem 0;
}

h4 {
  font-family: var(--font-sans-serif-bold);
}

.mp3 {
  margin-bottom: var(--line-height);
}

.video {
  margin-bottom: var(--line-height2);
}

.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%;
}

/* Struktur
-----------------------------------------------------------*/
.bilderbox .breite-8 {
  margin-left: 11.2561174551%;
}

.bilderbox .breite-6 {
  margin-right: 33.7683523654%;
}

.bilderbox .zwei-versetzt .grid-item:last-child {
  padding-top: 6rem;
}

.fotolegende {
  font-size: var(--txt-s);
  padding: 0.3rem 0 0.75rem 0;
}

/* Header
-----------------------------------------------------------*/
.site-header {
  z-index: 11;
  position: fixed;
  width: 100%;
  min-height: 100vh;
}

.logo {
  display: inline-block;
  border: none;
  position: relative;
  z-index: 8;
  margin-top: 3.35rem;
  width: 15.8536585366%;
}

.body-home .logo {
  width: 24.2682926829%;
}

.live-btn {
  position: fixed;
  top: 6.38888889rem;
  left: 22.75%;
  z-index: 25;
}

.live-btn svg {
  width: 3.4rem;
}

.live-btn svg:hover .st0 {
  fill: #fff;
}

.body-agenda .live-btn svg .st0 {
  fill: #fff;
}

.body-galerie .live-btn svg .st0 {
  fill: #000;
}

.body-galerie .live-btn svg .st1 {
  fill: #153241;
}

.body-galerie .live-btn svg:hover .st1 {
  fill: #fff;
}

.body-home .live-btn {
  top: 9rem;
  left: 28.2682926829%;
}

.body-home .live-btn svg {
  width: 5.2rem;
}

/* Footer
-----------------------------------------------------------*/
.logo-footer .stern {
  width: 32.6829268293%;
  width: 28%;
  margin-left: 50.487804878%;
  padding: 4rem 0;
}

.logo-footer.vh100 {
  height: 100vh;
}

/* Spezifische Formatierungen
-----------------------------------------------------------*/
.intro {
  line-height: 1.11111111em;
  font-size: 1.75rem;
}

.projekt-link {
  font-family: var(--font-sans-serif-bold);
}

/* Fader Home
---------------------------*/
.image-fader {
  padding-left: 25%;
  height: 100vh;
}

.image-fader .splide__slide,
.image-fader .splide__slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: left center;
}

/* Slider Galerie
---------------------------*/
.image-slider {
  position: relative;
  padding-left: 10%;
}

.image-slider .splide__slide img {
  height: 100vh;
  width: auto;
}

.tns-nav {
  display: none;
}

.splide__arrows {
  top: 50%;
  position: absolute;
  width: 100%;
  z-index: 20;
}

.splide__arrow {
  opacity: 1;
}

.splide__arrow--next {
  right: 2%;
  width: 2.22222222rem;
  height: 2.22222222rem;
  background: none;
}

.splide__arrow--next img {
  width: 100%;
  height: 100%;
}

.splide__arrow--prev {
  display: none;
}

/* Presse
---------------------------*/
.presse-block h2 {
  font-size: 1rem;
  margin: 0;
  font-family: var(--font-bold);
  line-height: var(--line-height);
}

.presse-block .zusatz {
  padding-top: 0.11rem;
}

.presse-block .zusatz p {
  line-height: 1.11rem;
}

.presse-block .zusatz a {
  text-decoration: underline;
}

/* Presse
---------------------------*/
.agenda-table a {
  text-decoration: underline;
}

/* Biografie
---------------------------*/
dt {
  width: 20%;
  padding-right: 5%;
  display: inline-block;
  line-height: var(--line-height);
  padding-bottom: 1rem;
  float: left;
  clear: left;
}

dd {
  float: left;
  display: inline-block;
  width: 75%;
  padding-bottom: 1rem;
  line-height: var(--line-height);
}

/* Main Navigation
-----------------------------------------------------------*/
.main-nav {
  position: relative;
  z-index: 20;
  font-family: var(--font-sans-serif-bold);
  font-size: 0.77777778rem;
  padding: 2.15rem 0 0 1rem;
  line-height: 1.1em;
  width: 28%;
}

.main-nav li a:hover {
  color: #fff;
}

.bg-weiss .main-nav li a:hover {
  color: var(--color-gold);
}

.body-husistein-musik .main-nav li a:hover,
.body-die-saiterei .main-nav li a:hover,
.body-detektiv-allegro .main-nav li a:hover {
  color: var(--color-rot);
}

.main-nav .abstan-unten {
  margin-bottom: 0.65rem;
}

.body-home .main-nav {
  font-size: 1.11111111rem;
}

.body-husistein-musik .main-nav li#btn01,
.body-die-saiterei .main-nav li#btn02,
.body-detektiv-allegro .main-nav li#btn03 {
  color: var(--color-rot);
}

.body-galerie .main-nav li#btn04,
.body-projektleitung .main-nav li#btn07,
.body-profil .main-nav li#btn08 {
  color: #fff;
}

.body-video .main-nav li#btn05,
.body-presse .main-nav li#btn06,
.body-kontakt .main-nav li#btn09 {
  color: var(--color-gold);
}

/* Navigation
---------------------------*/
#hamburger {
  position: fixed;
  right: 4%;
  top: 3.5rem;
  cursor: pointer;
  display: block;
  width: 27px;
  height: 21px;
  z-index: 100;
  display: none;
}

#hamburger span {
  display: block;
  width: 27px;
  height: 5px;
  margin-bottom: 6px;
  position: relative;
  background: var(--color-text);
  transform-origin: 0 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#hamburger span:first-child {
  transform-origin: 0% 0%;
}

#hamburger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* Kreuz machen
---------------------------------*/
#hamburger.open span {
  opacity: 1;
  transform: rotate(45deg) translate(3px, 0px);
}

/* Mittlerer Balken verstecken
---------------------------------*/
#hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/* Letzter in die andere Richtung drehen
---------------------------------*/
#hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, -2px);
}

.body-home #hamburger span,
.body-galerie #hamburger span {
  background: var(--color-white);
}

/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
MediaQueries
-------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
  html {
    font-size: 18px;
  }

  .abdecker {
    display: none;
  }

  body.body-home .lichtkegel {
    display: none;
  }

  .live-btn {
    left: 25%;
  }

  /* Fader Home
  ---------------------------*/
  .image-fader {
    padding-left: 0;
  }

  /* Slider Galerie
  ---------------------------*/
  .image-slider {
    padding-left: 0;
  }

  /* Header
  -----------------------------------------------------------*/
  .site-header {
    z-index: 25;
    position: absolute;
    min-height: auto;
  }

  .live-btn,
.body-home .live-btn {
    position: absolute;
    z-index: 30;
    top: -1rem;
    left: 40%;
  }

  .live-btn svg,
.body-home .live-btn svg {
    width: 4rem;
  }

  /* Navigation
  -----------------------------------------------------------*/
  .main-nav {
    display: block;
    display: none;
    background: var(--color-gold);
    position: fixed;
    width: 100%;
    margin: 0 0 0 0;
    padding: var(--line-height) 0;
    min-height: 100vh;
    overflow-y: auto;
    left: 0;
    top: 0;
    z-index: 20;
  }

  .body-husistein-musik .main-nav li#btn01,
.body-die-saiterei .main-nav li#btn02,
.body-detektiv-allegro .main-nav li#btn03,
.body-video .main-nav li#btn05,
.body-presse .main-nav li#btn06,
.body-kontakt .main-nav li#btn09 {
    color: #fff;
  }

  .body-husistein-musik .main-nav li a:hover,
.body-die-saiterei .main-nav li a:hover,
.body-detektiv-allegro .main-nav li a:hover,
.bg-weiss .main-nav li a:hover {
    color: #fff;
  }

  .bg-blau .main-nav {
    background: var(--color-blau);
  }

  .bg-gruen .main-nav {
    background: var(--color-gruen);
  }

  .bg-mauve .main-nav {
    background: var(--color-mauve);
  }

  .main-nav > ul {
    margin: 5rem 5% 0 5%;
  }

  .main-nav li {
    display: block;
    margin: 0.35rem 0;
    text-align: right;
  }

  .main-nav .abstan-unten {
    margin-bottom: 1.1em;
  }

  /* Hamburger
  ---------------------------*/
  #hamburger {
    display: block;
    right: 5%;
    top: 1.5rem;
    display: block;
    z-index: 50;
  }

  .main-nav {
    font-size: 1.1111111111rem;
  }

  .txt-s {
    font-size: 0.9rem;
  }

  .frame {
    margin: 0 5%;
    z-index: 10;
  }

  .box-6,
.box-7,
.box-8,
.box-9 {
    margin-left: 0;
    margin-right: 0;
  }

  section:first-of-type {
    padding-top: 6.5rem;
  }

  .logo-footer .stern {
    width: 40%;
    margin: 0 auto;
    padding: 5rem 0;
  }

  .logo {
    margin-top: 1.4rem;
    width: 24.2682926829%;
    position: relative;
    z-index: 25;
  }

  .lichtkegel {
    position: absolute;
    position: fixed;
    left: auto;
    right: 2%;
    left: 2%;
    right: auto;
    z-index: 1;
    width: 28.02083333%;
    width: 32.6829268293%;
    width: 30%;
    top: 0;
    z-index: 1;
    height: auto;
  }

  .lichtkegel svg,
.body-hoch .lichtkegel-img svg {
    transform: translateY(-50%);
    margin-top: 5vw;
  }

  body.body-home .lichtkegel {
    display: none;
  }
}
/* Ende 1000 */
@media screen and (max-width: 600px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }

  .agenda-table {
    grid-row-gap: 0;
    line-height: var(--line-height);
  }

  .agenda-table {
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
  }

  .bilderbox .breite-8,
.bilderbox .breite-6 {
    padding-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .bilderbox .zwei-versetzt .grid-item:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .lichtkegel svg,
.body-hoch .lichtkegel-img svg {
    transform: translateY(-40%);
    margin-top: 5vw;
  }
}
/* Ende 600 */
/* Clearfix
-----------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
}
