html {
  scroll-behavior: smooth;
}
body{
  background-color: #000;
}
nav{
  background-color: transparent;
  font-size: 150%;
}
h1{
  color: #fff !important;
}
a{
  color: #fff !important;
}
.footeritems{
  text-align: center;
  font-size: 120%;
  display: flex;
  justify-content: center;
}
.footeritem{
  padding: 2%;
}
.backgroundimage{
  position: relative;
  width: 100%;
  margin-top: -6%;
}
.titletext {
  position: absolute;
  top: 10%;
  left: 3%;
  width: 800px;
  height: auto;
}
.top{
  top: 55%;
}
.titel{
  margin: 1%;
  margin-bottom: 0;
}
.playknop {
  position: absolute;
  top: 47%;
  left: 3%;
  background-color: #44444471;
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 140%;
  font-family: sans-serif;
  border-radius: 2%;
  font-weight: bold;
}
.playknop:hover{
  background-color: #fff;
  color: #000;
  filter: drop-shadow(2px 1px 6px #000);
  transition: filter 0.5s ease-in-out ;
}
.playknop.info{
  left: 13%;
}
  .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 100%);
  overflow-x: scroll;
  scroll-behavior: smooth;
  
  }
  .wrapper::-webkit-scrollbar {
    Appearance:none;
    Height:10px;
    Background-color: rgb(0, 0, 0);
    } 
    
   .wrapper::-webkit-scrollbar-thumb {
    Appearance:none;
    Height:100px;
    Background-color:rgb(78, 77, 77);
    Border-radius: 10px;
    }   .wrapper section {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, auto);
  margin: 40px 0;
  }
  .wrapper section .item {
  padding: 0px 2px;
  transition: 250ms all;
  }
  .wrapper section .item:hover {
  margin: 0 10px;
  transform: scale(1.2);
  }
  .wrapper section a {
  position: absolute;
  color: #fff;
  text-decoration: none;
  font-size: 6em;
  background: black;
  width: 80px;
  padding: 20px;
  text-align: center;
  z-index: 1;
  }
  .wrapper section a:nth-of-type(1) {
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
  .wrapper section a:nth-of-type(2) {
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }

  /*Footer*/
  .footer{
    display: flex;
    justify-content: center;
    margin-top: 1%;
  }
  .footerimage{
    width: 20%;
    height: auto;
  }

  @media only screen and (max-width: 1700px){
    .backgroundimage{
      margin-top: -8%;
    }
    .top{
      top: 70%;
    }
    .playknop{
      top: 60%;
    }
    .playknop.info{
      left: 17%;
    }
    nav{
      font-size: 120%;
    }
    }
    @media only screen and (max-width: 1165px){
      .backgroundimage{
        margin-top: -8%;
      }
      .top{
        top: 70%;
      }
      .playknop{
        top: 60%;
      }
      .playknop.info{
        left: 21%;
      }
      nav{
        font-size: 120%;
      }
      }
  @media screen and (max-width: 1024px){
    .backgroundimage{
      width: 0;
    }
    .titletext,.playknop, .navbar-text{
      display: none;
    }
  }
