forked from tsc-vfl/hugo-page
Removing of original html files
This commit is contained in:
@@ -1,466 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Turniersieg in Achern - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Frank und Anja Westerhoff tanzten an einem der wenigen Turniere in Achern und ...">
|
||||
<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/turnier-in-achern.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/turnier-in-achern.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>Turniersieg in Achern</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-02-05T10:03:00+00:00">05.02.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Turnierauftakt in Achern</p>
|
||||
<p> </p>
|
||||
<p>Endlich wieder ein Turnier! Nach vielen Turnierabsagen seit November 2021 wegen der hohen Coronazahlen und -beschränkungen konnte der TSC Achern sein traditionelles Jahresauftakt-Turnier am 29.01. unter Einhaltung umfangreicher Auflagen durchführen. Und so freute sich unser Paar Frank und Anja Westerhoff auf die Fahrt in den Südwesten Baden-Württembergs.</p>
|
||||
<p>Die Veranstalter begrüßten die Paare an einem neuen Veranstaltungsort, der schönen großen Schlossfeldhalle. Nachdem sämtliche Kontrollen abgeschlossen waren, konnten sich Frank und Anja auf das Tanzen konzentrieren.</p>
|
||||
<p>Gemeinsam mit vier weiteren Paaren gingen sie in der Senioren II A an den Start. Schon während der Sichtungsrunde, bei der sich die Wertungsrichter ein erstes Bild über die Leistung der Paare verschaffen konnten, lief es gut für die Beiden. Sie genossen nach mehr als zwei Monaten Pause einfach wieder das Turniergefühl. Auch im Finale konnten Frank und Anja mit viel Dynamik und Ausdrucksstärke überzeugen.</p>
|
||||
<p>Bei der abschließenden Siegerehrung warteten alle gespannt, wer den Siegerpokal in Form einer Magnumflasche Rotwein des Turniersponsors gewinnen würde. Mit jedem aufgerufenen Platz stieg die Spannung für die verbliebenen Paare, denn die Sieger werden immer erst am Schluss aufgerufen. Riesig war die Freude bei Anja und Frank als sie bis zum Schluss warten mussten bevor die Turnierleiterin ihren Namen nannte. Alle fünf Tänze souverän gewonnen – besser hätte der Start in die Turniersaison 2022 für die Beiden nicht ausfallen können. Herzlichen Glückwunsch dazu! Drücken wir die Daumen, dass in diesem Jahr wieder mehr Turniere stattfinden können.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:10%;margin-left:10%;">
|
||||
|
||||
<a href="files/vfl/2022/202202/Achern_g.jpg" data-lightbox="bf6fc4">
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/f/Achern_g-369ea8bf.jpg" width="381" height="600" alt="">
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
</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/turnier-in-achern.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/turnier-in-achern.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,470 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Erfolge bei der BW-Landesmeisterschaft der Kinder/Jugend/Junioren Latein 2022 in Ludwigsburg - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="In der Ludwigsburger Innenstadtsporthalle ging am Wochenende 5./6. Februar die baden-württembergische Landesmeisterschaft der Kinder, Junioren und Jugend in den Lateintänzen über …">
|
||||
<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/landesmeisterschaft-kinder-jugend.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/landesmeisterschaft-kinder-jugend.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>Erfolge bei der BW-Landesmeisterschaft der Kinder/Jugend/Junioren Latein 2022 in Ludwigsburg</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-02-08T22:40:00+00:00">08.02.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>In der Ludwigsburger Innenstadtsporthalle ging am Wochenende 5./6. Februar die baden-württembergische Landesmeisterschaft der Kinder, Junioren und Jugend in den Lateintänzen über die Bühne.</p>
|
||||
<div> </div>
|
||||
<div>Für das junge Tanzpaar Sebastian Bier und Elisabeth Wilhelm vom TSC im VfL Sindelfingen konnte ihre erste Landesmeisterschaft nicht erfolgreicher verlaufen. Die fleißigen und akribischen Vorbereitungen auf die Landesmeisterschaft wurden belohnt. Sebastian und Elisabeth holten in der Kategorie Kinder D souverän den ersten Platz und wurden zum ersten Mal Landesmeister in Baden-Württemberg 2022. Mit am Start in der Kinder D Latein war auch unser Paar Aljoscha Baal und Alissa Sichwardt, die sich ebenfalls sicher ins Finale tanzten und am Ende einen tollen vierten Platz belegten.</div>
|
||||
<div> </div>
|
||||
<div>Sebastian und Elisabeth sind als frisch gekorene Landesmeister in die nächsthöhere Kategorie Kinder C Latein aufgestiegen und konnten damit auch in dieser Kategorie ihr tänzerisches Talent aufzeigen, denn auch in der Kategorie Kinder C Latein gingen sie als unangefochtene Sieger hervor. Die Doppellandesmeister Sebastian Bier und Elisabeth Wilhelm waren über Medaillenregen und die Siegerpokale sichtlich erfreut und können die nächsten Tanzturniere kaum abwarten.</div>
|
||||
<div> </div>
|
||||
<div>Nach den Kindern kamen die Paare der Junioren und Jugend an die Reihe. Philipp Baal und Letizia Lis vom TSC im VfL Sindelfingen tanzten dabei ihr erstes Turnier in der höheren Klasse, also in der Junioren I B Latein. Mit neuen Choreografien und dem Paso Doble als neuem Tanz mussten die Beiden gleich mehrere Herausforderungen stemmen. Das haben sie hervorragend gemeistert und mit einem 7. Platz das Finale nur ganz knapp verpasst.</div>
|
||||
<div> </div>
|
||||
<div>Allen unseren Paaren gratulieren wir ganz herzlich zu den Erfolgen des Meisterschaftswochenendes.</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin:1.5em 30%;">
|
||||
|
||||
<a href="files/vfl/2022/202202/IMG_5463.jpg" data-lightbox="d30030">
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202202/IMG_5463.jpg" width="750" height="1000" alt="Sebastian Bier und Elisabeth Wilhelm">
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
<figcaption class="caption">Sebastian Bier und Elisabeth Wilhelm</figcaption>
|
||||
|
||||
</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/landesmeisterschaft-kinder-jugend.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/landesmeisterschaft-kinder-jugend.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,469 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Landesmeisterschaft Senioren II und IV in Heilbronn - 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 sowie Anja und Frank Westerhoff tanzten am 5.3.2022 die Landesmeisterschaft in Heilbronn. Weiterlesen ...">
|
||||
<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/erfolge-bei-der-landesmeisterschaft-senioren-2-und-4-in-heilbronn.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/erfolge-bei-der-landesmeisterschaft-senioren-2-und-4-in-heilbronn.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>Landesmeisterschaft Senioren II und IV in Heilbronn</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-03-06T22:07:00+00:00">06.03.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Vor ziemlich genau zwei Jahren fand die letzte Landesmeisterschaft der Senioren II und IV statt. Am Samstag den 05.03.2022 war es endlich wieder soweit, dass diese beiden Altersklassen ihre Landesmeister austanzen durften.</p>
|
||||
<p>Mit dabei vom TSC im VfL Sindelfingen waren die beiden Paare Ingrid und Bernd Peter in der Sen. IV B Klasse und Dr. Anja und Frank Westerhoff in der Sen. II A Klasse, der ‚Kronprinzenklasse‘ und als Zuschauer einige Fans und Schlachtenbummler.</p>
|
||||
<p>Pandemiebedingt war es für Ingrid und Bernd nach langer Zeit das erste Turnier überhaupt. Dementsprechend war wenig Training möglich gewesen. Die eigentliche Altersklasse der beiden wäre die Sen. V. Da es dort jedoch keine Turniere für die B-Klasse gibt, gingen Ingrid und Bernd in der Sen. IV mit deutlich jüngeren Konkurrenten an den Start. Mit dem dritten Platz ertanzten sie sich einen tollen Erfolg und Treppchenplatz in dieser Klasse. Herzlichen Glückwunsch dafür.</p>
|
||||
<p>Anja und Frank hatten sehr fleißig trainiert und waren von ihren Trainern sehr gut auf das kommende Turnier vorbereitet worden. Nach der langen Pandemie bedingten Turnierpause mit sehr wenigen Vorbereitungsturnieren war es nur schwer abschätzbar wie sich das Feld in der A-Klasse präsentieren würde. Dementsprechend waren die beiden doch recht nervös, zumal das Parkett im Hofwiesenzentrum in Heilbronn einige Tücken aufwies indem es an einigen Stellen glatt und an anderen wiederum stumpf war. Ein bisschen erschwerend kam hinzu, dass es ohne Vorrunde oder eine sogenannte Sichtungsrunde (General Look) gleich ins Finale ging. Nichtsdestotrotz konnten Anja und Frank ihr Tanzen mit viel Dynamik und Freude auf das Parkett bringen. Die ersten offenen Wertungen ließen schon Großes vermuten, auch wenn sie insgesamt etwas durchwachsen waren. Umso größer die Freude bei beiden als sie als Sieger und Landesmeister der Sen. II A Klasse zur Siegerehrung aufgerufen wurden. Die obligatorische Frage der Chairperson, ob sie als Sieger und Aufsteiger in der nachfolgenden S-Klasse mittanzen wollten wurde selbstverständlich mit ‚Ja‘ beantwortet.</p>
|
||||
<p>Bevor dieses letzte Turnier des Tages starten konnte rief der Turnierleiter noch zu einer Schweigeminute zum Ukraine Krieg auf und wies daraufhin, dass der ausrichtende Verein ATC Blau-Gold in der TSG 1845 Heilbronn sich an der von den Lateinweltmeistern Marius-Andrei Balan und Khrystina Moshenska initiierten Spendenaktion für die Opfer dieses Krieges beteilige. Das aufgestellte ‚Spendenschwein‘ füllte sich im Laufe des Tages gut, sodass am Ende 800 Euro gespendet werden konnten.</p>
|
||||
<p>Bei dem Turnier der S-Klasse waren mit Anja und Frank dann 11 Paare von ursprünglich 17 gemeldeten Paaren am Start. In diesem Feld konnten Anja und Frank dann weiterhin kräftig angefeuert von den Schlachtenbummlern, ganz befreit und locker auftanzen und erste Erfahrungen in der S-Klasse sammeln. Die nächsten großen Turniere in der neuen Klasse sind bereits in den Kalender eingetragen.</p>
|
||||
<p>Ganz herzlichen Glückwunsch zu dem erreichten Erfolg und viel Freude in der neuen Startklasse!</p>
|
||||
<p>mz</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin:1.5em 30%;">
|
||||
|
||||
<a href="files/vfl/2022/202203/AF%20Pose%20Heilbronn.jpeg" data-lightbox="0b7b3f">
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202203/AF%20Pose%20Heilbronn.jpeg" width="667" height="1000" alt="Anja und Frank Westerhoff">
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
<figcaption class="caption">Anja und Frank Westerhoff fotographiert von Stefan Isenecker</figcaption>
|
||||
|
||||
</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/erfolge-bei-der-landesmeisterschaft-senioren-2-und-4-in-heilbronn.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/erfolge-bei-der-landesmeisterschaft-senioren-2-und-4-in-heilbronn.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,465 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Gemeinsames Tanzen im Vereinsheim - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Es kribbelt mit jedem Tag mehr in den Fingern, wir können die Füße nicht länger stillhalten und deshalb wurde es Zeit – Zeit für die ersten kleinen Auftritte!">
|
||||
<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/gemeinsames-tanzen-im-vereinsheim.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/gemeinsames-tanzen-im-vereinsheim.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>Gemeinsames Tanzen im Vereinsheim</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-03-11T19:05:00+00:00">11.03.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Es kribbelt mit jedem Tag mehr in den Fingern, wir können die Füße nicht länger stillhalten und deshalb wurde es Zeit – Zeit für die ersten kleinen Auftritte!</p>
|
||||
<p>Auch wenn wir aktuell noch nicht wieder die großen Massen begeistern können, wie etwa auf dem Sindelfinger Straßenfest, so können wir uns trotzdem etwas Applaus, Feedback und das Kribbeln im Bauch zurückholen. Und zwar, indem wir unsere eigenen kleinen Veranstaltungen planen, ganz klein und doch von so großer Bedeutung für uns!</p>
|
||||
<p>So haben sich vor Weihnachten und vor den Faschingsferien jeweils ein paar DanceStyles-Gruppen zusammengeschlossen getreu dem Motto: „Zeigt mal, was ihr gerade so macht“.</p>
|
||||
<p>Bei gemeinsamen Nachmittagen hatte jede Gruppe einen kleinen Auftritt, auf den sie die letzten Wochen im Training hingearbeitet hatte. Denn auch wenn wir uns noch etwas gedulden müssen, bis die großen Feste wieder möglich sein werden, sei eins schon jetzt gesagt:</p>
|
||||
<p><strong>Wir stehen in den Startlöchern und sind bereit, Euch alle bald wieder live zu begeistern! </strong></p>
|
||||
<p>Um Euch die Wartezeit etwas zu verschönern, schaut doch auch gerne einmal auf unserem Instagram-Profil (@tanzenimtsc) vorbei. Hier findet ihr einige Videos von uns, natürlich auch von unseren o.g. Auftrittsnachmittagen. Viel Spaß beim Anschauen!</p>
|
||||
<p style="text-align: right;">fb</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202203/Kinder_Auftritt.jpg" width="1297" height="416" 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/gemeinsames-tanzen-im-vereinsheim.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/gemeinsames-tanzen-im-vereinsheim.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,463 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Star Championship 2022 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Im italienischen Pieve di Cento nahe Bologna fanden vom 24.03. – 27.03. die Star Championship 2022 statt.">
|
||||
<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/italienisches-viertelfinale.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/italienisches-viertelfinale.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>Star Championship 2022</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-04-04T15:42:00+00:00">04.04.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<h3>Italienisches Viertelfinale</h3>
|
||||
<p>Im italienischen Pieve di Cento nahe Bologna fanden vom 24.03. – 27.03. die Star Championship 2022 statt. Neben vielen anderen nationalen und internationalen Turnieren wurde auch ein Standardturnier für die Hauptgruppe ausgetragen.</p>
|
||||
<p>Mit dabei bei diesem Turnier Christine und Robert Melcher. In dem mit 108 Paaren stark besetzten internationalen Feld konnten sich die beiden gut präsentieren und zogen als eines von zwei deutschen Paaren in das Viertelfinale ein.</p>
|
||||
<p>Am Ende wurde es der 24. Platz über den sich Chrisi und Robert sehr gefreut haben. Mit dieser Platzierung ist es ihnen zum zweiten Mal gelungen in ein Viertelfinale vorzudringen. Auf der internationalen Dancesport Heritage Rangliste belegen sie nun Platz 17 von 342 Paaren.</p>
|
||||
<p>mz</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202203/Star_Championship_2022.jpg" width="1144" height="743" 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/italienisches-viertelfinale.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/italienisches-viertelfinale.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,452 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Berlin Dance Festival 2022 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Nach zwei pandemiebedingten Absagen konnte am Wochenende 01.04. – 03.04. endlich das neue Format des Berlin Dance Festivals über die Bühne gehen.">
|
||||
<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/berlin-dance-festival-2022.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/berlin-dance-festival-2022.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>Berlin Dance Festival 2022</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-04-08T10:16:00+00:00">08.04.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Nach zwei pandemiebedingten Absagen konnte am Wochenende 01.04. – 03.04. endlich das neue Format des Berlin Dance Festivals über die Bühne gehen. Dieses ist ein Ableger des traditionell am Osterwochenende in Berlin ausgetragenen Blauen Band der Spree.</p>
|
||||
<div style="max-width: 300px; float: left; margin: 10px;">
|
||||
<figure><img src="files/vfl/2022/202204/2022-04-01 Rico und Andrea.jpeg" alt="Andrea und Rico Stodko"><figcaption>Andrea und Rico Stodko (Foto: privat)</figcaption></figure>
|
||||
</div>
|
||||
<p>Von den ursprünglich geplanten internationalen Ranglistenturnieren waren letztlich nur die nationalen Ranglistenturniere von den Junioren II bis zu den Senioren III übriggeblieben. Diese starteten dann auch am 01.04. mit dem Ranglistenturnier der Senioren III unter strengen Hygieneauflagen in den Nebenhallen der Max-Schmeling-Halle. Unter den letztlich 64 startenden Paare auch zwei Paare des TSC. Andrea und Rico Stodko und Diane Mongellaz und Stefan Isenecker wollten es sich nicht nehmen lassen in Berlin die ersten Ranglistenpunkte in 2022 zu sammeln.</p>
|
||||
<p>Nach einer kurzen Verzögerung, weil die Digis noch nicht wollten, ging es für beide Paare gleich mit der ersten Runde im Langsamen Walzer los.</p>
|
||||
<p>Auf der ziemlich langen und nicht sehr breiten Fläche haben beide Paare ihr Tanzen gut präsentieren können. Leider war für Andrea und Rico bereits nach der ersten Runde das Turnier schon beendet. Für sie war es auch das erste gemeinsame Turnier in der S-Klasse. Der damit einhergehenden Nervosität war sicher auch geschuldet, dass Rico glaubte seine Frackfliege vergessen zu haben und somit die Zeit für das Eintanzen auf die Suche nach derselben verwendet wurde.</p>
|
||||
<div style="max-width: 300px; float: right; margin: 10px;">
|
||||
<figure><img src="files/vfl/2022/202204/2022-04-01 Stefan und Diane.jpeg" alt="Diane Mongellaz und Stefan Isenecker"><figcaption>Diane Mongellaz und Stefan Isenecker (Foto: privat)</figcaption></figure>
|
||||
</div>
|
||||
<p>Diane und Stefan durften ihr musikalisches Tanzen in noch zwei weiteren Runden präsentieren und landeten am Ende auf einem guten 19. Platz.</p>
|
||||
<p>Für diese beiden Paare ging das Wochenende dann ganz unterschiedlich weiter. Während Diane und Stefan mit Freunden am nächsten Tag Berlin erkundeten, setzten sich Andrea und Rico in den Flieger nach Ungarn. Dort fand am Sonntag den 03.04. in Kiskunmajsa ein internationales Ranglistenturnier statt. Hier konnten die beiden weitere Turniererfahrungen sammeln.</p>
|
||||
<p>Allen Paaren einen herzlichen Glückwunsch zu den erreichten Ergebnissen.</p>
|
||||
<p><span class="information">mz</span></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/berlin-dance-festival-2022.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/berlin-dance-festival-2022.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,526 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Hessen tanzt - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Zwei Jahre lang musste die Tanzsportgemeinschaft auf die beliebte Großveranstaltung „Hessen tanzt“ der Pandemie wegen verzichten.">
|
||||
<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/hessen-tanzt.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/hessen-tanzt.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>Hessen tanzt</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-05-21T11:14:00+00:00">21.05.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Zwei Jahre lang musste die Tanzsportgemeinschaft auf die beliebte Großveranstaltung „Hessen tanzt“ der Pandemie wegen verzichten. Am Freitag, dem 13. Mai, gab es den Restart in der Frankfurter Eissporthalle. Der Hessische Tanzsportverband hatte zu seiner 47sten Veranstaltung vom 13. bis 15. Mai die Tänzer dieser Welt eingeladen.<br>Und am Samstag waren dann auch Paare des TSC mit dabei.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="image_container float_right" style="margin:5px 20px;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/7/DianeIsi1-4fc67b97.jpg" width="140" height="113" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
<p>Mittags um 12 Uhr startete das Turnier der Senioren III S Standard mit den Paaren Andrea und Rico Stodko sowie Diane Mongellaz und Stefan Isenecker. Mit 105 Paaren aus fünf Nationen stand das Feld der Senioren III S Standard an der Spitze des Meldezahlenrankings des hessischen Tanzmarathons. Bei allen Paaren war die Freude darüber sich wieder in großen Turnieren messen zu können spürbar. Trotzdem musste man sich erst wieder in dem Turniermodus einer solchen Veranstaltung einfinden, was besonders in der Vorrunde auffiel.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="image_container float_left" style="margin:0px 20px 10px;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/7/AndreaRico-cd309827.jpg" width="140" height="112" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
<p>Mit 14 Paaren auf der Fläche ist es nicht leicht sein Tanzen wie trainiert zu präsentieren. Und so war auch für Andrea und Rico das Turnier leider schon nach der Vorrunde beendet. Diane und Stefan durften bei steigenden Temperaturen außerhalb und innerhalb der Halle noch zwei weitere Runden ihr Tanzen präsentieren. Sie schlossen das Turnier mit dem 28. Platz nur ein paar wenige Kreuzchen von Runde der letzten 24 Paare entfernt, dem Viertelfinale, ab.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="image_container float_right" style="margin:0px 20px 10px;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/e/AnjaFrank_2022-e8776e6e.jpg" width="140" height="107" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
<p>Am Sonntag fand ein weiteres Paar des TSC den Weg zur Eissporthalle. Dr. Anja und Frank Westerhoff starteten in der Senioren II S Standard. Hier waren insgesamt 74 Paare aus sechs Nationen am Start. <br>Für Anja und Frank war es das erste Turnier und das erste große internationale Ranglisten Turnier nach ihrem Aufstieg in die S-Klasse. Auch hier war die Fläche mit 13 Paaren gut gefüllt. Anja und Frank sammelten bei diesem Turnier auf jeden Fall wertvolle neue Erfahrungen für die kommenden Deutschen Meisterschaften im Juni.</p>
|
||||
<p>mz</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:10%;margin-left:10%;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/2/202205HT-7e1d8362.jpg" width="600" height="284" 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/hessen-tanzt.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/hessen-tanzt.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,543 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Mitgliederversammlung 2022 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 13.05.2022 fand die Jugend- und Mitgliederversammlung im Vereinsheim des TSC statt.">
|
||||
<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/mitgliederversammlung.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/mitgliederversammlung.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>Mitgliederversammlung 2022</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-05-25T17:38:00+00:00">25.05.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<div><span style="text-decoration:underline">Jugend- und Mitgliederversammlung</span></div>
|
||||
<div> </div>
|
||||
<div>Am 13.05.2022 fand die Jugend- und Mitgliederversammlung im Vereinsheim des TSC statt.</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-top:20px;margin-bottom:20px;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202205/Versammlung2022.jpg" width="800" height="357" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<div>Zahlreiche Mitglieder kamen zusammen, um sich die Berichte der Clubleitung und der Kassenprüfer anzuhören.<br> Die anschließenden Entlastungen erteilten die Anwesenden einstimmig. </div>
|
||||
<div>Im Zuge der Versammlung wurden Neuwahlen durchgeführt, aus welchen ein neues, größeres Vorstands-Team resultierte (siehe <a href="vorstand.html" target="_blank">Vorstand - Tanzsportclub im VfL Sindelfingen (vfl-sindelfingen.de)</a>).<br> <br> Des Weiteren wurde über Beitragserhöhungen gesprochen und erklärt, dass die Mitgliederverwaltung bald an den VfL übergeben wird. <br> <br> Viele Mitglieder wurden an diesem Abend für ihre langjährigen Mitgliedschaften und ihr ehrenamtiliches Engagement im Tanzsportclub des VfL Sindelfingen geehrt.</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-top:20px;margin-bottom:20px;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202205/Ehrungen2022.jpg" width="1024" height="530" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Eine besondere Ehrung erfuhren dabei Britta Sigmund und Klaus Arndt.<br> Diesen wird bei der nächsten Versammlung des Hauptvereins nämlich die goldene Verdienstnadel überreicht, wofür sie an diesem Abend bereits vom Vorstand beglückwünscht wurden.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_gallery block">
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="cols_2">
|
||||
<li class="row_0 row_first row_last even col_0 col_first">
|
||||
<figure class="image_container" style="margin-right:40px;">
|
||||
|
||||
|
||||
<img src="assets/images/f/Ehrung_Britta-9aebf2ef.jpg" width="277" height="400" alt="Ehrung_Britta.jpg">
|
||||
|
||||
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_0 row_first row_last even col_1 col_last">
|
||||
<figure class="image_container" style="margin-right:40px;">
|
||||
|
||||
|
||||
<img src="assets/images/5/Ehrung_Klaus-c36cb8d5.jpg" width="232" height="400" alt="Ehrung_Klaus.jpg">
|
||||
|
||||
|
||||
</figure>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Mit einem positiven Ausblick wurde die Jugend- und Mitgliederversammlung schließlich beendet. </p>
|
||||
<p>KP</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/mitgliederversammlung.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/mitgliederversammlung.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>DM Senioren II Standard in Glinde - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 11.06.2022 fand im hohen Norden bei Hamburg die diesjährige Deutsche Meisterschaft der Senioren II S-Klasse Standard statt. Zum ersten Mal hier am Start auch unser Paar Dr. …">
|
||||
<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/dm-senioren-ii-standard-in-glinde.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/dm-senioren-ii-standard-in-glinde.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>DM Senioren II Standard in Glinde</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-06-11T07:35:00+00:00">11.06.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p style="line-height: 108%; margin-bottom: 0.28cm;" align="justify">Am 11.06.2022 fand im hohen Norden bei Hamburg die diesjährige Deutsche Meisterschaft der Senioren II S-Klasse Standard statt. Zum ersten Mal hier am Start auch unser Paar Dr. Anja und Frank Westerhoff.</p>
|
||||
<p style="line-height: 108%; margin-bottom: 0.28cm;" align="justify">Da die beiden sich die Gelegenheit eine Deutsche Meisterschaft zu tanzen nicht entgehen lassen wollten, nahmen sie die lange Anreise, inklusive einer dreistündigen Vollsperrung auf der Autobahn, gerne in Kauf.</p>
|
||||
<p style="line-height: 108%; margin-bottom: 0.28cm;" align="justify">Das Clubheim des ausrichtenden Clubs TSV Glinde bot eine schöne Atmosphäre und ca. 200 Zuschauer feuerten die 65 startenden Paare aus ganz Deutschland an. Alle Paare wurden auch einzeln vorgestellt.</p>
|
||||
<p style="line-height: 108%; margin-bottom: 0.28cm;" align="justify">Anja und Frank versuchten ihr bestes und gut trainiertes Tanzen zu präsentieren, haben aber auch festgestellt, dass sie sich in der S-Klasse erst etablieren müssen. Trotzdem war es eine gute Erfahrung und es hat ihnen viel Spaß gemacht.</p>
|
||||
<p style="line-height: 108%; margin-bottom: 0.28cm;" align="justify">mz</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/dm-senioren-ii-standard-in-glinde.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/dm-senioren-ii-standard-in-glinde.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,512 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Endlich wieder Auftritte - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Endlich wieder Auftritte! Nach drei Jahren Pause findet das Internationale Straßenfest in Sindelfingen wieder statt. Lange haben wir darauf gewartet, nun freuen wir uns am …">
|
||||
<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/endlich-wieder-auftritte.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/endlich-wieder-auftritte.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>Endlich wieder Auftritte</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-06-17T09:31:00+00:00">17.06.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<div><span style="text-decoration:underline">Endlich wieder Auftritte!</span></div>
|
||||
<div> </div>
|
||||
<div>
|
||||
<div>
|
||||
<div>Nach drei Jahren Pause findet das Internationale Straßenfest in Sindelfingen wieder statt. Lange haben wir darauf gewartet, nun freuen wir uns am Sonntag, den 19.06.2022, auftreten zu dürfen!</div>
|
||||
<div> </div>
|
||||
</div>
|
||||
<div>
|
||||
<div>Unsere Dance-Styles-Gruppen treten jeweils 2x auf:</div>
|
||||
<div> </div>
|
||||
</div>
|
||||
<div>
|
||||
<div>um 12 Uhr auf der Bühne am Rathausvorplatz </div>
|
||||
<div>um 14 Uhr auf der Bühne am Schaffhauserplatz</div>
|
||||
<div> </div>
|
||||
<div>Kommt vorbei! Wir freuen uns!</div>
|
||||
<div> </div>
|
||||
<div>*Außerdem treten wir am 02.07.2022 zwischen 14Uhr & 17Uhr beim Goldbergest auf - schaut gerne auch hier vorbei!</div>
|
||||
<div> </div>
|
||||
<div>KP</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202206/Foto4a.jpg" width="957" height="455" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_gallery block">
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="cols_2">
|
||||
<li class="row_0 row_first row_last even col_0 col_first">
|
||||
<figure class="image_container">
|
||||
<a href="files/vfl/2022/202206/Sonntag0619.jpg" data-lightbox="lb2955" title="Sonntag0619.jpg">
|
||||
|
||||
<img src="assets/images/a/Sonntag0619-115656ba.jpg" width="450" height="465" alt="Sonntag0619.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_0 row_first row_last even col_1 col_last">
|
||||
<figure class="image_container">
|
||||
<a href="files/vfl/2022/202206/Sonntag0619Nachmittag.jpg" data-lightbox="lb2955" title="Sonntag0619Nachmittag.jpg">
|
||||
|
||||
<img src="assets/images/f/Sonntag0619Nachmittag-736909df.jpg" width="450" height="451" alt="Sonntag0619Nachmittag.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/endlich-wieder-auftritte.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/endlich-wieder-auftritte.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>Musikvideo mit Renote - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Im Juni veröffentlichte Kevin Jenewein, ehemaliger DSDS-Finalist, das Musikvideo zu seinem neuen Song Running Away. And guess what? Renote hat mitgewirkt!">
|
||||
<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/musikvideo-mit-renote.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/musikvideo-mit-renote.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>Musikvideo mit Renote</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-06-19T16:26:00+00:00">19.06.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<div class="g66">
|
||||
<div>Im Juni veröffentlichte Kevin Jenewein, ehemaliger DSDS-Finalist, das Musikvideo zu seinem neuen Song Running Away.<br> And guess what? Renote hat mitgewirkt!<br> <br> Der Dreh hat der Crew super viel Spaß gemacht und das Ergebnis kann sich auf jeden Fall sehen lassen - schaut selbst: <br> <br> <a href="https://www.youtube.com/watch?v=rJZtK_hFIS0" target="_blank">https://www.youtube.com/watch?v=rJZtK_hFIS0</a></div>
|
||||
<div> </div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</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/musikvideo-mit-renote.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/musikvideo-mit-renote.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,445 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Renote auf dem Kesselfestival - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Lange Zeit musste Renote - wie viele andere Tanzcrews auch - auf große Street-Dance-Events und Auftritte verzichten. Am 26.06.2022 war es dann endlich soweit.">
|
||||
<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/renote-auf-dem-kesselfestival.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/renote-auf-dem-kesselfestival.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>Renote auf dem Kesselfestival</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-06-26T16:29:00+00:00">26.06.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<div>Lange Zeit musste Renote - wie viele andere Tanzcrews auch - auf große Street-Dance-Events und Auftritte verzichten.<br> Am 26.06.2022 war es dann endlich soweit. Renote durfte bei der Best of Streetdance Show in Stuttgart auf der Bühne performen. Die Veranstaltung fand im Rahmen des Kesselfestivals auf dem Cannstatter Wasen statt. </div>
|
||||
<div>Wollt ihr den Auftritt sehen? Dann besucht Renote's Insta-Page und lasst gerne ein Like da :)</div>
|
||||
<div> </div>
|
||||
<div><a href="https://www.instagram.com/reel/CfTGkcFFWZH/" target="_blank">https://www.instagram.com/reel/CfTGkcFFWZH/</a></div>
|
||||
</div>
|
||||
<div> </div>
|
||||
|
||||
|
||||
|
||||
</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/renote-auf-dem-kesselfestival.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/renote-auf-dem-kesselfestival.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>danceComp Wuppertal Juli 2022 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am Wochenende 01. - 03.07.2022 pilgerten endlich wieder viele Tänzerinnen und Tänzer in die historische Stadthalle nach Wuppertal um internationale und nationale Ranglisten und …">
|
||||
<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/dancecomp-wuppertal-juli-2022.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/dancecomp-wuppertal-juli-2022.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>danceComp Wuppertal Juli 2022</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-07-01T00:00:00+00:00">01.07.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am Wochenende 01. - 03.07.2022 pilgerten endlich wieder viele Tänzerinnen und Tänzer in die historische Stadthalle nach Wuppertal um internationale und nationale Ranglisten und auch viele DTV-Turniere zu tanzen. Unter den ‚Pilgern‘ auch drei Paare des TSC im VfL Sindelfingen. </p>
|
||||
<p>Den Anfang machten am Freitagvormittag ab 10:00 Uhr Dr. Anja und Frank Westerhoff bei dem Turnier der WDSF OPEN Standard Senior II Standard. Für die beiden war es der erste Start bei diesem Turnier und sie waren ganz beeindruckt von dem wunderschönen großen Saal in dem die diese Turniere ausgetragen werden. Ein ganz besonderer Ansporn für sie war, dass sie unter den Augen der ehemaligen Weltmeister Annette Sudol und Simone Segatori tanzten. Da hier, wie auch bei anderen internationalen Turnieren die Fläche immer mit vielen Paaren bestückt wird, waren die ersten Tänze noch von vielen Störungen durch andere Paare geprägt. Es waren 85 Paare aus der ganzen Welt am Start. Aber so nach und nach kamen sie gut in das Turnier und bekamen einige positive Rückmeldungen zum Slow Foxtrott und zum Quickstep.</p>
|
||||
<p><br>Am Samstagmorgen um 08:30 (!) Uhr ging es für die beiden anderen Paare mit dem WDSF OPEN Senior III Standard los. Andrea und Rico Stodko sowie Diane Mongellaz und Stefan Isenecker waren unter den 145 startenden Paaren aus 11 Nationen. Beide Paare präsentierten ihr Tanzen zu dieser Uhrzeit bestmöglich. Bedauerlicherweise war für beide Paare aber nach der ersten Runde bereits das Turnier beendet. </p>
|
||||
<p>Diane und Stefan konnten die Wertungsrichter zwar von ihrem Tanzen in vier Tänzen überzeugen, mussten jedoch verletzungsbedingt den Quickstep nach einer kurzen Seite abbrechen. Nichtsdestotrotz hatte diese kurze Sequenz bereits einen der internationalen Wertungsrichter überzeugt, so dass sie auch für diesen Tanz von ihm ein Kreuzchen für die nächste Runde bekamen. Leider konnten sie diese trotz Qualifikation, nicht antreten. Wir wünschen Stefan gute Besserung und baldige Rückkehr auf das Parkett.<br>mz</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/dancecomp-wuppertal-juli-2022.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/dancecomp-wuppertal-juli-2022.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,577 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Unsere Dance-Styles-Tänzerinnen on fire - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="In den vergangenen paar Wochen hatten unsere Dance-Styles-Gruppen endlich mal wieder die Möglichkeit bei verschiedenen Events auf der Bühne zu performen. Diese Gelegenheit ließen …">
|
||||
<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/unsere-dance-styles-taenzerinnen-on-fire.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/unsere-dance-styles-taenzerinnen-on-fire.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>Unsere Dance-Styles-Tänzerinnen on fire</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-07-02T16:16:00+00:00">02.07.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>In den vergangenen paar Wochen hatten unsere Dance-Styles-Gruppen endlich mal wieder die Möglichkeit bei verschiedenen Events auf der Bühne zu performen. Diese Gelegenheit ließen sie sich natürlich nicht entgehen und zeigten was sie draufhaben.</p>
|
||||
<p>Los ging es am 16.06.2022 - da fand nämlich zum Auftakt des diesjährigen Internationalen Straßenfestes in Sindelfingen traditionell der Partnerschaftsabend im Bürgerhaus Maichingen statt. Drei unserer Gruppen waren dabei und lieferten einen Vorgeschmack für den darauffolgenden Sonntag.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_gallery block">
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="cols_1">
|
||||
<li class="row_0 row_first even col_0 col_first col_last">
|
||||
<figure class="image_container">
|
||||
<a href="files/vfl/2022/202207/Foto1b.jpg" data-lightbox="lb2969" title="Foto1b.jpg">
|
||||
|
||||
<img src="files/vfl/2022/202207/Foto1b.jpg" width="1024" height="493" alt="Foto1b.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_1 odd col_0 col_first col_last">
|
||||
<figure class="image_container">
|
||||
<a href="files/vfl/2022/202207/Foto2b.jpg" data-lightbox="lb2969" title="Foto2b.jpg">
|
||||
|
||||
<img src="files/vfl/2022/202207/Foto2b.jpg" width="1024" height="491" alt="Foto2b.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_2 row_last even col_0 col_first col_last">
|
||||
<figure class="image_container">
|
||||
<a href="files/vfl/2022/202207/Foto3b.jpg" data-lightbox="lb2969" title="Foto3b.jpg">
|
||||
|
||||
<img src="files/vfl/2022/202207/Foto3b.jpg" width="1024" height="493" alt="Foto3b.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block" style="margin-top:20px;">
|
||||
|
||||
|
||||
|
||||
<p>Am Sonntag, den 19.06.2022, traten dann zehn Dance-Styles-Gruppen beim Straßenfest auf. Bei über 30 Grad kamen weder Tänzerinnen noch Zuschauer ums Schwitzen herum - doch gelohnt hat es sich allemal. Die Plätze vor den Bühnen waren rappelvoll und die Tänzerinnen wurden für ihre Auftritte mit lautem Applaus gefeiert. <br>Hier ein paar Impressionen:</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">
|
||||
<a href="files/vfl/2022/202207/Foto4b.jpg" data-lightbox="lb2971" title="Foto4b.jpg">
|
||||
|
||||
<img src="files/vfl/2022/202207/Foto4b.jpg" width="800" height="470" alt="Foto4b.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_0 row_first even col_1 col_last">
|
||||
<figure class="image_container">
|
||||
<a href="files/vfl/2022/202207/Foto5b.jpg" data-lightbox="lb2971" title="Foto5b.jpg">
|
||||
|
||||
<img src="files/vfl/2022/202207/Foto5b.jpg" width="800" height="384" alt="Foto5b.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_1 row_last odd col_0 col_first">
|
||||
<figure class="image_container">
|
||||
<a href="files/vfl/2022/202207/Foto6b.jpg" data-lightbox="lb2971" title="Foto6b.jpg">
|
||||
|
||||
<img src="files/vfl/2022/202207/Foto6b.jpg" width="800" height="384" alt="Foto6b.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
<li class="row_1 row_last odd col_1 col_last">
|
||||
<figure class="image_container">
|
||||
<a href="files/vfl/2022/202207/Foto7b.jpg" data-lightbox="lb2971" title="Foto7b.jpg">
|
||||
|
||||
<img src="files/vfl/2022/202207/Foto7b.jpg" width="800" height="384" alt="Foto7b.jpg">
|
||||
|
||||
|
||||
</a>
|
||||
</figure>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>P.S.: Wem die Bilder nicht reichen, schaut einfach in den Bericht "Film ab!" rein ;)</p>
|
||||
<p>Am 02.07.2022, etwa zwei Wochen nach dem Internationalen Straßenfest Sindelfingen, tanzten fünf unserer Gruppen dann noch beim Goldbergfest und begeisterten auch hier mal wieder Groß und Klein.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
<a href="files/vfl/2022/202207/Foto8b.jpg" data-lightbox="8dff75">
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202207/Foto8b.jpg" width="800" height="385" alt="">
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
</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/unsere-dance-styles-taenzerinnen-on-fire.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/unsere-dance-styles-taenzerinnen-on-fire.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,466 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>FILM AB! - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Einen Monat nach dem Internationalen Straßenfest in Sindelfingen schwelgen wir immer noch in den Erinnerungen an die gemeinsamen Momente, die vielfältigen Tänze und die …">
|
||||
<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/film-ab.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/film-ab.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>FILM AB!</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-07-06T16:31:00+00:00">06.07.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<div>Einen Monat nach dem Internationalen Straßenfest in Sindelfingen schwelgen wir immer noch in den Erinnerungen an die gemeinsamen Momente, die vielfältigen Tänze und die Leidenschaft, die wir nun endlich wieder auf die Bühne bringen durften. <br> <br> Unser Jugendwart Martin Schatke hat uns mit seiner Kamera begleitet und aus dem Videomaterial ein wunderbares kleines Filmchen entstehen lassen.<br> Am 06.07.2022 feierte der Film dann seine Premiere. Knapp 50 Mitglieder des Vereins kamen zusammen, um ihn gemeinsam im Vereinsheim anzuschauen. Der Saal wurde abgedunkelt, Stühle und Matten boten die Möglichkeit es sich bequem zu machen und das Video wurde mit Hilfe eines Beamers an die Wand projiziert. Für noch mehr Kinofeeling hätte nur noch Popcorn gefehlt :D<br> Schneller als gedacht verstrichen die knapp 35min und am Ende waren alle Zuschauer begeistert und lobten Martins tolle Arbeit. </div>
|
||||
<div> </div>
|
||||
<div>Herzlichen Dank an dieser Stelle nochmal für dein herausragendes Engagement Martin!</div>
|
||||
<div> </div>
|
||||
<div>Wer das Video bislang noch nicht gesehen hat, jetzt aber neugierig geworden ist - hier der Link:</div>
|
||||
<div><a href="https://www.youtube.com/watch?v=pCv8yqRpmqI" target="_blank">https://www.youtube.com/watch?v=pCv8yqRpmqI</a></div>
|
||||
<div> </div>
|
||||
<div> </div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:5%;margin-left:5%;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202207/Foto10b.jpg" width="600" height="468" 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/film-ab.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/film-ab.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,464 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Alte AOK entrümpelt - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Durch viele fleißige Helfer wurde die alte AOK in der letzten Zeit so weit sortiert und vorbereitet, dass sie am Samstag den 09.07.2022 fertig entrümpelt werden konnte. Mit dem …">
|
||||
<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/alte-aok-entruempelt.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/alte-aok-entruempelt.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>Alte AOK entrümpelt</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-07-12T07:23:00+00:00">12.07.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Durch viele fleißige Helfer wurde die alte AOK in der letzten Zeit so weit sortiert und vorbereitet, dass sie am Samstag den 09.07.2022 fertig entrümpelt werden konnte. Mit dem Transporter ging es auf drei Touren:</p>
|
||||
<p>Erste Tour: Eine große Ladung Sperrmüll zum Wertstoffhof Böblingen. Sehr praktisch – man muss beim Fahren auf nichts aufpassen.</p>
|
||||
<p>Zweite Tour: Vier große Spiegel für das Vereinsheim – jetzt doch lieber vorsichtig um die Gullideckel herum fahren.</p>
|
||||
<p>Dritte Tour: Ein paar Tische und weitere Utensilien für das Vereinsheim, sowie ein Metallregal für den Glaspalast.</p>
|
||||
<p>Einen großen Dank an die vielen Helfer, von denen leider nur wenige auf dem Foto zu sehen sind..</p>
|
||||
<p>mz</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-top:2%;margin-right:5%;margin-left:5%;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202207/alte_AOK.jpg" width="867" height="1000" 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/alte-aok-entruempelt.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/alte-aok-entruempelt.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>Gelungener Einstieg in das Turniertanzen - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am Samstag den 16.07.2022 wagten Petra und Jürgen Kohler den Schritt vom Breitensporttanzpaar zum Tuniertanzpaar. Bei einem Turnier der Senioren III D-Klasse Standard im Rahmen …">
|
||||
<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/gelungener-einstieg-in-das-turniertanzen.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/gelungener-einstieg-in-das-turniertanzen.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>Gelungener Einstieg in das Turniertanzen</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-07-16T07:56:00+00:00">16.07.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am Samstag den 16.07.2022 wagten Petra und Jürgen Kohler den Schritt vom Breitensporttanzpaar zum Tuniertanzpaar. Bei einem Turnier der Senioren III D-Klasse Standard im Rahmen des NeckarAlb TanzFestivals in Tübingen gingen sie an Start ihres ersten Turniers.</p>
|
||||
<p>Gut vorbereitet durch den Clubtrainer Rolandas Trembo und die langjährige Teilnahme am Breitensporttraining von Klaus Richter und mit vielen guten Tipps versorgt, präsentierten die beiden mit viel Spaß ihr Tanzen. Das wurde auch von den Wertungsrichtern positiv bewertet, so dass am Ende ein 2. Platz von 10 gestarteten Paaren verbucht werden konnte. Den Quickstep als letzten Tanz konnten sie sogar für sich entscheiden.<br>Ganz herzlichen Glückwünsch und weiter so!<br>mz</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/gelungener-einstieg-in-das-turniertanzen.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/gelungener-einstieg-in-das-turniertanzen.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,464 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Vienna Dance Concourse - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Traditionell im Juli findet im historischen Rathaus der Stadt Wien der Vienna Dance Consourse statt.Bei hochsommerlichen Temperaturen wurde vom 21. – 24. Juli im schönen Festsaal …">
|
||||
<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/vienna-dance-concourse.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/vienna-dance-concourse.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>Vienna Dance Concourse</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-07-22T15:19:00+00:00">22.07.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Traditionell im Juli findet im historischen Rathaus der Stadt Wien der Vienna Dance Consourse statt.<br>Bei hochsommerlichen Temperaturen wurde vom 21. – 24. Juli im schönen Festsaal getanzt.</p>
|
||||
<p>Die Reise nach Wien hat auch unser Paar Sylvia und Lutz Benedix angetreten um am 22.07.2022 im Festsaal das WDSF Turnier der Senioren III S Standard zu tanzen.</p>
|
||||
<p>Nach langer Turnierabstinenz hatten sie sich dieses schöne Turnier für ihren Wiedereinstieg ausgesucht. An den Start gegangen sind 100 Paare und Sylvia und Lutz konnten sich mit ihrem dynamischen Tanzen direkt ohne in den Redance zu müssen, für die nächste Runde qualifizieren. Sehr gefreut haben sie sich, dass sie sich auch noch für die 48er Runde qualifizieren konnten. Diese schlossen sie mit einem guten 38. Platz in einem gut besetzen Feld ab.</p>
|
||||
<p>mz</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:5%;margin-left:5%;">
|
||||
|
||||
<a href="files/vfl/2022/202207/SuL_Benedix_Wien.jpg" data-lightbox="0780f6">
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/b/SuL_Benedix_Wien-389ad31b.jpg" width="462" height="640" alt="">
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
</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/vienna-dance-concourse.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/vienna-dance-concourse.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,465 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Sommerturniere Enzklösterle - die Erste - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Sommerturniere Enzklösterle - die ErsteAm letzten Juli Wochenende fanden in dem kleinen Schwarzwald Ort Enzklösterle unter dem Motto Enzklösterle tanzt die traditionellen …">
|
||||
<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/sommerturniere-enzkloesterle-die-erste.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/sommerturniere-enzkloesterle-die-erste.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>Sommerturniere Enzklösterle - die Erste</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-08-01T08:47:00+00:00">01.08.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am letzten Juli Wochenende fanden in dem kleinen Schwarzwald Ort Enzklösterle unter dem Motto Enzklösterle tanzt die traditionellen Sommerturniere der Senioren statt. So auch für die Turnierneueinsteiger Petra und Jürgen Kohler ein Turnier der Senioren III D Standard Klasse.</p>
|
||||
<p>Bei schönstem Sommerwetter und entsprechenden Temperaturen gingen hier 9 Paare an den Start. Gut unterstützt und gecoacht von Anja und Frank Westerhoff konnten Petra und Jürgen die Wertungsrichter von ihrem Können voll überzeugen. Sie gingen in diesem Turnier als Sieger mit allen gewonnenen Tänzen vom Parkett.</p>
|
||||
<p>Als Erstplatzierte durften sie auch am nachfolgenden Turnier der C-Klasse teilnehmen, hier waren mit ihnen nun 10 Paare am Start. Auch hier konnten sie die Wertungsrichter von ihrem souveränen Tanzen überzeugen und mussten nur den Slowfoxtrott an die Zweitplatzierten abgeben.</p>
|
||||
<p>In Folge dessen bestand nun die Möglichkeit als Gewinner des Turniers der C-Klasse auch an dem Turnier B-Klasse teilzunehmen. Diese wurde gerne ergriffen und so ging es in das 3. Turnier des Tages und zum ersten Mal sollten alle fünf Standardtänze präsentiert werden. Von den 9 startenden Paaren ließen Petra und Jürgen am Ende 7 Paare hinter sich und belegten den 2. Platz.</p>
|
||||
<p>Nach sechs Runden tanzen, insgesamt 24 gestanzten Tänzen und zwei ersten und einem zweiten Platz war dieser überaus erfolgreiche Turniertag für die beiden beendet.</p>
|
||||
<p>HERZLICHEN GLÜCKWUNSCH!!!<br>Nächstes Wochenende geht es noch einmal nach Enzklösterle – Wir dürfen gespannt sein! <br>mz</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
<h3>1. Platz in Sen III C</h3>
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202208/Kohler_Platz_1_inC_202207.jpeg" width="1291" height="643" 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/sommerturniere-enzkloesterle-die-erste.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/sommerturniere-enzkloesterle-die-erste.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,516 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Sommerturniere Enzklösterle Teil 2 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Das zweite Wochenende der Sommerturniere in Enzklösterle fand am Wochenende 06./07. August bei wieder wunderbarem Sommerwetter statt. ">
|
||||
<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/sommerturniere-enzkloesterle-teil-2.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/sommerturniere-enzkloesterle-teil-2.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>Sommerturniere Enzklösterle Teil 2</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-08-08T13:05:00+00:00">08.08.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Das zweite Wochenende der Sommerturniere in Enzklösterle fand am Wochenende 06./07. August bei wieder wunderbarem Sommerwetter statt.</p>
|
||||
<p>Am Samstag wagten Petra und Jürgen Kohler den Start in der jüngeren Senioren II D-Klasse und belegten dort einen guten 2. Platz mit einigen eingestreuten Einser Wertungen.</p>
|
||||
<p>Am Sonntag ging es dann wieder in ihrer eigenen Altersklasse der Senioren III D an den Start. Von den 9 gestarteten Paare konnten sie wieder 8 hinter sich lassen und gewannen das Turnier souverän.</p>
|
||||
<p>Auch dieses Mal ließen sie es sich nicht nehmen sich in der C-Klasse mit schon erfahreneren Turniertänzern zu messen. In diesem Turnier waren 5 Paare am Start, sodass nach einer Sichtungsrunde schnell das Finale folgte. Petra und Jürgen zeigten mit viel Freude ihr sauberes Tanzen und durften am Ende auf dem 3. Treppchenplatz Aufstellung nehmen.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202208/Enzkl%C3%B6sterlePJKohler.jpg" width="600" height="799" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202208/Enzkl%C3%B6sterleSenIIID.jpg" width="600" height="541" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block" style="margin-top:15px; margin-bottom:10px;">
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
<p> </p>
|
||||
<p>Später am Nachmittag fand als letztes Turnier des Tages ein Senioren III S Turnier statt. Auch hier war ein Paar des TSC am Start. Nach über zwei Jahren Pause wegen der Pandemie und auch Verletzungsbedingt gingen Petra und Stefan Brandstetter in ihr erstes Turnier der S-Klasse. Noch etwas nervös präsentierten sie ihr elegantes Tanzen. Leider hat es am Ende mit dem 7.Platz nicht ganz für das Finale gereicht.</p>
|
||||
<p>mz (alle Bilder Stefan Isenecker)</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202208/Enzkl%C3%B6sterlePSBrandstetter.jpg" width="600" height="801" 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/sommerturniere-enzkloesterle-teil-2.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/sommerturniere-enzkloesterle-teil-2.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,489 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>GOC 2022 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Vom 09. – 13. August fanden nach zwei Jahren Pause endlich die 34. German Open Championships statt. In dem Stuttgarter Kultur- und Kongresszentrum Liederhalle wurde die …">
|
||||
<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/goc-2022.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/goc-2022.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>GOC 2022</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-08-22T15:09:00+00:00">22.08.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Vom 09. – 13. August fanden nach zwei Jahren Pause endlich die 34. German Open Championships statt. In dem Stuttgarter Kultur- und Kongresszentrum Liederhalle wurde die Veranstaltung zum 17. Mal ausgetragen. Paare aus fast allen Nationen dieser Welt waren nach Stuttgart gekommen um sich in über 30 Turnieren vieler Leistungsklassen und aller Altersklassen zu messen.</p>
|
||||
<p>Von fünf möglichen Paaren des TSC im VfL Sindelfingen die startberechtigt gewesen wären sind zwei tatsächlich in ihren Turnieren angetreten.</p>
|
||||
<p>Den Anfang machten Sylvia und Lutz Benedix in dem WDSF Senioren III Standard Turnier am Dienstag mit der ersten Runde in der historischen alten Reithalle, die sie problemlos überstanden. Am Mittwoch wurde dieses Turnier mit der 2. Runde bis zum Finale fortgesetzt. Sylvia und Lutz konnten in einem gut besetzten Feld von 161 Paaren aus 18 Nationen einen respektablen 86. Platz erreichen.</p>
|
||||
<p>Ebenfalls am Mittwoch waren Dr. Anja und Frank Westerhoff in dem WDSF Senioren II Standard Turnier an der Reihe. In dem mit 76 Paaren besetzten Feld aus 14 Nationen erreichten sie bei ihrem ersten Start bei den German Open den 62. Platz.</p>
|
||||
<p>Am Freitag ging es für diese beiden Paare dann mit einem zweiten Turnier in ihren Klassen weiter.<br>Diesmal waren es Anja und Frank die ihre erste Runde des WDSF Senioren II Standard Turniers im schönen Beethovensaal tanzen durften. Bei diesem Turnier gingen mit 88 Paaren etwas mehr Paare als am Mittwoch an den Start. Bei 12 Paaren welche die erste Runde aufgrund ihrer guten internationalen Ranglistenplatzierung nicht tanzen müssen, ist es sehr schwer genügend Wertungen für die Runde der letzten 48 Paare am nächsten Tag zu erhalten. Anja und Frank erreichten bei diesem Turnier den 70. Platz und ließen damit etwas mehr Paare hinter sich, als bei dem vorangegangenen Turnier.</p>
|
||||
<p>Das WDSF Senioren III Standard Turnier fand wieder in der historischen alten Reithalle statt. Diesmal gingen hier 155 Paare an den Start. Auch diesesmal erreichten Sylvia und Lutz ohne Schwierigkeiten die 2. Runde und schlossen das Turnier mit dem 76. Platz ab.</p>
|
||||
<p>Es hat allen, auch den zuschauenden Fans aus dem TSC viel Spaß gemacht und es war super schön wieder so viele Freunde aus aller Welt in Stuttgart wiederzusehen.<br>mz</p>
|
||||
<p>Bem. Aufzeichnungen von der GOC hier <a href="https://sportdeutschland.tv/goc"> https://sportdeutschland.tv/goc</a> </p>
|
||||
<p>GOC-Seite <a href="https://www.goc-stuttgart.de/">https://www.goc-stuttgart.de/</a></p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block" style="margin-top:20px;">
|
||||
|
||||
<h5>Dr. Anja und Frank Westerhoff im WDSF Senioren II Standard Turnier</h5>
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:5%;margin-left:5%;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202208/AnjaFrank2022GOC.jpg" width="518" height="600" alt="Dr. Anja und Frank Westerhoff im WDSF Senioren II Standard TurniDr. Anja und Frank Westerhoff im WDSF Senioren II Standard Turnier">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block" style="margin-top:10px;">
|
||||
|
||||
<h5>Sylvia und Lutz Benedix WDSF Senioren III Standard</h5>
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:5%;margin-left:5%;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/b/signal-2022-08-23-00-11-55-386-ffd8436b.jpg" width="520" height="829" 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/goc-2022.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/goc-2022.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,496 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>LM Sen III in Esslingen - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Traditionell am ersten Wochenende im September finden die ersten Landesmeisterschaften der Herbstsaison statt. Den Auftakt machten die Senioren III und die Hauptgruppe 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/lm-sen-iii-in-esslingen.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/lm-sen-iii-in-esslingen.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>LM Sen III in Esslingen</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-09-05T15:25:00+00:00">05.09.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Traditionell am ersten Wochenende im September finden die ersten Landesmeisterschaften der Herbstsaison statt. Den Auftakt machten die Senioren III und die Hauptgruppe II Standard am 03.09. in der Osterfeldhalle in Esslingen, ausgerichtet vom Schwarz-Weiß-Club Esslingen.</p>
|
||||
<p>In der Senioren III D-Klasse morgens um 10:00 Uhr mit am Start waren vom TSC Petra und Jürgen Kohler. Mit ihrem dynamischen und harmonischen Tanzen überzeugten sie die sieben Wertungsrichter voll, sodass sie ohne Problem in das 6-Paarige Finale einzogen. Dort waren die Wertungen von Anfang an recht gemischt, aber es waren auch einige Einsen dabei. In der Endabrechnung wurde es der zweite Platz und somit der Vizelandesmeister in dieser Klasse. <br>HERZLICHEN GLÜCKWUNSCH!</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:5%;margin-left:20%;">
|
||||
|
||||
<a href="files/vfl/2022/202209/LM2022SenIIID.jpg" data-lightbox="355988">
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/1/LM2022SenIIID-4fbb39c1.jpg" width="245" height="400" alt="">
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
<figcaption class="caption">Petra und Jürgen</figcaption>
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block" style="margin-top:15px;">
|
||||
|
||||
|
||||
|
||||
<p>Einige Stunden später und ein paar Klassen höher ging die S-Klasse der Senioren III an den Start. Dieses war das größte Feld mit 27 Paaren, darunter auch zwei vom TSC, Sylvia und Lutz Benedix sowie Petra und Stefan Brandstetter. Beide Paare konnten die Wertungsrichter mit ihrem Tanzen überzeugen, so dass sie die Zwischenrunde und das Semifinale sicher erreichten. In der Endabrechnung stand bei beiden Paaren ein geteilter 10./11. Platz in der Ergebnisliste.<br>mz</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:5%;margin-left:5%;">
|
||||
|
||||
<a href="files/vfl/2022/202209/LM2022SenIIIS.jpg" data-lightbox="d1b6ba">
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/9/LM2022SenIIIS-a7f02fb9.jpg" width="500" height="496" alt="">
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
<figcaption class="caption">Stefan und Petra - Sylvia und Lutz</figcaption>
|
||||
|
||||
</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/lm-sen-iii-in-esslingen.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/lm-sen-iii-in-esslingen.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>Neuer Tanzkurs für Anfänger im Oktober - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Details siehe Termine">
|
||||
<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/neuer-tanzkurs-fuer-anfaenger-im-oktober.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/neuer-tanzkurs-fuer-anfaenger-im-oktober.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>Neuer Tanzkurs für Anfänger im Oktober</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-09-08T17:34:00+00:00">08.09.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
<p>Details siehe "Termine"</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:5%;margin-left:20%;">
|
||||
|
||||
<a href="files/vfl/2022/202209/TK%20Okt%2022.JPG" data-lightbox="93293d">
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/4/TK%20Okt%2022-c5a35f94.jpg" width="277" height="400" alt="">
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
</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/neuer-tanzkurs-fuer-anfaenger-im-oktober.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/neuer-tanzkurs-fuer-anfaenger-im-oktober.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>Der Tanzsportclub im VfL Sindelfingen trauert um sein Ehrenmitglied Rolf Zimmer. - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 10. September verstarb unser langjähriges Ehrenmitglied Rolf Zimmer. Wir trauern mit seiner Familie um einen liebenswerten Menschen, der mit vorbildlichem Engagement, …">
|
||||
<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/der-tanzsportclub-im-vfl-sindelfingen-trauert-um-sein-ehrenmitglied-rolf-zimmer.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/der-tanzsportclub-im-vfl-sindelfingen-trauert-um-sein-ehrenmitglied-rolf-zimmer.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>Der Tanzsportclub im VfL Sindelfingen trauert um sein Ehrenmitglied Rolf Zimmer.</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-09-17T08:20:00+00:00">17.09.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am 10. September verstarb unser langjähriges Ehrenmitglied Rolf Zimmer. Wir trauern mit seiner Familie um einen liebenswerten Menschen, der mit vorbildlichem Engagement, ausgeprägtem Verantwortungsgefühl und starker menschlicher Ausstrahlung über Jahrzehnte die positive Entwicklung des Tanzsportclubs maßgeblich mit geprägt hat.</p>
|
||||
<p>In den fast 50 Jahren seiner Mitgliedschaft, davon 40 Jahre als Mitglied der Abteilungsleitung, hat er durch Weitblick und Entscheidungen zur richtigen Zeit stets wichtige Meilensteine mit initiiert und verantwortet, so zum Beispiel den Bau der clubeigenen Trainingsräume . Sein Rat als dienstältestes Mitglied der Abteilungsleitung war immer gefragt und wird uns sehr fehlen.</p>
|
||||
<p>Wir werden ihn in seiner menschlichen und freundschaftlichen Art sehr vermissen und ihm ein ehrendes Andenken bewahren.</p>
|
||||
<p>Unsere Trauer und unser Mitgefühl gehören seiner Familie.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:20%;margin-left:20%;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/4/RolfZimmer_Portrait_2-d15a1714.jpg" width="209" height="300" 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/der-tanzsportclub-im-vfl-sindelfingen-trauert-um-sein-ehrenmitglied-rolf-zimmer.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/der-tanzsportclub-im-vfl-sindelfingen-trauert-um-sein-ehrenmitglied-rolf-zimmer.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,567 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>50 Jahre TSC - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am Samstag, den 08.10.2022, fand anlässlich des 50-jährigen Bestehens der Tanzsportabteilung des VfL Sindelfingen ein Jubiläumsfest in unserem Vereinsheim statt. Jeder, der kommen …">
|
||||
<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-50-jahre.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-50-jahre.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>50 Jahre TSC</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-11-02T07:29:00+00:00">02.11.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am Samstag, den 08.10.2022, fand anlässlich des 50-jährigen Bestehens der Tanzsportabteilung des VfL Sindelfingen ein Jubiläumsfest in unserem Vereinsheim statt. Jeder, der kommen wollte, war herzlich dazu eingeladen - und so füllten sich ab 16 Uhr die Säle.</p>
|
||||
<p>Das Programm an diesem Abend zeigte eindrücklich die Vielfalt unserer Abteilung: Tanzauftritte von Gruppen unterschiedlicher Altersklassen, Tanzpaare verschiedener Stilarten und Kategorien sowie Tanzkreise - alle zeigten sie ihr Können und weihten mit ihren Darbietungen offiziell unseren neuen Tanzsaal ein.</p>
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:10%;margin-left:10%;">
|
||||
|
||||
<a href="files/vfl/2022/202210/Bild1.jpg" data-lightbox="4b0d62">
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/4/Bild1-1613def4.jpg" width="600" height="401" alt="">
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>In den Pausen zwischen den einzelnen Programmpunkten hatte auch das Publikum reichlich Gelegenheit das Tanzbein zu schwingen. Und immer wenn der Song "La Libertad" von Alvaro Soler erklang, tanzten Alt und Jung, Mitglieder und Nicht-Mitglieder gemeinsam den für diesen Abend choreographierten Vereinstanz.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:10%;margin-left:10%;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/8/Bild2-441cd898.jpg" width="600" height="318" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>War in manchen Gesichtern bei den ersten Versuchen noch etwas Unsicherheit zu sehen, so schwand diese von Mal zu Mal mehr und verwandelte sich in puren Spaß.</p>
|
||||
<p>Tanzen macht Spaß! :)<br>Das sagte auch Anja Westerhoff, als sie ihre Rede einleitete, in der sie sich an über 50 Turniere und 14 Tanz-Shows erinnerte, die wir in den vergangenen Jahrzehnten durchgeführt haben - "gemeinsam haben wir viel erreicht". <br>Erster Bürgermeister Christian Gangl dankte in seiner Rede den Mitgliedern für die gute Vereinsarbeit und die vielen gelungenen Auftritte bei Veranstaltungen der Stadt.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block" style="margin-bottom:15px;">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:10%;margin-left:10%;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/5/Bild3-fb6edda5.jpg" width="600" height="400" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Neben tänzerischen Programmpunkten und tanzreichen Pausen stellte eine Modenschau am späten Abend einen Höhepunkt des Jubiläumsfestes dar. "Tanzsportmode im Wandel der Zeit" lautete das Motto der Modenschau, welche zeigte, wie sich die Kleider der Tänzerinnen im Laufe der Jahre änderten.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:10%;margin-left:10%;">
|
||||
|
||||
<a href="files/vfl/2022/202210/Bild4.jpg" data-lightbox="9bf7f0">
|
||||
|
||||
|
||||
|
||||
<img src="assets/images/3/Bild4-6cbbc4f3.jpg" width="600" height="246" alt="">
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Unser Jugendwart Martin Schatke hat eine wunderschöne Zusammenfassung unseres tollen Festes in Form eines Videos kreiert - schaut gerne rein:<br> <br><a href="https://www.youtube.com/watch?v=G8BeXuSN1Do" target="_blank">50 Jahre Tanzsportclub im VfL Sindelfingen - YouTube</a></p>
|
||||
<p>Vielen herzlichen Dank an dieser Stelle an alle, die zu unserem Fest beigetragen haben!<br> <br> Auf viele weitere schwungvolle Abende wie diesen, auf den TSC! </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-50-jahre.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-50-jahre.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>Schritt für Schritt dem Aufstieg näher - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am Sonntag den 20.11. startete gut erholt vom Urlaub unser Paar Petra und Jürgen Kohler beim Tanzsportwochenende in Mosbach.">
|
||||
<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/schritt-fuer-schritt-dem-aufstieg-naeher.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/schritt-fuer-schritt-dem-aufstieg-naeher.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>Schritt für Schritt dem Aufstieg näher</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-11-24T13:45:00+00:00">24.11.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<!--<p><img style="float: left; margin: 10px;" src="files/vfl/2022/202211/24_Mosbach/urkunde.JPG" alt="Urkunde" width="250"></p>-->
|
||||
<p>Am Sonntag den <strong>20.11.2022</strong> startete gut erholt vom Urlaub unser Paar <strong>Petra</strong> und <strong>Jürgen Kohler</strong> beim Tanzsportwochenende in Mosbach.</p>
|
||||
<p>Das Turnier der <strong>Senioren III D</strong> Klasse war mit fünf Paaren eher dünn besetzt. Das hat Petra und Jürgen aber nicht daran gehindert ihr bestes Tanzen zu zeigen und damit die fünf Wertungsrichter zu überzeugen. Am Ende waren es 15 Einsen und ein <strong>glatter Sieg</strong> für die beiden. Herzlichen Glückwunsch und weiter so!</p>
|
||||
<p><span class="information">mz</span></p>
|
||||
<p style="text-align: center;"><img style="width: 550px;" src="files/vfl/2022/202211/24_Mosbach/treppchen.JPG" alt="Finalisten des Turniers" width="650"></p>
|
||||
<p style="text-align: center;"><img style="width: 550px;" src="files/vfl/2022/202211/24_Mosbach/urkunde.JPG" alt="Finalisten des Turniers" width="650"></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/schritt-fuer-schritt-dem-aufstieg-naeher.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/schritt-fuer-schritt-dem-aufstieg-naeher.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>Saxonian Dance Classics 2022 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 12. und 13. November fanden in Dresden die Saxonian Dance Classics 2022 mit vier WSDF Senioren-Turnieren im Programm statt.">
|
||||
<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/saxonian-dance-classics-2022-a.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/saxonian-dance-classics-2022-a.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>Saxonian Dance Classics 2022</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-11-26T10:25:00+00:00">26.11.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p><img style="float: right; margin: 10px;" src="files/vfl/2022/202211/25_Dresden/IMG_5755.jpg" alt="Benedix in Dresden" width="320" height="684">Am <strong>12. und 13. November</strong> fanden in Dresden die Saxonian Dance Classics 2022 mit vier WSDF Senioren-Turnieren im Programm statt.</p>
|
||||
<p>Bei schönstem sonnigen Herbstwetter startete am Sonntagnachmittag das Turnier der <strong>Senioren III</strong> mit insgesamt 107 Paaren. Es war das größte Starterfeld an diesem Wochenende.</p>
|
||||
<p>Mit dabei außer den amtierenden Weltmeistern auch unser Paar <strong>Sylvia</strong> und <strong>Lutz Benedix</strong>. Die beiden tanzten unbeeindruckt von der Stärke des Feldes ihr bestes Turnier bislang und konnten sich sicher für die Runde der letzten 48 Paare qualifizieren.</p>
|
||||
<p>Mit <strong>Platz 46</strong> in der Endabrechnung waren sie sehr glücklich. Zumal das ‚Losglück‘ ihnen in jedem Tanz mehrere Finalpaare in der gleichen Runde auf dem Parkett bescherte. Alles in allem war es für sie sehr schönes und hochklassiges Turnier in toller Umgebung das sie genossen haben.</p>
|
||||
<p><span class="information">mz</span></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/saxonian-dance-classics-2022-a.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/saxonian-dance-classics-2022-a.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,465 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Sechs Turniere, sechs Finals und ein Aufstieg - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am vergangenen Wochenende (26./27.11.) konnte unser Paar Petra und Jürgen Kohler ihre Erfolgsserie fortsetzen. Sie starteten im Rahmen des Mittelfränkischen Tanzsportwochenendes.">
|
||||
<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.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.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>Sechs Turniere, sechs Finals und ein Aufstieg</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-11-30T08:54:00+00:00">30.11.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am vergangenen Wochenende (26./27.11.) konnte unser Paar Petra und Jürgen Kohler ihre Erfolgsserie fortsetzen. Sie starteten im Rahmen des Mittelfränkischen Tanzsportwochenendes.<br>Bei den Turnieren in Fürth am Samstag hatten sie sich für die Turniere der Senioren II und III D-Klasse angemeldet. Alle Turniere waren gut besetzt. So konnten Petra und Jürgen ordentlich Punkte sammeln.</p>
|
||||
<p><br>In der jüngeren Altersklasse der Senioren II D erreichten sie das Finale und wurden 4. von 18 Paaren. <br>Das Turnier der Senioren III D konnten sie souverän für sich entscheiden und gingen als Sieger aus dem 10 Paarigen Feld hervor. Als solche nutzen sie die Gelegenheit im folgenden Turnier der Senioren III C ebenfalls an den Start zu gehen. Hier erreichten sie ebenfalls ohne Probleme das Finale und konnten auf dem Treppchen den 3. Platz von 15 gestarteten Paaren einnehmen.</p>
|
||||
<p><br>Nach acht Tanzrunden an diesem Tag freuten sie sich auf eine heiße Dusche und ein gutes Essen im Hotel um sich bestmöglich zu erholen für die Turniere am Sonntag.</p>
|
||||
<p><br>Am Sonntag ging es um 10 Uhr mit dem Turnier der Senioren III D in Schwabach für die beiden weiter. Mit 10 Paaren war das Turnier auch wieder ordentlich besetzt und mit dem Sieg in diesem Turnier haben waren die noch fehlenden Punkte für den Aufstieg in die nächst höhere Leistungsklasse erreicht. So wurde dann selbstverständlich gleich die Gelegenheit genutzt in der nachfolgenden C-Klasse mitzutanzen.</p>
|
||||
<p><br>Hier waren 12 Paare am Start. Petra und Jürgen konnten sich mit voller Anzahl der Kreuze für das Finale qualifizieren und das Turnier für sich entscheiden. Mit diesem Elan wurde dann gleich auch noch das Turnier der jüngeren Klasse Senioren II C mitgetanzt. Hier erreichten Sie mit dem 4. Platz ebenfalls problemlos das Finale des 8 Paarigen Feldes. Somit haben sie am Sonntag auch noch einmal 6 Runden getanzt und bereits die ersten Platzierungen für den nächsten Aufstieg gesammelt.<br>Kurz Zusammengefasst waren das dann Sechs Turniere, sechs Finals, dreimal der 1.Platz, einmal der 3. Platz und zweimal der 4. Platz, 14 getanzte Runden mit insgesamt 49 Tänzen!</p>
|
||||
<p><br>Ganz herzlichen Glückwunsch zu diesem überaus erfolgreichen Wochenende und weiterhin viel Erfolg und Freude bei den Turnieren.</p>
|
||||
<p>mz</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container" style="margin-right:10%;margin-left:10%;">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2022/202211/Kohler_202211.jpg" width="375" height="500" 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.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.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>Neuer Tanzkurs für Fortgeschrittene und Wiedereinsteiger - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Details siehe Termine">
|
||||
<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/neuer-tanzkurs-fuer-fortgeschrittene-und-wiedereinsteiger-544.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/neuer-tanzkurs-fuer-fortgeschrittene-und-wiedereinsteiger-544.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>Neuer Tanzkurs für Fortgeschrittene und Wiedereinsteiger</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-12-07T12:07:00+00:00">07.12.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
<p>Details siehe "Termine"</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/neuer-tanzkurs-fuer-fortgeschrittene-und-wiedereinsteiger-544.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/neuer-tanzkurs-fuer-fortgeschrittene-und-wiedereinsteiger-544.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,452 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Finalplätze bei Adventsturnieren in Bayern - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Am 3. Adventswochenende fuhren Petra und Jürgen Kohler nach Unterschleißheim um dort bei den Adventsturnieren des TSC Unterschleißheim ein letztes Turnier für dieses Jahr zu …">
|
||||
<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/finalplaetze-bei-adventsturnieren-in-bayern.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/finalplaetze-bei-adventsturnieren-in-bayern.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>Finalplätze bei Adventsturnieren in Bayern</h1>
|
||||
|
||||
<p class="info"><time datetime="2022-12-13T12:55:00+00:00">13.12.2022</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am 3. Adventswochenende fuhren Petra und Jürgen Kohler nach Unterschleißheim um dort bei den Adventsturnieren des TSC Unterschleißheim ein letztes Turnier für dieses Jahr zu tanzen.</p>
|
||||
<p>Das Turnier der Senioren (Master) III C-Klasse war nur nur sechs Paaren besetzt, so dass direkt ein Finale getanzt werden konnte. Petra und Jürgen konnten auch hier die fünf bayrischen Wertungsrichter überzeugen und ertanzten sich den 1. Platz.</p>
|
||||
<p>Im anschließenden Turnier der Senioren (Master) III B-Klasse, das sie als Sieger mittanzen durften, erreichten sie einen guten dritten Platz mit einigen 2er Wertungen.</p>
|
||||
<p>Herzlichen Glückwunsch zu diesen schönen Ergebnissen die sie dem nächsten Aufstieg näherbringen.<br>mz</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_hyperlink block" style="margin-top:10px;">
|
||||
|
||||
<h5>siehe auch Kreiszeitung Böblinger Bote vom 12.12.2022</h5>
|
||||
|
||||
|
||||
<a href="pressestimmen.html" class="hyperlink_txt" title="pressestimmen.html" rel="">pressestimmen.html</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/finalplaetze-bei-adventsturnieren-in-bayern.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/finalplaetze-bei-adventsturnieren-in-bayern.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