/* responsive.css - Erweiterte Version */

/* Large Desktop */
@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }

    .hero-title {
        font-size: 5.5rem;
    }

    .section-title-large {
        font-size: 4rem;
    }
}

/* Desktop */
@media (max-width: 1200px) {
    :root {
        --spacing-lg: 3.5rem;
        --spacing-xl: 5rem;
    }

    .nav-container {
        padding: 1rem 1.5rem;
    }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
    :root {
        --spacing-lg: 3rem;
        --spacing-xl: 4rem;
    }

    .intro-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .intro-image-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }

    .intro-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .process-timeline::before {
        left: 40px;
    }

    .process-step {
        padding-left: 100px;
    }

    .process-step::before {
        width: 80px;
        height: 80px;
        font-size: 1.5rem;
    }

    .step-icon {
        width: 60px;
        height: 60px;
        left: 10px;
        top: 2.8rem;
    }

    .step-icon svg {
        width: 28px;
        height: 28px;
    }

    .special-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .portfolio-showcase {
        grid-template-columns: repeat(6, 1fr);
    }

    .showcase-item.large {
        grid-column: span 6;
    }

    .showcase-item:not(.large) {
        grid-column: span 3;
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .nav-menu {
        display: none;
    }

    :root {
        --spacing-md: 1.5rem;
        --spacing-lg: 2.5rem;
        --spacing-xl: 3.5rem;
    }

    .nav-container {
        padding: 0.75rem 1rem;
    }

    .hero {
        height: 100svh;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-cta {
        flex-direction: column;
        width: 100%;
    }

    .hero-cta .cta-button,
    .hero-cta .secondary-button {
        width: 100%;
        justify-content: center;
    }

    .section-title-large {
        font-size: 2rem;
    }

    .intro-description {
        font-size: 1rem;
    }

    .intro-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .process-timeline::before {
        display: none;
    }

    .process-step {
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 3rem;
    }

    .process-step::before {
        position: relative;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .step-icon {
        position: absolute;
        left: 8px;
        top: 8px;
        width: 40px;
        height: 40px;
    }

    .step-icon svg {
        width: 20px;
        height: 20px;
    }

    .special-item {
        min-height: 400px;
    }

    .special-content {
        padding: 2rem;
    }

    .special-content h3 {
        font-size: 1.5rem;
    }

    .portfolio-showcase {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .showcase-item.large,
    .showcase-item:not(.large) {
        grid-column: span 1;
        min-height: 300px;
    }

    .showcase-overlay {
        padding: 1.5rem;
    }

    .partner-content {
        padding: 0 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-links {
        justify-content: center;
    }

    section {
        padding: var(--spacing-lg) 0;
    }

    .page-hero {
        padding: calc(80px + var(--spacing-lg)) 0 var(--spacing-lg);
    }

    .modal-header-content h2 {
        font-size: 1.5rem;
    }
}

/* Mobile Large */
@media (max-width: 640px) {
    .hero-badge {
        font-size: 0.85rem;
        padding: 0.6rem 1.2rem;
    }

    .hero-badge svg {
        width: 18px;
        height: 18px;
    }

    .section-header {
        margin-bottom: 2.5rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .step-content h3 {
        font-size: 1.3rem;
    }

    .step-content p {
        font-size: 0.95rem;
    }

    .showcase-category {
        font-size: 0.8rem;
        padding: 0.3rem 0.8rem;
    }

    .showcase-overlay h3 {
        font-size: 1.2rem;
    }
}

/* Mobile Standard */
@media (max-width: 480px) {
    :root {
        --spacing-xs: 0.375rem;
        --spacing-sm: 0.75rem;
        --spacing-md: 1.25rem;
        --spacing-lg: 2rem;
        --spacing-xl: 3rem;
    }

    .container {
        padding: 0 var(--spacing-sm);
    }

    .logo {
        height: 35px;
    }

    .theme-toggle {
        width: 44px;
        height: 44px;
    }

    .theme-toggle-icons,
    .sun-icon,
    .moon-icon {
        width: 20px;
        height: 20px;
    }


    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .cta-button,
    .secondary-button {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }

    .section-badge {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }

    .section-title-large {
        font-size: 1.75rem;
    }

    .intro-description {
        font-size: 0.95rem;
    }

    .image-overlay-text {
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
        padding: 1rem;
        font-size: 0.9rem;
    }

    .image-overlay-text svg {
        width: 32px;
        height: 32px;
    }

    .image-overlay-text span {
        font-size: 0.95rem;
    }

    .process-step {
        margin-bottom: 2.5rem;
    }

    .process-step::before {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .special-item {
        min-height: 350px;
    }

    .special-content {
        padding: 1.5rem;
    }

    .special-content svg {
        width: 40px;
        height: 40px;
    }

    .special-content h3 {
        font-size: 1.3rem;
    }

    .special-content p {
        font-size: 0.9rem;
    }

    .showcase-item {
        min-height: 250px;
    }

    .showcase-overlay {
        padding: 1.25rem;
    }

    .showcase-overlay h3 {
        font-size: 1.1rem;
    }

    .partner-badge {
        font-size: 0.85rem;
        padding: 0.6rem 1.2rem;
    }

    .partner-content h2 {
        font-size: 1.75rem;
    }

    .partner-content p {
        font-size: 1rem;
    }

    .cta-section {
        padding: var(--spacing-xl) 0;
    }

    .cta-content h2 {
        font-size: 1.75rem;
    }

    .cta-content p {
        font-size: 1rem;
    }

    .footer-section h3 {
        font-size: 1.1rem;
    }

    .social-links a {
        width: 40px;
        height: 40px;
    }

    .social-links svg {
        width: 20px;
        height: 20px;
    }
}

/* Mobile Small */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-title-large {
        font-size: 1.5rem;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    :root {
        --border-color: #000000;
    }

    body.dark-mode {
        --border-color: #FFFFFF;
    }

    .nav-link:focus,
    .cta-button:focus,
    .theme-toggle:focus,
    .mobile-menu-toggle:focus {
        outline-width: 3px;
    }

    .showcase-overlay,
    .special-overlay {
        background: rgba(0, 0, 0, 0.95);
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .hero-video {
        animation: none;
    }

    .scroll-line {
        animation: none;
    }

    .parallax-image {
        transform: none !important;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .theme-toggle,
    .mobile-menu-toggle,
    .cta-button,
    .secondary-button {
        min-width: 44px;
        min-height: 44px;
    }

    .nav-link {
        padding: 0.5rem 0;
    }

    .showcase-overlay,
    .special-content {
        opacity: 1;
        transform: translateY(0);
    }

    .image-overlay-text {
        transform: translateY(0);
    }

    /* Deaktiviere Hover-Effekte auf Touch-Geräten */
    .showcase-item:hover .showcase-image img,
    .special-item:hover .special-image img,
    .intro-image:hover img {
        transform: scale(1);
    }
}

/* Landscape Orientation auf mobilen Geräten */
@media (max-width: 896px) and (orientation: landscape) {
    .hero {
        height: auto;
        min-height: 100vh;
        padding: 6rem 0 3rem;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-title {
        font-size: 2rem;
    }

    .scroll-indicator {
        display: none;
    }

    .special-item {
        min-height: 300px;
    }
}

/* Print Styles */
@media print {
    .header,
    .mobile-menu-toggle,
    .theme-toggle,
    .scroll-indicator,
    .cta-section,
    .footer {
        display: none;
    }

    body {
        background: white;
        color: black;
    }

    section {
        page-break-inside: avoid;
    }

    .hero {
        height: auto;
        page-break-after: always;
    }

    .hero-video-container {
        display: none;
    }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-image-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .vision-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .vision-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .dual-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .dual-image {
        max-width: 600px;
        margin: 0 auto;
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .expertise-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .expertise-card {
        padding: 2rem;
    }

    .expertise-icon {
        width: 60px;
        height: 60px;
    }

    .expertise-icon svg {
        width: 32px;
        height: 32px;
    }

    .expertise-card h3 {
        font-size: 1.3rem;
    }

    .expertise-card p {
        font-size: 0.95rem;
    }

    .vision-text h2 {
        font-size: 2rem;
    }

    .vision-text p {
        font-size: 1rem;
    }

    .values-list {
        margin-top: 2rem;
    }

    .value-item {
        padding: 0.875rem;
    }

    .value-item span {
        font-size: 0.95rem;
    }

    .vision-stats {
        grid-template-columns: 1fr;
    }

    .stat-card {
        padding: 1.5rem;
    }

    .stat-card .stat-number {
        font-size: 2.5rem;
    }

    .dual-text h2 {
        font-size: 2rem;
    }

    .dual-text p {
        font-size: 1rem;
    }
}

/* Mobile Large */
@media (max-width: 640px) {
    .about-text h2 {
        font-size: 1.75rem;
    }

    .about-text p {
        font-size: 1rem;
    }

    .expertise-card {
        padding: 1.75rem;
    }

    .expertise-icon {
        width: 55px;
        height: 55px;
    }

    .expertise-icon svg {
        width: 28px;
        height: 28px;
    }

    .expertise-card h3 {
        font-size: 1.2rem;
    }

    .value-item svg {
        width: 20px;
        height: 20px;
    }

    .stat-card .stat-number {
        font-size: 2.25rem;
    }

    .stat-card .stat-label {
        font-size: 0.9rem;
    }
}

/* Mobile Standard */
@media (max-width: 480px) {
    .about-text h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .about-text p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .expertise-section {
        padding: var(--spacing-lg) 0;
    }

    .expertise-card {
        padding: 1.5rem;
    }

    .expertise-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }

    .expertise-icon svg {
        width: 26px;
        height: 26px;
    }

    .expertise-card h3 {
        font-size: 1.15rem;
        margin-bottom: 0.75rem;
    }

    .expertise-card p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .vision-values {
        padding: var(--spacing-lg) 0;
    }

    .vision-text h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .vision-text p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .values-list {
        margin-top: 1.5rem;
        gap: 0.75rem;
    }

    .value-item {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .value-item svg {
        width: 18px;
        height: 18px;
    }

    .value-item span {
        font-size: 0.9rem;
    }

    .stat-card {
        padding: 1.25rem;
    }

    .stat-card .stat-number {
        font-size: 2rem;
        margin-bottom: 0.375rem;
    }

    .stat-card .stat-label {
        font-size: 0.85rem;
    }

    .dual-business {
        padding: var(--spacing-lg) 0;
    }

    .dual-text h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .dual-text p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .dual-link {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
        width: 100%;
        justify-content: center;
    }
}

/* Mobile Small */
@media (max-width: 375px) {
    .about-text h2 {
        font-size: 1.4rem;
    }

    .expertise-card h3 {
        font-size: 1.1rem;
    }

    .vision-text h2,
    .dual-text h2 {
        font-size: 1.4rem;
    }

    .stat-card .stat-number {
        font-size: 1.75rem;
    }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
    .featured-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .featured-image {
        max-width: 800px;
        margin: 0 auto;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .portfolio-filter-section {
        padding: 1.5rem 0;
        position: relative;
        top: 0;
    }

    .filter-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .filter-buttons {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.5rem;
    }

    .filter-btn {
        white-space: nowrap;
        font-size: 0.9rem;
        padding: 0.65rem 1.25rem;
    }

    .featured-info h2 {
        font-size: 2rem;
    }

    .featured-info p {
        font-size: 1rem;
    }

    .featured-meta {
        gap: 1.5rem;
    }

    .meta-item {
        font-size: 0.9rem;
    }

    .play-btn {
        width: 80px;
        height: 80px;
    }

    .play-btn svg {
        width: 50px;
        height: 50px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .card-content {
        padding: 1.25rem;
    }

    .card-content h3 {
        font-size: 1.2rem;
    }
}

/* Mobile Large */
@media (max-width: 640px) {
    .featured-badge {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }

    .featured-info h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .featured-info p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .featured-meta {
        gap: 1rem;
        flex-direction: column;
    }

    .play-btn {
        width: 70px;
        height: 70px;
    }

    .play-btn svg {
        width: 40px;
        height: 40px;
    }

    .card-play-btn {
        width: 50px;
        height: 50px;
    }

    .card-play-btn svg {
        width: 32px;
        height: 32px;
    }
}

/* Mobile Standard */
@media (max-width: 480px) {
    .filter-label {
        font-size: 0.95rem;
    }

    .filter-btn {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
    }

    .featured-project {
        padding: var(--spacing-lg) 0;
    }

    .featured-content {
        gap: 2rem;
    }

    .featured-info {
        padding: 1rem 0;
    }

    .featured-info h2 {
        font-size: 1.5rem;
    }

    .meta-item {
        font-size: 0.85rem;
    }

    .meta-item svg {
        width: 18px;
        height: 18px;
    }

    .portfolio-grid-section {
        padding: var(--spacing-lg) 0;
    }

    .portfolio-grid {
        gap: 1.25rem;
    }

    .card-content {
        padding: 1rem;
    }

    .card-category {
        font-size: 0.8rem;
        padding: 0.25rem 0.7rem;
    }

    .card-content h3 {
        font-size: 1.15rem;
        margin-bottom: 0.5rem;
    }

    .card-content p {
        font-size: 0.9rem;
    }
}

/* Mobile Small */
@media (max-width: 375px) {
    .featured-info h2 {
        font-size: 1.4rem;
    }

    .card-content h3 {
        font-size: 1.1rem;
    }
}

/* ===================================
   Responsive CSS für Contact-Seite
   Füge diesen Code ans Ende von responsive.css hinzu
   =================================== */

/* Tablet Landscape */
@media (max-width: 1024px) {
    .quick-info-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .contact-sidebar {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .contact-quick-info {
        padding: var(--spacing-lg) 0;
    }

    .quick-info-item {
        padding: 1.5rem;
        gap: 1rem;
    }

    .quick-info-icon {
        width: 50px;
        height: 50px;
    }

    .quick-info-icon svg {
        width: 28px;
        height: 28px;
    }

    .quick-info-content h3 {
        font-size: 1.1rem;
    }

    .form-wrapper {
        padding: 2rem;
    }

    .form-header h2 {
        font-size: 1.75rem;
    }

    .form-header p {
        font-size: 0.95rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-sidebar {
        grid-template-columns: 1fr;
    }

    .sidebar-card {
        padding: 1.75rem;
    }
}

/* Mobile Large */
@media (max-width: 640px) {
    .quick-info-item {
        flex-direction: column;
        text-align: center;
    }

    .quick-info-icon {
        margin: 0 auto;
    }

    .form-wrapper {
        padding: 1.5rem;
    }

    .form-header {
        margin-bottom: 2rem;
    }

    .form-header h2 {
        font-size: 1.5rem;
    }

    .contact-form {
        gap: 1.25rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.75rem 0.875rem;
        font-size: 0.95rem;
    }

    .form-success {
        padding: 2rem 1rem;
    }

    .success-icon {
        width: 70px;
        height: 70px;
    }

    .success-icon svg {
        width: 50px;
        height: 50px;
    }

    .form-success h3 {
        font-size: 1.5rem;
    }

    .form-success p {
        font-size: 1rem;
    }
}

/* Mobile Standard */
@media (max-width: 480px) {
    .contact-quick-info {
        padding: var(--spacing-md) 0;
    }

    .quick-info-item {
        padding: 1.25rem;
    }

    .quick-info-icon {
        width: 45px;
        height: 45px;
    }

    .quick-info-icon svg {
        width: 24px;
        height: 24px;
    }

    .quick-info-content h3 {
        font-size: 1rem;
    }

    .quick-info-content p {
        font-size: 0.95rem;
    }

    .quick-info-meta {
        font-size: 0.85rem;
    }

    .contact-form-section {
        padding: var(--spacing-lg) 0;
    }

    .form-wrapper {
        padding: 1.25rem;
    }

    .form-header h2 {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .form-header p {
        font-size: 0.9rem;
    }

    .form-group label {
        font-size: 0.9rem;
    }

    .checkbox-text {
        font-size: 0.9rem;
    }

    .form-note {
        font-size: 0.8rem;
    }

    .sidebar-card {
        padding: 1.5rem;
    }

    .sidebar-header svg {
        width: 28px;
        height: 28px;
    }

    .sidebar-header h3 {
        font-size: 1.1rem;
    }

    .sidebar-card p {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }

    .sidebar-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }

    .map-section {
        padding: var(--spacing-lg) 0;
    }

    .map-container iframe {
        height: 350px;
    }
}

/* Mobile Small */
@media (max-width: 375px) {
    .form-header h2 {
        font-size: 1.3rem;
    }

    .form-success h3 {
        font-size: 1.35rem;
    }

    .sidebar-header h3 {
        font-size: 1rem;
    }
}