/* Grundstil */
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #000000;
  color: #e0e0e0;
}

header {
  background: url('https://images.unsplash.com/photo-1565614278378-5b21e1c8eb59?auto=format&fit=crop&w=1600&q=80') no-repeat center center/cover;
  height: 100vh;
  color: white;
  position: relative;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.6);
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

 .logo-container {
        display: flex; 
        align-items: center;
    }

    .logo-image {
        width: 50px;
        height: auto; 
        margin-right: 10px;
    }

    .logo-text {
        font-size: 24px; 
        font-weight: bold; 
        color: var(--schmuggler-farbe); 
    }

nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}



/* Grundlegendes Layout für das Dropdown-Menü */
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav ul li {
  position: relative;
  padding: 10px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

nav .dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--schmuggler-farbe);
  min-width: 160px;
  z-index: 1;
  top: 100%;
  left: 0;
  padding: 10px;
}

.dropdown-content li {
  padding: 10px;
}

.dropdown-content li a {
  color: #fff;
}

.dropdown-content li a:hover {
  background-color: #555;
}

/* Optional: Dropdown Hover-Effekte */
nav ul li a:hover, .dropdown-content li a:hover {
  background-color: var(--schmuggler-farbe);
padding: 3px 3px; /* Etwas größeres Padding */
border-radius: 3px;
}


.hero {
  background: url('images/ets2_20241020_154821_00.png') no-repeat center center/cover;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.hero2 {
  background: url('images/ets2_20241020_154821_00.png') no-repeat center center/cover;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.btn {
  background-color: var(--schmuggler-farbe);
  color: #000;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.section {
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: auto;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; /* Optional: zentriert den Inhalt */
    padding: 20px;
}

.team-member {
    flex: 0 1 calc(16.66% - 20px); /* etwa 6 pro Reihe bei genügend Platz */
    box-sizing: border-box;
    text-align: center;
background: #2e2e2e;
padding: 1rem;
  border-radius: 12px;

}

.team-member img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 50%;
}


form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

form input, form textarea {
  padding: 1rem;
  border-radius: 8px;
  border: none;
}

footer {
  text-align: center;
  padding: 2rem;
background:var(--schmuggler-farbe);
  /*background: #FFD700;*/
color:#000000;
  font-size: 0.9rem;
}


#team { 
  background: url('images/ets2_20240418_215638_00.png') no-repeat center center/cover;
  height: 70%; /* Höhe des Abschnitts auf 90% der Bildschirmhöhe setzen */
  width: 100%; /* Volle Breite des Bildschirms */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

#team .team-content {
  max-width: 1200px; /* Maximale Breite des Inhalts */
  width: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: Hintergrundfarbe für besseren Kontrast */
  border-radius: 10px;
}




#streamer { 
  background: url('images/ets2_20241020_155322_00.png') no-repeat center center/cover;
  height: 70%; /* Höhe des Abschnitts auf 90% der Bildschirmhöhe setzen */
  width: 100%; /* Volle Breite des Bildschirms */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
margin-top:100px;
}

#streamer .streamer-content {
  max-width: 1200px; /* Maximale Breite des Inhalts */
  width: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: Hintergrundfarbe für besseren Kontrast */
  border-radius: 10px;
}

:root {
    --schmuggler-farbe: #8C6921;  /* Schmuggler Code */
	--moonfire-farbe: #b01656;  /* MoonFire-Radio Code */
--white-farbe: white;  /* MoonFire-Radio Code */



}

.text-management {
    font-size: 30px;
    font-weight: bold;
    color: var(--schmuggler-farbe); 
    text-shadow: 
        2px 2px 0px black,    /* Schatten nach unten rechts */
        -2px -2px 0px black,  /* Schatten nach oben links */
        2px -2px 0px black,   /* Schatten nach oben rechts */
        -2px 2px 0px black;   /* Schatten nach unten links */
}




#about2 { 
  background: url('images/ets2_20241020_155322_00.png') no-repeat center center/cover;
  height: 70%; /* Höhe des Abschnitts auf 90% der Bildschirmhöhe setzen */
  width: 100%; /* Volle Breite des Bildschirms */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
margin-top:-200px;
}

#about2 .about2-content {
  max-width: 1200px; /* Maximale Breite des Inhalts */
  width: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: Hintergrundfarbe für besseren Kontrast */
  border-radius: 10px;
}


#partner_mfr { 
  background: url('images/mfr.jpg') no-repeat center center/cover;
  height: 70%; /* Höhe des Abschnitts auf 90% der Bildschirmhöhe setzen */
  width: 100%; /* Volle Breite des Bildschirms */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
margin-top:-200px;
}

#partner_mfr .partner_mfr-content {
  max-width: 1200px; /* Maximale Breite des Inhalts */
  width: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: Hintergrundfarbe für besseren Kontrast */
  border-radius: 10px;
}


#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #007acc;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease;
  display: none; /* Start hidden */
}

#scrollTopBtn:hover {
  background-color: #007acc;
}
