:root {
--block-gap: 2.5rem;
--block-gap-innen: 1.5rem;
--footer-gap: 7rem;
--color-text: #333;
--color-text-secondary: #5a4b51;
--color-accent: #0e7f28;
--color-accent-dark: #0a5a1c;
--color-background: #f9f7f4;
--color-border: var(--color-text-secondary);
--color-border-light: #eee;
--color-border-medium: #e5e0d8;
--color-footer: #474746;
--color-focus: var(--color-accent);
--focus-ring-width: 3px;
--focus-ring-offset: 2px;
--fs-h1: 3rem;
--fs-h2: 1.8rem;
--fs-h3: 0.9rem;
--fs-body: 1.125rem;
--fw-heading: 300;
--fw-h2: 400;
--lh-h1: 1.1;
--lh-heading: 1.3;
--lh-body: 1.5;
--mb-heading: 15px;
--header-height: 60px;
}
@media (min-width: 1100px) {
:root {
--header-height: 76px;
}
}
@media (max-width: 959px) {
:root {
--fs-h1: 1.7rem;
--fs-h2: 1.3rem;
--fs-h3: 0.8rem;
--fs-body: 1rem;
--fw-heading: 400;
}
}
@font-face {
font-family: 'Brando';
src: url('../fonts/Brando-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Brando';
src: url('../fonts/Brando-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Brando';
src: url('../fonts/Brando-Italic.woff2') format('woff2');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Brando';
src: url('../fonts/Brando-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
.skip-link {
position: fixed;
top: 0;
left: 50%;
z-index: 10000;
padding: 1rem 2rem;
background: var(--color-accent);
color: #fff;
font-weight: 700;
text-decoration: none;
transform: translate(-50%, -100%);
transition: transform 0.3s ease;
}
.skip-link:focus {
transform: translate(-50%, 0);
outline: var(--focus-ring-width) solid var(--color-focus);
outline-offset: var(--focus-ring-offset);
}
*:focus {
outline: var(--focus-ring-width) solid var(--color-focus);
outline-offset: var(--focus-ring-offset);
}
*:focus:not(:focus-visible) {
outline: none;
}
*:focus-visible {
outline: var(--focus-ring-width) solid var(--color-focus);
outline-offset: var(--focus-ring-offset);
}
@media (forced-colors: active) {
*:focus-visible {
outline: 3px solid CanvasText;
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
.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;
}
*,
*::before,
*::after {
box-sizing: border-box;
border-radius: 0;
}
html {
font-size: 100%;
scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
body {
margin: 0;
padding-top: var(--header-height);
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-weight: 400;
line-height: 1.6;
color: var(--color-text);
background: var(--color-background);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-variant-numeric: lining-nums;
}
p,
ul li,
ol li {
font-size: var(--fs-body);
line-height: var(--lh-body);
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
line-height: 1.2;
color: var(--color-text);
}
h1, h2, h3, h4, h5 {
margin-bottom: var(--mb-heading);
}
h1, h2, h3, h4, h5,
.stellen-liste__item strong,
.search-result strong {
overflow-wrap: break-word;
-webkit-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-limit-before: 8;
-webkit-hyphenate-limit-after: 4;
hyphenate-limit-chars: 12 8 4;
}
@media (min-width: 960px) {
h1, h2, h3, h4, h5,
.stellen-liste__item strong,
.search-result strong {
overflow-wrap: normal;
}
}
h1 {
font-size: var(--fs-h1);
font-weight: var(--fw-heading);
line-height: var(--lh-h1);
color: var(--color-accent);
}
h2 {
font-size: var(--fs-h2);
line-height: var(--lh-heading);
color: #000000;
font-weight: var(--fw-h2);
font-style: normal;
}
h3, h4, h5, h6 {
font-weight: 700;
}
address {
font-style: normal;
}
h3 {
font-size: var(--fs-h3);
line-height: var(--lh-heading);
text-transform: uppercase;
color: var(--color-text-secondary);
}
strong, b {
color: var(--color-text);
}
a {
color: var(--color-accent);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.15em;
transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
@media (hover: hover) {
a:hover {
color: var(--color-accent-dark);
text-decoration-thickness: 2px;
}
}
a,
button,
input,
select,
textarea,
[role="button"] {
min-height: 44px;
min-width: 44px;
}
p a,
li a,
td a {
min-height: auto;
min-width: auto;
}
img {
max-width: 100%;
height: auto;
}
ul {
list-style: square;
}
ul li::marker {
color: var(--color-accent);
}
.site-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background: var(--color-background);
}
.site-nav {
display: flex;
justify-content: center;
align-items: center;
max-width: 1400px;
margin: 0 auto;
padding: 1rem 2rem;
}
.site-logo {
position: fixed;
top: 0.5rem;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1100;
display: block;
width: 60px;
height: 60px;
text-decoration: none;
will-change: transform;
}
.site-logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
@media (min-width: 1100px) {
.site-logo {
top: 0;
left: 0;
transform: none;
width: clamp(100px, 8vw, 250px);
height: clamp(100px, 8vw, 250px);
}
}
.bearbeiten-leiste {
display: none;
}
@media (min-width: 1100px) {
.bearbeiten-leiste {
--logo: clamp(100px, 8vw, 250px);
--kachel: clamp(100px, 8vw, 150px);
position: fixed;
top: calc(var(--logo) + 0.25rem);
left: 0;
z-index: 1100;
display: flex;
flex-direction: column;
gap: 0.25rem;
width: var(--kachel);
}
}
.bearbeiten-leiste__link {
display: flex;
align-items: center;
justify-content: center;
height: var(--kachel, auto);
padding: 0.5rem;
background: #2b2b2b;
color: #ffffff;
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 0.85rem;
font-weight: 700;
line-height: 1.2;
text-align: center;
text-decoration: none;
}
@media (hover: hover) {
.bearbeiten-leiste__link:hover {
background: var(--color-accent);
color: #ffffff;
}
}
.bearbeiten-leiste__link:focus-visible {
outline: var(--focus-ring-width) solid var(--color-focus);
outline-offset: var(--focus-ring-offset);
}
.nav-links {
display: none;
gap: 2rem;
list-style: none;
margin: 0;
padding: 0;
}
@media (min-width: 1100px) {
.nav-links {
display: flex;
}
}
.nav-item {
position: relative;
}
.nav-item > a {
display: inline-flex;
align-items: center;
padding: 0.5rem 0;
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 0.9rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--color-text);
text-decoration: none;
min-height: 44px;
border-bottom: 2px solid transparent;
transition: color 0.2s ease, border-color 0.2s ease;
}
.nav-item > a[aria-current="page"] {
color: var(--color-accent);
border-bottom-color: var(--color-accent);
}
@media (hover: hover) {
.nav-item > a:hover {
color: var(--color-accent);
border-bottom-color: var(--color-accent);
}
}
.nav-arrow {
margin-left: 0.25rem;
transition: transform 0.2s ease;
}
@media (hover: hover) {
.nav-item:hover .nav-arrow {
transform: rotate(180deg);
}
}
.nav-dropdown {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
z-index: 100;
min-width: 220px;
margin: 0;
padding: 1rem 0;
list-style: none;
background: var(--color-background);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease, visibility 0.2s ease;
}
.nav-item:focus-within .nav-dropdown {
opacity: 1;
visibility: visible;
}
@media (hover: hover) {
.nav-item:hover .nav-dropdown {
opacity: 1;
visibility: visible;
}
}
.nav-dropdown li {
margin: 0;
}
.nav-dropdown a {
display: block;
padding: 0.5rem 1.5rem;
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 0.9rem;
font-weight: 400;
text-transform: none;
letter-spacing: 0;
color: var(--color-text);
text-decoration: none;
white-space: nowrap;
transition: color 0.2s ease, background 0.2s ease;
}
@media (hover: hover) {
.nav-dropdown a:hover {
color: var(--color-accent);
}
}
.mobile-header-bg {
display: none;
}
@media (max-width: 1099px) {
.mobile-header-bg {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
height: 60px;
background: var(--color-background);
z-index: 5;
}
}
.burger {
position: fixed;
top: 0.5rem;
left: 1rem;
z-index: 1100;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 5px;
width: 44px;
height: 44px;
padding: 0;
background: transparent;
border: none;
cursor: pointer;
}
@media (min-width: 1100px) {
.burger {
display: none;
}
}
.burger span {
display: block;
width: 24px;
height: 2px;
background: var(--color-text);
transition: transform 0.3s ease, opacity 0.3s ease;
}
.burger[aria-expanded="true"] span:nth-child(1) {
-webkit-transform: translateY(7px) rotate(45deg);
transform: translateY(7px) rotate(45deg);
}
.burger[aria-expanded="true"] span:nth-child(2) {
opacity: 0;
}
.burger[aria-expanded="true"] span:nth-child(3) {
-webkit-transform: translateY(-7px) rotate(-45deg);
transform: translateY(-7px) rotate(-45deg);
}
.search-toggle {
position: fixed;
top: 0.5rem;
right: 1rem;
z-index: 1100;
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
padding: 0;
background: transparent;
border: none;
cursor: pointer;
}
.search-toggle svg {
stroke: var(--color-text);
transition: stroke 0.2s ease;
}
@media (hover: hover) {
.search-toggle:hover svg {
stroke: var(--color-accent);
}
}
.search-panel {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1200;
padding: 2rem;
background: var(--color-background);
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: transform 0.3s ease, visibility 0s linear 0.3s;
transition: transform 0.3s ease, visibility 0s linear 0.3s;
}
.search-panel.open {
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
-webkit-transition: transform 0.3s ease, visibility 0s linear 0s;
transition: transform 0.3s ease, visibility 0s linear 0s;
}
.search-panel-close {
position: absolute;
top: 1.5rem;
right: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
padding: 0;
background: transparent;
border: none;
cursor: pointer;
}
.search-panel-close span {
position: absolute;
width: 24px;
height: 2px;
background: var(--color-text);
}
.search-panel-close span:first-child {
transform: rotate(45deg);
}
.search-panel-close span:last-child {
transform: rotate(-45deg);
}
.search-form {
display: flex;
gap: 1rem;
max-width: 600px;
}
.search-form input {
flex: 1;
}
@media (max-width: 599px) {
.search-panel {
padding: 4rem 1rem 1.5rem;
}
.search-panel-close {
top: 0.5rem;
right: 0.5rem;
}
.search-form {
flex-direction: column;
}
.search-form .btn {
width: 100%;
}
}
.search-panel-overlay,
.side-panel-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-panel-overlay { z-index: 1150; }
.side-panel-overlay { z-index: 1040; }
.search-panel-overlay.open,
.side-panel-overlay.open {
opacity: 1;
visibility: visible;
}
.search-form--inline {
display: flex;
gap: 1rem;
margin-bottom: 2rem;
}
.search-form--inline input[type="search"] {
flex: 1;
padding: 0.75rem 1rem;
border: 1px solid #ccc;
font-size: 1rem;
}
.search-meta {
margin-bottom: 1.5rem;
color: #666;
}
.stellen-liste,
.search-results,
.page-content__text ul.stellen-liste,
.page-content__text ul.search-results {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 0.5rem;
list-style: none;
margin: 0 0 var(--block-gap) 0;
padding: 0;
}
.page-content__text ul.stellen-liste > li,
.page-content__text ul.search-results > li {
margin: 0;
padding: 0;
}
.stellen-liste__item,
.search-result a {
display: block;
padding: 1.5rem;
overflow-wrap: break-word;
}
.page-content__text ul.stellen-liste > li::before,
.page-content__text ul.search-results > li::before {
content: none;
}
.search-result strong,
.stellen-liste__item strong {
font-size: 1.15rem;
display: block;
margin-bottom: 0.35rem;
transition: color 0.2s;
}
.search-result p,
.stellen-liste__item p {
margin: 0;
color: #666;
font-size: 0.95rem;
line-height: 1.5;
}
.page-content__text .stellen-liste__item p,
.page-content__text .search-result p {
margin: 0;
}
.stellen-liste__item p.meta-zeile {
margin-bottom: 0.35rem;
}
.side-panel {
position: fixed;
top: 0;
right: 0;
z-index: 1050;
width: 100%;
max-width: 400px;
height: 100vh;
height: 100dvh;
padding: 5rem 2rem 2rem;
background: var(--color-background);
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: transform 0.3s ease, visibility 0s linear 0.3s;
transition: transform 0.3s ease, visibility 0s linear 0.3s;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
display: flex;
flex-direction: column;
}
.side-panel.open {
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
-webkit-transition: transform 0.3s ease, visibility 0s linear 0s;
transition: transform 0.3s ease, visibility 0s linear 0s;
}
.side-panel-nav {
flex: 1;
}
.side-panel-nav > ul {
list-style: none;
margin: 0;
padding: 0;
}
.mobile-nav-item {
border-bottom: 1px solid var(--color-border-light);
}
.mobile-nav-main {
display: flex;
justify-content: space-between;
align-items: center;
}
.mobile-nav-main > a {
display: block;
padding: 1rem 0;
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 1.1rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--color-text);
text-decoration: none;
flex: 1;
}
.mobile-nav-main > a[aria-current="page"] {
color: var(--color-accent);
}
@media (hover: hover) {
.mobile-nav-main > a:hover {
color: var(--color-accent);
}
}
.subnav-toggle {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
padding: 0;
background: transparent;
border: none;
cursor: pointer;
transition: transform 0.3s ease;
}
.subnav-toggle svg {
stroke: var(--color-text);
transition: stroke 0.2s ease;
}
.mobile-nav-item.is-open .subnav-toggle {
transform: rotate(180deg);
}
.mobile-nav-item.is-open .subnav-toggle svg {
stroke: var(--color-accent);
}
.mobile-subnav {
display: none;
margin: 0;
padding: 0 0 1rem 1rem;
list-style: none;
}
.mobile-nav-item.is-open .mobile-subnav {
display: block;
}
.mobile-subnav li {
margin: 0;
}
.mobile-subnav a {
display: block;
padding: 0.5rem 0;
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 1rem;
color: var(--color-text);
text-decoration: none;
}
.mobile-subnav a[aria-current="page"] {
color: var(--color-accent);
}
@media (hover: hover) {
.mobile-subnav a:hover {
color: var(--color-accent);
}
}
.side-panel-address {
margin-top: auto;
padding-top: 2rem;
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 0.95rem;
line-height: 1.6;
color: var(--color-text);
border-top: 1px solid var(--color-border-light);
}
.side-panel-address strong {
font-weight: 700;
color: var(--color-accent);
}
.side-panel-address a {
color: var(--color-accent);
text-decoration: none;
}
@media (hover: hover) {
.side-panel-address a:hover {
text-decoration: underline;
}
}
body.menu-open,
body.search-open {
overflow: hidden;
}
.main {
padding: 3rem 2rem var(--footer-gap);
box-sizing: border-box;
}
.main > :last-child,
.main > :last-child > :last-child,
.main > :last-child > :last-child > :last-child {
margin-bottom: 0;
}
@media (max-width: 768px) {
.main {
padding: 4rem 1.5rem var(--footer-gap);
}
}
@media (min-width: 960px) {
.main {
width: 100%;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
}
#main-content:target {
scroll-margin-top: 2rem;
}
.footer {
padding: 0 2rem;
box-sizing: border-box;
background: var(--color-background);
color: var(--color-footer);
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
}
@media (min-width: 960px) {
.footer {
width: 100%;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
}
}
.footer__services {
border-top: 2px solid var(--color-border);
border-bottom: 2px solid var(--color-border);
}
.footer__services-grid {
display: grid;
grid-template-columns: 1fr;
}
@media (min-width: 768px) {
.footer__services-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.footer__service {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 1.5rem;
text-decoration: none;
border-left: 1px solid var(--color-border);
border-right: 1px solid var(--color-border);
}
.footer__service:not(:first-child) {
border-top: 1px solid var(--color-border);
}
@media (min-width: 768px) {
.footer__service:not(:first-child) {
border-top: none;
border-left: none;
}
}
.footer__service-icon {
position: absolute;
top: 0;
left: 1.5rem;
width: 100px;
height: 100px;
background-color: #eabea2;
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
z-index: 0;
}
.footer__service-icon--schuhmacher {
mask-image: url('../images/Icon-Schumacher.svg');
-webkit-mask-image: url('../images/Icon-Schumacher.svg');
}
.footer__service-icon--orthopaedie {
mask-image: url('../images/Icons-Orthophaedie.svg');
-webkit-mask-image: url('../images/Icons-Orthophaedie.svg');
}
.footer__service-icon--sanitaetshaus {
mask-image: url('../images/Icons-Sanitaetshaus.svg');
-webkit-mask-image: url('../images/Icons-Sanitaetshaus.svg');
}
@media (max-width: 767px) {
.footer__service-icon {
left: auto;
right: 1.5rem;
top: 0;
}
}
.footer__service-title {
position: relative;
z-index: 1;
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 2rem;
font-weight: 300;
margin-bottom: 0;
color: var(--color-accent);
}
@media (max-width: 959px) {
.footer__service-title {
font-size: 1.8rem;
}
@media (hover: hover) {
.footer__service:hover .footer__service-title {
color: var(--color-accent-dark);
}
}
}
.footer__locations {
position: relative;
z-index: 2;
padding: 2rem;
text-align: left;
}
.footer__cities {
margin: 0;
font-size: 1.1rem;
font-weight: 400;
line-height: 1.2;
color: var(--color-footer);
}
.footer__cities a {
color: var(--color-footer);
text-decoration: none;
}
@media (hover: hover) {
.footer__cities a:hover {
color: var(--color-accent);
}
}
.footer__slogan {
margin: 0;
font-size: 0.9rem;
color: var(--color-footer);
}
.footer__main {
padding: 3rem 2rem;
}
@media (max-width: 768px) {
.footer__main {
padding: 0 2rem 3rem 2rem;
}
}
.footer__grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
}
@media (min-width: 600px) {
.footer__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 960px) {
.footer__grid {
grid-template-columns: repeat(4, 1fr);
}
}
.footer__col {
font-size: 0.95rem;
line-height: 1.8;
}
.footer__contact strong {
font-weight: 700;
}
.footer__contact > :first-child {
margin-top: 0;
}
.footer__list {
margin: 0;
padding: 0;
list-style: none;
}
.footer__list li {
margin: 0;
}
.footer a {
color: var(--color-footer);
text-decoration: none;
}
.footer__list a {
display: block;
padding: 0.2rem 0;
}
a[href^="tel:"] {
white-space: nowrap;
}
.footer__cities a {
display: inline-block;
min-height: auto;
padding: 0.15rem 0;
}
@media (hover: hover) {
.footer a:hover {
color: var(--color-accent);
}
}
.footer p,
.footer li {
font-size: 0.95rem;
line-height: 1.8;
}
.btn,
.filial-finder__button {
padding: 0.6rem 1.5rem 0.75rem 1.5rem;
line-height: 1;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 1rem;
font-weight: 700;
color: #fff;
background: var(--color-accent);
border: 1px solid var(--color-accent);
border-radius: 0;
text-decoration: none;
cursor: pointer;
transition: background 0.2s ease, color 0.2s ease;
}
@media (hover: hover) {
.btn:hover {
background: var(--color-text-secondary);
border-color: var(--color-border);
color: #fff;
}
}
.btn:focus-visible {
outline: var(--focus-ring-width) solid var(--color-focus);
outline-offset: var(--focus-ring-offset);
}
label {
display: block;
margin-bottom: 0.5rem;
font-weight: 700;
}
input,
select,
textarea {
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 1rem;
padding: 0.75rem;
border: 1px solid var(--color-accent);
border-radius: 0;
min-height: 44px;
width: 100%;
transition: border-color 0.2s ease;
}
@media (hover: hover) {
input:hover,
select:hover,
textarea:hover {
border-color: var(--color-accent-dark);
}
}
input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
border-color: #d32f2f;
}
.feedback-section {
margin-top: 3rem;
padding-top: 3rem;
border-top: 1px solid var(--color-border-medium);
}
.feedback-intro {
margin-bottom: 2rem;
color: var(--color-text-secondary);
}
.feedback-form {
max-width: 600px;
}
.feedback-message {
padding: 1.25rem;
margin-bottom: 2rem;
}
.feedback-success {
background: #e8f5e9;
border-left: 3px solid var(--color-accent);
color: var(--color-text);
}
.feedback-error {
background: #fef2f2;
border-left: 3px solid #d32f2f;
color: #d32f2f;
}
.feedback-message ul {
margin: 0.5rem 0 0 1.25rem;
padding: 0;
}
.form-group {
margin-bottom: 1.5rem;
}
.form-error {
display: block;
margin-top: 0.25rem;
font-size: 0.875rem;
color: #d32f2f;
}
.form-error[hidden] {
display: none;
}
.form-hint {
display: block;
margin-top: 0.25rem;
font-size: 0.875rem;
color: var(--color-text-secondary);
}
#datei-liste {
list-style: none;
padding-left: 0;
margin-top: 0.5rem;
}
#datei-liste li {
display: flex;
align-items: stretch;
gap: 0.75rem;
margin-bottom: 0.5rem;
padding-left: 0;
}
#datei-liste li::before {
content: none;
}
#datei-liste .datei-liste__name {
display: flex;
align-items: center;
padding: 0 0.75rem;
border: 1px solid var(--color-accent);
font-size: 0.9rem;
color: var(--color-text);
word-break: break-all;
}
.form-textarea {
resize: vertical;
min-height: 150px;
}
.form-checkbox {
display: flex;
align-items: flex-start;
gap: 0.75rem;
}
.form-checkbox-input {
margin-top: 0.25rem;
width: 1.25rem;
height: 1.25rem;
flex-shrink: 0;
min-height: 0;
min-width: 0;
}
.form-checkbox-label {
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
}
.required {
color: #d32f2f;
}
.required-hint {
font-size: 0.875rem;
color: var(--color-text-secondary);
margin-bottom: 1.5rem;
}
.form-actions {
margin-top: 2rem;
}
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
border-color: #d32f2f;
}
.hp-field {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
}
.media-cols {
display: grid;
gap: 2rem;
grid-template-columns: 1fr;
grid-template-areas:
"head"
"media"
"intro"
"body";
}
.media-cols__head  { grid-area: head; }
.media-cols__head > * { margin-top: 0; }
.media-cols__media { grid-area: media; margin: 0; }
.media-cols__intro { grid-area: intro; }
.media-cols__body  { grid-area: body; }
.media-cols__media img {
display: block;
width: 100%;
height: auto;
}
@media (min-width: 768px) {
.media-cols {
grid-template-columns: 1fr 1fr;
column-gap: 3rem;
row-gap: 0;
align-items: start;
grid-template-areas:
"head  media"
"intro media"
"body  media";
}
.media-cols--media-left {
grid-template-areas:
"media head"
"media intro"
"media body";
}
}
.button-zeile {
display: grid;
gap: 1.5rem;
grid-template-columns: 1fr;
margin: 0 0 4rem 0;
}
.button-zeile__item {
display: flex;
flex-direction: column;
justify-content: center;
gap: 0.25rem;
min-height: 44px;
padding: 1.5rem;
text-align: center;
text-decoration: none;
color: #fff;
background: var(--color-accent);
border: 1px solid var(--color-accent);
transition: background 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
.button-zeile__item:hover {
background: var(--color-text-secondary);
border-color: var(--color-border);
color: #fff;
}
}
.button-zeile__item:focus-visible {
outline: var(--focus-ring-width) solid var(--color-focus);
outline-offset: var(--focus-ring-offset);
}
.button-zeile__headline {
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-weight: 700;
font-size: var(--fs-h3);
line-height: var(--lh-heading);
}
.button-zeile__text {
font-size: 1rem;
}
@media (min-width: 768px) {
.button-zeile--2,
.button-zeile--4 { grid-template-columns: repeat(2, 1fr); }
.button-zeile--3 { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 960px) {
.button-zeile--3 { grid-template-columns: repeat(3, 1fr); }
.button-zeile--4 { grid-template-columns: repeat(4, 1fr); }
}
.block-text {
margin: 0 0 var(--block-gap) 0;
}
.block-text > :first-child { margin-top: 0; }
.block-text > :last-child { margin-bottom: 0; }
@media (min-width: 960px) {
.home-magazin__text,
.block-text,
.page-content__text.page-content__text--schmal,
.main--artikel .page-content__text,
.main--artikel .artikel__filial-box {
max-width: 70%;
}
.main--artikel .page-content__text .block-text,
.main--artikel .page-content__text .home-magazin__text {
max-width: 100%;
}
.home-magazin__grid--bild-links .home-magazin__text,
.home-magazin__grid--bild-links .home-magazin__bloecke .block-text {
max-width: 100%;
}
}
.text-hervorhebung,
.bewerbungswege {
margin: 0 0 var(--block-gap) 0;
}
.text-hervorhebung {
display: grid;
gap: 1.5rem;
grid-template-columns: 1fr;
}
.text-hervorhebung__item,
.bewerbungswege,
.stellen-liste__item,
.search-result a {
text-align: left;
color: var(--color-text);
background: #deecd9;
text-decoration: none;
transition: background 0.2s ease, border-color 0.2s ease;
overflow: hidden;
}
.text-hervorhebung__item,
.stellen-liste__item,
.search-result a {
border: 1px solid var(--color-accent);
}
.text-hervorhebung--transparent .text-hervorhebung__item {
background: transparent;
}
.text-hervorhebung--weiss .text-hervorhebung__item,
.bewerbungswege,
.stellen-liste__item,
.search-result a {
background: #ffffff;
}
.text-hervorhebung--akzent .text-hervorhebung__item {
background: var(--color-accent);
color: #ffffff;
}
.text-hervorhebung--eigene .text-hervorhebung__item {
background: var(--thb-bg);
}
a.text-hervorhebung__item,
a.stellen-liste__item,
.search-result a {
-webkit-tap-highlight-color: transparent;
}
a.text-hervorhebung__item:active,
a.stellen-liste__item:active,
.search-result a:active {
background: var(--color-text-secondary);
border-color: var(--color-accent);
color: #ffffff;
}
.text-hervorhebung--ohne-rahmen a.text-hervorhebung__item:active {
border-color: transparent;
}
.text-hervorhebung--akzent .text-hervorhebung__body,
.text-hervorhebung--akzent .text-hervorhebung__body *,
a.text-hervorhebung__item:active .text-hervorhebung__body,
a.text-hervorhebung__item:active .text-hervorhebung__body *,
a.stellen-liste__item:active *,
.search-result a:active * {
color: #ffffff;
}
@media (hover: hover) {
a.text-hervorhebung__item:hover,
a.stellen-liste__item:hover,
.search-result a:hover {
background: var(--color-text-secondary);
border-color: var(--color-accent);
color: #ffffff;
}
.text-hervorhebung--ohne-rahmen a.text-hervorhebung__item:hover {
border-color: transparent;
}
a.text-hervorhebung__item:hover .text-hervorhebung__body,
a.text-hervorhebung__item:hover .text-hervorhebung__body *,
a.stellen-liste__item:hover *,
.search-result a:hover * {
color: #ffffff;
}
}
a.text-hervorhebung__item:focus-visible,
a.stellen-liste__item:focus-visible,
.search-result a:focus-visible {
outline: var(--focus-ring-width) solid var(--color-focus);
outline-offset: var(--focus-ring-offset);
}
.text-hervorhebung--ohne-rahmen .text-hervorhebung__item {
border-color: transparent;
}
.text-hervorhebung__media {
position: relative;
padding-bottom: 62.5%;
overflow: hidden;
background: var(--color-background);
}
@supports (aspect-ratio: 16 / 10) {
.text-hervorhebung__media {
padding-bottom: 0;
aspect-ratio: 16 / 10;
}
}
.text-hervorhebung__media img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
@media (hover: hover) {
a.text-hervorhebung__item:hover .text-hervorhebung__media img {
transform: scale(1.05);
}
}
.text-hervorhebung__body,
.bewerbungswege {
padding: 1.5rem;
}
.text-hervorhebung--zentriert .text-hervorhebung__body {
text-align: center;
}
.text-hervorhebung__item .text-hervorhebung__head,
.bewerbungswege > :first-child {
margin: 0 0 var(--mb-heading);
}
.text-hervorhebung__item h3.text-hervorhebung__head {
font-size: var(--fs-h3);
line-height: var(--lh-heading);
font-weight: 600;
text-transform: none;
}
.text-hervorhebung__item .text-hervorhebung__head:last-child {
margin-bottom: 0;
}
.text-hervorhebung__text {
font-size: var(--fs-body);
line-height: var(--lh-body);
}
.text-hervorhebung__text > :first-child { margin-top: 0; }
.text-hervorhebung__text > :last-child { margin-bottom: 0; }
@media (min-width: 768px) {
.text-hervorhebung--cols-2 { grid-template-columns: repeat(2, 1fr); }
.text-hervorhebung--cols-1.text-hervorhebung--halb { grid-template-columns: repeat(2, 1fr); }
.text-hervorhebung--cols-1.text-hervorhebung--siebzig { grid-template-columns: 7fr 3fr; }
}
.blog {
padding: 3rem 2rem;
}
.blog__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 0.5rem;
}
.blog__card {
display: flex;
flex-direction: column;
background: #fff;
overflow: hidden;
transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
.blog__card:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
}
.blog__card-link {
display: flex;
flex-direction: column;
flex: 1;
text-decoration: none;
color: inherit;
}
.blog__card-link:focus-visible {
outline: var(--focus-ring-width) solid var(--color-focus);
outline-offset: var(--focus-ring-offset);
}
.blog__card-image {
position: relative;
overflow: hidden;
background: #f0ede8;
}
@supports not (aspect-ratio: 1 / 1) {
.blog__card-image {
padding-bottom: 100%;
}
.blog__card-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
@supports (aspect-ratio: 1 / 1) {
.blog__card-image {
aspect-ratio: 1 / 1;
}
}
.blog__card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
@media (hover: hover) {
.blog__card:hover .blog__card-image img {
transform: scale(1.03);
}
}
.blog__card-image--placeholder {
background: linear-gradient(135deg, #f0ede8 0%, #e5e0d8 100%);
}
.blog__card-content {
display: flex;
flex-direction: column;
flex: 1;
padding: 1.5rem;
}
.blog__card-category {
display: inline-block;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--color-accent);
margin-bottom: 0.5rem;
}
.blog__card-excerpt {
font-size: 0.9375rem;
color: var(--color-text);
line-height: 1.5;
margin-bottom: 1rem;
}
.blog__pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid var(--color-border-medium);
}
.blog__pagination-link {
color: var(--color-accent);
text-decoration: none;
font-weight: 500;
}
@media (hover: hover) {
.blog__pagination-link:hover {
text-decoration: underline;
}
}
.blog__pagination-info {
color: #999;
font-size: 0.875rem;
}
.blog__empty {
text-align: center;
padding: 4rem 2rem;
color: var(--color-text);
}
.blog__empty p {
margin-bottom: 0.5rem;
}
.artikel {
padding: 0;
}
.artikel__filial-box {
padding: 1.5rem;
background: #ffffff;
border: 1px solid var(--color-accent);
margin-bottom: 3rem;
}
.artikel__filial-box h2 {
margin-top: 0;
}
.artikel__filial-box address {
margin-bottom: 0.5rem;
}
.artikel__filial-box a[href^="tel"] {
display: block;
margin-bottom: 1rem;
color: var(--color-accent);
}
@media (max-width: 768px) {
.blog__grid {
grid-template-columns: 1fr;
}
}
.artikel__seo-ergaenzung h2 {
margin-top: 2rem;
margin-bottom: var(--mb-heading);
}
.artikel__seo-ergaenzung h3 {
font-weight: 700;
margin-top: 1.5rem;
margin-bottom: var(--mb-heading);
}
.artikel__seo-ergaenzung p {
margin-bottom: 1.25rem;
}
.home-magazin {
padding: 0;
}
.home-magazin__grid {
display: block;
}
@media (min-width: 960px) {
.home-magazin__grid::after {
content: "";
display: table;
clear: both;
}
}
.home-magazin__teaser-wrap {
margin-top: 20px;
margin-bottom: 30px;
}
.home-magazin__text {
font-size: 1.1rem;
line-height: 1.7;
color: var(--color-text);
margin: 0;
}
.home-magazin__bloecke {
margin-top: var(--block-gap);
}
.home-magazin__bloecke > :last-child {
margin-bottom: 0;
}
.home-magazin .contact-form-section:not(.media-cols),
.home-magazin .rezept-section:not(.media-cols) {
clear: both;
}
@supports (display: flow-root) {
.home-magazin .contact-form-section:not(.media-cols),
.home-magazin .rezept-section:not(.media-cols) {
clear: none;
display: flow-root;
}
}
.home-magazin__text h2 {
margin: 1.5rem 0 var(--mb-heading) 0;
}
.home-magazin__text h2:first-child {
margin-top: 0;
}
.home-magazin__text h3 {
font-weight: 600;
margin: 1.25rem 0 var(--mb-heading) 0;
}
.home-magazin__text p {
margin: 0 0 1rem 0;
}
.home-magazin__image {
float: right;
width: calc(50% - 0.75rem);
margin: 0 0 2rem 3rem;
shape-outside: margin-box;
position: relative;
}
@media (min-width: 960px) {
.home-magazin__image {
padding-bottom: 20px;
}
}
.home-magazin--block {
margin: 0 0 var(--block-gap) 0;
}
.page-content__text:last-child > .home-magazin:last-child {
margin-bottom: 0;
}
@media (min-width: 960px) {
.home-magazin--block .home-magazin__image {
margin-bottom: 0;
}
}
.home-magazin--opener {
margin-top: 0;
margin-bottom: var(--block-gap);
}
.home-magazin__image--left {
float: left;
margin: 0 3rem 2rem 0;
}
.home-magazin__grid--bild-links .home-magazin__text ul,
.home-magazin__grid--bild-links .home-magazin__text ol,
.home-magazin__grid--bild-links .home-magazin__bloecke ul,
.home-magazin__grid--bild-links .home-magazin__bloecke ol {
display: flow-root;
}
.home-magazin--block:not(.home-magazin--opener) .home-magazin__headline {
font-size: var(--fs-h2);
font-weight: var(--fw-h2);
color: #000000;
}
.home-magazin__headline {
font-size: var(--fs-h1);
font-weight: var(--fw-heading);
line-height: var(--lh-h1);
margin: 0 0 var(--mb-heading);
color: var(--color-accent);
}
.home-magazin__subline {
font-size: var(--fs-body);
line-height: var(--lh-body);
color: var(--color-text);
}
.home-magazin__teaser {
font-style: italic;
color: var(--color-accent);
font-size: var(--fs-body);
line-height: var(--lh-body);
padding-left: 80px;
padding-bottom: 20px;
margin: 2rem 0 0 0;
}
.home-magazin__figure {
margin: 0;
position: relative;
overflow: hidden;
}
.home-magazin__figure img {
width: 100%;
height: auto;
display: block;
transition: transform 0.4s ease;
}
.home-magazin__caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 4rem 2rem 2rem;
background: linear-gradient(to top,
rgba(0, 0, 0, 0.7) 0,
rgba(0, 0, 0, 0.7) calc(100% - 3.5rem),
rgba(0, 0, 0, 0) 100%);
color: #fff;
}
.home-magazin__category {
display: block;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.5rem;
}
.home-magazin__title {
display: block;
font-size: 1.1rem;
font-weight: 400;
line-height: 1.3;
}
.home-slider {
position: relative;
width: 100%;
overflow: hidden;
}
.home-slider__slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
pointer-events: none;
transition: opacity 1.5s ease-in-out;
text-decoration: none;
color: inherit;
z-index: 0;
}
.home-slider__slide:first-child {
position: relative;
}
.home-slider__slide--active {
opacity: 1;
pointer-events: auto;
z-index: 1;
}
.home-slider__slide .home-magazin__figure {
margin: 0;
position: relative;
overflow: hidden;
}
.home-slider__pause {
position: absolute;
bottom: 0.75rem;
right: 0.75rem;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
min-height: 44px;
min-width: 44px;
padding: 0;
background: rgba(0, 0, 0, 0.5);
border: 2px solid rgba(255, 255, 255, 0.7);
color: #fff;
cursor: pointer;
}
@media (hover: hover) {
.home-slider__pause:hover {
background: rgba(0, 0, 0, 0.7);
}
}
.home-slider__slide .home-magazin__figure img {
width: 100%;
height: auto;
display: block;
transition: transform 0.4s ease;
}
@media (hover: hover) {
a.home-slider__slide:hover .home-magazin__figure img {
transform: scale(1.03);
}
}
.home-magazin__text {
display: block;
}
@media (max-width: 959px) {
.home-magazin__grid {
display: flex;
flex-direction: column;
}
.home-magazin__header {
order: 1;
}
.home-magazin__image {
order: 2;
float: none;
width: 100%;
}
.home-magazin__image .home-slider {
position: relative;
padding-bottom: 133.33%;
}
@supports (aspect-ratio: 3 / 4) {
.home-magazin__image .home-slider {
padding-bottom: 0;
aspect-ratio: 3 / 4;
}
}
.home-magazin__image .home-slider__slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.home-magazin__image .home-slider__slide .home-magazin__figure,
.home-magazin__image .home-slider__slide .home-magazin__figure img {
height: 100%;
object-fit: cover;
}
.home-magazin__teaser-wrap {
order: 3;
}
.home-magazin__text {
order: 4;
}
.home-magazin__bloecke {
order: 5;
}
.home-magazin__grid > .page-content {
order: 6;
}
.home-magazin__teaser {
padding-left: 0;
padding-bottom: 0;
}
}
.filial-finder {
margin-bottom: var(--block-gap);
padding-bottom: var(--block-gap);
border-bottom: 1px solid var(--color-border-medium);
}
.filial-finder__label {
display: block;
font-size: 1.125rem;
font-weight: 700;
margin-bottom: 0.75rem;
}
.filial-finder__input-group {
display: flex;
gap: 0.75rem;
max-width: 500px;
}
.filial-finder__input {
flex: 1;
padding: 0.75rem 1rem;
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 1rem;
border: 2px solid var(--color-border-medium);
background: #fff;
min-height: 44px;
}
.filial-finder__button {
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 0.9rem;
font-weight: 700;
color: #fff;
background: var(--color-accent);
border: none;
cursor: pointer;
white-space: nowrap;
min-height: 44px;
transition: background 0.2s ease;
}
@media (hover: hover) {
.filial-finder__button:hover {
background: var(--color-accent-dark);
}
}
.filial-finder__help {
display: block;
font-size: 0.8125rem;
color: var(--color-text-secondary);
margin-top: 0.5rem;
}
.filial-finder__error {
margin-top: 1rem;
padding: 0.75rem 1rem;
background: #fef2f2;
border-left: 3px solid #d32f2f;
color: #d32f2f;
font-size: 0.95rem;
}
.filial-finder__loading {
margin-top: 1.5rem;
color: var(--color-text-secondary);
font-style: italic;
}
.filial-finder__hinweis {
margin: 1.5rem 0 0;
color: var(--color-text-secondary);
}
.filial-finder__list {
list-style: none;
margin: 1.5rem 0 0;
padding: 0;
}
.filial-finder__item {
display: flex;
background: #fff;
margin-bottom: 1rem;
overflow: hidden;
transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
.filial-finder__item:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
}
.filial-finder__item-image {
flex: 0 0 250px;
max-width: 250px;
}
.filial-finder__item-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
}
@media (hover: hover) {
.filial-finder__item:hover .filial-finder__item-image img {
transform: scale(1.03);
}
}
.filial-finder__item-content {
flex: 1;
padding: 1.25rem;
display: flex;
flex-direction: column;
}
.filial-finder__card {
display: flex;
flex: 1;
min-width: 0;
text-decoration: none;
color: inherit;
}
.filial-finder__item-oez {
flex: 0 0 auto;
padding: 1.25rem 1rem;
display: flex;
align-items: flex-start;
}
.filial-finder__item-side {
flex: 0 0 auto;
padding: 1.25rem;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
}
.filial-finder__item-nav {
white-space: nowrap;
}
.oez-compact {
border-collapse: collapse;
border-spacing: 0;
font-size: 0.8125rem;
line-height: 1.4;
}
.oez-compact tr {
height: auto;
}
.oez-compact td {
padding: 0.1rem 0.5rem 0.1rem 0;
vertical-align: top;
margin: 0;
}
.oez-compact__tag {
color: var(--color-text-secondary);
white-space: nowrap;
}
.oez-compact__zeit {
color: var(--color-text);
}
.oez-compact__heute .oez-compact__tag,
.oez-compact__heute .oez-compact__zeit {
font-weight: 700;
color: var(--color-accent);
}
.oez-compact__closed {
color: var(--color-accent);
}
.oez-compact span {
line-height: inherit;
min-height: 0;
min-width: 0;
}
.oez-compact--detail {
font-size: 1rem;
}
.oez-compact--detail td {
padding: 0.3rem 1rem 0.3rem 0;
}
.filial-finder__item-name {
font-size: 1.1rem;
font-weight: 700;
color: var(--color-text);
}
.filial-finder__item-distance {
font-size: 0.9rem;
font-weight: 700;
color: var(--color-accent);
white-space: nowrap;
}
.filial-finder__item-address {
display: block;
color: var(--color-text-secondary);
}
.filial-finder__item-phone {
display: block;
font-size: 0.9rem;
color: var(--color-text-secondary);
margin-top: 0.25rem;
}
.filial-finder__leistungen {
list-style: none;
margin: 0.5rem 0 0;
padding: 0;
color: var(--color-accent);
}
.filial-finder__item-address,
.filial-finder__leistungen li {
font-size: 0.8125rem;
line-height: 1.5;
}
@media (max-width: 768px) {
.filial-finder__input-group {
flex-direction: column;
}
.filial-finder__item,
.filial-finder__card {
flex-direction: column;
}
.filial-finder__item-image {
flex: none;
max-width: 100%;
height: 200px;
}
.filial-finder__item-oez {
padding: 0 1.25rem;
}
.filial-finder__item-side {
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.filial-finder__item-nav {
align-self: auto;
}
}
.filialen-liste {
margin-top: 2rem;
}
.filialen-liste__headline {
margin-bottom: 1.5rem;
}
.filialen-liste__alle {
margin: 0 0 1.5rem;
}
.filialen-liste__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 0.5rem;
}
.filialen-liste__card {
display: flex;
flex-direction: column;
background: #fff;
text-decoration: none;
color: inherit;
overflow: hidden;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) {
.filialen-liste__card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
}
.filialen-liste__image {
width: 100%;
aspect-ratio: 16 / 10;
overflow: hidden;
}
.filialen-liste__image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
}
@media (hover: hover) {
.filialen-liste__card:hover .filialen-liste__image img {
transform: scale(1.05);
}
}
.filialen-liste__info {
padding: 1rem;
}
.filialen-liste__name {
display: block;
font-size: 1rem;
color: var(--color-text);
}
.filialen-liste__hinweis {
float: right;
display: grid;
place-items: center;
width: 3.29rem;
height: 3.29rem;
margin-left: 0.75rem;
background: var(--color-accent);
color: #ffffff;
font-family: 'Brando', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', sans-serif;
font-size: 1.75rem;
font-weight: 700;
line-height: 1;
}
.filialen-liste__address {
display: block;
margin-top: 0.25rem;
font-size: 0.9rem;
color: var(--color-text-secondary);
}
.cover-image {
width: 100%;
margin: 0 0 var(--block-gap-innen);
}
.bildunterschrift {
margin-top: 0.5rem;
font-size: 0.625rem;
line-height: 1.2;
color: var(--color-text-secondary);
}
.cover-image img {
width: 100%;
height: auto;
display: block;
}
.page-content {
padding: 0;
}
.page-content__header {
margin-bottom: var(--block-gap-innen);
}
.page-content__subline {
display: block;
font-size: 0.9rem;
line-height: var(--lh-body);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--color-text-secondary);
margin: 0 0 0.5rem 0;
}
.page-content__headline {
font-size: var(--fs-h1);
font-weight: var(--fw-heading);
line-height: var(--lh-h1);
margin: 0 0 var(--mb-heading);
color: var(--color-accent);
}
.page-content__intro {
font-size: var(--fs-body);
line-height: var(--lh-body);
color: var(--color-text);
margin: 0;
}
.meta-zeile {
margin: auto 0 0 0;
font-size: 0.9rem;
line-height: var(--lh-body);
color: var(--color-text);
}
.meta-zeile > * + *::before {
content: ", ";
}
.meta-zeile--akzent {
color: var(--color-accent);
}
.meta-zeile + .page-content__intro {
margin-top: 1rem;
}
.page-content__text {
max-width: 100%;
}
.page-content__text p {
color: var(--color-text);
margin: 0 0 1rem 0;
}
.page-content__text h2 {
margin: 2rem 0 var(--mb-heading) 0;
}
.page-content__text h3 {
font-weight: 600;
margin: 1.5rem 0 var(--mb-heading) 0;
}
.home-news {
margin: 2rem 0 4rem 0;
padding: 0;
background: transparent;
}
.home-news__container {
width: 100%;
}
.home-news__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
}
.home-news__header .home-news__headline {
font-size: var(--fs-h2);
line-height: var(--lh-heading);
color: #000000;
font-weight: var(--fw-h2);
font-style: normal;
margin: 0;
}
.home-news__link-wrap {
display: inline-block;
}
.home-news__link {
display: inline-block;
padding: 0.5rem 1rem;
font-size: 0.9rem;
font-weight: 700;
line-height: 1.7;
color: #fff;
background: var(--color-accent);
text-decoration: none;
transition: background 0.2s ease;
}
@media (hover: hover) {
.home-news__link:hover {
background: var(--color-text-secondary);
color: #fff;
}
}
.home-news__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.5rem;
}
@media (max-width: 959px) {
.home-news__grid {
grid-template-columns: repeat(2, 1fr);
}
.home-news {
margin-bottom: 2rem;
}
}
@media (max-width: 599px) {
.home-news__header {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.home-news__grid {
grid-template-columns: 1fr;
}
}
.home-news__card {
display: flex;
flex-direction: column;
background: #ffffff;
overflow: hidden;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) {
.home-news__card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
}
.home-news__card-link {
display: flex;
flex-direction: column;
flex: 1;
text-decoration: none;
color: inherit;
}
.home-news__card-image {
position: relative;
padding-bottom: 100%;
overflow: hidden;
background: var(--color-background);
}
@supports (aspect-ratio: 1 / 1) {
.home-news__card-image {
padding-bottom: 0;
aspect-ratio: 1 / 1;
}
}
.home-news__card-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
@supports (aspect-ratio: 16 / 10) {
.home-news__card-image img {
position: static;
}
@media (hover: hover) {
.home-news__card:hover .home-news__card-image img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
}
.home-news__card-image--placeholder {
background: #ffffff;
}
.home-news__card-content {
display: flex;
flex-direction: column;
flex: 1;
padding: 1.25rem;
background: #ffffff;
color: var(--color-text);
}
.home-news__card-category {
display: inline-block;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--color-accent);
margin-bottom: 0.5rem;
}
.home-news__card-content .home-news__card-title,
.blog__card-content .blog__card-title {
font-size: 1.3rem;
font-weight: var(--fw-h2);
line-height: var(--lh-heading);
color: #000000;
text-transform: none;
margin: 0 0 var(--mb-heading) 0;
}
.home-news__card-teaser {
flex: 1;
font-size: 0.9rem;
color: var(--color-text);
line-height: var(--lh-body);
margin: 0 0 1rem 0;
}
.home-news__pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid var(--color-border);
}
.home-news__pagination-link {
color: var(--color-accent);
text-decoration: none;
font-weight: 500;
}
@media (hover: hover) {
.home-news__pagination-link:hover {
text-decoration: underline;
}
}
.home-news__pagination-info {
color: var(--color-text);
font-size: 0.9rem;
}
.home-news__empty {
text-align: center;
padding: 4rem 2rem;
color: var(--color-text);
}
.empfohlene-seiten {
margin: 0 0 4rem 0;
}
.empfohlene-seiten__container {
width: 100%;
margin-top: 5rem;
}
@media (max-width: 959px) {
.empfohlene-seiten__container {
margin-top: var(--block-gap);
}
}
.empfohlene-seiten__header {
margin-bottom: 2rem;
}
.empfohlene-seiten__headline {
font-size: var(--fs-h2);
line-height: var(--lh-heading);
color: #000000;
font-weight: var(--fw-h2);
font-style: normal;
margin: 0;
}
.empfohlene-seiten__grid {
display: grid;
gap: 0.5rem;
grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 959px) {
.empfohlene-seiten__grid { grid-template-columns: repeat(3, 1fr); }
.empfohlene-seiten__card-content { padding: 0.8rem; }
}
@media (max-width: 599px) {
.empfohlene-seiten__grid { grid-template-columns: repeat(2, 1fr); }
}
.empfohlene-seiten__card {
display: flex;
flex-direction: column;
background: #ffffff;
overflow: hidden;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) {
.empfohlene-seiten__card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
}
.empfohlene-seiten__card-link {
display: flex;
flex-direction: column;
flex: 1;
text-decoration: none;
color: inherit;
}
.empfohlene-seiten__card-image {
position: relative;
padding-bottom: 100%;
overflow: hidden;
background: var(--color-background);
}
@supports (aspect-ratio: 1 / 1) {
.empfohlene-seiten__card-image {
padding-bottom: 0;
aspect-ratio: 1 / 1;
}
}
.empfohlene-seiten__card-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
@supports (aspect-ratio: 1 / 1) {
.empfohlene-seiten__card-image img {
position: static;
}
@media (hover: hover) {
.empfohlene-seiten__card:hover .empfohlene-seiten__card-image img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
}
.empfohlene-seiten__card-image--placeholder {
background: #ffffff;
}
.empfohlene-seiten__card-content {
display: flex;
flex-direction: column;
flex: 1;
padding: 1.25rem;
background: #ffffff;
color: var(--color-text);
}
.empfohlene-seiten__card-content .empfohlene-seiten__card-title {
font-size: 0.8rem;
font-weight: 600;
line-height: var(--lh-heading);
margin: 0;
color: var(--color-text-secondary);
text-transform: none;
-webkit-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-limit-before: 6;
-webkit-hyphenate-limit-after: 3;
hyphenate-limit-chars: 8 6 3;
}
.empfohlene-seiten__viewport {
width: 100%;
}
.empfohlene-seiten__nav[hidden] {
display: none;
}
.empfohlene-seiten__nav {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 1.5rem;
}
.empfohlene-seiten__arrow {
display: inline-flex;
align-items: center;
padding: 0.5rem 0.25rem;
background: none;
border: none;
cursor: pointer;
color: var(--color-text-secondary);
transition: color 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) {
.empfohlene-seiten__arrow:hover {
color: var(--color-accent);
}
}
.empfohlene-seiten__arrow--prev:hover { transform: translateX(-4px); }
.empfohlene-seiten__arrow--next:hover { transform: translateX(4px); }
.empfohlene-seiten__arrow:focus-visible {
outline: var(--focus-ring-width) solid var(--color-focus);
outline-offset: var(--focus-ring-offset);
}
.empfohlene-seiten__arrow-icon {
display: block;
width: 5.5rem;
height: 1.1rem;
}
@media (min-width: 960px) {
.empfohlene-seiten.is-slider .empfohlene-seiten__viewport {
overflow: hidden;
}
.empfohlene-seiten.is-slider .empfohlene-seiten__grid {
display: flex;
flex-wrap: nowrap;
grid-template-columns: none;
transition: transform 0.4s ease;
will-change: transform;
}
.empfohlene-seiten.is-slider .empfohlene-seiten__grid > * {
flex: 0 0 calc((100% - 4 * 0.5rem) / 5);
}
@media (hover: hover) {
.empfohlene-seiten.is-slider .empfohlene-seiten__card:hover {
transform: none;
box-shadow: none;
}
}
}
.logo-grid {
margin: 0 0 4rem 0;
}
.logo-grid__header {
margin-bottom: 1rem;
}
.logo-grid .logo-grid__headline {
font-size: var(--fs-h2);
line-height: var(--lh-heading);
font-weight: var(--fw-h2);
color: #000000;
margin: 2rem 0 var(--mb-heading) 0;
}
.logo-grid .logo-grid__grid {
display: grid;
gap: 0.1rem;
grid-template-columns: repeat(5, 1fr);
list-style: none;
padding: 0;
margin: 0;
}
.logo-grid .logo-grid__item {
padding-left: 0;
margin-bottom: 0;
}
.logo-grid .logo-grid__item::before {
content: none;
}
@media (max-width: 959px) {
.logo-grid .logo-grid__grid { grid-template-columns: repeat(3, 1fr); }
}
.logo-grid__cell {
display: flex;
flex-direction: column;
text-decoration: none;
color: var(--color-text);
}
.logo-grid__media {
position: relative;
padding-bottom: 100%;
overflow: hidden;
background: #ffffff;
}
@supports (aspect-ratio: 1 / 1) {
.logo-grid__media {
padding-bottom: 0;
aspect-ratio: 1 / 1;
}
}
.logo-grid__media img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
padding: 12%;
box-sizing: border-box;
-webkit-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
@supports (aspect-ratio: 1 / 1) {
.logo-grid__media img { position: static; }
@media (hover: hover) {
.logo-grid__cell:hover .logo-grid__media img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
}
a.logo-grid__cell:focus-visible {
outline: var(--focus-ring-width) solid var(--color-focus);
outline-offset: var(--focus-ring-offset);
}
.logo-grid .logo-grid__hinweis {
margin: 0;
color: var(--color-text-secondary);
}
.filiale__marken .logo-grid .logo-grid__grid {
grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 959px) {
.filiale__bild {
margin-top: 2rem;
margin-bottom: 5.5rem;
}
.filiale__marken {
margin-top: 2.5rem;
}
.filiale__marken .logo-grid {
margin-bottom: 0;
}
}
@media (min-width: 960px) {
.filiale__layout {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 3rem;
row-gap: 0;
align-items: start;
grid-template-areas:
"haupt bild"
"haupt marken";
grid-template-rows: auto 1fr;
}
.filiale__haupt,
.filiale__bild,
.filiale__marken {
min-width: 0;
}
.filiale__haupt  { grid-area: haupt; }
.filiale__bild   { grid-area: bild; }
.filiale__marken { grid-area: marken; }
}
.page-content__text hr {
border: none;
border-top: 1px solid rgba(90, 75, 81, 0.5);
margin: 0;
padding: 20px 0;
}
.beitrag-downloads {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: 2rem 0;
}
.beitrag-fusszeile {
margin-top: 3rem;
}
.beitrag-zurueck {
color: var(--color-accent);
text-decoration: none;
font-weight: 500;
}
@media (hover: hover) {
.beitrag-zurueck:hover {
text-decoration: underline;
}
}
.page-content__text ul,
.home-magazin__text ul,
.home-magazin__bloecke ul {
list-style: none;
padding-left: 1.5rem;
margin: 0 0 1rem 0;
}
.page-content__text ul li,
.home-magazin__text ul li,
.home-magazin__bloecke ul li {
position: relative;
padding-left: 0.5rem;
margin-bottom: 0.5rem;
}
.page-content__text ul li::before,
.home-magazin__text ul li::before,
.home-magazin__bloecke ul li::before {
content: "";
position: absolute;
left: -1rem;
top: 0.5em;
width: 8px;
height: 8px;
background: var(--color-accent);
}
.page-content__text ol,
.home-magazin__text ol,
.home-magazin__bloecke ol {
padding-left: 1.5rem;
margin: 0 0 1rem 0;
}
.page-content__text ol li,
.home-magazin__text ol li,
.home-magazin__bloecke ol li {
margin-bottom: 0.5rem;
}
.page-content__text ol li::marker,
.home-magazin__text ol li::marker,
.home-magazin__bloecke ol li::marker {
color: var(--color-accent);
}
.page-content__text p.block-button {
margin: 0 0 4rem 0;
}
.page-content__text > ul, .page-content__text > ol, .page-content__text > figure,
.page-content__text > blockquote, .page-content__text > hr {
margin: 0 0 var(--block-gap) 0;
}
.page-previews {
margin: var(--block-gap) 0;
}
.page-previews__container {
max-width: 100%;
margin: 0;
padding: 0;
}
.page-preview {
margin: var(--block-gap-innen) 0;
background: #fff;
border: none;
}
.page-preview__link {
display: flex;
flex-direction: row;
text-decoration: none;
color: inherit;
transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
.page-preview__link:hover {
box-shadow: 0 4px 12px rgba(90, 75, 81, 0.15);
}
}
.page-preview__content {
flex: 1;
padding: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
}
.page-preview__title {
margin: 0 0 var(--mb-heading) 0;
}
.page-preview__teaser {
font-size: var(--fs-body);
color: var(--color-text);
margin: 0 0 1.5rem 0;
line-height: var(--lh-body);
}
.page-preview__cta {
color: var(--color-accent);
font-weight: 600;
font-size: 0.95rem;
margin-top: auto;
}
@media (hover: hover) {
.page-preview__link:hover .page-preview__cta {
text-decoration: underline;
}
}
.page-preview__image {
flex: 0 0 300px;
max-width: 300px;
}
.page-preview__image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
@media (max-width: 768px) {
.page-preview__link {
flex-direction: column-reverse;
}
.page-preview__image {
flex: none;
max-width: 100%;
height: 200px;
}
.page-preview__content {
padding: 1.5rem;
}
.page-previews__container {
padding: 0;
}
}
.page-content__text > *,
.home-magazin__bloecke > * {
margin-bottom: var(--block-gap);
}
.page-content__text > h1, .page-content__text > h2,
.page-content__text > h3, .page-content__text > h4,
.home-magazin__bloecke > h1, .home-magazin__bloecke > h2,
.home-magazin__bloecke > h3, .home-magazin__bloecke > h4 {
margin-bottom: var(--mb-heading);
}
.page-content__text > p,
.home-magazin__bloecke > p {
margin-bottom: 1rem;
}
.page-content__text > :last-child,
.home-magazin__bloecke > :last-child {
margin-bottom: 0;
}
.page-content__text > :first-child,
.page-content__text > :first-child > :first-child,
.home-magazin__bloecke > :first-child {
margin-top: 0;
}
.page-content__text:not(:last-child) {
margin-bottom: var(--block-gap);
}
@media (max-width: 959px) {
.home-magazin--block {
--block-gap: 2rem;
}
.home-magazin__grid {
row-gap: var(--block-gap-innen);
}
.home-magazin__grid > * {
margin: 0;
}
.home-magazin__grid > * > :first-child,
.home-magazin__grid > * > :first-child > :first-child {
margin-top: 0;
}
.home-magazin__grid > * > :last-child,
.home-magazin__grid > * > :last-child > :last-child {
margin-bottom: 0;
}
}
@media print {
.skip-link,
.site-nav,
.burger,
.search-toggle,
.search-panel,
.search-panel-overlay,
.side-panel,
.side-panel-overlay,
.home-slider__pause,
.footer {
display: none;
}
body {
color: #000;
background: var(--color-background);
}
a {
color: #000;
text-decoration: underline;
}
a[href^="http"]::after {
content: " (" attr(href) ")";
font-size: 0.875em;
}
}
