<script>
document.addEventListener('DOMContentLoaded', function () {
  var btn = document.getElementById('ga_continue_btn');
  var errorBox = document.getElementById('ga_error');

  document.querySelectorAll('.gruppenangebote-box').forEach(function(card){
    card.addEventListener('click', function(e){
      var checkbox = card.querySelector('.ga_checkbox');
      if (!checkbox) return;

      checkbox.checked = !checkbox.checked;
      card.classList.toggle('selected', checkbox.checked);
    });
  });

  if (!btn) return;

  btn.addEventListener('click', function () {
    if (errorBox) {
      errorBox.style.display = 'none';
      errorBox.textContent = '';
    }

    var checked = document.querySelectorAll('.ga_checkbox:checked');

    if (!checked.length) {
      if (errorBox) {
        errorBox.style.display = 'block';
        errorBox.textContent = 'Bitte mindestens ein Gruppenangebot auswählen.';
      }
      return;
    }

    var selections = [];

    for (var i = 0; i < checked.length; i++) {
      var cb = checked[i];
      var productId = cb.value;
      var title = cb.getAttribute('data-title') || '';
      var chosenTermin = cb.getAttribute('data-termin') || '';

      selections.push(productId + '||' + title + '||' + chosenTermin);
    }

    window.location.href = '/possible-anmeldungsformular/?angebote=' + encodeURIComponent(selections.join('##'));
  });
});
</script>


BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//La Red - ECPv6.15.20//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:La Red
X-ORIGINAL-URL:https://la-red.eu
X-WR-CALDESC:Veranstaltungen für La Red
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20240331T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20241027T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20250330T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20251026T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20260329T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20261025T010000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=Europe/Berlin:20250814T140000
DTEND;TZID=Europe/Berlin:20250814T153000
DTSTAMP:20260429T121832
CREATED:20250812T131713Z
LAST-MODIFIED:20250812T135334Z
UID:13987-1755180000-1755185400@la-red.eu
SUMMARY:Intercambio de experiencias & Networking entre mujeres
DESCRIPTION:🚀¿Quieres intercambiar ideas sobre el contrato laboral en Alemania con otras mujeres que te inspiren?\n¡Ven a nuestro evento «Intercambio y Red» el 14 de agosto en La Red!  \n📅Jueves 14 de agosto\, a las 14 h\n📍 La Red\, Alt-Reinickendorf 25\, 13407 Berlín. \nTe apetece charlar e inspirarte? En el próximo evento intercambiaremos ideas con Ana\, abogada Española\nCompartiremos experiencias y nos capacitaremos mutuamente para entender lo importante que es el contrato de trabajo en Alemania y qué puntos hay que tener en cuenta. Ven y conoce a otras mujeres. ¡Es una forma estupenda de establecer contactos con otras personas! Si estás interesada\, envíanos un correo electrónico : possibe@la-red.eu
URL:https://la-red.eu/veranstaltung/intercambio-de-experiencias-networking
LOCATION:La Red e.V.\, Alt-Reinickendorf 25\, Berlin\, 13407
CATEGORIES:Possible
ATTACH;FMTTYPE=image/jpeg:https://la-red.eu/wp-content/uploads/2025/08/Possible_Austausch_Arbeitsvertrag_Ana_25-08-08-.jpg
ORGANIZER;CN="La Red":MAILTO:la-red@la-red.eu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Berlin:20250821T100000
DTEND;TZID=Europe/Berlin:20250821T113000
DTSTAMP:20260429T121832
CREATED:20250812T134539Z
LAST-MODIFIED:20250812T144355Z
UID:13991-1755770400-1755775800@la-red.eu
SUMMARY:Intercambio de experiencias & Networking entre mujeres
DESCRIPTION:🚀¿Quieres intercambiar ideas sobre el contrato laboral en Alemania con otras mujeres que te inspiren?\n¡Ven a nuestro evento «Intercambio y Red» el 14 de agosto en La Red! \n📅Jueves 21 de agosto\, a las 10 h\n📍 La Red\, Alt-Reinickendorf 25\, 13407 Berlín. \nTe apetece charlar e inspirarte? En el próximo evento intercambiaremos ideas con Ana\, abogada Española\nCompartiremos experiencias y nos capacitaremos mutuamente para entender lo importante que es el contrato de trabajo en Alemania y qué puntos hay que tener en cuenta. Ven y conoce a otras mujeres. ¡Es una forma estupenda de establecer contactos con otras personas! Si estás interesada\, envíanos un correo electrónico : possibe@la-red.eu
URL:https://la-red.eu/veranstaltung/intercambio-de-experiencias-networking2
CATEGORIES:Possible
END:VEVENT
END:VCALENDAR