#Logo_header {
  width: 80px;
  margin: 10px;

}

body {

  font-family: "Main-Font";
  margin: 0;
}


header {
  top: 0;
  display: flex;
  color: white;
  position: sticky;
  text-align: center;
  

  background-color: rgb(4, 53, 15);
  max-width: 100%;
}

.nav-bar {
  color: white;
  text-decoration: none;
  font-size: xx-large;
  margin-left: 5rem;
  margin-right: 5rem;


}

.navigation {
  padding-top: 30px;
  max-width: 100%;

}

.headersg {

  font-size: 4.5rem;
  margin-top: 9px;
  margin-bottom: 5px;
  margin-left: -35px;
}

.leftheader {
  display: flex;
  width: 30%;
  max-width: 50%;
  margin-right: 100px;
  gap: 100px;
}

.rightheader {
  max-width: 65%;
}






.wholefooter{
background-color: rgb(4, 53, 15);
justify-content: space-around;
display: flex;

}

.linksfooter{
  color: white;
  text-decoration: none;
  margin: 5px;
}

#Grüenwiss {
  width: 100%;
  display: flex;
}



#kybunpark {

  font-size: 5rem;
  top: 0;
  margin-top: 5px;
  margin-bottom: 5px;

}

#heimat {
  font-size: 2.8rem;
  margin-top: 5px;
  top: 0;
  margin-bottom: 5px;
}

.stadioninhalt {
  display: flex;
}

.stadiontext {
  font-weight: lighter;
  width: 60%;
  margin-left: 10px;
}

#stadionbild {
  padding: 1rem;
  max-width: 40%;
  height: auto;


}

.Torhüter {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 20px;
}


.spieler {
  width: 20%;
}

.verteidigung {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 20px;
}


.mittelfeld {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 20px;
}

#zigi {
  width: 100%;
}


#watkowiak {
  width: 100%;
}

#Valcci {
  width: 100%;
}

#stanic {
  width: 100%;
}

#görtler {
  width: 100%;
}

#Konietzke {
  width: 100%;
}

#vogt {
  width: 100%;
}

.sturm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 20px;
}

#baldé {
  width: 100%;
}


.teamfoto {
  width: 100%;

}

.manschafttitel {
  font-size: 6rem;
  margin-bottom: 5px;
  margin-top: 5px;
}

.untertitel {
  font-size: 4rem;
  margin-bottom: 5px;
  margin-top: 5px;
}

.namen {
  font-size: 2rem;
  margin-bottom: 5px;
  margin-top: 5px;
}


#kontaktbild {
  width: 100%;
  display: flex;

}

#alles {
  display: flex;

}

#leer {
  width: 50%;
}

#kontaktglas {
  width: 50%;
  justify-content: center;
  margin-top: 15%;
}

.mainkontakt {
  background-image: url(/Assets/Images/kontakt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}



#geschichte_1 {
  width: 100%;
}

#geschichtetext1 {
  max-width: 45%;
  font-size: 1.3rem;
  text-align: left;
}

.geschihcteteil1 {
  display: flex;
}

.boxfiller {
  width: 5%;
}

#geschichte_2 {
  margin-right: 0;

  width: 50%;
  margin-right: 20px;
}

#geschichtetitel {
  font-size: 6rem;
  margin-top: 5px;
  margin-bottom: 5px;
}


/* Container für das Formular */
.container {
  background: rgb(4, 53, 15);
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

/* Überschrift & Beschreibung */
#h1 {
  text-align: center;
  margin-bottom: 10px;
}

p {
  text-align: center;
  color: #555;
  font-size: 14px;
}

/* Formular-Elemente */
form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

label {
  font-weight: bold;
  margin-bottom: 4px;
}

input,
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 3px rgba(59, 130, 246, 0.4);
}

/* Button */
button {
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}

button:hover {
  background: #2563eb;
}

/* Erfolgsmeldung */
.meldung {
  display: none;
  text-align: center;
  color: #16a34a;
  margin-top: 10px;
  font-weight: bold;
}

#kybunparkbild {
  display: block;
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "Main-Font";
  src: url(/Assets/Fonts/static/MarkaziText-Regular.ttf);
}

label {
  color: #ccc;
}

#kontaktformular {
  color: white;
  justify-content: center;
  text-align: center;
}

.kontaktbild2{
  width: 0px;
}

@media screen and (max-width:800px) {




  .geschihcteteil1{
    display: block;
  }
#geschichtetext1{
  max-width: 100%;
}

#geschichte_2 {

  width: 100%;

}
.wholefooter{
display: flex;
flex-direction: column;


}


.navigation {

  max-width: 100%;

}

.stadioninhalt {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 0;
}

.stadiontext {
  font-weight: lighter;
  width: 90%;
  margin-left: 10px;
}

#stadionbild {

 max-width:  90%;
  height: auto;


}


.mittelfeld {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
  
.sturm {
  display: flex;
  flex-direction: column;

}
.verteidigung {
  display: flex;
  flex-direction: column;

}
.Torhüter {
  display: flex;
  flex-direction: column;

}

.spieler {
  width: 95%;
}

.mainkontakt {
  background-image: none;
}

#leer{
  width: 0%;
}


#kontaktglas{
  width: 100%;
  margin: 13px;
justify-content: center;
}


.header{

  width: 15%;
  max-width: 20%;
}
.headersg{

  font-size: xx-large;
  justify-content: left;
  text-align: left;

}
.navigation{
justify-content: center;
margin-top: 0;
padding-top: 0;

}

.untertitel{
  margin: 9px;
}

.kontaktbild2{

width: 100%;
margin-bottom: 5px;
}
}