<style>
.content {
    flex: 1; /* Lässt den Hauptinhalt wachsen, sodass der Footer unten bleibt */
}
@keyframes highlight {
	to {
		background-position: 0;
	}
}

    .content {
    margin: 0 auto;
    width: 80%; /* Breite der Hauptinhaltsbox */
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
}

.section {
    display: flex; /* Flexbox für Text und Bild */
    align-items: center; /* Zentriert die Inhalte vertikal */
    justify-content: space-between; /* Platz zwischen Text und Bild */
    margin-bottom: 20px; /* Abstand zwischen den Abschnitten */
    opacity: 0;
    transform: translateX(-100%);
    animation: slideInLeft 1s ease-out forwards;
}
.section:nth-child(even) {
    transform: translateX(100%);
    animation: slideInRight 1s ease-out forwards;
}
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 60px auto;
}


@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
#titleimage{
    position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1; /* Hinter allem anderen */
  object-fit: cover;
  opacity: 1; /* Optional: Transparenz für dezente Wirkung */
  pointer-events: none; /* Damit nichts blockiert wird */
  filter: blur(0px);
}
.text {
    width: 50%; /* Text nimmt die linke Hälfte ein */
    padding-right: 20px; /* Abstand zum Bild */
}
.menu-container {
display: flex;
align-items: center;
}

.hamburger-menu {
    color: white;
   font-size: 40px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center; /* Zentriert das Icon */
}
.hamburger-menu:hover {
    color: #b5a1d1;
}

/* Navigation-Styling */
.menu {
    display: none;
    position: fixed;
    top: 76px; /* Direkt unter dem Header */
    left: 0;
    width: 100%;
    background-color: #D2C2ECee;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: max-height 0.5s ease-in-out;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 3;
    text-align: center;
}
.menu li {
    padding: 15px;
    text-decoration: none;
    color: white;
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 18px;
    transition: background 0.3s ease-in-out;
}

.menu a:hover {
    color: #b5a1d1;
}

.menu a {
    color: white;
    text-decoration: none;
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 18px;
}
.card {
    background-color: #D2C2EC    !important;
    border-radius: 15px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 20px !important;
    width: 100%;
    max-width: 500px;
    margin: 20px auto !important;
    text-align: center !important;
    font-family: Futura, Trebuchet MS, Arial, sans-serif !important;
}
.map {
    width: 100%; /* Volle Breite */
    min-height: 300px;
    border-radius: 10px; /* Abgerundete Ecken für das Bild */
}
.card img {
    width: 100%; /* Volle Breite */
    border-radius: 2px; /* Abgerundete Ecken für das Bild */
}

.card h2 {
    color: #ffffff; /* Passende Farbe */
    font-size: 24px;
    margin-bottom: 10px;
     display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
    font-weight: 400; 
}

.card p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.image {
    width: 50%; /* Bild nimmt die rechte Hälfte ein */
    text-align: center; /* Bild zentrieren */
}

.image img {
    max-width: 30%; /* Bildgröße auf Container begrenzen */
    border-radius: 10px; /* Abgerundete Ecken für die Bilder */
}
footer {
    background-color: #D2C2EC;
    color: white;
    text-align: center;
    padding: 20px 10px;
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
    width: 98%;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
#group{
    align-items: center;
        max-width:80%
    }
footer img{
        max-width:30%
    }

.content h1 {
    color: #D2C2EC;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
    font-weight: 400; /* Normalere Schriftstärke */
}
    .content table   {color: white;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  font-family: Futura,Trebuchet MS,Arial,sans-serif; }
    .content th{
        width: 10%
    }
.content p    {color: black;
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;}
    #eistext {color: black;
      display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
    text-align: center;
    font-size: 50pt;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;}
    #wertAnzeige2{
        color: white;
      display: black;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
    text-align: center;
    font-size: 50pt;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    }
 #wertAnzeige {
     color: black;
      display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
    text-align: center;
    font-size: 50pt;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    width: 120px; /* Durchmesser des Kreises */
    height: 120px; /* Durchmesser des Kreises */
    background-color: #f2b142;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 50px;
    top: 50%;
    /*transform: translateY(-50%);*/
    z-index: -1;/* Anpassen nach Bedarf *//* Anpassen nach Bedarf */
}

.content a    {color: white;} 

.social-button {
  text-decoration: none;
  padding: 20px 48px;
  width: 220px;
  border-radius: 60px;
  font-size: 60px;
  font-weight: 600;
  transition: all 0.4s ease;
  color: white;
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  background: linear-gradient(135deg, #B5A1D1, #D2C2EC);
  box-shadow: 0 4px 15px rgba(160, 130, 190, 0.8);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.social-button:hover {
  box-shadow: 0 6px 30px rgba(181, 161, 209, 0.5), 0 0 20px rgba(255, 255, 255, 0.1);
}
    
.content footer{color: black;
    display: block;
     background-color: #D2C2EC;
  margin-left: auto;
  margin-right: auto;
     width: 100%;
    text-align: center;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    color: white}

    .header {
    position: fixed; /* Fixiert die Position des Headers */
    top: 0; /* Oben am Bildschirm anheften */
    left: 0;
    width: 100%; /* Volle Breite des Bildschirms */
    min-height: 10px; /* Mindesthöhe des Headers */
    max-height: 80px; 
    background-color: #E4D5F4;
    background-image: 
        linear-gradient(45deg, #D8C1EF 25%, transparent 25%, transparent 75%, #D8C1EF 75%),
        linear-gradient(45deg, #D8C1EF 25%, transparent 25%, transparent 75%, #D8C1EF 75%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    padding: 10px 0; /* Innenabstand des Headers anpassen */
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); /* Schlagschatten hinzufügen */
    display: flex; /* Flexbox verwenden */
    align-items: center; /* Vertikal zentrieren */
    justify-content: space-between; /* Elemente links und rechts ausrichten */
    display: flex;
    align-items: center;
    justify-content: space-between;
        z-index: 1000
}
.header img#logo {
    max-height: 50px; /* Stellt sicher, dass das Logo nicht zu groß wird */
    display: flex;
    align-items: center; /* Zentriert das Logo */
    margin-left: 20px;
}

.icon-table{
    justify-content: center; /* Zentriert die Icons horizontal */
    align-items: center; /* Zentriert die Icons vertikal */
    width: 100%;
    gap: 10px; /* Abstand zwischen den Icons */
    margin-right: 20px;
   
}
img#icon {
    max-width: 30px; /* Größe der Icons */
    margin: 0 10px; /* Abstand zwischen den Icons */
}

    @media only screen and (max-width: 1000px) {
        #titleimage{
    padding-top: 20%;
    width: 100%;
}
   .header {
    min-height: 120px; /* Mindesthöhe des Headers */
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}     
         .section {
        flex-direction: column; /* Auf Handys untereinander anzeigen */
        animation: slideInLeft 0s ease-out forwards;
    }
        .section:nth-child(even) {
    transform: translateX(100%);
    animation: slideInRight 0s ease-out forwards;
}

           .hamburger-menu {
        font-size: 60px;
    }
        .card {
    width: 100%;
    max-width: 100%;
}
        .map {
    width: 90%; /* Volle Breite */
    min-height: 500px;
}
        .card h2 {
    font-size: 48px;

}

    .menu {
        top: 140px;
    }

    .text, .image {
        width: 100%; /* Volle Breite auf kleinen Bildschirmen */
        padding: 0;
    }

.image img {
    max-width: 50%; /* Bildgröße auf Container begrenzen */
    border-radius: 10px; /* Abgerundete Ecken für die Bilder */
}
  .content img{
  width: 80%;
}
        .content p{
  width: 80%;
  font-size: 35px;
}
               h1{
  width: 80%;
  font-size: 40px;
}
h2{
  width: 80%;
  font-size: 40px;
}

        .header img#logo {
                max-height: 80px;
    max-width: 100%; /* Maximale Breite des Logos */
    margin-left: 10px; /* Verschiebt das Logo leicht nach links */
}
img#icon {
    min-width: 70px;
    max-width: 90px; /* Maximale Breite des Logos */
    margin: 0 20px; 
                 
}
        .menu a {
    font-size: 50px;
}
}


</style>
