@charset "utf-8";
/* CSS Document */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../font/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../font/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* alex-brush-regular - latin */
@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('font/alex-brush-v22-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('font/alex-brush-v22-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html {
  font: 1rem Verdana, Arial, sans-serif;
}
body, button {
  font-family: "Open Sans", sans-serif;
}
.container {
  min-height: 100vh;
  width: 100%;
  background-color: #000;
  transform-style: preserve-3d;
}
/*##########header bereich####################*/
.navbar {
/*  position: fixed;*/
  position:relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: auto;
}
.menu {
  max-width: 72rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #C9830F;
}
@-webkit-keyframes wave {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes wave {
  0% { transform: translateY(0); }
  25% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(10px); }
  100% { transform: translateY(0); }
}

.slogan {
  position: fixed;
  left:15%;
  top: 550px;
  font-family: 'Alex Brush', cursive;
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 4rem;
  color: #ddd;

  animation: wave 2s ease-in-out infinite;
  display: inline-block;
}

.burger {
  position:absolute;
  top:5%;
  right:5%;
  height: 4rem;
  width: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
    z-index:100;
}
.bar {
  width: 1.9rem;
  height: 1.5px;
  border-radius: 2px;
  background-color: #C9830F;
  transition: 0.5s;
  position: relative;
}
.bar:before, .bar:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #C9830F;
  transition: 0.5s;
}
.bar:before {
  transform: translateY(-9px);
}
.bar:after {
  transform: translateY(9px);
}
.main {
  position: relative;
  width: 100%;
  left: 0;
  overflow: hidden;
  transform-origin: left;
  transform-style: preserve-3d;
  transition: 0.5s;
}
header {
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.overlay {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner {
  max-width: 40rem;
  text-align: center;
  color: #fff;
  padding: 0 2rem;
}
.overlay video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}
/*##########beichte####################*/
.Beichte {
  position: fixed;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 70px;
  height: 70px;
  animation: wackeln 0.5s infinite;
  transform-origin: center;
  z-index: 100;
}
@keyframes wackeln {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(5deg); }
  50%  { transform: rotate(-5deg); }
  75%  { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}
/*##########button####################*/
.btn1, .btn2, .btn3, .btn4 {
  margin: 2% 0 0 0;
  padding: 1rem 1rem;
  border: none;
  border-radius: 9px;
  text-transform: uppercase;
  cursor: pointer;
}
.btn1 {
  background-color: #8CC63F;
  width: 30%;
  padding: 0.7rem;
}
.btn1 a {
  color: #000;
  text-decoration: none;
}
.btn2, .btn3, .btn4 {
  background-color: #1B7628;
  color: #fff;
  transition-duration: 0.4s;
}
.btn2 {
  width: 30%;
}
.btn3 {
  width: 30%;
}
.sup_btn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.btn2:hover {
  background-color: #ddd;
  color: #000;
}
.btn3:hover {
  background-color: #ddd;
  color: #000;
}
.btn4:hover {
  background-color: #ddd;
  color: #000;
}
.container.active .bar {
  transform: rotate(360deg);
  background-color: transparent;
}
.container.active .bar:before {
  transform: translateY(0) rotate(45deg);
}
.container.active .bar:after {
  transform: translateY(0) rotate(-45deg);
}
.container.active .main {
  animation: main-animation 0.5s ease;
  cursor: pointer;
  transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
}
@keyframes main-animation {
  from {
    transform: translate(0);
  }
  to {
    transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
  }
}
.links {
  position: absolute;
  width: 30%;
  right: 10%;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
ul {
  list-style: none;
}
.links a {
  text-decoration: none;
  color: #C9830F;
  padding: 0.7rem 0;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(10px);
  animation: hide 0.5s forwards ease;
}
.links a:hover {
  color: #fff;
}
.container.active .links a {
  animation: appear 0.5s forwards ease var(--i);
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes hide {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
.shadow {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  transform-origin: left;
  transition: 0.5s;
  background-color: white;
}
.shadow.one {
  z-index: -1;
  opacity: 0.;
}
.shadow.two {
  z-index: -2;
  opacity: 0.1;
}
.container.active .shadow.one {
  animation: shadow-one 0.6s ease-out;
  transform: perspective(1300px) rotateY(20deg) translateZ(215px) scale(0.5);
}
@keyframes shadow-one {
  0% {
    transform: translate(0);
  }
  5% {
    transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
  }
  100% {
    transform: perspective(1300px) rotateY(20deg) translateZ(215px) scale(0.5);
  }
}
.container.active .shadow.two {
  animation: shadow-two 0.6s ease-out;
  transform: perspective(1300px) rotateY(20deg) translateZ(120px) scale(0.5);
}
@keyframes shadow-two {
  0% {
    transform: translate(0);
  }
  20% {
    transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
  }
  100% {
    transform: perspective(1300px) rotateY(20deg) translateZ(120px) scale(0.5);
  }
}
.container.active .main:hover + .shadow.one {
  transform: perspective(1300px) rotateY(20deg) translateZ(230px) scale(0.5);
}
.container.active .main:hover {
  transform: perspective(1300px) rotateY(20deg) translateZ(340px) scale(0.5);
}
.wrapper {
  background-color: #8CC63F;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0 5% 0;
}
/*###############about me###########*/
#about > p {
  font-size: 1.5rem;
  line-height: 35px;
  color: #000;
  margin: -3% 0 0
}
#about {
  margin: 0 auto;
  width: 70%;
  height: 100%
}
h1 {
  font-size: 4rem;
  color: #8cc63f;
}
h2 {
  font-size: 2.7rem;
  color: #000;
  padding: 5% 0 3% 0;
}
h4 {
  font-size: 1.7rem;
  color: #000;
  padding: 0 0 1% 0;
}
/*###############stream###########*/
.box1 {
  margin: 5% auto;
  width: 70%;
}
.box1 img {
  width: 100%;
  margin: 5% auto;
}
/*###############games###########*/
.box2 {
  margin: 5% auto;
  width: 70%;
}
.img-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: left;
}
img {
  width: 100%;
  margin: 5% auto;
}
img:hover {
  opacity: .5;
  transition: .9s;
}
/*###############YT Upload/Support###########*/
.box3, .box4 {
  margin: 5% auto;
  width: 70%;
  font-size: 1.5rem;
  line-height: 35px;
}
p {
  padding: 2% 0 0 0;
}
.plan {
  width: 55%;
  margin: 5% auto;
  pointer-events: none;
}
/*###############formular###########*/
.formular {
  width: 500px;
  margin: 15% auto;
  padding: 0 0 5% 0;
}
.kontext {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  padding: 0 0 10% 0;
}
form input, form textarea {
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  padding: 10px;
  font: 0.8rem Verdana, Arial, sans-serif;
  width: 100%;
  outline: none;
  color: #FFFFFF;
  font-size: 1.5rem
}
form input:focus, form textarea:focus {
  background: #262626;
}
form input[type="submit"] {
  border: 1px solid #57AF31;
  background: #262626;
  border-radius: 4px;
  color: #fff;
  font-size: 1.5rem;
}
form input[type="submit"]:hover {
  background: #57AF31;
}
/*###############footer###########*/
footer {
  height: 100%;
  width: 100%;
  background-color: #000;
}
.infobox {
  padding: 2% 0;
  font-size: 1.3rem;
}
.footnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.footnav > p {
  color: #57AF31;
}
.footnav a {
  text-decoration: none;
  color: #B8B8B8;
  padding: 2% 4%;
}
/*###############backtop button###########*/
.scrollTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  padding: 9px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  border-radius: 1px solid #fff;
  cursor: pointer;
  transition: top 0.5s ease 0s;
}
.scrollTop:hover {
  background-color: #0f7f7f;
  color: #000;
}
/*###############impressum/datenschutz###########*/
.impressum, .daten, .baustelle {
  padding: 0 15% 15% 15%;
  background-color: #8cc63f;
  font-size: 1.5rem;
}
.baustelle {
  font-size: 3rem;
  padding: 15%;
}
.baustelle p {
  padding: 1%;
}
.text p {
  line-height: 20px;
}
.daten p .adress {
  line-height: 25px;
}
.weblink a {
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  color: #000;
}