/*
Theme Name: Styles Matthias Schwengler 2015
Date: Erstellt September 2015
Big Update: 2022 August
Author: Kenn Hartwig
Author URI: http://kennhartwig.de
Contao CMS
*/
@font-face {
  font-family: "Alegreya Sans";
  src: url("/files/schwengler/fonts/alegreya-sans-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya Sans";
  src: url("/files/schwengler/fonts/alegreya-sans-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya";
  src: url("/files/schwengler/fonts/alegreya-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ____________________________________________
#
#
#
#			#VARIBLEN & EXTENDS
#
#
#
*/
/*
$standardLineHeight: 1.15;
$fontSizeStandardBigger: 1rem;
$fontSizeStandardSmaller: 0.875rem;
$fontSizeSmall: 0.625rem;
$fontSizeMobileBigger: 1.3125rem;
$fontSizeMobileSmaller: 0.8125rem;
*/
/*
%linkstyle {
  position: relative;
  background-image: linear-gradient(90deg, $color1 0%, $color1 100%);
  background-position: 0 calc(100% - 0.1rem);
  background-size: 100% 1px; // adjust the size of the line
  background-repeat: no-repeat;
}
.safari %linkstyle {
  background-position: 0 85% !important; // safari braucht ne extra wurst
}
*/
/* ____________________________________________
#
#
#
#			#BULMA BREAKPOINTS AND MIXINS
#
#
#
*/
:root {
  --tablet-width: 769px;
  --desktop-width: 1024px;
  --widescreen-width: 1216px;
  --fullhd-width: 1408px;
  --youtube-red: #f03;
  color-scheme: light only;
}
html {
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-y: scrollM;
}
body {
  font-size: 18px;
  font-family: "Alegreya Sans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}
.invisible {
  display: none;
}
.mod_article img {
  max-width: 100%;
  height: auto;
}
.ce_text a:link, .ce_text a:visited, .ce_text a:active, .content-text a:link, .content-text a:visited, .content-text a:active, .article-all-concerts a:link, .article-all-concerts a:visited, .article-all-concerts a:active, .article-concerts a:link, .article-concerts a:visited, .article-concerts a:active, .article-projects-list a:link, .article-projects-list a:visited, .article-projects-list a:active {
  font-weight: 400;
  outline: none;
  color: white;
  text-underline-offset: 1px;
  /* 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;
}
.ce_text a:hover, .content-text a:hover, .article-all-concerts a:hover, .article-concerts a:hover {
  outline: none;
  color: #506577;
}
.discography_item a:link, .discography_item a:visited, .discography_item a:active {
  text-decoration: none;
  font-weight: 400;
  outline: none;
  color: white;
  text-underline-offset: 1px;
  /* 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;
}
.discography_item a:hover {
  outline: none;
  color: #506577;
}
h1, h2, h3 {
  font-family: "Alegreya", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
iframe {
  border: 0;
}
/* ____________________________________________
#
#
#			#HEADER
#
#
*/
#header {
  background-color: rgba(0, 0, 0, 0.8);
  height: 90px;
  position: relative;
  border-bottom: 2px solid white;
}
#header h1 {
  margin: 0 0 0 2em;
  font-size: 3.5rem;
  height: 1em;
  position: absolute;
  bottom: 3px;
}
@media screen and (max-width: 768px) {
  #header h1 {
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  #header h1 {
    font-size: 2.5rem;
    padding: 2.2rem 0 !important;
  }
}
#header li {
  list-style-type: none;
}
#header ul {
  padding-left: 0;
  margin: 0;
}
#header a {
  color: white;
}
/* ____________________________________________
#
#
#			#MENÜ
#
#
*/
nav {
  position: absolute;
  right: 2em;
  bottom: -2px;
}
.site-navigation-toggle, .site-navigation-close {
  display: none;
}
nav > ul > li > a, nav > ul > li > .active, nav > ul > li > strong, nav > .site-navigation-overlay > ul > li > a, nav > .site-navigation-overlay > ul > li > .active, nav > .site-navigation-overlay > ul > li > strong {
  display: inline-block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
nav > ul > li, nav > .site-navigation-overlay > ul > li {
  position: relative;
  float: left;
  letter-spacing: 0.05em;
  margin: 0 0.6em;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  nav > .level_1 > li:nth-child(2) > a, nav > .site-navigation-overlay > .level_1 > li:nth-child(2) > a {
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  nav > .level_1 > li > a[title="Newsletter"], nav > .level_1 > li > a[title="Streaming"], nav > .site-navigation-overlay > .level_1 > li > a[title="Newsletter"], nav > .site-navigation-overlay > .level_1 > li > a[title="Streaming"] {
    font-size: 0.75rem;
  }
}
nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 10;
  padding: 0.8em 0 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.75);
}
nav ul ul li {
  line-height: 0em;
  margin: 0 1em 0.8em;
}
nav ul ul li a, nav ul ul li .active {
  display: block;
  color: white;
  text-decoration: none;
  line-height: 1.2em;
  text-transform: uppercase;
}
nav ul ul li a:hover, nav ul ul li .active:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  nav ul li:hover > ul {
    top: calc(100% - 2px);
    left: -1em;
  }
}
/* ____________________________________________
#
#
#			#MAIN
#
#
*/
#container {
  margin: 0;
}
body {
  margin: 0 0 4em;
}
#main {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2em 2em;
}
@media screen and (min-width: 769px), print {
  #main {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  #main {
    width: 980px;
  }
}
@media screen and (min-width: 1216px) {
  #main {
    width: 1140px;
  }
}
@media screen and (min-width: 1408px) {
  #main {
    width: 1300px;
  }
}
#main .ce_text, #main .content-text {
  line-height: 1.7em;
  margin-bottom: 0.2em;
  letter-spacing: 0.05em;
}
#main .ce_text p, #main .ce_text ul, #main .content-text p, #main .content-text ul {
  margin-bottom: 2em;
}
#main h1 {
  font-family: "Alegreya", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0.5em 0 0.6em;
  border-bottom: 2px solid white;
  line-height: 0.8em;
}
#main h2 {
  font-size: 1.25rem;
}
body.limit-background {
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
}
body.limit-background #main {
  background-color: transparent;
}
/* ____________________________________________
#
#
#			#HOME
#
#
*/
.article-home img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 0 20%;
}
/* ____________________________________________
#
#
#			#GALERIE
#
#
*/
.ce_gallery ul, .content-gallery ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .ce_gallery ul, .content-gallery ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px), print {
  .ce_gallery ul, .content-gallery ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1216px) {
  .ce_gallery ul, .content-gallery ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1408px) {
  .ce_gallery ul, .content-gallery ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.ce_gallery li, .content-gallery li {
  list-style-type: none;
}
.ce_gallery img, .content-gallery img {
  display: block;
  /*
	-webkit-transition: all 140ms ease-out;
	-moz-transition: all 140ms ease-out;
	-ms-transition: all 140ms ease-out;
	-o-transition: all 140ms ease-out;
	transition: all 140ms ease-out;
	
		&:hover {
		border:1px solid rgba(255,255,255,0.2);
		-webkit-box-shadow: 0 0 15px 0 rgba(255,255,255,0.1);
		box-shadow: 0 0 15px 0 rgba(255,255,255,0.1);
		}
		*/
}
/* ____________________________________________
#
#
#			#MUSIC
#
#
*/
.article-discography {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .article-discography {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 769px), print {
  .article-discography {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .article-discography {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1216px) {
  .article-discography {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.article-discography .ce_headline, .article-discography .content-headline {
  grid-column: 1 / -1;
  margin-bottom: 0 !important;
}
.article-videos {
  display: grid;
  gap: 2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .article-videos {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px), print {
  .article-videos {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .article-videos {
    grid-template-columns: 1fr 1fr;
  }
}
.article-videos .ce_headline, .article-videos .content-headline {
  grid-column: 1 / -1;
  margin-bottom: 0 !important;
}
.videowrapper, .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videowrapper iframe, .video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-youtube figure {
  margin: 0;
}
.content-youtube iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
}
.content-youtube .youtube-gate {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  border-radius: 0.35rem;
  background: #101010;
  color: white;
  box-shadow: 0 0.35rem 1.2rem rgba(0, 0, 0, 0.35);
  isolation: isolate;
}
.content-youtube .youtube-gate__accept:focus-visible, .content-youtube .youtube-gate__details summary:focus-visible {
  outline: 0.2rem solid white;
  outline-offset: 0.2rem;
}
.content-youtube .youtube-gate:has(.youtube-gate__accept:hover) .youtube-gate__play-background, .content-youtube .youtube-gate:has(.youtube-gate__accept:focus-visible) .youtube-gate__play-background {
  fill: var(--youtube-red);
  fill-opacity: 1;
}
.content-youtube .youtube-gate:has(.youtube-gate__accept:hover) .youtube-gate__image img, .content-youtube .youtube-gate:has(.youtube-gate__accept:focus-visible) .youtube-gate__image img {
  transform: scale(1.015);
}
.content-youtube figcaption {
  margin-top: 0.5rem;
}
.youtube-gate__image, .youtube-gate__image picture, .youtube-gate__image img, .youtube-gate__shade {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.youtube-gate__image img {
  object-fit: cover;
  transition: transform 180ms ease-out;
}
.youtube-gate__shade {
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.82) 100%);
}
.youtube-gate__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 4.25rem;
  height: 3rem;
  transform: translate(-50%, -58%);
}
.youtube-gate__play svg {
  display: block;
  width: 100%;
  height: 100%;
}
.youtube-gate__play-background {
  fill: #212121;
  fill-opacity: 0.85;
  transition: fill 140ms ease-out, fill-opacity 140ms ease-out;
}
.youtube-gate__play-triangle {
  fill: white;
}
.youtube-gate__copy {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  left: 1rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.45rem;
  overflow-y: auto;
  line-height: 1.2;
  text-shadow: 0 0.1rem 0.25rem black;
}
.youtube-gate__copy strong {
  font-size: 1.05rem;
}
.youtube-gate__summary {
  font-size: 0.8rem;
  opacity: 0.9;
}
.youtube-gate__details {
  font-size: 0.75rem;
}
.youtube-gate__details summary {
  width: fit-content;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}
.youtube-gate__details[open] {
  padding: 0.65rem;
  border-radius: 0.3rem;
  background: rgba(0, 0, 0, 0.92);
  text-shadow: none;
}
.youtube-gate__details-content p {
  margin: 0 0 0.65rem;
  line-height: 1.35;
}
.youtube-gate__details-content p:last-child {
  margin-bottom: 0;
}
.youtube-gate__accept {
  align-self: flex-start;
  max-width: 100%;
  padding: 0.55rem 0.8rem;
  border: 0;
  border-radius: 0.3rem;
  background: var(--youtube-red);
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.youtube-gate__accept:hover {
  filter: brightness(1.1);
}
.youtube-gate--fallback {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 1.5rem;
  aspect-ratio: 1.7777777778;
  border-radius: 0.35rem;
  background: linear-gradient(145deg, #242424, #080808);
  color: white;
  text-align: center;
  text-decoration: none;
}
.youtube-gate--fallback .youtube-gate__play {
  position: static;
  display: grid;
  place-items: center;
  border-radius: 0.7rem;
  background: var(--youtube-red);
  font-size: 1.45rem;
  transform: none;
}
/* ____________________________________________
#
#
#			#CONCERTS
#
#
*/
.concerts, .concerts table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concerts td, .concerts table td {
    display: block;
    width: 100%;
  }
  .concerts td:first-child, .concerts td:first-child a, .concerts table td:first-child, .concerts table td:first-child a {
    font-weight: 700 !important;
  }
  .concerts td:last-child, .concerts table td:last-child {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .concerts tr:not(:last-child) td, .concerts table tr:not(:last-child) td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .concerts td, .concerts table td {
    padding: 10px 10px;
  }
  .concerts td:first-child, .concerts table td:first-child {
    min-width: 125px;
  }
}
.concerts .all_events, .concerts table .all_events {
  margin-top: 1rem;
}
.article-concerts .all_events {
  display: block;
  margin-top: 1.5rem;
}
.article-all-concerts .all_events {
  margin-bottom: 1rem;
}
/* ____________________________________________
#
#
#			#PROJECTS
#
#
*/
.article-duo .ce_image:nth-child(2), .article-duo .content-image:nth-child(2), .article-soulcrane .ce_image:nth-child(2), .article-soulcrane .content-image:nth-child(2), .article-soulcrane-strings .ce_image:nth-child(2), .article-soulcrane-strings .content-image:nth-child(2) {
  margin-bottom: 1rem;
}
.article-duo p:first-child, .article-soulcrane p:first-child, .article-soulcrane-strings p:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .article-duo, .article-soulcrane, .article-soulcrane-strings {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .article-duo .ce_headline, .article-duo .content-headline, .article-soulcrane .ce_headline, .article-soulcrane .content-headline, .article-soulcrane-strings .ce_headline, .article-soulcrane-strings .content-headline {
    grid-column: 1 / -1;
    margin-bottom: 0 !important;
  }
  .article-duo .album-cover, .article-soulcrane .album-cover, .article-soulcrane-strings .album-cover {
    grid-column: 2;
    margin-top: -0.75rem;
    margin-bottom: 2rem;
  }
  .article-duo .album-cover img, .article-soulcrane .album-cover img, .article-soulcrane-strings .album-cover img {
    display: block;
  }
}
.article-project-videos {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .article-project-videos {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px), print {
  .article-project-videos {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .article-project-videos {
    grid-template-columns: 1fr 1fr;
  }
}
.article-project-videos .ce_headline, .article-project-videos .content-headline {
  grid-column: 1 / -1;
  margin-bottom: 0 !important;
}
/* ____________________________________________
#
#
#			#DIV STUFF
#
#
*/
.mod_article {
  position: relative;
  word-wrap: break-word;
}
/* ____________________________________________
#
#
#			#2019
#
#
*/
.media_buttons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.media_buttons img {
  display: block;
  max-width: 100%;
  height: auto;
}
.media_buttons li {
  width: 42px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  [id="main"] > .inside > .media_buttons {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  [id="main"] > .inside > .media_buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0.8rem 0.6rem 0.6rem 0.9rem;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px 0 0 0;
  }
  [id="main"] > .inside > .media_buttons li {
    padding: 0 8px;
  }
}
.legal_links {
  display: flex;
  justify-content: center;
  column-gap: 0.8rem;
  font-size: 0.9rem;
}
.legal_links a {
  color: white;
  text-decoration: none;
}
.legal_links a:hover {
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}
@media screen and (min-width: 769px), print {
  .legal_links {
    margin: 8rem auto 0;
    padding: 0.45rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 768px) {
  [id="main"] > .inside > .legal_links {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  body:not(.page-home) {
    margin-bottom: 0;
  }
}
/* ____________________________________________
#
#
#			#MEDIA QUERIES
#
#
*/
@media (max-width: 1200px) {
  #header {
    height: auto;
    padding: 8px 8px 0;
  }
  #header a {
    text-decoration: none;
  }
  #header h1 {
    position: relative;
    height: auto;
    margin: 0;
    bottom: auto;
    padding: 0.5em 0 0.5em;
    z-index: 5;
  }
  #header nav {
    position: relative;
    height: 1.2em;
    right: auto;
    bottom: auto;
    z-index: 10;
  }
  #header nav > ul > li.sibling.first, #header nav > .site-navigation-overlay > ul > li.sibling.first {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: auto;
    padding: 0;
  }
  #header h1 {
    margin: 0 8px;
  }
  #main {
    border-top: 2px solid white;
    margin-top: 0;
  }
  html:not(.has-burger-navigation) #header nav {
    height: auto;
  }
  html:not(.has-burger-navigation) #header nav ul > li {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  html:not(.has-burger-navigation) #header nav ul > li a {
    display: block;
  }
  html:not(.has-burger-navigation) #header nav ul > li:nth-child(2n-1) {
    background-color: rgba(255, 255, 255, 0.1);
  }
  html:not(.has-burger-navigation) #header nav ul ul {
    position: static;
    padding: 0;
    background: transparent;
  }
  html:not(.has-burger-navigation) #header nav a, html:not(.has-burger-navigation) #header nav li.active > strong {
    padding: 4px 8px;
  }
  html.has-burger-navigation.navigation-open, html.has-burger-navigation.navigation-open body {
    overflow: hidden;
  }
  html.has-burger-navigation #header {
    position: relative;
  }
  html.has-burger-navigation #header h1 {
    padding: 0.5em 4rem 0.5em 0 !important;
  }
  html.has-burger-navigation #header nav {
    position: static;
    height: 0;
  }
  html.has-burger-navigation .site-navigation-toggle, html.has-burger-navigation .site-navigation-close {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    color: white;
    cursor: pointer;
    font: inherit;
    line-height: 1;
  }
  html.has-burger-navigation .site-navigation-toggle {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 31;
    padding: 0.5rem;
  }
  html.has-burger-navigation .site-navigation-toggle__icon {
    display: grid;
    gap: 0.3rem;
    width: 1.75rem;
  }
  html.has-burger-navigation .site-navigation-toggle__icon span {
    display: block;
    height: 0.2rem;
    background: currentColor;
  }
  html.has-burger-navigation .site-navigation-overlay {
    position: fixed;
    inset: 0;
    z-index: 30;
    overflow-y: auto;
    padding: 1rem;
    background: black;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease-out, visibility 0s linear 180ms;
  }
  html.has-burger-navigation .site-navigation-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  html.has-burger-navigation.navigation-open .site-navigation-toggle {
    visibility: hidden;
    pointer-events: none;
  }
  html.has-burger-navigation .site-navigation-close {
    position: absolute;
    top: 0.9rem;
    right: 0.75rem;
    z-index: 1;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    padding: 0;
    font-size: 2rem;
  }
  html.has-burger-navigation .site-navigation-overlay > ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 34rem;
    margin: 0 auto;
    padding: 5rem 0 2rem;
  }
  html.has-burger-navigation .site-navigation-overlay > ul > li {
    float: none;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  html.has-burger-navigation .site-navigation-overlay > ul > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  html.has-burger-navigation .site-navigation-overlay > ul > li > a, html.has-burger-navigation .site-navigation-overlay > ul > li > strong {
    display: block;
    padding: 0.8rem 0.5rem;
    color: white;
    font-size: 1.45rem;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
  }
  html.has-burger-navigation .site-navigation-overlay ul ul {
    position: static;
    padding: 0 0 0.75rem;
    background: transparent;
  }
  html.has-burger-navigation .site-navigation-overlay ul ul li {
    margin: 0;
    line-height: normal;
  }
  html.has-burger-navigation .site-navigation-overlay ul ul li a, html.has-burger-navigation .site-navigation-overlay ul ul li .active {
    padding: 0.35rem 1rem;
    font-size: 1.1rem;
    line-height: 1.25;
    text-transform: none;
  }
  html.has-burger-navigation .site-navigation-toggle:focus-visible, html.has-burger-navigation .site-navigation-close:focus-visible, html.has-burger-navigation .site-navigation-overlay a:focus-visible {
    outline: 0.2rem solid white;
    outline-offset: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .site-navigation-overlay > .media_buttons {
    max-width: 34rem;
    margin: 0 auto;
    padding: 0 0 2rem;
  }
  .site-navigation-overlay > .media_buttons ul {
    justify-content: center;
    gap: 0.25rem;
  }
  .site-navigation-overlay > .media_buttons li {
    width: 2rem;
    padding: 0.15rem;
  }
  .site-navigation-overlay > .legal_links {
    justify-content: center;
    max-width: 34rem;
    margin: 0 auto;
    padding: 0 0 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  html.has-burger-navigation #header h1 {
    font-size: 2.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.has-burger-navigation .site-navigation-overlay {
    transition: none;
  }
}
@media (max-width: 600px) {
  #main {
    padding: 8px;
  }
}
/* ____________________________________________
#
#
#			#BACKGROUND PHOTO 
#
#
*/
@media screen and (max-width: 768px) {
  html {
    background-attachment: scroll;
    background-size: 100% auto;
  }
}
html.page-live {
  background-position: center 33%;
}
html.page-project {
  background-position: center 31%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fpolbxjg40lyr%2Fpublic_html%2Fmatthiasschwengler.de%2Ffiles%2Fschwengler%2Fcss%2Fschwengler.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAjSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8SA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FLC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA3UD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAOH%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2bA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAtUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgSH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAnfD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAihBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3ZC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsXH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7iBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAykBA%3BAAAA%3BAAAA%3BAAAA%3BAAndE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8bH%3BAAAA%3BAAAA%3BAAAA%3BAAgCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8eD%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAt0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAw1BA%3BAAAA%3BAAAA%3BAAluBE%3BAAsuBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzuBA%3BAAgvBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAj4BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAk5BC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAA3wBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyxBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAAA%3BAAl0BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8eD%3BAAAA%3BAAAA%3BAAAA%3BAAxnBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAo9BA%3BAAAA%3BAAAA%3BAAAA%3BAAp9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAq%2BBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAA33BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA04BA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAA%2F5BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAi7BD%3BAAAA%3BAAAA%3BAAAA%3BAA56BC%3BAAk7BD%3BAAAA%3BAAAA%3BAAAA%3BAA7iCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwjCA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3pCA%3BAAqqCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAA%2FzCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsHE%3BAAutCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%22%7D */