Wir suchen examinierte Pflegekräfte (w/m/d) +++ jetzt bewerben!

Kontakt

Ihre ambulante Intensivpflege in
Wuppertal und Umgebung.

Kontakt

Ihre ambulante Intensivpflege in Wuppertal und Umgebung.

Lernen wir uns kennen.

Lassen Sie uns gemeinsam in einem ersten Beratungsgespräch über Ihre Wünsche oder individuellen Leistungen sprechen. Sie haben schon konkrete Fragen oder möchten ganz unverbindlich erstmal Kontakt aufnehmen? – Sehr gerne! Nutzen Sie dafür ganz einfach unser Formular.

Ja, ich möchte eine unverbindliche Beratung.

    .uacf7-uacf7style-147 label { background-color: #ffffff;font-style: normal;font-weight: normal; } .uacf7-uacf7style-147 input[type="email"], .uacf7-uacf7style-147 input[type="number"], .uacf7-uacf7style-147 input[type="password"], .uacf7-uacf7style-147 input[type="search"], .uacf7-uacf7style-147 input[type="tel"], .uacf7-uacf7style-147 input[type="text"], .uacf7-uacf7style-147 input[type="url"], .uacf7-uacf7style-147 input[type="date"], .uacf7-uacf7style-147 input[type="radio"], .uacf7-uacf7style-147 input[type="checkbox"], .uacf7-uacf7style-147 select, .uacf7-uacf7style-147 textarea { font-style: normal;font-weight: normal;border-style: solid!important; } .uacf7-uacf7style-147 .wpcf7-radio span, .uacf7-uacf7style-147 .wpcf7-checkbox span { font-style: normal;font-weight: normal; } .uacf7-uacf7style-147 textarea { } .wpcf7-form-control-wrap select { width: 100%; } .uacf7-uacf7style-147 input[type="submit"] { font-style: normal;font-weight: normal;border-style: none; } .uacf7-uacf7style-147 input[type="submit"]:hover { } /* === gotham LADEN === */ /* === BASIS: TYPO, RESET, FELDER === */ .uael-cf7, .uael-cf7 *, .wpcf7, .wpcf7 * { font-family: 'gotham', sans-serif !important; color: #2D2D2D !important; } /* Alle Eingabefelder, Textareas, Dropdowns */ .wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select { font-family: 'gotham', sans-serif !important; font-weight: 600 !important; color: #2D2D2D !important; background: #ffffff !important; border: 1px solid #EDEDED !important; border-radius: 0 !important; width: 100% !important; box-sizing: border-box !important; padding: 15px !important; line-height: 1.2 !important; min-height: 54px !important; height: auto !important; margin: 0 !important; outline: none !important; font-size: 16px !important; } /* === DATUMSEINGABE-FELD (sichtbarer Platzhalter, kompatibel mit Safari/iOS) === */ .wpcf7 input[type="date"] { font-family: 'gotham', sans-serif !important; font-weight: 600 !important; color: #2D2D2D !important; background: #EDEDED !important; border: 1px solid #EDEDED !important; border-radius: 0 !important; width: 100% !important; box-sizing: border-box !important; padding: 15px !important; line-height: 1.2 !important; min-height: 54px !important; height: auto !important; margin: 0 !important; outline: none !important; font-size: 16px !important; } /* Damit der Placeholder „tt.mm.jjjj“ sichtbar bleibt (Safari/Chrome fix) */ .wpcf7 input[type="date"]:not(:focus):invalid::before { content: attr(placeholder); color: #6c757d; font-weight: 600; font-family: 'gotham', sans-serif; font-size: 16px; padding-left: 15px; } /* Entfernt den Fake-Platzhalter beim Fokussieren oder wenn ein Datum gewählt wurde */ .wpcf7 input[type="date"]:focus::before, .wpcf7 input[type="date"]:valid::before { content: "" !important; } /* Placeholder */ .wpcf7 ::placeholder { font-family: 'gotham', sans-serif !important; font-weight: 600 !important; color: #6c757d !important; opacity: 1 !important; } /* Fokus */ .wpcf7 input:not([type="submit"]):focus, .wpcf7 textarea:focus, .wpcf7 select:focus { border-color: #006383 !important; box-shadow: none !important; } /* === LAYOUT === */ .cf7-row { display: flex !important; flex-wrap: wrap !important; gap: 20px !important; margin: 0 !important; } .wpcf7-form-control-wrap { position: relative !important; display: block !important; width: 100% !important; margin: 0 0 50px 0 !important; } .cf7-row .wpcf7-form-control-wrap { flex: 1 1 calc(50% - 10px) !important; min-width: 280px !important; } .wpcf7-form-control-wrap textarea { min-height: 160px !important; } /* === VALIDIERUNG === */ .wpcf7-not-valid-tip { position: absolute !important; left: 0 !important; bottom: -20px !important; font-size: 13px !important; line-height: 1.2 !important; color: #D63031 !important; font-weight: 400 !important; margin: 0 !important; padding: 0 !important; white-space: normal !important; max-width: 100% !important; z-index: 1; } .wpcf7-not-valid { border-color: #D63031 !important; } /* === SUBMIT BUTTON === */ .wpcf7 .cf7-submit, .wpcf7 input[type="submit"] { background: #006383 !important; border: 1px solid #006383 !important; color: #fff !important; font-family: 'gotham', sans-serif !important; font-weight: 600 !important; font-size: 16px !important; padding: 15px 30px !important; border-radius: 24px 24px 24px 24px; cursor: pointer !important; transition: background-color 0.3s, border-color 0.3s !important; width: auto !important; } .wpcf7 .cf7-submit:hover, .wpcf7 input[type="submit"]:hover { background: #2D2D2D !important; border-color: #2D2D2D !important; } /* === UAEL FIXES === */ .uael-cf7 .wpcf7-form-control-wrap { margin-bottom: 30px !important; } .uael-cf7 .wpcf7-not-valid-tip { bottom: -20px !important; } /* === MOBILE === */ @media (max-width: 767px) { .cf7-row .wpcf7-form-control-wrap { flex: 1 1 100% !important; } .wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select { font-size: 15px !important; padding: 13px !important; min-height: 48px !important; } .wpcf7 input[type="date"] { font-size: 15px !important; padding: 13px !important; } .wpcf7-not-valid-tip { bottom: -16px !important; } } @media (max-width: 768px) { /* CSS in here for mobile only */ .cf7-row { display: flex !important; flex-wrap: wrap !important; gap: 0 !important; margin: 0 !important; } }

    Oder rufen Sie uns direkt an. Wir freuen uns!

    Karriere –

    Komm in unser Team

    Wir sind immer auf der Suche nach wundervollen Menschen mit Herz, Engagement und Leidenschaft. Dafür wurden wir auch bereits von der Initiative Top Arbeitgeber

    Werde jetzt Teil von Intensivpflege IPWK