.esh-contact-page {
--esh-blue: #2F6FA3; /* Diakonie-Blau */
--esh-blue-dark: #1F4E79; /* Dunkles Blau */
--esh-purple: #7A5AF8; /* Modernes Lila */
--esh-purple-light: #F4F1FF;
--esh-white: #FFFFFF;
--esh-text: #1F2937;
--esh-muted: #6B7280;
--esh-border: #E5E7EB;
}
font-family: Arial, Helvetica, sans-serif;
color: var(--esh-text);
line-height: 1.6;
}
.esh-contact-page * {
box-sizing: border-box;
}
.esh-contact-page a {
color: var(--esh-blue);
text-decoration: none;
}
.esh-contact-page a:hover {
color: var(--esh-green);
}
/* Kopfbereich */
.esh-contact-hero {
position: relative;
overflow: hidden;
padding: 64px 42px;
border-radius: 22px;
background:
radial-gradient(circle at 90% 10%, rgba(255,255,255,.16), transparent 30%),
linear-gradient(135deg, var(--esh-blue-dark), var(--esh-blue));
color: var(--esh-white);
margin-bottom: 34px;
}
.esh-contact-hero::after {
content: "";
position: absolute;
right: -60px;
bottom: -100px;
width: 270px;
height: 270px;
border: 45px solid rgba(255,255,255,.06);
border-radius: 50%;
}
.esh-contact-eyebrow {
display: inline-block;
margin-bottom: 12px;
padding: 6px 13px;
border-radius: 30px;
background: rgba(255,255,255,.14);
font-size: 14px;
font-weight: 700;
letter-spacing: .04em;
text-transform: uppercase;
}
.esh-contact-hero h1 {
position: relative;
z-index: 1;
margin: 0 0 14px;
color: var(--esh-white);
font-size: clamp(34px, 5vw, 58px);
line-height: 1.08;
}
.esh-contact-hero p {
position: relative;
z-index: 1;
max-width: 720px;
margin: 0;
color: rgba(255,255,255,.92);
font-size: 19px;
}
.esh-hero-buttons {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 27px;
}
.esh-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 12px 21px;
border: 2px solid transparent;
border-radius: 10px;
font-weight: 700;
transition: all .2s ease;
}
.esh-button-primary {
background: var(--esh-green);
color: var(--esh-white) !important;
}
.esh-button-primary:hover {
background: #679537;
transform: translateY(-2px);
}
.esh-button-secondary {
border-color: rgba(255,255,255,.65);
color: var(--esh-white) !important;
}
.esh-button-secondary:hover {
background: var(--esh-white);
color: var(--esh-blue) !important;
}
/* Karten */
.esh-contact-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
margin-bottom: 38px;
}
.esh-contact-card {
padding: 27px;
border: 1px solid var(--esh-border);
border-radius: 17px;
background: var(--esh-white);
box-shadow: 0 10px 35px rgba(23, 79, 104, .08);
}
.esh-contact-icon {
display: flex;
align-items: center;
justify-content: center;
width: 47px;
height: 47px;
margin-bottom: 18px;
border-radius: 13px;
background: var(--esh-light);
color: var(--esh-blue);
font-size: 24px;
}
.esh-contact-card h2,
.esh-contact-card h3 {
margin: 0 0 10px;
color: var(--esh-blue-dark);
line-height: 1.25;
}
.esh-contact-card h2 {
font-size: 23px;
}
.esh-contact-card h3 {
font-size: 20px;
}
.esh-contact-card p {
margin: 0 0 7px;
}
.esh-contact-card p:last-child {
margin-bottom: 0;
}
.esh-contact-label {
display: block;
margin-top: 13px;
color: var(--esh-muted);
font-size: 13px;
font-weight: 700;
letter-spacing: .04em;
text-transform: uppercase;
}
.esh-contact-link {
display: inline-block;
overflow-wrap: anywhere;
font-weight: 700;
}
/* Ansprechpartner */
.esh-section-heading {
margin: 10px 0 22px;
text-align: center;
}
.esh-section-heading span {
color: var(--esh-green);
font-size: 14px;
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
}
.esh-section-heading h2 {
margin: 5px 0 8px;
color: var(--esh-blue-dark);
font-size: clamp(28px, 4vw, 39px);
line-height: 1.2;
}
.esh-section-heading p {
max-width: 700px;
margin: 0 auto;
color: var(--esh-muted);
}
.esh-person-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
margin-bottom: 38px;
}
.esh-person-card {
position: relative;
overflow: hidden;
padding: 26px;
border: 1px solid var(--esh-border);
border-radius: 17px;
background: var(--esh-white);
}
.esh-person-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, var(--esh-blue), var(--esh-green));
}
.esh-person-role {
margin-bottom: 7px;
color: var(--esh-green);
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.esh-person-card h3 {
margin: 0 0 13px;
color: var(--esh-blue-dark);
font-size: 22px;
}
.esh-person-card p {
margin: 5px 0;
}
/* Infobereich */
.esh-info-grid {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 20px;
}
.esh-info-box {
padding: 30px;
border-radius: 17px;
background: var(--esh-light);
}
.esh-info-box h2 {
margin: 0 0 16px;
color: var(--esh-blue-dark);
font-size: 25px;
}
.esh-opening-row {
display: flex;
justify-content: space-between;
gap: 20px;
padding: 13px 0;
border-bottom: 1px solid var(--esh-border);
}
.esh-opening-row:last-of-type {
border-bottom: 0;
}
.esh-opening-row strong {
color: var(--esh-blue-dark);
}
.esh-notice {
margin-top: 19px;
padding: 17px;
border-left: 4px solid var(--esh-green);
border-radius: 0 10px 10px 0;
background: var(--esh-white);
}
.esh-bank-data {
padding: 0;
margin: 0;
list-style: none;
}
.esh-bank-data li {
padding: 9px 0;
border-bottom: 1px solid var(--esh-border);
}
.esh-bank-data li:last-child {
border-bottom: 0;
}
.esh-bank-data span {
display: block;
color: var(--esh-muted);
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
}
.esh-bank-data strong {
color: var(--esh-blue-dark);
overflow-wrap: anywhere;
}
/* Mobil */
@media (max-width: 950px) {
.esh-contact-grid,
.esh-person-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.esh-info-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 650px) {
.esh-contact-hero {
padding: 40px 23px;
border-radius: 15px;
}
.esh-contact-hero p {
font-size: 17px;
}
.esh-contact-grid,
.esh-person-grid {
grid-template-columns: 1fr;
}
.esh-contact-card,
.esh-person-card,
.esh-info-box {
padding: 23px;
}
.esh-button {
width: 100%;
}
.esh-opening-row {
display: block;
}
.esh-opening-row span {
display: block;
margin-top: 3px;
}
}
Persönlich erreichbar
Ihre Ansprechpartner
Für Ihre Fragen stehen Ihnen unsere Mitarbeitenden gerne
telefonisch oder per E-Mail zur Verfügung.
Öffnungszeiten
Montag bis Freitag
8:30 bis 12:00 Uhr
Weitere Termine
Nach Vereinbarung
Außerhalb unserer Geschäftszeiten können Sie uns eine Nachricht
auf dem Anrufbeantworter hinterlassen. Dieser wird mehrmals
täglich abgehört.
Eine Versorgung am Wochenende ist selbstverständlich
gewährleistet. Unsere Klientinnen und Klienten erreichen die
Rufbereitschaft in dringenden Notfällen rund um die Uhr.
Bankverbindung
-
Bank
Sparkasse Rhein Neckar Nord
-
IBAN
DE80 6705 0505 0068 0011 88
-
Kontonummer
68001188
-
Bankleitzahl
67050505