.sw-p6 { box-sizing: border-box; font-family: 'Inter', sans-serif; background: #FFFFFF; color: #1F3A5F; }
.sw-p6 *, .sw-p6 *::before, .sw-p6 *::after { box-sizing: inherit; }
.sw-p6-wrap { max-width: 1280px; margin: 0 auto; padding: 0 clamp(1.6rem, 4vw, 4rem); position: relative; z-index: 1; }
.sw-p6-section { padding: 6rem 0; position: relative; overflow: hidden; overflow: clip; }
.sw-p6-sky { background: #D9EBFA; }
.sw-p6-curve { height: clamp(46px, 8vw, 96px); overflow: hidden; position: relative; }
.sw-p6-curve i { display: block; height: 100%; width: 108%; margin-left: -4%; border-radius: 100% 100% 0 0; }
.sw-p6-curve--tosky { background: #FFFFFF; }
.sw-p6-curve--tosky i { background: #D9EBFA; }
.sw-p6-curve--towhite { background: #D9EBFA; }
.sw-p6-curve--towhite i { background: #FFFFFF; }
.sw-p6-curve--tosun { background: #FFFFFF; }
.sw-p6-curve--tosun i { background: #FFC83D; }
.sw-p6-curve--sunsky { background: #FFC83D; }
.sw-p6-curve--sunsky i { background: #D9EBFA; }
.sw-p6-kicker { display: inline-block; font-family: 'Caveat', cursive; font-size: 1.5rem; color: #E66B45; margin-bottom: 0.7rem; transform: rotate(-1.5deg); }
.sw-p6-h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: clamp(2.5rem, 5.4vw, 4.4rem); line-height: 1.04; margin: 0 0 1.1rem; color: #1F3A5F; }
.sw-p6-h2 em { font-style: italic; color: #E66B45; }
.sw-p6-lead { font-size: 1.03rem; line-height: 1.72; color: #43608A; max-width: 58ch; margin: 0; }
.sw-p6-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.sw-p6-card { position: relative; background: #FFFFFF; border: 2px solid rgba(31, 58, 95, 0.12); border-radius: 20px; padding: 2.4rem 1.7rem 2rem; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.sw-p6-card:hover { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(31, 58, 95, 0.12); border-color: rgba(255, 200, 61, 0.9); }
.sw-p6-sky .sw-p6-card { border-color: rgba(255, 255, 255, 0.9); }
.sw-p6-pill { position: absolute; top: -14px; left: 18px; display: inline-block; background: #FFC83D; color: #1F3A5F; font-family: 'Caveat', cursive; font-size: 1.12rem; line-height: 1; padding: 7px 14px 9px; border-radius: 999px; transform: rotate(-3deg); box-shadow: 0 4px 10px rgba(31, 58, 95, 0.15); }
.sw-p6-pill--coral { background: #E66B45; color: #FFFFFF; transform: rotate(2deg); }
@media (prefers-reduced-motion: no-preference) { .sw-p6-card:hover .sw-p6-pill, .sw-p6-member:hover .sw-p6-pill { animation: sw-p6-wobble 0.55s ease-in-out 2; } }
@keyframes sw-p6-wobble { 0%, 100% { transform: rotate(-3deg); } 50% { transform: rotate(4deg); } }
.sw-p6-card h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: 1.45rem; margin: 0 0 0.55rem; color: #1F3A5F; }
.sw-p6-card p { margin: 0; font-size: 0.92rem; line-height: 1.68; color: #43608A; }
.sw-p6-skyact { min-height: 100vh; min-height: 100svh; display: flex; align-items: center; background: #D9EBFA; position: relative; overflow: hidden; overflow: clip; padding: 6rem 0; }
.sw-p6-sun { position: absolute; top: -140px; right: -140px; width: clamp(300px, 42vw, 580px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #FFD968 0 57%, #FFC83D 57% 61%, rgba(255, 200, 61, 0) 61%); pointer-events: none; }
.sw-p6-sun::before { content: ''; position: absolute; inset: -16%; border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(255, 200, 61, 0.8) 0deg 5deg, rgba(255, 200, 61, 0) 5deg 15deg); -webkit-mask: radial-gradient(circle, transparent 0 52%, #000 52%); mask: radial-gradient(circle, transparent 0 52%, #000 52%); }
@media (prefers-reduced-motion: no-preference) { .sw-p6-sun::before { animation: sw-p6-spin 80s linear infinite; } }
@keyframes sw-p6-spin { to { transform: rotate(360deg); } }
.sw-p6-skyact-label { display: inline-block; font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700; color: #43608A; margin-bottom: 1.6rem; }
.sw-p6-bigquote { font-family: 'Caveat', cursive; font-weight: 700; font-size: clamp(2.9rem, 8.5vw, 6.8rem); line-height: 1.05; color: #1F3A5F; margin: 0 0 1.8rem; max-width: 16ch; }
.sw-p6-bigquote em { font-style: normal; color: #E66B45; }
.sw-p6-skyact-sub { font-size: 1.05rem; line-height: 1.7; color: #43608A; max-width: 52ch; margin: 0; }
.sw-p6-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.sw-p6-step { background: #FFFFFF; border-radius: 20px; padding: 2.2rem 1.7rem; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.sw-p6-step:hover { transform: translateY(-6px) rotate(-0.6deg); box-shadow: 0 18px 34px rgba(31, 58, 95, 0.12); }
.sw-p6-step-no { font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(3.6rem, 7vw, 5.5rem); line-height: 0.9; color: #FFC83D; display: block; margin-bottom: 1rem; text-shadow: 2px 2px 0 rgba(31, 58, 95, 0.12); }
.sw-p6-step h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: 1.4rem; margin: 0 0 0.5rem; color: #1F3A5F; }
.sw-p6-step p { margin: 0; font-size: 0.93rem; line-height: 1.66; color: #43608A; }
.sw-p6-faq { max-width: 880px; margin: 3rem auto 0; }
.sw-p6-faq details { background: #FFFFFF; border: 2px solid rgba(31, 58, 95, 0.12); border-radius: 18px; padding: 1.15rem 1.5rem; transition: border-color 0.3s ease; }
.sw-p6-faq details:hover { border-color: rgba(230, 107, 69, 0.7); }
.sw-p6-faq details + details { margin-top: 0.85rem; }
.sw-p6-faq summary { cursor: pointer; font-weight: 700; font-size: 1.02rem; color: #1F3A5F; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.sw-p6-faq summary::-webkit-details-marker { display: none; }
.sw-p6-faq summary::after { content: '+'; font-family: 'DM Serif Display', Georgia, serif; color: #E66B45; font-size: 1.7rem; line-height: 0.8; flex-shrink: 0; transition: transform 0.3s ease; }
.sw-p6-faq details[open] summary::after { transform: rotate(45deg); }
.sw-p6-faq details p { margin: 0.85rem 0 0; color: #43608A; line-height: 1.7; font-size: 0.94rem; }
.sw-p6-akut { background: #FFC83D; padding: 5.5rem 0; position: relative; overflow: hidden; overflow: clip; }
.sw-p6-akut-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.sw-p6-akut h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: clamp(2.3rem, 4.8vw, 3.8rem); line-height: 1.02; margin: 0 0 1rem; color: #1F3A5F; }
.sw-p6-akut h2 em { font-style: italic; color: #E66B45; }
.sw-p6-akut p { margin: 0; font-size: 1rem; line-height: 1.65; color: rgba(31, 58, 95, 0.85); max-width: 50ch; }
.sw-p6-akut-panel { background: #FFFFFF; border-radius: 22px; padding: 2.2rem 2rem; box-shadow: 0 18px 38px rgba(31, 58, 95, 0.16); }
.sw-p6-akut-label { display: inline-flex; align-items: center; gap: 9px; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: #E66B45; margin-bottom: 0.8rem; }
.sw-p6-akut-dot { width: 9px; height: 9px; border-radius: 50%; background: #E66B45; }
@media (prefers-reduced-motion: no-preference) { .sw-p6-akut-dot { animation: sw-p6-blink 1.7s ease-out infinite; } }
@keyframes sw-p6-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
.sw-p6-akut-phone { display: block; font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); color: #1F3A5F; text-decoration: none; line-height: 1; margin-bottom: 0.7rem; }
.sw-p6-akut-note { font-size: 0.9rem; color: #43608A; line-height: 1.6; margin: 0; }
.sw-p6-team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3rem; }
.sw-p6-member { position: relative; background: #FFFFFF; border-radius: 22px; padding: 2.4rem 1.7rem 2.1rem; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.sw-p6-member:hover { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(31, 58, 95, 0.12); }
.sw-p6-blob { width: 150px; height: 150px; margin: 0 auto 1.4rem; border-radius: 58% 42% 55% 45% / 52% 48% 42% 58%; overflow: hidden; position: relative; border: 4px solid #FFD968; }
.sw-p6-blob::before { content: ''; position: absolute; inset: 0; background: url('/studio/components/images/pages/aerzte-4/s2.jpg') 68% 18% / cover; transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1); }
.sw-p6-blob--b { border-radius: 45% 55% 48% 52% / 55% 45% 55% 45%; border-color: #E66B45; }
.sw-p6-blob--b::before { background: url('/studio/components/images/pages/aerzte-4/s5.jpg') 70% 22% / cover; }
.sw-p6-blob--c { border-radius: 52% 48% 58% 42% / 45% 55% 45% 55%; border-color: #1F3A5F; }
.sw-p6-blob--c::before { background: url('/studio/components/images/pages/aerzte-4/s4.jpg') 30% 30% / cover; }
.sw-p6-member:hover .sw-p6-blob::before { transform: scale(1.08); }
.sw-p6-member h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: 1.35rem; margin: 0 0 0.3rem; color: #1F3A5F; }
.sw-p6-member-role { display: block; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: #43608A; font-weight: 700; margin-bottom: 0.7rem; }
.sw-p6-member .sw-p6-pill { position: static; display: inline-block; margin-top: 0.3rem; }
.sw-p6-contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; margin-top: 2.6rem; }
.sw-p6-contact-rows { display: grid; gap: 0.7rem; margin-bottom: 2rem; }
.sw-p6-contact-rows p { margin: 0; font-size: 0.99rem; color: #43608A; line-height: 1.6; }
.sw-p6-contact-rows strong { color: #1F3A5F; font-weight: 700; }
.sw-p6-cta { display: inline-flex; align-items: center; gap: 10px; background: #E66B45; color: #FFFFFF; padding: 16px 30px; border-radius: 999px; font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.sw-p6-cta:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(230, 107, 69, 0.4); }
.sw-p6-hours { background: #D9EBFA; border-radius: 22px; padding: 2.1rem 1.9rem; }
.sw-p6-hours h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: 1.5rem; margin: 0 0 1rem; color: #1F3A5F; }
.sw-p6-hours div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 2px dotted rgba(31, 58, 95, 0.18); font-size: 0.93rem; color: #43608A; }
.sw-p6-hours div:last-of-type { border-bottom: 0; }
.sw-p6-hours div span:last-child { color: #1F3A5F; font-weight: 700; white-space: nowrap; text-align: right; }
.sw-p6-hours-note { font-family: 'Caveat', cursive; font-size: 1.35rem; color: #E66B45; margin: 1rem 0 0; transform: rotate(-1deg); }
.sw-p6-footer { background: #1F3A5F; color: #D9EBFA; padding: 4.2rem 0 7rem; }
.sw-p6-footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 2.5rem; flex-wrap: wrap; }
.sw-p6-f-brand strong { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: 1.5rem; display: block; color: #FFFFFF; }
.sw-p6-f-brand span { font-family: 'Caveat', cursive; font-size: 1.4rem; color: #FFC83D; display: block; margin-top: 2px; transform: rotate(-1.5deg); }
.sw-p6-f-nav { list-style: none; display: flex; gap: 1.7rem; margin: 0; padding: 0; flex-wrap: wrap; }
.sw-p6-f-nav a { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(217, 235, 250, 0.75); text-decoration: none; font-weight: 600; transition: color 0.2s; }
.sw-p6-f-nav a:hover { color: #FFC83D; text-decoration: underline wavy rgba(255, 200, 61, 0.8) 1.5px; text-underline-offset: 5px; }
.sw-p6-f-bottom { margin-top: 2.8rem; padding-top: 1.5rem; border-top: 1px solid rgba(217, 235, 250, 0.2); display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; font-size: 0.76rem; color: rgba(217, 235, 250, 0.6); }
.sw-p6-f-bottom a { color: rgba(217, 235, 250, 0.8); text-decoration: none; }
.sw-p6-f-bottom a:hover { color: #FFFFFF; }
.sw-p6-story { position: relative; min-height: 92vh; min-height: 92svh; display: flex; align-items: flex-end; padding: 5rem 0 4.5rem; background: #1F3A5F; overflow: hidden; overflow: clip; }
.sw-p6-story-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 28%; }
.sw-p6-story-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(217, 235, 250, 0.18) 0%, rgba(31, 58, 95, 0) 35%, rgba(31, 58, 95, 0.82) 100%); pointer-events: none; }
.sw-p6-story-inner { position: relative; z-index: 1; width: 100%; }
.sw-p6-story-kicker { display: inline-block; font-family: 'Caveat', cursive; font-size: clamp(1.4rem, 2.6vw, 1.9rem); color: #FFD968; transform: rotate(-1.5deg); margin-bottom: 0.8rem; text-shadow: 0 2px 10px rgba(31, 58, 95, 0.6); }
.sw-p6-story-display { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: clamp(2.9rem, 8.5vw, 7rem); line-height: 1.0; margin: 0 0 1.1rem; color: #FFFFFF; }
.sw-p6-story-display em { font-style: italic; color: #FFC83D; }
.sw-p6-story-sub { margin: 0; max-width: 54ch; font-size: 1.04rem; line-height: 1.7; color: rgba(255, 255, 255, 0.92); }
@media (prefers-reduced-motion: no-preference) { @supports (animation-timeline: view()) { .sw-p6-story-img { animation: sw-p6-storyzoom linear both; animation-timeline: view(); animation-range: cover 0% cover 100%; } } }
@keyframes sw-p6-storyzoom { from { transform: scale(1.1); } to { transform: scale(1); } }
.sw-p6-galgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; margin-top: 3rem; }
.sw-p6-galcard { position: relative; margin: 0; border-radius: 22px; overflow: hidden; overflow: clip; border: 4px solid #FFFFFF; box-shadow: 0 14px 30px rgba(31, 58, 95, 0.14); background: #FFFFFF; }
.sw-p6-galcard--wide { grid-column: 1 / -1; }
.sw-p6-galcard img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 45%; transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1); }
.sw-p6-galcard--wide img { aspect-ratio: 21 / 9; object-position: 50% 56%; }
.sw-p6-galcard:hover img { transform: scale(1.05); }
.sw-p6-galcard .sw-p6-pill { position: absolute; top: auto; bottom: 16px; left: 16px; z-index: 1; }
.sw-p6-galnote { font-family: 'Caveat', cursive; font-size: clamp(1.4rem, 2.4vw, 1.8rem); color: #43608A; margin: 2.2rem 0 0; text-align: center; transform: rotate(-0.8deg); }
@keyframes sw-p6-pop { from { opacity: 0; transform: translateY(40px) rotate(-1.6deg); } to { opacity: 1; transform: none; } }
@keyframes sw-p6-pop-r { from { opacity: 0; transform: translateY(40px) rotate(1.6deg); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) { @supports (animation-timeline: view()) { .sw-p6-rv { animation-name: sw-p6-pop; animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); animation-fill-mode: both; animation-timeline: view(); animation-range: entry 5% entry 40%; } .sw-p6-rv-r { animation-name: sw-p6-pop-r; } .sw-p6-rv-2 { animation-range: entry 12% entry 48%; } .sw-p6-rv-3 { animation-range: entry 19% entry 56%; } } }
@media (max-width: 1100px) { .sw-p6-cards, .sw-p6-team, .sw-p6-steps { grid-template-columns: repeat(2, 1fr); } .sw-p6-team { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .sw-p6-section { padding: 4.2rem 0; } .sw-p6-skyact { padding: 5rem 0; } .sw-p6-wrap { padding: 0 1.3rem; } .sw-p6-cards, .sw-p6-steps, .sw-p6-team, .sw-p6-akut-grid, .sw-p6-contact-grid, .sw-p6-galgrid { grid-template-columns: 1fr; } .sw-p6-galcard--wide img { aspect-ratio: 4 / 3; object-position: 42% 56%; } .sw-p6-story { min-height: 76vh; min-height: 76svh; padding: 4rem 0 3.4rem; } .sw-p6-sun { top: -100px; right: -120px; } .sw-p6-footer-grid { flex-direction: column; } .sw-p6-f-bottom { flex-direction: column; gap: 0.6rem; } }
