/* =========================================================
PFLEGE-RATGEBER – EVANGELISCHE SOZIALSTATION HEMSBACH
========================================================= */
.esh-ratgeber {
--esh-blue: #009fe3;
--esh-blue-dark: #007fba;
--esh-purple: #7a4fa3;
--esh-purple-dark: #624083;
--esh-dark: #2c3550;
--esh-text: #3f4652;
--esh-light-blue: #eef8fd;
--esh-light-purple: #f7f2fb;
--esh-white: #ffffff;
--esh-border: #dce7ed;
--esh-radius: 18px;
width: 100%;
color: var(--esh-text);
font-family: inherit;
line-height: 1.65;
}
.esh-ratgeber,
.esh-ratgeber * {
box-sizing: border-box;
}
.esh-ratgeber a {
text-decoration: none;
}
/* =========================================================
KOPFBEREICH
========================================================= */
.esh-ratgeber-hero {
padding: 68px 42px;
margin-bottom: 50px;
text-align: center;
background: linear-gradient(
135deg,
var(--esh-light-purple),
var(--esh-light-blue)
);
border-radius: 24px;
border: 1px solid rgba(122, 79, 163, 0.08);
}
.esh-ratgeber-label {
display: inline-block;
margin-bottom: 18px;
padding: 8px 17px;
border-radius: 999px;
background: var(--esh-purple);
color: var(--esh-white);
font-size: 14px;
font-weight: 700;
}
.esh-ratgeber-hero h1 {
max-width: 900px;
margin: 0 auto 20px;
color: var(--esh-dark);
font-size: clamp(34px, 5vw, 55px);
line-height: 1.15;
}
.esh-ratgeber-hero p {
max-width: 790px;
margin: 0 auto 29px;
color: var(--esh-text);
font-size: 19px;
}
.esh-hero-button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 26px;
border-radius: 999px;
background: linear-gradient(
90deg,
var(--esh-purple),
var(--esh-blue)
);
color: var(--esh-white) !important;
font-weight: 700;
box-shadow: 0 7px 18px rgba(0, 127, 186, 0.18);
transition:
transform 0.25s ease,
box-shadow 0.25s ease;
}
.esh-hero-button:hover,
.esh-hero-button:focus {
color: var(--esh-white) !important;
transform: translateY(-2px);
box-shadow: 0 11px 24px rgba(0, 127, 186, 0.25);
}
/* =========================================================
EINLEITUNG
========================================================= */
.esh-ratgeber-intro {
max-width: 900px;
margin: 0 auto 48px;
text-align: center;
}
.esh-ratgeber-intro h2 {
margin: 0 0 13px;
color: var(--esh-dark);
font-size: clamp(29px, 4vw, 38px);
line-height: 1.25;
}
.esh-ratgeber-intro p {
margin: 0;
font-size: 18px;
}
/* =========================================================
THEMENKARTEN
========================================================= */
.esh-ratgeber-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
margin-bottom: 55px;
}
.esh-ratgeber-card {
display: flex;
flex-direction: column;
min-height: 100%;
padding: 30px;
overflow: hidden;
background: var(--esh-white);
border: 1px solid var(--esh-border);
border-radius: var(--esh-radius);
box-shadow: 0 8px 25px rgba(44, 53, 80, 0.07);
transition:
transform 0.25s ease,
box-shadow 0.25s ease,
border-color 0.25s ease;
}
.esh-ratgeber-card:hover {
transform: translateY(-5px);
border-color: rgba(0, 159, 227, 0.28);
box-shadow: 0 15px 35px rgba(44, 53, 80, 0.12);
}
.esh-card-icon {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
margin-bottom: 20px;
border-radius: 16px;
background: linear-gradient(
135deg,
var(--esh-light-purple),
var(--esh-light-blue)
);
font-size: 29px;
}
.esh-ratgeber-card h3 {
margin: 0 0 12px;
color: var(--esh-dark);
font-size: 23px;
line-height: 1.3;
}
.esh-ratgeber-card p {
margin: 0 0 23px;
}
.esh-card-link {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: auto;
color: var(--esh-blue) !important;
font-weight: 700;
}
.esh-card-link:hover,
.esh-card-link:focus {
color: var(--esh-purple) !important;
}
.esh-card-status {
display: inline-block;
align-self: flex-start;
margin-top: auto;
padding: 7px 12px;
border-radius: 999px;
background: var(--esh-light-purple);
color: var(--esh-purple-dark);
font-size: 14px;
font-weight: 700;
}
/* =========================================================
WICHTIGER HINWEIS
========================================================= */
.esh-ratgeber-info {
margin-bottom: 45px;
padding: 36px;
background: linear-gradient(
135deg,
var(--esh-light-blue),
var(--esh-light-purple)
);
border-left: 6px solid var(--esh-purple);
border-radius: 18px;
}
.esh-ratgeber-info h2 {
margin: 0 0 15px;
color: var(--esh-dark);
font-size: 30px;
}
.esh-ratgeber-info p {
margin: 0 0 14px;
color: var(--esh-text);
font-size: 17px;
line-height: 1.7;
}
.esh-ratgeber-info p:last-child {
margin-bottom: 0;
}
/* =========================================================
KONTAKTBEREICH
========================================================= */
.esh-ratgeber-contact {
padding: 38px;
background: var(--esh-white);
border: 1px solid var(--esh-border);
border-left: 6px solid var(--esh-blue);
border-radius: 18px;
box-shadow: 0 8px 25px rgba(44, 53, 80, 0.06);
}
.esh-ratgeber-contact h2 {
margin: 0 0 12px;
color: var(--esh-dark);
font-size: 30px;
}
.esh-ratgeber-contact p {
margin: 0;
font-size: 17px;
}
.esh-contact-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 23px;
}
.esh-contact-button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 13px 22px;
border-radius: 999px;
background: var(--esh-blue);
color: var(--esh-white) !important;
font-weight: 700;
transition:
transform 0.25s ease,
background 0.25s ease;
}
.esh-contact-button:hover,
.esh-contact-button:focus {
color: var(--esh-white) !important;
background: var(--esh-blue-dark);
transform: translateY(-2px);
}
.esh-contact-button.secondary {
background: var(--esh-white);
color: var(--esh-purple) !important;
border: 1px solid rgba(122, 79, 163, 0.35);
}
.esh-contact-button.secondary:hover,
.esh-contact-button.secondary:focus {
color: var(--esh-purple-dark) !important;
background: var(--esh-light-purple);
}
/* =========================================================
MOBIL
========================================================= */
@media (max-width: 900px) {
.esh-ratgeber-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 650px) {
.esh-ratgeber {
width: 100%;
overflow-x: hidden;
}
.esh-ratgeber-hero {
padding: 34px 16px;
margin-bottom: 35px;
border-radius: 14px;
}
.esh-ratgeber-label {
font-size: 12px;
padding: 6px 12px;
margin-bottom: 14px;
}
.esh-ratgeber-hero h1 {
font-size: 30px;
line-height: 1.2;
margin-bottom: 16px;
word-break: normal;
overflow-wrap: break-word;
}
.esh-ratgeber-hero p {
font-size: 16px;
line-height: 1.6;
margin-bottom: 22px;
}
.esh-hero-button {
width: 100%;
padding: 13px 16px;
font-size: 15px;
text-align: center;
}
.esh-ratgeber-intro {
margin-bottom: 35px;
padding: 0 8px;
}
.esh-ratgeber-intro h2 {
font-size: 26px;
line-height: 1.25;
}
.esh-ratgeber-intro p {
font-size: 16px;
line-height: 1.65;
}
.esh-ratgeber-grid {
grid-template-columns: 1fr;
gap: 16px;
margin-bottom: 35px;
}
.esh-ratgeber-card {
width: 100%;
padding: 22px 18px;
border-radius: 14px;
}
.esh-card-icon {
width: 52px;
height: 52px;
font-size: 25px;
margin-bottom: 16px;
}
.esh-ratgeber-card h3 {
font-size: 21px;
line-height: 1.25;
}
.esh-ratgeber-card p {
font-size: 15.5px;
line-height: 1.6;
margin-bottom: 18px;
}
.esh-card-status,
.esh-card-link {
font-size: 14px;
}
.esh-ratgeber-info,
.esh-ratgeber-contact {
padding: 24px 18px;
border-radius: 14px;
}
.esh-ratgeber-info {
margin-bottom: 30px;
}
.esh-ratgeber-info h2,
.esh-ratgeber-contact h2 {
font-size: 25px;
line-height: 1.25;
}
.esh-ratgeber-info p,
.esh-ratgeber-contact p {
font-size: 15.5px;
line-height: 1.65;
}
.esh-contact-buttons {
flex-direction: column;
gap: 10px;
}
.esh-contact-button {
width: 100%;
padding: 13px 14px;
text-align: center;
font-size: 15px;
}
}
Pflegewissen verständlich erklärt
Pflege-Ratgeber für Betroffene und Angehörige
Pflegebedürftigkeit wirft viele Fragen auf. In unserem
Pflege-Ratgeber erklären wir wichtige Themen rund um Pflegegrade,
Pflegekasse, ambulante Pflege, Entlastungsangebote und die
Versorgung im eigenen Zuhause.
Ratgeberthemen entdecken
Gut informiert rund um die Pflege zuhause
Die Evangelische Sozialstation „Nördliche Bergstraße“ unterstützt
pflegebedürftige Menschen und ihre Angehörigen in Hemsbach,
Laudenbach und der Umgebung. Unsere Informationen sollen Ihnen
dabei helfen, Pflegeleistungen besser zu verstehen und die
passende Unterstützung zu finden.
📝
Pflegegrad beantragen
Erfahren Sie, wo der Antrag gestellt wird, wie die
Begutachtung abläuft und welche Unterlagen hilfreich
sein können.
Beitrag lesen →
⬆️
Pflegegrad erhöhen
Wann eine Höherstufung sinnvoll sein kann und wie ein
entsprechender Antrag bei der Pflegekasse gestellt wird.
In Vorbereitung
🏠
Ambulante Pflege
Welche Aufgaben ein ambulanter Pflegedienst übernimmt und wie
die Versorgung im eigenen Zuhause organisiert werden kann.
In Vorbereitung
💶
Entlastungsbetrag
Wir erklären, wofür der monatliche Entlastungsbetrag genutzt
werden kann und welche Angebote darüber finanziert werden.
In Vorbereitung
🤝
Verhinderungspflege
Welche Unterstützung möglich ist, wenn eine private
Pflegeperson vorübergehend verhindert ist oder Entlastung
benötigt.
In Vorbereitung
🩺
Behandlungspflege
Medikamentengabe, Wundversorgung und weitere ärztlich
verordnete Leistungen verständlich erklärt.
In Vorbereitung
🏥
Nach dem Krankenhaus
So lässt sich die Versorgung nach einem Krankenhausaufenthalt
rechtzeitig planen und organisieren.
In Vorbereitung
🧠
Demenz und Alltag
Informationen und praktische Hinweise für einen
wertschätzenden und sicheren Alltag mit Menschen mit Demenz.
In Vorbereitung
☀️
Gesund im Alter
Wissenswertes über ausreichendes Trinken, Sturzprophylaxe,
Ernährung und Sicherheit im eigenen Zuhause.
In Vorbereitung
Wichtiger Hinweis
Die Inhalte unseres Pflege-Ratgebers dienen der allgemeinen
Information und ersetzen keine individuelle medizinische,
pflegerische oder rechtliche Beratung.
Leistungen und gesetzliche Regelungen können sich ändern.
Verbindliche Auskünfte erhalten Sie bei Ihrer Pflegekasse,
Krankenkasse oder in einem persönlichen Beratungsgespräch.