* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
   grid-template-areas:
    "header   header"
    "main  main"
    "footer  footer";
  background-color: black;
  color: lightgrey;
  font-family: sans-serif;
}.body2 {
  color: white;
  background-image: url("../img/spaces.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
/* 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: 72pt;
}
.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: #111;
  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: #818181;
  display: block;
  transition: 0.3s;
}
.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: #b8b8b8;
}
.actualWS1 a {
  color: #888;
}

.sidenav a:hover, .sidenav ul:hover {
  color: #f1f1f1;
}
.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:grey;
  cursor:pointer;
}
#menuIconSpan:hover {
  color: lightgrey;
}
#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;
}

.tobiB {
  font-family: 'Cairo', sans-serif;
}
a.tobiB{
  text-decoration: none;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
 }
a.zul {
  display: inline-flex;
  align-items: justify;
  justify-content: center;
  position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

  @font-face { font-family: 'TypeWrong';
               src:  url('../font/tw/fonts/typwrng.woff2') format('woff2'); }


#bottom {
  margin-top: 2000px;
  margin-bottom: 100px;
}
#bottom p{
  font-size: 14pt;
  text-align: center;
}
#bottom p.eawas1{
  font-size: 20pt;
  text-align: center;
}


a.moreBtn {
  text-decoration: none;
  color: lightgrey;
  font-size: 20pt;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
a.moreBtn:hover {
  cursor: pointer;
  color: white;
  border: 2px solid white;
  border-radius: 20px;
}
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;
  opacity: 70%;
}
#main svg {
  height: 70px;
}

#twitter {
  text-align: center;
  justify-content: space-between;
  display: inline-flex;
  margin-left:30px;
  margin-right: 30px;
  /*position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
}#snap {
  text-align: center;
  justify-content: space-between;
  display: inline-flex;
  margin-left:30px;
  /*position: absolute;
    top: 40%;
    left: 40%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
} #telegram {
  text-align: center;
  justify-content: space-between;
  display: inline-flex;
  margin-right: 30px;
  /*position: absolute;
    top: 40%;
    left: 60%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
}#insta {
  text-align: center;
  justify-content: space-between;
  display: inline-flex;
  /*position: absolute;
    top: 40%;
    left: 30%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
}#facebook {
  text-align: center;
  justify-content: space-between;
  display: inline-flex;
  /*position: absolute;
    top: 40%;
    left: 70%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
}
.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%);
}
#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: lightgrey;
}
.stras {
  margin-top: 100px;
  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 {
  padding: 10px;
  border-radius: 15px;
  display: inline-flex;
  align-items: justify;
  justify-content: center;
  position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top: 200px;
    margin-bottom: 10px;
}

#discordPlayer{
  padding: 10px;
  border-radius: 15px;
  display: inline-flex;
  align-items: justify;
  justify-content: center;
  position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top: 700px;
    margin-bottom: 50px;
}

#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;
}
