* {
  margin:  0;
  padding: 0;
  box-sizing: border-box;
}



@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}



body {
  font-family: 'Inter', 'Source Sans Pro', 'Open Sans', sans-serif;
  height: 100%;
  width: 100%;
  font-size: 100%;
  background-color: black;
  color: white;
  font-weight: 300;
}

a {
  color: white;
  text-decoration: none;
}


.active {
  color: #FF4D4D;
  color: #84b891;
}



.logo {
  z-index: 1000;
  opacity: .75;
  background-image: url('../img/build/logo.png');
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  width: 300px;
  height: 230px;
}

nav {
  text-align: center;
  width: 100%;
  height: auto;
  z-index: 9999;
  display: inline-block;
  background-color: #1d1d1d;
  position: fixed;
  top: 0;
}

nav a {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 16px;
  display: inline-block;
  margin: 15px;
  margin-top: 25px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s;
}

section {
  height: auto;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

section .filler {
  height: 75px;
  width: 100%;
  visibility: hidden;
}

section header {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background-color: #1d1d1d;
}

section h1 {
 color: #FFFFFF;
 text-transform: uppercase;
 font-size: 24px;
 letter-spacing: 4px;
 font-weight: 700;
 padding-top: 8px;
 padding-bottom: 4px;
text-align: center;
}

section h2 {
  font-size: 20px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
}

.small {
  font-size: 20px;
}


#Intro {
  width: 100%;
  height: 60vh;
}

.slide1, .slide2, .slide3, .slide4, .slide5 {
  position: absolute;
  width:    100%;
  height:   100%;
}

.slide1 {
  background-image: url('../img/build/banner/banner1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fade 20s infinite;
  animation: fade 20s infinite;
}

.slide2 {
  background-image: url('../img/build/banner/banner2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fade2 20s infinite;
  animation: fade2 20s infinite;
}

.slide3 {
  background-image: url('../img/build/banner/banner3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fade3 20s infinite;
  animation: fade3 20s infinite;
}

.slide4 {
  background-image: url('../img/build/banner/banner4.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fade4 20s infinite;
  animation: fade4 20s infinite;
}

.slide5 {
  background-image: url('../img/build/banner/banner5.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fade5 20s infinite;
  animation: fade5 20s infinite;
}

.slide6 {
  background-image: url('../img/build/banner/banner6.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fade3 20s infinite;
  animation: fade3 30s infinite;
}

.slide7 {
  background-image: url('../img/build/banner/banner7.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fade4 30s infinite;
  animation: fade4 30s infinite;
}

.slide8 {
  background-image: url('../img/build/banner/banner8.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: fade5 30s infinite;
  animation: fade5 30s infinite;
}



#Disco {
  z-index: 2000;
  overflow: hidden;
  background-color: black;
  height: auto;
}

#Disco header {
  margin-bottom: 5%;
}

#Disco .container {
  padding: 0;
  margin-top: 0;
}


.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.galleryitem {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-bottom: 5%;
  position: relative;
  text-align: center;
  vertical-align: top;
}


.galleryitem .text-container {
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  transition: .2s;
  padding-top: 40%;
  visibility: hidden;
  opacity: 0;
  background-color: #84b891;;
}

.galleryitem:hover .text-container {
  visibility: visible;
  opacity: .9;
}

.galleryitem .text-container h2 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-weight: 300;
}


.music-link {
  color: white;
  font-size: 13px;
  padding-top: 2000px;
}

.music-link a {
  color: white;
}

.music-link a:hover {
  color: #bbb;
}


.galleryitem img {
  width: 101%;
  vertical-align: top;
}

#About {
  height: auto;
}

#About .container {
  width: 100%;
}

#About img {
  width: 100%;
  height: auto;
}

#About .container {
  margin-top: 4%;
}

#About .container p {
  margin: 0 auto;
  padding-top: 80px;
  font-size: 24px;
  max-width: 980px;
  line-height: 1.4em;
  text-align: center;
}

#Contact {
  height: auto;
  font-size: 18px;
  background-color: black;
  margin-bottom: 5%;
}

#Contact .container {
  overflow: hidden;
  margin-top: 4%;
  line-height: 1.4em;
  max-width: 480px;
  margin: 80px auto 0;
}

#Contact .logo {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  margin-top: 40px;
}

.bold {
  text-transform: uppercase;
}

#Contact .icons {
  margin-top: 5%;
}

i {
  padding-right: 20px;
  padding-bottom: 50px;
}

footer {
  height: 235px;
  text-align: left;
  width: 100%;
  background-color: #1d1d1d;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
}

.footer-content {
  padding-top: 20px;
  width: 90%;
  margin: 0 auto;
}

footer ul li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

footer a {
  text-decoration: underline;
}

footer p {
  margin-top: 30px;
}

#Impressum section {
  margin-top: 3%;
  margin-bottom: 5%;
}

@media (min-width: 800px) {
    a:hover {
      color: #84b891;
    }
    #Disco header {
      margin-bottom: 0;
    }
   .disco {
     margin: 40px auto 0 auto;
   }
   .galleryitem {
     width: 21.25%;
     margin-right: 5%;
     margin-bottom: 5%;
     float: left;
   }
   .galleryitem:nth-child(4n) {
     margin-right: 0;
   }

   .galleryitem h2 {
     padding-top: 40%;
   }
   .muisc-link {
     font-size: 10px;
   }
   #About .container p {
     font-size: 24px;
   }
}

@media (max-width: 800px) {
  .galleryitem {
    width: 100%;
  }
  .galleryitem:nth-child(3n) {
    margin-right: 0;
  }
}

@-webkit-keyframes fade
{
  0%   {opacity:1}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 1}
}

@keyframes fade
{
  0%   {opacity:1}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 1}
}

@-webkit-keyframes fade2
{
  0%   {opacity:0}
  20% { opacity: 1}
  40% { opacity: 0 }
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}

@keyframes fade2
{
  0%   {opacity:0}
  20% { opacity: 1}
  40% { opacity: 0 }
  60% { opacity: 0 }
  80% {opacity: 0}
  100% { opacity: 0}
}


@-webkit-keyframes fade3
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 1}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}

@keyframes fade3
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 1}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}

@-webkit-keyframes fade4
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 1}
  80% { opacity: 0}
  100% { opacity: 0}
}

@keyframes fade4
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 1}
  80% { opacity: 0}
  100% { opacity: 0}
}

@-webkit-keyframes fade5
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 1}
  100% { opacity: 0}
}

@keyframes fade5
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 1}
  100% { opacity: 0}
}
