*, *::before, *::after {
    box-sizing: border-box;
  }

body {
    color: rgb(250, 250, 247);
    background-color:rgba(0, 0, 0, 0.74);
    background-image:radial-gradient(rgba(153,151,151,0.726),black);
    font: 1.2rem Tahoma, "Times New Roman", Times, serif;
    background-image: url('../img/hintergrund/test.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-shadow: 2px 2px 0px black, /* Erster Schatten (schwarz) */
                 -1px -1px 0px black, /* Zweiter Schatten (schwarz) */
                 1px -1px 0px black, /* Dritter Schatten (schwarz) */
                 -1px 1px 0px black, /* Vierter Schatten (schwarz) */
                 1px 1px 0px black; /* Fünfter Schatten (schwarz) */
  }
  body,h1, nav ul,figure {
    margin: 0;
  }

  #holder {
    display: flex;
    flex-wrap: wrap;
    width:1400px;
    margin: 0 auto 0 auto;
}

article {
    width: 1400px;
    line-height: 1.5rem;
    padding-left: 1rem;
    background-image:linear-gradient(rgba(16, 41, 117, 0.75),rgba(40, 40, 192, 0.75));
    border-left:  4px solid rgba(255, 255, 255, 0.74);
    border-right:  4px solid rgba(255, 255, 255, 0.74);
    border-top:  4px solid rgba(255, 255, 255, 0.74);
    margin-top: 30px;
    border-radius: 2rem 2rem 0 0;
    

}



header {
background-image:linear-gradient(rgba(16, 41, 117, 0.75),rgba(40, 40, 192, 0.75));
width: 1400px;
text-align: center;
border-radius: 20rem;
margin: 0.3rem;
border:  4px solid rgba(255, 255, 255, 0.74);

}

header img {
    float: left;
    background-color: white;
    border-radius: 20rem;
    margin-top: 1rem;
    margin-left: 1rem;
    border: 3px solid rgb(22, 22, 22) ;
}

header h1 {
    padding-top: 3rem;
}

header p {
    margin-top: 32px;
    padding-bottom: 13px;
}

#navoben   {
    width: 100%;
    padding: 0.5rem;
    background-image:linear-gradient(rgba(2, 2, 2, 0.849),rgba(100, 100, 100, 0.801),rgba(8, 8, 8, 0.822));
    justify-content: space-between;
    text-align: center;
    border-radius: 2rem;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    border:  4px solid rgba(255, 255, 255, 0.74);
    
}

#navoben ul{
    display: flex;
    list-style: none;
    padding: 0.3rem;
}

#navoben ul li{
    display: block;
    list-style-type: none;
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
}

#navoben li {
    display: inline-block;
    padding: 10px;
    width: 200px;
    text-decoration: none;
    background-image: radial-gradient(rgb(161, 6, 6), rgb(104, 13, 13));
    border-radius: 1.3em;
    color: rgb(250, 250, 247);
    border: 3px solid rgb(22, 22, 22) ;
}

#navoben a {
    color: white;
    text-decoration: none;
    display: block; /* Oder display: inline-block; */
  width: 100%;
  height: 100%;
    
}

#navoben li:hover {

    background-image: radial-gradient(rgb(10, 150, 10), rgb(18, 73, 18)); /* Sanfter Übergang zu grün */
    transform: scale(1.1); /* Vergrößert den Punkt um 10% */
    }

    #navoben ul li ul {
        display: none;  /*Standardmäßig ausblenden */
        
    }

#navoben ul li ul.show {
    display: block; /* Einblenden, wenn die Klasse 'show' vorhanden ist */
}

#navoben li.aktiv {
    background-color: green; /* Grüne Hintergrundfarbe */
    color: white; /* Weiße Schriftfarbe */
    background-image: none; /* Entfernt den radialen Gradienten */
    transform: none; /* Entfernt die Skalierung */
  }
  
  #navoben li.aktiv:hover {
    background-color: green; /* Keine Hover-Änderung */
    color: white; /* Keine Hover-Änderung */
    transform: none; /* Entfernt die Skalierung */
  }

  #navserien   {
    width: 1400px;
    padding: 20px;
    text-align: center;
    border-radius: 2rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    justify-content: center;
    
  
  
    
  }
  
  #navserien ul{
    display: flex;
    list-style: none;
    padding: 10px;
    justify-content: space-between;
  }
  
  #navserien ul li{
    display: block;
    list-style-type: none;
    
  }
  
  #navserien li {
    display: flex;
    padding: 10px;
    width: 250px;
    
    text-decoration: none;
    color: rgb(250, 250, 247);
    background-image:linear-gradient(rgb(16, 41, 117),rgb(40, 40, 192));
    border: 4px solid rgba(255, 255, 255, 0.74);
    border-radius: 2rem 0rem 2rem 0rem;
  }
  
  #navserien a {
    color: rgb(250,250,247);
    text-decoration: none;
}

#navserien li.aktiv2 {
    background-image:linear-gradient(rgb(255, 255, 255, 0.74),rgba(116, 114, 114, 0.74));
    border: 4px solid rgb(117, 23, 16);
  }
  
#navserien li.aktiv2 a {
    color: rgb(255,255,255);
    text-decoration: none;
}


footer {
    width: 1400px;
    padding: 2rem;
    
    background-color: rgba(0, 0, 0, 0.603);
    border-left:4px solid rgba(255, 255, 255, 0.74);
    border-right: 4px solid rgba(255, 255, 255, 0.74);
    border-bottom: 4px solid rgba(255, 255, 255, 0.74);
    font-size: smaller;
}

.profilkarten-container {
    display: grid; /* Aktiviert das Grid-Layout */
    grid-template-columns: repeat(3, 1fr); /* 3 Spalten mit gleicher Breite */
    gap: 1px; /* Abstand zwischen den Karten */
    margin-top: 60px;
    margin-right: 10px;
    max-width: 1400px;
  
}

.fahrer-profilkarte {
    background-color: #ffffff; /* Weiße Hintergrundfarbe */
    border: 8px solid rgb(6, 21, 66); /* Grauer Rand */
    border-radius: 8px; /* Abgerundete Ecken */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Schatten für Tiefe */
    margin-top: 15px;
    background-image:linear-gradient(rgb(16, 41, 117),rgb(143, 139, 139),rgb(16, 41, 117));
    padding: 20px;
    width: 450px; /* Breite der Karte */
}

.fahrer-profilkarte h1 {
    padding-bottom: 10px;
}

.profil-content {
    display: flex; /* Flexbox für Bild und Details */
    margin-top: 10px; /* Abstand zwischen dem Titel und dem Inhalt */

}

.profil-content img {
    
    border-radius: 8px; /* Abgerundete Ecken für das Bild */
    margin-right: 15px; /* Abstand zwischen Bild und Details */
    border: 4px solid rgb(6, 21, 66); /* Grauer Rand */

}

.details {
    flex: 1; /* Details nehmen den restlichen Platz ein */
    margin-left: 10px;
}

.details p {
    margin: 5px 0; /* Abstand zwischen den Paragraphen */
    font-size: 16px;
    padding-top: 15px;
}

h4 {
    margin-top: 20px; /* Abstand über dem "Über mich" Titel */
    margin-bottom: 5px; /* Abstand unter dem "Über mich" Titel */
    text-align: left; /* Linksbündige Ausrichtung */
    font-size: 20px;

}

.ueber-mich {
    margin-top: 10px; /* Abstand über dem "Über mich" Text */
    text-align: justify; /* Textausrichtung für besseren Lesefluss */
    width: 100%; /* Volle Breite für den Text */
    letter-spacing: 0.1px;
    font-size: 16px;
}

.ueber-mich, h4, details, .profil-content,.fahrer-profilkarte {
    color:rgb(250, 250, 247)
}

.fahrer-profilkarte strong {
    font-size: 18px;
}

.ablaufliga {
    width: 100%;
    text-decoration: underline;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.einleitung {
    width: 1100px;
    text-align: center;
    align-items: center;
    line-height: 30px;
    margin-left: 120px;
}

.social {
    display: inline-block;
    width: 100%;
    float: none;
   margin-top: 5px;
}

.social p {
    padding: 0 0 15px 0;
    margin: 0;
    text-align: center;
   }

   .social h3 {
    text-align: center;
   }

   .social a {
    color: rgb(177, 106, 14);
    text-decoration: none;
   }

 
