body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:#f2f2f0;
  color:#1a1a1a;
}

.home-page .hero{
  background:#111;
  color:white;
  padding:70px 20px 60px 20px;
  text-align:center;
}

.home-page .hero h1{
  margin:0;
  font-size:42px;
  letter-spacing:2px;
}

.home-page .hero p{
  margin:18px auto 0 auto;
  max-width:760px;
  font-size:18px;
  line-height:1.6;
  color:#d6d6d6;
}

.home-page .hero .subline{
  margin-top:14px;
  font-size:15px;
  color:#aaaaaa;
}

.container{
  max-width:980px;
  margin:0 auto;
  padding:40px 20px 60px 20px;
}

.home-page .container{
  max-width:1100px;
}

.intro,
.box{
  background:white;
  padding:28px;
  border-radius:8px;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.intro{
  margin-bottom:32px;
  line-height:1.7;
}

.intro h2,
h2{
  margin-top:0;
  font-size:28px;
}

.heading-small h2{
  font-size:26px;
}

h3{
  margin-bottom:8px;
  font-size:21px;
}

.section-page{
  line-height:1.7;
}

header{
  background:#1a1a1a;
  color:white;
  padding:60px 20px 40px 20px;
  text-align:center;
}

header h1{
  margin:0;
  font-size:38px;
  letter-spacing:1px;
}

header p{
  max-width:780px;
  margin:18px auto 0 auto;
  font-size:18px;
  color:#d0d0d0;
}

.box{
  margin-bottom:28px;
}

.quote,
.note{
  border-left:4px solid #999;
  padding-left:18px;
  color:#444;
  font-style:italic;
}

.nav{
  text-align:center;
  margin-top:30px;
}

.nav a,
.button-link{
  display:inline-block;
  text-decoration:none;
  color:white;
  background:#222;
  padding:12px 18px;
  border-radius:6px;
  margin:6px;
  border-bottom:none;
}

.button-link{
  font-weight:bold;
}

.nav a:hover,
.button-link:hover{
  background:#444;
  border-bottom:none;
}

.kontakt-btn,
.nav .kontakt-btn{
  background:#444;
}

.kontakt-btn:hover,
.nav .kontakt-btn:hover{
  background:#666;
}

footer,
.footer{
  text-align:center;
  color:#666;
  font-size:14px;
  padding:20px 20px 50px 20px;
}

.home-page .footer{
  padding:30px 20px 50px 20px;
}

.werke-box{
  margin-top:40px;
}

.works-top-none .werke-box{
  margin-top:0;
}

.gallery-grid,
.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;
}

.home-page .grid{
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:22px;
}

.grid a,
.gallery-grid a{
  display:block;
  text-decoration:none;
}

.grid img,
.gallery-grid img{
  display:block;
  width:100%;
  border-radius:6px;
}

.grid a:hover img{
  opacity:0.88;
}

.card{
  display:block;
  text-decoration:none;
  color:#1a1a1a;
  background:white;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
  transition:transform 0.15s ease, box-shadow 0.15s ease;
}

.card:hover{
  transform:translateY(-3px);
  box-shadow:0 6px 18px rgba(0,0,0,0.12);
}

.card-top{
  background:#d9d4ca;
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  padding:10px;
}

.card-body{
  padding:20px;
}

.card-body h3{
  margin-top:0;
  margin-bottom:12px;
  font-size:22px;
}

.card-body p{
  margin:0;
  line-height:1.6;
  color:#444;
}

.quick-access{
  text-align:center;
  margin-top:20px;
  margin-bottom:30px;
}

.quick-access-link{
  display:inline-block;
  padding:10px 16px;
  background:#444;
  color:white;
  text-decoration:none;
  border-radius:6px;
}

.graphic-lead{
  max-width:760px;
  margin:0 0 22px 0;
  color:#333;
}

.werke-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:20px;
}

.werk-card{
  display:block;
  text-decoration:none;
  color:inherit;
  border-radius:8px;
  overflow:hidden;
  background:#f7f7f5;
  box-shadow:0 1px 6px rgba(0,0,0,0.08);
  transition:transform 0.18s ease, box-shadow 0.18s ease;
}

.werk-card:hover{
  transform:translateY(-2px);
  box-shadow:0 4px 14px rgba(0,0,0,0.12);
}

.werk-card img{
  width:100%;
  display:block;
  border-radius:8px;
}

.werke-grid.single-graphic{
  display:flex;
  justify-content:center;
}

.werke-grid.single-graphic .werk-card{
  max-width:400px;
  width:50%;
}

.bild-caption{
  margin:10px 0 0 0;
  font-size:15px;
  color:#444;
  text-align:center;
}

.presslink{
  text-align:center;
  margin:-10px 0 28px 0;
}

.presslink a{
  display:inline-block;
  padding:10px 16px;
  background:#444;
  color:white;
  text-decoration:none;
  border-radius:6px;
  font-size:15px;
  line-height:1.2;
}

.presslink a:hover{
  background:#333;
}

.video-box video{
  width:100%;
  display:block;
  border-radius:6px;
  background:#000;
}

.video-wrapper{
  position:relative;
}

.play-overlay{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:6px;
  background:rgba(0,0,0,0.34);
  color:white;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  cursor:pointer;
  transition:background 0.2s ease, opacity 0.2s ease;
}

.play-overlay:hover{
  background:rgba(0,0,0,0.42);
}

.play-icon{
  width:74px;
  height:74px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.7);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  background:rgba(255,255,255,0.12);
  padding-left:4px;
}

.play-label{
  font-size:16px;
}

.play-overlay.hidden{
  opacity:0;
  pointer-events:none;
}

.contact-links{
  display:flex;
  gap:14px;
  margin-top:18px;
  flex-wrap:wrap;
  justify-content:center;
}

.contact-links a,
.comment-button{
  display:inline-block;
  text-decoration:none;
  color:white;
  background:#444;
  padding:12px 18px;
  border-radius:6px;
}

.contact-links a:hover,
.comment-button:hover{
  background:#666;
}

.comment-button{
  margin-top:12px;
  border:none;
  cursor:pointer;
  font-size:16px;
}

.contact-links a:nth-child(2){
  background:#222;
}

.contact-links a:nth-child(2):hover{
  background:#000;
}

label{
  display:block;
  margin-top:14px;
  margin-bottom:6px;
  font-weight:bold;
}

input,
textarea{
  width:100%;
  padding:12px;
  border:1px solid #bbb;
  border-radius:6px;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  box-sizing:border-box;
}

textarea{
  min-height:160px;
}

.comment-note{
  margin-top:14px;
  color:#555;
  font-size:15px;
}

.mail-link{
  color:#1a1a1a;
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px solid #999;
}

.mail-link:hover{
  border-bottom-color:#1a1a1a;
}

.portrait-layout{
  display:flex;
  gap:24px;
  align-items:flex-start;
}

.portrait-img{
  width:180px;
  max-width:40%;
  border-radius:8px;
  object-fit:cover;
}

.imprint-page a{
  color:#1a1a1a;
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px solid #999;
}

.imprint-page a:hover{
  border-bottom-color:#1a1a1a;
}

.quick-page{
  background:#111;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  height:100vh;
  text-align:center;
}

.quick-page .container{
  max-width:400px;
  width:100%;
  text-align:center;
  padding:0;
}

.quick-page h1{
  margin-bottom:30px;
  font-size:28px;
  text-align:center;
  width:100%;
}

.quick-page .button{
  display:block;
  width:90%;
  margin:12px auto;
  padding:18px;
  border-radius:10px;
  text-decoration:none;
  color:white;
  font-size:18px;
  background:#333;
}

.quick-page .button.red{ background:#8b0000; }
.quick-page .button.blue{ background:#004080; }
.quick-page .button.green{ background:#006400; }

.work-page{
  margin:8px;
  font-family:Arial, Helvetica, sans-serif;
  background:#f2f2f0;
  text-align:center;
  padding:40px;
  color:#1a1a1a;
}

.work-page img{
  max-width:800px;
  width:100%;
  border-radius:6px;
}

.work-page.work-page-narrow img{
  max-width:400px;
  width:50%;
}

.work-page .text{
  max-width:700px;
  margin:auto;
  margin-top:30px;
  font-size:18px;
  line-height:1.6;
}

.work-page .meta{
  margin-top:20px;
  color:#555;
  font-size:15px;
}

.work-page > a{
  display:inline-block;
  margin-top:30px;
  text-decoration:none;
  color:white;
  background:#222;
  padding:10px 16px;
  border-radius:6px;
}

.detail-page .box > img{
  width:100%;
  border-radius:6px;
  margin-bottom:20px;
}

.detail-page header h1{
  font-size:32px;
  letter-spacing:0;
}

.detail-page .container{
  max-width:900px;
  padding:40px 20px;
}

.detail-page .box{
  margin-bottom:0;
}

@media (max-width:640px){
  header{
    padding:46px 18px 30px 18px;
  }

  header h1{
    font-size:32px;
  }

  header p{
    font-size:17px;
  }

  .container{
    padding:28px 16px 44px 16px;
  }

  .box{
    padding:22px;
  }

  h2{
    font-size:24px;
  }

  .nav a{
    display:block;
    margin:10px auto;
    max-width:320px;
  }

  .werke-grid.single-graphic .werk-card{
    width:100%;
    max-width:400px;
  }
}

@media (max-width:700px){
  .portrait-layout{
    flex-direction:column;
  }

  .portrait-img{
    max-width:100%;
    width:220px;
  }
}
