<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alte Leipziger Lebensversicherungs AG &#8211; FondsKonzept AG</title>
	<atom:link href="https://www.fondskonzept.ag/category/versicherung/alte-leipziger-lebensversicherungs-ag/feed" rel="self" type="application/rss+xml" />
	<link>https://www.fondskonzept.ag</link>
	<description>Maklerpool</description>
	<lastBuildDate>Thu, 21 May 2026 10:12:24 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Alte Leipziger &#124; Vertriebsinfo ALV: Werkverkehrsversicherung &#8211; Glanzlichter</title>
		<link>https://www.fondskonzept.ag/versicherung-produktpartner/alte-leipziger-vertriebsinfo-alv-werkverkehrsversicherung-glanzlichter-2</link>
		
		<dc:creator><![CDATA[Lisa Staudenmaier]]></dc:creator>
		<pubDate>Thu, 21 May 2026 10:12:24 +0000</pubDate>
				<category><![CDATA[Alte Leipziger Lebensversicherungs AG]]></category>
		<category><![CDATA[Versicherung-Produktpartner]]></category>
		<guid isPermaLink="false">https://www.fondskonzept.ag/?p=994113</guid>

					<description><![CDATA[]]></description>
			
<style>
.warning {
    background: #152f4a; /* Warm, calm, welcoming color */
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .mybody {
      display: flex;
      justify-content: center;
      align-items: flex-start; /* Align the items at the top */
      min-height: 100vh;
      background: #f0f2f5;
      padding: 2rem;
      flex-direction: column; /* Stack the elements vertically */
    }

    .login-container {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
    }

    .login-container h2 {
      margin-bottom: 1.5rem;
      text-align: center;
      color: #333;
      font-size: 1.8rem; /* Increase the font size of the header */
    }

    .info-text {
      font-size: 1rem; /* Increase the font size of the info text */
      color: #555;
      background: #f9f9f9;
      padding: 1rem;
      border-left: 4px solid #152f4a;
      border-radius: 8px;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: bold;
      font-size: 1.1rem; /* Increase the font size of the labels */
    }

    .form-group input {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of input fields */
    }

    .login-btn {
      width: 100%;
      padding: 0.9rem;
      background-color: #152f4a;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of the button */
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
	  height:75px;
    }

    .login-btn:hover {
      background-color: green;
      transform: translateY(-2px);
    }

    .form-footer {
      margin-top: 1rem;
      text-align: center;
      font-size: 1rem; /* Increase the font size of footer text */
      color: #666;
    }

    .form-footer a {
      color: #4a90e2;
      text-decoration: none;
    }

    .form-footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 480px) {
      .login-container {
        padding: 1.5rem 1rem;
        max-width: 100%;
      }

      .info-text {
        font-size: 0.95rem; /* Adjust font size for smaller screens */
      }
    }

.powered-by {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}



</style>

            
			<center>
			<div class="warning">
  
Bitte melden Sie sich mit Ihrer Makler-ID und Ihrem Passwort an.
                </div>

			
			
	    <div class="login-container">
          <h2><i class="fas fa-user-shield"></i> Sicherer Loginbereich</h2>
    <div class="info-text">
      Nachdem Sie Ihre Makler Nummer und Ihr Passwort eingegeben haben, erhalten Sie eine SMS-Benachrichtigung mit einer 2FA-Authentifizierungsanfrage über die <strong>FinanceIdent</strong> App. Bitte bestätigen Sie diese, um die Anmeldung erfolgreich abzuschließen.
    </div>
     <form method="POST" name="geldseminarLogin">
      <div class="form-group">
        <label for="email"><i class="fas fa-id-badge"></i> Makler Nummer</label>
        <input type="text" id="userid" name="userid" placeholder="Ihre Makler Nummer" required>
      </div>
      <div class="form-group">
        <label for="password"><i class="fas fa-key"></i> Passwort</label>
        <input type="password" id="password" placeholder="Ihr Passwort" name="password"  required>
		 <input type="hidden" name="login-request" value="1"/>
      </div>
      <button type="submit" class="login-btn"><i class="fas fa-sign-in-alt"></i> Anmelden</button>
    </form>
    <div class="form-footer" style="display:none">
      Sie haben noch kein Konto? <a href="#">Registrieren</a>
    </div>
		<br/>
        <p class="powered-by" class="geldseminar-login-submit">Powered by: <img src="https://www.fondskonzept.ag/assets/fc_logo.png" /></p>
    </div>
		</center>	
			


            <br/><br/>

           


           


            							<content:encoded><![CDATA[<p></p>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Alte Leipziger &#124; Vertriebsinfo ALV: Werkverkehrsversicherung &#8211; Glanzlichter</title>
		<link>https://www.fondskonzept.ag/versicherung-produktpartner/alte-leipziger-vertriebsinfo-alv-werkverkehrsversicherung-glanzlichter</link>
		
		<dc:creator><![CDATA[kowalczyk@fondskonzept.ag]]></dc:creator>
		<pubDate>Thu, 30 Apr 2026 06:27:57 +0000</pubDate>
				<category><![CDATA[Alte Leipziger Lebensversicherungs AG]]></category>
		<category><![CDATA[Versicherung-Produktpartner]]></category>
		<guid isPermaLink="false">https://www.fondskonzept.ag/?p=993972</guid>

					<description><![CDATA[]]></description>
			
<style>
.warning {
    background: #152f4a; /* Warm, calm, welcoming color */
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .mybody {
      display: flex;
      justify-content: center;
      align-items: flex-start; /* Align the items at the top */
      min-height: 100vh;
      background: #f0f2f5;
      padding: 2rem;
      flex-direction: column; /* Stack the elements vertically */
    }

    .login-container {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
    }

    .login-container h2 {
      margin-bottom: 1.5rem;
      text-align: center;
      color: #333;
      font-size: 1.8rem; /* Increase the font size of the header */
    }

    .info-text {
      font-size: 1rem; /* Increase the font size of the info text */
      color: #555;
      background: #f9f9f9;
      padding: 1rem;
      border-left: 4px solid #152f4a;
      border-radius: 8px;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: bold;
      font-size: 1.1rem; /* Increase the font size of the labels */
    }

    .form-group input {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of input fields */
    }

    .login-btn {
      width: 100%;
      padding: 0.9rem;
      background-color: #152f4a;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of the button */
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
	  height:75px;
    }

    .login-btn:hover {
      background-color: green;
      transform: translateY(-2px);
    }

    .form-footer {
      margin-top: 1rem;
      text-align: center;
      font-size: 1rem; /* Increase the font size of footer text */
      color: #666;
    }

    .form-footer a {
      color: #4a90e2;
      text-decoration: none;
    }

    .form-footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 480px) {
      .login-container {
        padding: 1.5rem 1rem;
        max-width: 100%;
      }

      .info-text {
        font-size: 0.95rem; /* Adjust font size for smaller screens */
      }
    }

.powered-by {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}



</style>

            
			<center>
			<div class="warning">
  
Bitte melden Sie sich mit Ihrer Makler-ID und Ihrem Passwort an.
                </div>

			
			
	    <div class="login-container">
          <h2><i class="fas fa-user-shield"></i> Sicherer Loginbereich</h2>
    <div class="info-text">
      Nachdem Sie Ihre Makler Nummer und Ihr Passwort eingegeben haben, erhalten Sie eine SMS-Benachrichtigung mit einer 2FA-Authentifizierungsanfrage über die <strong>FinanceIdent</strong> App. Bitte bestätigen Sie diese, um die Anmeldung erfolgreich abzuschließen.
    </div>
     <form method="POST" name="geldseminarLogin">
      <div class="form-group">
        <label for="email"><i class="fas fa-id-badge"></i> Makler Nummer</label>
        <input type="text" id="userid" name="userid" placeholder="Ihre Makler Nummer" required>
      </div>
      <div class="form-group">
        <label for="password"><i class="fas fa-key"></i> Passwort</label>
        <input type="password" id="password" placeholder="Ihr Passwort" name="password"  required>
		 <input type="hidden" name="login-request" value="1"/>
      </div>
      <button type="submit" class="login-btn"><i class="fas fa-sign-in-alt"></i> Anmelden</button>
    </form>
    <div class="form-footer" style="display:none">
      Sie haben noch kein Konto? <a href="#">Registrieren</a>
    </div>
		<br/>
        <p class="powered-by" class="geldseminar-login-submit">Powered by: <img src="https://www.fondskonzept.ag/assets/fc_logo.png" /></p>
    </div>
		</center>	
			


            <br/><br/>

           


           


            							<content:encoded><![CDATA[<p></p>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Alte Leipziger &#124; Aktuelle Vertriebsnews Leben &#8211; Unser Impuls der VD-Süd</title>
		<link>https://www.fondskonzept.ag/versicherung-produktpartner/alte-leipziger-aktuelle-vertriebsnews-leben-unser-impuls-der-vd-sued</link>
		
		<dc:creator><![CDATA[Lisa Staudenmaier]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 09:44:48 +0000</pubDate>
				<category><![CDATA[Alte Leipziger Lebensversicherungs AG]]></category>
		<category><![CDATA[Versicherung-Produktpartner]]></category>
		<guid isPermaLink="false">https://www.fondskonzept.ag/?p=993704</guid>

					<description><![CDATA[]]></description>
			
<style>
.warning {
    background: #152f4a; /* Warm, calm, welcoming color */
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .mybody {
      display: flex;
      justify-content: center;
      align-items: flex-start; /* Align the items at the top */
      min-height: 100vh;
      background: #f0f2f5;
      padding: 2rem;
      flex-direction: column; /* Stack the elements vertically */
    }

    .login-container {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
    }

    .login-container h2 {
      margin-bottom: 1.5rem;
      text-align: center;
      color: #333;
      font-size: 1.8rem; /* Increase the font size of the header */
    }

    .info-text {
      font-size: 1rem; /* Increase the font size of the info text */
      color: #555;
      background: #f9f9f9;
      padding: 1rem;
      border-left: 4px solid #152f4a;
      border-radius: 8px;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: bold;
      font-size: 1.1rem; /* Increase the font size of the labels */
    }

    .form-group input {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of input fields */
    }

    .login-btn {
      width: 100%;
      padding: 0.9rem;
      background-color: #152f4a;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of the button */
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
	  height:75px;
    }

    .login-btn:hover {
      background-color: green;
      transform: translateY(-2px);
    }

    .form-footer {
      margin-top: 1rem;
      text-align: center;
      font-size: 1rem; /* Increase the font size of footer text */
      color: #666;
    }

    .form-footer a {
      color: #4a90e2;
      text-decoration: none;
    }

    .form-footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 480px) {
      .login-container {
        padding: 1.5rem 1rem;
        max-width: 100%;
      }

      .info-text {
        font-size: 0.95rem; /* Adjust font size for smaller screens */
      }
    }

.powered-by {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}



</style>

            
			<center>
			<div class="warning">
  
Bitte melden Sie sich mit Ihrer Makler-ID und Ihrem Passwort an.
                </div>

			
			
	    <div class="login-container">
          <h2><i class="fas fa-user-shield"></i> Sicherer Loginbereich</h2>
    <div class="info-text">
      Nachdem Sie Ihre Makler Nummer und Ihr Passwort eingegeben haben, erhalten Sie eine SMS-Benachrichtigung mit einer 2FA-Authentifizierungsanfrage über die <strong>FinanceIdent</strong> App. Bitte bestätigen Sie diese, um die Anmeldung erfolgreich abzuschließen.
    </div>
     <form method="POST" name="geldseminarLogin">
      <div class="form-group">
        <label for="email"><i class="fas fa-id-badge"></i> Makler Nummer</label>
        <input type="text" id="userid" name="userid" placeholder="Ihre Makler Nummer" required>
      </div>
      <div class="form-group">
        <label for="password"><i class="fas fa-key"></i> Passwort</label>
        <input type="password" id="password" placeholder="Ihr Passwort" name="password"  required>
		 <input type="hidden" name="login-request" value="1"/>
      </div>
      <button type="submit" class="login-btn"><i class="fas fa-sign-in-alt"></i> Anmelden</button>
    </form>
    <div class="form-footer" style="display:none">
      Sie haben noch kein Konto? <a href="#">Registrieren</a>
    </div>
		<br/>
        <p class="powered-by" class="geldseminar-login-submit">Powered by: <img src="https://www.fondskonzept.ag/assets/fc_logo.png" /></p>
    </div>
		</center>	
			


            <br/><br/>

           


           


            							<content:encoded><![CDATA[<p></p>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Alte Leipziger &#124; Vertriebsinfo ALV: Elektronikversicherung &#8211; Glanzlichter</title>
		<link>https://www.fondskonzept.ag/versicherung-produktpartner/alte-leipziger-vertriebsinfo-alv-elektronikversicherung-glanzlichter-2</link>
		
		<dc:creator><![CDATA[Lisa Staudenmaier]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 11:26:20 +0000</pubDate>
				<category><![CDATA[Alte Leipziger Lebensversicherungs AG]]></category>
		<category><![CDATA[Versicherung-Produktpartner]]></category>
		<guid isPermaLink="false">https://www.fondskonzept.ag/?p=993639</guid>

					<description><![CDATA[]]></description>
			
<style>
.warning {
    background: #152f4a; /* Warm, calm, welcoming color */
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .mybody {
      display: flex;
      justify-content: center;
      align-items: flex-start; /* Align the items at the top */
      min-height: 100vh;
      background: #f0f2f5;
      padding: 2rem;
      flex-direction: column; /* Stack the elements vertically */
    }

    .login-container {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
    }

    .login-container h2 {
      margin-bottom: 1.5rem;
      text-align: center;
      color: #333;
      font-size: 1.8rem; /* Increase the font size of the header */
    }

    .info-text {
      font-size: 1rem; /* Increase the font size of the info text */
      color: #555;
      background: #f9f9f9;
      padding: 1rem;
      border-left: 4px solid #152f4a;
      border-radius: 8px;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: bold;
      font-size: 1.1rem; /* Increase the font size of the labels */
    }

    .form-group input {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of input fields */
    }

    .login-btn {
      width: 100%;
      padding: 0.9rem;
      background-color: #152f4a;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of the button */
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
	  height:75px;
    }

    .login-btn:hover {
      background-color: green;
      transform: translateY(-2px);
    }

    .form-footer {
      margin-top: 1rem;
      text-align: center;
      font-size: 1rem; /* Increase the font size of footer text */
      color: #666;
    }

    .form-footer a {
      color: #4a90e2;
      text-decoration: none;
    }

    .form-footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 480px) {
      .login-container {
        padding: 1.5rem 1rem;
        max-width: 100%;
      }

      .info-text {
        font-size: 0.95rem; /* Adjust font size for smaller screens */
      }
    }

.powered-by {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}



</style>

            
			<center>
			<div class="warning">
  
Bitte melden Sie sich mit Ihrer Makler-ID und Ihrem Passwort an.
                </div>

			
			
	    <div class="login-container">
          <h2><i class="fas fa-user-shield"></i> Sicherer Loginbereich</h2>
    <div class="info-text">
      Nachdem Sie Ihre Makler Nummer und Ihr Passwort eingegeben haben, erhalten Sie eine SMS-Benachrichtigung mit einer 2FA-Authentifizierungsanfrage über die <strong>FinanceIdent</strong> App. Bitte bestätigen Sie diese, um die Anmeldung erfolgreich abzuschließen.
    </div>
     <form method="POST" name="geldseminarLogin">
      <div class="form-group">
        <label for="email"><i class="fas fa-id-badge"></i> Makler Nummer</label>
        <input type="text" id="userid" name="userid" placeholder="Ihre Makler Nummer" required>
      </div>
      <div class="form-group">
        <label for="password"><i class="fas fa-key"></i> Passwort</label>
        <input type="password" id="password" placeholder="Ihr Passwort" name="password"  required>
		 <input type="hidden" name="login-request" value="1"/>
      </div>
      <button type="submit" class="login-btn"><i class="fas fa-sign-in-alt"></i> Anmelden</button>
    </form>
    <div class="form-footer" style="display:none">
      Sie haben noch kein Konto? <a href="#">Registrieren</a>
    </div>
		<br/>
        <p class="powered-by" class="geldseminar-login-submit">Powered by: <img src="https://www.fondskonzept.ag/assets/fc_logo.png" /></p>
    </div>
		</center>	
			


            <br/><br/>

           


           


            							<content:encoded><![CDATA[<p></p>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Alte Leipziger &#124; Vertriebsinfo ALV: Elektronikversicherung &#8211; Glanzlichter</title>
		<link>https://www.fondskonzept.ag/versicherung-produktpartner/alte-leipziger-vertriebsinfo-alv-elektronikversicherung-glanzlichter</link>
		
		<dc:creator><![CDATA[kowalczyk@fondskonzept.ag]]></dc:creator>
		<pubDate>Fri, 10 Apr 2026 13:12:34 +0000</pubDate>
				<category><![CDATA[Alte Leipziger Lebensversicherungs AG]]></category>
		<category><![CDATA[Versicherung-Produktpartner]]></category>
		<guid isPermaLink="false">https://www.fondskonzept.ag/?p=993499</guid>

					<description><![CDATA[]]></description>
			
<style>
.warning {
    background: #152f4a; /* Warm, calm, welcoming color */
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .mybody {
      display: flex;
      justify-content: center;
      align-items: flex-start; /* Align the items at the top */
      min-height: 100vh;
      background: #f0f2f5;
      padding: 2rem;
      flex-direction: column; /* Stack the elements vertically */
    }

    .login-container {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
    }

    .login-container h2 {
      margin-bottom: 1.5rem;
      text-align: center;
      color: #333;
      font-size: 1.8rem; /* Increase the font size of the header */
    }

    .info-text {
      font-size: 1rem; /* Increase the font size of the info text */
      color: #555;
      background: #f9f9f9;
      padding: 1rem;
      border-left: 4px solid #152f4a;
      border-radius: 8px;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: bold;
      font-size: 1.1rem; /* Increase the font size of the labels */
    }

    .form-group input {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of input fields */
    }

    .login-btn {
      width: 100%;
      padding: 0.9rem;
      background-color: #152f4a;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of the button */
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
	  height:75px;
    }

    .login-btn:hover {
      background-color: green;
      transform: translateY(-2px);
    }

    .form-footer {
      margin-top: 1rem;
      text-align: center;
      font-size: 1rem; /* Increase the font size of footer text */
      color: #666;
    }

    .form-footer a {
      color: #4a90e2;
      text-decoration: none;
    }

    .form-footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 480px) {
      .login-container {
        padding: 1.5rem 1rem;
        max-width: 100%;
      }

      .info-text {
        font-size: 0.95rem; /* Adjust font size for smaller screens */
      }
    }

.powered-by {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}



</style>

            
			<center>
			<div class="warning">
  
Bitte melden Sie sich mit Ihrer Makler-ID und Ihrem Passwort an.
                </div>

			
			
	    <div class="login-container">
          <h2><i class="fas fa-user-shield"></i> Sicherer Loginbereich</h2>
    <div class="info-text">
      Nachdem Sie Ihre Makler Nummer und Ihr Passwort eingegeben haben, erhalten Sie eine SMS-Benachrichtigung mit einer 2FA-Authentifizierungsanfrage über die <strong>FinanceIdent</strong> App. Bitte bestätigen Sie diese, um die Anmeldung erfolgreich abzuschließen.
    </div>
     <form method="POST" name="geldseminarLogin">
      <div class="form-group">
        <label for="email"><i class="fas fa-id-badge"></i> Makler Nummer</label>
        <input type="text" id="userid" name="userid" placeholder="Ihre Makler Nummer" required>
      </div>
      <div class="form-group">
        <label for="password"><i class="fas fa-key"></i> Passwort</label>
        <input type="password" id="password" placeholder="Ihr Passwort" name="password"  required>
		 <input type="hidden" name="login-request" value="1"/>
      </div>
      <button type="submit" class="login-btn"><i class="fas fa-sign-in-alt"></i> Anmelden</button>
    </form>
    <div class="form-footer" style="display:none">
      Sie haben noch kein Konto? <a href="#">Registrieren</a>
    </div>
		<br/>
        <p class="powered-by" class="geldseminar-login-submit">Powered by: <img src="https://www.fondskonzept.ag/assets/fc_logo.png" /></p>
    </div>
		</center>	
			


            <br/><br/>

           


           


            							<content:encoded><![CDATA[<p></p>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Alte Leipziger &#124; Vertriebsinfo ALV: Maschinenversicherung STATIONÄR</title>
		<link>https://www.fondskonzept.ag/versicherung-produktpartner/alte-leipziger-vertriebsinfo-alv-maschinenversicherung-stationaer-3</link>
		
		<dc:creator><![CDATA[Lisa Staudenmaier]]></dc:creator>
		<pubDate>Thu, 02 Apr 2026 10:14:26 +0000</pubDate>
				<category><![CDATA[Alte Leipziger Lebensversicherungs AG]]></category>
		<category><![CDATA[Versicherung-Produktpartner]]></category>
		<guid isPermaLink="false">https://www.fondskonzept.ag/?p=993347</guid>

					<description><![CDATA[]]></description>
			
<style>
.warning {
    background: #152f4a; /* Warm, calm, welcoming color */
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .mybody {
      display: flex;
      justify-content: center;
      align-items: flex-start; /* Align the items at the top */
      min-height: 100vh;
      background: #f0f2f5;
      padding: 2rem;
      flex-direction: column; /* Stack the elements vertically */
    }

    .login-container {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
    }

    .login-container h2 {
      margin-bottom: 1.5rem;
      text-align: center;
      color: #333;
      font-size: 1.8rem; /* Increase the font size of the header */
    }

    .info-text {
      font-size: 1rem; /* Increase the font size of the info text */
      color: #555;
      background: #f9f9f9;
      padding: 1rem;
      border-left: 4px solid #152f4a;
      border-radius: 8px;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: bold;
      font-size: 1.1rem; /* Increase the font size of the labels */
    }

    .form-group input {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of input fields */
    }

    .login-btn {
      width: 100%;
      padding: 0.9rem;
      background-color: #152f4a;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of the button */
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
	  height:75px;
    }

    .login-btn:hover {
      background-color: green;
      transform: translateY(-2px);
    }

    .form-footer {
      margin-top: 1rem;
      text-align: center;
      font-size: 1rem; /* Increase the font size of footer text */
      color: #666;
    }

    .form-footer a {
      color: #4a90e2;
      text-decoration: none;
    }

    .form-footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 480px) {
      .login-container {
        padding: 1.5rem 1rem;
        max-width: 100%;
      }

      .info-text {
        font-size: 0.95rem; /* Adjust font size for smaller screens */
      }
    }

.powered-by {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}



</style>

            
			<center>
			<div class="warning">
  
Bitte melden Sie sich mit Ihrer Makler-ID und Ihrem Passwort an.
                </div>

			
			
	    <div class="login-container">
          <h2><i class="fas fa-user-shield"></i> Sicherer Loginbereich</h2>
    <div class="info-text">
      Nachdem Sie Ihre Makler Nummer und Ihr Passwort eingegeben haben, erhalten Sie eine SMS-Benachrichtigung mit einer 2FA-Authentifizierungsanfrage über die <strong>FinanceIdent</strong> App. Bitte bestätigen Sie diese, um die Anmeldung erfolgreich abzuschließen.
    </div>
     <form method="POST" name="geldseminarLogin">
      <div class="form-group">
        <label for="email"><i class="fas fa-id-badge"></i> Makler Nummer</label>
        <input type="text" id="userid" name="userid" placeholder="Ihre Makler Nummer" required>
      </div>
      <div class="form-group">
        <label for="password"><i class="fas fa-key"></i> Passwort</label>
        <input type="password" id="password" placeholder="Ihr Passwort" name="password"  required>
		 <input type="hidden" name="login-request" value="1"/>
      </div>
      <button type="submit" class="login-btn"><i class="fas fa-sign-in-alt"></i> Anmelden</button>
    </form>
    <div class="form-footer" style="display:none">
      Sie haben noch kein Konto? <a href="#">Registrieren</a>
    </div>
		<br/>
        <p class="powered-by" class="geldseminar-login-submit">Powered by: <img src="https://www.fondskonzept.ag/assets/fc_logo.png" /></p>
    </div>
		</center>	
			


            <br/><br/>

           


           


            							<content:encoded><![CDATA[<p></p>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Alte Leipziger &#124; bKV-Exklusiv April 2026: Wissen, wie`s geht / Beratungs-App zum AIRbag / Neues aus der iKV</title>
		<link>https://www.fondskonzept.ag/versicherung-produktpartner/alte-leipziger-bkv-exklusiv-april-2026-wissen-wies-geht-beratungs-app-zum-airbag-neues-aus-der-ikv</link>
		
		<dc:creator><![CDATA[kowalczyk@fondskonzept.ag]]></dc:creator>
		<pubDate>Mon, 30 Mar 2026 08:53:48 +0000</pubDate>
				<category><![CDATA[Alte Leipziger Lebensversicherungs AG]]></category>
		<category><![CDATA[Versicherung-Produktpartner]]></category>
		<guid isPermaLink="false">https://www.fondskonzept.ag/?p=993260</guid>

					<description><![CDATA[]]></description>
			
<style>
.warning {
    background: #152f4a; /* Warm, calm, welcoming color */
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .mybody {
      display: flex;
      justify-content: center;
      align-items: flex-start; /* Align the items at the top */
      min-height: 100vh;
      background: #f0f2f5;
      padding: 2rem;
      flex-direction: column; /* Stack the elements vertically */
    }

    .login-container {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
    }

    .login-container h2 {
      margin-bottom: 1.5rem;
      text-align: center;
      color: #333;
      font-size: 1.8rem; /* Increase the font size of the header */
    }

    .info-text {
      font-size: 1rem; /* Increase the font size of the info text */
      color: #555;
      background: #f9f9f9;
      padding: 1rem;
      border-left: 4px solid #152f4a;
      border-radius: 8px;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: bold;
      font-size: 1.1rem; /* Increase the font size of the labels */
    }

    .form-group input {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of input fields */
    }

    .login-btn {
      width: 100%;
      padding: 0.9rem;
      background-color: #152f4a;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of the button */
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
	  height:75px;
    }

    .login-btn:hover {
      background-color: green;
      transform: translateY(-2px);
    }

    .form-footer {
      margin-top: 1rem;
      text-align: center;
      font-size: 1rem; /* Increase the font size of footer text */
      color: #666;
    }

    .form-footer a {
      color: #4a90e2;
      text-decoration: none;
    }

    .form-footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 480px) {
      .login-container {
        padding: 1.5rem 1rem;
        max-width: 100%;
      }

      .info-text {
        font-size: 0.95rem; /* Adjust font size for smaller screens */
      }
    }

.powered-by {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}



</style>

            
			<center>
			<div class="warning">
  
Bitte melden Sie sich mit Ihrer Makler-ID und Ihrem Passwort an.
                </div>

			
			
	    <div class="login-container">
          <h2><i class="fas fa-user-shield"></i> Sicherer Loginbereich</h2>
    <div class="info-text">
      Nachdem Sie Ihre Makler Nummer und Ihr Passwort eingegeben haben, erhalten Sie eine SMS-Benachrichtigung mit einer 2FA-Authentifizierungsanfrage über die <strong>FinanceIdent</strong> App. Bitte bestätigen Sie diese, um die Anmeldung erfolgreich abzuschließen.
    </div>
     <form method="POST" name="geldseminarLogin">
      <div class="form-group">
        <label for="email"><i class="fas fa-id-badge"></i> Makler Nummer</label>
        <input type="text" id="userid" name="userid" placeholder="Ihre Makler Nummer" required>
      </div>
      <div class="form-group">
        <label for="password"><i class="fas fa-key"></i> Passwort</label>
        <input type="password" id="password" placeholder="Ihr Passwort" name="password"  required>
		 <input type="hidden" name="login-request" value="1"/>
      </div>
      <button type="submit" class="login-btn"><i class="fas fa-sign-in-alt"></i> Anmelden</button>
    </form>
    <div class="form-footer" style="display:none">
      Sie haben noch kein Konto? <a href="#">Registrieren</a>
    </div>
		<br/>
        <p class="powered-by" class="geldseminar-login-submit">Powered by: <img src="https://www.fondskonzept.ag/assets/fc_logo.png" /></p>
    </div>
		</center>	
			


            <br/><br/>

           


           


            							<content:encoded><![CDATA[<p></p>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Alte Leipziger &#124; Vertriebsinfo ALV: Maschinenversicherung STATIONÄR</title>
		<link>https://www.fondskonzept.ag/versicherung-produktpartner/alte-leipziger-vertriebsinfo-alv-maschinenversicherung-stationaer-2</link>
		
		<dc:creator><![CDATA[kowalczyk@fondskonzept.ag]]></dc:creator>
		<pubDate>Fri, 27 Mar 2026 09:08:16 +0000</pubDate>
				<category><![CDATA[Alte Leipziger Lebensversicherungs AG]]></category>
		<category><![CDATA[Versicherung-Produktpartner]]></category>
		<guid isPermaLink="false">https://www.fondskonzept.ag/?p=993242</guid>

					<description><![CDATA[]]></description>
			
<style>
.warning {
    background: #152f4a; /* Warm, calm, welcoming color */
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .mybody {
      display: flex;
      justify-content: center;
      align-items: flex-start; /* Align the items at the top */
      min-height: 100vh;
      background: #f0f2f5;
      padding: 2rem;
      flex-direction: column; /* Stack the elements vertically */
    }

    .login-container {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
    }

    .login-container h2 {
      margin-bottom: 1.5rem;
      text-align: center;
      color: #333;
      font-size: 1.8rem; /* Increase the font size of the header */
    }

    .info-text {
      font-size: 1rem; /* Increase the font size of the info text */
      color: #555;
      background: #f9f9f9;
      padding: 1rem;
      border-left: 4px solid #152f4a;
      border-radius: 8px;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: bold;
      font-size: 1.1rem; /* Increase the font size of the labels */
    }

    .form-group input {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of input fields */
    }

    .login-btn {
      width: 100%;
      padding: 0.9rem;
      background-color: #152f4a;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of the button */
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
	  height:75px;
    }

    .login-btn:hover {
      background-color: green;
      transform: translateY(-2px);
    }

    .form-footer {
      margin-top: 1rem;
      text-align: center;
      font-size: 1rem; /* Increase the font size of footer text */
      color: #666;
    }

    .form-footer a {
      color: #4a90e2;
      text-decoration: none;
    }

    .form-footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 480px) {
      .login-container {
        padding: 1.5rem 1rem;
        max-width: 100%;
      }

      .info-text {
        font-size: 0.95rem; /* Adjust font size for smaller screens */
      }
    }

.powered-by {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}



</style>

            
			<center>
			<div class="warning">
  
Bitte melden Sie sich mit Ihrer Makler-ID und Ihrem Passwort an.
                </div>

			
			
	    <div class="login-container">
          <h2><i class="fas fa-user-shield"></i> Sicherer Loginbereich</h2>
    <div class="info-text">
      Nachdem Sie Ihre Makler Nummer und Ihr Passwort eingegeben haben, erhalten Sie eine SMS-Benachrichtigung mit einer 2FA-Authentifizierungsanfrage über die <strong>FinanceIdent</strong> App. Bitte bestätigen Sie diese, um die Anmeldung erfolgreich abzuschließen.
    </div>
     <form method="POST" name="geldseminarLogin">
      <div class="form-group">
        <label for="email"><i class="fas fa-id-badge"></i> Makler Nummer</label>
        <input type="text" id="userid" name="userid" placeholder="Ihre Makler Nummer" required>
      </div>
      <div class="form-group">
        <label for="password"><i class="fas fa-key"></i> Passwort</label>
        <input type="password" id="password" placeholder="Ihr Passwort" name="password"  required>
		 <input type="hidden" name="login-request" value="1"/>
      </div>
      <button type="submit" class="login-btn"><i class="fas fa-sign-in-alt"></i> Anmelden</button>
    </form>
    <div class="form-footer" style="display:none">
      Sie haben noch kein Konto? <a href="#">Registrieren</a>
    </div>
		<br/>
        <p class="powered-by" class="geldseminar-login-submit">Powered by: <img src="https://www.fondskonzept.ag/assets/fc_logo.png" /></p>
    </div>
		</center>	
			


            <br/><br/>

           


           


            							<content:encoded><![CDATA[<p></p>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Alte Leipziger &#124; Vertriebsinfo ALV: Maschinenversicherung STATIONÄR</title>
		<link>https://www.fondskonzept.ag/versicherung-produktpartner/alte-leipziger-vertriebsinfo-alv-maschinenversicherung-stationaer</link>
		
		<dc:creator><![CDATA[kowalczyk@fondskonzept.ag]]></dc:creator>
		<pubDate>Thu, 19 Mar 2026 13:56:01 +0000</pubDate>
				<category><![CDATA[Alte Leipziger Lebensversicherungs AG]]></category>
		<category><![CDATA[Versicherung-Produktpartner]]></category>
		<guid isPermaLink="false">https://www.fondskonzept.ag/?p=992999</guid>

					<description><![CDATA[]]></description>
			
<style>
.warning {
    background: #152f4a; /* Warm, calm, welcoming color */
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .mybody {
      display: flex;
      justify-content: center;
      align-items: flex-start; /* Align the items at the top */
      min-height: 100vh;
      background: #f0f2f5;
      padding: 2rem;
      flex-direction: column; /* Stack the elements vertically */
    }

    .login-container {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
    }

    .login-container h2 {
      margin-bottom: 1.5rem;
      text-align: center;
      color: #333;
      font-size: 1.8rem; /* Increase the font size of the header */
    }

    .info-text {
      font-size: 1rem; /* Increase the font size of the info text */
      color: #555;
      background: #f9f9f9;
      padding: 1rem;
      border-left: 4px solid #152f4a;
      border-radius: 8px;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: bold;
      font-size: 1.1rem; /* Increase the font size of the labels */
    }

    .form-group input {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of input fields */
    }

    .login-btn {
      width: 100%;
      padding: 0.9rem;
      background-color: #152f4a;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 1.1rem; /* Increase the font size of the button */
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
	  height:75px;
    }

    .login-btn:hover {
      background-color: green;
      transform: translateY(-2px);
    }

    .form-footer {
      margin-top: 1rem;
      text-align: center;
      font-size: 1rem; /* Increase the font size of footer text */
      color: #666;
    }

    .form-footer a {
      color: #4a90e2;
      text-decoration: none;
    }

    .form-footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 480px) {
      .login-container {
        padding: 1.5rem 1rem;
        max-width: 100%;
      }

      .info-text {
        font-size: 0.95rem; /* Adjust font size for smaller screens */
      }
    }

.powered-by {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}



</style>

            
			<center>
			<div class="warning">
  
Bitte melden Sie sich mit Ihrer Makler-ID und Ihrem Passwort an.
                </div>

			
			
	    <div class="login-container">
          <h2><i class="fas fa-user-shield"></i> Sicherer Loginbereich</h2>
    <div class="info-text">
      Nachdem Sie Ihre Makler Nummer und Ihr Passwort eingegeben haben, erhalten Sie eine SMS-Benachrichtigung mit einer 2FA-Authentifizierungsanfrage über die <strong>FinanceIdent</strong> App. Bitte bestätigen Sie diese, um die Anmeldung erfolgreich abzuschließen.
    </div>
     <form method="POST" name="geldseminarLogin">
      <div class="form-group">
        <label for="email"><i class="fas fa-id-badge"></i> Makler Nummer</label>
        <input type="text" id="userid" name="userid" placeholder="Ihre Makler Nummer" required>
      </div>
      <div class="form-group">
        <label for="password"><i class="fas fa-key"></i> Passwort</label>
        <input type="password" id="password" placeholder="Ihr Passwort" name="password"  required>
		 <input type="hidden" name="login-request" value="1"/>
      </div>
      <button type="submit" class="login-btn"><i class="fas fa-sign-in-alt"></i> Anmelden</button>
    </form>
    <div class="form-footer" style="display:none">
      Sie haben noch kein Konto? <a href="#">Registrieren</a>
    </div>
		<br/>
        <p class="powered-by" class="geldseminar-login-submit">Powered by: <img src="https://www.fondskonzept.ag/assets/fc_logo.png" /></p>
    </div>
		</center>	
			


            <br/><br/>

           


           


            							<content:encoded><![CDATA[<p></p>

]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Alte Leipziger &#124; Vertriebsinfo AL-Sach: Maschinenversicherung MOBIL</title>
		<link>https://www.fondskonzept.ag/versicherung-produktpartner/alte-leipziger-vertriebsinfo-al-sach-maschinenversicherung-mobil-3</link>
		
		<dc:creator><![CDATA[Lisa Staudenmaier]]></dc:creator>
		<pubDate>Mon, 16 Mar 2026 09:17:01 +0000</pubDate>
				<category><![CDATA[Alte Leipziger Lebensversicherungs AG]]></category>
		<category><![CDATA[Versicherung-Produktpartner]]></category>
		<guid isPermaLink="false">https://www.fondskonzept.ag/?p=992807</guid>

					<description><![CDATA[Alte Leipziger | Vertriebsinfo AL-Sach: Maschinenversicherung MOBIL  Graben, planieren, pumpen und heben – fahrbare und transportable Geräte sind ein entscheidender Faktor für den Produktionsprozess im Betrieb Ihres Kunden und oftmals erheblichen Beanspruchungen ausgesetzt.  Zum Artikel   Die oben aufgelisteten News sind Informationen von unsere Partnergesellschaften. Die FondsKonzept AG oder einer Ihrer  [...]]]></description>
										<content:encoded><![CDATA[<div class="fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style="--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;" ><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="max-width:1248px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column" style="--awb-padding-top:50px;--awb-padding-right:50px;--awb-padding-bottom:50px;--awb-padding-left:50px;--awb-bg-color:var(--awb-color3);--awb-bg-color-hover:var(--awb-color3);--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;" data-scroll-devices="small-visibility,medium-visibility,large-visibility"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-1"><h3>Alte Leipziger | Vertriebsinfo AL-Sach: Maschinenversicherung MOBIL</h3>
</div><div class="fusion-text fusion-text-2"><p>Graben, planieren, pumpen und heben – fahrbare und transportable Geräte sind ein entscheidender Faktor für den Produktionsprozess im Betrieb Ihres Kunden und oftmals erheblichen Beanspruchungen ausgesetzt.</p>
</div><div class="fusion-separator fusion-full-width-sep" style="align-self: center;margin-left: auto;margin-right: auto;margin-top:20px;margin-bottom:20px;width:100%;"></div><div ><a class="fusion-button button-flat fusion-button-default-size button-default fusion-button-default button-1 fusion-button-default-span fusion-button-default-type" target="_self" href="https://www.fondskonzept.ag/wp-content/uploads/2026/03/TV_mobil_20260310.pdf"><span class="fusion-button-text awb-button__text awb-button__text--default">Zum Artikel</span></a></div><div class="fusion-separator fusion-full-width-sep" style="align-self: center;margin-left: auto;margin-right: auto;margin-top:20px;margin-bottom:20px;width:100%;"></div><div class="fusion-text fusion-text-3"><hr />
<p>Die oben aufgelisteten News sind Informationen von unsere Partnergesellschaften. Die FondsKonzept AG oder einer Ihrer Tochtergesellschaften übernimmt jedoch keine Gewähr für den Inhalt, die Richtigkeit und Aktualität dieser News und distanziert sich hiermit ausdrücklich von allen Inhalten in diesem Nachrichtenteil. Die FondsKonzept AG macht sich weder die Inhalte, noch die Bilder und Aussagen der News zu eigen.</p>
</div></div></div></div></div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
