:root {
--color-highlight: #EEE921;
--color-anthracite: #333333;
}
body {
background-color: #f5f0eb;
margin: 0;
font-family: 'Syne', sans-serif;
}
.skip-link {
position: absolute;
top: -60px;
left: 0;
z-index: 1000;
background-color: #474747;
color: #FAFAF8;
padding: 0.75rem 1.25rem;
font-family: 'Syne', sans-serif;
font-size: 0.85rem;
font-weight: 700;
text-decoration: none;
transition: top 0.2s ease;
}
.skip-link:focus {
top: 0;
} .site-header {
background-color: #A6AB9E;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
height: 100px;
}
.admin-bar .site-header {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .site-header {
top: 46px;
}
}
.header-inner {
max-width: 100%;
margin: 0 auto;
padding: 0 3.5rem;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-logo img {
display: block;
height: 32px;
width: auto;
} .header-nav {
display: flex;
align-items: center;
gap: 2.5rem;
} @media (min-width: 1025px) and (max-width: 1240px) {
.header-inner {
padding: 0 1.75rem;
}
.header-nav {
gap: 1.25rem;
}
.nav-link {
font-size: 0.9rem;
}
}
.nav-link {
font-family: 'Syne', sans-serif;
font-size: 1.10rem;
font-weight: 400;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #FAFAF8;
text-decoration: none;
transition: opacity 0.2s ease;
}
.nav-link:hover {
opacity: 0.7;
}
.nav-link-kontakt {
padding: 6px 14px;
border-radius: 20px;
transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.nav-link-kontakt:hover {
background-color: var(--color-highlight);
color: #1a1a1a;
opacity: 1;
} .follow-us {
position: fixed;
top: 50%;
right: 0;
width: 6rem;
transform: translateY(-50%);
z-index: 90;
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
mix-blend-mode: difference;
}
.follow-us-label {
font-family: 'Syne', sans-serif;
font-size: 0.7rem;
font-weight: 400;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #FAFAF8;
writing-mode: vertical-rl;
transform: rotate(180deg);
}
.follow-us-line {
width: 1px;
height: 40px;
background-color: rgba(250, 250, 248, 0.5);
}
.follow-us-icon {
color: #FAFAF8;
display: flex;
transition: opacity 0.2s ease;
}
.follow-us-icon svg {
width: 18px;
height: 18px;
}
.follow-us-icon:hover {
opacity: 0.7;
}
@media (max-width: 1024px) {
.follow-us {
display: none;
}
} .main-content {
padding-top: 100px;
} .hero {
background-color: #A6AB9E;
padding: 0;
border-top: none;
margin-top: 100px;
min-height: calc(100vh - 100px);
display: flex;
align-items: stretch;
overflow: hidden;
}
.hero-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
align-items: start;
width: 100%;
}
.hero-content {
display: flex;
flex-direction: column;
justify-content: center;
gap: 0;
padding: 4rem 3.5rem;
margin-top: 50px;
position: relative;
z-index: 3;
}
.hero-title {
font-family: 'superior-title', serif;
font-size: clamp(5rem, 4.5vw, 4rem);
font-style: italic;
font-weight: 700;
color: #FFFFFF;
line-height: 1.15;
margin-bottom: -0.25rem;
}
.hero-video {
position: relative;
height: 80%;
margin-top:85px;
margin-right: 6rem;
margin-left: -280px;
z-index: 1;
}
.hero-video-media {
overflow: hidden;
width: 100%;
height: 100%;
}
.hero-video-media video {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
display: block;
transform: translateZ(0);
}
.hero-badge {
position: absolute;
top: -65px;
left: 85%;
transform: translateX(calc(-50% + 30px));
width: 175px;
height: 175px;
border-radius: 50%;
z-index: 5;
}
@media (max-width: 1024px) {
.hero-badge {
width: 70px;
height: 70px;
top: -60px;
left: auto;
right: 1.25rem;
transform: none;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.hero-badge {
width: 130px;
height: 130px;
top: -80px;
right: 1.75rem;
}
}
.hero-tail-rotate {
opacity: 1;
transition: opacity 0.4s ease;
}
.hero-tail-type {
opacity: 0;
transition: opacity 0.4s ease;
}
.hero-typewriter {
font-family: 'Syne', sans-serif;
font-size: clamp(3rem, 2.5vw, 1.75rem);
font-weight: 500;
font-style: normal;
color: var(--color-highlight);
}
.hero-caret {
display: inline-block;
width: 3px;
height: 0.75em;
background-color: var(--color-highlight);
margin-left: 3px;
vertical-align: middle;
animation: heroCaretBlink 0.8s steps(1) infinite;
}
@keyframes heroCaretBlink {
0%, 49% { opacity: 1; }
50%, 100% { opacity: 0; }
}
.rotator-wrap {
position: relative;
display: inline-block;
min-width: 150px;
vertical-align: bottom;
}
.rotator-ghost {
font-family: 'Syne', sans-serif;
font-size: clamp(1.25rem, 2.5vw, 1.75rem);
font-weight: 500;
opacity: 0;
white-space: nowrap;
}
.rotator-word {
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
font-family: 'Syne', sans-serif;
font-size: clamp(3rem, 2.5vw, 1.75rem);
font-weight: 500;
font-style: normal;
opacity: 0;
animation: rotateWords 12s infinite;
}
.rotator-1 { animation-delay: 0s; color: var(--color-highlight); }
.rotator-2 { animation-delay: 3s; color: var(--color-highlight); }
.rotator-3 { animation-delay: 6s; color: var(--color-highlight); }
.rotator-4 { animation-delay: 9s; color: var(--color-highlight); }
@keyframes rotateWords {
0% { opacity: 0; transform: translateY(8px); }
4% { opacity: 1; transform: translateY(0); }
21% { opacity: 1; transform: translateY(0); }
25% { opacity: 0; transform: translateY(-8px); }
100% { opacity: 0; }
}
.hero-sub {
font-size: 0.95rem;
color: var(--color-anthracite);
max-width: 440px;
line-height: 1.8;
margin-bottom: 2.5rem;
}
.hero-sub strong {
font-weight: 500;
color: #474747;
}
.hero-btns {
display: flex;
gap: 1rem;
align-items: center;
transform: translateY(-28px);
}
.btn-primary {
font-family: 'Syne', sans-serif;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
background-color: #FAFAF8;
color: #474747;
padding: 15px 30px;
border-radius: 30px;
text-decoration: none;
display: inline-block;
transition: background-color 0.2s ease;
}
.btn-primary:hover {
background-color: #9E9278;
color: #FAFAF8;
}
@media (max-width: 1024px) {
.hero {
min-height: auto;
margin-top: 0;
flex-direction: column;
}
.hero-inner {
grid-template-columns: 1fr;
}
.hero-btns {
transform: none;
}
.btn-primary {
font-size: 0.65rem;
padding: 13px 18px;
white-space: nowrap;
}
.hero-content {
padding: 1.5rem 1.5rem 3rem;
margin-top: 0;
}
.hero-title {
font-size: 2.75rem;
}
.hero-typewriter,
.rotator-word,
.rotator-ghost {
font-size: 2.25rem;
}
.rotator-wrap {
min-width: 190px;
}
.hero-video {
order: -1;
width: 100%;
min-height: auto;
height: auto;
aspect-ratio: 16/9;
margin-top: 7rem;
margin-bottom: 0.75rem;
margin-right: 0;
margin-left: 0;
}
} .intro {
background-color: #FAFAF8;
padding: 6rem 3.5rem;
}
.intro-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5rem;
align-items: start;
margin-right: 2.5rem;
}
.section-label {
font-family: 'Syne', sans-serif;
font-size: 0.62rem;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #868C79;
display: block;
margin-top: 0;
margin-bottom: 1.25rem;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.intro-title {
font-family: 'superior-title', serif;
font-size: 2.25rem;
font-weight: 600;
color: #474747;
line-height: 1.2;
}
.intro-title em {
font-style: italic;
color: #868C79;
}
.intro-body {
font-size: 0.975rem;
font-weight: 300;
color: #676B6A;
line-height: 1.85;
margin-bottom: 1.75rem;
}
.intro-link {
font-family: 'Syne', sans-serif;
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #59574D;
text-decoration: none;
border-bottom: 1.5px solid #868C79;
padding-bottom: 3px;
}
.intro-link:hover {
color: #474747;
} .mobile-toggle {
display: none;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 28px;
height: 28px;
background: none;
border: none;
cursor: pointer;
padding: 0;
}
.mobile-toggle span {
display: block;
height: 2px;
width: 100%;
background-color: #474747;
border-radius: 1px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-toggle.is-open span:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.mobile-toggle.is-open span:nth-child(2) {
opacity: 0;
}
.mobile-toggle.is-open span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
} @media (max-width: 1024px) {
.site-header {
height: auto;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 101;
background-color: #A6AB9E;
max-height: 100vh;
overflow-y: auto;
display: block;
}
body.menu-open .site-header {
height: 100vh;
overflow-y: hidden;
}
.header-inner {
padding: 1.5rem 1.75rem;
min-height: 70px;
height: auto;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
body.menu-open .header-inner {
display: grid;
grid-template-columns: 1fr auto;
grid-template-rows: auto 1fr;
grid-template-areas:
"logo toggle"
"nav  nav";
height: 100%;
align-items: stretch; }
.header-logo {
grid-area: logo;
}
.header-logo img {
height: 24px;
}
.mobile-toggle {
display: flex;
order: 2;
grid-area: toggle;
}
main,
.main-content {
padding-top: 118px;
}
.hero {
margin-top: 0;
border-top: none;
}
.header-nav {
display: none;
flex-direction: column;
align-items: stretch;
gap: 14px;
padding: 0.5rem 1.5rem 2rem;
width: 100%;
box-sizing: border-box;
}
.header-nav.is-open {
display: flex;
grid-area: nav;
justify-content: flex-start; 
align-items: stretch;
gap: 18px;
padding: 8rem 4rem 4rem; 
overflow-y: auto;
}
.nav-link {
text-align: center;
margin: 0;
width: 100%;
font-size: 0.95rem;
padding: 16px 20px;
box-sizing: border-box;
}
} .leistungen-section {
width: 100%;
overflow: hidden;
}
.leistungen-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 0;
}
.leistung-item {
position: relative;
display: block;
overflow: hidden;
border-radius: 0;
aspect-ratio: 16/9;
cursor: pointer;
text-decoration: none;
color: inherit;
}
.leistung-bg {
width: 100%;
height: 100%;
transition: transform 0.5s ease;
}
.leistung-item:hover .leistung-bg {
transform: scale(1.05);
}
.bg-1 {
position: relative;
}
.bg-1::after {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.35);
}
.bg-2 {
position: relative;
}
.bg-2::after {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.35);
}
.bg-3 {
position: relative;
}
.bg-3::after {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.35);
}
.bg-4 {
position: relative;
}
.bg-4::after {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.35);
}
.bg-5 {
position: relative;
}
.bg-5::after {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.35);
}
.bg-6 {
position: relative;
}
.bg-6::after {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.35);
}
.leistung-overlay {
position: absolute;
inset: 0;
background: rgba(71, 71, 71, 0.80);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.35s ease;
padding: 1rem;
text-align: center;
}
.leistung-item:hover .leistung-overlay {
opacity: 1;
}
.leistung-name {
font-family: 'Syne', sans-serif;
font-size: clamp(0.75rem, 1vw, 0.9rem);
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #FAFAF8;
line-height: 1.3;
}
@media (max-width: 1024px) {
.leistungen-grid {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
}
} .referenzen-cta {
position: relative;
overflow: hidden;
padding: 9rem 3.5rem;
text-align: center;
background-color: #000000;
}
.referenzen-cta__slides {
position: absolute;
inset: 0;
animation: referenzenCtaSlidesFade 1.3s ease forwards;
animation-play-state: paused;
}
.referenzen-cta.is-playing .referenzen-cta__slides {
animation-play-state: running;
}
@keyframes referenzenCtaSlidesFade {
to {
opacity: 0.25;
}
}
.referenzen-cta__slide {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
opacity: 0;
will-change: transform, opacity;
backface-visibility: hidden;
}
.referenzen-cta__overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(20, 20, 16, 0.2) 0%, rgba(20, 20, 16, 0.4) 100%);
}
.referenzen-cta__blackout {
position: absolute;
inset: 0;
background-color: #000000;
opacity: 0;
animation: referenzenCtaBlackout 0.15s ease forwards;
animation-play-state: paused;
}
.referenzen-cta.is-playing .referenzen-cta__blackout {
animation-play-state: running;
}
@keyframes referenzenCtaBlackout {
to {
opacity: 1;
}
}
.referenzen-cta__reveal-bg {
position: absolute;
inset: 0;
background-color: #A6AB9E;
opacity: 0;
animation: referenzenCtaRevealBg 1.3s ease forwards;
animation-play-state: paused;
}
.referenzen-cta.is-playing .referenzen-cta__reveal-bg {
animation-play-state: running;
}
@keyframes referenzenCtaRevealBg {
to {
opacity: 1;
}
}
.referenzen-cta__inner {
position: relative;
z-index: 1;
max-width: 640px;
margin: 0 auto;
opacity: 0;
transform: translateY(14px);
animation: referenzenCtaTextReveal 1.3s ease forwards;
animation-play-state: paused;
}
.referenzen-cta.is-playing .referenzen-cta__inner {
animation-play-state: running;
}
@keyframes referenzenCtaTextReveal {
to {
opacity: 1;
transform: translateY(0);
}
}
.referenzen-cta__label {
display: inline-block;
color: var(--color-anthracite);
}
.referenzen-cta__title {
font-family: 'superior-title', serif;
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
font-style: italic;
color: #FFFFFF;
line-height: 1.25;
margin: 1rem 0 0;
}
.referenzen-cta__title em {
color: var(--color-highlight);
font-style: italic;
}
.referenzen-cta__text {
max-width: 460px;
margin: 1.25rem auto 0;
font-size: 0.975rem;
font-weight: 300;
color: var(--color-anthracite);
line-height: 1.85;
}
.referenzen-cta__button {
display: inline-block;
margin-top: 2rem;
font-family: 'Syne', sans-serif;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #29291F;
background-color: var(--color-highlight);
border-radius: 30px;
padding: 16px 32px;
text-decoration: none;
transition: background-color 0.2s ease;
}
.referenzen-cta__button:hover {
background-color: #FFFFFF;
}
.referenzen-tile {
position: relative;
aspect-ratio: 1 / 1;
overflow: hidden;
background-color: var(--color-highlight);
cursor: zoom-in;
touch-action: pan-y;
}
.referenzen-tile:focus-visible {
outline: 3px solid var(--color-anthracite);
outline-offset: -3px;
}
.referenzen-tile__tags {
position: absolute;
top: 14px;
left: 14px;
z-index: 2;
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.referenzen-tile__tag {
font-family: 'Syne', sans-serif;
font-size: 0.58rem;
font-weight: 700;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #474747;
background-color: rgba(250, 250, 248, 0.9);
padding: 4px 9px;
border-radius: 30px;
white-space: nowrap;
}
.referenzen-tile__slides {
position: absolute;
inset: 0;
}
.referenzen-tile__slide {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
opacity: 0;
transition: opacity 0.5s ease;
}
.referenzen-tile__slide.is-active {
opacity: 1;
}
.referenzen-tile__nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
border: none;
background: none;
padding: 8px;
color: #FAFAF8;
font-size: 1.5rem;
line-height: 1;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
transition: opacity 0.25s ease;
}
.referenzen-tile:hover .referenzen-tile__nav {
opacity: 1;
}
.referenzen-tile__nav:hover {
opacity: 0.7;
}
.referenzen-tile__nav--prev {
left: 10px;
}
.referenzen-tile__nav--next {
right: 10px;
}
@media (hover: none) {
.referenzen-tile__nav {
opacity: 0.85;
}
}
body.lightbox-open {
overflow: hidden;
}
.referenzen-lightbox {
position: fixed;
inset: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
padding: 4.5rem 5rem;
background: rgba(20, 20, 16, 0.92);
}
.referenzen-lightbox[hidden] {
display: none;
}
.referenzen-lightbox__figure {
display: flex;
flex-direction: column;
align-items: center;
max-width: 100%;
margin: 0;
touch-action: pan-y;
}
.referenzen-lightbox__img {
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height: calc(100vh - 11rem);
object-fit: contain;
}
.referenzen-lightbox__caption {
display: flex;
gap: 1.25rem;
margin-top: 1rem;
font-family: 'Syne', sans-serif;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #FAFAF8;
}
.referenzen-lightbox__count {
color: rgba(250, 250, 248, 0.6);
}
.referenzen-lightbox__close,
.referenzen-lightbox__nav {
position: absolute;
border: none;
background: none;
padding: 0.5rem 1rem;
color: #FAFAF8;
font-size: 2.75rem;
line-height: 1;
cursor: pointer;
transition: opacity 0.2s ease;
}
.referenzen-lightbox__close:hover,
.referenzen-lightbox__nav:hover {
opacity: 0.7;
}
.referenzen-lightbox__close:focus-visible,
.referenzen-lightbox__nav:focus-visible {
outline: 2px solid var(--color-highlight);
outline-offset: 2px;
}
.referenzen-lightbox__close {
top: 1rem;
right: 1.25rem;
font-size: 3rem;
}
.referenzen-lightbox__nav {
top: 50%;
transform: translateY(-50%);
}
.referenzen-lightbox__nav[hidden] {
display: none;
}
.referenzen-lightbox__nav--prev {
left: 1rem;
}
.referenzen-lightbox__nav--next {
right: 1rem;
}
@media (max-width: 1024px) {
.referenzen-lightbox {
padding: 4rem 0.75rem 3.5rem;
}
.referenzen-lightbox__img {
max-height: calc(100vh - 8.5rem);
}
.referenzen-lightbox__nav {
font-size: 2.25rem;
padding: 0.5rem 0.6rem;
}
}
@media (max-width: 1024px) {
.referenzen-cta {
padding: 3rem 1.5rem;
}
.referenzen-cta__button {
padding: 12px 22px;
font-size: 0.7rem;
}
} .agentur-teaser {
background-color: #FAFAF8;
padding: 6rem 6rem 6rem 3.5rem;
}
.agentur-teaser .intro-grid {
margin-bottom: 3rem;
}
.agentur-teaser__grid {
grid-template-areas: "text photo" "link photo";
}
.agentur-teaser__text {
grid-area: text;
}
.agentur-teaser__link {
grid-area: link;
justify-self: start;
align-self: end;
}
.agentur-teaser__photo {
grid-area: photo;
align-self: end;
display: flex;
justify-content: center;
}
.agentur-teaser__photo img {
display: block;
width: 100%;
max-width: 600px;
height: auto;
}
@media (max-width: 1024px) {
.agentur-teaser__photo {
justify-content: center;
}
.agentur-teaser__photo img {
max-width: 100%;
}
}
.team-slider-wrap {
position: relative;
display: flex;
align-items: center;
gap: 1rem;
}
.team-slider {
display: flex;
gap: 1.5rem;
overflow-x: auto;
scroll-behavior: smooth;
padding-bottom: 0.5rem;
scrollbar-width: none;
}
.team-slider::-webkit-scrollbar {
display: none;
}
.team-card {
flex: 0 0 auto;
width: 220px;
}
.team-card__photo {
position: relative;
aspect-ratio: 3 / 4;
background-color: #A6AB9E;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin-bottom: 1rem;
}
.team-card__name {
font-family: 'Syne', sans-serif;
font-size: 1rem;
font-weight: 700;
color: #474747;
}
.team-card__role {
font-size: 0.8rem;
color: #868C79;
margin-top: 2px;
}
.team-slider-nav {
flex: 0 0 auto;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid rgba(71, 71, 71, 0.25);
background-color: #FAFAF8;
color: #474747;
font-size: 1.25rem;
line-height: 1;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.2s ease, color 0.2s ease;
}
.team-slider-nav:hover {
background-color: #A6AB9E;
color: #FAFAF8;
}
.agentur-teaser .intro-link {
display: inline-block;
margin-top: 1.25rem;
}
@media (max-width: 1024px) {
.agentur-teaser {
padding: 3rem 1.5rem;
}
.agentur-teaser .intro-grid {
grid-template-columns: 1fr;
gap: 2.5rem;
margin-right: 0;
}
.agentur-teaser__grid {
grid-template-areas: "text" "photo" "link";
}
.team-slider-nav {
display: none;
}
} .stats-band {
background-color: #FAFAF8;
padding: 6rem 3.5rem;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
max-width: 1100px;
margin: 0 auto;
text-align: center;
}
.stat-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
}
.stat-number-row {
display: inline-flex;
align-items: flex-end;
gap: 0.15em;
}
.stat-number {
font-family: 'superior-title', serif;
font-size: clamp(3rem, 6vw, 5.5rem);
font-weight: 700;
font-style: italic;
color: #A6AB9E;
line-height: 1;
}
.stat-number__extra {
font-family: 'Syne', sans-serif;
font-size: 2.2rem;
font-weight: 500;
font-style: normal;
color: #868C79;
line-height: 1;
margin-bottom: 0.3em;
}
.stat-label {
font-family: 'Syne', sans-serif;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #474747;
}
@media (max-width: 1024px) {
.stats-band {
padding: 3rem 1.5rem;
}
.stats-grid {
grid-template-columns: 1fr;
gap: 2.5rem;
}
} .aktuelles-teaser {
background-color: #FAFAF8;
padding: 6rem 3.5rem;
position: relative;
}
.aktuelles-teaser::before {
content: "";
position: absolute;
top: 0;
left: 3.5rem;
right: 6rem;
height: 1px;
background-color: rgba(166, 171, 158, 0.5);
}
@media (max-width: 1024px) {
.aktuelles-teaser::before {
left: 1.5rem;
right: 1.5rem;
}
}
.aktuelles-header {
margin-bottom: 1.5rem;
}
.aktuelles-header .section-label {
font-size: 0.7rem;
}
.aktuelles-teaser__grid {
margin-bottom: 2.5rem;
}
.aktuelles-teaser .intro-link {
display: inline-block;
margin-top: 0.5rem;
}
.aktuelles-card {
display: flex;
flex-direction: column;
text-decoration: none;
}
.aktuelles-card__image {
aspect-ratio: 2 / 1;
background-color: #A6AB9E;
background-size: cover;
background-position: center;
margin-bottom: 1rem;
}
.aktuelles-card__date {
display: block;
font-family: 'Syne', sans-serif;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #868C79;
margin-bottom: 0.4rem;
}
.aktuelles-card__title {
font-family: 'superior-title', serif;
font-size: 1.15rem;
font-weight: 600;
color: #474747;
line-height: 1.25;
margin: 0 0 0.5rem;
transition: color 0.2s ease;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.aktuelles-card:hover .aktuelles-card__title {
color: #868C79;
}
.aktuelles-card__excerpt {
font-size: 0.85rem;
font-weight: 300;
color: #676B6A;
line-height: 1.6;
margin: 0 0 0.9rem;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.aktuelles-card__btn {
display: inline-block;
align-self: flex-start;
margin-top: auto;
font-family: 'Syne', sans-serif;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #474747;
border: 1px solid rgba(71, 71, 71, 0.3);
border-radius: 30px;
padding: 8px 18px;
transition: background-color 0.2s ease, color 0.2s ease;
}
.aktuelles-card:hover .aktuelles-card__btn {
background-color: #474747;
color: #FAFAF8;
}
@media (max-width: 1024px) {
.aktuelles-teaser {
padding: 3rem 1.5rem;
}
.aktuelles-teaser__grid {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
gap: 0;
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.aktuelles-teaser__grid::-webkit-scrollbar {
display: none;
}
.aktuelles-teaser__grid .aktuelles-card {
flex: 0 0 100%;
scroll-snap-align: start;
padding: 0 1.5rem;
}
} .referenzen-hero {
background-color: #A6AB9E;
overflow: hidden;
}
.referenzen-hero__inner {
box-sizing: border-box;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 4rem;
padding: 9rem 6rem 5rem 3.5rem;
min-height: 620px;
}
.referenzen-hero__image {
position: relative;
aspect-ratio: 3 / 2;
overflow: hidden;
}
.referenzen-hero__image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 80%;
display: block;
}
.referenzen-hero__title {
font-family: 'superior-title', serif;
font-size: clamp(3rem, 6vw, 4.5rem);
font-weight: 700;
font-style: italic;
color: #FFFFFF;
line-height: 1.15;
margin: 0;
}
.referenzen-hero__title em {
color: var(--color-highlight);
font-style: italic;
}
.referenzen-hero__text {
max-width: 560px;
font-size: 0.975rem;
font-weight: 300;
color: var(--color-anthracite);
line-height: 1.85;
margin-top: 1.5rem;
}
.referenzen-archive {
background-color: #FAFAF8;
padding: 5rem 6rem 6rem 3.5rem;
}
.referenzen-filter {
display: flex;
flex-wrap: wrap;
gap: 2rem;
margin-bottom: 3rem;
border-bottom: 1px solid rgba(71, 71, 71, 0.15);
padding-bottom: 1.25rem;
}
.referenzen-filter__tab {
font-family: 'Syne', sans-serif;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: rgba(71, 71, 71, 0.4);
background: none;
border: none;
padding: 0 0 0.6rem;
cursor: pointer;
border-bottom: 2px solid transparent;
transition: color 0.2s ease, border-color 0.2s ease;
}
.referenzen-filter__tab:hover {
color: #474747;
}
.referenzen-filter__tab.is-active {
color: #474747;
border-bottom-color: #474747;
}
.referenzen-archive__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
gap: 1.5rem;
}
.referenzen-archive__grid .referenzen-tile[hidden] {
display: none;
}
@media (max-width: 1024px) {
.referenzen-hero__inner {
grid-template-columns: 1fr;
padding: 7.5rem 1.5rem 3rem;
gap: 2rem;
min-height: 0;
}
.referenzen-hero__image {
aspect-ratio: 16 / 10;
}
.referenzen-archive {
padding: 3rem 1.5rem 4rem;
}
.referenzen-filter {
gap: 1.25rem;
}
} .agentur-hero {
background-color: #A6AB9E;
overflow: hidden;
}
.agentur-hero__inner {
box-sizing: border-box;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 4rem;
padding: 9rem 6rem 5rem 3.5rem;
min-height: 620px;
}
.agentur-hero__content {
position: relative;
}
.agentur-hero__video {
position: relative;
aspect-ratio: 3 / 2;
overflow: hidden;
}
.agentur-hero__video video {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block; transform: scale(1.12);
}
.agentur-hero__title {
font-family: 'superior-title', serif;
font-size: clamp(3rem, 6vw, 4.5rem);
font-weight: 700;
font-style: italic;
color: #FFFFFF;
line-height: 1.15;
margin: 0;
}
.agentur-hero__title em {
color: var(--color-highlight);
font-style: italic;
}
.agentur-hero__text {
max-width: 480px;
font-size: 0.975rem;
font-weight: 300;
color: var(--color-anthracite);
line-height: 1.85;
margin-top: 1.5rem;
}
.agentur-intro {
background-color: #FAFAF8;
padding: 4rem 6rem 3rem 3.5rem;
text-align: center;
}
.agentur-intro__text {
max-width: 680px;
margin: 0 auto 1.25rem;
font-size: 1rem;
line-height: 1.85;
color: rgba(71, 71, 71, 0.75);
}
.agentur-intro__text:last-child {
margin-bottom: 0;
}
.agentur-intro__text strong {
font-weight: 500;
color: #474747;
}
.agentur-team {
background-color: #FAFAF8;
padding: 5rem 6rem 6rem 3.5rem;
}
.agentur-team__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
margin-top: 1.75rem;
}
.agentur-team__card {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.agentur-team__photo-tile {
position: relative;
width: 100%;
max-width: 260px;
aspect-ratio: 4 / 5;
border-radius: 20px;
overflow: hidden;
margin: 0 auto 1.25rem;
}
.agentur-team__photo-tint {
position: absolute;
inset: 0;
mix-blend-mode: color;
opacity: 0.55;
pointer-events: none;
}
.agentur-team__photo {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
background-color: #A6AB9E;
transition: filter 0.3s ease, transform 0.4s ease, opacity 0.4s ease;
}
.agentur-team__photo--gif {
opacity: 0;
}
.agentur-team__photo-tile:hover .agentur-team__photo--gif {
opacity: 1;
}
.agentur-team__name {
font-family: 'superior-title', serif;
font-size: 1.3rem;
font-weight: 500;
color: #474747;
margin: 0;
}
.agentur-team__role {
font-size: 0.78rem;
letter-spacing: 0.02em;
color: #868C79;
margin-bottom: 0.75rem;
}
.agentur-team__contact {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.3rem;
}
.agentur-team__contact .footer-link {
color: #474747;
font-size: 0.85rem;
}
.agentur-team__contact .footer-link:hover {
color: #868C79;
}
@media (max-width: 1024px) {
.agentur-hero__inner {
grid-template-columns: 1fr;
padding: 7.5rem 1.5rem 3rem;
gap: 2rem;
min-height: 0;
}
.agentur-hero__video {
aspect-ratio: 16 / 10;
}
.agentur-intro {
padding: 2.5rem 1.5rem 0.5rem;
}
.agentur-team {
padding: 3rem 1.5rem 4rem;
}
.agentur-team__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 560px) {
.agentur-team__grid {
grid-template-columns: 1fr;
}
} .leistungen-hero {
box-sizing: border-box;
background-color: #A6AB9E;
padding: 9rem 3.5rem 5rem;
min-height: 620px;
display: flex;
flex-direction: column;
justify-content: center;
}
.leistungen-hero__title {
font-family: 'superior-title', serif;
font-size: clamp(3rem, 6vw, 4.5rem);
font-weight: 700;
font-style: italic;
color: #FFFFFF;
line-height: 1.15;
margin: 0;
}
.leistungen-hero__title em {
color: var(--color-highlight);
font-style: italic;
}
.leistungen-hero__text {
max-width: 560px;
font-size: 0.975rem;
font-weight: 300;
color: var(--color-anthracite);
line-height: 1.85;
margin-top: 1.5rem;
}
.leistungen-list {
background-color: #FAFAF8;
}
.leistungen-row {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: stretch;
border-bottom: 1px solid rgba(71, 71, 71, 0.15);
scroll-margin-top: 100px;
}
.leistungen-row--reverse {
direction: rtl;
}
.leistungen-row--reverse > * {
direction: ltr;
}
.leistungen-row__image {
min-height: 380px;
background-color: #A6AB9E;
background-size: cover;
background-position: center;
}
.leistungen-row__content {
padding: 4rem 3.5rem;
display: flex;
flex-direction: column;
justify-content: center;
}
.leistungen-row__name {
font-family: 'superior-title', serif;
font-size: clamp(1.75rem, 3vw, 2.25rem);
font-weight: 600;
font-style: italic;
color: #474747;
line-height: 1.2;
margin: 0 0 1rem;
}
.leistungen-row__intro {
font-size: 0.9rem;
font-weight: 300;
color: #676B6A;
line-height: 1.75;
margin: 0 0 1.25rem;
max-width: 480px;
}
.leistungen-row__services {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
margin-bottom: 2rem;
}
.leistungen-row__service {
font-family: 'Syne', sans-serif;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #474747;
background-color: #F1EEE7;
padding: 8px 16px;
border-radius: 30px;
white-space: nowrap;
}
@media (max-width: 1024px) {
.leistungen-hero {
padding: 7.5rem 1.5rem 3rem;
min-height: 0;
}
.leistungen-row {
grid-template-columns: 1fr;
}
.leistungen-row--reverse {
direction: ltr;
}
.leistungen-row__image {
min-height: 240px;
}
.leistungen-row__content {
padding: 2.5rem 1.5rem;
}
} .aktuelles-hero {
box-sizing: border-box;
background-color: #A6AB9E;
padding: 9rem 3.5rem 4rem;
min-height: 620px;
display: flex;
flex-direction: column;
justify-content: center;
}
.aktuelles-hero__title {
font-family: 'superior-title', serif;
font-size: clamp(3rem, 6vw, 4.5rem);
font-weight: 700;
font-style: italic;
color: #FFFFFF;
line-height: 1.15;
margin: 0;
}
.aktuelles-hero__title em {
color: var(--color-highlight);
font-style: italic;
}
.aktuelles-hero__text {
max-width: 560px;
font-size: 0.975rem;
font-weight: 300;
color: var(--color-anthracite);
line-height: 1.85;
margin-top: 1.5rem;
}
.aktuelles-archive {
background-color: #FAFAF8;
padding: 5rem 3.5rem 6rem;
}
.aktuelles-filter {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
gap: 1.25rem;
margin-bottom: 3rem;
}
.aktuelles-filter__group {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.aktuelles-filter__label {
font-family: 'Syne', sans-serif;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #868C79;
}
.aktuelles-filter__select {
font-family: 'Syne', sans-serif;
font-size: 0.9rem;
font-weight: 700;
color: #474747;
background-color: transparent;
border: 1px solid rgba(71, 71, 71, 0.3);
border-radius: 30px;
padding: 12px 44px 12px 20px;
cursor: pointer;
min-width: 160px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 18px center;
background-size: 14px;
}
.aktuelles-filter__submit {
font-family: 'Syne', sans-serif;
font-size: 0.85rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #FAFAF8;
background-color: #474747;
border: none;
border-radius: 30px;
padding: 13px 24px;
cursor: pointer;
transition: background-color 0.2s ease;
}
.aktuelles-filter__submit:hover {
background-color: #868C79;
}
.aktuelles-filter__reset {
font-family: 'Syne', sans-serif;
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #868C79;
text-decoration: underline;
text-underline-offset: 3px;
align-self: center;
}
.aktuelles-filter__reset:hover {
color: #474747;
}
.aktuelles-archive__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(340px, 100%), 1fr));
gap: 2.5rem 2rem;
}
.aktuelles-archive__grid .aktuelles-card {
width: auto;
}
.aktuelles-archive__empty {
font-size: 0.975rem;
font-weight: 300;
color: #676B6A;
line-height: 1.85;
}
@media (max-width: 1024px) {
.aktuelles-hero {
padding: 7.5rem 1.5rem 3rem;
min-height: 0;
}
.aktuelles-archive {
padding: 3rem 1.5rem 4rem;
}
.aktuelles-filter {
gap: 1rem;
}
.aktuelles-filter__select {
min-width: 140px;
}
} .post-header {
background-color: #FAFAF8;
padding: 9rem 3.5rem 1rem;
}
.post-header__inner {
max-width: 720px;
margin: 0 auto;
}
.post-header__date {
display: block;
font-family: 'Syne', sans-serif;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #868C79;
margin-bottom: 0.75rem;
}
.post-header__title {
font-family: 'superior-title', serif;
font-size: clamp(2.25rem, 5vw, 3.5rem);
font-weight: 700;
font-style: italic;
color: #474747;
line-height: 1.2;
margin: 0;
}
.post-header__subtitle {
font-size: 1.05rem;
font-weight: 300;
color: #676B6A;
line-height: 1.7;
max-width: 560px;
margin: 1.5rem 0 0;
}
.post-content-wrap {
background-color: #FAFAF8;
padding: 5rem 3.5rem 6rem;
}
.post-content-wrap__inner {
max-width: 720px;
margin: 0 auto;
}
.post-content {
margin-bottom: 3rem;
}
.post-content h3 {
font-family: 'Syne', sans-serif;
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #868C79;
margin: 3rem 0 0.5rem;
}
.post-content h3:first-child {
margin-top: 0;
}
.post-content h2 {
font-family: 'superior-title', serif;
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
font-style: italic;
color: #474747;
line-height: 1.2;
margin: 0 0 1.5rem;
}
.post-content h3 + h2 {
margin-top: 0;
}
.post-content p {
font-size: 1rem;
font-weight: 300;
color: #676B6A;
line-height: 1.85;
margin: 0 0 1.25rem;
}
.post-content ul,
.post-content ol {
font-size: 1rem;
font-weight: 300;
color: #676B6A;
line-height: 1.85;
margin: 0 0 1.25rem 1.25rem;
}
.post-content a {
color: #474747;
text-decoration: underline;
text-underline-offset: 2px;
}
.post-content a:hover {
color: #868C79;
}
.post-content img {
max-width: 100%;
height: auto;
margin: 2rem 0;
display: block;
}
.post-content strong {
color: #474747;
font-weight: 700;
}
.post-content blockquote {
position: relative;
background-color: #F1EEE7;
border-radius: 16px;
padding: 3rem 2.5rem 2.5rem;
margin: 3rem 0;
text-align: center;
}
.post-content blockquote::before {
content: "\201C";
display: block;
font-family: 'superior-title', serif;
font-size: 4rem;
font-style: italic;
line-height: 1;
color: var(--color-highlight);
margin-bottom: 0.5rem;
}
.post-content blockquote p {
font-family: 'superior-title', serif;
font-size: 1.4rem;
font-weight: 600;
font-style: italic;
color: #474747;
line-height: 1.4;
max-width: 480px;
margin: 0 auto;
}
.post-content blockquote p:last-child {
margin-bottom: 0;
}
.post-content .wp-block-columns {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 2rem;
margin: 3rem 0;
padding: 2.5rem 0;
border-top: 1px solid rgba(71, 71, 71, 0.15);
border-bottom: 1px solid rgba(71, 71, 71, 0.15);
}
.post-content .wp-block-column {
text-align: center;
}
.post-content .wp-block-column h2,
.post-content .wp-block-column h3,
.post-content .wp-block-column h4 {
font-family: 'superior-title', serif;
font-size: 1.75rem;
font-weight: 700;
font-style: italic;
color: #474747;
margin: 0 0 0.5rem;
}
.post-content .wp-block-column p {
font-size: 0.85rem;
color: #868C79;
line-height: 1.6;
margin: 0;
}
@media (max-width: 1024px) {
.post-header {
padding: 7.5rem 1.5rem 1rem;
}
.post-content-wrap {
padding: 3rem 1.5rem 4rem;
}
.post-content blockquote {
padding: 2.5rem 1.5rem 2rem;
}
.post-content .wp-block-columns {
grid-template-columns: repeat(2, 1fr);
gap: 2rem 1.5rem;
}
} .site-footer {
background-color: #A6AB9E;
color: #FAFAF8;
}
.footer-cta {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
padding: 5rem 3.5rem;
border-bottom: 1px solid rgba(250, 250, 248, 0.15);
}
.footer-cta__title {
font-family: 'superior-title', serif;
font-size: clamp(2rem, 4vw, 3.25rem);
font-weight: 700;
font-style: italic;
color: #FAFAF8;
margin: 0;
line-height: 1.2;
}
.footer-cta__title em {
color: var(--color-highlight);
font-style: italic;
}
.spin-badge {
position: relative;
flex: 0 0 auto;
display: block;
width: 130px;
height: 130px;
text-decoration: none;
}
.spin-badge__ring {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
animation: spinBadgeRotate 16s linear infinite;
}
@keyframes spinBadgeRotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.spin-badge__circle {
transition: fill 0.4s ease;
}
.spin-badge:hover .spin-badge__circle {
animation: spinBadgeColorCycle 4s linear infinite;
}
@keyframes spinBadgeColorCycle {
0%   { fill: #EB6900; } 20%  { fill: #97BF0D; } 40%  { fill: #E53434; } 60%  { fill: #62D9D9; } 80%  { fill: #018484; } 100% { fill: #EB6900; }
}
.spin-badge__text {
font-family: 'Syne', sans-serif;
font-size: 19px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
fill: #1a1a1a;
}
.spin-badge__arrow {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: 'Syne', sans-serif;
font-size: 2rem;
font-weight: 700;
color: #1a1a1a;
pointer-events: none;
}
@media (max-width: 1024px) {
.footer-cta {
justify-content: space-between;
gap: 1.5rem;
}
.footer-cta__title {
text-align: left;
}
.spin-badge {
width: 120px;
height: 120px;
}
.spin-badge__text {
font-size: 16px;
}
.spin-badge__arrow {
font-size: 1.5rem;
}
}
.footer-main {
display: grid;
grid-template-columns: 1.4fr 1fr 1fr 1fr;
gap: 3rem;
padding: 4rem 3.5rem;
}
.footer-col {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.6rem;
}
.footer-col__title {
font-family: 'Syne', sans-serif;
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--color-highlight);
margin-bottom: 0.5rem;
}
.footer-logo img {
display: block;
height: 28px;
width: auto;
margin-bottom: 1.25rem;
}
.footer-tagline {
font-size: 0.9rem;
font-weight: 300;
color: rgba(250, 250, 248, 0.75);
line-height: 1.6;
margin: 0 0 1.5rem;
max-width: 280px;
}
.footer-socials {
display: flex;
gap: 14px;
}
.footer-socials a {
color: #FAFAF8;
display: flex;
transition: opacity 0.2s ease;
}
.footer-socials a:hover {
opacity: 0.7;
}
.footer-socials svg {
width: 20px;
height: 20px;
}
.footer-address {
font-style: normal;
font-size: 0.9rem;
color: rgba(250, 250, 248, 0.85);
line-height: 1.6;
margin-bottom: 0.4rem;
}
.footer-link {
font-size: 0.9rem;
color: rgba(250, 250, 248, 0.85);
text-decoration: none;
transition: color 0.2s ease;
}
.footer-link:hover {
color: var(--color-highlight);
}
.footer-text {
font-size: 0.9rem;
color: rgba(250, 250, 248, 0.85);
line-height: 1.6;
margin: 0;
}
.footer-note {
font-size: 0.78rem;
color: rgba(250, 250, 248, 0.55);
margin: 0.3rem 0 0;
}
.footer-legal {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 1rem;
padding: 1.5rem 3.5rem;
border-top: 1px solid rgba(250, 250, 248, 0.15);
font-size: 0.78rem;
color: rgba(250, 250, 248, 0.6);
}
.footer-legal__links {
display: flex;
gap: 1.5rem;
flex-wrap: wrap;
}
.footer-legal__links a {
color: rgba(250, 250, 248, 0.6);
text-decoration: none;
transition: color 0.2s ease;
}
.footer-legal__links a:hover {
color: var(--color-highlight);
}
@media (max-width: 1024px) {
.footer-cta {
padding: 3rem 1.5rem;
}
.footer-main {
grid-template-columns: 1fr 1fr;
gap: 2.5rem;
padding: 3rem 1.5rem;
}
.footer-legal {
padding: 1.5rem;
}
}
@media (max-width: 480px) {
.footer-main {
grid-template-columns: 1fr;
}
} .kontakt-hero {
box-sizing: border-box;
background-color: #A6AB9E;
padding: 9rem 3.5rem 4rem;
min-height: 620px;
display: flex;
flex-direction: column;
justify-content: center;
}
.kontakt-hero__title {
font-family: 'superior-title', serif;
font-size: clamp(3rem, 6vw, 4.5rem);
font-weight: 700;
font-style: italic;
color: #FFFFFF;
line-height: 1.15;
margin: 0;
}
.kontakt-hero__title em {
color: var(--color-highlight);
font-style: italic;
}
.kontakt-hero__text {
max-width: 560px;
font-size: 0.975rem;
font-weight: 300;
color: var(--color-anthracite);
line-height: 1.85;
margin-top: 1.5rem;
}
.kontakt-hero__text strong {
font-weight: 500;
color: #474747;
}
.kontakt-topics {
background-color: #FAFAF8;
padding: 5rem 3.5rem;
}
.topic-pills {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-top: 1.75rem;
}
.topic-pill {
font-family: 'Syne', sans-serif;
font-size: 0.95rem;
font-weight: 700;
color: #474747;
background-color: transparent;
border: 1px solid rgba(71, 71, 71, 0.3);
border-radius: 30px;
padding: 14px 28px;
cursor: pointer;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.topic-pill:hover {
background-color: #A6AB9E;
border-color: #A6AB9E;
color: #FAFAF8;
}
.topic-pill.is-active {
background-color: #A6AB9E;
border-color: #A6AB9E;
color: #FAFAF8;
}
.topic-reveal {
margin-top: 3rem;
}
.topic-reveal__group {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.topic-reveal__group[hidden] {
display: none;
}
.topic-reveal__card {
display: flex;
align-items: center;
gap: 1.5rem;
background-color: #F1EEE7;
border-radius: 16px;
padding: 1.75rem;
max-width: 560px;
animation: topicRevealFade 0.4s ease;
}
@keyframes topicRevealFade {
from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }
}
.topic-reveal__label {
display: none;
}
.topic-reveal__name {
font-family: 'superior-title', serif;
font-size: 1.4rem;
font-weight: 600;
color: #474747;
margin: 0 0 0.2rem;
}
.topic-reveal__role {
display: block;
font-size: 0.85rem;
color: #868C79;
margin-bottom: 0.75rem;
}
.topic-reveal__contact {
display: flex;
flex-direction: column;
gap: 0.3rem;
}
.topic-reveal__contact .footer-link {
color: #474747;
}
.topic-reveal__contact .footer-link:hover {
color: #868C79;
}
.faq-accordion-item__panel .footer-link {
display: inline-block;
margin-bottom: 1.75rem;
color: #474747;
text-decoration: underline;
}
.faq-accordion-item__panel .footer-link:hover {
color: #868C79;
}
.kontakt-info {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-areas: "label map" "address map" "hours map";
gap: 3rem 3rem;
background-color: #FAFAF8;
padding: 0 6rem 6rem 3.5rem;
}
.kontakt-info__label {
grid-area: label;
}
.kontakt-info__address,
.kontakt-info__hours {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.4rem;
}
.kontakt-info__address {
grid-area: address;
}
.kontakt-info__address .footer-address,
.kontakt-info__address .footer-link,
.kontakt-info__hours .footer-text,
.kontakt-info__hours .footer-note {
color: #474747;
}
.kontakt-info__address .footer-link:hover {
color: #868C79;
}
.kontakt-info__hours {
grid-area: hours;
margin-top: 1.5rem;
}
.kontakt-info__map {
grid-area: map;
min-height: 320px;
}
@media (max-width: 1024px) {
.kontakt-hero {
min-height: 0;
}
.kontakt-hero,
.kontakt-topics,
.kontakt-info {
margin-right: 0;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.kontakt-info {
grid-template-columns: 1fr 1fr;
grid-template-areas: "label label" "map map" "address hours";
gap: 1.5rem 1.5rem;
}
.kontakt-info__map {
margin-right: 0;
}
.topic-reveal__card {
flex-direction: column;
text-align: center;
padding: 2rem;
}
} .faq-hero {
box-sizing: border-box;
background-color: #A6AB9E;
padding: 9rem 3.5rem 5rem;
min-height: 620px;
display: flex;
flex-direction: column;
justify-content: center;
}
.faq-hero__title {
font-family: 'superior-title', serif;
font-size: clamp(3rem, 6vw, 4.5rem);
font-weight: 700;
font-style: italic;
color: #FFFFFF;
line-height: 1.15;
margin: 0;
}
.faq-hero__title em {
color: var(--color-highlight);
font-style: italic;
}
.faq-hero__text {
max-width: 560px;
font-size: 0.975rem;
font-weight: 300;
color: var(--color-anthracite);
line-height: 1.85;
margin-top: 1.5rem;
}
.faq-hero__text strong {
font-weight: 500;
color: #474747;
}
.faq-list {
background-color: #FAFAF8;
padding: 5rem 3.5rem 6rem;
}
.faq-accordion {
max-width: 820px;
}
.faq-accordion-item {
border-bottom: 1px solid rgba(71, 71, 71, 0.2);
}
.faq-accordion-item__trigger {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
background: none;
border: none;
padding: 1.75rem 0;
cursor: pointer;
text-align: left;
}
.faq-accordion-item__question {
font-family: 'superior-title', serif;
font-size: 1.3rem;
font-weight: 600;
font-style: italic;
color: #474747;
line-height: 1.35;
transition: color 0.2s ease;
}
.faq-accordion-item__trigger:hover .faq-accordion-item__question {
color: #868C79;
}
.faq-accordion-item__icon {
flex: 0 0 auto;
position: relative;
width: 20px;
height: 20px;
}
.faq-accordion-item__icon::before,
.faq-accordion-item__icon::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
background-color: #474747;
transform: translate(-50%, -50%);
transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq-accordion-item__icon::before {
width: 20px;
height: 2px;
}
.faq-accordion-item__icon::after {
width: 2px;
height: 20px;
}
.faq-accordion-item__trigger[aria-expanded="true"] .faq-accordion-item__icon::after {
transform: translate(-50%, -50%) rotate(90deg);
opacity: 0;
}
.faq-accordion-item__panel {
display: grid;
grid-template-rows: 0fr;
transition: grid-template-rows 0.3s ease;
}
.faq-accordion-item__trigger[aria-expanded="true"] + .faq-accordion-item__panel {
grid-template-rows: 1fr;
}
.faq-accordion-item__panel > * {
overflow: hidden;
}
.faq-accordion-item__answer {
font-size: 1.05rem;
font-weight: 300;
color: #676B6A;
line-height: 1.75;
margin: 0 0 1.75rem;
max-width: 100%;
}
.faq-accordion-item__answer strong {
font-weight: 500;
color: #474747;
}
@media (max-width: 1024px) {
.faq-hero {
padding: 7.5rem 1.5rem 3rem;
min-height: 0;
}
.faq-list {
padding: 3rem 1.5rem 4rem;
}
} .legal-hero {
background-color: #A6AB9E;
padding: 9rem 3.5rem 4rem;
}
.legal-hero__title {
font-family: 'superior-title', serif;
font-size: clamp(2.75rem, 5.5vw, 4rem);
font-weight: 700;
font-style: italic;
color: #FFFFFF;
line-height: 1.15;
margin: 0;
}
.legal-content {
background-color: #FAFAF8;
padding: 5rem 3.5rem 6rem;
}
.legal-content__inner {
max-width: 780px;
}
.legal-content__inner h2 {
font-family: 'superior-title', serif;
font-size: 1.6rem;
font-weight: 600;
font-style: italic;
color: #474747;
line-height: 1.3;
margin: 3rem 0 1rem;
}
.legal-content__inner h2:first-child {
margin-top: 0;
}
.legal-content__inner h3 {
font-family: 'Syne', sans-serif;
font-size: 0.95rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.02em;
color: #474747;
margin: 2rem 0 0.75rem;
}
.legal-content__inner p {
font-size: 0.975rem;
font-weight: 300;
color: #676B6A;
line-height: 1.85;
margin: 0 0 1.25rem;
}
.legal-content__inner a {
color: #474747;
text-decoration: underline;
text-underline-offset: 2px;
}
.legal-content__inner a:hover {
color: #868C79;
}
.legal-content__note {
font-size: 0.85rem !important;
font-style: italic;
color: #868C79 !important;
}
@media (max-width: 1024px) {
.legal-hero,
.legal-content {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.legal-hero {
padding-top: 7.5rem;
padding-bottom: 3rem;
}
.legal-content {
padding-top: 3rem;
padding-bottom: 4rem;
}
}