    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 'Comfortaa', 'Public Sans', system-ui, sans-serif; background-color: #f7f7f7; }

    /* ALLE ÜBERSCHRIFTEN IN ELEGANTEM DUNKELGRAU */
    h1, h2, h3, h4, .logo, .nav a, .contact-heading, .pdf-section-header, .about-text-area h2, .artist-text h2, .gallery-section h2, .quote-section h2, .subpage-content > h1 {
      color: #555555 !important;
    }
    body.home .logo, body.home .nav a, body.home .icon-bar a, body.home .icon-bar svg {
      color: white !important;
      fill: white !important;
    }

    .header {
      position: relative;
      z-index: 100;
      max-width: 1300px;
      margin: 0 auto;
      padding: 2rem 2rem 1rem 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 1.5rem;
      border-bottom: 1px solid rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }
    body.home .header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-bottom-color: rgba(255,255,255,0.2);
    }
    body:not(.home) .logo, body:not(.home) .nav a, body:not(.home) .icon-bar a, body:not(.home) .icon-bar svg {
      color: #555555 !important;
      fill: #555555 !important;
    }
    body:not(.home) .header { border-bottom-color: rgba(0,0,0,0.1); }
    .logo { font-family: 'Comfortaa', sans-serif; font-size: 1.2rem; font-weight: 400; letter-spacing: 0.5px; text-decoration: none; flex-shrink: 0; }
    .nav { display: flex; gap: 2rem; list-style: none; margin: 0 auto; }
    .nav a { text-decoration: none; font-family: 'Comfortaa', sans-serif; font-size: 0.9rem; font-weight: 400; letter-spacing: 0.3px; cursor: pointer; text-transform: lowercase; transition: opacity 0.2s; }
    .nav a:hover { opacity: 0.6; }
    .nav a.active { opacity: 0.7; }
    .icon-bar { display: flex; gap: 1.5rem; align-items: center; flex-shrink: 0; }
    .icon-bar a { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
    .icon-bar a:hover { opacity: 0.6; }
    .icon-bar svg { width: 20px; height: 20px; }

    .hero {
      position: relative;
      height: 100vh;
      min-height: 600px;
      width: 100%;
      overflow: hidden;
      margin-top: -80px;
    }
    .slideshow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
    .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease-in-out; }
    .slide.active { opacity: 1; }
    .slide-1 { background-image: url('/images/slide-1.avif'); }
    .slide-2 { background-image: url('/images/slide-2.avif'); }
    .slide-3 { background-image: url('/images/slide-3.avif'); }
    .slide-4 { background-image: url('/images/slide-4.avif'); }
    .slide-5 { background-image: url('/images/slide-5.avif'); }
    .slide-6 { background-image: url('/images/slide-6.avif'); }
    .slide-7 { background-image: url('/images/slide-7.avif'); }
    .slider-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 15; width: 100%; pointer-events: none; }
    .slider-nav .prev, .slider-nav .next {
      pointer-events: auto; position: absolute; cursor: pointer; background: rgba(255,255,255,0.2); backdrop-filter: blur(4px);
      width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s; opacity: 0;
    }
    .hero:hover .slider-nav .prev, .hero:hover .slider-nav .next { opacity: 1; }
    .slider-nav .prev { left: 30px; }
    .slider-nav .next { right: 30px; }
    .slider-nav svg { width: 24px; height: 24px; fill: white; }
    .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); z-index: 1; pointer-events: none; }

    .main-content { background-color: #f7f7f7; padding: 4rem 2rem; }
    .container { max-width: 1200px; margin: 0 auto; }
    .quote-section { text-align: center; padding: 3rem 1rem; }
    .quote-section h2 { font-family: 'Comfortaa', sans-serif; font-size: 1.5rem; font-weight: 400; max-width: 700px; margin: 0 auto 1rem auto; }
    .quote-section p { color: #555555; }
    .btn { display: inline-block; margin-top: 2rem; padding: 0.8rem 2rem; background: #3a3a3a; color: white; font-family: 'Comfortaa', sans-serif; font-size: 0.9rem; cursor: pointer; border: none; border-radius: 30px; }
    .btn:hover { background: #555; }
    .artist-section { display: flex; gap: 3rem; flex-wrap: wrap; align-items: stretch; padding: 3rem 0; border-top: 1px solid #ddd; }
    .artist-text { flex: 1; min-width: 250px; display: flex; flex-direction: column; justify-content: space-between; }
    .artist-text h2 { font-family: 'Comfortaa', sans-serif; font-size: 1.5rem; font-weight: 400; margin-bottom: 1rem; }
    .artist-text p { font-family: 'Comfortaa', sans-serif; color: #555555; line-height: 1.6; margin-bottom: 1rem; font-weight: 300; }
    .artist-image { flex: 1; min-width: 250px; display: flex; align-items: flex-start; }
    .artist-image img { width: 100%; height: auto; object-fit: contain; background: #ddd; }
    .gallery-section { padding: 3rem 0; border-top: 1px solid #ddd; }
    .gallery-section h2 { text-align: center; font-family: 'Comfortaa', sans-serif; font-size: 1.5rem; font-weight: 400; margin-bottom: 2rem; }
    .home-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }
    .home-gallery-item { width: 100%; cursor: pointer; transition: transform 0.3s ease, opacity 0.3s; }
    .home-gallery-item img { width: 100%; height: auto; display: block; }
    .home-gallery-item:hover { transform: scale(1.02); opacity: 0.9; }

    .page { display: none; padding: 2rem; max-width: 1300px; margin: 0 auto; }
    .page.active-page { display: block; }
    body:not(.home) .hero, body:not(.home) .main-content { display: none; }
    .subpage-content { background-color: #f7f7f7; min-height: 50vh; }
    
    .subpage-content > h1 { font-family: 'Comfortaa', sans-serif; font-size: 2rem; font-weight: 400; margin-bottom: 1rem; text-transform: lowercase; }
    .back-link { display: inline-block; margin-bottom: 2rem; color: #555555; text-decoration: none; font-family: 'Comfortaa', sans-serif; font-size: 0.9rem; cursor: pointer; }
    .back-link:hover { opacity: 0.6; }
    
    .work-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 2rem; margin-top: 1.5rem; }
    .work-card { position: relative; cursor: pointer; transition: transform 0.3s ease; aspect-ratio: 1 / 1; }
    .work-card:hover { transform: translateY(-5px); }
    .work-card-image { width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; background-color: #ddd; }
    .work-card-title { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; font-family: 'Comfortaa', sans-serif; font-size: 1rem; font-weight: 500; color: white; text-shadow: 0 1px 2px rgba(0,0,0,0.3); pointer-events: none; white-space: pre-line; }

    .exhibitions-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
    .exhibition-card { width: 100%; cursor: pointer; transition: transform 0.3s ease; }
    .exhibition-card:hover { transform: translateY(-3px); }
    .exhibition-card-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background-color: #ddd; }
    .exhibition-card-text { margin-top: 1rem; font-size: 0.85rem; color: #555555; line-height: 1.5; font-family: 'Comfortaa', sans-serif; font-weight: 300; }
    .exhibition-card-text p { margin-bottom: 0.5rem; }
    .exhibition-card-text strong { font-weight: 500; }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem;
    }
    .gallery-item {
      width: 100%;
      cursor: pointer;
      transition: transform 0.3s ease, opacity 0.3s;
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }
    .gallery-item:hover {
      transform: scale(1.02);
      opacity: 0.95;
    }
    .gallery-item:hover img {
      transform: scale(1.03);
    }

    .lightbox {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.95);
      z-index: 2000;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .lightbox.active {
      display: flex;
    }
    .lightbox-close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 40px;
      color: white;
      cursor: pointer;
      font-family: monospace;
      transition: opacity 0.3s;
      z-index: 2001;
    }
    .lightbox-close:hover {
      opacity: 0.7;
    }
    .lightbox-image {
      max-width: 90%;
      max-height: 85%;
      object-fit: contain;
      border-radius: 4px;
      box-shadow: 0 0 30px rgba(0,0,0,0.5);
    }
    .lightbox-prev, .lightbox-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255,255,255,0.2);
      backdrop-filter: blur(4px);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      color: white;
      font-size: 30px;
      font-family: monospace;
    }
    .lightbox-prev:hover, .lightbox-next:hover {
      background: rgba(255,255,255,0.4);
    }
    .lightbox-prev { left: 30px; }
    .lightbox-next { right: 30px; }
    .lightbox-counter {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      text-align: center;
      color: white;
      font-family: 'Comfortaa', sans-serif;
      font-size: 14px;
      background: rgba(0,0,0,0.5);
      padding: 8px;
      width: fit-content;
      margin: 0 auto;
      border-radius: 30px;
    }

    /* PDF POPUP */
    .pdf-popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.92);
      z-index: 3000;
      justify-content: center;
      align-items: center;
      padding: 2rem;
    }
    .pdf-popup.active {
      display: flex;
    }
    .pdf-popup-close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 40px;
      color: white;
      cursor: pointer;
      font-family: monospace;
      transition: opacity 0.3s;
      z-index: 3001;
    }
    .pdf-popup-close:hover {
      opacity: 0.7;
    }
    .pdf-popup-content {
      width: 90%;
      max-width: 1200px;
      height: 90%;
      max-height: 900px;
      background: white;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.5);
      position: relative;
    }
    .pdf-popup-content iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 8px;
    }

    /* LOGOS POPUP */
    .logos-popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.92);
      z-index: 3000;
      justify-content: center;
      align-items: center;
      padding: 2rem;
    }
    .logos-popup.active {
      display: flex;
    }
    .logos-popup-close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 40px;
      color: white;
      cursor: pointer;
      font-family: monospace;
      transition: opacity 0.3s;
      z-index: 3001;
    }
    .logos-popup-close:hover {
      opacity: 0.7;
    }
    .logos-popup-content {
      width: 90%;
      max-width: 1200px;
      height: 90%;
      max-height: 900px;
      background: white;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.5);
      position: relative;
    }
    .logos-popup-content iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 8px;
    }

    .pdf-section-header {
      text-align: center;
      font-family: 'Comfortaa', sans-serif;
      font-size: 1.8rem;
      font-weight: 400;
      color: #555555;
      margin-bottom: 0.5rem;
      letter-spacing: 0.5px;
    }
    .pdf-section-description {
      text-align: center;
      font-family: 'Comfortaa', sans-serif;
      font-size: 0.9rem;
      font-weight: 300;
      color: #777777;
      margin-bottom: 2.5rem;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.5;
    }
    
    .pdf-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 2rem; margin-top: 0.5rem; }
    .pdf-card { position: relative; cursor: pointer; transition: transform 0.3s ease; aspect-ratio: 1 / 1; }
    .pdf-card:hover { transform: translateY(-5px); }
    .pdf-card-image { width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; background-color: #ddd; }
    .pdf-card-title { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; font-family: 'Comfortaa', sans-serif; font-size: 1rem; font-weight: 500; color: white; text-shadow: 0 1px 2px rgba(0,0,0,0.3); pointer-events: none; white-space: pre-line; }

    .vita-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
    .vita-card { position: relative; cursor: pointer; transition: transform 0.3s ease; aspect-ratio: 1 / 1; }
    .vita-card:hover { transform: translateY(-5px); }
    .vita-card-image { width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; background-color: #ddd; }
    .vita-card-title { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; font-family: 'Comfortaa', sans-serif; font-size: 1rem; font-weight: 500; color: white; text-shadow: 0 1px 2px rgba(0,0,0,0.3); pointer-events: none; }

    .series-info-text { margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid #ddd; width: 100%; }
    .series-info-text h3 { font-family: 'Comfortaa', sans-serif; font-size: 1.3rem; font-weight: 400; color: #555555; margin-bottom: 0.5rem; }
    .series-info-text p { font-family: 'Comfortaa', sans-serif; font-size: 0.9rem; color: #555555; line-height: 1.6; max-width: 100%; font-weight: 300; }

    .about-layout {
      display: flex;
      flex-wrap: wrap;
      gap: 3rem;
      align-items: flex-start;
      margin-top: 1rem;
    }
    .about-image-side {
      flex: 0.8;
      min-width: 240px;
    }
    .about-image-side img {
      width: 100%;
      height: auto;
      max-width: 380px;
      object-fit: cover;
      border-radius: 2px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .about-text-area {
      flex: 1.2;
      min-width: 260px;
    }
    .about-text-area h2 {
      font-family: 'Comfortaa', sans-serif;
      font-size: 2rem;
      font-weight: 400;
      margin: 0 0 1.2rem 0;
      letter-spacing: -0.3px;
    }
    .about-me-text {
      max-width: 100%;
    }
    .about-me-text p {
      font-family: 'Comfortaa', sans-serif;
      font-weight: 300;
      line-height: 1.6;
      margin-bottom: 1.2rem;
      color: #555555;
    }
    .about-me-text .quote {
      font-style: italic;
      margin-top: 1rem;
      border-left: 2px solid #ccc;
      padding-left: 1.2rem;
      color: #555555;
    }
    .get-in-touch-btn {
      display: inline-block;
      margin: 1.5rem 0 2rem 0;
      padding: 0.8rem 2rem;
      background: #3a3a3a;
      color: white;
      font-family: 'Comfortaa', sans-serif;
      font-size: 0.9rem;
      cursor: pointer;
      border: none;
      border-radius: 30px;
      text-decoration: none;
    }
    .get-in-touch-btn:hover { background: #555; }
    
    .vita-section-no-title {
      margin-top: 2rem;
    }
    .vita-section-no-title .vita-grid {
      margin-top: 0.5rem;
    }

    .contact-section {
      max-width: 1100px;
      margin: 0 auto;
    }
    .contact-layout {
      display: flex;
      gap: 3rem;
      flex-wrap: wrap;
      align-items: flex-start;
    }
    .contact-image {
      flex: 1;
      min-width: 250px;
    }
    .contact-image-img {
      width: 100%;
      height: auto;
      object-fit: cover;
      background-color: #ddd;
      border-radius: 4px;
    }
    .contact-form-wrapper {
      flex: 1;
      min-width: 280px;
    }
    .contact-heading {
      font-family: 'Comfortaa', sans-serif;
      font-size: 2rem;
      font-weight: 400;
      margin: 0 0 1.5rem 0;
      padding: 0;
      line-height: 1.2;
    }
    .contact-form {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    .name-group {
      display: flex;
      gap: 1rem;
    }
    .name-group input {
      flex: 1;
    }
    .contact-form input,
    .contact-form textarea {
      padding: 12px 16px;
      border: 1px solid #ccc;
      background: white;
      font-family: 'Comfortaa', sans-serif;
      font-size: 0.9rem;
      border-radius: 30px;
      width: 100%;
      color: #555555;
    }
    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
      color: #aaaaaa;
    }
    .contact-form button {
      padding: 0.8rem 2rem;
      background: #3a3a3a;
      color: white;
      border: none;
      cursor: pointer;
      font-family: 'Comfortaa', sans-serif;
      font-size: 0.9rem;
      width: fit-content;
      border-radius: 30px;
      margin-top: 0.5rem;
    }
    .contact-form button:hover {
      background: #555;
    }
    
    .copyright { text-align: center; padding: 1.5rem 0 0.5rem 0; font-size: 0.7rem; color: #888888; font-family: 'Comfortaa', sans-serif; }

    .cookie-consent {
      position: fixed; bottom: 0; left: 0; width: 100%; background: #e8e8e8; color: #555555;
      padding: 8px 20px; font-size: 0.7rem; z-index: 1000; display: flex; justify-content: space-between;
      align-items: center; flex-wrap: wrap; gap: 16px; font-family: 'Comfortaa', sans-serif; box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
    }
    .cookie-consent span { flex: 1; text-align: center; color: #555555; }
    .cookie-consent button { background: none; border: none; color: #555555; cursor: pointer; font-size: 1rem; opacity: 0.6; padding: 0 8px; }
    .cookie-consent button:hover { opacity: 1; }
    .cookie-consent.hide { display: none; }

    @media (max-width: 800px) {
      .header { padding: 1rem; flex-direction: column; }
      .nav { margin: 0; }
      .hero { margin-top: -120px; }
      .cookie-consent { padding: 8px 16px; font-size: 0.65rem; }
      .home-gallery-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
      .exhibitions-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
      .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
      .pdf-gallery-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
      .vita-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 1rem; }
      .work-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
      .contact-layout { flex-direction: column; }
      .about-layout { flex-direction: column; }
      .about-image-side { order: -1; margin-bottom: 1rem; }
      .about-image-side img { max-width: 100%; }
      .pdf-section-header { font-size: 1.4rem; }
      .name-group { flex-direction: column; gap: 1rem; }
      .lightbox-prev, .lightbox-next { width: 40px; height: 40px; font-size: 24px; }
      .lightbox-prev { left: 10px; }
      .lightbox-next { right: 10px; }
      .pdf-popup-content, .logos-popup-content { width: 98%; height: 95%; }
      .pdf-popup, .logos-popup { padding: 1rem; }
    }

.lang-switch { margin-left: 1.2rem; font-family: 'Comfortaa', sans-serif; font-size: 0.78rem; letter-spacing: 0.06em; }
.lang-switch a { text-decoration: none; opacity: 0.55; margin: 0 2px; }
.lang-switch a.active-lang { opacity: 1; font-weight: 600; }
.lang-switch .sep { opacity: 0.4; margin: 0 2px; }
body.home .lang-switch a, body.home .lang-switch .sep { color: white; }
body:not(.home) .lang-switch a, body:not(.home) .lang-switch .sep { color: #555555; }

.subpage-content { padding: 6rem 2rem 2rem 2rem; max-width: 1300px; margin: 0 auto; }
body.home .subpage-content { display:none; }
body:not(.home) .hero, body:not(.home) .main-content { display: none; }
.exhibition-card-text a { color:#555555; }
