Aufgrund der facettenreichen Aufgabeninhalte ist diese Stelle ausschließlich als Vollzeit-Stelle ausgeschrieben.
/* Super VFT Base Styles (backward compatible with original) Super VFT Basisstile (abwärtskompatibel mit Original) */ .full-width-text { position: relative; background-repeat: no-repeat; background-position: center center; width: 100%; /* Responsive padding via CSS custom properties — replaces per-block tags Responsives Padding über CSS-Variablen — ersetzt pro-Block -Tags */ padding-top: var(-vft-pad-mobile, 15px); padding-bottom: var(-vft-pad-mobile, 15px); } @media screen and (min-width: 800px) { .full-width-text { padding-top: var(-vft-pad-top, 40px); padding-bottom: var(-vft-pad-bottom, 40px); } } .full-width-text .title { margin-top: 0; } /* Text color via custom property — replaces per-block injection Textfarbe über Variable — ersetzt pro-Block -Einspeisung WICHTIG: : where() hat IMMER Spezifität 0. Dadurch liefert diese Regel zwar weiterhin die Standard-/Fallback-Farbe für den Block, kann aber niemals eine eigene Farbe (Klasse ODER inline style) überstimmen, die im Editor-Inhalt gesetzt wurde — unabhängig von der Reihenfolge im Stylesheet. IMPORTANT: : where() ALWAYS has zero specificity. This rule still supplies the block's default/fallback color, but can never override a custom color (class OR inline style) set inside the editor content — regardless of stylesheet order. */ : where(.full-width-text .content) : where(p, div, span, li, td, th, strong, em, b, i, small, code) { color: var(-vft-text-color, inherit); } /* Alignment / Ausrichtung */ .full-width-text.text-left { text-align: left; } .full-width-text.text-center { text-align: center; } .full-width-text.text-right { text-align: right; } /* CTA Button / CTA-Schaltfläche */ .cta-container { margin-top: 1.5rem; } .cta-container.multiple-buttons { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; } .full-width-text.text-left .cta-container.multiple-buttons { justify-content: flex-start; } .full-width-text.text-right .cta-container.multiple-buttons { justify-content: flex-end; } /* Balanced headline (Pretext) / Ausgeglichene Überschrift (Pretext) */ .full-width-text .title[data-balanced] { transition: max-width 0.2s ease; } .full-width-text.text-center .title[data-balanced] { margin-left: auto; margin-right: auto; }
/* Responsive padding for ZSE/Two-Columns block - Mobile first approach */ /* Responsive Padding für ZSE/Zwei-Spalten-Block - Mobile-First-Ansatz */ #two-cols-6a6c4eda1e2dc { padding-top: 15px !important; padding-bottom: 0px !important; } /* Mobile: Override inline flex and stack columns vertically */ @media screen and (max-width: 1199px) { #two-cols-6a6c4eda1e2dc .two-columns-block { display: block !important; width: 100%; } #two-cols-6a6c4eda1e2dc .left-column, #two-cols-6a6c4eda1e2dc .right-column { width: 100% !important; flex: none !important; margin-bottom: 20px; } #two-cols-6a6c4eda1e2dc .right-column { margin-bottom: 0; } } /* Tablet and desktop: Use user-defined values */ /* Tablet und Desktop: Verwende benutzerdefinierte Werte */ @media screen and (min-width: 800px) { #two-cols-6a6c4eda1e2dc { padding-top: 40px !important; padding-bottom: 0px !important; } } /* Desktop: Allow inline flexbox to work at 1200px+ */ @media screen and (min-width: 1200px) { #two-cols-6a6c4eda1e2dc .left-column, #two-cols-6a6c4eda1e2dc .right-column { margin-bottom: 0; } }
Ihre Aufgaben:
In dieser vielseitigen Funktion sind neben der Akquise die professionelle Betreuung und Beratung unserer Kunden Schwerpunkt Ihrer Tätigkeit. Als erfahrener Berater verwalten Sie bereits ein entsprechendes Portefeuille und haben sich ein Netzwerk aufgebaut. Mit großer persönlicher Leidenschaft und Hingabe engagieren Sie sich für die stetige Weiterentwicklung unseres Unternehmens. Sie analysieren die Vermögenssituation der Kunden, arbeiten die optimale Anlagestrategie aus und gewährleisten mit der laufenden Betreuung der Kunden und Depots eine hohe Kundenzufriedenheit. Natürlich werden Sie von einem Assistenz-Team in allen administrativen Belangen unterstützt.
/* Super VFT Base Styles (backward compatible with original) Super VFT Basisstile (abwärtskompatibel mit Original) */ .full-width-text { position: relative; background-repeat: no-repeat; background-position: center center; width: 100%; /* Responsive padding via CSS custom properties — replaces per-block tags Responsives Padding über CSS-Variablen — ersetzt pro-Block -Tags */ padding-top: var(-vft-pad-mobile, 15px); padding-bottom: var(-vft-pad-mobile, 15px); } @media screen and (min-width: 800px) { .full-width-text { padding-top: var(-vft-pad-top, 40px); padding-bottom: var(-vft-pad-bottom, 40px); } } .full-width-text .title { margin-top: 0; } /* Text color via custom property — replaces per-block injection Textfarbe über Variable — ersetzt pro-Block -Einspeisung WICHTIG: : where() hat IMMER Spezifität 0. Dadurch liefert diese Regel zwar weiterhin die Standard-/Fallback-Farbe für den Block, kann aber niemals eine eigene Farbe (Klasse ODER inline style) überstimmen, die im Editor-Inhalt gesetzt wurde — unabhängig von der Reihenfolge im Stylesheet. IMPORTANT: : where() ALWAYS has zero specificity. This rule still supplies the block's default/fallback color, but can never override a custom color (class OR inline style) set inside the editor content — regardless of stylesheet order. */ : where(.full-width-text .content) : where(p, div, span, li, td, th, strong, em, b, i, small, code) { color: var(-vft-text-color, inherit); } /* Alignment / Ausrichtung */ .full-width-text.text-left { text-align: left; } .full-width-text.text-center { text-align: center; } .full-width-text.text-right { text-align: right; } /* CTA Button / CTA-Schaltfläche */ .cta-container { margin-top: 1.5rem; } .cta-container.multiple-buttons { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; } .full-width-text.text-left .cta-container.multiple-buttons { justify-content: flex-start; } .full-width-text.text-right .cta-container.multiple-buttons { justify-content: flex-end; } /* Balanced headline (Pretext) / Ausgeglichene Überschrift (Pretext) */ .full-width-text .title[data-balanced] { transition: max-width 0.2s ease; } .full-width-text.text-center .title[data-balanced] { margin-left: auto; margin-right: auto; }
Was Sie mitbringen:
Für diese Position wenden wir uns an sehr gewinnende Persönlichkeiten, die neben der fachlichen Kompetenz durch eine hervorragende Allgemeinbildung und Charakter überzeugen. Sie haben eine bankspezifische Ausbildung, Studium oder entsprechende Weiterbildungen absolviert. Sie überzeugen mit fundiertem Wissen und einer jahrelangen Erfahrung in der Akquisition sowie der Beratung vermögender Privatkunden und haben sich einen breiten Kundenstamm aufgebaut. Eine gewissenhafte Arbeitsweise, stilsicheres Deutsch sowie gute MS-Office-Kenntnisse zeichnen Sie ebenso aus wie Ihre offene, zuvorkommende und freundliche Kommunikation.
/* Super VFT Base Styles (backward compatible with original) Super VFT Basisstile (abwärtskompatibel mit Original) */ .full-width-text { position: relative; background-repeat: no-repeat; background-position: center center; width: 100%; /* Responsive padding via CSS custom properties — replaces per-block tags Responsives Padding über CSS-Variablen — ersetzt pro-Block -Tags */ padding-top: var(-vft-pad-mobile, 15px); padding-bottom: var(-vft-pad-mobile, 15px); } @media screen and (min-width: 800px) { .full-width-text { padding-top: var(-vft-pad-top, 40px); padding-bottom: var(-vft-pad-bottom, 40px); } } .full-width-text .title { margin-top: 0; } /* Text color via custom property — replaces per-block injection Textfarbe über Variable — ersetzt pro-Block -Einspeisung WICHTIG: : where() hat IMMER Spezifität 0. Dadurch liefert diese Regel zwar weiterhin die Standard-/Fallback-Farbe für den Block, kann aber niemals eine eigene Farbe (Klasse ODER inline style) überstimmen, die im Editor-Inhalt gesetzt wurde — unabhängig von der Reihenfolge im Stylesheet. IMPORTANT: : where() ALWAYS has zero specificity. This rule still supplies the block's default/fallback color, but can never override a custom color (class OR inline style) set inside the editor content — regardless of stylesheet order. */ : where(.full-width-text .content) : where(p, div, span, li, td, th, strong, em, b, i, small, code) { color: var(-vft-text-color, inherit); } /* Alignment / Ausrichtung */ .full-width-text.text-left { text-align: left; } .full-width-text.text-center { text-align: center; } .full-width-text.text-right { text-align: right; } /* CTA Button / CTA-Schaltfläche */ .cta-container { margin-top: 1.5rem; } .cta-container.multiple-buttons { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; } .full-width-text.text-left .cta-container.multiple-buttons { justify-content: flex-start; } .full-width-text.text-right .cta-container.multiple-buttons { justify-content: flex-end; } /* Balanced headline (Pretext) / Ausgeglichene Überschrift (Pretext) */ .full-width-text .title[data-balanced] { transition: max-width 0.2s ease; } .full-width-text.text-center .title[data-balanced] { margin-left: auto; margin-right: auto; }
Was wir Ihnen bieten:
Es erwartet Sie eine interessante und verantwortungsvolle Tätigkeit in einem Team, das großen Wert auf Kollegialität und eine freundschaftliche Unternehmenskultur legt. Wir bieten Ihnen zudem einen Arbeitsplatz in Festanstellung in einem wachsenden Unternehmen, mit einer attraktiven Vergütung. Bei Ihrem Einstieg unterstützen wir Sie bestmöglich durch eine gezielte und profunde Einarbeitung.
Wenn Sie motiviert sind, in einem innovativen Umfeld tätig zu sein und damit die weitere Entwicklung der Gesellschaft mitzuprägen, freuen wir uns über die Zusendung Ihrer vollständigen Bewerbungsunterlagen unter Angabe des frühestmöglichen Einstiegstermins und Ihrer Gehaltsvorstellungen, vorzugsweise per E-Mail an:
[email protected]
azemos vermögensmanagement gmbh
z.H. Rainer Laborenz
Freiburger Straße 41
77652 Offenburg
Tel.: 0781 / 919 328-0
Fax: 0781 / 919 328-40
/* Super VFT Base Styles (backward compatible with original) Super VFT Basisstile (abwärtskompatibel mit Original) */ .full-width-text { position: relative; background-repeat: no-repeat; background-position: center center; width: 100%; /* Responsive padding via CSS custom properties — replaces per-block tags Responsives Padding über CSS-Variablen — ersetzt pro-Block -Tags */ padding-top: var(-vft-pad-mobile, 15px); padding-bottom: var(-vft-pad-mobile, 15px); } @media screen and (min-width: 800px) { .full-width-text { padding-top: var(-vft-pad-top, 40px); padding-bottom: var(-vft-pad-bottom, 40px); } } .full-width-text .title { margin-top: 0; } /* Text color via custom property — replaces per-block injection Textfarbe über Variable — ersetzt pro-Block -Einspeisung WICHTIG: : where() hat IMMER Spezifität 0. Dadurch liefert diese Regel zwar weiterhin die Standard-/Fallback-Farbe für den Block, kann aber niemals eine eigene Farbe (Klasse ODER inline style) überstimmen, die im Editor-Inhalt gesetzt wurde — unabhängig von der Reihenfolge im Stylesheet. IMPORTANT: : where() ALWAYS has zero specificity. This rule still supplies the block's default/fallback color, but can never override a custom color (class OR inline style) set inside the editor content — regardless of stylesheet order. */ : where(.full-width-text .content) : where(p, div, span, li, td, th, strong, em, b, i, small, code) { color: var(-vft-text-color, inherit); } /* Alignment / Ausrichtung */ .full-width-text.text-left { text-align: left; } .full-width-text.text-center { text-align: center; } .full-width-text.text-right { text-align: right; } /* CTA Button / CTA-Schaltfläche */ .cta-container { margin-top: 1.5rem; } .cta-container.multiple-buttons { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; } .full-width-text.text-left .cta-container.multiple-buttons { justify-content: flex-start; } .full-width-text.text-right .cta-container.multiple-buttons { justify-content: flex-end; } /* Balanced headline (Pretext) / Ausgeglichene Überschrift (Pretext) */ .full-width-text .title[data-balanced] { transition: max-width 0.2s ease; } .full-width-text.text-center .title[data-balanced] { margin-left: auto; margin-right: auto; }