Removing of original html files
This commit is contained in:
@@ -1,444 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Mit tollen Erfolgen ins neue Jahr - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Die Paare des TSC im VfL Sindelfingen starten mit tollen Erfolgen ins neue Jahr. Diane Mongellaz und Stefan Isenecker (Senioren II-S Standard) gingen zwei Mal in Bayern an den …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/mit-tollen-erfolgen-ins-neue-jahr.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/mit-tollen-erfolgen-ins-neue-jahr.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Mit tollen Erfolgen ins neue Jahr</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-02-06T08:59:00+00:00">06.02.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Die Paare des TSC im VfL Sindelfingen starten mit tollen Erfolgen ins neue Jahr.</p>
|
||||
<p>Diane Mongellaz und Stefan Isenecker (Senioren II-S Standard) gingen zwei Mal in Bayern an den Start. Das erste Turnier war am 17. Januar das ErbersBergKristall-Turnier. Wie eng die einzelnen Paare in ihren Leistungen zusammen lagen, zeigte sich schon in der Zwischenrunde, aus der die Wertungsrichter sieben Paare in die Endrunde werteten. Natürlich waren Diane und Stefan mit dabei. Auch in der Endrunde machte das hohe Niveau und die ausgeglichene Leistunge der Finalpaare es den Wertungsrichtern schwer, so war es keine Überraschung, dass alle Paare durchweg mit den Platzziffern 1 bis 7 bewertet wurden. Die Endabrechnung ergab für Diane und Stefan den vierten Platz.</p>
|
||||
<p>Das zweite Turnier am 25. Januar fand in München statt. Bei diesem Turnier ging es um den Horst und Ilse-Dore Galke-Gedächtnis-Wanderpokal. Nur Diane und Stefan und das spätere Siegerpaar zogen mit der maximalen Punktzahl ins Finale ein. Das extrem musikalische Tanzen und die tolle Paarwirkung brachten den beiden den zweiten Platz ein.</p>
|
||||
<p>Anja und Frank Westerhoff fuhren am 17. Januar nach Sinsheim. Souverän überstanden die beiden in der Startklasse Senioren II-B Standard die Vor- und die Zwischenrunde und qualifizierten sich für das Finale. Ihr technisch sauberes und musikalisches Tanzen wurde mit dem sechsten Platz belohnt.</p>
|
||||
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Diane Mongellaz und Stefan Isenecker 2. Platz" src="files/vfl/2015/201501/20150130-1-680.jpg" alt="Diane Mongellaz und Stefan Isenecker 2. Platz"></p>
|
||||
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Diane Mongellaz und Stefan Isenecker" src="files/vfl/2015/201501/20150130-2-680.jpg" alt="Diane Mongellaz und Stefan Isenecker"></p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/mit-tollen-erfolgen-ins-neue-jahr.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/mit-tollen-erfolgen-ins-neue-jahr.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>TSC-Paare krönen die Silvesterparty in der Böblinger Congresshalle - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Die SZ/BZ lud am 31. Dezember in die Böblinger Congresshalle zu ihrer Silvesterparty ein. Damit läutete sie auch die Feierlichkeiten zu ihrem 125-jährigen Jubiläum ein. Mit dabei …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/tsc-paare-kroenen-die-silvesterparty-in-der-boeblinger-congresshalle.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/tsc-paare-kroenen-die-silvesterparty-in-der-boeblinger-congresshalle.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>TSC-Paare krönen die Silvesterparty in der Böblinger Congresshalle</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-02-06T08:55:00+00:00">06.02.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Die SZ/BZ lud am 31. Dezember in die Böblinger Congresshalle zu ihrer Silvesterparty ein. Damit läutete sie auch die Feierlichkeiten zu ihrem 125-jährigen Jubiläum ein. Mit dabei waren die Turnierpaare des TSC, um die Veranstaltung mit einer Showeinlage zu <span style="background: transparent;">bereichern.</span></p>
|
||||
<p>Das Publikum feierte begeistert den Auftritt unserer TSC-Paare, die mit einem schwungvollen und abwechslungsreichen Mix aus gemeinsamen Programmteilen und den Einzelchoreographien der aktuellen Turnierprogramme aus den Standardtänzen zeigten, wie sportlich und anmutig Tanzen sein kann. Nach lang anhaltendem Beifall folgte noch ein Wiener Walzer als Zugabe. Für den TSC tanzten Carolin Bieber und Christian Wolf, Anja und Frank Westerhoff, Alexander und Gisela Schürrmann, Sylvia und Lutz Benedix und Diane Mongellaz und Stefan Isenecker. Die Sindelfinger Böblinger Zeitung berichtete am 2.1.2015 unter anderem mit einem Bild unserer Paare auf der Titelseite über den Showauftritt.</p>
|
||||
<p><a href="http://www.szbz.de/nachrichten/artikel/detail/?tx_szbzallinone_szbznews[news]=1023241&tx_szbzallinone_szbznews[action]=show&tx_szbzallinone_szbznews[controller]=News&cHash=eb8b59471cfa374440c2de2917406da7">zum Artikel</a></p>
|
||||
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Silvesterauftritt" src="files/vfl/2014/201412/20141231.jpg" alt="Silvesterauftritt"></p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/tsc-paare-kroenen-die-silvesterparty-in-der-boeblinger-congresshalle.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/tsc-paare-kroenen-die-silvesterparty-in-der-boeblinger-congresshalle.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,519 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Dance Show 2015 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Über 300 Mitwirkende und zweimal volles Haus in der Stadthalle Sindelfingen: Die zwölfte Show des TSC im VfL Sindelfingen war wieder einmal ein großer Erfolg. Thema war „News Time …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/dance-show-2015.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/dance-show-2015.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Dance Show 2015</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-02-13T21:32:00+00:00">13.02.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Über 300 Mitwirkende und zweimal volles Haus in der Stadthalle Sindelfingen:</p>
|
||||
<p>Die zwölfte Show des TSC im VfL Sindelfingen war wieder einmal ein großer Erfolg. Thema war „News Time – Was die Welt bewegt“.<br>Geboten wurde ein Querschnitt durch die täglichen Nachrichten. Neben leichter Kost wie der Wiener Opernball , ein Schlagerfestival , Karneval in Rio und das Musical Tarzan wurde Themen die zum Nachdenken anregen wie Klimakatastrophen, Nuklearwaffen, Kreativ statt Aggressiv , die Abhängigkeit von sozialen Netzwerken und das liebe Geld tänzerisch auf die Bühne gebracht.</p>
|
||||
<p>Es gab viel Applaus und ein dickes Lob vom Sindelfinger Oberbürgermeister Dr. Bernd Vöhringer. Auf seiner Facebook-Seite postete er: „Wow, das war wieder eine grandiose Vorstellung der Tänzerinnen und Tänzer des Tanzsportclubs im VfL Sindelfingen. Kompliment“.</p>
|
||||
<p>Bis zum Finale am Sonntagnachmittag hatten die über 300 Mitwirkenden und die vielen Helfer im Hintergrund jede Menge Arbeit geleistet. Wochenlanges Training, Workshops, Nähen von Kostümen lagen hinter den Tänzerinnen und Tänzern und ihren Trainerinnen und Trainern. Maren Spengler, Olivia Possart, Franziska Schwarzkopf, Maike Leditzky, Alexandra Berner, Natalie Vallinot, Suzana Köster, Britta Sigmund, Victoria Kleinfelder, Marita Unsner und Kai Kresse brachten mit ihren jeweiligen Gruppen das Weltgeschehen auf die Bühne.</p>
|
||||
<p>Den Rahmen bildeten Christina Uhland und ihr Bühnenvater Daniel Baier, die auf einer Couch vor dem Fernseher saßen während der Nachrichtensprecher Sigfried Barth gekonnt die Überleitungen für das über zweistündige Programm lieferte.</p>
|
||||
<p>Die kleinen und großen Tänzer des Tanzsportclubs präsentierten ein buntes Programm mit den Themen: Coca Cola, Opernball in Wien, Deutsche Bahn, Stau, Little Fashion Week, Pisa Studie, Tarzan, Kreativ statt Agressiv, Afrika, Friedhof, Karneval in Rio de Janeiro, Schlagerfestival, Ausbruch des Stromboli, Wetterereignisse, Holi Festival, Indien, Nuklearwaffen, Am Ende des Geldes ist noch so viel Monat übrig und Soziale Netzwerke.</p>
|
||||
<p>Wie aus den Überschriften ersichtlich, hatten die Trainerinnen und Trainer dieses Mal nicht nur fröhliche Themen ausgesucht, sondern auch ernste Themen tänzerisch dargestellt. Aber die Dramaturgie, die Choreographien und die tänzerische Darstellung begeisterten das Publikum. </p>
|
||||
<p>Am Ende dankte Trainerin Britta Sigmund allen ganz kleinen und großen Akteuren mit den Worten: „Ihr habt es toll gemacht, ihr wart Klasse“. Auch die Abteilungsleiterin der Tänzer Dr. Anja Westerhoff brachte ihre Freude und Zufriedenheit mit folgenden Worten zum Ausdruck: „ Es ist eine Freude, einem Club vorzustehen, der so eine tolle Veranstaltung auf die Beine stellt.“ Ihr Dank galt natürlich auch allen Helfern die bei der Vorbereitung und während der Show zum Gelingen beigetragen haben. </p>
|
||||
<p>Ein dickes Dankeschön geht auch an die Kreissparkasse Böblingen, dem CCBS und an Dream Bowl Böblingen, die diese Veranstaltung unterstützt haben und dem Team von SIM-TV der Sindelfinger Kinderfilmakademie, die mit ihrem technischen Knowhow maßgeblich am Erfolg Veranstaltung beteiligt waren.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_gallery block">
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="cols_2">
|
||||
<li class="row_0 row_first even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;margin-bottom:5px;">
|
||||
<a href="files/vfl/2015/201502/Opernball.jpg" data-lightbox="lb737" title="Opernball.jpg">
|
||||
|
||||
<img src="assets/images/6/Opernball-233aea76.jpg" width="300" height="200" alt="Opernball.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_0 row_first even col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;margin-bottom:5px;">
|
||||
<a href="files/vfl/2015/201502/Fashion-Week.jpg" data-lightbox="lb737" title="Fashion-Week.jpg">
|
||||
|
||||
<img src="assets/images/6/Fashion-Week-6963de56.jpg" width="300" height="200" alt="Fashion-Week.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_1 odd col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;margin-bottom:5px;">
|
||||
<a href="files/vfl/2015/201502/Afrika-2.jpg" data-lightbox="lb737" title="Afrika-2.jpg">
|
||||
|
||||
<img src="assets/images/2/Afrika-2-16b45392.jpg" width="300" height="200" alt="Afrika-2.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_1 odd col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;margin-bottom:5px;">
|
||||
<a href="files/vfl/2015/201502/Afrika-1.jpg" data-lightbox="lb737" title="Afrika-1.jpg">
|
||||
|
||||
<img src="assets/images/c/Afrika-1-432bfbac.jpg" width="300" height="200" alt="Afrika-1.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_2 row_last even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;margin-bottom:5px;">
|
||||
<a href="files/vfl/2015/201502/Holi_Festival.jpg" data-lightbox="lb737" title="Holi_Festival.jpg">
|
||||
|
||||
<img src="assets/images/0/Holi_Festival-fdd9e5a0.jpg" width="300" height="200" alt="Holi_Festival.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_hyperlink block" style="margin-bottom:10px;">
|
||||
|
||||
<h2>Artikel der SZ/BZ</h2>
|
||||
|
||||
|
||||
<a href="http://www.szbz.de/nachrichten/artikel/detail/?tx_szbzallinone_szbznews%5Bnews%5D=1024472&tx_szbzallinone_szbznews%5Baction%5D=show&tx_szbzallinone_szbznews%5Bcontroller%5D=News&cHash=43c69579e904a6d70dd179c27f4b4f2a" class="hyperlink_txt" title="Artikel der Sindelfinger Zeitung / Böblinger Zeitung vom 11.2.2015" rel="">Artikel der Sindelfinger Zeitung / Böblinger Zeitung vom 11.2.2015</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/dance-show-2015.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/dance-show-2015.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,444 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jugend- und Mitgliederversammlung 2015 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Ohne Probleme und im großen Einvernehmen gingen sowohl die Jungend- als auch die Mitgliederversammlung des TSC im VfL Sindelfingen über die Bühne. Die Clubleiterin, Dr. Anja …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jugend-und-mitgliederversammlung-2015.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jugend-und-mitgliederversammlung-2015.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jugend- und Mitgliederversammlung 2015</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-03-20T11:29:00+00:00">20.03.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Ohne Probleme und im großen Einvernehmen gingen sowohl die Jungend- als auch die Mitgliederversammlung des TSC im VfL Sindelfingen über die Bühne. Die Clubleiterin, Dr. Anja Westerhoff, konnte in ihrem Bericht ein positives Fazit ziehen. Sie stellte fest, dass der TSC in jeder Hinsicht auf sicheren Füßen steht und für die Zukunft gerüstet ist.</p>
|
||||
<p>Der Bericht des Kassenwarts und der Kassenprüfer bestätigten, dass der TSC finanziell gut aufgestellt ist und Investitionen in die Zukunft möglich sind. Erfreulicherweise konnte die Mitgliederzahl auch im vergangenen Jahr deutlich gesteigert werden, sodass der Tanzsportclub das Jahr mit deutlich über 500 Mitgliedern beenden konnte.</p>
|
||||
<p>Auch aus dem sportlichen Bereich konnte positives berichtet werden, denn die Reaktivierung des Turnierbereichs macht gute Fortschritte, sodass der Sportwart auf ein erfolgreiches Sportjahr zurückblicken konnte.</p>
|
||||
<p>Die Präsidentin des VfL Sindelfingen, Anette Bronder, lobte den Einsatz und die Zuverlässigkeit der Tanzsportabteilung und bedankte sich für die gute Zusammenarbeit. Mit besonderer Freude ehrte sie einige Mitglieder.</p>
|
||||
<p>Für ihr jahrelanges Engagement wurde Suzana Köster-Manojlovic mit der Verdienstnadel in Silber des VfL Sindelfingen ausgezeichnet. Britta Sigmund wurde für 25 Jahre Mtgliedschaft im VfL Sindelfingen die Ehrennadel in Silber verliehen. Für 40-jährige Treue zum Tanzsportclub bedankte sich Dr. Anja Westerhoff bei Doris und Herbert Schöllmann, Renate und Rolf Zimmer, Anneliese und Alfred Keicher sowie Dieter Kühneweg. Alle Jubilare erhielten ein Geschenk des Tanzsportclubs.</p>
|
||||
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Ehrungen 2015" src="files/vfl/2015/201503/2015Versammlung.jpg" alt="Ehrungen 2015"></p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jugend-und-mitgliederversammlung-2015.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jugend-und-mitgliederversammlung-2015.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,440 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Ergebnisse aus dem Turnierbereich - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Aber auch die sportlichen Erfolge der Paare des TSC sind zu erwähnen. Hier warten zwei Paare mit Erfolgen auf. Carolin Bieber und Christian Wolf tanzten in Karlsruhe in der …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/ergebnisse-aus-dem-turnierbereich.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/ergebnisse-aus-dem-turnierbereich.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Ergebnisse aus dem Turnierbereich</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-06-03T15:38:00+00:00">03.06.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Aber auch die sportlichen Erfolge der Paare des TSC sind zu erwähnen. Hier warten zwei Paare mit Erfolgen auf. Carolin Bieber und Christian Wolf tanzten in Karlsruhe in der Hauptgruppe C II ihr erstes gemeinsames Lateinturnier. Die beiden kamen auf den siebten Platz und verpassten damit ganz knapp die Endrunde. Am selben Tag gingen sie auch in der Hauptgrupp II B-Standard an den Start. Hier erreichten sie die Endrunde und wurden Fünfte.</p>
|
||||
<p>Anja und Frank Westerhoff starteten in Waiblingen in der Startklasse Senioren II-B Standard. An beiden Tagen qualifizierten sie sich sicher für die Endrunden. Am Samstag gab es ein spannendes Ringen um den zweiten Platz. Nach vier Tänzen lagen sie und ein anderes Paar noch gleich auf. Der letzte Tanz musste die Entscheidung bringen. Anja und Frank setzten sich durch und sicherten sich den zweiten Platz. Am Sonntag erreichten sie den fünften Platz</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/ergebnisse-aus-dem-turnierbereich.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/ergebnisse-aus-dem-turnierbereich.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,439 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Kooperation mit dem Seniorenzentrum Haus Augustinus - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Seit einiger Zeit gestaltet die Tanzsportabteilung des VfL Sindelfingen Tanznachmittage für die Bewohner des Seniorenzentrum Haus Augustinus in Sindelfingen.">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/kooperation-mit-dem-seniorenzentrum-haus-augustinus.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/kooperation-mit-dem-seniorenzentrum-haus-augustinus.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Kooperation mit dem Seniorenzentrum Haus Augustinus</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-06-04T15:49:00+00:00">04.06.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Seit einiger Zeit gestaltet die Tanzsportabteilung des VfL Sindelfingen Tanznachmittage für die Bewohner des Seniorenzentrum Haus Augustinus in Sindelfingen. Da die Seniorinnen und Senioren dabei immer viel Spaß hatten, wurde im Jahr 2014 daraus eine regelmäßige Einrichtung. Jeweils ein Mal pro Quartal gestalten verschiedene Gruppen des TSC einen fröhlichen Nachmittag mit den Bewohnern und deren Angehörigen. Kinder-, Jugend- und Erwachsenengruppen zeigen ihr Können und tanzen für und mit den Bewohnern des Seniorenzentrums. Aber es wird nicht nur getanzt, sondern auch gesungen und gespielt. Und was ganz wichtig ist: viel gelacht.<br><br>Im Mai 2015 hatten Paare unserer Tanzkreise am Montag und Dienstag die Gestaltung des Tanznachmittags übernommen. Ein kurzweiliges Programm mit Vorführungen und Mitmachangeboten wurde den Bewohnern des Seniorenzentrums angeboten. Die Tanzkreis-Paare zeigten eine Vorführung der Standard- und Lateinamerikanische Tänze und tanzten danach einige Runden mit den Bewohnern. Monika Winkler studierte mit den Teilnehmern einen Sitz-Tanz ein und Robert Tatzel begleitete auf der Gitarre ein gemeinsames Singen von Volksliedern. Nach 1 ½ Stunden Programm und einem gemeinsamen Kaffee trinken verabschiedeten sich die Mitglieder des Tanzsportclubs bis zum nächsten Tanznachmittag im Juli.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/kooperation-mit-dem-seniorenzentrum-haus-augustinus.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/kooperation-mit-dem-seniorenzentrum-haus-augustinus.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,443 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Gute Ergebnisse für Sindelfinger Paare - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Die Paare des TSC sammeln weiter Erfolge. In Aachen tanzten 69 Paare der Startklasse Senioren II S-Standard um Ranglistenpunkte. Mit dabei waren Diane Mongellaz und Stefan …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/gute-ergebnisse-fuer-sindelfinger-paare.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/gute-ergebnisse-fuer-sindelfinger-paare.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Gute Ergebnisse für Sindelfinger Paare</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-06-13T15:53:00+00:00">13.06.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Die Paare des TSC sammeln weiter Erfolge. In Aachen tanzten 69 Paare der Startklasse Senioren II S-Standard am 13.6.2015 um Ranglistenpunkte. In diesem starken Feld mit dabei waren Diane Mongellaz und Stefan Isenecker. Die beiden erreichen das Viertelfinale und ließen damit an die 50 Paare hinter sich.</p>
|
||||
<p><img style="margin-left: auto; margin-right: auto; display: block;" title=" " src="files/vfl/2015/201506/Isenecker.jpg" alt=" "></p>
|
||||
<p>Anja und Frank Westerhoff brachten in Erfurt am 13. und 14.6.2015 mit insgesamt vier Turnieren einen Tanzmarathon hinter sich. In der Startklasse Senioren II-B Standard verpassten sie am ersten Tag mit Platz 7 knapp das Finale. Am Sonntag ertanzten sie sich den vierten Platz. Die beiden Turniere der Startklasse I-B Standard beenden Anja und Frank jeweils mit dem zweiten Platz.</p>
|
||||
<p><img style="margin-left: auto; margin-right: auto; display: block;" title=" " src="files/vfl/2015/201506/Anja&Frank20150613.jpg" alt=" "></p>
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/gute-ergebnisse-fuer-sindelfinger-paare.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/gute-ergebnisse-fuer-sindelfinger-paare.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,641 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Auftritte beim Internationalen Sindelfinger Straßenfest - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Auch in diesem Jahr waren ca. 280 Kinder, Jugendliche und Erwachsene des Tanzsportclubs an zwei Tagen beim Internationalen Sindelfinger Straßenfest auf mehreren Bühnen aktiv.">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/auftritte-beim-internationalen-sindelfinger-strassenfest.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/auftritte-beim-internationalen-sindelfinger-strassenfest.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Auftritte beim Internationalen Sindelfinger Straßenfest</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-06-21T15:57:00+00:00">21.06.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Auch in diesem Jahr waren ca. 280 Kinder, Jugendliche und Erwachsene des Tanzsportclubs an zwei Tagen beim Internationalen Sindelfinger Straßenfest auf mehreren Bühnen aktiv. Am Samstag und Sonntag begeisterten jeweils 9 Gruppen die Zuschauer mit einem 40-minütigen Programm. Wie jedes Jahr zogen die Auftritte des Tanzsportclubs wieder viele Zuschauer an, so dass es vor den Bühnen sehr voll wurde. Geboten wurde ein buntes Programm aus Jazztanz, HipHop und Kindertanz. Die Mitwirkenden zwischen 6 und 30 Jahren rockten die Bühne und wurden mit jeder Menge Applaus von den zahlreichen Zuschauern belohnt.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_gallery block">
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="cols_2">
|
||||
<li class="row_0 row_first even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1050985.JPG" data-lightbox="lb750" title="p1050985.JPG">
|
||||
|
||||
<img src="assets/images/e/p1050985-a4c8ecbe.jpg" width="250" height="140" alt="p1050985.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_0 row_first even col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060002.JPG" data-lightbox="lb750" title="p1060002.JPG">
|
||||
|
||||
<img src="assets/images/6/p1060002-7ac73db6.jpg" width="250" height="140" alt="p1060002.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_1 odd col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060033.JPG" data-lightbox="lb750" title="p1060033.JPG">
|
||||
|
||||
<img src="assets/images/6/p1060033-0b9dfb96.jpg" width="250" height="140" alt="p1060033.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_1 odd col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060054.JPG" data-lightbox="lb750" title="p1060054.JPG">
|
||||
|
||||
<img src="assets/images/f/p1060054-57c5a76f.jpg" width="250" height="141" alt="p1060054.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_2 even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060064.JPG" data-lightbox="lb750" title="p1060064.JPG">
|
||||
|
||||
<img src="assets/images/0/p1060064-1edbafd0.jpg" width="250" height="141" alt="p1060064.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_2 even col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060137.JPG" data-lightbox="lb750" title="p1060137.JPG">
|
||||
|
||||
<img src="assets/images/f/p1060137-c0456b9f.jpg" width="250" height="140" alt="p1060137.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_3 odd col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060162.JPG" data-lightbox="lb750" title="p1060162.JPG">
|
||||
|
||||
<img src="assets/images/d/p1060162-9cf064ed.jpg" width="250" height="140" alt="p1060162.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_3 odd col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060237.JPG" data-lightbox="lb750" title="p1060237.JPG">
|
||||
|
||||
<img src="assets/images/1/p1060237-f9ff6981.jpg" width="250" height="141" alt="p1060237.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_4 even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060262.JPG" data-lightbox="lb750" title="p1060262.JPG">
|
||||
|
||||
<img src="assets/images/8/p1060262-e410da38.jpg" width="250" height="140" alt="p1060262.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_4 even col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060284.JPG" data-lightbox="lb750" title="p1060284.JPG">
|
||||
|
||||
<img src="assets/images/3/p1060284-4598e013.jpg" width="250" height="140" alt="p1060284.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_5 odd col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060295.JPG" data-lightbox="lb750" title="p1060295.JPG">
|
||||
|
||||
<img src="assets/images/3/p1060295-88a7aec3.jpg" width="250" height="140" alt="p1060295.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_5 odd col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060336.JPG" data-lightbox="lb750" title="p1060336.JPG">
|
||||
|
||||
<img src="assets/images/d/p1060336-0ac3c22d.jpg" width="250" height="142" alt="p1060336.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_6 even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060344.JPG" data-lightbox="lb750" title="p1060344.JPG">
|
||||
|
||||
<img src="assets/images/a/p1060344-38c389ca.jpg" width="250" height="140" alt="p1060344.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_6 even col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060416.JPG" data-lightbox="lb750" title="p1060416.JPG">
|
||||
|
||||
<img src="assets/images/d/p1060416-0b27a3ed.jpg" width="250" height="140" alt="p1060416.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_7 odd col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060473.JPG" data-lightbox="lb750" title="p1060473.JPG">
|
||||
|
||||
<img src="assets/images/0/p1060473-0e5eeac0.jpg" width="250" height="141" alt="p1060473.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_7 odd col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060529.JPG" data-lightbox="lb750" title="p1060529.JPG">
|
||||
|
||||
<img src="assets/images/8/p1060529-47ce69e8.jpg" width="250" height="140" alt="p1060529.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_8 even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060590.JPG" data-lightbox="lb750" title="p1060590.JPG">
|
||||
|
||||
<img src="assets/images/9/p1060590-c7abe339.jpg" width="250" height="140" alt="p1060590.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_8 even col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060606.JPG" data-lightbox="lb750" title="p1060606.JPG">
|
||||
|
||||
<img src="assets/images/3/p1060606-3ad32423.jpg" width="250" height="141" alt="p1060606.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_9 row_last odd col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201506/20150621/p1060645.JPG" data-lightbox="lb750" title="p1060645.JPG">
|
||||
|
||||
<img src="assets/images/e/p1060645-b1e5bbce.jpg" width="250" height="141" alt="p1060645.JPG">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/auftritte-beim-internationalen-sindelfinger-strassenfest.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/auftritte-beim-internationalen-sindelfinger-strassenfest.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,440 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Sylvia und Lutz Benedix im Finale - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 21.Juni starteten Sylvia und Lutz Benedix beim Sen II S-Standard Turnier in Würzburg. Mit einer guten Leistung qualifizierten sie sich für die Endrunde und ertanzten einen …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/sylvia-und-lutz-benedix-im-finale.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/sylvia-und-lutz-benedix-im-finale.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Sylvia und Lutz Benedix im Finale</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-06-21T16:01:00+00:00">21.06.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am 21.Juni starteten Sylvia und Lutz Benedix beim Sen II S-Standard Turnier in Würzburg. Mit einer guten Leistung qualifizierten sie sich für die Endrunde und ertanzten einen fünften Platz.</p>
|
||||
<p><img style="margin-left: auto; margin-right: auto; display: block;" title="Paar Bendix in der Bildmitte" src="files/vfl/2015/201506/20150621-Benedix.jpg" alt="Paar Bendix in der Bildmitte" width="305" height="192"></p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/sylvia-und-lutz-benedix-im-finale.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/sylvia-und-lutz-benedix-im-finale.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,441 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>3. Platz für Ingrid und Bernd Peter - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Ingrid und Bernd Peter hatten bei vielen Breitensportwettbewerben schon viel Erfahrung und viele Erfolge gesammelt. Jetzt hatten sie sich entschieden, bei offiziellen Turnieren an …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/id-3-platz-fuer-ingrid-und-bernd-peter.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/id-3-platz-fuer-ingrid-und-bernd-peter.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>3. Platz für Ingrid und Bernd Peter</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-07-27T16:19:00+00:00">27.07.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Ingrid und Bernd Peter hatten bei vielen Breitensportwettbewerben schon viel Erfahrung und viele Erfolge gesammelt. Jetzt hatten sie sich entschieden, bei offiziellen Turnieren an den Start zu gehen. Ihr erstes Turnier in der Startklasse Senioren III D-Standard fand am 26.Juli in Enzklösterle statt.</p>
|
||||
<p>Durch ihr routiniertes Tanzen erreichten sie sicher die Endrunde. Im Finale konnten sie durch gekonntes und musikalisches Tanzen punkten. Sie lieferten sich einen spannenden Kampf um den zweiten Platz, mussten sich aber am Ende um einen Punkt geschlagen geben. Mit einem 3. Platz und der ersten Aufstiegsplatzierung konnten sie ihr erstes Turnier in der D-Klasse beenden.</p>
|
||||
<p><img style="margin-left: auto; margin-right: auto; display: block;" title=" Sen-D-III " src="files/vfl/2015/201507/Sen-D-III.jpg" alt=" Sen-D-III "></p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/id-3-platz-fuer-ingrid-und-bernd-peter.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/id-3-platz-fuer-ingrid-und-bernd-peter.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>ROYAL DANCE CUP - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 26. Juli veranstaltete das Tanzstudio ROYAL DANCE ein Turnier für Kinder- und Jugendpaare, die noch nicht an einem Tanzturnier teilgenommen haben. Dabei konnten Paare in allen …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/royal-dance-cup.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/royal-dance-cup.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>ROYAL DANCE CUP</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-07-27T16:09:00+00:00">27.07.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<h2>Toller Erfolg beim ROYAL DANCE CUP für Lisa und Ben Englisch </h2>
|
||||
<p><br>Am 26. Juli veranstaltete das Tanzstudio ROYAL DANCE ein Turnier für Kinder- und Jugendpaare, die noch nicht an einem Tanzturnier teilgenommen haben. Dabei konnten Paare in allen Altersgruppen mitmachen. Fünf Wertungsrichter bewerteten, - unabhängig von der Choreographie - Haltung, Musikalität und Ausdruck der Paare. Für den TSC im VfL Sindelfingen war das Geschwisterpaar Lisa und Ben Englisch aus der Kindertanzgruppe von Victoria Kleinfelder am Start. Die beiden überzeugten mit ihrem sauberen und musikalischen Tanzen die Wertungsrichter und kamen bei ihrem ersten Turnier auf den 4. Platz. </p>
|
||||
<p style="margin: 0px 5px 0px 0px;"><span style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt; text-decoration: none;"> </span></p>
|
||||
<p><img style="display: block; margin-left: auto; margin-right: auto;" title=" Royal Dance Cup " src="files/vfl/2015/201507/Royal%20Dance%20Cup_400.jpg" alt=" Royal Dance Cup "></p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/royal-dance-cup.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/royal-dance-cup.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,446 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>LM2015 HGR II und Sen III - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Ludwigsburg war der Austragungsort der Baden-Württembergischen Landesmeisterschaften 2015 in den Standardtänzen der Startklassen der Hauptgruppen II und der Senioren III . Vom TSC …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/lm2015-hgr-ii-und-sen-iii.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/lm2015-hgr-ii-und-sen-iii.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>LM2015 HGR II und Sen III</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-09-12T13:14:00+00:00">12.09.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Ludwigsburg war der Austragungsort der Baden-Württembergischen Landesmeisterschaften 2015 in den Standardtänzen der Startklassen der Hauptgruppen II und der Senioren III . Vom TSC im VfL Sindelfingen nahmen zwei Paare teil.</p>
|
||||
<p>Carolin Bieber und Christian Wolf Landesmeister der HGR II B</p>
|
||||
<p>In der Hauptklasse II B war der TSC durch Carolin Bieber und Christian Wolf vertreten. Mit einer überzeugenden Leistung und fast allen Bestnoten der sieben Wertungsrichter ertanzten sie sich den Landesmeistertitel in der B-Klasse und stiegen damit in die Hauptklasse II A auf. Frisch aufgestiegen in die A Klasse, kamen Carolin und Christian bei der anschließenden Landesmeisterschaft der Hauptklasse II A auf den 6. Platz.</p>
|
||||
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="files/vfl/2015/201509/Carolin_Christian_320x220.jpg" alt="Caroline und Christian" width="320" height="214"></p>
|
||||
<p>Sen III S</p>
|
||||
<p>Dr. Alexander und Dr. Gisela Schürmann gingen in der Startklasse Senioren III S für den TSC an den Start. Auch dieses Paar zeigte eine gute Leistung, konnte in einem starken Teilnehmerfeld am Ende aber nicht in die Entscheidung des Turniers eingreifen.</p>
|
||||
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="files/vfl/2015/201509/Schürmann_320x220.jpg" alt="Dr. Alexander und Dr. Gisela Schürmann" width="320" height="213"></p>
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/lm2015-hgr-ii-und-sen-iii.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/lm2015-hgr-ii-und-sen-iii.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Anja und Frank Westerhoff in Viernheim - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 19. und 20. September 2015 tanzten Anja und Frank Westerhoff beim Brundtland Pokalturnier in Viernheim. An beiden Tagen konnten die beiden in ihrer Startklasse Senioren II B …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/anja-und-frank-westerhoff-in-viernheim.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/anja-und-frank-westerhoff-in-viernheim.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Anja und Frank Westerhoff in Viernheim</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-09-20T15:36:00+00:00">20.09.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am 19. und 20. September 2015 tanzten Anja und Frank Westerhoff beim Brundtland Pokalturnier in Viernheim.</p>
|
||||
<p>An beiden Tagen konnten die beiden in ihrer Startklasse Senioren II B Standard überzeugen. Durch technisch sauberes und sehr musikalisches Tanzen erreichten sie über die Vor- und Zwischenrunden jeweils sicher das Finale. </p>
|
||||
<p>Am Samstag ertanzten sie sich in einem starken Feld von 16 Paaren den dritten Platz und am Sonntag konnten sie den sechsten Platz in einem Feld von 17 Paare belegen.</p>
|
||||
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="files/vfl/2015/201509/Anja_u_Frank20150920k.jpg" alt="Anja und Frank" width="257" height="171"></p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/anja-und-frank-westerhoff-in-viernheim.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/anja-und-frank-westerhoff-in-viernheim.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,444 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Tanznachmittag im Seniorenzentrum - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 21 September war der Tanzsportclub wieder Gast im Seniorenzentrum Haus Augustinus in Sindelfingen um einen Tanznachmittag zu gestalten. Dieses Mal waren Paare unserer …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/tanznachmittag-im-seniorenzentrum.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/tanznachmittag-im-seniorenzentrum.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Tanznachmittag im Seniorenzentrum</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-09-21T14:10:00+00:00">21.09.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am 21. September war der Tanzsportclub wieder Gast im Seniorenzentrum Haus Augustinus in Sindelfingen um einen Tanznachmittag zu gestalten.</p>
|
||||
<p>Dieses Mal waren Paare unserer Breitensportgruppe und die Kindertanzgruppen von Victoria für die Durchführung verantwortlich. Den Bewohnern des Seniorenzentrums wurde ein kurzweiliges Programm angeboten.</p>
|
||||
<p>Die Breitensportler begannen die Vorführung mit den Standardtänzen. Anschließend begeisterten die Kinder-Tanzgruppen mit ihren Formationen der Standard- und Lateintänze. Dann waren wieder die Breitensportler dran. Diese Mal brachen sie Lateintänze auf das Parkett.</p>
|
||||
<p>Den Abschluss der tänzerischen Darbietungen bildeten zwei Breitsportpaare. Zu den Melodien „An der Nordseeküste“ von Klaus und Klaus und Peter Alexanders „Badewannentango“ tanzten sie Wiener Walzer und Tango. Allerdings taten sie das nicht mit ihren normalen Tanzschuhen, sondern auf Schwimmflossen und in Badeanzügen aus den zwanziger Jahren des vorigen Jahrhunderts.</p>
|
||||
<p>Zum Abschluss bat das Puppentheater in die Oper. Gespielt wurde die wohl bekannteste Arie der Carmen, die Habanera aus der gleichnamigen Oper von Georges Bizet und als Kontrastprogramm das Kultlied aus der Sesamstraße Mana Mana. Nach einer guten Stunde mit einem bunten Unterhaltungsprogramm verabschiedeten sich die Mitglieder des Tanzsportclubs bis zum nächsten Tanznachmittag.</p>
|
||||
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="files/vfl/2015/201509/20150921.jpg" alt="Kinder" width="571" height="371"></p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/tanznachmittag-im-seniorenzentrum.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/tanznachmittag-im-seniorenzentrum.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Auftritt der Kindertanzgruppe im Maritim Hotel Stuttgart - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 17. Oktober fand im Maritim Hotel Stuttgart der festliche WIZO-Ball statt. Als Rahmenprogramm trat eine unserer Kindergruppen von Elazar auf.">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/auftritt-der-kindertanzgruppe-im-maritim-hotel-stuttgart.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/auftritt-der-kindertanzgruppe-im-maritim-hotel-stuttgart.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Auftritt der Kindertanzgruppe im Maritim Hotel Stuttgart</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-10-17T13:52:00+00:00">17.10.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am 17. Oktober fand im Maritim Hotel Stuttgart der festliche WIZO-Ball statt. Als Rahmenprogramm trat eine unserer Kindergruppen von Elazar auf. Die Kinder begeisterten das Ballpublikum mit einer Polka. Anschließend musste auch der Trainer ran. Zusammen mit Carolin Sommer tanzte Elazar Fayzlaev einen Langsamen Walzer.</p>
|
||||
<p>WIZO ist eine weltweite Frauenorganisation, die in Israel ca. 800 Institutionen unterhält, in denen Frauen, Kinder, Jugendliche und alte Menschen, unabhängig von Religion und Herkunft, betreut werden. WIZO ist Mitglied von UNICEF.</p>
|
||||
<p><img src="files/vfl/2015/201510/20151017.jpg" alt="Kinder" width="642" height="428"></p>
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/auftritt-der-kindertanzgruppe-im-maritim-hotel-stuttgart.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/auftritt-der-kindertanzgruppe-im-maritim-hotel-stuttgart.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,462 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Aufstieg in die A-Klasse - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 7.11. endete für Anja und Frank Westerhoff bei der TBW-Trophy in Höfingen ein erfolgreicher Herbst mit dem Aufstieg in die A-Klasse der Senioren II Standard.">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/Aufstieg-in-die-A-Klasse.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/Aufstieg-in-die-A-Klasse.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Aufstieg in die A-Klasse</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-11-08T14:06:00+00:00">08.11.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am 7.11. endete für Anja und Frank Westerhoff bei der TBW-Trophy in Höfingen ein erfolgreicher Herbst mit dem Aufstieg in die A-Klasse der Senioren II Standard.</p>
|
||||
<p>Noch Anfang September fehlten den Beiden zum Aufstieg in die A-Klasse noch 4 Platzierungen (Plätze 1-3) und einige Punkte. Nach einem dritten Platz in Viernheim im September fuhren Anja und Frank am 10. Oktober zu einem Turnier der Senioren II B nach Pleidelsheim. Angefeuert von einigen mitgereisten Fans tanzten sie mit einer sehr guten Leistung auf den 1. Platz von 11 Paaren und freuten sich über den Siegerpokal. Zwei Wochen später folgte mit einem zweiten Platz beim Reichsstadtpokal in Esslingen die vorletzte Platzierung, die Aufstiegspunkte hatten Anja und Frank zu diesem Zeitpunkt bereits alle gesammelt.</p>
|
||||
<p>Bei der TBW-Trophy am 7.11. ging das TSC-Paar zunächst in der Senioren I B Standard an den Start, also bei den Jüngeren. Bei diesem Turnier lieferten sie sich einen engen Kampf um den zweiten Platz und mussten diesen am Schluss ganz knapp einem anderen Paar überlassen. Enttäuscht waren die Beiden deshalb trotzdem nicht, denn dieser dritte Platz bedeutete die letzte Platzierung für den Aufstieg in die A-Klasse. Nach dem ersten Turnierstart in der D-Klasse im Januar 2014 sind den Beiden innerhalb kurzer Zeit drei Aufstiege geglückt.</p>
|
||||
<p>Wir gratulieren Anja und Frank zu ihrem Aufstieg in die A-Klasse und wünschen für die Zukunft weiterhin viel Erfolg, vor allem aber viel Spaß beim gemeinsamen Tanzen.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2015/201511/Anja%26Frank-20151107.jpg" width="600" height="446" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/Aufstieg-in-die-A-Klasse.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/Aufstieg-in-die-A-Klasse.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,553 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Tolle Stimmung bei unserer Herbstparty - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Während draußen der erste Schnee fiel, feierte der TSC den Herbst mit einer großen Party. Mehr als 120 Mitglieder und Gäste konnte Abteilungsleiterin Anja Westerhoff am 21. …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/herbstfest.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/herbstfest.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Tolle Stimmung bei unserer Herbstparty</h1>
|
||||
|
||||
<p class="info"><time datetime="2015-11-21T16:06:00+00:00">21.11.2015</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Während draußen der erste Schnee fiel, feierte der TSC den Herbst mit einer großen Party. Mehr als 120 Mitglieder und Gäste konnte Abteilungsleiterin Anja Westerhoff am 21. November im Vereinsheim zur diesjährigen Herbstparty begrüßen. Der stimmungsvoll hergerichtete Saal bot den Rahmen für einen Abend, der gespickt war mit vielen Überraschungen und Höhepunkten. Los ging es mit dem Auftritt zweier unserer Kindertanzgruppen. Obwohl Trainerin Victoria wegen eines Turnierstarts im Ausland leider nicht dabei sein konnte, zeigten die Kleinen in zwei sehr schönen Aufführungen, was sie im Laufe des Jahres gelernt hatten. Der lange Beifall der Eltern und der Gäste der Herbstpary bestätigten den Kleinen: Sie hatten eine wirklich tolle Einlage auf das Parkett gebracht, und Victoria kann sehr stolz auf die Leistung ihrer Kinder sein. Zur Belohnung gab es für jedes Kind kleine Geschenke.</p>
|
||||
<p>Noch vor der Büffeteröffnung bot sich dann die Gelegenheit zu einer Tanzrunde für alle Mitglieder und Gäste. Gleich mit den ersten Tönen der „Marcel und Gabi Sincu Tanzband“ war die Tanzfläche gut gefüllt, und das sollte sich auch im Laufe des Abends nicht ändern. Damit haben wir uns als Tanzsportclub wieder alle Ehre gemacht.</p>
|
||||
<p>Nach dem sehr leckeren und reichhaltigen Büffet gab es erst noch eine kleine Verdauungspause für die Tänzerinnen und Tänzer, in der sich zwei unserer DanceStyles-Gruppen dem Publikum präsentierten. Den Anfang machte die Erwachsenengruppe von Trainerin Suzi Köster. Zu einer Mischung aus aktuellen Hits vertanzten sie eine abwechslungsreiche Choreografie. Nach viel Applaus kam dann die Contestgruppe an die Reihe. Auch diese fünf Mädels gaben eine mitreißende Kostprobe ihres Könnens mit viel Power und Musikalität. Begeisterter Beifall aller Gäste war die Anerkennung dafür.</p>
|
||||
<p>Im Anschluss ging es dann mit zahlreichen Tanzrunden weiter, die noch zwei mal durch Auftritte unterbrochen wurden. Zum einen hatten einige unserer Turnierpaare extra eine Show für die Herbstparty vorbereitet. Dafür hatten sie sich auch eine besondere Überraschung ausgedacht. Zu dem Lied „Vivo Per Lei“ tanzten Christian Wolf und Carolin Hehl eine Rumba während gleichzeitig Lutz und Sylvia Benedix und Anja und Frank Westerhoff die Musik mit einem Slow Foxtrott interpretierten. Weiter ging es mit den anderen 4 Standardtänzen, die in einer abwechslungsreichen Abfolge präsentiert wurden. Bei dieser Gelegenheit hat sich auch unser neues Turnierpaar Alexander Kieper und Denise Kohler das erste Mal dem Publikum gezeigt. Auch diese Show kam beim Publikum ganz hervorragend an.</p>
|
||||
<p>Den unbestrittenen Höhepunkt bildete zum Abschluss die Darbietung unseres Turniertrainers Rolandas Trembo und seiner Frau Carolin. Die beiden hatten sich für das Lied „Lieblingsmensch“ von Namika entschieden und tanzten dazu eine eindrucksvolle Show. Schon während des Tanzes gab es immer wieder begeisterten Applaus bei den wunderschönen Posen und der Hebefigur, doch am Ende hatten wahrscheinlich alle Zuschauer auch ein bißchen Gänsehaut nach dieser sehr einfühlsamen Vorführung. Der tosende Beifall am Schluss wollte gar nicht mehr enden.</p>
|
||||
<p>Insgesamt waren sich am Ende alle einig: Es war eine toller Abend bei bester Stimmung, mit sehr guter Musik, leckerem Essen und hervorragenden Showauftritten. Eine solche Veranstaltung ist natürlich nur mit vielen helfenden Händen möglich und bedarf einer guten Vorbereitung. Deshalb geht am Schluss der Dank an alle, die zu diesem gelungenen Fest beigetragen haben, bei der Vorbereitung, dem Aufbau, an der Bar, beim Abbau, bei den Spenden zum Büffet. Vielen herzlichen Dank!</p>
|
||||
<p>Fotos: Stefan Isenecker</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_gallery block">
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="cols_2">
|
||||
<li class="row_0 row_first even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201511/20151121/20151121-1.jpg" data-lightbox="lb785" title="20151121-1.jpg">
|
||||
|
||||
<img src="assets/images/1/20151121-1-fb2946c1.jpg" width="280" height="187" alt="20151121-1.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_0 row_first even col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201511/20151121/20151121-2.jpg" data-lightbox="lb785" title="20151121-2.jpg">
|
||||
|
||||
<img src="assets/images/e/20151121-2-fd4da69e.jpg" width="280" height="187" alt="20151121-2.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_1 odd col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201511/20151121/20151121-3.jpg" data-lightbox="lb785" title="20151121-3.jpg">
|
||||
|
||||
<img src="assets/images/9/20151121-3-6cd4cee9.jpg" width="280" height="187" alt="20151121-3.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_1 odd col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201511/20151121/20151121-4.jpg" data-lightbox="lb785" title="20151121-4.jpg">
|
||||
|
||||
<img src="assets/images/9/20151121-4-6e8f6bf9.jpg" width="280" height="187" alt="20151121-4.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_2 even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201511/20151121/20151121-5.jpg" data-lightbox="lb785" title="20151121-5.jpg">
|
||||
|
||||
<img src="assets/images/6/20151121-5-558faa96.jpg" width="280" height="187" alt="20151121-5.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_2 even col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201511/20151121/20151121-6.jpg" data-lightbox="lb785" title="20151121-6.jpg">
|
||||
|
||||
<img src="assets/images/d/20151121-6-e64846ad.jpg" width="280" height="187" alt="20151121-6.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_3 odd col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201511/20151121/20151121-7.jpg" data-lightbox="lb785" title="20151121-7.jpg">
|
||||
|
||||
<img src="assets/images/0/20151121-7-346c62d0.jpg" width="280" height="187" alt="20151121-7.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_3 odd col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201511/20151121/20151121-8.jpg" data-lightbox="lb785" title="20151121-8.jpg">
|
||||
|
||||
<img src="assets/images/4/20151121-8-15104964.jpg" width="280" height="187" alt="20151121-8.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_4 row_last even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:5px;">
|
||||
<a href="files/vfl/2015/201511/20151121/20151121-9.jpg" data-lightbox="lb785" title="20151121-9.jpg">
|
||||
|
||||
<img src="assets/images/1/20151121-9-b89df671.jpg" width="280" height="420" alt="20151121-9.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="ce_toplink block">
|
||||
<a href="nachrichten-leser/herbstfest.html#top" title="Nach oben">Nach oben</a>
|
||||
</div>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/herbstfest.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/herbstfest.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user