/* css/responsive.css - Alle responsiven Anpassungen */

@media (max-width: 1280px) {
    .container {
        padding: 0 20px;
    }
    .hero-section {
        border-radius: 12px;
    }
    .service-hero-section {
        border-radius: 12px;
        max-width: calc(100% - 40px);
    }
    .service-details-section {
        border-radius: 12px;
        max-width: calc(100% - 40px);
    }
}

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 3.5em;
    }
    .hero-content p {
        font-size: 1.4em;
    }
    .services-section h2, .why-us-section h2, .cta-section h2,
    .service-details-section h2, .contact-form-container h2, .contact-info-container h2,
    .about-hero-section h1, .story-content h2, .values-section h2, .team-section h2,
    .references-hero-section h1, .projects-grid-section h2, .legal-hero-section h1, .legal-text-block h2 {
        font-size: 2.5em;
    }
    /* Logo adjustments */
    .site-logo {
        left: 20px;
        transform: translateY(-50%);
    }
    .header-logo-img {
        max-height: 120px; /* VERGRÖSSERT: Logo für Tablet-Ansicht */
        box-shadow: none;
    }
    .header-logo-img:hover {
        transform: scale(1.05);
    }
    .main-header {
        height: auto;
        padding: 10px 0;
    }
    body {
        padding-top: 90px;
    }
    .main-nav {
        padding-left: 0;
    }
    .main-header .menu-toggle {
        display: none !important;
    }
    .content-section {
        padding: 50px 0;
    }
    .content-section h2 {
        font-size: 2.2em;
        margin-bottom: 40px;
    }
    .content-section h2::after {
        margin-top: 10px;
    }
    .hero-section {
        height: 70vh;
        margin-top: 20px;
        border-radius: 10px;
    }
    .hero-content h1 {
        font-size: 3.8em;
    }
    .hero-content p {
        font-size: 1.5em;
    }
    .services-section {
        padding: 70px 0;
    }
    .services-grid {
        gap: 25px;
    }
    .service-item {
        padding: 35px;
    }
    .service-icon {
        font-size: 3.5em;
        margin-bottom: 20px;
    }
    .service-item h3 {
        font-size: 1.6em;
    }
    .why-us-section {
        padding: 70px 0;
    }
    .why-us-section h2 {
        font-size: 2.5em;
        margin-bottom: 50px;
    }
    .why-us-grid {
        gap: 25px;
    }
    .why-us-item {
        padding: 25px;
    }
    .why-us-icon {
        font-size: 3.5em;
    }
    .why-us-item h3 {
        font-size: 1.6em;
    }
    .why-us-item p {
        font-size: 0.95em;
    }
    .cta-section {
        padding: 70px 0;
    }
    .cta-section h2 {
        font-size: 2.5em;
        margin-bottom: 30px;
    }
    .about-hero-section h1 {
        font-size: 2.8em;
    }
    .about-hero-section .lead-text {
        font-size: 1.1em;
    }
    .story-grid {
        gap: 40px;
    }
    .story-content h2, .values-section h2, .team-section h2 {
        font-size: 2.5em;
    }
    .story-content p, .value-item p, .team-member p {
        font-size: 1em;
    }
    .value-item, .team-member {
        padding: 30px;
    }
    .team-photo {
        width: 140px;
        height: 140px;
    }
    .team-member h3 {
        font-size: 1.8em;
    }
    .member-bio {
        font-size: 0.9em;
    }
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .value-item {
        padding: 25px;
        border-bottom-width: 3px;
    }
    .references-hero-section h1 {
        font-size: 2.8em;
    }
    .references-hero-section .lead-text {
        font-size: 1.1em;
    }
    .projects-grid {
        gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .project-item {
        border-radius: 12px;
    }
    .project-image {
        height: 220px;
    }
    .project-info {
        padding: 25px;
    }
    .project-category {
        font-size: 0.85em;
        padding: 5px 12px;
    }
    .project-info h3 {
        font-size: 1.6em;
    }
    .project-info p {
        font-size: 0.95em;
    }
    .project-detail-hero-section h1 {
        font-size: 3em;
    }
    .project-detail-hero-section .lead-text {
        font-size: 1.2em;
    }
    .project-content-section {
        padding: 50px 0;
    }
    .project-main-image {
        margin-bottom: 40px;
        border-radius: 12px;
    }
    .project-long-description h2, .project-gallery-section h2 {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .project-long-description p {
        font-size: 1.05em;
    }
    .project-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 15px;
    }
    .project-gallery-grid .gallery-item img {
        height: 120px;
    }
    .legal-text-block h2 {
        font-size: 1.8em;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .legal-text-block h3 {
        font-size: 1.2em;
        margin-top: 25px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    .main-header .menu-toggle {
        display: block !important;
    }
    .site-logo {
        left: 15px;
    }
    .hero-section {
        height: 65vh;
        margin-top: 15px;
    }
    .hero-content h1 {
        font-size: 2.8em;
    }
    .hero-content p {
        font-size: 1.2em;
    }
    .services-grid, .why-us-grid, .values-grid, .team-grid {
        grid-template-columns: 1fr;
    }
    .contact-combined-section {
        gap: 30px;
    }
    .contact-form-container, .contact-info-container {
        padding: 30px;
    }
    .service-hero-section {
        height: 350px;
        margin: 10px auto 20px auto;
        max-width: calc(100% - 30px);
        border-radius: 12px;
    }
    .service-hero-content h1 {
        font-size: 3em;
        margin-bottom: 15px;
    }
    .service-hero-content p {
        font-size: 1.2em;
        margin-bottom: 25px;
    }
    .service-details-section {
        margin-top: -30px;
        max-width: calc(100% - 30px);
        padding: 40px 20px;
    }
    .service-details-section .container {
        padding: 0;
    }
    .service-details-content h2, .service-benefits h2, .service-process-section h2, .service-gallery-section h2, .related-services-section h2 {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .project-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 15px;
    }
    .project-gallery-grid .gallery-item img {
        height: 120px;
    }
    .service-process-section h2 {
        margin-bottom: 30px;
    }
    .process-steps-grid {
        grid-template-columns: 1fr;
    }
    .process-step-item {
        padding: 25px;
    }
    .process-step-item .step-number {
        font-size: 2.5em;
    }
    .related-services-section {
        padding: 40px 0;
        margin-top: 50px;
    }
    .main-header {
        height: auto;
        padding: 10px 0;
    }
    body {
        padding-top: 80px;
    }
    .header-container {
        padding: 0 15px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .site-logo {
        position: relative;
        transform: none;
        left: 0;
        max-height: 60px;
    }
    .header-logo-img {
        max-height: 100px; /* VERGRÖSSERT: Logo für Mobile */
        box-shadow: none;
    }
    .header-logo-img:hover {
        transform: scale(1.05);
    }
    .main-nav {
        padding-left: 0;
        justify-content: flex-end;
    }
    .menu-toggle {
        font-size: 2.2em;
        margin-left: auto;
    }
    .about-hero-section h1 {
        font-size: 2.2em;
    }
    .about-hero-section .lead-text {
        font-size: 1.1em;
    }
    .story-content h2 {
        font-size: 2em;
        margin-bottom: 20px;
    }
    .values-section h2, .team-section h2 {
        font-size: 2em;
    }
    .team-section .lead-text {
        font-size: 1em;
        margin-bottom: 40px;
    }
    .team-photo {
        width: 120px;
        height: 120px;
        border-width: 3px;
    }
    .team-member h3 {
        font-size: 1.6em;
    }
    .team-member p {
        font-size: 0.95em;
    }
    .member-bio {
        font-size: 0.85em;
    }
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .value-item {
        padding: 25px;
        border-bottom-width: 3px;
    }
    .references-hero-section h1 {
        font-size: 2.5em;
    }
    .references-hero-section .lead-text {
        font-size: 1em;
    }
    .projects-grid {
        gap: 25px;
    }
    .project-image {
        height: 180px;
    }
    .project-info {
        padding: 20px;
    }
    .project-category {
        font-size: 0.8em;
        padding: 4px 10px;
    }
    .project-info h3 {
        font-size: 1.5em;
    }
    .project-info p {
        font-size: 0.9em;
    }
    .project-detail-hero-section h1 {
        font-size: 2.5em;
    }
    .project-detail-hero-section .lead-text {
        font-size: 1.1em;
    }
    .project-main-image {
        margin-bottom: 30px;
    }
    .project-long-description h2, .project-gallery-section h2 {
        font-size: 1.8em;
        margin-bottom: 25px;
    }
    .project-long-description p {
        font-size: 1em;
    }
    .project-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 10px;
    }
    .project-gallery-grid .gallery-item img {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    .hero-section {
        height: 60vh;
        margin-top: 10px;
    }
    .hero-content h1 {
        font-size: 2.2em;
    }
    .hero-content p {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .btn-primary, .btn-secondary {
        padding: 12px 20px;
        font-size: 0.95em;
    }
    .services-section h2, .why-us-section h2, .cta-section h2,
    .service-details-section h2, .contact-form-container h2, .contact-info-container h2,
    .about-hero-section h1, .story-content h2, .values-section h2, .team-section h2,
    .references-hero-section h1, .projects-grid-section h2, .legal-hero-section h1, .legal-text-block h2 {
        font-size: 1.8em;
    }
    .services-grid {
        gap: 20px;
    }
    .service-item {
        padding: 30px;
    }
    .service-icon {
        font-size: 3em;
    }
    .service-item h3 {
        font-size: 1.4em;
    }
    .service-item p {
        font-size: 0.95em;
    }
    .why-us-section h2 {
        margin-bottom: 40px;
    }
    .why-us-item {
        padding: 20px;
    }
    .why-us-icon {
        font-size: 3em;
    }
    .why-us-item h3 {
        font-size: 1.4em;
    }
    .why-us-item p {
        font-size: 0.9em;
    }
    .cta-section h2 {
        font-size: 2em;
    }
    .about-hero-section h1 {
        font-size: 2em;
    }
    .about-hero-section .lead-text {
        font-size: 0.95em;
    }
    .story-content h2, .values-section h2, .team-section h2 {
        font-size: 1.8em;
        margin-bottom: 25px;
    }
    .story-content p {
        font-size: 0.95em;
    }
    .value-item {
        padding: 25px;
    }
    .value-icon {
        font-size: 3em;
    }
    .value-item h3 {
        font-size: 1.4em;
    }
    .value-item p {
        font-size: 0.9em;
    }
    .team-section .lead-text {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .team-photo {
        width: 100px;
        height: 100px;
    }
    .team-member h3 {
        font-size: 1.4em;
    }
    .team-member p {
        font-size: 0.9em;
    }
    .member-bio {
        font-size: 0.8em;
    }
    .references-hero-section h1 {
        font-size: 2em;
    }
    .projects-grid {
        gap: 20px;
    }
    .project-image {
        height: 160px;
    }
    .project-info {
        padding: 15px;
    }
    .project-info h3 {
        font-size: 1.3em;
    }
    .project-info p {
        font-size: 0.85em;
    }
    .project-detail-hero-section h1 {
        font-size: 2em;
    }
    .project-detail-hero-section .lead-text {
        font-size: 1em;
    }
    .project-main-image {
        margin-bottom: 20px;
    }
    .project-long-description h2, .project-gallery-section h2 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .project-long-description p {
        font-size: 0.95em;
    }
    .project-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
    .project-gallery-grid .gallery-item img {
        height: 80px;
    }
}