<?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>Bewegte Pause Archive &#8211; Katharineum zu Lübeck</title>
	<atom:link href="https://katharineum.de/tag/bewegte-pause/feed/" rel="self" type="application/rss+xml" />
	<link>https://katharineum.de/tag/bewegte-pause/</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>Bewegte Pause Archive &#8211; Katharineum zu Lübeck</title>
	<link>https://katharineum.de/tag/bewegte-pause/</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_YMbIbr" 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_YMbIbr" style="display:none"></div>
			<script type="text/javascript">
				(function($){
					$("#justified_gallery_YMbIbr").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: "YMbIbr",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
					})
					.on('jg.complete', function(){
						$(document).ready(function(){
							var pswp_YMbIbr = SGGinitPhotoSwipeFromDOM('#justified_gallery_YMbIbr',{title: true,
share: true,
print: false,
history: false,
 uid: 'YMbIbr' })})					});
					var nodes = document.querySelectorAll('#justified_gallery_YMbIbr > *'),
_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_YMbIbr");
				$(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_YMbIbr").html(images).text();
							$(gallery).append(image_html);
							$(gallery).justifiedGallery('norewind');
						}
					}
				});				})(jQuery);
			</script>
						<style>
	            #justified_gallery_YMbIbr .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_YMbIbr {
				    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_6t9eGy" 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_6t9eGy" style="display:none"></div>
			<script type="text/javascript">
				(function($){
					$("#justified_gallery_6t9eGy").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: "6t9eGy",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
					})
					.on('jg.complete', function(){
						$(document).ready(function(){
							var pswp_6t9eGy = SGGinitPhotoSwipeFromDOM('#justified_gallery_6t9eGy',{title: true,
share: true,
print: false,
history: false,
 uid: '6t9eGy' })})					});
					var nodes = document.querySelectorAll('#justified_gallery_6t9eGy > *'),
_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_6t9eGy");
				$(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_6t9eGy").html(images).text();
							$(gallery).append(image_html);
							$(gallery).justifiedGallery('norewind');
						}
					}
				});				})(jQuery);
			</script>
						<style>
	            #justified_gallery_6t9eGy .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_6t9eGy {
				    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_QNMLW7" 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_QNMLW7" style="display:none"></div>
			<script type="text/javascript">
				(function($){
					$("#justified_gallery_QNMLW7").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: "QNMLW7",
target: null,
refreshTime: 250,
cssAnimation: true,
captionsAnimationDuration: 500,
imagesAnimationDuration: 300,
captionsVisibleOpacity: 0.7,
class: "",
					})
					.on('jg.complete', function(){
						$(document).ready(function(){
							var pswp_QNMLW7 = SGGinitPhotoSwipeFromDOM('#justified_gallery_QNMLW7',{title: true,
share: true,
print: false,
history: false,
 uid: 'QNMLW7' })})					});
					var nodes = document.querySelectorAll('#justified_gallery_QNMLW7 > *'),
_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_QNMLW7");
				$(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_QNMLW7").html(images).text();
							$(gallery).append(image_html);
							$(gallery).justifiedGallery('norewind');
						}
					}
				});				})(jQuery);
			</script>
						<style>
	            #justified_gallery_QNMLW7 .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_QNMLW7 {
				    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>
	</channel>
</rss>
