body {
  width: 1440px; /* Feste Breite */
  height: auto; /* Feste Höhe */
  margin: 30px auto;
  padding: 0;
  justify-content: center; /* Zentriert den Container horizontal */
  font-family: Arial, sans-serif;
  background-color: rgb(48, 48, 48);
  box-shadow: 30px -30px 30px rgba(0, 0, 0, 0.5); /* Schatten oben und rechts */
  border-radius: 5px;
}

a {
  color: rgb(255, 255, 0);
  text-decoration: none; /* Entfernt den Unterstrich */
}

.impressum-quelle{
  font-size: 10px;
}

.quellenangabe{
  font-size: 12px;
}





/* Kopfbereich mit Logo */
header {
  height: 120px;
  width: 100%;
  padding: 20px 0;
  background-color: rgb(255, 255, 0);
  border-radius: 5px 5px 0 0;
}

.header-logobox {
  position: absolute; /* Container für absolute Positionierung */
}

.header-logo {
  position: absolute; /* Absolut im Footer positionieren */  
  top: -10px; /* 50px nach unten, um die Hälfte im Footer zu haben */  
  right: -180px;  /* Etwas nach rechts verschieben */  
  width: 150px; /* Größe des Bildes */  
  height: auto; /* Seitenverhältnis bewahren */  
  z-index: 1;
}

header h1 {
  font-family: 'Brush';
  font-size: 65px;
  font-style: italic;
  margin: 8px 215px;
  white-space: nowrap;
}





/* Navigation und Seiteninhalt */
main {
  display: flex;
  flex: 1; /* Nimmt den verfügbaren Platz ein */
  text-align: left;
  background-repeat: no-repeat;
  background-image: none; /* Entfernt Hintergrundbilder */
  background-color: rgba(32, 32, 32, 0.7); /* Setzt eine einfarbige Hintergrundfarbe */
  color: #fff;
}

p {
  margin-right: 260px;
}





/* Seitenleiste mit Buttons */
aside {
  width: 240px;
  padding: 30px;
  box-sizing: border-box;
}

aside button {
  display: block;
  height: 30px;
  width: 100%;
  margin-bottom: 6px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(rgba(48, 48, 48, 0.9), rgba(85, 85, 85, 0.8));
  border-radius: 8px;
  border-color: black;
  color: rgb(255, 255, 0);
}

/* Container für die Buttons */
.button-container {
  display: block;
  align-items: start;
  gap: 10px; /* Abstand zwischen Buttons */
}

/* Style für die Buttons */
button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  height: 30px;
  width: 160px;
  margin-bottom: 6px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(rgba(48, 48, 48, 0.9), rgba(85, 85, 85, 0.8));
  border-radius: 8px;
  border-color: black;
  color: rgb(255, 255, 0);
}

/* Das Menü, das angezeigt wird */
.menu {
  display: none; /* Anfang ausgeblendet */
  flex-direction: column;
  width: 160px;
  padding: 10px;
}

/* Sichtbar machen, wenn aktiv */
.menu.show {
  display: flex;
}

.menudownload {
  display: none; /* Anfang ausgeblendet */
  flex-direction: column;
  width: 160px;
  padding: 10px;
}

/* Sichtbar machen, wenn aktiv */
.menudownload.show {
  display: flex;
}




/* Hauptinhalt neben der Sidebar */
section {
  flex: 3;
  padding: 20px;
  box-sizing: border-box;
}

.main-logobox {  
  position: absolute; /* Container für absolute Positionierung */
}

.logo_main {
  float: right;  
  position: absolute; /* Absolut im Footer positionieren */  
  bottom: -30px; /* 50px nach unten, um die Hälfte im Footer zu haben */  
  right: -1280px;  /* Etwas nach rechts verschieben */  
  width: 120px; /* Größe des Bildes */  
  height: auto; /* Seitenverhältnis bewahren */  
  transform: rotate(20deg); /* Nach rechts drehen, z.B. 15 Grad */
  z-index: 1;
}





/* Fußzeile am unteren Ende */
footer {
  text-align: center;
  height: 100px;
  padding: 20px 0;
  background-color: rgba(255, 255, 0);
  border-radius: 0 0 5px 5px;
  position: relative;
}

.social-icon {
  width: auto;
  height: 60px;
  margin: 10px;
}





/* Schrift-arten */
@font-face {
  font-family: 'Brush';
  src: url('font/Regular-Brush-Personal-Use-Only.ttf') format('truetype');
}





/* style für die Mannschafts Seiten */

/* Manschaften */
.mannschaft-container{
  display: block;
  position: relative; /* Relative position */
  min-height: auto;
}

.gruppe{
  position: relative; /* Relative position des Gruppen Bilds  */  
  width: 500px; /* Größe des Bildes */  
  height: auto; /* Seitenverhältnis bewahren */  
  margin-right: 35px;
}

/* gF-Jugend und Mini Manschaften */
.mannschaft-container-jugend{
  display: block;
  position: relative; /* Relative position */
  min-height: 900px;
}

/* Portrai von Spieler und Trainer */
.portrai-container{
  display: inline-block;
  position: absolute;
  width: auto;
  margin-top: -8px;
}

.portrai{
  position: relative;
  padding: 8px;
  width: auto;
  height: 168px;
}


/* Trainer info */
.trainer {
  position: absolute;
  min-width: auto;
  min-height: auto;
  top: 375px;
}

.trainer img{
  float: left;
  height: 168px;
  margin-top: -10px;
  margin-left: -10px;
}

.trainer h1 {
  font-size: 20px;
  padding-left: 200px;
}

.trainer p {
  padding-top: 40px;
  white-space: nowrap;  
}

.co-trainer {
  position: absolute;
  min-width: auto;
  min-height: auto;
  top: 563px;
}

.co-trainer img {
  float: left;
  height: 168px;
  margin-top: -10px;
  margin-left: -10px;
}

.co-trainer h1 {
  font-size: 20px;
  padding-left: 200px;
}

.co-trainer p {
  padding-top: 40px;
  white-space: nowrap;  
}

/* Handbal.net Tabelle */
#handball-tabelle {
  color: #fff !important;
  max-width: 600px;
  margin-left: 162px;
  margin-top: 580px;
}

.hb-embed {
  color: #fff !important;
  font-size: 14px;
}

.hb-embed__title-container {
  border-bottom: 2px solid rgba(255, 255, 0) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.hb-embed__table thead th {
  padding: 0.5em;
  border-bottom: 2px solid rgba(255, 255, 0) !important;
}

.hb-embed__schedule {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
  color: #fff;
}

.hb-embed__schedule-list {
  color: #fff;
}

.hb-embed__schedule-list-grouped-item {
  color: #fff;
}

.hb-embed__schedule-list-item-date {
  color: #fff;
}

.hb-embed__table-team-name {
  color: #fff !important;
}
.hb-embed__btn.hb-embed__btn-primary {
  height: 25px !important;
  width: 130px !important;
  font-size: 14px;
  background: linear-gradient(rgba(48, 48, 48, 0.9), rgba(85, 85, 85, 0.8)) !important;
  border-radius: 8px;
  border-color: #5a5a5a !important;
  color: rgb(255, 255, 0) !important;
}

/* Handbal.net Spielplan */
.spielplan-container{
  display: block;
  position: relative; /* Relative position */
  min-height: auto;
}


#handball-spielplan {
  color: #fff !important;
  max-width: 600px;
  margin-left: 100px;
}

.hb-embed {
  color: #fff !important;
  font-size: 14px;
}

.hb-embed__title-container {
  border-bottom: 2px solid rgba(255, 255, 0) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.hb-embed__schedule {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
  color: #fff;
}

.hb-embed__schedule-list {
  color: #fff;
}

.hb-embed__schedule-list a{
  color: #fff !important;
}

.hb-embed__schedule-list-item-grouped-date{
  color: #fff !important;
}

.hb-embed__schedule-list-item-team-logo-wrapper{
  height: 40px;
}

.hb-embed__schedule-list-item-team-logo{
  height: 40px;
}

.hb-embed__schedule-list-item-date{
  color: #fff !important;
}

.hb-embed__schedule-list-item-content{
  color: #fff !important;
}

.hb-embed__table-team-name{
  color: #fff !important;
}
.hb-embed__btn.hb-embed__btn-primary {
  height: 25px !important;
  width: 130px !important;
  font-size: 14px;
  background: linear-gradient(rgba(48, 48, 48, 0.9), rgba(85, 85, 85, 0.8)) !important;
  border-radius: 8px;
  border-color: #5a5a5a !important;
  color: rgb(255, 255, 0) !important;
}


/* Trainigszeiten */
.zeiten-container{
  display: block;
  position: relative; /* Relative position */
  min-height: auto;
}

.zeiten h1 {
  font-size: 20px;
  padding-top: 20px;
}

.alter {
  font-size: 11px;
}

/* style der Kontakte Seite */

.kontakte-container{
  display: flex;
  flex-wrap: wrap;
  width: auto;
  min-height: auto;
  margin-bottom: 10px;
}

.kontakte {
  display: block;
  min-height: 190px;
  max-height: 200px;
  min-width: 580px;
}

.kontakte img{
  float: left;
  height: 180px;
  margin-top: -10px;
  margin-left: -10px;
}

.kontakte h1{
  font-size: 20px;
  padding-left: 140px;
  padding-top: 22px;
}

.kontakte p{
  padding-top: 10px;
  white-space: nowrap;  
}




/* Style für die Sponsoren Seite */

/* Sponsoren */
.partner-container{
  display: flex;
  position: relative; /* Absolut positionieren */
  min-height: 820px;
  margin-top: 30px;
}

.img-ausrüster{
  position: relative; /* Absolut im Main positionieren */  
  width: auto; /* Größe des Bildes */  
  height: 120px; /* Seitenverhältnis bewahren */  
  padding-left: 230px;
  padding-top: 80px;
}

.kop-partner{
  position: relative; /* Absolut im Main positionieren */  
  width: auto; /* Größe des Bildes */  
  height: 120px; /* Seitenverhältnis bewahren */  
  padding-left: 230px;
  padding-top: 80px;
}

.kooperationspartner{
  position: absolute;
  padding-left: 220px;
  padding-top: -10px;
}

.ausrüster{
  position: absolute;
  padding-left: 780px;
  padding-top: -10px;
}

.sponsoren-container{
  display: block;
  position: absolute;
  width: auto;
  margin-top: 250px;
  margin-left: 130px;
  min-height: 300px;
}

.sponsoren-container p h2{
  font-size: 20px;
}

.sponsoren{
  position: relative;
  padding-left: 28px;
  padding-top: 60px;
  width: auto;
  height: 140px;
}

.sponsor{
  padding-left: 410px;
}

.kontakte-sponsoren-container{
  display: flex;
  width: auto;
  margin-left: 90px;
  min-height: 330px;
}

.kontakte-sponsoren {
  max-height: 190px;
  max-width: 420px;
}

.sponsor-text{
  display: block;
  min-width: 350px;
  margin-top: -24px;
  max-height: 300px;
}

.kontakte-sponsoren img{
  float: left;
  height: 180px;
  margin-top: -10px;
  margin-left: -10px;
}

.kontakte-sponsoren h1{
  font-size: 20px;
  padding-left: 140px;
  padding-top: 22px;
}

.kontakte-sponsoren p{
  padding-top: 10px;
  white-space: nowrap;  
}





/*  News  */
.news{
  max-width: 900px;
  min-height: 800px;
}

.post {
    display: block;
    align-items: flex-start;
    margin-bottom: 50px;
    min-width: 1400px;
  }

  .post img {
    max-width: 23%; /* Passe die Breite nach Wunsch an */
    margin-right: 15px;
    height: auto;
  }

  .post-text {
    flex: 1;
  }

  .post-text h3 {
    margin-top: 0; /* Überschrift oben ohne Abstand */
    margin-bottom: 10px; /* Abstand zwischen Überschrift und Text */
    color: #fff;
    flex-wrap: wrap;
    max-width: 900px;
  }

