@charset "UTF-8";
/*
@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;
}

html {
  height: 100%;
}
html * {
  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);
}
@media (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
body.main-body {
  background-color: black;
}

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, .head_link:hover {
  color: #f0f0f0 !important;
  background-color: var(--text-color) !important;
  text-decoration: none;
  cursor: pointer;
}

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

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

h1 {
  padding-top: 0px;
  margin: 0px;
  font-size: var(--text-xl);
}
@media (min-width: 1100px) {
  h1 {
    font-size: 14px;
  }
}

h2 {
  margin: 0px;
  margin-top: 10px;
  font-size: 14px;
  color: #C80000;
  font-weight: normal;
  margin-bottom: 15px;
}

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

.head_title {
  background-image: url("../pics/ps.gif");
  background-repeat: no-repeat;
  width: 80vw;
  height: 38px;
  width: 560px;
  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: 40px auto 0 6vw;
}
@media (min-width: 768px) {
  .head_title {
    margin-left: 80px;
    height: 80px;
  }
}
@media (min-width: 1100px) {
  .head_title {
    background-repeat: no-repeat;
    background-position: 14px 23px;
    background-size: initial;
    width: 560px;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
    color: #9f2f23;
    margin-top: 11px;
    margin-left: 60px;
    padding-top: 60px;
  }
}
.head_title span {
  margin-left: 4rem;
}
@media (min-width: 1100px) {
  .head_title span {
    margin-left: 120px;
  }
}

.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: min(90vw, 825px);
  margin: 30px auto 3vh;
  margin-right: auto;
  margin-left: auto;
  margin-left: 5vw;
  margin-right: 5vw;
  text-align: center;
}
.xtra_links a {
  font-size: 1.1em !important;
  background-color: #ff9999;
  margin-left: 20px;
}

.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;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
.bottom_menu #m1 {
  margin-top: 30px;
}
.bottom_menu #m2 {
  margin-top: 0px;
}
.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;
}

.menu_link:link, .menu_link:active, .menu_link:visited,
.menu_link_active:link, .menu_link_active:active, .menu_link_active: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:link, .menu_link_active:active, .menu_link_active:visited {
  color: #000 !important;
}

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

.menu__container ul {
  padding: 10% 10px;
  margin: 0 auto;
  max-height: 100vh;
}
@media screen and (orientation: landscape) {
  .menu__container ul {
    column-count: 2;
    column-gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .menu__container ul {
    display: flex;
    flex-direction: column;
    width: max-content;
    column-count: initial;
  }
}
.menu__container ul li {
  display: block;
  break-inside: avoid;
  width: max-content;
}
.menu__container ul li a.menu_link {
  font-size: 1.5rem !important;
  margin-bottom: 5px;
}
.menu__container ul li a.menu_link:not(.menu_link_active) span {
  background: black;
}

.copyright {
  font-size: 0.8em;
}

/*INCLUDES*/
#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;
}
#content-played_with .played_with dt {
  font-weight: bold;
}
#content-played_with .played_with dd {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #content-played_with .played_with {
    float: left;
  }
}

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

/* Icon 1 */
#nav-icon-1 {
  width: 37px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  color: white;
  border: 0;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  #nav-icon-1 {
    margin: 0;
  }
}
#nav-icon-1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.14rem;
  background: white;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  top: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-family: Arial;
}
#nav-icon-1 span:nth-child(1) {
  top: 2px;
}
#nav-icon-1 span:nth-child(2) {
  padding-top: 0px;
  top: 22px !important;
  /* border: 0 !important; */
  /* background: transparent; */
  height: 0;
}
#nav-icon-1 span:nth-child(3) {
  top: 14px;
}
#nav-icon-1.open span {
  height: 3px;
}
#nav-icon-1.open span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}
#nav-icon-1.open span:nth-child(2) {
  top: 14px !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon-1.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
}

.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.6) !important;
  transform: translateX(100%);
  overflow-y: scroll;
  box-shadow: 0px 1px 35px 2px rgba(0, 0, 0, 0.35) !important;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .menu__container {
    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;
  height: 70%;
}
.menu__container ul a {
  color: white;
  font-size: var(--text-xl);
}

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

.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_wrapper {
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
}

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

/*
.bg-layout {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: -1;

    .bg-left {
        flex: 1 1 auto;
        min-width: 0;
        height: 100%;
        overflow: hidden;
    }

    .bg-left img {
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: left center;
        width: calc(100% + 60px);
        transform: translateX(-60px);

        @media (min-width: $view_breakpoint_S) {
            width: calc(100% + 73px);
            transform: translateX(-73px);
        }
        @media (min-width: 900px) {
            width: 100%;
            transform: initial;
        }
    }
}*/
.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;
  }
}

/* Content immer darüber */
.site-header {
  position: relative;
  z-index: 4;
}

.site-footer {
  margin-left: 0px;
  overflow: hidden;
  border: 0px purple solid;
  padding-bottom: 2vh;
  z-index: 4;
}

.site-center {
  position: relative;
  z-index: 2;
  min-height: clamp(240px, 62dvh, 600px);
  max-height: 600px;
  padding-top: 0;
  display: grid;
  align-items: center;
  justify-items: start;
  padding-left: clamp(24px, 3vw, 120px);
  padding-right: clamp(24px, 30vw, 600px);
  border: 0px pink solid;
  pointer-events: none;
}
@media (max-width: 899px) {
  .site-center {
    max-height: 400px;
    justify-items: center;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .site-center {
    padding-left: clamp(24px, 0vw, 120px);
  }
}
@media (min-width: 1080px) {
  .site-center {
    padding-left: clamp(24px, 8vw, 120px);
  }
}
@media (min-width: 1200px) {
  .site-center {
    padding-top: 6.5vh;
  }
}

.content_wrapper {
  width: min(92vw, 760px);
  max-height: clamp(100%, 60dvh, 600px);
  overflow: auto;
  /*    text-align: center;*/
  border: 0px yellow solid;
  margin: 0 auto;
  padding: 0 20px;
  pointer-events: auto;
}
@media (min-width: 900px) {
  .content_wrapper {
    width: min(800px, 92vw);
    text-align: left;
    padding: 20px;
    margin: 0;
  }
  .content_wrapper#content-start {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .content_wrapper {
    width: max(747px, 96%);
    max-width: 100%;
  }
}
.content_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
}
.content_wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.content_wrapper .content_inner {
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
}
.content_wrapper .content_inner.video-wrap {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .content_wrapper .content_inner.video-wrap {
    max-width: 960px;
  }
}
.content_wrapper .content_inner.video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  max-width: 90%;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.gallery-item {
  margin: 0;
}
.gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
}
.gallery-item figcaption {
  margin-top: 8px;
  font-size: 14px;
}

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

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

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