/*
@import "variables";
@import "index";
@import "burger";
@import "lightbox";*/
/*@forward "variables";*/
:root {
  --text-xs: clamp(0.75rem, 0.72rem + 0.15vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.83rem + 0.2vw, 1rem);
  --text-base: clamp(1rem, 0.96rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1.05rem + 0.35vw, 1.375rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1vw, 2.25rem);
  --text-xxl: clamp(1.7rem, 1.2rem + 1vw, 2.25rem);
  --text-color: #fff;
  --primary-color:rgb(175,43,31);
  --border-radius: 13px;
  --grey-bg: #302f2f;
  --dark-bg: #0b0707;
  /*    --primary-color-red: #C80000;*/
  --white: #fff;
  --primary-color-red: #AC0000;
  --primary-color-yellow: #ffc107;
  /*    --muted: oklch(0.81 0 0);*/
  --muted: oklch(0.96 0 0);
}

html,
body {
  margin: 0;
  min-height: 100vh;
  min-width: 100vw;
}
html *,
body * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-size: var(--text-base);
  line-height: 1.6;
  cursor: auto;
  font-family: Arial, sans-serif;
  color: var(--text-color);
  background-color: black;
}
@media (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
body * {
  transition: all 0.2s ease-in-out;
}

ol, ul, li {
  list-style: none;
}

hr {
  width: 300px;
  color: var(--text-color);
  height: 1px;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  text-align: left;
  border: 1px dashed black;
}

img {
  border: 0px;
}

a,
a:link,
a:active,
a:visited {
  color: var(--text-color);
  text-decoration: none;
  cursor: pointer;
}

a:hover, .menu_link:hover, .menu_link_sub:hover {
  color: #f0f0f0 !important;
  background-color: var(--text-color) !important;
  text-decoration: none;
  cursor: pointer;
  scale: 1.05;
}

.more:hover {
  background-color: transparent !important;
  height: max-content;
  transform: scale(1.16);
  cursor: pointer;
}

.head_link:hover {
  color: black !important;
}

a:has(img):hover {
  background: none !important;
  scale: initial;
}

ul, li {
  margin: 0px;
  padding: 0px;
}

h1 {
  padding-top: 0px;
  margin: 0px;
  font-size: var(--text-xl);
  margin-bottom: 20px;
}

h2 {
  margin: 0px;
  margin-top: 10px;
  font-size: 0.95rem;
  font-size: var(--text-base);
  color: var(--white);
  font-weight: normal;
  margin-bottom: 15px;
}

.clear_both {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.head_title {
  background-image: url("../pics/ps.svg");
  background-repeat: no-repeat;
  width: 40vw;
  height: auto;
  aspect-ratio: 7/1;
  max-width: calc(100vw - 75px);
  font-size: 46px;
  font-size: var(--text-xxl);
  font-weight: bold;
  float: left;
  color: #9f2f23;
  padding-top: 2rem;
  background-size: contain;
  margin: 10px auto 0 10px;
  position: relative;
}
@media (min-width: 768px) {
  .head_title {
    margin-top: 40px;
    margin-left: 4vw;
    min-height: 80px;
  }
}
@media (min-width: 1100px) {
  .head_title {
    background-repeat: no-repeat;
    /*        background-position:	14px 23px;*/
    background-size: contain;
    /*        width:		560px;
            height:		80px;*/
    font-size: 26px;
    font-weight: bold;
    color: #9f2f23;
    margin-top: 11px;
    margin-left: 60px;
    padding-top: 60px;
    top: 23px;
    left: 12px;
  }
}
.head_title h1 {
  margin-left: 4rem;
  font-size: 0.7em;
}
@media screen and (orientation: landscape) {
  .head_title h1 {
    margin-top: 1.6em;
  }
}
@media (min-width: 1100px) {
  .head_title h1 {
    margin-left: 120px;
    margin-top: -1.5em;
  }
}
@media (min-width: 2400px) {
  .head_title h1 {
    font-size: clamp(2rem, 5vw, 2rem);
  }
}
.head_title img.head_peace {
  height: 100%;
  position: absolute;
  top: 11px;
  left: -6px;
}
@media screen and (orientation: landscape) {
  .head_title img.head_peace {
    top: 25px;
    left: -1px;
  }
}
@media (min-width: 768px) {
  .head_title img.head_peace {
    top: 0;
    left: -60px;
  }
}
@media (min-width: 1500px) {
  .head_title img.head_peace {
    left: -100px;
    height: 120px;
  }
}
.head_title:before {
  content: "";
  filter: invert(100%);
  background-image: url("../pics/ps.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: translate(3px, 3px);
  display: block;
  position: absolute;
  top: -2px;
  left: -1px;
}
@media (min-width: 1100px) {
  .head_title:before {
    top: -1px;
    left: -6px;
  }
}

.moreTxt:link, .moreTxt:active, .moreTxt:visited {
  font-weight: bold;
  color: #C80000;
  margin-left: 5px;
}

.more {
  display: block;
  float: right;
  margin-right: 40px;
}

.back {
  float: left;
}

.xtra_links {
  max-width: 90%;
  padding: 30px 0;
  margin: 3rem;
  margin-right: auto;
  margin-left: auto;
  /* margin-left: 5vw; */
  /* margin-right: 5vw; */
  text-align: center;
  background-color: rgba(175, 43, 31, 0.4);
  background-color: rgba(99, 99, 99, 0.4);
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18); */
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 0.3rem var(--grey-bg) solid;
  background-color: #282828;
  background-color: var(--grey-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.xtra_links a {
  font-size: 1.1em !important;
  /*        background-color:#ff9999;*/
  white-space: nowrap;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .xtra_links a {
    font-size: 1.4cqw !important;
  }
}
.xtra_links a:hover {
  color: white !important;
  background-color: black !important;
}

.site-footer .xtra_links a {
  display: none;
}
@media (min-width: 768px) {
  .site-footer .xtra_links a {
    display: inline;
  }
}

.info_links {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  width: 100%;
  text-align: center;
  right: 10px;
  font-size: 10px;
}
.info_links a:link, .info_links a:active, .info_links a:visited {
  display: inline-block;
  padding: 0px 10px 0px 10px;
  text-align: center;
  color: rgba(192, 192, 192, 0.7);
  text-decoration: none;
}
@media (min-width: 1020px) {
  .info_links {
    font-size: 10px;
    width: initial;
    right: 10px;
  }
}

.bottom_menu {
  padding-top: 10px;
  padding-left: 45px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .bottom_menu {
    display: block;
    margin-top: -1vh;
  }
}
.bottom_menu #m1 {
  margin-top: 30px;
}
.bottom_menu #m2 {
  margin-top: 25px;
}
.bottom_menu #m3 {
  margin-top: 50px;
}
.bottom_menu #m4 {
  margin-top: 70px;
}
.bottom_menu #m5 {
  margin-top: 55px;
}
.bottom_menu #m6 {
  margin-top: 40px;
}
.bottom_menu #m7 {
  margin-top: 35px;
}

.bottom_menu span, .middle_box span {
  background-color: #000;
  line-height: 1.1;
  margin: 2px;
  display: block;
}

.menu_link:link, .menu_link:active, .menu_link:visited,
.menu_link_active:not(.head_link):link, .menu_link_active:not(.head_link):active, .menu_link_active:not(.head_link):visited {
  display: block;
  float: left;
  font-size: 14px;
  #width: 115px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #c5c5c5;
  text-transform: uppercase;
}

.menu_link_active:not(.head_link):link, .menu_link_active:not(.head_link):active, .menu_link_active:not(.head_link):visited {
  color: #000 !important;
}

.menu_link_active span {
  background-color: #fff !important;
}

.copyright {
  font-size: 0.8em;
}

.img-wrapper {
  position: relative;
  /*    @include box-style;*/
  justify-content: center;
  margin-bottom: 3rem;
  margin: 0 auto;
  max-width: min(90vw, 870px);
  overflow: hidden;
  max-height: 350px;
  border-radius: var(--border-radius);
}

.image-overlay {
  position: absolute;
  inset: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.45) 38%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.image-overlay h2 {
  margin-right: 1rem;
  filter: drop-shadow(2px 4px 6px black);
  color: var(--muted);
}

/*  ---------   back to top button */
/*.site-footer .site-info:before*/
.slide-in {
  opacity: 1 !important;
  right: 21px !important;
}

.back-to-top {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  bottom: 35px;
  right: -65px;
  position: fixed;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border: solid 1px black;
  outline: 0;
  z-index: 100;
  opacity: 0;
}
.back-to-top:hover svg {
  fill: white !important;
}
.back-to-top span.screen-reader-text {
  display: none;
}

#nav-icon-1 {
  --icon-size: clamp(1.9rem, 1.4rem + 1.2vw, 2.35rem);
  --icon-width: 3em;
  --icon-height: 2.1875em;
  --bar-height: .4em;
  --bar-height-open: 0.1875em;
  --bar-color: #fff;
  --top-offset-1: 0.225em;
  --top-offset-2: 0.975em;
  --top-offset-3: 1.375em;
  --top-open: 0.875em;
  --top-collapse: 1.25em;
  font-size: var(--icon-size);
  width: var(--icon-width);
  height: var(--icon-height);
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  display: block;
  background: transparent;
  color: white;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 11;
  pointer-events: all;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  font-size: 13px;
}
@media (min-width: 768px) {
  #nav-icon-1 {
    margin: 0;
  }
}
#nav-icon-1 span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--bar-height);
  text-transform: uppercase;
  background: var(--bar-color);
  border-radius: 0;
  opacity: 1;
  transform: rotate(0deg);
  transition: top 0.25s ease-in-out, left 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
#nav-icon-1 span:nth-child(1) {
  top: var(--top-offset-1);
}
#nav-icon-1 span:nth-child(2) {
  top: var(--top-offset-3);
  height: 0;
}
#nav-icon-1 span:nth-child(3) {
  top: var(--top-offset-2);
}
#nav-icon-1.open span {
  height: var(--bar-height-open);
}
#nav-icon-1.open span:nth-child(1) {
  top: var(--top-collapse);
  width: 0;
  left: 50%;
}
#nav-icon-1.open span:nth-child(2) {
  top: var(--top-open);
  height: var(--bar-height-open);
  transform: rotate(45deg);
}
#nav-icon-1.open span:nth-child(3) {
  top: var(--top-open);
  transform: rotate(-45deg);
}

.menu__container {
  transition: all 0.4s ease-in-out;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transform: translateX(100%);
  overflow-y: scroll;
  /*    box-shadow: 0px 1px 35px 2px rgba(0, 0, 0, 0.35) !important;*/
  box-shadow: 0px 1px 35px 2px rgba(0, 0, 0, 0.52) !important;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 10;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
@media screen and (min-width: 768px) {
  .menu__container {
    background: rgba(0, 0, 0, 0.6);
    min-width: 420px;
    width: 33.3vw !important;
  }
}
@media screen and (min-width: 1600px) {
  .menu__container {
    min-width: 520px;
  }
}
.menu__container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 9px;
  height: 11px;
}
.menu__container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
}
.menu__container.collapsed {
  transform: translateX(100vw);
  display: block !important;
  opacity: 0;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
}
.menu__container ul {
  padding: 10% 10px;
  width: max-content;
  margin: 0 auto;
  max-height: 70vh;
  width: max-content;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (orientation: landscape) {
  .menu__container ul {
    padding: 10% 10px 0%;
    height: initial;
  }
}
@media screen and (min-width: 768px) {
  .menu__container ul {
    display: flex;
    flex-direction: column;
    width: max-content;
    column-count: initial;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .menu__container ul {
    column-count: 3;
    display: block;
    column-gap: 30px;
  }
}
.menu__container ul li {
  display: block;
  break-inside: avoid;
  width: max-content;
}
.menu__container ul li a.menu_link {
  margin-bottom: 5px;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .menu__container ul li a.menu_link {
    font-size: 1.4cqw !important;
  }
}
.menu__container ul li a.menu_link:not(.menu_link_active) span {
  background: black;
}
.menu__container .xtra_links {
  flex-direction: column;
}

.frame-header.menu-open .menu__container {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  width: 100vw;
  pointer-events: auto;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.gallery a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.gallery a:hover img {
  transform: scale(1.03);
}
.gallery img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.page-frame {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.width_holder {
  /*    position: absolute;*/
  /*    top: 0;*/
  z-index: 1;
  /*    background: rgba(123, 18, 13, .6);*/
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*    max-width: 1024px;*/
  border: 0px pink solid;
}
@media (min-width: 1100px) {
  .width_holder {
    /*        top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);*/
    /*        max-height: 686px;*/
  }
}

.bg-layout.passe-partout {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: -1;
  z-index: 3;
  pointer-events: none;
}
.bg-layout.passe-partout .bg-left {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}
.bg-layout.passe-partout .bg-left img {
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left center;
  width: calc(100% + 60px);
  transform: translateX(-60px);
}
@media (min-width: 768px) {
  .bg-layout.passe-partout .bg-left img {
    width: calc(100% + 73px);
    transform: translateX(-73px);
  }
}
@media (min-width: 900px) {
  .bg-layout.passe-partout .bg-left img {
    width: 100%;
    transform: initial;
  }
}
.bg-layout.passe-partout .bg-header {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  width: 95%;
  height: 33%;
  padding: 0;
  top: -240px;
  background-image: url(../pics/bg_header_passe-partout.svg);
  background-size: cover;
  width: clamp(100px, 88vw, 100vw - 400px);
}
@media (min-width: 1800px) {
  .bg-layout.passe-partout .bg-header {
    top: -87px;
  }
}
@media (min-width: 2100px) {
  .bg-layout.passe-partout .bg-header {
    /*            width: clamp(1900px, 100vw, 100vw);*/
    width: clamp(2020px, 100vw, 100vw - 770px);
  }
}
@media (min-width: 3800px) {
  .bg-layout.passe-partout .bg-header {
    width: clamp(1900px, 95vw, 100vw - 267px);
  }
}
.bg-layout.passe-partout .bg-bottom {
  position: absolute;
  bottom: 0;
  height: 0;
  /*        display: none;*/
}
@media (min-width: 1500px) {
  .bg-layout.passe-partout .bg-bottom {
    width: 100%;
    height: 195px;
    z-index: 4;
    background-image: url(../pics/bg_footer_passe-partout.svg);
    background-size: cover;
    background-position: 0 230px;
  }
}
@media (min-width: 1840px) {
  .bg-layout.passe-partout .bg-bottom {
    background-position: 0 270px;
  }
}

.frame-header {
  position: relative;
  z-index: 4;
  transition: none;
  pointer-events: none;
  height: 30px;
}
@media (min-width: 768px) {
  .frame-header {
    padding: clamp(1rem, 3vh, 2rem) clamp(1.5rem, 7vw, 4.6rem) 0 clamp(1.5rem, 7vw, 4.6rem);
    background-position: 0 -100px;
    background-position: 0 -55px;
  }
}
@media (max-width: 767px) {
  .frame-header.menu-open .head_title {
    z-index: 11;
  }
  .frame-header.menu-open .head_title .title_wrapper {
    display: none;
  }
}
.frame-header .header-inner {
  min-height: 3rem;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px #fff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff;
  /* text-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 3px rgba(0, 255, 255, 0.35), 0 0 6px rgba(0, 255, 255, 0.2); */
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.6), 0 0 4px rgba(0, 255, 255, 0.5), 0 0 8px rgba(0, 255, 255, 0.35);
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .frame-header .header-inner.header-shrinked {
    margin-top: -55px;
  }
  .frame-header .header-inner.header-shrinked .head_peace {
    margin-top: 30px;
  }
}

/* Content Bereich */
.stage {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 0;
  min-height: clamp(240px, 62dvh, 600px);
  /*    pointer-events: none;*/
  padding: clamp(0.75rem, 1.5vh, 1.5rem) clamp(0.5rem, 12vw, 10px) clamp(1rem, 2vh, 1.75rem) clamp(10px, 1vw, 4.6rem);
}
@media (orientation: landscape) {
  .stage {
    /*        padding-right: clamp(10px, 22vw, 14rem);*/
    padding-right: clamp(10px, 46vw, 15rem);
  }
}
@media (min-width: 768px) {
  .stage {
    padding-right: clamp(0rem, 4vw, 5rem);
  }
}
@media (min-width: 1100px) {
  .stage {
    padding-right: clamp(3rem, 28vw, 6rem);
    padding-left: clamp(10px, 7vw, 4.6rem);
  }
}
@media (min-width: 1300px) {
  .stage {
    padding-right: clamp(3rem, 28vw, 15rem);
  }
}
@media (min-width: 1500px) {
  .stage {
    padding-right: clamp(3rem, 32vw, 47rem);
  }
}
.stage.is-ipad {
  border: 0p x yellow solid;
  padding-right: clamp(10px, 0vw, -10px);
}
@media (orientation: landscape) {
  .stage.is-ipad {
    padding-right: clamp(10px, 20vw, 26rem);
  }
}

.stage-grid {
  min-height: clamp(320px, 62vh, 90vh);
  display: grid;
  column-gap: clamp(0.5rem, 1vw, 1rem);
  align-items: stretch;
  grid-template-columns: minmax(0, 0.6fr) minmax(240px, 3fr) minmax(0px, 1.6fr) minmax(0px, 1fr) minmax(0px, 1.2fr);
}
@media (min-width: 768px) {
  .stage-grid {
    min-height: clamp(320px, 62vh, 760px);
    grid-template-columns: minmax(0, 0.6fr) minmax(140px, 1fr) minmax(220px, 1.6fr) minmax(140px, 1fr) minmax(60px, 0.6fr);
  }
}
@media (min-width: 1100px) {
  .stage-grid {
    grid-template-columns: minmax(0px, 0.4fr) minmax(160px, 28.9fr) minmax(260px, 29.5fr) minmax(160px, 40fr) minmax(155px, 15.8fr);
  }
}
@media (min-width: 1200px) {
  .stage-grid {
    grid-template-columns: minmax(0px, 0.4fr) minmax(160px, 28.9fr) minmax(260px, 29.5fr) minmax(160px, 40fr) minmax(155px, 24.8fr);
  }
}
@media (min-width: 1500px) {
  .stage-grid {
    grid-template-columns: minmax(20px, 0.25fr) minmax(180px, 0.8fr) minmax(320px, 1.4fr) minmax(180px, 20fr) minmax(180px, 12.2fr);
  }
}
.grid-col {
  min-width: 0;
  min-height: 0;
}
.grid-col.col-1 {
  display: none;
}
@media (min-width: 900px) {
  .grid-col.col-1 {
    display: block;
  }
}

.content-container {
  /*    background: yellow;*/
  /*    opacity: 0.4;*/
  width: 100%;
  max-height: calc(100vh - 104px);
  grid-column: 1/span 5;
}
@media (min-width: 768px) {
  .content-container {
    grid-column: span 5;
    max-height: 600px;
  }
}
@media (min-width: 1024px) {
  .content-container {
    grid-column: span 3;
  }
}
@media (min-width: 1500px) {
  .content-container {
    grid-column: span 4;
  }
}
.content-container .content_wrapper {
  width: min(100%, 760px);
  max-height: clamp(100%, 60dvh, 600px);
  max-height: clamp(100%, 100dvh - 275px, 873px);
  overflow: auto;
  border: 0px yellow solid;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 150px;
  min-height: 70vh;
  display: flex;
  align-items: flex-start;
  max-width: calc(100vw - 20px);
}
@media (min-width: 900px) {
  .content-container .content_wrapper {
    width: min(100%, 850px);
    text-align: left;
    padding-top: 20px;
    padding-left: clamp(5rem, 1vw, 100px);
    padding-right: 20px;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .content-container .content_wrapper {
    width: max(747px, 80%);
    padding-left: clamp(1rem, 1vw, 100px);
    max-width: 100%;
  }
}
.content-container .content_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
}
.content-container .content_wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.content-container .content_wrapper .content_inner {
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
  word-break: break-word;
  /*            &.video-wrap{
                  width: 100%;
                  position: relative;
                  aspect-ratio: 16 / 9;
                  padding-top: 110px;

                  @media screen and (min-width: 768px){
                      max-width: 960px;
                      word-break: initial;
                      padding-top: 50px;
                  }

                  iframe {
                      width: 100%;
                      height: 100%;
                      border: 0;
                      max-width: 90%;
                  }

              }*/
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .content-container .content_wrapper .header-shrinked {
    min-height: calc(100vh - 14px);
  }
}

/* Footer darunter */
.frame-footer {
  position: relative;
  z-index: 3;
  padding: clamp(0.75rem, 2vh, 1rem) clamp(1.5rem, 7vw, 4.6rem) clamp(1rem, 3vh, 2rem) clamp(1.5rem, 7vw, 4.6rem);
}

.footer-inner {
  min-height: 3rem;
  display: flex;
  align-items: center;
}

.image-wrapper {
  position: relative;
}

/*INCLUDES*/
#content-home .img-wrapper {
  display: flex;
  margin: 0 auto;
  margin: 0 auto;
  max-width: min(90vw, 870px);
  overflow: hidden;
  max-height: 350px;
  border-radius: var(--border-radius);
}
#content-home .img-wrapper img {
  max-width: 100%;
  min-height: 10rem;
  transform: scale(108%);
  object-fit: cover;
}
#content-home .play-button {
  position: absolute;
  bottom: 50%;
  right: 50%;
  z-index: 10;
  width: 30%;
  opacity: 0.8;
  transform: translate(50%, 50%);
  width: 100%;
  height: auto;
  aspect-ratio: 46/20;
  background-image: url(../pics/icons/icon_play.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 160px;
  appearance: none;
  border: 0;
  border-radius: 12px;
  padding: 14px 22px;
  font: 600 16px/1 sans-serif;
  color: white;
  cursor: pointer;
  /*    transform: translateY(0);*/
  /*    box-shadow:
          0 2px 0 #61221c,
          0 27px 34px rgba(0, 0, 0, 0.18);*/
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}
#content-home .play-button:hover {
  opacity: 1;
  /*        transform: translateY(2px);*/
  transform: translate(49%, 45%);
  background-color: rgba(255, 255, 255, 0.4) !important;
  /*        box-shadow:
              0 2px 0 #61221c,
              0 7px 14px rgba(0,0,0,.16);*/
}
#content-home .play-button:active {
  /*        transform: translateY(6px);*/
  box-shadow: 0 0 0 #174ea6, 0 2px 6px rgba(0, 0, 0, 0.14);
}
@media screen and (min-width: 1024px) {
  #content-home {
    padding-left: 0;
  }
}

#content-rpm img.aequilibrium-cover {
  width: 460px;
  max-width: 64vw;
  max-height: 45vh;
  margin: 0 auto;
  object-fit: contain;
}

#content-played_with .played_with {
  padding-right: 20px;
  border: 0px yellow solid;
  column-count: 1;
  column-gap: 1.5em;
  margin: 0;
  padding-left: 1.2em;
}
#content-played_with .played_with dt {
  font-weight: bold;
}
#content-played_with .played_with dd {
  font-style: italic;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  #content-played_with .played_with {
    float: left;
    column-count: 2;
  }
}
@media screen and (min-width: 1200px) {
  #content-played_with .played_with {
    column-count: 3;
  }
}

#content-home,
#content-rpm,
#content-ps4,
#content-bio,
#content-mixed,
#content-played_with,
#content-comments,
#content-datenschutz,
#content-impressum {
  padding-top: 150px;
}
@media screen and (orientation: landscape) {
  #content-home,
  #content-rpm,
  #content-ps4,
  #content-bio,
  #content-mixed,
  #content-played_with,
  #content-comments,
  #content-datenschutz,
  #content-impressum {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #content-home,
  #content-rpm,
  #content-ps4,
  #content-bio,
  #content-mixed,
  #content-played_with,
  #content-comments,
  #content-datenschutz,
  #content-impressum {
    padding-top: 6rem;
  }
}
@media (min-width: 1200px) {
  #content-home,
  #content-rpm,
  #content-ps4,
  #content-bio,
  #content-mixed,
  #content-played_with,
  #content-comments,
  #content-datenschutz,
  #content-impressum {
    width: max(747px, 80%);
  }
}

#content-comments .comments {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  border: 0px yellow solid;
}
@media screen and (min-width: 1100px) {
  #content-comments .comments {
    float: left;
  }
}
#content-comments .comments2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px yellow solid;
}
#content-comments .comments dd, #content-comments .comments2 dd {
  font-style: italic;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 15px;
}

#content-ps4 img {
  max-width: 87vw;
}
#content-ps4 .ps4 dt {
  widht: 200px;
  font-style: italic;
  margin-left: 60px;
  border: 0px yellow solid;
}
#content-ps4 .ps4 dd {
  font-style: italic;
  font-size: 10px;
  font-weight: bold;
  margin-left: 80px;
  margin-bottom: 2px;
}
#content-ps4 .ps4_links {
  /*    margin-top:		-10px!important;*/
  margin-left: 30px;
  border: 0px black solid img;
  border-margin-top: -5px;
}

#content-mixed .mixed {
  width: max-content;
  /*        margin: 0 auto;*/
}
#content-mixed .mixed a {
  font-weight: bold !important;
}
#content-mixed .mixed img {
  position: relative;
  top: 1px;
  margin-right: 10px;
  width: 40px;
  height: 19px;
}
@media (min-width: 1100px) {
  #content-mixed .mixed img {
    width: 17px;
    height: 12px;
  }
}

#content-img,
#content-video {
  transform: translate(0, -140px);
  max-height: 96vh;
  padding-left: 0;
}
#content-img .gallery-grid,
#content-video .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
  width: 100%;
}
#content-img .gallery-item,
#content-video .gallery-item {
  margin: 0;
}
#content-img .gallery-item img,
#content-video .gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
}
#content-img .gallery-item figcaption,
#content-video .gallery-item figcaption {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #content-img,
  #content-video {
    transform: initial;
  }
}

/*SLIDESHOW*/
.slideshow {
  /*    min-height: min(78vh, 900px);*/
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(10px);
  margin-bottom: 3rem;
}
.slideshow .toolbar {
  display: none;
  gap: 12px;
  align-items: center;
  padding: 0;
  /*        border-bottom: 1px solid rgba(255,255,255,.08);*/
  background: rgba(163, 16, 16, 0.3);
  background: rgba(35, 24, 24, 0.3);
  background-color: var(--dark-bg);
  flex-wrap: wrap;
  justify-content: space-around;
  border-radius: var(--border-radius);
}
@media (min-width: 768px) {
  .slideshow .toolbar {
    display: flex;
    justify-content: flex-end;
  }
}
.slideshow .hint {
  color: var(--muted);
  font-size: 0.95rem;
}
.slideshow .controls {
  display: flex;
  gap: 20px;
  align-items: center;
}
.slideshow button {
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: var(--accent);
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
  cursor: pointer;
}
.slideshow button:hover {
  background: var(--accent-2);
}
.slideshow .viewport {
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.slideshow .viewport.dragging {
  cursor: grabbing;
}
.slideshow .track {
  display: flex;
  gap: 18px;
  padding: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  align-items: stretch;
}
.slideshow .track::-webkit-scrollbar {
  display: none;
}
.slideshow .card {
  min-width: min(275px, 86vw);
  max-width: 275px;
  scroll-snap-align: center;
  /*        background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));*/
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  flex: 0 0 auto;
  transform: translateY(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18); */
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 0.3rem var(--grey-bg) solid;
  background-color: #282828;
  background-color: var(--grey-bg);
}
.slideshow .card:hover {
  /*            transform: translateY(-4px);*/
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}
.slideshow .card img {
  width: 100%;
  height: clamp(220px, 34vh, 320px);
  object-fit: cover;
  display: block;
}
.slideshow .card h2 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
}
.slideshow .card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.95rem;
  filter: drop-shadow(2px 4px 6px black);
}
.slideshow .card-body {
  padding: 18px 18px 0;
  display: block;
  margin-top: -50px;
  z-index: 3;
}
.slideshow .card-body .tag {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffc107;
  margin-bottom: 10px;
  font-weight: 700;
}
.slideshow .dots {
  display: none;
  justify-content: center;
  gap: 8px;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .slideshow .dots {
    display: flex;
  }
}
.slideshow .dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.slideshow .dots .dot.active {
  background: var(--primary-color-red);
  /*            opacity: 0.7;*/
}
.slideshow code {
  background: rgba(255, 255, 255, 0.08);
  padding: 2px 6px;
  border-radius: 6px;
}
.slideshow .slide-card__title {
  margin: 0 0 0.2rem;
  color: #fff;
  line-height: 1.15;
}
.slideshow .slide-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.35;
}
.slideshow .slide-card__overlay > div,
.slideshow .slide-card__overlay-content {
  max-width: 85%;
}

/*
in den Dateien dann @use "variables" as *;
oder
@use "variables" as vars;

header {
  color: vars.$primary-color;
}*/

/*# sourceMappingURL=style.css.map */
