<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="https://katharineum.de/wp-content/plugins/xslt/public/template.xsl"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:rssFeedStyles="http://www.wordpress.org/ns/xslt#"
>

<channel>
	<title>Offener Ganztag Archive &#8211; Katharineum zu Lübeck</title>
	<atom:link href="https://katharineum.de/tag/offener-ganztag/feed/" rel="self" type="application/rss+xml" />
	<link>https://katharineum.de/tag/offener-ganztag/</link>
	<description>Städtisches Gymnasium mit altsprachlichem Zweig &#124; seit 1531</description>
	<lastBuildDate>Tue, 16 May 2023 14:46:30 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://katharineum.de/wp-content/uploads/2019/09/cropped-logo_with_rect-1-32x32.png</url>
	<title>Offener Ganztag Archive &#8211; Katharineum zu Lübeck</title>
	<link>https://katharineum.de/tag/offener-ganztag/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Wo sind all die Bälle hin, wo sind sie geblieben…</title>
		<link>https://katharineum.de/wo-sind-all-die-baelle-hin-wo-sind-sie-geblieben/</link>
		
		<dc:creator><![CDATA[Florian Fust]]></dc:creator>
		<pubDate>Mon, 15 May 2023 04:30:51 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Artikel-2023]]></category>
		<category><![CDATA[Bewegte Pause]]></category>
		<category><![CDATA[Offener Ganztag]]></category>
		<guid isPermaLink="false">https://katharineum.de/?p=2093447</guid>

					<description><![CDATA[<p>Vor knapp zwei Jahren habt ihr mit großer Freude, die Vielfalt und den Umfang des Angebotes an neuen Spielgeräten der Bewegten Pause freudig begrüßt. Auf dem Pausenhof sah man Euch ausprobieren und spielen mit vielen unterschiedlichen Bällen, Hüpfgeräten, Frisbees. Das hat uns gut gefallen. Doch dann verschwanden immer wieder Bälle und andere Dinge aus den Materialkisten der Bewegten Pause. Einige&#160;<a href="https://katharineum.de/wo-sind-all-die-baelle-hin-wo-sind-sie-geblieben/">&#8230;</a></p>
<p>Der Beitrag <a href="https://katharineum.de/wo-sind-all-die-baelle-hin-wo-sind-sie-geblieben/">Wo sind all die Bälle hin, wo sind sie geblieben…</a> erschien zuerst auf <a href="https://katharineum.de">Katharineum zu Lübeck</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="p1"><div id="justified_gallery_aCFX3W" class="sgg-style-8 "><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2021/10/IMG_4806.jpeg" data-size="1600x1200" data-caption="Bewegte Pause"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2021/10/IMG_4806-540x405.jpeg" data-caption="Bewegte Pause" alt="Bewegte Pause"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2021/10/IMG_4808.jpeg" data-size="1600x1200" data-caption="Bewegte Pause"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2021/10/IMG_4808-540x405.jpeg" data-caption="Bewegte Pause" alt="Bewegte Pause"/></a></div>
<div id="load_more_holder_aCFX3W" style="display:none"></div>
			<script type="text/javascript">
				(function($){
					$("#justified_gallery_aCFX3W").justifiedGallery({
						sizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 250,
mobileRowHeight: 170,
margins: 14,
lastRow: "nojustify",
fixedHeight: false,
captions: true,
captionsColor: "#000000",
captionsOpacity: 0.7,
randomize: false,
maxRowHeight: 0,
rel: "aCFX3W",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
					})
					.on('jg.complete', function(){
						$(document).ready(function(){
							var pswp_aCFX3W = SGGinitPhotoSwipeFromDOM('#justified_gallery_aCFX3W',{title: true,
share: true,
print: false,
history: false,
 uid: 'aCFX3W' })})					});
					var nodes = document.querySelectorAll('#justified_gallery_aCFX3W > *'),
_nodes = [].slice.call(nodes, 0);
var getDirection = function (ev, obj) {
    // the width and height of the current div
	var w = $(obj).width(),
		h = $(obj).height(),
		// calculate the x and y to get an angle to the center of the div from that x and y.
		// gets the x value relative to the center of the DIV and "normalize" it
		x = ( ev.pageX - $(obj).offset().left - ( w/2 )) * ( w > h ? ( h/w ) : 1 ),
		y = ( ev.pageY - $(obj).offset().top  - ( h/2 )) * ( h > w ? ( w/h ) : 1 ),
		// the angle and the direction from where the mouse came in/went out clockwise (TRBL=0123);
		// first calculate the angle of the point,
		// add 180 deg to get rid of the negative values
		// divide by 90 to get the quadrant
		// add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top/right/bottom/left) **/
		direction = Math.round( ( ( ( Math.atan2(y, x) * (180 / Math.PI) ) + 180 ) / 90 ) + 3 ) % 4;
	return direction;
};
var addClass = function ( ev, obj, state ) {
    var direction = getDirection( ev, obj ),
        class_suffix = "",
        iframe = obj.classList.contains("mfp-iframe");
    obj.className = "";
    if (iframe) {
        obj.classList.add("mfp-iframe");
    }
    obj.classList.add("sgg-lightbox-item");
    switch ( direction ) {
        case 0 : class_suffix = '-top';    break;
        case 1 : class_suffix = '-right';  break;
        case 2 : class_suffix = '-bottom'; break;
        case 3 : class_suffix = '-left';   break;
    }
    obj.classList.add( state + class_suffix );
};
// bind events
_nodes.forEach(function (el) {
    el.addEventListener('mouseenter', function (ev) {
        addClass( ev, this, 'in' );
    }, false);
    el.addEventListener('mouseleave', function (ev) {
        addClass( ev, this, 'out' );
    }, false);
});														var galleries = [];
				var gallery = $("#justified_gallery_aCFX3W");
				$(window).scroll(function() {
					if ( galleries.length >= 1  ) {
						var scroll_top = $(window).scrollTop();
						var scroll_bottom = scroll_top + $(window).height();
						var gallery_top = $(gallery).offset().top;
						var gallery_height = $(gallery).innerHeight();
						var gallery_bottom = gallery_top + gallery_height;
						if( scroll_bottom >= gallery_bottom ) {
							var images = galleries.splice(0,1);
							var image_html = $("#load_more_holder_aCFX3W").html(images).text();
							$(gallery).append(image_html);
							$(gallery).justifiedGallery('norewind');
						}
					}
				});				})(jQuery);
			</script>
						<style>
	            #justified_gallery_aCFX3W .sgg-caption {
					background: rgb(0,0,0);
					background: rgba(0,0,0,0.7);
					color: #ffffff;
					font-size: 1em;
					font-weight: 400;
					font-family: Helvetica, Arial, sans-serif;
				}
				#load_more_aCFX3W {
				    background: #444444;
				    color: #ffffff;
				}
			</style>
        	</p>
<p>Vor knapp zwei Jahren habt ihr mit großer Freude, die Vielfalt und den Umfang des Angebotes an neuen Spielgeräten der Bewegten Pause freudig begrüßt. Auf dem Pausenhof sah man Euch ausprobieren und spielen mit vielen unterschiedlichen Bällen, Hüpfgeräten, Frisbees. Das hat uns gut gefallen.</p>
<p>Doch dann verschwanden immer wieder Bälle und andere Dinge aus den Materialkisten der Bewegten Pause. Einige Klassen „sicherten“ sich „ihren eigenen“ Ball und nahmen diesen ohne großes Schuldbewusstsein mit in die Klassenräume. Viele Bälle sind einfach nicht mehr da. Die Bälle vom Dach des Gebäudes nicht mitgerechnet. Das macht uns natürlich keinen großen Spaß beim Nachbestellen und beim Organisieren der Ausgabe.</p>
<p class="p1"><div id="justified_gallery_IPGKYS" class="sgg-style-8 "><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-2.jpg" data-size="1024x768" data-caption="Bewegte Pause"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-2-540x405.jpg" data-caption="Bewegte Pause" alt="Bewegte Pause"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-3.jpg" data-size="1024x768" data-caption="Bewegte Pause"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-3-540x405.jpg" data-caption="Bewegte Pause" alt="Bewegte Pause"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-4.jpg" data-size="1024x768" data-caption="Bewegte Pause"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-4-540x405.jpg" data-caption="Bewegte Pause" alt="Bewegte Pause"/></a></div>
<div id="load_more_holder_IPGKYS" style="display:none"></div>
			<script type="text/javascript">
				(function($){
					$("#justified_gallery_IPGKYS").justifiedGallery({
						sizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 250,
mobileRowHeight: 170,
margins: 14,
lastRow: "nojustify",
fixedHeight: false,
captions: true,
captionsColor: "#000000",
captionsOpacity: 0.7,
randomize: false,
maxRowHeight: 0,
rel: "IPGKYS",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
					})
					.on('jg.complete', function(){
						$(document).ready(function(){
							var pswp_IPGKYS = SGGinitPhotoSwipeFromDOM('#justified_gallery_IPGKYS',{title: true,
share: true,
print: false,
history: false,
 uid: 'IPGKYS' })})					});
					var nodes = document.querySelectorAll('#justified_gallery_IPGKYS > *'),
_nodes = [].slice.call(nodes, 0);
var getDirection = function (ev, obj) {
    // the width and height of the current div
	var w = $(obj).width(),
		h = $(obj).height(),
		// calculate the x and y to get an angle to the center of the div from that x and y.
		// gets the x value relative to the center of the DIV and "normalize" it
		x = ( ev.pageX - $(obj).offset().left - ( w/2 )) * ( w > h ? ( h/w ) : 1 ),
		y = ( ev.pageY - $(obj).offset().top  - ( h/2 )) * ( h > w ? ( w/h ) : 1 ),
		// the angle and the direction from where the mouse came in/went out clockwise (TRBL=0123);
		// first calculate the angle of the point,
		// add 180 deg to get rid of the negative values
		// divide by 90 to get the quadrant
		// add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top/right/bottom/left) **/
		direction = Math.round( ( ( ( Math.atan2(y, x) * (180 / Math.PI) ) + 180 ) / 90 ) + 3 ) % 4;
	return direction;
};
var addClass = function ( ev, obj, state ) {
    var direction = getDirection( ev, obj ),
        class_suffix = "",
        iframe = obj.classList.contains("mfp-iframe");
    obj.className = "";
    if (iframe) {
        obj.classList.add("mfp-iframe");
    }
    obj.classList.add("sgg-lightbox-item");
    switch ( direction ) {
        case 0 : class_suffix = '-top';    break;
        case 1 : class_suffix = '-right';  break;
        case 2 : class_suffix = '-bottom'; break;
        case 3 : class_suffix = '-left';   break;
    }
    obj.classList.add( state + class_suffix );
};
// bind events
_nodes.forEach(function (el) {
    el.addEventListener('mouseenter', function (ev) {
        addClass( ev, this, 'in' );
    }, false);
    el.addEventListener('mouseleave', function (ev) {
        addClass( ev, this, 'out' );
    }, false);
});														var galleries = [];
				var gallery = $("#justified_gallery_IPGKYS");
				$(window).scroll(function() {
					if ( galleries.length >= 1  ) {
						var scroll_top = $(window).scrollTop();
						var scroll_bottom = scroll_top + $(window).height();
						var gallery_top = $(gallery).offset().top;
						var gallery_height = $(gallery).innerHeight();
						var gallery_bottom = gallery_top + gallery_height;
						if( scroll_bottom >= gallery_bottom ) {
							var images = galleries.splice(0,1);
							var image_html = $("#load_more_holder_IPGKYS").html(images).text();
							$(gallery).append(image_html);
							$(gallery).justifiedGallery('norewind');
						}
					}
				});				})(jQuery);
			</script>
						<style>
	            #justified_gallery_IPGKYS .sgg-caption {
					background: rgb(0,0,0);
					background: rgba(0,0,0,0.7);
					color: #ffffff;
					font-size: 1em;
					font-weight: 400;
					font-family: Helvetica, Arial, sans-serif;
				}
				#load_more_IPGKYS {
				    background: #444444;
				    color: #ffffff;
				}
			</style>
        	</p>
<p>Die Bestände sind nun erneut aufgefüllt. Es gibt die von Euch in der Umfrage gewünschten Stelzen und einiges mehr auszuprobieren.</p>
<p class="p1"><div id="justified_gallery_dsCH5i" class="sgg-style-8 "><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-6.jpg" data-size="768x1024" data-caption="Bewegte Pause"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-6-315x420.jpg" data-caption="Bewegte Pause" alt="Bewegte Pause"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-8.jpg" data-size="768x1024" data-caption="Bewegte Pause"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-8-315x420.jpg" data-caption="Bewegte Pause" alt="Bewegte Pause"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-10.jpg" data-size="768x1024" data-caption="Bewegte Pause"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-10-315x420.jpg" data-caption="Bewegte Pause" alt="Bewegte Pause"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-11.jpg" data-size="768x1024" data-caption="Bewegte Pause - Stelzen"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-11-315x420.jpg" data-caption="Bewegte Pause - Stelzen" alt="Bewegte Pause - Stelzen"/></a></div>
<div id="load_more_holder_dsCH5i" style="display:none"></div>
			<script type="text/javascript">
				(function($){
					$("#justified_gallery_dsCH5i").justifiedGallery({
						sizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 250,
mobileRowHeight: 170,
margins: 14,
lastRow: "nojustify",
fixedHeight: false,
captions: true,
captionsColor: "#000000",
captionsOpacity: 0.7,
randomize: false,
maxRowHeight: 0,
rel: "dsCH5i",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
					})
					.on('jg.complete', function(){
						$(document).ready(function(){
							var pswp_dsCH5i = SGGinitPhotoSwipeFromDOM('#justified_gallery_dsCH5i',{title: true,
share: true,
print: false,
history: false,
 uid: 'dsCH5i' })})					});
					var nodes = document.querySelectorAll('#justified_gallery_dsCH5i > *'),
_nodes = [].slice.call(nodes, 0);
var getDirection = function (ev, obj) {
    // the width and height of the current div
	var w = $(obj).width(),
		h = $(obj).height(),
		// calculate the x and y to get an angle to the center of the div from that x and y.
		// gets the x value relative to the center of the DIV and "normalize" it
		x = ( ev.pageX - $(obj).offset().left - ( w/2 )) * ( w > h ? ( h/w ) : 1 ),
		y = ( ev.pageY - $(obj).offset().top  - ( h/2 )) * ( h > w ? ( w/h ) : 1 ),
		// the angle and the direction from where the mouse came in/went out clockwise (TRBL=0123);
		// first calculate the angle of the point,
		// add 180 deg to get rid of the negative values
		// divide by 90 to get the quadrant
		// add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top/right/bottom/left) **/
		direction = Math.round( ( ( ( Math.atan2(y, x) * (180 / Math.PI) ) + 180 ) / 90 ) + 3 ) % 4;
	return direction;
};
var addClass = function ( ev, obj, state ) {
    var direction = getDirection( ev, obj ),
        class_suffix = "",
        iframe = obj.classList.contains("mfp-iframe");
    obj.className = "";
    if (iframe) {
        obj.classList.add("mfp-iframe");
    }
    obj.classList.add("sgg-lightbox-item");
    switch ( direction ) {
        case 0 : class_suffix = '-top';    break;
        case 1 : class_suffix = '-right';  break;
        case 2 : class_suffix = '-bottom'; break;
        case 3 : class_suffix = '-left';   break;
    }
    obj.classList.add( state + class_suffix );
};
// bind events
_nodes.forEach(function (el) {
    el.addEventListener('mouseenter', function (ev) {
        addClass( ev, this, 'in' );
    }, false);
    el.addEventListener('mouseleave', function (ev) {
        addClass( ev, this, 'out' );
    }, false);
});														var galleries = [];
				var gallery = $("#justified_gallery_dsCH5i");
				$(window).scroll(function() {
					if ( galleries.length >= 1  ) {
						var scroll_top = $(window).scrollTop();
						var scroll_bottom = scroll_top + $(window).height();
						var gallery_top = $(gallery).offset().top;
						var gallery_height = $(gallery).innerHeight();
						var gallery_bottom = gallery_top + gallery_height;
						if( scroll_bottom >= gallery_bottom ) {
							var images = galleries.splice(0,1);
							var image_html = $("#load_more_holder_dsCH5i").html(images).text();
							$(gallery).append(image_html);
							$(gallery).justifiedGallery('norewind');
						}
					}
				});				})(jQuery);
			</script>
						<style>
	            #justified_gallery_dsCH5i .sgg-caption {
					background: rgb(0,0,0);
					background: rgba(0,0,0,0.7);
					color: #ffffff;
					font-size: 1em;
					font-weight: 400;
					font-family: Helvetica, Arial, sans-serif;
				}
				#load_more_dsCH5i {
				    background: #444444;
				    color: #ffffff;
				}
			</style>
        	</p>
<p>Wir wünschen uns sehr, dass ihr in Zukunft verantwortungsvoll mit den Leihgeräten umgeht. Macht euch bitte bewusst, dass z.B. einer dieser Bälle pro Stück ca. 28 bis 32 Euro kostet.</p>
<p>Eure Klassenlehrerinnen werden dieses Thema in einer der kommenden Klassenratsstunden mit Euch besprechen.</p>
<p>Die Ideen werden gesammelt, geprüft und ausprobiert.</p>
<p>Ihr hört von uns.</p>
<p>Wir bauen auf Eure Mitarbeit!</p>
<p>&nbsp;</p>
<p style="text-align: right;"><em>Für den <a href="https://katharineum.de/unterricht/offener-ganztag/">Offenen Ganztag</a>,<br />
</em><em><a href="https://katharineum.de/team/goenke-buenger/">Gönke Bünger</a> und <a href="https://katharineum.de/team/michael-schrader/">Michael Schrader</a></em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Der Beitrag <a href="https://katharineum.de/wo-sind-all-die-baelle-hin-wo-sind-sie-geblieben/">Wo sind all die Bälle hin, wo sind sie geblieben…</a> erschien zuerst auf <a href="https://katharineum.de">Katharineum zu Lübeck</a>.</p>
]]></content:encoded>
					
		
		
		<enclosure url="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-3.jpg" length="94282" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-3.jpg" width="1024" height="768" medium="image" type="image/jpeg">
	<media:copyright>Katharineum zu Lübeck</media:copyright>
	<media:title>Bewegte Pause</media:title>
	<media:description type="html"><![CDATA[]]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://katharineum.de/wp-content/uploads/2023/05/PHOTO-2023-05-11-14-50-22-3.jpg" width="1024" height="768" />
	</item>
		<item>
		<title>Zu Tisch, bitte …</title>
		<link>https://katharineum.de/zu-tisch-bitte/</link>
		
		<dc:creator><![CDATA[Florian Fust]]></dc:creator>
		<pubDate>Mon, 05 Dec 2022 23:11:39 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Artikel-2022]]></category>
		<category><![CDATA[Mensa]]></category>
		<category><![CDATA[Offener Ganztag]]></category>
		<category><![CDATA[Schiffergesellschaft]]></category>
		<guid isPermaLink="false">https://katharineum.de/?p=846949</guid>

					<description><![CDATA[<p>Benimmkurs in der Schiffergesellschaft als Vorbereitung auf den Tischdienst der 6. Klassen. An einem der letzten Samstage um 9.00 Uhr warteten 20 Schüler:innen des 6. Jahrgangs bei eisigen Temperaturen, die Dächer der Altstadt waren vom nächtlichen Schneefall noch leicht bestäubt, auf den Einlass in das traditionsreiche Restaurant „Schiffergesellschaft“ in der Breiten Straße Nr. 2. Herr Weidemann von der Gastronomiefachschule in&#160;<a href="https://katharineum.de/zu-tisch-bitte/">&#8230;</a></p>
<p>Der Beitrag <a href="https://katharineum.de/zu-tisch-bitte/">Zu Tisch, bitte …</a> erschien zuerst auf <a href="https://katharineum.de">Katharineum zu Lübeck</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Benimmkurs in der Schiffergesellschaft als Vorbereitung auf den Tischdienst der 6. Klassen.</strong></p>
<p>An einem der letzten Samstage um 9.00 Uhr warteten 20 Schüler:innen des 6. Jahrgangs bei eisigen Temperaturen, die Dächer der Altstadt waren vom nächtlichen Schneefall noch leicht bestäubt, auf den Einlass in das traditionsreiche Restaurant „Schiffergesellschaft“ in der Breiten Straße Nr. 2.</p>
<p>Herr Weidemann von der Gastronomiefachschule in Mölln empfing die Kinder formvollendet und bestens gelaunt. Durch den großen historischen Saal mit den Segelschiffen folgten wir ihm in einen kleinen Saal mit zwei großen Tafeln.</p>
<p>Das Programm begann schon mit dem Ablegen der Garderobe. Herr Weidemann half Helena galant aus der Garderobe und beobachtete mit strengem Blick unsere noch ausbaufähigen Handlungen.</p>
<p>Nachdem Herr Weidemann sich vorgestellt hatte, so dass wir wussten, mit wem wir es den heutigen Vormittag zu tun haben werden, wurde alles rund um die Etikette erklärt, mit Beispielen ausgeschmückt und immer wieder geübt.</p>
<p>So lernten wir von der Macht der ersten 7 Sekunden beim ersten Aufeinandertreffen, übten die formvollendete Begrüßung, den richtigen Händedruck …</p>
<div id="justified_gallery_cuuuU8" class="sgg-style-8 "><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-39-2.jpg" data-size="1080x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-39-2-236x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-38.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-38-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-38-2.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-38-2-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-39.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-39-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-37.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-37-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a></div>
<div id="load_more_holder_cuuuU8" style="display:none"></div>
			<script type="text/javascript">
				(function($){
					$("#justified_gallery_cuuuU8").justifiedGallery({
						sizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 250,
mobileRowHeight: 170,
margins: 14,
lastRow: "nojustify",
fixedHeight: false,
captions: true,
captionsColor: "#000000",
captionsOpacity: 0.7,
randomize: false,
maxRowHeight: 0,
rel: "cuuuU8",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
					})
					.on('jg.complete', function(){
						$(document).ready(function(){
							var pswp_cuuuU8 = SGGinitPhotoSwipeFromDOM('#justified_gallery_cuuuU8',{title: true,
share: true,
print: false,
history: false,
 uid: 'cuuuU8' })})					});
					var nodes = document.querySelectorAll('#justified_gallery_cuuuU8 > *'),
_nodes = [].slice.call(nodes, 0);
var getDirection = function (ev, obj) {
    // the width and height of the current div
	var w = $(obj).width(),
		h = $(obj).height(),
		// calculate the x and y to get an angle to the center of the div from that x and y.
		// gets the x value relative to the center of the DIV and "normalize" it
		x = ( ev.pageX - $(obj).offset().left - ( w/2 )) * ( w > h ? ( h/w ) : 1 ),
		y = ( ev.pageY - $(obj).offset().top  - ( h/2 )) * ( h > w ? ( w/h ) : 1 ),
		// the angle and the direction from where the mouse came in/went out clockwise (TRBL=0123);
		// first calculate the angle of the point,
		// add 180 deg to get rid of the negative values
		// divide by 90 to get the quadrant
		// add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top/right/bottom/left) **/
		direction = Math.round( ( ( ( Math.atan2(y, x) * (180 / Math.PI) ) + 180 ) / 90 ) + 3 ) % 4;
	return direction;
};
var addClass = function ( ev, obj, state ) {
    var direction = getDirection( ev, obj ),
        class_suffix = "",
        iframe = obj.classList.contains("mfp-iframe");
    obj.className = "";
    if (iframe) {
        obj.classList.add("mfp-iframe");
    }
    obj.classList.add("sgg-lightbox-item");
    switch ( direction ) {
        case 0 : class_suffix = '-top';    break;
        case 1 : class_suffix = '-right';  break;
        case 2 : class_suffix = '-bottom'; break;
        case 3 : class_suffix = '-left';   break;
    }
    obj.classList.add( state + class_suffix );
};
// bind events
_nodes.forEach(function (el) {
    el.addEventListener('mouseenter', function (ev) {
        addClass( ev, this, 'in' );
    }, false);
    el.addEventListener('mouseleave', function (ev) {
        addClass( ev, this, 'out' );
    }, false);
});														var galleries = [];
				var gallery = $("#justified_gallery_cuuuU8");
				$(window).scroll(function() {
					if ( galleries.length >= 1  ) {
						var scroll_top = $(window).scrollTop();
						var scroll_bottom = scroll_top + $(window).height();
						var gallery_top = $(gallery).offset().top;
						var gallery_height = $(gallery).innerHeight();
						var gallery_bottom = gallery_top + gallery_height;
						if( scroll_bottom >= gallery_bottom ) {
							var images = galleries.splice(0,1);
							var image_html = $("#load_more_holder_cuuuU8").html(images).text();
							$(gallery).append(image_html);
							$(gallery).justifiedGallery('norewind');
						}
					}
				});				})(jQuery);
			</script>
						<style>
	            #justified_gallery_cuuuU8 .sgg-caption {
					background: rgb(0,0,0);
					background: rgba(0,0,0,0.7);
					color: #ffffff;
					font-size: 1em;
					font-weight: 400;
					font-family: Helvetica, Arial, sans-serif;
				}
				#load_more_cuuuU8 {
				    background: #444444;
				    color: #ffffff;
				}
			</style>
        	
<p>&nbsp;</p>
<p>Und wie ein Mantra wiederholte sich: „Ein Lächeln kostet nichts.“ Dass Freundlichkeit und Höflichkeit wichtige Werte im Zusammenleben sind, die im Alltag doch oft zugunsten von Stress, Unachtsamkeit und Rücksichtlosigkeit vergessen werden, betonte Herr Weidemann mit Vehemenz; und dass es neben den fachlichen Qualifikationen häufig gerade diese „soft skills“ seien, die im beruflichen Werdegang zum Erfolg führten.</p>
<p>Nach einer kurzen Pause begann der zweite Teil des Seminars. Die Tische wurden eingedeckt, Begriffe wie Mittelbruch, Couvert, Bischofsmütze oder Laffe wurden beim Arbeiten erlernt, der Tischservice – jeweils zwei Kinder waren pro Tisch für das Nachschenken der Getränke zuständig – eingeteilt.</p>
<div id="justified_gallery_msT74l" class="sgg-style-8 "><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-36-2.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-36-2-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-10.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-10-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-09.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-09-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-09-2.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-09-2-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-08.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-08-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-08-2.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-08-2-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-07.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-07-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-07-2.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-07-2-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-06.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-06-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-05.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-05-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-05-2.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-05-2-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-04-2.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-04-2-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-04.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-04-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-03.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-03-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-03-2.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-03-2-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-02.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-02-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-02-2.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-02-2-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-01.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-01-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-01-2.jpg" data-size="1440x1920" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-01-2-315x420.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-00-2.jpg" data-size="1920x1440" data-caption="Zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-03-00-2-540x405.jpg" data-caption="Zu Tisch" alt="Zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-58-2.jpg" data-size="1440x1920" data-caption="PHOTO-2022-11-20-13-02-58 2"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-58-2-315x420.jpg" data-caption="PHOTO-2022-11-20-13-02-58 2" alt="PHOTO-2022-11-20-13-02-58 2"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-58.jpg" data-size="1440x1920" data-caption="PHOTO-2022-11-20-13-02-58"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-58-315x420.jpg" data-caption="PHOTO-2022-11-20-13-02-58" alt="PHOTO-2022-11-20-13-02-58"/></a></div>
<div id="load_more_holder_msT74l" style="display:none"></div>
			<script type="text/javascript">
				(function($){
					$("#justified_gallery_msT74l").justifiedGallery({
						sizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 250,
mobileRowHeight: 170,
margins: 14,
lastRow: "nojustify",
fixedHeight: false,
captions: true,
captionsColor: "#000000",
captionsOpacity: 0.7,
randomize: false,
maxRowHeight: 0,
rel: "msT74l",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
					})
					.on('jg.complete', function(){
						$(document).ready(function(){
							var pswp_msT74l = SGGinitPhotoSwipeFromDOM('#justified_gallery_msT74l',{title: true,
share: true,
print: false,
history: false,
 uid: 'msT74l' })})					});
					var nodes = document.querySelectorAll('#justified_gallery_msT74l > *'),
_nodes = [].slice.call(nodes, 0);
var getDirection = function (ev, obj) {
    // the width and height of the current div
	var w = $(obj).width(),
		h = $(obj).height(),
		// calculate the x and y to get an angle to the center of the div from that x and y.
		// gets the x value relative to the center of the DIV and "normalize" it
		x = ( ev.pageX - $(obj).offset().left - ( w/2 )) * ( w > h ? ( h/w ) : 1 ),
		y = ( ev.pageY - $(obj).offset().top  - ( h/2 )) * ( h > w ? ( w/h ) : 1 ),
		// the angle and the direction from where the mouse came in/went out clockwise (TRBL=0123);
		// first calculate the angle of the point,
		// add 180 deg to get rid of the negative values
		// divide by 90 to get the quadrant
		// add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top/right/bottom/left) **/
		direction = Math.round( ( ( ( Math.atan2(y, x) * (180 / Math.PI) ) + 180 ) / 90 ) + 3 ) % 4;
	return direction;
};
var addClass = function ( ev, obj, state ) {
    var direction = getDirection( ev, obj ),
        class_suffix = "",
        iframe = obj.classList.contains("mfp-iframe");
    obj.className = "";
    if (iframe) {
        obj.classList.add("mfp-iframe");
    }
    obj.classList.add("sgg-lightbox-item");
    switch ( direction ) {
        case 0 : class_suffix = '-top';    break;
        case 1 : class_suffix = '-right';  break;
        case 2 : class_suffix = '-bottom'; break;
        case 3 : class_suffix = '-left';   break;
    }
    obj.classList.add( state + class_suffix );
};
// bind events
_nodes.forEach(function (el) {
    el.addEventListener('mouseenter', function (ev) {
        addClass( ev, this, 'in' );
    }, false);
    el.addEventListener('mouseleave', function (ev) {
        addClass( ev, this, 'out' );
    }, false);
});														var galleries = [];
				var gallery = $("#justified_gallery_msT74l");
				$(window).scroll(function() {
					if ( galleries.length >= 1  ) {
						var scroll_top = $(window).scrollTop();
						var scroll_bottom = scroll_top + $(window).height();
						var gallery_top = $(gallery).offset().top;
						var gallery_height = $(gallery).innerHeight();
						var gallery_bottom = gallery_top + gallery_height;
						if( scroll_bottom >= gallery_bottom ) {
							var images = galleries.splice(0,1);
							var image_html = $("#load_more_holder_msT74l").html(images).text();
							$(gallery).append(image_html);
							$(gallery).justifiedGallery('norewind');
						}
					}
				});				})(jQuery);
			</script>
						<style>
	            #justified_gallery_msT74l .sgg-caption {
					background: rgb(0,0,0);
					background: rgba(0,0,0,0.7);
					color: #ffffff;
					font-size: 1em;
					font-weight: 400;
					font-family: Helvetica, Arial, sans-serif;
				}
				#load_more_msT74l {
				    background: #444444;
				    color: #ffffff;
				}
			</style>
        	
<p>&nbsp;</p>
<p>Und dann war es auch schon 12.00 Uhr: Die Gäste kamen. Herr und Frau Haukohl für die <a href="https://www.michael-haukohl-stiftung.de">Michael-Haukohl-Stiftung</a> sowie Herr Loewe und Herr Schleussner für die <a href="https://katharineum.de/unsere-foerderer/kulturmark/">Kulturmark</a> des Katharineums. Beide Organisationen haben sich die Kosten für den Benimmkurs hälftig geteilt. Dafür an dieser Stelle nochmals herzlichen Dank für die großzügige Unterstützung und das Interesse.</p>
<p>Mit geübtem Händedruck und ein paar freundlichen Wortwechseln (small talk) wurden die Gäste nun geschult von den Schüler:innen empfangen. Die Gäste waren sichtlich angetan. Herr Weidemann beobachtete zufrieden.</p>
<div id="justified_gallery_YaWGj0" class="sgg-style-8 "><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-58-4.jpg" data-size="1440x1920" data-caption="zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-58-4-405x540.jpg" data-caption="zu Tisch" alt="zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-59-2.jpg" data-size="1920x1440" data-caption="zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-59-2-780x585.jpg" data-caption="zu Tisch" alt="zu Tisch"/></a></div>
<div id="load_more_holder_YaWGj0" style="display:none"></div>
			<script type="text/javascript">
				(function($){
					$("#justified_gallery_YaWGj0").justifiedGallery({
						sizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 350,
mobileRowHeight: 170,
margins: 14,
lastRow: "nojustify",
fixedHeight: false,
captions: true,
captionsColor: "#000000",
captionsOpacity: 0.7,
randomize: false,
maxRowHeight: 0,
rel: "YaWGj0",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
					})
					.on('jg.complete', function(){
						$(document).ready(function(){
							var pswp_YaWGj0 = SGGinitPhotoSwipeFromDOM('#justified_gallery_YaWGj0',{title: true,
share: true,
print: false,
history: false,
 uid: 'YaWGj0' })})					});
					var nodes = document.querySelectorAll('#justified_gallery_YaWGj0 > *'),
_nodes = [].slice.call(nodes, 0);
var getDirection = function (ev, obj) {
    // the width and height of the current div
	var w = $(obj).width(),
		h = $(obj).height(),
		// calculate the x and y to get an angle to the center of the div from that x and y.
		// gets the x value relative to the center of the DIV and "normalize" it
		x = ( ev.pageX - $(obj).offset().left - ( w/2 )) * ( w > h ? ( h/w ) : 1 ),
		y = ( ev.pageY - $(obj).offset().top  - ( h/2 )) * ( h > w ? ( w/h ) : 1 ),
		// the angle and the direction from where the mouse came in/went out clockwise (TRBL=0123);
		// first calculate the angle of the point,
		// add 180 deg to get rid of the negative values
		// divide by 90 to get the quadrant
		// add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top/right/bottom/left) **/
		direction = Math.round( ( ( ( Math.atan2(y, x) * (180 / Math.PI) ) + 180 ) / 90 ) + 3 ) % 4;
	return direction;
};
var addClass = function ( ev, obj, state ) {
    var direction = getDirection( ev, obj ),
        class_suffix = "",
        iframe = obj.classList.contains("mfp-iframe");
    obj.className = "";
    if (iframe) {
        obj.classList.add("mfp-iframe");
    }
    obj.classList.add("sgg-lightbox-item");
    switch ( direction ) {
        case 0 : class_suffix = '-top';    break;
        case 1 : class_suffix = '-right';  break;
        case 2 : class_suffix = '-bottom'; break;
        case 3 : class_suffix = '-left';   break;
    }
    obj.classList.add( state + class_suffix );
};
// bind events
_nodes.forEach(function (el) {
    el.addEventListener('mouseenter', function (ev) {
        addClass( ev, this, 'in' );
    }, false);
    el.addEventListener('mouseleave', function (ev) {
        addClass( ev, this, 'out' );
    }, false);
});														var galleries = [];
				var gallery = $("#justified_gallery_YaWGj0");
				$(window).scroll(function() {
					if ( galleries.length >= 1  ) {
						var scroll_top = $(window).scrollTop();
						var scroll_bottom = scroll_top + $(window).height();
						var gallery_top = $(gallery).offset().top;
						var gallery_height = $(gallery).innerHeight();
						var gallery_bottom = gallery_top + gallery_height;
						if( scroll_bottom >= gallery_bottom ) {
							var images = galleries.splice(0,1);
							var image_html = $("#load_more_holder_YaWGj0").html(images).text();
							$(gallery).append(image_html);
							$(gallery).justifiedGallery('norewind');
						}
					}
				});				})(jQuery);
			</script>
						<style>
	            #justified_gallery_YaWGj0 .sgg-caption {
					background: rgb(0,0,0);
					background: rgba(0,0,0,0.7);
					color: #ffffff;
					font-size: 1em;
					font-weight: 400;
					font-family: Helvetica, Arial, sans-serif;
				}
				#load_more_YaWGj0 {
				    background: #444444;
				    color: #ffffff;
				}
			</style>
        	
<p>&nbsp;</p>
<p>Belohnt wurden wir mit einem Dreigängemenü. Aperitif – Kürbissuppe – Poulardenbrust – Marzipaneis mit roter Grütze. Köstlich!</p>
<p>Während des Essens wies Herr Weidemann uns immer wieder auf einige Fallstricke hin. Was mache ich, wenn ich den Rest Suppe nicht aus dem Teller löffeln kann? Wie gehe ich damit um, wenn mir etwas wirklich nicht schmecken sollte? Wie entschuldige ich mich am Tisch, wenn ich den Tisch verlassen muss?</p>
<p>Der Hauptgang wurde übrigens am Tisch tranchiert (Tranche = Scheibe). Arne unterstützte Herrn Weidemann bei dieser Arbeit.</p>
<div id="justified_gallery_8JpQfF" class="sgg-style-8 "><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-58-6.jpg" data-size="1440x1920" data-caption="zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-58-6-315x420.jpg" data-caption="zu Tisch" alt="zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-59.jpg" data-size="1440x1920" data-caption="zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-59-315x420.jpg" data-caption="zu Tisch" alt="zu Tisch"/></a><a class="sgg-lightbox-item" href="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-58-5.jpg" data-size="1920x1440" data-caption="zu Tisch"><img decoding="async" src="https://katharineum.de/wp-content/uploads/2022/12/PHOTO-2022-11-20-13-02-58-5-540x405.jpg" data-caption="zu Tisch" alt="zu Tisch"/></a></div>
<div id="load_more_holder_8JpQfF" style="display:none"></div>
			<script type="text/javascript">
				(function($){
					$("#justified_gallery_8JpQfF").justifiedGallery({
						sizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 250,
mobileRowHeight: 170,
margins: 14,
lastRow: "nojustify",
fixedHeight: false,
captions: true,
captionsColor: "#000000",
captionsOpacity: 0.7,
randomize: false,
maxRowHeight: 0,
rel: "8JpQfF",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
					})
					.on('jg.complete', function(){
						$(document).ready(function(){
							var pswp_8JpQfF = SGGinitPhotoSwipeFromDOM('#justified_gallery_8JpQfF',{title: true,
share: true,
print: false,
history: false,
 uid: '8JpQfF' })})					});
					var nodes = document.querySelectorAll('#justified_gallery_8JpQfF > *'),
_nodes = [].slice.call(nodes, 0);
var getDirection = function (ev, obj) {
    // the width and height of the current div
	var w = $(obj).width(),
		h = $(obj).height(),
		// calculate the x and y to get an angle to the center of the div from that x and y.
		// gets the x value relative to the center of the DIV and "normalize" it
		x = ( ev.pageX - $(obj).offset().left - ( w/2 )) * ( w > h ? ( h/w ) : 1 ),
		y = ( ev.pageY - $(obj).offset().top  - ( h/2 )) * ( h > w ? ( w/h ) : 1 ),
		// the angle and the direction from where the mouse came in/went out clockwise (TRBL=0123);
		// first calculate the angle of the point,
		// add 180 deg to get rid of the negative values
		// divide by 90 to get the quadrant
		// add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top/right/bottom/left) **/
		direction = Math.round( ( ( ( Math.atan2(y, x) * (180 / Math.PI) ) + 180 ) / 90 ) + 3 ) % 4;
	return direction;
};
var addClass = function ( ev, obj, state ) {
    var direction = getDirection( ev, obj ),
        class_suffix = "",
        iframe = obj.classList.contains("mfp-iframe");
    obj.className = "";
    if (iframe) {
        obj.classList.add("mfp-iframe");
    }
    obj.classList.add("sgg-lightbox-item");
    switch ( direction ) {
        case 0 : class_suffix = '-top';    break;
        case 1 : class_suffix = '-right';  break;
        case 2 : class_suffix = '-bottom'; break;
        case 3 : class_suffix = '-left';   break;
    }
    obj.classList.add( state + class_suffix );
};
// bind events
_nodes.forEach(function (el) {
    el.addEventListener('mouseenter', function (ev) {
        addClass( ev, this, 'in' );
    }, false);
    el.addEventListener('mouseleave', function (ev) {
        addClass( ev, this, 'out' );
    }, false);
});														var galleries = [];
				var gallery = $("#justified_gallery_8JpQfF");
				$(window).scroll(function() {
					if ( galleries.length >= 1  ) {
						var scroll_top = $(window).scrollTop();
						var scroll_bottom = scroll_top + $(window).height();
						var gallery_top = $(gallery).offset().top;
						var gallery_height = $(gallery).innerHeight();
						var gallery_bottom = gallery_top + gallery_height;
						if( scroll_bottom >= gallery_bottom ) {
							var images = galleries.splice(0,1);
							var image_html = $("#load_more_holder_8JpQfF").html(images).text();
							$(gallery).append(image_html);
							$(gallery).justifiedGallery('norewind');
						}
					}
				});				})(jQuery);
			</script>
						<style>
	            #justified_gallery_8JpQfF .sgg-caption {
					background: rgb(0,0,0);
					background: rgba(0,0,0,0.7);
					color: #ffffff;
					font-size: 1em;
					font-weight: 400;
					font-family: Helvetica, Arial, sans-serif;
				}
				#load_more_8JpQfF {
				    background: #444444;
				    color: #ffffff;
				}
			</style>
        	
<p>&nbsp;</p>
<p>An den Tischen wurde angeregt gesprochen und sich ausgetauscht. Frau Haukohl, die am Tisch mit Mara und Elisa saß, schwärmte von ihren „Tischdamen“, Herr Schleussner zeigte sich beeindruckt, dass die Kinder freiwillig einen Samstagvormittag mit „Schule“ verbracht haben, und Herr Haukohl ließ es sich nicht nehmen, Etikette-Fehler („Stulle Schmieren beim Brot vor der Suppe“) einzubauen, die von den Kindern gerne aufgedeckt wurden, natürlich höflich und freundlich.</p>
<p>&nbsp;</p>
<p><strong>Wie geht es nun aber weiter?</strong></p>
<p>Die 6. Klassen sollen in Zukunft den Tisch-und Mensadienst tageweise übernehmen. Dabei ist immer eine Klasse an einem Tag für die Ordnung in der <a href="https://katharineum.de/unsere-schule/refugium/">Mensa</a> zuständig. Das kann natürlich nur gelingen, wenn alle mitmachen und sich gegenseitig erinnern, wie gut es ist, wenn alle mithelfen, um Ordnung zu halten. Genaueres erfahrt ihr dazu im Klassenrat über euren Klassenlehrer/ eure Klassenlehrerin.</p>
<p>Herzlichen Dank für den schönen Samstag in der Schiffergesellschaft.</p>
<p style="text-align: right;"><em>Für den<a href="https://katharineum.de/unterricht/offener-ganztag/"> Offenen Ganztag</a></em></p>
<p style="text-align: right;"><em><a href="https://katharineum.de/team/goenke-buenger/">Gönke Bünger</a></em></p>
<p>&nbsp;</p>
<p>Der Beitrag <a href="https://katharineum.de/zu-tisch-bitte/">Zu Tisch, bitte …</a> erschien zuerst auf <a href="https://katharineum.de">Katharineum zu Lübeck</a>.</p>
]]></content:encoded>
					
		
		
		<enclosure url="https://katharineum.de/wp-content/uploads/2022/12/Zu-Tisch.jpg" length="1837186" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://katharineum.de/wp-content/uploads/2022/12/Zu-Tisch.jpg" width="1800" height="1200" medium="image" type="image/jpeg">
	<media:copyright>Katharineum zu Lübeck</media:copyright>
	<media:title></media:title>
	<media:description type="html"><![CDATA[]]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://katharineum.de/wp-content/uploads/2022/12/Zu-Tisch.jpg" width="1800" height="1200" />
	</item>
	</channel>
</rss>
