@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;
}
@media screen and (max-width:700px) {
  body, button {
    font-family: "Open Sans", sans-serif;
  }
  .container {
    min-height: 10vh;
  }
  /*##########header bereich####################*/
  .logo {
    background: url("bilder/Logo_waloha_Zeichenfläche 1 Kopie.svg")center no-repeat;
    width: 85%;
    height: 300px;
    margin: 0% auto;
    z-index:100;
  }
  .menu a{
    padding: 0 0 0 5%
  }  
 .menu {
   position:fixed;
  }
  .slogan {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin: auto 10%;
    padding: 5% 0;
    display: none;
  }
  .burger {
    position:fixed;
    top:0;
    left: 10%;
    margin: 8% 5% 0 0;
	padding:4% 2% 0 0;
    height: 2rem;
    width: 9vw;
    z-index:1000;
  }
  .container.active .links a {
    width: 100%;
  }  
  .container.active .links {
    background-color: black;
    width: 100%;
    top: 0;
  }
  .main {
    display: none;
  }  
   .links {
    top: 0;
    left:0;
    z-index:20;
     width:100vw;
     height: 80vh;
  }  
 .links a {
    font-size: 1.3rem;
    padding:0 0 10% 0;
  }
  ul {
    list-style: none;
  }  
  
  .overlay {
    display: none;
  }
  .inner {
    display: none;
  }
  /*##########button####################*/
  .btn1 {
    display: none;
  }
  .btn2, .btn3, .btn4 {
    margin: 2% 0 0 0;
    padding: 1rem 1rem;
    border: none;
    border-radius: 9px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .btn2 {
    width: 50%;
  }
  .btn3 {
    width: 50%;
  }
  .sup_btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .shadow.one {
    display: none;
  }
  .shadow.two {
    display: none;
  }
/*##########beichte####################*/
.Beichte {
  position: fixed;
  top: 2%;
  right: 2%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  animation: wackeln 0.5s infinite;
  transform-origin: center;
  z-index: 100;
}
  /*###############about me###########*/
  #about > p {
    font-size: 1.3rem;
    color: #000;
    line-height: 30px;
    margin: 0 0 15% 0
  }
  h1 {
    display: none;
  }
  h2 {
    padding: 2% 0 2% 2%;
    line-height: 50px;
    font-size: 2.0;
  }
  /*###############stream###########*/
  .box1 {
    margin: 0 0 15% 15%;
    width: 80%;
  }
  .twipic {
    width: 100%;
    margin: 5% auto;
  }
  /*###############games###########*/
  .img-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center
  }
  img {
    width: 100%;
    padding: 2%
  }
  /*###############YT Upload/Support###########*/
  .box3, .box4 {
    margin: 0 0 15% 15%;
    width: 80%;
    font-size:1.3rem;
  }
  p {
    padding: 2%;
    line-height: 30px;
    font-size:1.3rem;
  }
  .plan {
    width: 100%;
  }
	
.kontext{
  font-size: 1.4rem;
  font-weight:bold;
  color:#000;
  padding: 0 0 10% 0;
}
  /*###############formular###########*/
  .formular {
    width: 80%;
    padding: 20% 0 20% 0;
  }
  .kontakt {
    width: 80%;
    height: 100%;
  }
  /*###############backtop button###########*/
  .scrollTop {
    display: none;
  }
  .scrollTop:hover {
    display: none;
  }
}