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


body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 600px) {
    body {
        background-image: url('playg-small.webp');
        background-size: contain;
    }
}

body {
    background-image: url('playg.png'); /* Pfad zum Hintergrundbild */
    background-size: cover; 
    background-position: center; /* zentriert das Bild */
    display: flex;
    justify-content: center;
    align-items: center;
}

   #welcomeText {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Für Linksausrichtung */
    justify-content: flex-start;
    position: absolute; /* Erlaubt eine spezifische Positionierung */
    top: 66%; /* Setzt den Container ins untere Drittel */
    left: 70px; /* Hält den Text links */
    color: #fe5459;
    font-size: 2.5em;
    transition: opacity 3s ease;
    font-family: verdana;
    max-width: 100%;
    line-height: 1.2;
}
}

.titelHappeningplace {
     
    /* Zusätzliche Stile für den Titel, falls benötigt */
}

.namestart {
    font-size: 0.61em;
    /* Zusätzliche Stile für den Namen, falls benötigt */
}





@media (max-width: 768px) {
    #welcomeText {
        font-size: 1.5em;
    }
    
   } 
    
 @media (max-width: 768px) {      
.namestart {
    font-size: 0.8em;
    }
 } 

@media (max-width: 768px) {
  #welcomeText {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Für Linksausrichtung */
    justify-content: flex-start;
    position: absolute; /* Erlaubt eine spezifische Positionierung */
    top: 55%; /* Niedriger setzen, um auf dem Bildschirm sichtbar zu sein */
    left: 10px; /* Reduzieren, um den Text ins Bild zu rücken */
    color: #fe5459;
    font-size: 1.5em; /* Größe reduzieren für kleinere Bildschirme */
    transition: opacity 3s ease;
    font-family: verdana;
    max-width: 100%;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
.namestart {
    font-size: 0.61em;
    /* Zusätzliche Stile für den Namen, falls benötigt */
 }
}
    