/*
Theme Name: Paper Corner
Theme URI: https://www.paper-corner.de/
Author: Paper Corner
Description: Maßgeschneidertes, responsives One-Page-Theme für Paper Corner Wörth.
Version: 1.5.1
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: paper-corner
*/

:root {
  --pc-blue: #062a5e;
  --pc-blue-light: #0b4d8b;
  --pc-red: #d71920;
  --pc-yellow: #ffd329;
  --pc-green: #4b8b24;
  --pc-cream: #f7f3e9;
  --pc-white: #fff;
  --pc-text: #172033;
  --pc-muted: #5c6575;
  --pc-border: rgba(6, 42, 94, .14);
  --pc-shadow: 0 18px 45px rgba(6, 42, 94, .12);
  --pc-width: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--pc-text);
  background: var(--pc-cream);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.pc-menu-open { overflow: hidden; }
a { color: var(--pc-blue-light); }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { position: fixed; z-index: 9999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px; clip: auto; background: #fff; }
.pc-wrap { width: min(var(--pc-width), calc(100% - 40px)); margin-inline: auto; }
.pc-site-main { overflow: hidden; }
.pc-section { padding: 84px 0; }
.pc-section--white { background: var(--pc-white); }
.pc-section--blue { color: var(--pc-white); background: var(--pc-blue); }
.pc-kicker { display: inline-block; margin-bottom: 10px; color: var(--pc-red); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.pc-section--blue .pc-kicker { color: var(--pc-yellow); }
.pc-title { max-width: 860px; margin: 0 0 18px; color: var(--pc-blue); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.035em; text-transform: uppercase; }
.pc-section--blue .pc-title { color: var(--pc-white); }
.pc-lead { max-width: 760px; margin: 0; font-size: 1.12rem; }
.pc-button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  padding: 12px 20px; border: 2px solid transparent; border-radius: 4px;
  color: #fff; background: var(--pc-red); font-weight: 900; text-decoration: none;
  text-align: center; cursor: pointer; transition: transform .18s ease, background .18s ease;
}
.pc-button:hover, .pc-button:focus-visible { color: #fff; background: #b91319; transform: translateY(-2px); }
.pc-button--yellow { color: var(--pc-blue); background: var(--pc-yellow); }
.pc-button--yellow:hover, .pc-button--yellow:focus-visible { color: var(--pc-blue); background: #ffe264; }
.pc-button--blue { background: var(--pc-blue); }
.pc-button--blue:hover, .pc-button--blue:focus-visible { background: var(--pc-blue-light); }
.pc-button--outline { border-color: currentColor; color: var(--pc-blue); background: transparent; }
.pc-button--outline:hover, .pc-button--outline:focus-visible { color: #fff; background: var(--pc-blue); }

/* Header */
.pc-site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid var(--pc-border); background: rgba(255,255,255,.97); box-shadow: 0 6px 20px rgba(6,42,94,.06); }
@media (min-width: 783px) {
  body.admin-bar .pc-site-header { top: 32px; }
}
.pc-header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.pc-logo { display: block; flex: 0 0 auto; width: min(290px, 42vw); line-height: 0; }
.pc-logo img { display: block; width: 100%; }
.pc-nav { display: flex; align-items: center; gap: 20px; }
.pc-nav a { color: var(--pc-blue); font-size: .94rem; font-weight: 800; text-decoration: none; }
.pc-nav a:hover, .pc-nav a:focus-visible { color: var(--pc-red); }
.pc-nav .pc-nav-cta { padding: 9px 13px; color: #fff; background: var(--pc-red); }
.pc-nav .pc-nav-cta:hover { color: #fff; background: #b91319; }
.pc-menu-toggle { display: none; width: 44px; height: 44px; padding: 8px; border: 0; color: var(--pc-blue); background: transparent; cursor: pointer; }
.pc-menu-toggle span { display: block; height: 3px; margin: 5px 0; background: currentColor; }

/* Hero */
.pc-hero { position: relative; overflow: hidden; padding: 104px 0 94px; color: #fff; background: var(--pc-blue); }
.pc-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 18%, rgba(255,211,41,.22), transparent 28%), radial-gradient(circle at 8% 88%, rgba(215,25,32,.22), transparent 28%); }
.pc-hero::after { content: ""; position: absolute; right: -6%; bottom: 31px; width: 58%; height: 15px; background: var(--pc-yellow); transform: rotate(-2deg); }
.pc-hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 52px; }
.pc-hero h1 { max-width: 820px; margin: 12px 0 22px; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .91; letter-spacing: -.05em; text-transform: uppercase; }
.pc-highlight { display: inline-block; margin-top: 10px; padding: 6px 12px; color: var(--pc-blue); background: var(--pc-yellow); transform: rotate(-1deg); }
.pc-hero p { max-width: 670px; margin: 0; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.pc-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.pc-hero-badge { position: relative; display: grid; aspect-ratio: 1; place-items: center; padding: 30px; border: 4px solid #fff; border-radius: 50%; color: var(--pc-blue); background: var(--pc-yellow); box-shadow: 14px 14px 0 var(--pc-red); text-align: center; transform: rotate(3deg); }
.pc-hero-badge strong { display: block; font-size: clamp(1.4rem, 3vw, 2.3rem); line-height: 1.05; text-transform: uppercase; }
.pc-hero-badge span { display: block; margin-top: 8px; font-weight: 800; }

/* Cards and promotion */
.pc-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 19px; margin-top: 38px; }
.pc-card { min-width: 0; padding: 27px 23px; border: 3px solid var(--pc-blue); background: #fff; box-shadow: 7px 7px 0 var(--pc-yellow); }
.pc-card:nth-child(2) { box-shadow: 7px 7px 0 var(--pc-red); }
.pc-card:nth-child(3) { box-shadow: 7px 7px 0 var(--pc-blue-light); }
.pc-card:nth-child(4) { box-shadow: 7px 7px 0 var(--pc-green); }
.pc-card-icon { display: grid; width: 54px; height: 54px; place-items: center; font-size: 2rem; }
.pc-card-icon img { max-width: 48px; max-height: 48px; }
.pc-card h3 { margin: 15px 0 7px; color: var(--pc-blue); font-size: 1.35rem; line-height: 1.15; }
.pc-card p { margin: 0; }
.pc-school-promo { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; margin-top: 54px; padding: 34px; border: 3px solid var(--pc-blue); color: #fff; background: var(--pc-blue); box-shadow: 9px 9px 0 var(--pc-yellow); }
.pc-school-promo h3 { margin: 4px 0 6px; color: #fff; font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.05; text-transform: uppercase; }
.pc-school-promo p { max-width: 740px; margin: 0; }

/* Services */
.pc-photo-service { display: grid; grid-template-columns: 80px 1fr; gap: 24px; align-items: center; margin-bottom: 60px; padding: 32px; border: 3px solid var(--pc-blue); background: var(--pc-yellow); box-shadow: 9px 9px 0 var(--pc-red); }
.pc-photo-service-icon { font-size: 3.6rem; text-align: center; }
.pc-photo-service h3 { margin: 0 0 6px; color: var(--pc-blue); font-size: 1.8rem; text-transform: uppercase; }
.pc-photo-service p { margin: 0; }
.pc-note { display: inline-block; margin-top: 12px; padding: 5px 10px; color: #fff; background: var(--pc-blue); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.pc-partner-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.pc-partner { display: flex; min-height: 116px; align-items: center; justify-content: center; padding: 18px 12px; border: 2px solid var(--pc-border); background: #fff; }
.pc-partner img { max-height: 68px; width: auto; object-fit: contain; }

/* Business */
.pc-business-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 40px; }
.pc-business-card { padding: 28px; border: 3px solid #fff; color: var(--pc-text); background: #fff; box-shadow: 7px 7px 0 var(--pc-yellow); }
.pc-business-card:nth-child(2) { box-shadow: 7px 7px 0 var(--pc-red); }
.pc-business-card:nth-child(3) { box-shadow: 7px 7px 0 var(--pc-green); }
.pc-business-number { color: var(--pc-red); font-size: .85rem; font-weight: 900; letter-spacing: .12em; }
.pc-business-card h3 { margin: 14px 0 9px; color: var(--pc-blue); font-size: 1.35rem; line-height: 1.2; }
.pc-business-card p { margin: 0 0 18px; }

/* About/contact */
.pc-about-grid, .pc-visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.pc-about-copy { padding-right: 30px; }
.pc-about-points { display: grid; gap: 13px; margin-top: 28px; }
.pc-about-point { display: flex; gap: 12px; align-items: flex-start; }
.pc-about-point strong { color: var(--pc-blue); }
.pc-check { display: grid; flex: 0 0 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--pc-green); font-weight: 900; }
.pc-about-panel { padding: 36px; border: 3px solid var(--pc-blue); background: var(--pc-yellow); box-shadow: 10px 10px 0 var(--pc-red); }
.pc-about-panel h3 { margin-top: 0; color: var(--pc-blue); font-size: 1.6rem; }
.pc-visit-card { min-width: 0; padding: 34px; border: 3px solid var(--pc-blue); background: var(--pc-yellow); box-shadow: 9px 9px 0 var(--pc-red); }
.pc-visit-card h3, .pc-hours h3 { margin: 0 0 16px; font-size: 1.55rem; }
.pc-visit-card address { margin-bottom: 20px; font-style: normal; }
.pc-hours { min-width: 0; padding: 34px; color: #fff; background: var(--pc-blue); }
.pc-hours-row { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px dashed rgba(255,255,255,.4); }
.pc-hours-row strong { color: var(--pc-yellow); }
.pc-contact-form { margin-top: 34px; padding: 34px; border: 2px solid var(--pc-border); background: #fff; }
.pc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pc-field { display: grid; gap: 6px; }
.pc-field--wide { grid-column: 1 / -1; }
.pc-field label { color: var(--pc-blue); font-weight: 800; }
.pc-field input, .pc-field textarea { width: 100%; padding: 12px 13px; border: 2px solid #b8c0cc; border-radius: 3px; background: #fff; }
.pc-field input:focus, .pc-field textarea:focus { border-color: var(--pc-blue); outline: 3px solid rgba(255,211,41,.6); }
.pc-consent { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; }
.pc-consent input { margin-top: 5px; }
.pc-honeypot { position: absolute !important; left: -9999px !important; }
.pc-alert { margin-bottom: 22px; padding: 13px 16px; border-left: 6px solid var(--pc-green); background: #eaf5e5; font-weight: 700; }
.pc-alert--error { border-color: var(--pc-red); background: #fff0f0; }

/* School page */
.pc-school-hero { padding: 88px 0; text-align: center; color: #fff; background: radial-gradient(circle at 12% 15%, rgba(255,211,41,.22), transparent 25%), radial-gradient(circle at 88% 80%, rgba(215,25,32,.25), transparent 27%), var(--pc-blue); }
.pc-school-hero h1 { max-width: 950px; margin: 0 auto 20px; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; letter-spacing: -.04em; }
.pc-school-hero p { max-width: 720px; margin: 0 auto; font-size: 1.17rem; }
.pc-school-hero .pc-actions { justify-content: center; }
.pc-school-note { margin-top: 17px !important; font-size: .82rem !important; color: rgba(255,255,255,.82); }
.pc-school-note a { color: #fff; }
.pc-school-ways { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 40px; }
.pc-school-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--pc-border); border-radius: 10px; background: #fff; box-shadow: var(--pc-shadow); }
.pc-school-number { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; background: var(--pc-red); font-weight: 900; }
.pc-school-card:nth-child(2) .pc-school-number { background: var(--pc-blue); }
.pc-school-card:nth-child(3) .pc-school-number { background: var(--pc-green); }
.pc-school-card h3 { color: var(--pc-blue); font-size: 1.35rem; }
.pc-school-card p { flex-grow: 1; }
.pc-school-info { display: grid; grid-template-columns: 74px 1fr; gap: 26px; align-items: start; padding: 50px; color: #fff; background: var(--pc-blue); }
.pc-school-info-mark { display: grid; width: 74px; height: 74px; place-items: center; border-radius: 50%; color: var(--pc-blue); background: var(--pc-yellow); font-size: 2rem; font-weight: 900; }
.pc-school-info h2 { margin-top: 0; color: #fff; font-size: 2rem; }
.pc-jotform-consent { max-width: 800px; margin: 38px auto 0; padding: 34px; border: 2px solid var(--pc-border); border-radius: 8px; background: #fff; text-align: center; box-shadow: var(--pc-shadow); }
.pc-jotform-container { max-width: 1040px; margin: 30px auto 0; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: var(--pc-shadow); }
.pc-jotform-container iframe { display: block; width: 100%; min-height: 1700px; border: 0; }

/* Content pages and footer */
.pc-page-hero { padding: 58px 0; color: #fff; background: var(--pc-blue); }
.pc-page-hero h1 { margin: 0; color: #fff; font-size: clamp(2.4rem, 5vw, 4rem); }
.pc-content { max-width: 900px; margin: 0 auto; padding: 64px 20px 90px; background: #fff; }
.pc-content h2, .pc-content h3 { color: var(--pc-blue); }
.pc-content h2 { margin-top: 2.3em; }
.pc-content a { overflow-wrap: anywhere; }
.pc-site-footer { padding: 46px 0 28px; color: rgba(255,255,255,.88); background: #041d40; }
.pc-footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 40px; }
.pc-footer-logo { width: min(280px, 100%); filter: brightness(0) invert(1); }
.pc-site-footer h2 { margin: 0 0 12px; color: var(--pc-yellow); font-size: 1rem; text-transform: uppercase; }
.pc-site-footer p { margin: 0; }
.pc-site-footer a { color: #fff; }
.pc-footer-links { display: grid; gap: 7px; }
.pc-copyright { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); font-size: .82rem; }

@media (max-width: 980px) {
  .pc-menu-toggle { display: block; }
  .pc-nav { position: fixed; inset: 82px 0 auto; display: none; max-height: calc(100vh - 82px); overflow: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 20px 28px; background: #fff; box-shadow: 0 20px 30px rgba(6,42,94,.16); }
  .pc-nav.is-open { display: flex; }
  .pc-nav a { padding: 13px 5px; border-bottom: 1px solid var(--pc-border); }
  .pc-nav .pc-nav-cta { margin-top: 12px; padding: 12px; text-align: center; }
  .pc-hero-grid { grid-template-columns: 1fr; }
  .pc-hero-badge { width: min(300px, 78vw); margin: 0 auto; }
  .pc-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pc-partner-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .pc-business-grid, .pc-school-ways { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .pc-wrap { width: min(100% - 26px, var(--pc-width)); }
  .pc-section { padding: 58px 0; }
  .pc-header-inner { min-height: 72px; }
  .pc-logo { width: min(235px, 70vw); }
  .pc-nav { top: 72px; max-height: calc(100vh - 72px); }
  .pc-hero { padding: 72px 0 70px; }
  .pc-hero h1 { font-size: clamp(2.7rem, 15vw, 4.4rem); }
  .pc-card-grid, .pc-about-grid, .pc-visit-grid, .pc-form-grid, .pc-footer-grid { grid-template-columns: 1fr; }
  .pc-school-promo { grid-template-columns: 1fr; padding: 25px; }
  .pc-photo-service { grid-template-columns: 1fr; }
  .pc-photo-service-icon { text-align: left; }
  .pc-partner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pc-about-copy { padding-right: 0; }
  .pc-about-panel, .pc-visit-card, .pc-hours, .pc-contact-form { padding: 25px; }
  .pc-hours-row { display: block; }
  .pc-hours-row span { display: block; }
  .pc-field--wide { grid-column: auto; }
  .pc-school-info { grid-template-columns: 1fr; padding: 30px 24px; }
  .pc-school-hero { padding: 64px 0; }
  .pc-school-hero .pc-actions { flex-direction: column; }
  .pc-school-hero .pc-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Version 1.4 – editierbares Sortiment, Privatkunden im Mittelpunkt */
.pc-offering-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.pc-offering-card {
  min-width: 0;
  overflow: hidden;
  padding: 25px 22px;
  border: 1px solid var(--pc-border);
  border-top: 3px solid var(--pc-blue);
  border-radius: 3px;
  background: #fff;
}
.pc-offering-card:nth-child(3n+2) { border-top-color: var(--pc-red); }
.pc-offering-card h3 { margin: 14px 0 8px; color: var(--pc-blue); font-size: 1.25rem; line-height: 1.2; }
.pc-offering-card p { margin: 0; color: var(--pc-muted); }
.pc-offering-image {
  display: flex;
  height: 105px;
  align-items: center;
  justify-content: flex-start;
  margin: -5px 0 7px;
}
.pc-offering-image img { display: block; width: auto; max-width: 100%; height: auto; max-height: 88px; object-fit: contain; }
.pc-offering-image--photo { height: 155px; margin: -25px -22px 15px; }
.pc-offering-image--photo img { width: 100%; height: 100%; max-height: none; object-fit: cover; }

.pc-business-section { padding: 30px 0; border-top: 1px solid var(--pc-border); border-bottom: 1px solid var(--pc-border); background: #eef2f6; }
.pc-business-strip { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: center; }
.pc-business-strip h2 { margin: 5px 0 6px; color: var(--pc-blue); font-size: clamp(1.35rem, 2.3vw, 1.85rem); }
.pc-business-strip p { max-width: 780px; margin: 0; color: var(--pc-muted); }
.pc-business-strip .pc-button { white-space: nowrap; }

@media (max-width: 900px) {
  .pc-offering-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .pc-offering-grid { grid-template-columns: 1fr; }
  .pc-business-strip { grid-template-columns: 1fr; gap: 20px; }
  .pc-business-strip .pc-button { width: 100%; }
}

/* Version 1.1 – ruhiger, moderner und mit reduzierter Akzentfarbe */
:root {
  --pc-cream: #f5f6f8;
  --pc-text: #172235;
  --pc-muted: #4f5d73;
  --pc-border: #dbe1e8;
  --pc-shadow: 0 14px 35px rgba(6, 42, 94, .08);
  --pc-width: 1080px;
}
body { background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.pc-section { padding: 76px 0; }
.pc-section--white { background: #fff; }
.pc-section:not(.pc-section--white):not(.pc-section--blue) { background: #f7f8fa; }
.pc-kicker { color: var(--pc-red); font-size: .74rem; letter-spacing: .16em; }
.pc-section--blue .pc-kicker { color: #dbe8f7; }
.pc-title { font-size: clamp(1.9rem, 3.5vw, 3rem); letter-spacing: -.03em; }
.pc-lead { color: var(--pc-muted); font-size: 1.06rem; }
.pc-section--blue .pc-lead { color: rgba(255,255,255,.78); }
.pc-button { min-height: 46px; padding: 11px 18px; border-radius: 3px; box-shadow: none; font-size: .92rem; }
.pc-button--yellow { color: #fff; background: var(--pc-red); }
.pc-button--yellow:hover, .pc-button--yellow:focus-visible { color: #fff; background: #b91319; }
.pc-button--quiet { border-color: rgba(255,255,255,.62); color: #fff; background: transparent; }
.pc-button--quiet:hover, .pc-button--quiet:focus-visible { border-color: #fff; color: var(--pc-blue); background: #fff; }

.pc-site-header { border-bottom: 1px solid #e6e9ee; background: rgba(255,255,255,.98); box-shadow: none; }
.pc-header-inner { min-height: 74px; }
.pc-logo { width: min(245px, 42vw); }
.pc-nav { gap: 18px; }
.pc-nav a { font-size: .88rem; font-weight: 700; }
.pc-nav .pc-nav-cta { border-radius: 2px; }

.pc-current { padding: 44px 0 52px; background: #f4f6f8; }
.pc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 26px; }
.pc-section-head .pc-title { margin-bottom: 0; }
.pc-section-head > p { max-width: 360px; margin: 0; color: var(--pc-muted); font-size: .92rem; }
.pc-current-grid { display: grid; gap: 18px; }
.pc-current-grid--1 { grid-template-columns: 1fr; }
.pc-current-grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.pc-current-grid--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pc-current-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--pc-border); border-top: 4px solid var(--pc-red); border-radius: 4px; background: #fff; box-shadow: var(--pc-shadow); }
.pc-current-grid--1 .pc-current-card--with-image { grid-template-columns: minmax(220px, .55fr) 1fr; }
.pc-current-image { min-height: 210px; background: #e9edf2; }
.pc-current-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pc-current-content { display: flex; flex-direction: column; align-items: flex-start; padding: 27px; }
.pc-current-label { color: var(--pc-red); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pc-current-card h3 { margin: 8px 0 9px; color: var(--pc-blue); font-size: 1.35rem; line-height: 1.15; }
.pc-current-card p { flex-grow: 1; margin: 0 0 20px; color: var(--pc-muted); }

.pc-hero { padding: 82px 0 84px; background: linear-gradient(112deg, #071f47 0%, #0a376b 100%); }
.pc-hero::before { background: radial-gradient(circle at 92% 12%, rgba(255,255,255,.09), transparent 34%); }
.pc-hero::after { display: none; }
.pc-hero-grid { grid-template-columns: 1fr; }
.pc-hero-grid > div { max-width: 760px; }
.pc-hero h1 { margin: 10px 0 20px; font-size: clamp(2.9rem, 6vw, 5.25rem); line-height: .95; }
.pc-highlight { display: inline; margin: 0; padding: 0 0 3px; color: #fff; background: transparent; border-bottom: 6px solid var(--pc-red); transform: none; }

.pc-card-grid { gap: 16px; margin-top: 32px; }
.pc-card, .pc-card:nth-child(n) { padding: 25px 22px; border: 1px solid var(--pc-border); border-top: 3px solid var(--pc-blue); border-radius: 3px; box-shadow: none; }
.pc-card-index { color: var(--pc-red); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.pc-card h3 { margin-top: 13px; font-size: 1.25rem; }
.pc-card p { color: var(--pc-muted); }

.pc-photo-service { grid-template-columns: 76px 1fr; margin-bottom: 54px; padding: 28px 30px; border: 1px solid #d8e1ec; border-left: 5px solid var(--pc-red); border-radius: 3px; background: #f0f4f9; box-shadow: none; }
.pc-photo-service-icon { color: var(--pc-blue); font-size: .75rem; font-weight: 900; letter-spacing: .14em; line-height: 1.1; text-align: left; }
.pc-photo-service h3 { font-size: 1.55rem; }
.pc-note { color: var(--pc-blue); background: #dfe8f3; }
.pc-partner-grid { gap: 12px; }
.pc-partner { min-height: 104px; border: 1px solid var(--pc-border); border-radius: 3px; }

.pc-section--blue { background: #092e60; }
.pc-business-card, .pc-business-card:nth-child(n) { border: 0; border-top: 4px solid var(--pc-red); border-radius: 3px; box-shadow: none; }
.pc-business-card:nth-child(2) { border-top-color: #8aa3bf; }
.pc-business-card:nth-child(3) { border-top-color: var(--pc-green); }
.pc-business-card a { color: var(--pc-blue); font-weight: 700; }

.pc-about-panel { border: 1px solid var(--pc-border); border-top: 4px solid var(--pc-red); border-radius: 3px; background: #f3f6fa; box-shadow: none; }
.pc-check { width: 27px; height: 27px; flex-basis: 27px; background: var(--pc-blue); }
.pc-visit-card { border: 1px solid var(--pc-border); border-top: 4px solid var(--pc-red); border-radius: 3px; background: #fff; box-shadow: none; }
.pc-hours { border-radius: 3px; background: #092e60; }
.pc-hours-row strong { color: #fff; }
.pc-contact-form { border: 1px solid var(--pc-border); border-radius: 3px; box-shadow: var(--pc-shadow); }

.pc-school-hero { background: linear-gradient(112deg, #071f47 0%, #0a376b 100%); }
.pc-school-info { border-left: 5px solid var(--pc-red); background: #092e60; }
.pc-school-info-mark { color: #fff; background: var(--pc-red); }
.pc-school-card { border-radius: 3px; box-shadow: var(--pc-shadow); }
.pc-jotform-consent, .pc-jotform-container { border-radius: 3px; }

.pc-site-footer h2 { color: #fff; }
.pc-footer-links a:hover { color: #dbe8f7; }

@media (max-width: 980px) {
  .pc-current-grid--3 { grid-template-columns: 1fr 1fr; }
  .pc-current-grid--1 .pc-current-card--with-image { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .pc-current { padding: 34px 0 40px; }
  .pc-section-head { display: block; }
  .pc-section-head > p { margin-top: 12px; }
  .pc-current-grid--2, .pc-current-grid--3 { grid-template-columns: 1fr; }
  .pc-photo-service { grid-template-columns: 1fr; }
  .pc-hero { padding: 62px 0 66px; }
}

/* WordPress-Global-Styles dürfen dunkle Überschriften nicht auf dunkle Flächen setzen. */
body .pc-hero h1,
body .pc-hours h3,
body .pc-section--blue .pc-title,
body .pc-school-info h2,
body .pc-school-hero h1 { color: #fff; }
body .pc-section--blue .pc-lead { color: rgba(255,255,255,.9); }
body .pc-hours-row,
body .pc-hours-row strong,
body .pc-hours-row span { color: #fff; }

/* Austauschbare Bilder aus der WordPress-Mediathek */
.pc-logo-image { display: block; width: 100%; height: auto; }
.pc-hero-grid--media { grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); align-items: center; }
.pc-hero-grid--media > div { max-width: 680px; }
.pc-hero-media { position: relative; margin: 0; overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.22); border-radius: 4px; background: rgba(255,255,255,.06); box-shadow: 0 24px 55px rgba(0,0,0,.22); }
.pc-hero-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); pointer-events: none; }
.pc-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pc-photo-service--media { grid-template-columns: minmax(150px, 230px) 1fr; padding: 0; overflow: hidden; }
.pc-photo-service--media > div:last-child { align-self: center; padding: 27px 30px 27px 0; }
.pc-photo-service-media { align-self: stretch; min-height: 210px; background: #dfe6ee; }
.pc-photo-service-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pc-about-image { margin: -36px -36px 28px; overflow: hidden; aspect-ratio: 16 / 9; background: #dfe6ee; }
.pc-about-image img { display: block; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 800px) {
  .pc-hero-grid--media { grid-template-columns: 1fr; }
  .pc-hero-media { max-width: 620px; width: 100%; }
}

@media (max-width: 700px) {
  .pc-photo-service--media { grid-template-columns: 1fr; }
  .pc-photo-service--media > div:last-child { padding: 24px; }
  .pc-photo-service-media { min-height: 220px; max-height: 320px; }
  .pc-about-image { margin: -25px -25px 24px; }
}

/* Version 1.5 – quadratische Aktionsgrafiken ohne Beschnitt */
.pc-current-image {
  display: flex;
  min-height: 0;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.pc-current-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
