News
·

Schnuppertag 2023

Dein Tag zum Schnuppern 2023

Einfach das Anmeldeformular herunterladen, ausfüllen und per Post an folgende Adresse senden:

Floristmeisterschule Stuttgart-Hohenheim
Emil-Wolff-Straße 19-21
70599 Stuttgart

No items found.
No items found.
Blog

Weitere Beiträge

Alle anzeigen
const swiper = new Swiper('.swiper', { // Optional parameters loop: true, breakpoints: { // when window width is >= 320px 320: { slidesPerView: 1, spaceBetween: 16 }, // when window width is >= 480px 480: { slidesPerView: 1, spaceBetween: 16 }, // when window width is >= 640px 640: { slidesPerView: 1, spaceBetween: 32 } }, // If we need pagination pagination: { el: '.swiper-pagination', }, // Navigation arrows navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, // And if we need scrollbar scrollbar: { el: '.swiper-scrollbar', }, });