@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'LektonRegular';
  src: url('../fonts/Lekton-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'LektonBold';
  src: url('../fonts/Lekton-Bold.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;

  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

#preloader {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

body {
  background: #000 url(../img/hintergrund.gif) no-repeat; /* Hintergrundbild (Vollbild)*/
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

#content {
  margin: 60px auto; /* Abstand nach oben & auto = horizontal zentriert*/
  width: 800px;
  height: 560px;
  border: 4px solid white;
}

/* bg_band */
.index #content {
  background: url('../img/bg_band.jpg') no-repeat; /* bild oben*/
  -webkit-background-size: 800px 560;
  background-size: 800px 560;
}

/* bg_musik*/
.musik #content {
  background: url('../img/bg_musik.jpg') no-repeat; /* bild oben*/
  -webkit-background-size: 800px 560;
  background-size: 800px 560;
}

/* bg_kontakt*/
.kontakt #content {
  background: url('../img/bg_kontakt.jpg') no-repeat; /* bild oben*/
  -webkit-background-size: 800px 560;
  background-size: 800px 560;
}

/* bg_impressum*/
.impressum #content {
  background: url('../img/bg_impressum.jpg') no-repeat; /* bild oben*/
  -webkit-background-size: 800px 560;
  background-size: 800px 560;
}

/* bg_bandinfo*/
.bandinfo #content {
  background: url('../img/bg_bandinfo.jpg') no-repeat; /* bild oben*/
  -webkit-background-size: 800px 560;
  background-size: 800px 560;
}

#boxoben {
  margin: 0;
  padding: 0;
  width: 800px;
  height: 460px;
}

#boxoben h2 {
  padding-top: 30px;
  font-family: 'Antonio';
  color: white; /* Schriftfarbe */
  font-size: 30px;
  padding-left: 55px;
  font-weight: 100;
}

#boxoben p {
  font-family: 'LektonRegular'; /* Schrift typ */
  color: white; /* Schriftfarbe */
  width: 610px;
  padding-left: 55px; /* bündig mit Überschrift*/
  padding-top: 25px;
  font-size: 14px; /* Schriftgröße */
  max-height: 400px;
  line-height: 1.5;
}

#nav ul {
  position: absolute;
  width: 800px;
  list-style: none;
}

#nav ul li a {
  color: black;
  display: inline-block;
  float: left;
  margin-left: 0px;
  width: 160px;
  height: 80px;
  font-family: 'Antonio';
  font-size: 30px;
  padding-top: 40px;
  text-align: center;
  text-decoration: none;
}

#nav ul li.active > a,
li a:hover {
  color: white !important;
}

#nav ul li a:last-of-type {
  width: 160px;
  height: 80px;
}

.social-link {
  font-size: 18px !important;
  color: white !important;
  width: auto !important;
  margin-top: 41px !important;
  margin-right: 0px !important;
  padding: 12px 8px !important; /* Zweite Zahl => Abstand zwischen den Social Links */
  height: auto !important;
}
.social-link:hover,
.social-link:focus-visible {
  color: black !important;
}

#ig {
  margin-left: 84px !important; /* Bestimmt den Abstand der Social Links zum Rahmen */
}

/* Musik > Videos */

#videos {
  margin-top: 30px;
  padding-left: 55px;
}

#videos h3 {
  font-family: 'LektonBold';
  font-size: 14px;
  color: white;
  font-weight: normal;
}

#videos ul {
  list-style: none;
}

#videos ul li .video {
  display: inline-block;
  float: left;
  width: 120px;
  height: 65px;
  border: none;
  margin-right: 20px;
  margin-top: 10px;
}

#videos ul li .unterschrift {
  font-family: 'LektonRegular';
  font-size: 14px;
  width: 120px;
  position: absolute;
  display: inline-block;
  color: white !important;
  margin-top: 80px;
  margin-left: -140px;
}

/* Bilder */

#boxoben .image {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  width: 160px;
  height: 160px;
  z-index: 2;
  display: block;
}

#boxoben .image:nth-of-type(1) {
  background: url('../img/Bilder/1_1.jpg');
  -webkit-background-size: 160px 160px;
  background-size: 160px 160px;
}
#boxoben .image:nth-of-type(1):hover {
  background: url('../img/Bilder/1_1_grau.jpg');
  cursor: pointer;
}

#boxoben .image:nth-of-type(2) {
  background: url('../img/Bilder/1_2.jpg');
  -webkit-background-size: 160px 160px;
  background-size: 160px 160px;
}
#boxoben .image:nth-of-type(2):hover {
  background: url('../img/Bilder/1_2_grau.jpg');
  cursor: pointer;
}

#boxoben .image:nth-of-type(3) {
  background: url('../img/Bilder/1_3.jpg');
  -webkit-background-size: 160px 160px;
  background-size: 160px 160px;
}
#boxoben .image:nth-of-type(3):hover {
  background: url('../img/Bilder/1_3_grau.jpg');
  cursor: pointer;
}

#boxoben .image:nth-of-type(4) {
  width: 320px;
  background: url('../img/Bilder/1_4.jpg');
  -webkit-background-size: 320px 160px;
  background-size: 320px 160px;
}
#boxoben .image:nth-of-type(5) {
  width: 480px;
  height: 400px;
  background: url('../img/Bilder/big.jpg');
  -webkit-background-size: 480px 400px;
  background-size: 480px 400px;
}
#boxoben .image:nth-of-type(6) {
  background: url('../img/Bilder/2_1.jpg');
  -webkit-background-size: 160px 160px;
  background-size: 160px 160px;
}
#boxoben .image:nth-of-type(6):hover {
  background: url('../img/Bilder/2_1_grau.jpg');
  cursor: pointer;
}

#boxoben .image:nth-of-type(7) {
  background: url('../img/Bilder/2_2.jpg');
  -webkit-background-size: 160px 160px;
  background-size: 160px 160px;
}
#boxoben .image:nth-of-type(7):hover {
  background: url('../img/Bilder/2_2_grau.jpg');
  cursor: pointer;
}

#boxoben .image:nth-of-type(8) {
  background: url('../img/Bilder/3_1.jpg');
  -webkit-background-size: 160px 160px;
  background-size: 160px 160px;
}
#boxoben .image:nth-of-type(8):hover {
  background: url('../img/Bilder/3_1_grau.jpg');
  cursor: pointer;
}

#boxoben .image:nth-of-type(9) {
  height: 240px;
  background: url('../img/Bilder/3_2.jpg');
  -webkit-background-size: 160px 240px;
  background-size: 160px 240px;
}

#boxoben .imagebehind {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  z-index: 1;
}

#boxoben .imagebehind:nth-of-type(1) {
  width: 480px;
  height: 320px;
  background: url('../img/Bilder/behind1.jpg');
  -webkit-background-size: 480px 320px;
  background-size: 480px 320px;
}
#boxoben .imagebehind:nth-of-type(1):hover {
  background: url('../img/Bilder/behind1_grau.jpg');
  cursor: pointer;
}

#boxoben .imagebehind:nth-of-type(2) {
  width: 320px;
  height: 320px;
  background: url('../img/Bilder/behind2.jpg');
  -webkit-background-size: 320px 320px;
  background-size: 320px 320px;
}

#boxoben .imagebehind:nth-of-type(2):hover {
  background: url('../img/Bilder/behind2_grau.jpg');
  cursor: pointer;
}

#boxoben .imagebehind:nth-of-type(3) {
  width: 320px;
  height: 240px;
  background: url('../img/Bilder/behind3.jpg');
  -webkit-background-size: 320px 240px;
  background-size: 320px 240px;
}

#boxoben .imagebehind:nth-of-type(4) {
  width: 159px;
  height: 240px;
  background: url('../img/Bilder/behind4.jpg');
  -webkit-background-size: 159px 240px;
  background-size: 159px 240px;
}

#boxoben .imagebehind:nth-of-type(5) {
  width: 320px;
  height: 240px;
  background: url('../img/Bilder/behind5.jpg');
  -webkit-background-size: 320px 240px;
  background-size: 320px 240px;
}

.bilder #kontakt {
  background: url('../img/Bilder/small.jpg') no-repeat center center;
  -webkit-background-size: 160px 80px;
  background-size: 160px 80px;
}

/* Kontakt */

#boxoben p span {
  font-family: 'LektonBold';
  text-decoration: none;
  color: white;
}

#fon,
#fon a {
  font-family: 'LektonRegular' !important;
  text-decoration: none;
  color: white;
  font-weight: normal;
}

#boxoben p:nth-of-type(3) {
  margin-top: 90px;
}

#impressum {
  text-decoration: underline;
  color: white;
}
