{"id":6165,"date":"2020-08-28T08:08:26","date_gmt":"2020-08-28T06:08:26","guid":{"rendered":"https:\/\/bitzen-online.de\/wp\/?p=6165"},"modified":"2025-04-27T15:57:05","modified_gmt":"2025-04-27T13:57:05","slug":"2020-08-29-lernen-sie-bitzisch-lektion-62","status":"publish","type":"post","link":"https:\/\/bitzen-online.de\/wp\/?p=6165","title":{"rendered":"2020\/08\/29 &#8211; Lernen Sie Bitzisch, Lektion 62"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8220;1&#8243; _builder_version=&#8220;4.16&#8243; global_colors_info=&#8220;{}&#8220;][et_pb_row _builder_version=&#8220;4.16&#8243; custom_padding=&#8220;0px||0px||false|false&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.16&#8243; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.27.4&#8243; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<h2><span style=\"color: #0c71c3;\"><strong>Lernen Sie &#8222;Bitzisch&#8220; &#8230;.<\/strong><\/span><\/h2>\n<h2 style=\"text-align: center;\"><span style=\"color: #0c71c3;\"><strong> &#8230; onn &#8222;Deneb\u00f6schech\u201c<\/strong><\/span><\/h2>\n<p>[\/et_pb_text][et_pb_code admin_label=&#8220;Code: Tabelle ohne Linien&#8220; _builder_version=&#8220;4.16&#8243; global_colors_info=&#8220;{}&#8220;]<\/p>\n<style type=\"text\/css\"><!-- [et_pb_line_break_holder] -->      tr > td{<!-- [et_pb_line_break_holder] -->        border-style:hidden;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      table{<!-- [et_pb_line_break_holder] -->       border-style:hidden;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><\/style>\n<p>[\/et_pb_code][et_pb_text _builder_version=&#8220;4.27.4&#8243; max_width=&#8220;97%&#8220; custom_padding=&#8220;0px||2px||false|false&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<p><span>Wie schnell doch die Zeit vergeht. Vor mehr als einem Jahr haben wir\u00a0mit unserem Sprachkurs begonnen und regelm\u00e4\u00dfig jede Woche ist hier eine neue Lektion erschienen. Mit der heutigen 62. Lektion endet unser Ausflug in den Bitzener Dialekt (vorerst?). Wir m\u00f6chten uns bei allen, die uns so tatkr\u00e4ftig unterst\u00fctzt und die zahlreichen Beitr\u00e4ge erst erm\u00f6glicht haben, ganz herzlich bedanken. Wir hoffen, die Aktion hat euch allen genau so viel Spa\u00df gemacht wie uns.<\/span><\/p>\n<p><span style=\"color: #0c71c3;\"><strong>Herzlichen Gl\u00fcckwunsch allen, die regelm\u00e4\u00dfig an unserem Kurs teilgenommen haben. Sie d\u00fcrfen sich nun als echte Sprachexperten des Bitzener Dialekts bezeichnen!<\/strong><\/span><\/p>\n<p><strong>PS: Wir w\u00fcrden uns freuen, wenn ihr uns mitteilen w\u00fcrdet, wie euch unser Sprachkurs gefallen hat und ob eventuell Interesse an einer Fortsetzung besteht. Schreibt einfach eine Email an<span style=\"color: #0c71c3;\"> <a href=\"mailto:BNV@bitzen-online.de\" style=\"color: #0c71c3;\">BNV@bitzen-online.de<\/a><\/span>\u00a0oder wendet euch pers\u00f6nlich an Sigrid Vollstedt oder Dieter Kamin. Jede R\u00fcckmeldung ist willkommen!<\/strong><\/p>\n<p>[\/et_pb_text][et_pb_code admin_label=&#8220;Code: Script Mouseover Sound &#8220; _builder_version=&#8220;4.16&#8243; background_color=&#8220;#0c71c3&#8243; height=&#8220;10px&#8220; global_colors_info=&#8220;{}&#8220;]<script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/\/ Mouseover\/ Click sound effect- by JavaScript Kit (www.javascriptkit.com)<!-- [et_pb_line_break_holder] -->\/\/ Visit JavaScript Kit at http:\/\/www.javascriptkit.com\/ for full source code<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/\/** Usage: Instantiate script by calling: var uniquevar=createsoundbite(\"soundfile1\", \"fallbackfile2\", \"fallebacksound3\", etc)<!-- [et_pb_line_break_holder] -->\/\/** Call: uniquevar.playclip() to play sound<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->var html5_audiotypes={ \/\/define list of audio file extensions and their associated audio types. Add to it if your specified audio file isn't on this list:<!-- [et_pb_line_break_holder] --> \"mp3\": \"audio\/mpeg\",<!-- [et_pb_line_break_holder] --> \"mp4\": \"audio\/mp4\",<!-- [et_pb_line_break_holder] --> \"ogg\": \"audio\/ogg\",<!-- [et_pb_line_break_holder] --> \"wav\": \"audio\/wav\"<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->function createsoundbite(sound){<!-- [et_pb_line_break_holder] --> var html5audio=document.createElement('audio')<!-- [et_pb_line_break_holder] --> if (html5audio.canPlayType){ \/\/check support for HTML5 audio<!-- [et_pb_line_break_holder] -->  for (var i=0; i<arguments.length; i++){<!-- [et_pb_line_break_holder] -->   var sourceel=document.createElement('source')<!-- [et_pb_line_break_holder] -->   sourceel.setAttribute('src', arguments[i])<!-- [et_pb_line_break_holder] -->   if (arguments[i].match(\/\\.(\\w+)$\/i))<!-- [et_pb_line_break_holder] -->    sourceel.setAttribute('type', html5_audiotypes[RegExp.$1])<!-- [et_pb_line_break_holder] -->   html5audio.appendChild(sourceel)<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  html5audio.load()<!-- [et_pb_line_break_holder] -->  html5audio.playclip=function(){<!-- [et_pb_line_break_holder] -->   html5audio.pause()<!-- [et_pb_line_break_holder] -->   html5audio.currentTime=0<!-- [et_pb_line_break_holder] -->   html5audio.play()<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  html5audio.stoppclip=function(){<!-- [et_pb_line_break_holder] -->   html5audio.pause()<!-- [et_pb_line_break_holder] -->   html5audio.currentTime=0<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  return html5audio<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> else{<!-- [et_pb_line_break_holder] -->  return {playclip:function(){throw new Error(\"Your browser doesn't support HTML5 audio unfortunately\")}}<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/\/Initialize two sound clips with 1 fallback file each:<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->var mouseoversound=createsoundbite(\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/02\/whistle.mp3\", \"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/02\/whistle.ogg\", \"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/02\/whistle.wav\")<!-- [et_pb_line_break_holder] -->var clicksound_richtig=createsoundbite(\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/02\/richtig.mp3\", \"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/02\/richtig.ogg\", \"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/02\/richtig.wav\")<!-- [et_pb_line_break_holder] -->var clicksound_falsch=createsoundbite(\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/02\/falsch.mp3\", \"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/02\/falsch.ogg\", \"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/02\/falsch.wav\")<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code disabled_on=&#8220;off|off|off&#8220; admin_label=&#8220;Code 62: richtig Antwort 4&#8243; module_id=&#8220;0062&#8243; _builder_version=&#8220;4.27.4&#8243; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; hide_aria_element=&#8220;on&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 90%;\"><!-- [et_pb_line_break_holder] -->\t<\/p>\n<tbody><!-- [et_pb_line_break_holder] -->\t\t<\/p>\n<tr><!-- [et_pb_line_break_holder] -->\t\t\t<\/p>\n<td style=\"width: 170px;\"><!-- [et_pb_line_break_holder] -->      <!\u2013- [et_pb_br_holder] -\u2013> <!\u2013- [et_pb_br_holder] -\u2013> <pee style=\"font-size:14pt;text-align: center;\"><b>Lektion 0062<\/b> <\/pee> <!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] -->\t\t\t<\/td>\n<p><!-- [et_pb_line_break_holder] -->\t\t\t<\/p>\n<td><!-- [et_pb_line_break_holder] -->      <!\u2013- [et_pb_br_holder] -\u2013> <!\u2013- [et_pb_br_holder] -\u2013> <pee style=\"font-size:14pt;\"><b>Was bedeutet &#8222;H\u00f6hner- P\u00f6pper&#8220; ?<\/b> <\/pee> <!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] -->\t\t\t<\/td>\n<p><!-- [et_pb_line_break_holder] -->\t\t<\/tr>\n<p><!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] --><!-- ****** Button 1 - falsch ****** --><!-- [et_pb_line_break_holder] -->\t\t<\/p>\n<tr><!-- [et_pb_line_break_holder] -->\t\t\t<\/p>\n<td style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->\t\t\t\t\t<a class=\"button1\" href=\"#current\" onclick=\"clicksound_richtig.stoppclip(); clicksound_falsch.playclip()\" style=\"background: linear-gradient(rgb(255, 74, 74), rgb(153, 39, 39)); padding: 12px 24px; border-radius: 8px; border: 1px solid rgb(161, 39, 39); border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: none; line-height: normal; text-indent: 0px; letter-spacing: normal; font-family: arial; font-size: 20px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; vertical-align: middle; display: inline-block; white-space: normal; orphans: 2; font-size-adjust: none; box-shadow: 0px 0px 40px 0px #ff5959; text-shadow: 1px 1px 1px #591717; -webkit-text-stroke-width: 0px;\">\u00a0\u00a0A\u00a0\u00a0<\/a><\/pee><!-- [et_pb_line_break_holder] -->\t\t\t\t<\/td>\n<p><!-- [et_pb_line_break_holder] -->    <!-- Antwort 1 --><!-- [et_pb_line_break_holder] -->\t\t\t<\/p>\n<td><!-- [et_pb_line_break_holder] -->\t\t\t\tFacharbeiter in der Mundharmonika Herstellung (Fa H\u00f6hner)<!-- [et_pb_line_break_holder] -->\t\t\t<\/td>\n<p><!-- [et_pb_line_break_holder] -->\t\t<\/tr>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- ****** Button 2 - falsch ****** --><!-- [et_pb_line_break_holder] -->\t\t<\/p>\n<tr><!-- [et_pb_line_break_holder] -->\t\t\t<\/p>\n<td style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->\t\t\t\t\t<a class=\"button2\" href=\"#current\" onclick=\"clicksound_richtig.stoppclip(); clicksound_falsch.playclip()\" style=\"background: linear-gradient(rgb(44, 213, 51), rgb(27, 131, 31)); padding: 12px 24px; border-radius: 8px; border: 1px solid rgb(27, 131, 31); border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: none; line-height: normal; text-indent: 0px; letter-spacing: normal; font-family: arial; font-size: 20px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; vertical-align: middle; display: inline-block; white-space: normal; orphans: 2; font-size-adjust: none; box-shadow: 0px 0px 40px 0px #29c52f; text-shadow: 1px 1px 1px #115214; -webkit-text-stroke-width: 0px;\">\u00a0\u00a0B\u00a0\u00a0<\/a><\/pee><!-- [et_pb_line_break_holder] -->\t\t\t<\/td>\n<p><!-- [et_pb_line_break_holder] -->\t\t<!-- Antwort 2 --><!-- [et_pb_line_break_holder] -->\t\t\t<\/p>\n<td><!-- [et_pb_line_break_holder] -->\t\t\t\tMensch mit der Angewohnheit andere Leute zu \u201everhohnepipeln\u201c<!-- [et_pb_line_break_holder] -->\t\t\t<\/td>\n<p><!-- [et_pb_line_break_holder] -->\t\t<\/tr>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- ****** Button 3 - falsch ****** --><!-- [et_pb_line_break_holder] -->\t\t<\/p>\n<tr><!-- [et_pb_line_break_holder] -->\t\t\t<\/p>\n<td style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->\t\t\t\t\t<a  class=\"button3\" href=\"#current\" onclick=\"clicksound_richtig.stoppclip(); clicksound_falsch.playclip()\" style=\"background: linear-gradient(rgb(24, 152, 255), rgb(13, 81, 195)); padding: 12px 24px; border-radius: 8px; border: 1px solid rgb(13, 81, 195); border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: none; line-height: normal; text-indent: 0px; letter-spacing: normal; font-family: arial; font-size: 20px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; vertical-align: middle; display: inline-block; white-space: normal; orphans: 2; font-size-adjust: none; box-shadow: 0px 0px 40px 0px #1db6ff; text-shadow: 1px 1px 1px #083073; -webkit-text-stroke-width: 0px;\">\u00a0\u00a0C\u00a0\u00a0<\/a><\/pee>\t<!-- [et_pb_line_break_holder] -->\t\t\t<\/td>\n<p><!-- [et_pb_line_break_holder] -->    <!-- Antwort 3 --><!-- [et_pb_line_break_holder] -->\t\t\t<\/p>\n<td><!-- [et_pb_line_break_holder] -->\t\t\t\tH\u00fchnerfris\u00f6r, h\u00fcbscht H\u00fchner f\u00fcr eine Gefl\u00fcgelausstellung auf<!-- [et_pb_line_break_holder] -->\t\t\t<\/td>\n<p><!-- [et_pb_line_break_holder] -->\t\t<\/tr>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- ****** Button 4 - richtig ****** --><!-- [et_pb_line_break_holder] -->\t\t<\/p>\n<tr><!-- [et_pb_line_break_holder] -->\t\t\t<\/p>\n<td style=\"text-align: center;\">       \t\t<!-- [et_pb_line_break_holder] -->\t\t\t\t\t<a class=\"vp-s\" href=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/01\/Hoehnerpoepper.mp4\" onclick=\"clicksound_falsch.stoppclip(); clicksound_richtig.playclip()\" <!-- [et_pb_line_break_holder] -->style=&#8220;background: linear-gradient(rgb(255, 147, 47), rgb(176, 90, 29)); padding: 12px 24px; border-radius: 8px; border: 1px solid rgb(176, 90, 29); border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: none; line-height: normal; text-indent: 0px; letter-spacing: normal; font-family: arial; font-size: 20px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; vertical-align: middle; display: inline-block; white-space: normal; orphans: 2; font-size-adjust: none; box-shadow: 0px 0px 40px 0px #ff9a31; text-shadow: 1px 1px 1px #7e4015; -webkit-text-stroke-width: 0px;&#8220;>\u00a0\u00a0D\u00a0\u00a0<\/a><\/pee>\t\t\t<!-- [et_pb_line_break_holder] -->\t\t\t<\/td>\n<p><!-- [et_pb_line_break_holder] -->    <!-- Antwort 4 --><!-- [et_pb_line_break_holder] -->\t\t\t<\/p>\n<td><!-- [et_pb_line_break_holder] -->\t\t\t\tSo ganz richtig wei\u00df keiner was das bedeutet. Wir w\u00fcnschen Aufkl\u00e4rung, bitte anrufen 3361<!-- [et_pb_line_break_holder] -->\t\t\t<\/td>\n<p><!-- [et_pb_line_break_holder] -->\t\t<\/tr>\n<p><!-- [et_pb_line_break_holder] -->\t<\/tbody>\n<p><!-- [et_pb_line_break_holder] --><\/table>\n<p>[\/et_pb_code][et_pb_text disabled_on=&#8220;off|off|off&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<p>&nbsp;<\/p>\n<p>Zur Erinnerung haben wir hier eine kleine Auswahl an besonders lustigen Lektionen zusammengestellt. Bei jedem einzelnen Beitrag ist zu erkennen, wie viel Spa\u00df die Sprachexperten bei den Videoaufnahmen hatten.<\/p>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8220;1_4,1_4,1_4,1_4&#8243; disabled_on=&#8220;off|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; locked=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/01\/Sauballich.mp4\" class=\"vp-a\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_1-176x300.jpg\" width=\"176\" height=\"300\" alt=\"Lektion 1\" class=\"wp-image-6132 alignnone size-medium\" srcset=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_1-176x300.jpg 176w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_1-14x24.jpg 14w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_1-21x36.jpg 21w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_1-28x48.jpg 28w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_1.JPG 293w\" sizes=\"(max-width: 176px) 100vw, 176px\" \/><\/a><\/p>\n<p style=\"text-align: center;\">[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/01\/Ohlert.mp4\" class=\"vp-a\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_2-180x300.jpg\" width=\"180\" height=\"300\" alt=\"Lektion 2\" class=\"wp-image-6129 alignnone size-medium\" srcset=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_2-180x300.jpg 180w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_2-14x24.jpg 14w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_2-22x36.jpg 22w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_2-29x48.jpg 29w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_2.JPG 300w\" sizes=\"(max-width: 180px) 100vw, 180px\" \/><\/a><\/p>\n<p style=\"text-align: center;\">[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/01\/Hillich.mp4\" class=\"vp-a\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_3-180x300.jpg\" width=\"180\" height=\"300\" alt=\"Lektion 3\" class=\"wp-image-6131 alignnone size-medium\" srcset=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_3-180x300.jpg 180w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_3-14x24.jpg 14w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_3-22x36.jpg 22w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_3-29x48.jpg 29w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_3.JPG 300w\" sizes=\"(max-width: 180px) 100vw, 180px\" \/><\/a><\/p>\n<p style=\"text-align: center;\">[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/01\/Schluch.mp4\" class=\"vp-a\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_4-180x300.jpg\" width=\"180\" height=\"300\" alt=\"Lektion 4\" class=\"wp-image-6125 alignnone size-medium\" srcset=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_4-180x300.jpg 180w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_4-14x24.jpg 14w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_4-22x36.jpg 22w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_4-29x48.jpg 29w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_4.JPG 300w\" sizes=\"(max-width: 180px) 100vw, 180px\" \/><\/a><\/p>\n<p style=\"text-align: center;\">[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8220;1_4,1_4,1_4,1_4&#8243; disabled_on=&#8220;off|off|off&#8220; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; locked=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/01\/Hawwatsch.mp4\" class=\"vp-a\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_5-180x300.jpg\" width=\"180\" height=\"300\" alt=\"Lektion 5\" class=\"wp-image-6130 alignnone size-medium\" srcset=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_5-180x300.jpg 180w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_5-14x24.jpg 14w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_5-22x36.jpg 22w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_5-29x48.jpg 29w, https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_5.JPG 300w\" sizes=\"(max-width: 180px) 100vw, 180px\" \/><\/a><\/p>\n<p style=\"text-align: center;\">[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/01\/Botzebeen.mp4\" class=\"vp-a\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_6-180x300.jpg\" width=\"180\" height=\"300\" alt=\"Lektion 6\" class=\"wp-image-6129 alignnone size-medium\" \/><\/a><\/p>\n<p style=\"text-align: center;\">[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/01\/Schembaerliches-Schinnoost.mp4\" class=\"vp-a\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_7-180x300.jpg\" width=\"180\" height=\"300\" alt=\"Lektion 7\" class=\"wp-image-6131 alignnone size-medium\" \/><\/a><\/p>\n<p style=\"text-align: center;\">[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/01\/Aehrenschlerren.mp4\" class=\"vp-a\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bitzen-online.de\/wp\/wp-content\/uploads\/1999\/03\/Mundart_8-180x300.jpg\" width=\"180\" height=\"300\" alt=\"Lektion 8\" class=\"wp-image-6125 alignnone size-medium\" \/><\/a><\/p>\n<p style=\"text-align: center;\">[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.16&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_button button_url=&#8220;https:\/\/bitzen-online.de\/wp\/?page_id=140&#8243; button_text=&#8220;Die vollst\u00e4ndige Sammlung aller Lektionen findet Ihr hier&#8220; button_alignment=&#8220;center&#8220; _builder_version=&#8220;4.27.4&#8243; custom_button=&#8220;on&#8220; button_text_size=&#8220;12px&#8220; button_text_color=&#8220;#ffffff&#8220; button_bg_color=&#8220;#0c71c3&#8243; button_border_width=&#8220;2px&#8220; button_border_color=&#8220;#ffffff&#8220; button_border_radius=&#8220;10px&#8220; button_letter_spacing=&#8220;1px&#8220; button_font=&#8220;||||||||&#8220; button_use_icon=&#8220;off&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; module_id=&#8220;button-with-outline&#8220; sticky_enabled=&#8220;0&#8243; button_border_width__hover_enabled=&#8220;on|hover&#8220; button_border_width__hover=&#8220;3px&#8220; button_border_color__hover_enabled=&#8220;on|hover&#8220; button_border_color__hover=&#8220;#000000&#8243;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Lernen Sie &#8222;Bitzisch&#8220; &#8230;. &#8230; onn &#8222;Deneb\u00f6schech\u201cWie schnell doch die Zeit vergeht. Vor mehr als einem Jahr haben wir\u00a0mit unserem Sprachkurs begonnen und regelm\u00e4\u00dfig jede Woche ist hier eine neue Lektion erschienen. Mit der heutigen 62. Lektion endet unser Ausflug in den Bitzener Dialekt (vorerst?). Wir m\u00f6chten uns bei allen, die uns so tatkr\u00e4ftig unterst\u00fctzt [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[15],"tags":[],"class_list":["post-6165","post","type-post","status-publish","format-standard","hentry","category-neuigkeiten"],"_links":{"self":[{"href":"https:\/\/bitzen-online.de\/wp\/index.php?rest_route=\/wp\/v2\/posts\/6165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitzen-online.de\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitzen-online.de\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitzen-online.de\/wp\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/bitzen-online.de\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6165"}],"version-history":[{"count":22,"href":"https:\/\/bitzen-online.de\/wp\/index.php?rest_route=\/wp\/v2\/posts\/6165\/revisions"}],"predecessor-version":[{"id":11784,"href":"https:\/\/bitzen-online.de\/wp\/index.php?rest_route=\/wp\/v2\/posts\/6165\/revisions\/11784"}],"wp:attachment":[{"href":"https:\/\/bitzen-online.de\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6165"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitzen-online.de\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6165"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitzen-online.de\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}