* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html {
  margin:0;
  padding:0;
}


body {
   grid-template-areas:
    "header   header"
    "main  main"
    "footer  footer";
  background-color: #d5d9d2;
  color: rgb(0,0,0);
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  margin:0;
  margin-bottom: 50px;
}.body2 {
  color: black;
  background-image: url("../img/spaces.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
a {
  text-decoration: none;
  color: inherit;
}
/* Anfang Red Bull Dose und Text */
@font-face { font-family: 'Font (OpenType)';
             src:  url('../font/Bull-Bold.woff2') format('woff2'); }

.redBulltext123 {
  font-family: 'Font (OpenType)';
  font-size: 72pt;
}
.tobiB {
  font-size: 300%;
}
.text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
.text2 {
  margin-top: 80px;
  margin-bottom: 96px;
}
.bild {
  display:block;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
}
.bild img {
  height: 400px;
}
.bild:hover {
  animation: shake 1s;

}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/* Ende Red Bull Dose und Text */

/* Anfang Red Bull Animation */
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* Ende Red Bull Animation */


/* Anfang Navigation */
.nav {
  list-style-type: none;
  font-family: sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 60px;
  background-color: rgba(222, 222, 222,0.9);
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
}
.sidenav1 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 60px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
}

.sidenav a, .sidenav ul {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.2s;
}
.sidenav1 a, .sidenav1 ul {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #333;
  display: block;
  transition: 0.3s;
}
.actualWS a{
  color: black;
}
.actualWS1 a {
  color: #888;
}

.sidenav a:hover, .sidenav ul:hover {
  color: #787878;
}
.sidenav1 a:hover, .sidenav1 ul:hover {
  color: #bbb;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav1 .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#menuIconSpan {
  font-size: 40px;
  color:black;
  cursor:pointer;
  margin-left:10px;
}
#menuIconSpan:hover {
  color: #787878;
}
#menuIconSpan1 {
  font-size: 40px;
  color:grey;
  cursor:pointer;
}
#menuIconSpan1:hover {
  color: black;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* VO ÜS Schrift */

@font-face { font-family: 'Melbourne-Bold (OpenType)';
             src:  url('./font/Melbourne_bold.woff') format('woff'); }

.textVU {
  font-family: 'Melbourne-Bold (OpenType)';
  margin-left: 200px;
  color: #121746;
  font-size: 72pt;
}

.bodyVU {
  background-image:url('../voues/berge.jpg');background-size: cover;
}

footer p {
  font-size: 14px;
  position: fixed;
  bottom: -8px;
} footer a {
    text-decoration: none;
    color: black;
}
.redbullf a {
  color: white;
}
.redbullf a:hover {
  text-decoration: underline;
}
footer a:hover {
  text-decoration: underline;
}


p.tobiB{
  text-decoration: none;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 20px;

 }
 .tobiB p {
   margin:0;
 }
a.zul {
  display: inline-flex;
  align-items: justify;
  justify-content: center;
  position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top: 150px;
}

  @font-face { font-family: 'TypeWrong';
               src:  url('../font/tw/fonts/typwrng.woff2') format('woff2'); }


#bottom {
margin-top:100px;
background-image: linear-gradient(to right, rgba(224,227,222, 0.89) 0 100%), url('./mapimage.JPEG');background-size: cover;
}
#bottom p, #about p, #rest p{
  font-size: 18pt;
  text-align: center;
}
#bottom p.eawas1{
  font-size: 22pt;
  text-align: center;
}
#about p.heading, #rest p.heading {
  font-size: 22pt;
  text-align: center;
}


a.moreBtn {
  text-decoration: none;
  color: black;
  font-size: 20pt;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
a.moreBtn:hover {
  padding: 5px;
  cursor: pointer;
  color: black;
  text-decoration: 1px underline 5px;
}
div.container7 a {
    text-align: center;
    display:inline-block;
    text-decoration: none;
    margin:0 auto;
}
div.container7 {
  width: 100%;
  text-align: center;
}
.mail:hover {
  text-decoration: underline;
}
.mail {
  text-decoration:none;color:inherit;
}
.tobi {
  width: 50px;
  height: 50px;
  float: right;
  margin-right:10px;
}
#main svg {
  height: 70px;
}
#mainindex svg {
  height: 60px;
  width:0;
  transition:0.15s;
}
#mainindex svg:hover {
  color:#787878;
}


.socialmain a {
  text-decoration: none;
  color: inherit;
}.socialgrod {
  text-align: center;
  justify-content: center;
  display: inline-flex;
  position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.socialmainindex a {
  margin:5px;
  text-decoration: none;
  color: inherit;
}.socialgrodindex {
  display:grid;
  text-align: center;
  justify-content: center;
  position: fixed;
    bottom: 100px;
    right: 10px;
}

.socialmediaText {
  position: fixed;
    bottom: 10px;
    right: 10px;
    margin-bottom:10px;
    font-size:16pt;
    transition:0.3s;
    margin-right:10px;
}.socialmediaText:hover {
  cursor:pointer;
}
.kontaktText {
  position: fixed;
    bottom: 10px;
    left: 10px;
    margin-bottom:10px;
    font-size:16pt;
    transition:0.3s;
    margin-left:10px;
}.kontaktText:hover {
  cursor:pointer;
}
.socialmediaText2 {
  position: fixed;
    bottom: 10px;
    right: 10px;
    margin-bottom:10px;
    font-size:16pt;
        transition:0.3s;
        margin-right:10px;
}.socialmediaText2:hover {
  cursor:pointer;
}
.kontaktText2 {
  position: fixed;
    bottom: 10px;
    left: 10px;
    margin-bottom:10px;
    font-size:16pt;
        transition:0.3s;
        margin-left:10px;
}.kontaktText2:hover {
  cursor:pointer;
}

.ktindex svg {
  height:20px;
  width:20px;
  opacity:80%;
}

p.copyright {
  display:grid;
  text-align:center;
    font-size:14pt;
    margin-bottom:10px;
}
#main svg {
    transition-duration: 0.25s;
}
#main svg:hover {
  height: 80px;
}
.smBtn123 {
  display: inline-flex;
  align-items: justify;
  justify-content: center;
  position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
}a.smBtn123 {
  text-decoration: none;
  color: grey;
  font-size: 14pt;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}a.smBtn123:hover {
  cursor: pointer;
  color: lightgrey;
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.stras a:hover {
  text-decoration: underline;
}.stras a {
  font-size: 11pt;
  text-decoration: none;
  color: black;
}
.stras {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
a.container8 {
  text-decoration: none;
  color: grey;
  font-size: 14pt;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
a.container8:hover {
  cursor: pointer;
  color: lightgrey;
  border: 1px solid lightgrey;
  border-radius: 15px;
}
#myCanvas {
  background-color: black;
  border: 2px solid grey;
  border-radius: 5px;
}
#spotifyPlayer  {
  /*width:120px;
  width:350px;
  height:120px;
  height:200px;*/
  padding: 20px;
  background-color: #5fc75a;
  border-radius: 30px;
  display:block;
  margin: 0 auto;
}#soundcloud{
  padding: 20px;
  background-color: #5fc75a;
  border-radius: 30px;
  display:block;
  margin: 0 auto;
}


#formPW {
  align-items: justify;
  justify-content: center;
  position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top:50px;
}

.secretText {
  align-items: justify;
  justify-content: center;
  position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top:120px;
}

section.ktindex {
  /*visibility:hidden;*/
  width:0;
  padding:0;
  display:inline-flex;
  background-color: #ffffff;
  /*padding:15px;*/
  margin-left:10px;
  border-radius: 30px;
  position: fixed;
    bottom: 60px;
    left: 10px;
}.ktindex p {
  visibility: hidden;
}
/*
body{
  background: #b6e394;
}


.circle{
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 1px 0px #508fb9;
}

.small{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.medium{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.large{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }

  50%{
    transform: scale(1.2);
  }

  100%{
    transform: scale(0.8);
  }
}*/
