/*
**********************************************
***      created by Boris Schmakowski      ***
***          www.schmakowski.de            ***
**********************************************
*/

/*----------- normalize -------*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video { background: transparent; vertical-align: baseline; border: 0; outline: 0; margin: 0; padding: 0; }

html { 
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}
aside { display: inline-block; }
:focus:not(:focus-visible) { outline: none }


/*----------- some basics -----------*/

object, img, a { outline:none; border:0; }
small { font-size: .875em; }
strike, del { text-decoration: line-through; }
sub, sup { font-size: .75em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
mark { background: #ff6; padding: 1px 3px; }
dl {  }
dt { font-weight: bold; }
dd { display: block; margin-left: 2em; }
hr { display: block; height: 0; border: 0 none; border-top: 1px solid #880000; margin: 2.5em 0; }
ul { 
	list-style: circle outside;
	margin: 0 0 0 1em;
	padding: 0 0 1em 0;
}
ol { 
	list-style: decimal outside; 
	margin: 0 0 0 1.5em;
	padding: 0 0 1em 0; 
}
ol li > ol,
ol li > ul,
ul li > ol,
ul li > ul
{ padding: 0; margin: 0 0 0 1.5em;}

div[itemprop="articleBody"]:after {		/* clr nach DIV eines Artikels */
  	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}


/*---- lets go ----*/

/*
header 			{ background-color: #ffffff;}
section#content { background-color: #ffffff;}
*/

#wrapper-a,
#wrapper-b,
#wrapper-c,
#wrapper-bc,
#wrapper-d,
#foot_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1em;
}
section#content {
	padding: 4vh 0 5vh 0;
	text-align: left;
}

/*--- Bearbeitungs Icons ---*/

div.icons {
	display: none;
	visibility: hidden;
}

/*--- BreadCrumbs ----*/


div.crosslink {
	padding: 2% 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-end;
}
div.crosslink > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 49%;
}
/*--- Header ----*/

@media all and (min-width: 800px)
{
	div#kopf {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	div#kopf1, div#kopf2 {
		order: 1;
		flex-grow: 0;
		flex-basis: auto;
		align-self: flex-end;
	}
	div#kopf1 {
		width: 180px;
		margin: 20px 0 -40px 0;
		z-index: 10;
	}
	div#headtop1 img {
		width: 100%;
		height: auto;
	}
	
	div#kopf2 {
		width: calc(100% - 330px);
	}
	@media all and (max-width: 1000px)
	{
		div#kopf2 {
			width: calc(100% - 230px);
		}
	}
	div#headtop2 {
		position: absolute;
		top: 50px;
		left: 220px;
		width: 360px;
	}
	div#headtop2 img {
		width: 100%;
		height: auto;
	}
	div#headtop3 {
		position: absolute;
		top: 20px;
		right: 0;
		font-size: 1.8em;
		font-weight: 400;
	}
	div#headtop3 a {
		cursor: pointer;
	}
	div#headtop3 a:last-child {
		margin-left: 1em;
	}
}
@media all and (max-width: 800px)
{
	div#headtop123 {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	div#headtop123 > div {
		order: 1;
		flex-grow: 0;
		flex-basis: auto;
		align-self: flex-start;
	}
	div#headtop1 {
		width: 100px;
		margin-top: 20px;
		margin-bottom: -20px;
	}
	div#headtop1 img {
		width: 100%;
		height: auto;
	}
	div#headtop2 {
		width: 200px;
		margin-top: 40px;
		margin-left: 20px;
	}
	div#headtop2 img {
		width: 100%;
		height: auto;
	}
	@media all and (max-width: 450px)
	{
		div#headtop2 {
			display: none;
			visibility: hidden;
		}
	}
	
	div#headtop3 {
		position: absolute;
		top: 22px;
		right: 0;
		font-size: 1.8em;
		font-weight: 400;
	}
	div#headtop3 a {
		cursor: pointer;
	}
	div#headtop3 a:last-child {
		margin-left: 1.5em;
	}
}

div#headtop123 a 			{ color: #999999; text-decoration: none; border: none;}
div#headtop123 a:visited 	{ color: #999999; text-decoration: none; border: none;}
div#headtop123 a:hover 		{ color: #cf1011; text-decoration: none; border: none;}
div#headtop123 a:active 	{ color: #cf1011; text-decoration: none; border: none;}

/*--- Slider / Banner Static ----*/

section#slider {
	background-color: #002e52;
}

div.banner-static {
	font-size: 0;
	line-height: 0;
	position: relative;
}

div.banner-static img {
	width: 100%;
	height: auto;
	max-height: 400px;
}

@media all and (min-width: 950px)
{
	div.banner-static div::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-image: url('addons/Element_4.png');
		background-position: center bottom;
		background-size: 100% 60px;
		background-repeat: no-repeat;
	}
}

/*---- vor dem slider statisch ----*/
@media all and (min-width: 950px)
{
	.n2-ss-slider-4 {
		background-image: url('addons/Element_4.png');
		background-position-x: center;
		background-position-y: bottom;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}
/*--- mit dem slide bewegt ----*/
/*
.n2-ss-slide {
	background-image: url('addons/Element_4.png');
	background-position-x: center;
	background-position-y: bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
*/

div#n2-ss-3 .nextend-arrow img {
  width: 80px !important;
  opacity: 0.4;
}



/*--- Content Aufteilung ---*/


div#container {
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div#container > div {
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
div#leftcolumn {
	width: 25%;
	font-size: 0.9em;
	text-align: left;
	order: 1;
}
div#rightcolumn {
    width: 25%;
    font-size: 0.9em;
    text-align: right;
    order: 3;
}
div#content_out {
	width: 100%;
	order: 1;
}
div#content_outleft {
	width: 72.5%;
	order: 2;
}
div#content_outmiddle {
	width: 45%;
	order: 2;
}
div#content_outright {
	width: 72.5%;
	order: 1;
}
div#container aside {
	display: block;
}


aside {
	position: -webkit-sticky;
	position: sticky;
	top: 3vh;
}
aside div.moduletable.sportdotmodul {	
	padding: 0;
	margin: -2em 0 2em 0;
	text-align: center;
}
@media all and (max-width: 930px)
{
	aside {
		position: static;
		position: static;
		top: 3vh;
	}
	aside div.moduletable.sportdotmodul {	
		padding: 0;
		margin: 2em 0 2em 0;
		text-align: center;
	}
}
aside div.moduletable.sportdotmodul img {
	width: 90%;
	height: auto;
}	

aside div.moduletable.modul-grey {
	background-color: #f7f8f9;
	border: 1px solid #c7c8c9;
	border-radius: 5px;
	padding: 1em 1em 0em 1em;
	margin: 0em 0 1em 0;
}

div#container aside i {
	font-size: 0.9em;
	margin-left: 1em;
}
@media all and (max-width: 930px)
{
	div#content_outleft, div#content_outmiddle, div#content_outright {
		width: 100%;
		order: 1 !important;
	}
	div#leftcolumn {
		width: 100%;
		order: 2 !important;
	}
	
	div#rightcolumn {
		width: 100%;
		order: 3 !important;
		max-width: 300px;
		margin: 0 auto;
	}
}


/*---- Spalten für Articles ----*/

.cols-1	{
	display: block;
	float: none;
	margin: 0;
}

.cols-2, .cols-3, .cols-4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin: 0;
}

.cols-2 > div {
    width:50%;
    flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
.cols-2 .column-1 {
	margin-right: 30px;
}
.cols-2 .column-2 {
	margin-left: 30px;
}

.cols-3 > div {
	width:33.33%;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
.cols-3 .column-1 {
	margin-right: 30px;
}
.cols-3 .column-2 {
	margin-left: 15px;
	margin-right: 15px;
}
.cols-3 .column-3 {
	margin-left: 30px;
}

.cols-4 > div {
	width: 25%;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
.cols-4 .column-1 {
	margin-right: 20px;
}
.cols-4 .column-2,
.cols-4 .column-3 {
	margin-left: 10px;
	margin-right: 10px;
}
.cols-4 .column-4 {
	margin-left: 20px;
}


.items-leading, .items-row {
        overflow:hidden;
}
.items-row, .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5 {
        margin-bottom: 5%;
}

.items-more {
        padding: 5px;
}
.category-desc {
    margin: 0 0 2em 0;
}

/*---- Blog Items und seine Bilder ----*/

/* Blogansicht */
div.blog-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 8vh 0;
}
div.blog-item > * {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: flex-start;
}
div.blog-item > div.item-content {
	width: 70%;
}
div.blog-item > figure {
	width: 25%;
	margin: 0 0 0 0;
}
div.blog-item > figure.right {
	order: 2;
}
div.blog-item > figure img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}
div.blog-item > figure.not-round img {
	border-radius: 0;
}
@media all and (max-width: 800px)
{
	div.blog-item > div.item-content {
		width: 100%;
	}
	div.blog-item > figure {
		width: 50%;
		max-width: 250px;
		margin: 0 0 1em auto;
	}
	div.blog-item > figure.right {
		order: 1;
	}
}


/* Single Beitrag aus Blog */
div.mp-blog { 
}
 
div.mp-blog > figure.right {
	float: right;
	width: 25%;
	margin: -3em 0 0 3em;
}
div.mp-blog > figure img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}
@media all and (max-width: 1000px)
{
	div.mp-blog > figure.right {
		margin: 0.5em 0 0 3em;
	}
}
@media all and (max-width: 500px)
{
	div.mp-blog > figure.right {
		float: none;
		width: 50%;
		max-width: 250px;
		margin: 0 0 1em auto;
	}
}

div.mp-blog > figure.not-round img {
	border-radius: 0;
}
body.mp-blog div.com-content-article__body {
	max-width: 960px;
}



/*--- newsflash ----*/

div.startintro {
	text-align: center;
	padding: 5vh 0 5vh 0;
}
div.startintro h1 {
	font-size: 1.8em;
	line-height: 1.25;
	margin: 0 0 0.1em 0;
}
div.startintro h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 0 0 0.5em 0;
	font-style: italic;
}
div.startintro p  {
	max-width: 850px;
	margin: 0 auto;
}


div.startnews {
	padding: 0 0 8vh 0;
}
div.startnews h2 {
	text-align: center;
}
.mp-new div.startnews {
	padding: 2vh 0 2vh 0;
}
.mp-new div.startnews h2 {
	text-align: left;
}

div.newsflash {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.newsflash > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 23%;
	position: relative;
	font-size: 0;
	line-height: 0;
	background-color: #e1e5e7;
	padding: 1px;
	border-radius: 30px;
	overflow: hidden;
}

div.newsflash a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
div.newsflash a 		{ text-decoration: none; border: none;}
div.newsflash a:visited { text-decoration: none; border: none;}
div.newsflash a:hover 	{ text-decoration: none; border: none;}
div.newsflash a:active 	{ text-decoration: none; border: none;}

div.newsflash h3.newsflash-title {
	margin: 0;
	padding: 1em;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
	color: #002e52;
	background-color: rgba(255, 255, 255, 0.80);
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
div.newsflash > div:hover h3.newsflash-title {
	color: #ffffff;
	background-color: #002e52;
}
.mp-new div.newsflash h3.newsflash-title {
	font-size: 18px;
	line-height: 20px;
}


div.newsflash figure {
	width: 100%;
	height: 100%;
	display: flex; 
    justify-content: center; 
    align-items: center;
}
div.newsflash figure img {
	width: 100%;
	height: auto;
	margin: auto 0;
}

@media all and (max-width: 1000px)
{
	div.newsflash h3.newsflash-title {
		font-size: 16px;
		line-height: 18px;
	}
	.mp-new div.newsflash h3.newsflash-title {
		font-size: 16px;
		line-height: 18px;
	}
}
@media all and (max-width: 800px)
{
	div.newsflash > div {
		width: 48%;
		margin-bottom: 20px;
	}
	div.newsflash h3.newsflash-title {
		font-size: 14px;
		line-height: 16px;
	}
	.mp-new div.newsflash h3.newsflash-title {
		font-size: 14px;
		line-height: 16px;
	}
}

/*---- sponsoren ---*/

div.sponsoren {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
div.sponsoren > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-content: center;
	margin: 0.5em 1em;
}

div.sponsoren > div img {
	transform: scale(1);
	-webkit-transition: all .55s ease;
       -moz-transition: all .55s ease;
        -ms-transition: all .55s ease;
         -o-transition: all .55s ease;
            transition: all .55s ease;
}
div.sponsoren > div:hover img {
	transform: rotateZ(-5deg); /* scale(1.05) */
}

div.sponsoren a 		{ text-decoration: none; border: none;}
div.sponsoren a:visited { text-decoration: none; border: none;}
div.sponsoren a:hover 	{ text-decoration: none; border: none;}
div.sponsoren a:active 	{ text-decoration: none; border: none;}




/*---- pagenavigation im Beitrag rechts/links ----*/

div.pagenavigation {
	margin: 2em 0 0 0;
}
div.pagenavigation span.pagination {

}

div.pagenavigation span.pagination  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;}
div.pagenavigation.ms-left span.pagination  {
	justify-content: flex-start;
}
div.pagenavigation.ms-right span.pagination  {
	justify-content: flex-end;
}
div.pagenavigation.ms-left.ms-right span.pagination  {
	justify-content: space-between;
}
div.pagenavigation span.pagination > a {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: flex-start;
	text-decoration: none;
	border: none;
	font-size: 3em;
}

.visually-hidden {
  display: none;
  visibility: hidden;
}

/*---- pagination Seitennavigation im Bloglisting ----*/

div.com-content-category-blog__pagination {
	
}

ul.pagination,
ul.pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 1.2em;
}

ul.pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
ul.pagination > li {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: center;
}
ul.pagination li .page-link {
	display: inline-block;
	min-width: 1em;
	margin: 0 0.25em;
	text-align: center;
}

ul.pagination a {
	text-decoration: none;
	border: none;
}

ul.pagination span.fa-angles-right,
ul.pagination span.fa-angle-right,
ul.pagination span.fa-angles-left,
ul.pagination span.fa-angle-left {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	display: inline-block;
}

ul.pagination li.disabled {
	color: #d1d2d3;
}
ul.pagination li.active a {
	font-weight: 600;
}



/*---- breadcrumb ----*/

ul.breadcrumb {
	font-size: 0.8em;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
ul.breadcrumb li {
	display:inline;
	list-style:none;
}
ul.breadcrumb li span.divider {
	display: inline-block;
	font-size: 0.8em;
	margin: 0 4px;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    color: #002e52;
}

/*---- Language ----*/

div.mod-languages {
	
}
div.mod-languages ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
div.mod-languages ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
div.mod-languages ul li img {
	width: 30px;
	height: auto;
	border-radius: 200px;
}

/*---- system ----*/

div#system-message {
	font-weight:bold;
}
div#system-message .alert {
	color: red;
	background-color: #fff;
	border: 1px solid;
	padding: 5px 30px;
	margin: 0 0 10px 0;
}

#mailto-window{
	width:950px;
	margin:0 auto;
	padding:20px;
}

/*---- breadcrumps ----*/

section#breadcrumbs {
	font-size: 16px;
}

section#breadcrumbs ol {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
section#breadcrumbs ol li {
	display: inline-block;
	margin: 0 1em 0.5em 0;
	padding: 0;
}
section#breadcrumbs ol li:first-child {
	display: inline;
	margin: 0;
	padding: 0;
}

section#breadcrumbs ol li::after {
	content: '\f0da';
    font-family: "Font Awesome 5 Pro";
/*  color: #002e52; */
	color: #919599;
    font-weight: 600;
	display: inline-block;
	margin: 0 0 0 1em;
	padding: 0;
}
section#breadcrumbs ol li:first-child::after,
section#breadcrumbs ol li:last-child::after {
	content: '';
	display: inline-block;
	margin: 0;
	padding: 0;
}



/*---- Footer ----*/

footer {
	background: #919599;
	color: #ffffff;
	padding-top: 6vh;
	padding-bottom: 5vh;
	font-size: 0.9em;
}

div#foot1234 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

div#foot1234 > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: flex-end;
}

div#foot1 img {
	width: 140px;
	height: auto;
}

@media all and (max-width: 850px)
{
	div#foot1234 {

	}
	div#foot1234 > div {
		margin-bottom: 2em;
		align-self: flex-start;
	}
	div#foot1234 div#foot1 {
		width: 50%;
	}
	div#foot1234 div#foot1 img {
		width: 100px;
	}
	div#foot1234 div#foot2 {
		width: 50%;
		text-align: right;
	}
	div#foot1234 div#foot3 {
		width: 50%;
	}
	div#foot1234 div#foot4 {
		width: 50%;
	}
}
@media all and (max-width: 480px)
{
	footer { 
		font-size: 18px;
		line-height: 1.5em
	}
	div#foot1234 {
		
	}
	div#foot1234 > div {
		margin-bottom: 2em;
		align-self: flex-start;
	}
	div#foot1234 div#foot1 {
		display: none;
		visibility: none;
	}
	div#foot1234 div#foot1 img {
		display: none;
		visibility: none;
	}
	div#foot1234 div#foot2 {
		width: 100%;
		text-align: right;
	}
	div#foot1234 div#foot3 {
		width: 100%;
	}
	div#foot1234 div#foot4 {
		width: 100%;;
	}
}


div#foot4 {
	text-align: right;
	text-transform: uppercase;
}
div#foot4 div.footer-urls div.custom div:first-child {
	margin-bottom: 0.5em;
}

footer a 			{ color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255, 0);}
footer a:visited 	{ color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255, 0);}
footer a:hover 		{ color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255, 1);}
footer a:active 	{ color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255, 1);}

footer div#foot1 a 			{ color: #ffffff; text-decoration: none; border-bottom: 0px solid rgba(255,255,255, 0);}
footer div#foot1 a:visited 	{ color: #ffffff; text-decoration: none; border-bottom: 0px solid rgba(255,255,255, 0);}
footer div#foot1 a:hover 	{ color: #ffffff; text-decoration: none; border-bottom: 0px solid rgba(255,255,255, 0);}
footer div#foot1 a:active 	{ color: #ffffff; text-decoration: none; border-bottom: 0px solid rgba(255,255,255, 0);}


footer i {
	margin-left: 0.5em;
}

footer b, footer strong { color: #ffffff;}
footer h3 				{ color: #ffffff; font-size: 1.1em;}

footer table,
footer tbody 		{ margin: 0; padding: 0; }
footer table td		{ margin: 0; padding: 0 0.5em 0 0; }
footer table th		{ margin: 0; padding: 0; }


/*---- j-tooltipp wech ----*/

body div.easy-tooltip-wrapper { display: none !important; }
body div.tooltip.fade.top { display: none !important; }

/*--- nicht im JCE-Editor CSS schmakowski.css ----*/

/*--- Tabellen Special ----*/

div.table-kurstermin,
div.table-spielplan {
	background-color: #f7f8f9;
	color: #002e52;
	border: 1px solid #c7c8c9;
	border-radius: 5px;
	font-weight: 500;
	-webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    margin: 1em 0 1em 0;
	padding: 0.75em;
	position: relative;
}
div.table-kurstermin::after,
div.table-spielplan::after {
	position: absolute;
	display: inline-block;
    content: '\f0c6';
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    color: #cf1011;
	top: -25px;
	right: 10px;
}
@media all and (max-width: 800px)
{
	div.table-kurstermin::after,
	div.table-spielplan::after {
	    font-size: 30px;
	    line-height: 30px;
	    font-weight: 300;
		top: -15px;
		right: 10px;
	}
}

div.table-kurstermin table,
div.table-spielplan table {
	margin: 0;
	padding: 0;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}
div.table-kurstermin table td,
div.table-spielplan table td {
	padding: 0.25em 0.5em;
}
div.table-kurstermin table td:first-child,
div.table-spielplan table td strong {
	font-weight: 700;
}
div.table-spielplan table td:first-child {
	text-align: right;
}
div.table-kurstermin table td:last-child {
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

div.table-kurstermin.table-small table td {

}
div.table-kurstermin.table-headtop table td {
	font-weight: 500;
}
div.table-kurstermin.table-headtop table tr:first-child td {
	font-weight: 700;
}
@media all and (max-width: 800px)
{
  [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="accordions"] > [data-rlta-element="panel"] {
    padding: 0 !important;
    margin-bottom: .25em;
}

