<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-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:20250227T170000
DTEND;TZID=Europe/Berlin:20250227T190000
DTSTAMP:20260430T004850
CREATED:20250221T112053Z
LAST-MODIFIED:20250221T113030Z
UID:13025-1740675600-1740682800@la-red.eu
SUMMARY:Personal Branding Strategy in Job seeking Process for Women in Berlin
DESCRIPTION:📅 Thursday\, 27th of February 2025\n⏰ At 5:00 pm\n📍 La Red\, Alt-Reinickendorf 25\, 13407 Berlin \n✔️Are you a woman looking for a job in Digital Marketing or Branding in Berlin?\n✔️Interested in building your own Digital Branding Strategy in a digital environment?\n✔️Do you want to gain visibility on the Berlin Labor Market? \nLala Prada Streithorst will help us explore the marketing field in Berlin. This brilliant woman is a Colombian professional with over 15 years of experience in Influencer Marketing\, Communications\, and Public Relations. After migrating to Europe\, she established herself in the job market and now serves as an Influencer Relations Manager at a leading German start-up. \n💡Sign up for our free Workshop about Digital Marketing and Personal Branding Strategy for migrant women:\nhttps://bit.ly/4go1jTE
URL:https://la-red.eu/veranstaltung/personal-branding-strategy-in-job-seeking-process
LOCATION:La Red e.V.\, Alt-Reinickendorf 25\, Berlin\, 13407
CATEGORIES:Possible
ATTACH;FMTTYPE=image/png:https://la-red.eu/wp-content/uploads/2025/02/Possible_Linkedin_WS_MarketingBranding_February27-LinkedIn-Beitrag.png
END:VEVENT
END:VCALENDAR