Ich liebe das Leben die Liebe und die  Menschlichkeit – mit all seinen Facetten.  Denn jeder ist, so wie er ist, genau richtig. Und wenn es dann noch einen Menschen gibt, der einen in seinen Schwächen unterstützt, dann wird es nahezu vollkommen

27>
Scrolling Image Frame

Я текстовий блок . Натисніть кнопку Змінити , щоб змінити цей текст . Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Я текстовий блок . Натисніть кнопку Змінити , щоб змінити цей текст . Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Warum wir?

1.

 

Erfahrenes Team

 

Unsere Therapeuten sind
qualifizierte Fachkräfte mit
langjähriger Erfahrung.

2.

 

Ganzheitliche Betreuung

 

Wir berücksichtigen sowohl die
schulischen als auch die
emotionalen Bedürfnisse Ihres
Kindes

3.

 

Enge Zusammenarbeit

 

Wir beziehen Eltern und Lehrer
mit ein, um optimale Ergebnisse
zu erzielen.

Kontaktieren Sie uns noch heute!

Я текстовий блок . Натисніть кнопку Змінити , щоб змінити цей текст . Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Я текстовий блок . Натисніть кнопку Змінити , щоб змінити цей текст . Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Я текстовий блок . Натисніть кнопку Змінити , щоб змінити цей текст . Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Wir sind Ihre spezialisierte
Anlaufstelle für Schüler mit
Legasthenie, Dyskalkulie und
ADHS.

читати більше

Я текстовий блок . Натисніть кнопку Змінити , щоб змінити цей текст . Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Wir sind Ihre spezialisierte
Anlaufstelle für Schüler mit
Legasthenie, Dyskalkulie und
ADHS.

Unser Ziel ist es, effektive Lernstrategien zu entwickeln und
die Konzentration sowie das Selbstbewusstsein und Selbstregulation zu stärken.

Wir sind Ihre spezialisierte Anlaufstelle für Schüler mit Legasthenie, Dyskalkulie und ADHS.

 

Unser Ziel ist es, effektive Lernstrategien zu entwickeln und die Konzentration sowie das Selbstbewusstsein und Selbstregulation zu stärken.

Я текстовий блок . Натисніть кнопку Змінити , щоб змінити цей текст . Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Я текстовий блок . Натисніть кнопку Змінити , щоб змінити цей текст . Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Gemeinsam erarbeiten wir Methoden, die das Lernen erleichtern und langfristig zum Erfolg führen.

#2 Unsere Schwerpunkte

Effektive Lernstrategien

Я текстовий блок . Натисніть кнопку Змінити , щоб змінити цей текст . Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

  .hover-block2 {
    position: relative;
    width: 700px;
    height: 400px;
    background-image: url(‚../img/kkkkkk.jpg‘);
    /* background-color: #007bff; */
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.4s ease;
  }
  .hover-block2::after {
    content: “;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,0); */
    backdrop-filter: blur(0px);
    transition: all 0.4s ease;
    z-index: 1;
  }
  .hover-block2:hover::after {
    background: rgba(255, 255, 255, 0.425);
    backdrop-filter: blur(4px);
    border-radius: 0px;
  }
  .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    z-index: 2;
    transition: all 0.4s ease;
  }
  .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(0%) brightness(1);
    transition: all 0.4s ease;
  }
  .hover-block2:hover .icon {
    width: 60px;
    height: 60px;
  }
  .hover-block2:hover .icon img {
    filter: grayscale(0%) brightness(1) sepia(1) hue-rotate(90deg) saturate(2);
  }
  .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: #fff;
  }
  .label {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .indicator2 {
    width: 40px;
    height: 4px;
    background-color: white;
    transition: all 0.4s ease;
    border-radius: 2px;
  }
  .hover-block2:hover .indicator2 {
    width: 400px;
    background-color: orange;
  }
  <div class=“hover-block2″>
    <div class=“icon“>
      <img src=“img/Symbol.png“ alt=“Icon“>
    </div>
    <div class=“content“>
      <div class=“label“>Твоя подпись</div>
      <div class=“indicator2″></div>
    </div>
  </div>