html,
body {
    margin: 0;
    padding: 0;
  /*  background-image: url(img/cd-699786_1280.png);  Bildwahl */
    background-size: cover; 
    background-position: center center;
    height: 100vh; /* Setzt die Höhe auf 100% der Bildschirmhöhe */
    margin: 0; /* Entfernt den Standard-Body-Margin */
    overflow: hidden; /* Verhindert Scrollbars bei Überlappung */
    background-attachment: fixed;
    background-repeat:  no-repeat;
    color: white;

}

@media (max-width: 480px) {
    body {
        background-image: url(img/bg2.png);
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    body {
        background-image: url(img/original-c1c6dea54a0b3c164fb2b7a12e37c38f_2.png);
    }
}

@media (min-width: 769px) {
    body {
        background-image: url(img/original-c1c6dea54a0b3c164fb2b7a12e37c38f_2.png);
        background-size: 100% 100%;
background-size: auto;
background-position: top right;
   }
}

/* Optional bg video normale geschwindigkeit    */
Video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:-1000;
}


/*  Bild im Vordergrund */
.artist {
width: 766px;
height: 766px;
top: 25%;
  background-image: url("img/hooded-1171625_1280_123.png");
  background-size: contain; /* Bedeckt den gesamten Bereich */
  background-repeat: no-repeat; /* Verhindert Wiederholung */
  position: absolute; /* Für absolute Positionierung von Elementen innerhalb des Containers */
left: -100px;
}

/* Media Query für kleinere Bildschirme */
@media (max-width: 768px) {
  .artist {
    background-image: url("img/hooded-1171625_1280_123.png"); /* Ersetze mit dem kleineren Bild */
    background-size: cover;
  }
}

/* Media Query für noch kleinere Bildschirme */
@media (max-width: 480px) {
  .artist {
     width: 706px; /* Oder eine andere gewünschte Breite */
     height: 706px; /* Oder eine andere gewünschte Höhe */
     position: relative;
     background-image: url("img/hooded-1171625_1280_123.png"); /* Ersetze mit dem kleineren Bild */
     background-size: cover; /* Oder cover, je nach Bedarf */
     bottom: 0%;
     left: -260px;
     object-fit: cover;

  }
}

/* Media Query für noch kleinere Bildschirme */
@media (max-width: 480px) {
  .watch-container {
visibility: hidden;

  }
}

/* Media Query für noch kleinere Bildschirme */
@media (max-width: 768px) {
  .watch-container {
visibility: hidden;

  }
}


/* Media Query für noch kleinere Bildschirme watch now */
@media (max-width: 480px) {
  .watch-container {
visibility: hidden;

  }
}

/* Media Query für noch kleinere Bildschirme watch now */
@media (max-width: 768px) {
  .watch-container {
visibility: hidden;

  }
}


/*  Circle wird bei dieser Auflösung nicht angezeigt, aber trotzdem geladen */
@media screen and (max-width:480px){
    #circ { display:none; }
}

/*  Circle wird bei dieser Auflösung angezeigt */
@media (min-width: 481px) and (max-width: 1024px) {
    #circ { display:none; }
}


.loading-screen {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-color: black;
    width: 0%;
    height: 100%;
}

.load-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
}

h1 {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
font-family: "Lucida Console";
    font-size: 65px;
color: red;
margin-left: 10px;
}

.button {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 24px 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 10px;
    transition: 0.3s;
}

.button:hover a {
    background: white;
    color: #161616;
    transition: 0.3s;
}
