* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Anton', sans-serif;
    background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
    color: white;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 120px;
    background-color: black;
    border-bottom: 4px solid #9b00ff;
    padding: 4rem;
    text-align: center;
}

.logo-left {
    position: absolute;
    left: 40px;
    height: 100px;
    max-width: 30vw;
    object-fit: contain;
    transition: transform 0.5s;
}

/* Mittiges Bild */
.logo-center {
    height: 100px;
    max-width: 50vw;
    object-fit: contain;
    transition: transform 0.5s;
}

.logo-left:hover,
.logo-center:hover {
    transform: scale(1.15);
}

@media (max-width: 600px) {
    nav {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    p,
    li {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    header {
        flex-direction: column;
        padding: 1rem;
        height: auto;
    }

    .logo-left,
    .logo-center {
        position: static;
        height: 60px;
        max-width: 80vw;
    }
}

/* Menü-Button */
.menu-toggle {
    font-size: 2rem;
    cursor: pointer;
    padding: 1rem;
    color: white;
    display: all;
}

.menu-toggle:hover {
    color: #00d9ff;
    text-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
    transform: scale(1.15);
    transition: 0.5s;
}

/* Navigation */
.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: 0.5s;
}

.nav-links li a:hover {
    color: #00d9ff;
    letter-spacing: 2px;
    text-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
    transform: scale(1.15);
}

/* Versteckt */
.hidden {
    display: none;
}

/* Mobile Verhalten */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        flex-direction: column;
        background-color: #111;
        padding: 1rem;
    }
}
nav {
    display: flex;
    justify-content: left;
    gap: 2rem;
    padding: 1rem;

    background: linear-gradient(-45deg, #1f00ea, #007ba4, #058e1a, #a30183);
    background-size: 400% 400%;
    animation: gradientMove 15s ease infinite;
    li, a{
        align-content: center;
    }
}

nav a:hover {
    color: #00d9ff;
    letter-spacing: 2px;
    text-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
    transform: scale(1.15);
}

section {
    padding: 2rem;
    max-width: 1200px;
    margin: auto;
    transition: 0, 5s;
}

li {
    font-size: 1.3rem;
    text-align: left;
    margin-left: 50px;
    margin-top: 10px;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: left;
    text-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
}

h1 {
    font-size: 2rem;
    margin-bottom: 13px;
    text-align: center;
    text-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
}

h3 {
    margin-top: 10px;
    font-size: 1.1rem;
    padding: 0.3rem;
    text-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
    text-align: center;
}

p {
    margin-top: 13px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-left: 20px;
    text-align: left;
}

section summary {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 6px;

}

section summary:hover {
    color: #00d9ff;
    letter-spacing: 1px;
    text-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
    transform: scale(1.15);
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: left;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
    border-radius: 10px;
    background-color: #111;
}


.hero-text {
    flex: 1 1 300px;
    text-align: left;
}

.hero-image {
    flex: 1 1 100px;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
}

/* Für Mobilgeräte */
@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        align-items: center;
    }

    .hero-image {
        order: 2;
        margin-top: 1rem;
    }

    .hero-text {
        order: 1;
        text-align: center;
    }
}

/* .reperaturangebote {

}
*/
.service {
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #111;
    p {
        justify-content: center;
        display: inline-block;
        padding: 10px 20px;
        box-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
        background: linear-gradient(-45deg, #2f01fe, #097018, #cbc512, #db34cd);
        background-size: 400% 400%;
        animation: gradientMove 15s ease infinite;
        text-align: center;
        font-weight: bold;
        border-radius: 10px;
    }
}
/*.bestellen {
    display: flex;                  alles nebeneinander
    justify-content: center;
    align-items: center;
}
*/

.bestellen {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
}

.mail-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  justify-content: center;

  box-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
  background: linear-gradient(-45deg, #2f01fe, #097018, #cbc512, #db34cd);
  background-size: 400% 400%;
  animation: gradientMove 15s ease infinite;

  transition: 0.5s;
}
.mail-button:hover {
  transform: scale(1.15);
}

.galerie {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
}

.bild {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    box-shadow: 0 0 8px #00d9ff, 0 0 16px #9b00ff;
}


.bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background-color: #111;
    p {
        text-align: left;
    }
}

.contact-info {
    flex: 1 1 300px;
    min-width: 280px;
}

.contact-map {
    flex: 1 1 400px;
    min-width: 280px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    padding: 2rem;
    background: #000;
    border-top: 2px solid #9b00ff;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
