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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.hero {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    max-width: 90%;
}

.hero-text h1 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.hero-text p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.cta-button {
    display: inline-block;
    background: #4CAF50;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.95rem;
}

section {
    padding: 2rem 1rem;
    max-width: 1000px;
    margin: auto;
}

section h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2E7D32;
}

ul, ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.kontakt form {
    display: flex;
    flex-direction: column;
}

.kontakt input,
.kontakt textarea {
    margin-bottom: 1rem;
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.kontakt button {
    background: #388E3C;
    color: white;
    padding: 0.8rem;
    border: none;
    border-radius: 5px;
    font-size: 0.95rem;
    cursor: pointer;
}

footer {
    text-align: center;
    padding: 1rem;
    background: #333;
    color: white;
    font-size: 0.9rem;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

.hero-bg {
    background-color: #2e7d32;
    background-size: cover;
    background-position: center;
    height: 75vh;
    width: 100%;
}

.hero-overlay {
    position: relative;
    top: -20vh;
    z-index: 2;
    text-align: center;
    margin-bottom: -10vh;
}

.hero-overlay .hero-text {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: inline-block;
    padding: 2rem;
    border-radius: 10px;
    max-width: 90%;
    margin: auto;
}

body {
    font-size: 1.05rem;
}

h1, h2 {
    font-size: 1.6rem;
}

.testimonial {
    background: #e8f5e9;
    padding: 2rem;
    text-align: center;
}

.testimonial blockquote {
    font-style: italic;
    font-size: 1.1rem;
    margin: 0 auto;
    max-width: 800px;
}

.testimonial cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #555;
}

.team-section {
    text-align: center;
    padding: 2rem;
}

.team-section img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-top: 1rem;
    border-radius: 12px;
}

.faq, .trust-values {
    padding: 2rem 1rem;
    max-width: 1000px;
    margin: 2rem auto;
    background: #f1f8e9;
    border-radius: 8px;
}

.faq h2, .trust-values h2 {
    text-align: center;
    margin-bottom: 1rem;
    color: #333;
}

.faq-item {
    margin-bottom: 1rem;
}

.faq-item strong {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.trust-values ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.trust-values li {
    margin: 0.5rem 0;
    font-size: 1.05rem;
}

.hero-bg {
    background-color: #2e7d32;
    background-size: cover;
    background-position: center;
    height: 85vh;
    width: 100%;
}

.hero-centered-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.why-list p {
    margin: 0.5rem 0;
}

.prozess-list p {
    margin: 0.8rem 0;
}

.team-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.round-headshot {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.team-contact a {
    color: #333;
    text-decoration: none;
}

.team-contact a:hover {
    text-decoration: underline;
}

.hero-text-section {
    text-align: center;
    background: #f1f8e9;
    padding: 2rem 1rem 1rem 1rem;
}

.hero-text-section .hero-text {
    max-width: 800px;
    margin: 0 auto;
    background: none;
    color: #333;
}

.contact-person {
    padding: 2rem 1rem;
    text-align: center;
}

.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.contact-details a {
    color: #333;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

.hero-text-section {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: 3;
    width: 90%;
    max-width: 800px;
}

.hero-text-section .hero-text {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    text-align: center;
    color: #2e7d32;
}

.intro-highlight {
    background-color: #f1f8e9;
    font-size: 1.4rem;
    font-weight: 400;
    color: #2e7d32;
    text-align: center;
    max-width: 900px;
    margin: 2rem auto;
}

.intro-highlight {
    background-color: #f1f8e9;
    font-size: 1.3rem;
    font-weight: 400;
    color: #2e7d32;
    max-width: 1000px;
    margin: 2rem auto;
    text-align: center;
}


.hero-bg {
    background-image: url('header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.contact-box {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    text-align: left;
    gap: 2rem;
}

.contact-box .contact-details {
    max-width: 400px;
}

.prozess-list p {
    font-size: 1.1rem;
}


/* Mobile Optimization */
@media (max-width: 768px) {
  body {
    padding: 1rem;
  }

  header, .banner, .content, .contact-box, footer {
    padding: 1rem;
    text-align: center;
  }

  .contact-box {
    flex-direction: column;
    align-items: center;
  }

  .contact-box img {
    width: 120px;
    height: 120px;
  }

  .intro-highlight {
    font-size: 1.25rem;
  }

  .prozess-list p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
    .header .contact-banner {
        position: static;
        transform: none;
        margin: 1rem auto;
        width: 90%;
    }
}
