body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: url(img/background.jpg) no-repeat center center fixed;
  background-size: cover;
}

header {
  background-color: transparent;
  color: #6c4784;
  text-align: center;
  padding: 1em; /* Anpassung der Padding-Höhe */
  position: relative;
  height: 150px; /* Neue Höhe des Headers */
}

header img {
  position: absolute;
  max-width: 30%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section {
  max-width: 800px;
  margin: 2em auto;
  padding: 1em;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #6c4784; /* Ändere die Textfarbe auf #6C4784 */
}

footer {
  background-color: #4e4b53;
  background-size: cover;
  background-position: center;
  color: #ffffff; /* Ändere die Textfarbe auf #6C4784 */
  text-align: center;
  font-size: 15px;
  padding: 1px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.download-icon {
  width: 175px; /* Ändere die Breite nach Bedarf */
  height: auto; /* Das Verhältnis wird automatisch beibehalten */
}
.textfeld {
  border: 0.5px solid rgba(0, 0, 0, 0.5); /* Weißer Rahmen mit 50% Transparenz */
  padding: 15px;
}


header {
        position: relative;
        height: 200px;
        background-image: url(img/kaesespaetzle-bremer-gewuerzhandel_800x800.jpg);
        background-size: cover;
        background-position: center;
        color: #6c4784;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

header h1 {
  margin: 0;
  font-size: 2.5em;
  background: linear-gradient(
    45deg,
    #000000,
    #02613c
  );
  -webkit-background-clip: text;
  color: transparent;
}

header p {
  margin: 10px 0 0;
  font-size: 1.2em;
  background: linear-gradient(
    45deg,
    #000000,
    #02613c
  );
  -webkit-background-clip: text;
  color: transparent;
}



nav {
  background-color: transparent;
  padding: 1em;
  text-align: center;
  position: relative;
  top: -40px;
  margin-bottom: 8px; /* Abstand zur Linie hinzufügen */
}

nav::after {
  content: '';
  display: block;
  height: 8px;
  width: 100%;
  background-color: #6c4784; /* Farbe anpassen, falls notwendig */
  margin-top: 8px; /* Abstand zur Navigationsleiste hinzufügen */
}




      nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      nav ul li {
        display: inline-block;
        margin-right: 10px;
      }

      nav a {
  text-decoration: none;
  color: #6c4784;
  font-weight: bold;
  padding: 10px;
  transition: color 0.3s, background-color 0.3s; /* Hinzugefügt: Übergang für Hintergrundfarbe */
  cursor: pointer;
}

nav a:hover {
  color: #ffffff; /* gold color */
  background-color: #6c4784; /* Hinzugefügt: Hintergrundfarbe für Hover */
}

.textfeld {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.textfeld h2 {
  font-size: 24px;
  color: #333;
}

.textfeld p {
  line-height: 1.6;
  color: #666;
}

.textfeld ul {
  margin-left: 20px;
  color: #666;
}

.textfeld img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}

.Bild1234 {
  width: 500px; /* Ändere die Breite nach Bedarf */
  height: auto; /* Das Verhältnis wird automatisch beibehalten */
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /* Weicherer Schatten */
  transition: transform 0.3s, box-shadow 0.3s;
}

.Bild1234:hover {
  transform: scale(1.15);
}

.imgabout {
  width: 600px; /* Ändere die Breite nach Bedarf */
  height: auto; 
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /* Weicherer Schatten */
  transition: transform 0.3s, box-shadow 0.3s;
}

.imgabout:hover {
  transform: scale(1.15);
}



.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Breite der Bilder erhöht */
  gap: 20px; /* Abstand zwischen den Bildern */
  margin-top: 20px;
}

.gallery img {
  width: 100%; /* Bildbreite auf 100% setzen */
  height: auto; /* Automatische Höhe, um die Proportionen beizubehalten */
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /* Weicherer Schatten */
  transition: transform 0.3s, box-shadow 0.3s; /* Hinzugefügt: Übergang für Schatten */
  cursor: pointer;
}

.gallery img:hover {
  transform: scale(1.05); /* Vergrößern beim Hover */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); /* Intensiverer Schatten beim Hover */
}

      @media only screen and (max-width: 600px) {
        header {
          padding: 1em;
        }
        header h1 {
          font-size: 1.8em;
        }
        header p {
          font-size: 1em;
        }
        section {
          padding: 0.5em;
        }
        footer {
          padding: 0.3em;
        }
        nav a:hover {
  color: #000000; /* gold color */
  background-color: transparent; /* Hinzugefügt: Hintergrundfarbe für Hover */
}
      }

      .insta {
        position: absolute;
        max-width: 3%;
        height: auto;
        max-width: 10px;
        top: 20px;
        left: 30px;
      }
      #social-media-icons {
        position: absolute;
        top: 20px;
        right: 30px;
        display: flex;
        align-items: center;
      }

      #social-media-icons a {
        margin-left: 10px;
      }
      form {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 50px; /* Hier den Abstand zum Footer anpassen */
}

input[type=text], textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    background-color: #6c4784;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #000000;
}

.container {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
}
.Bild123:hover,
.bild1234:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease; /* Füge eine Transition für einen sanften Übergang hinzu */
}

