/* CSS Document */

/** GLOBAL  STYLES **/
/* Hier sind die allgemeinen Stile enthalten */

body {
	font-family:SourceSansProLight,Verdana,Arial,Helvetica,sans-serif; 
	font-size:13pt;
	line-height: 1.9;

	width:100%;

	height:100%;  /* Footer nach unten platzieren (http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page) */

	margin:0px;
	color: #000000;
	/*text-align: center;*/  /* Zentrierung im Internet Explorer */
	background-color:#ffffff;
}







@font-face {
    font-family: 'BebaNeue';
    src: url('../fonts/BebaNeue.eot');
    src: url('../fonts/BebaNeue.eot') format('embedded-opentype'),
         url('../fonts/BebaNeue.woff2') format('woff2'),
         url('../fonts/BebaNeue.woff') format('woff'),
         url('../fonts/BebaNeue.ttf') format('truetype'),
         url('../fonts/BebaNeue.svg#BebaNeue') format('svg');
}




@font-face {
    font-family: 'ConduitMdITCTTMedium';
    src: url('../fonts/itcconduit6-webfont.eot');
    src: url('../fonts/itcconduit6-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/itcconduit6-webfont.woff') format('woff'),
         url('../fonts/itcconduit6-webfont.ttf') format('truetype'),
         url('../fonts/itcconduit6-webfont.svg#ConduitMdITCTTMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-LightItalic-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'DINAlternateBold';
    src: url('../fonts/DINAlternateBold.eot');
    src: url('../fonts/DINAlternateBold.eot') format('embedded-opentype'),
         url('../fonts/DINAlternateBold.woff2') format('woff2'),
         url('../fonts/DINAlternateBold.woff') format('woff'),
         url('../fonts/DINAlternateBold.ttf') format('truetype'),
         url('../fonts/DINAlternateBold.svg#DINAlternateBold') format('svg');
}



@font-face {
    font-family: 'SourceSansProLight';
    src: url('../fonts/sourcesanspro-light.eot');
    src: url('../fonts/sourcesanspro-light.eot') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light.woff') format('woff'),
         url('../fonts/sourcesanspro-light.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light.svg#SourceSansProLight') format('svg');
}





@font-face {
    font-family: 'source_sans_probold';
    src: url('sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_probold_italic';
    src: url('../fonts/sourcesanspro-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proitalic';
    src: url('../fonts/sourcesanspro-italic-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?14719528');
  src: url('../fonts/fontello.eot?14719528#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?14719528') format('woff2'),
       url('../fonts/fontello.woff?14719528') format('woff'),
       url('../fonts/fontello.ttf?14719528') format('truetype'),
       url('../fonts/fontello.svg?14719528#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}




/*--Icons werden in fontello.css definiert-- */
.icons {
	font-size: 16px;
	line-height: 20px;
	font-weight:lighter;
}

.icon-gross {
	font-size: 30px;
}








.bg_body {
	width:100%; min-height:100%;

	background:
		url(../images/bg_top_sport.png) top right no-repeat,
		url(../images/bg_top.png) top center no-repeat,
		url(../images/bg_footer.png) bottom center no-repeat,
		url(../images/bg_sky.png) bottom center no-repeat,
		url(../images/bg_stripe.png) top center repeat-y;
	background-size: contain;
}


@media only screen and (max-device-width: 480px) {
	/* For general iPhone layouts */
	.bg_body {
		width:100%;
	}
}

@media only screen and (device-width: 768px) {
	/* For general iPad layouts */
	.bg_body {
		width:100%;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */

}




.seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0px auto;      /* standardkonforme horizontale Zentrierung */
	color: #000000;
	width:100%;
	min-height:100%; /* Footer nach unten platzieren */
	position:relative; /* Footer nach unten platzieren */

}
/* für IE6 */
* html .seite {
	height:100%;
}


.inhalt {
	width:100%; 
	min-height:100%;
	margin: 0px auto;
	margin-top:0px;
	padding-top:160px;
	padding-bottom:0px;
	/*border-left:1px solid #D9A500; border-right:1px solid #D9A500;*/
}


/* für IE7 */
*:first-child+html .inhalt {
}
/* für IE6 */
* html .inhalt {
	height:100%;
}










/** KOPF **/
.head_container {
	width:100%;
	margin: 0px auto;
	margin-top:0px; margin-bottom:1px;
	color:black;

/*	background:url(../images/bg_kopfgrafik.jpg) no-repeat center center;*/
/*	background-size: cover;*/

/*	border-bottom:1px solid #ffffff;*/
/*	box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1);*/
}




@supports (position: sticky) or (position: -webkit-sticky) {
	@media (min-width: 680px) {
		.head_container {
			position: -webkit-sticky;
			position: fixed;
			top: 0;
			z-index:99;
			-webkit-transform: translate3d(0,0,0);
		}
	}
}






/** Kopfgrafik **/
.head_image {
	width:1000px;
	max-width:100%;
	height:200px;
	margin: 0px auto;
}

.head_image img {
	max-width:100%;
}


.head_standardkopf {
	width:100%;
/*	height:400px;*/
	overflow:hidden;
	margin: 0px;
	background-position: left 15% center;
	background-size: cover;
}

.head_claim {
	position:absolute;
	top:20px;
	left:30px;
}

.head_claim img {
	width:60%;
	transform: rotate(-10deg);
}


.header_slider {
	width: 100%; height: 300px;
	margin:0px auto;
}

.claim_slider {
	position:absolute; 
	left:-20px; 
	top:30px;
	z-index:98;
}


.header_mobil_background {
	display:none;
}










/** NAVIGATION **/


.head_menu_container {
	background-image: url(images/nav_header.png);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: initial;
	background:
		url(../images/nav_header.png) center center repeat-x,
		url(../images/bg_navi_top.jpg) top center repeat-x;
}


.head_menu_center {
	width:80%;
	min-width:1000px;
}


/** Positionierung der Zellen **/
.head_menu_cell {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 auto;
	height: inherit;
	transition: top 0.2s ease 0s;
}


.head_menu_cell.head_logo {
	justify-content: flex-start;
	margin-right: 1.4rem;
	transition:all 0.3s ease-out 0s;
}


.head_menu_cell.head_sublogo {
	justify-content: center;
	margin-left: 0.7rem;
	margin-right: 0.9rem;
}

.head_menu_cell.head_sublogo img {
	height: 58px;
	display: block;
	height: inherit;
	width: auto;
}



.claim {
	height: 58px;
}
.w-img {
	flex-shrink: 0;
	transition: height 0.3s;
	-webkit-transform: translate3d(0,0,0);
}


.w-img-h {
	display: block;
	height: inherit;
	overflow: hidden;
}



.head_menu_cell.head_menu {
	justify-content: flex-end;
}





/** Mobil: Aufklappmenü **/
.head_menu_toggleBox {
	position: relative;
}
 
/* Ausblenden des input-Feldes */
.head_menu_toggleBox input {
	position: absolute;
	left: -99999px;
}
 
/* Gestaltung der labels */
.head_menu_toggleBox label {
	display: block;
/*	background: #cd0101;*/
	color: #cd0101;
	padding: .4em;
	text-align: center;
	cursor: pointer;
}
 
.head_menu_toggleBox label:hover {
	background: #ddd;
}
 
/* Der Aufklappmechanismus */
.head_menu_toggleBox input:not(:checked) ~ div {
	opacity: 0;
	height: 0;
	display:none;
}
 
.head_menu_toggleBox input:checked ~ div {
	animation: anim .3s ease-in-out;
}
 
/* Steuerung der Sichtbarkeit der labels */
.head_menu_toggleBox input:not(:checked) ~ .close,
.head_menu_toggleBox input:checked ~ .open {
	display: none;
}


@keyframes anim {
  0% {
	display: none;
	opacity: 0;
  }
  1% {
	display: block;
	opacity: 0;
/*	transform: scale(0);*/
	-webkit-transform: translate3d(0,0,0);
  }
  100% {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: translate3d(0,0,0);
  }
}

.close {
	-webkit-transition: opacity 1.8s ;
	-moz-transition: opacity 1.8s ;
	-o-transition: opacity 1.8s ;
	transition: opacity 1.8s ;
	-webkit-transform: translate3d(0,0,0);
}





.head_mobil_verlauf {
display:none;
}



.head_menu_mobil {
display:none;
	background-color:#fff;
	width:100%;
}




.head_zusatznavi {
	width:100%;
	height:30px;
/*	background-color:#727272;*/
}

.zusatznavi_inhalt {
	width:1000px;
	margin:0px auto;
	padding-top:5px;
	font-family:SourceSansProLight;
	font-size:8pt;
	color:#727272;
}

.zusatznavi_inhalt .links {
	margin-left:0px;
}

.zusatznavi_inhalt a {
	font-family:SourceSansProLight;
}








/** Sticky Navbar => Navi wird beim scrollen nach unten eingeblendet*/

#navbar {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin:0px auto;
	transition:all 0.3s ease-out 0s;
}

#stickynavi {
	background-color:#ffffff;
	background-size:cover;
	display: none;
	width: 100%;
	height: 55px;
	position: fixed;
	z-index: 99;
	border-bottom:1px solid #ffffff;
	box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1);
	margin:0px auto;
}

#stickynavi ul {
	margin:0px auto;
}

#stickynavi .head_navi {
	width: 1000px;
	margin-top:0px;
}
#stickynavi .head_container {
	width: 1000px;
}





/* superfish-Aufklappmenü für toggle-Roller */
.sf-menu-mobil {
	width: 100% !important;
}
.sf-menu-mobil li {
	float: none !important;
	display: block !important;
	width: 100% !important;
	border-bottom:1px solid grey;
}
.sf-menu-mobil li:nth-last-child(1) {
	border-bottom:none;
}

.sf-menu-mobil li a {
	float: none !important;
}

.sf-menu-mobil ul {
	position:static !important;
}




/* -- Aufklappmenüs --*/


ul li ul a.cat:link, ul li ul a.cat:visited {
/*	background-color:#efefef;*/
}


ul li ul a.cat:link,
ul li ul a.cat:visited {
	color:#727272;
}

ul li ul a.cat:hover,
ul li ul a.cat:active {
	color:#ffffff;
	background-color:#e2001a;
}

ul li ul a.cat_active,
ul li ul a.cat_active:link, 
ul li ul a.cat_active:visited,
ul li ul a.cat_active:hover,
ul li ul a.cat_active:active {
	color:#ffffff;
	background-color:#e2001a;
}





/** HEAD END**/



/* Kategorien LINKS */
a.cat,
a.cat_active,
a.cat_start,
a.cat_start_active {
	font-size:14px;
	font-weight:normal;
	/*text-transform:uppercase;*/
	text-decoration:none;
	display:block; vertical-align:top;
	margin:0px; margin-top:0px; margin-bottom:0px; margin-left:0px;
	padding-left:7px; padding-right:7px; padding-top:5px; padding-bottom:5px;
	text-align:left;
	font-family:source_sans_proregular;
}
:root a.cat,
a.cat_active,
a.cat_start {
}

a.cat_ende {

}

a.cat {

}
a.cat_active {

}

a.cat:link,
a.cat:visited {
	color:#fff;
}

a.cat:hover,
a.cat:active {
	color:#cd0101;
	background-color:#ffffff;
	text-decoration:underline;
	transition:all 0.2s ease-out 0s;
}

a.cat_active,
a.cat_active:link, 
a.cat_active:visited,
a.cat_active:hover,
a.cat_active:active {
	color:#cd0101;
	background-color:#ffffff;
	text-decoration:underline;
}


/* -- Aufklappmenüs --*/
ul li ul a.cat:link,
ul li ul a.cat:visited {
	color:#cd0101;
background-color:#ffffff;
}

ul li ul a.cat:hover,
ul li ul a.cat:active {
	color:#ffffff;
	background-color:#cd0101;
}

ul li ul a.cat_active,
ul li ul a.cat_active:link, 
ul li ul a.cat_active:visited,
ul li ul a.cat_active:hover,
ul li ul a.cat_active:active {
	color:#ffffff;
	background-color:#cd0101;
}




a.cat_start,
a.cat_start_active {

}

a.cat_start:link,
a.cat_start:visited {
	color:#ffffff;
	text-decoration:none;
}

a.cat_start:hover,
a.cat_start:active {
	color:#cd0101;
	text-decoration:none;
}


a.cat_start_active,
a.cat_start_active:link, 
a.cat_start_active:visited,
a.cat_start_active:hover,
a.cat_start_active:active {
	color:#cd0101;
	text-decoration:none;
}




a.submenue, a.submenue_aktiv {
	line-height:1.9em;
        vertical-align:middle;
	text-decoration:none;
	margin-left:6px; margin-right:1px;
        font-size:11px;
        text-transform:uppercase;
}
/* für IE7 */
*:first-child+html a.submenue {
        vertical-align:bottom;
}

* html a.submenue {
        vertical-align:bottom;
}


a.submenue:link,
a.submenue:visited {

}

a.submenue:hover,
a.submenue:active{
        text-decoration:underline;
}

a.submenue_aktiv:link,
a.submenue_aktiv:visited {
        text-decoration:underline;
}

a.submenue_aktiv:hover,
a.submenue_aktiv:active{
        text-decoration:underline;
}







.navibutton {
	border:none;
	text-align:left;
	margin-right:15px;
	float:left;
}



.text-navi {
	margin-top:5px;margin-right:5px;
}



/** Darstellung von LINKS **/
a {

}
a:link, a:visited {
	color: #cd0101;
	text-decoration:none;
}
a:hover, a:active {
	color: #cd0101;
	text-decoration:underline;
}



.head_zusatznavi a {
	font-size:11px;
	margin-left:0px;
	color:#727272;
}


a.headline {
	line-height:1.5em; font-size:18px;
}
a.headline:link, a.headline:visited {
	color:#005496; text-decoration:none;
}
a.headline:hover, a.headline:active {
	color:#005496; text-decoration:underline;
}

a.linkfooter {line-height:1.5em;}
a.linkfooter:link, a.linkfooter:visited {color:#454545; text-decoration:none;}
a.linkfooter:hover, a.linkfooter:active {color:#454545; text-decoration:underline;}

h1 a, h2 a {
	margin:0px;line-height:1.5em;
}
h1 a:link, h1 a:visited {
	color: #cd0101;
	text-decoration:none;
}
h1 a:hover, h1 a:active {
	color: #cd0101;
	text-decoration:underline;
}
h2 a:link, h2 a:visited {
	color: #cd0101;
	text-decoration:none;
}
h2 a:hover, h2 a:active {
	color: #cd0101;
	text-decoration:underline;
}
h3 a:link, h3 a:visited {
	color: #cd0101;
	text-decoration:none;
}
h3 a:hover, h3 a:active {
	color: #cd0101;
	text-decoration:underline;
}


a.activ {

}
a.activ:link {
	color: #3f3d3d;
	text-decoration:underline;
}
a.activ:visited {
	color: #3f3d3d;
	text-decoration:underline;
}
a.activ:hover {
	color: #3f3d3d;
        text-decoration:none;
}
a.activ:active {
	color: #3f3d3d;
	text-decoration:none;
}



/** LINKS BLÄTTERN **/
a.blaettern:link, a.blaettern:visited {
	color:#000000;
	text-decoration:none;
}
a.blaettern:hover, a.blaettern:active {
	color:#000000;
	text-decoration:underline;
}








/** CONTENT DARSTELLUNG **/
.contents {
	color:#000000;

	width:100%;

	min-height:200px;
	margin: 0px auto;
	margin-top:0px;
	padding:0px;
	padding-top:0px;

	font-weight:100;
}


.links {
	float:left;
}
.rechts {
	clear:right;
	float:right;
	margin-top:0em;
	padding-right:0px;
}

.newsbox1_content .rechts {
	margin-top:-1.5em;
}




.column_content_right {
	font-family: SourceSansProLight;
	width:100%;
	min-height:100px;
	margin:0px auto;
	margin-top:0px;
	padding-top:0px;
	overflow:hidden;
/*	background:rgba(210,210,210, 0.5);*/
}

/* für IE7 */
*:first-child+html .column_content_right {

}
/* für IE6 */
* html .column_content_right {

}



.column_content {
	width:100%;
	text-align:left;
	margin:0px auto; margin-bottom:0px;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	overflow:hidden;

}
@media (min-width: 1100px) {
	.column_content {
		width:100%;
	}
}



/* für IE7 */
*:first-child+html .column_content {

}
/* für IE6 */
* html .column_content {

}


.none {
	display:none;
}


.contents ul {
/*	margin-left:10px;*/
	margin-top:20px; margin-bottom:30px;
}



.column_content_index {
	margin-top:20px;
}



.teaser {
	font-weight:bold;
}









/* Artikel1 */


/** Container Grid für Topartikel **/
.container {
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	width:70%;
	min-width:1000px;
	max-width:90%;
	margin: 0px auto;

	display: grid;
	grid-template-columns: 50% 50%;
/*      grid-template-rows: 120px auto auto 80px; */
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}



.box1 {
	grid-column-start: 1;
	grid-column-end: 3;
}
.box2 {
	grid-column-start: 1;
	grid-column-end: 2;
}
.box3 {
	grid-column-start: 2;
	grid-column-end: 3;
}


/* Test CSS für Grid */
.wrapper {

	width:70%;
	min-width:1000px;
	max-width:90%;
	margin: 0px auto;

	display: grid;
	grid-template-columns: 50% 50%;
/*      grid-template-rows: 120px auto auto 80px; */
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.content-left-top {
	grid-column-start: 1;
	grid-column-end: 3;
}
.content-left-top img {
	width:100%;
	object-fit: cover;
}
.content-left-bottom-left {
	grid-column-start: 1;
	grid-column-end: 2;
}
.content-left-bottom-right {
	grid-column-start: 2;
	grid-column-end: 3;
}



.artikel1 {
}


/* für IE7 */
*:first-child+html .artikel1 {

}
/* für IE6 */
* html .artikel1 {

}



.artikel1_container {
	margin:0px auto;
}



.artikel1_topnews_fullsize {
	display:flex;
	align-content:stretch;
	align-items:stretch;
	width:65%;
	margin: 0px;
}

.artikel1_topnews_sidebar {
	display:flex;
	align-content:stretch;
	align-items:stretch;
	width:35%;
	margin-left:0px;
	height:50%;
}



.artikel1_background {
/*	height:550px;*/
/*	min-height:400px;*/
/*	max-height:700px;*/
/*	margin: 0px auto;*/
	overflow:hidden;
7+	background-image:url(images/bg_teaser.png);+7
	background:rgba(255,255,255, 0.9);
	background-position: left center;
	background-size: cover;
}

.newsansicht .artikel1_background {
	height:auto;
}


.artikel_img {
	position:relative;
}


.thumbnail {
	position: relative;
	width: 100%;

	object-fit: cover;
	object-position: 50% 50%;
	overflow: hidden;
}

.thumbnail .rahmen {
	overflow: hidden;
}




.box1 .thumbnail {
/*	max-height:650px;*/
}

.box2 .thumbnail img,
.box3 .thumbnail img  {
	overflow:hidden;
	object-fit: cover;
	object-position: 50% 20%;
	min-height:350px;
	max-height:350px;
	min-width:100%;
}

.box1 .artikel_img img {
	overflow:hidden;
	object-fit: cover;
	object-position: 50% 20%;
	height:100%;
	min-width:100%;
	width:100%;
}



.artikel1_innen {
	float:left;
	width:40%;
	min-width:400px;
	margin:0px auto;
}

.newsansicht .artikel1_innen {
	position:relative;
}


.artikel1_innen_position_bottom_none {
	position:relative;
}



.artikel1_innen_content {
	text-align:left;
	padding-left:0px;
	width:100%;
	margin:0px auto;
	color:#fff;
/*	position: absolute;*/
/*	bottom: 0em;*/
/*	left: 0em;*/
/*	background-image: url(images/bg_teaser.png);*/
	background:none repeat scroll 0 0 rgba(183, 6, 18, 0.8);
}


.box1 .artikel1_innen_content {
/*	left:0;*/
/*	top:auto;*/
/*	bottom:0px;*/
	position:relative;
	width:75%;
	margin-top:-150px;
}


.artikel1_innen_content .teaser {
	padding-left: 17px;
	width:98%;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.5em;
/*	max-height: 5.5em;*/
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 1px;

	font-weight:normal;
}

.box1 .artikel1_innen_content .teaser {
	display: block;
}

.newsansicht .artikel1_innen_content .teaser {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.artikel1_innen_titel {
	padding-left:4px;
/*	float:left;*/
	padding-right:0px; 
	padding-top:10px;
	padding-bottom:0px;
/*	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.7);*/
}


/*** Wenn Artikel1 in News-Detailansicht aufgerufen wird, dann roten Hintergrund über komplette Spalte darstellen **/

.column_content .artikel1_innen_titel {
	max-width:100%;
	float:none;
}

.column_content .artikel1 {
	/*border-top:1px solid #ffffff;*/
}

.artikel1 .icons {
	color:#ffffff;
}

.artikel1_innen_titel h1 {
	font-size:18pt;
	color:#fff;
	border:none;
}

.box2 .artikel1_innen_titel h1,
.box3 .artikel1_innen_titel h1 {
	font-size:14pt;
	width: 95%;
}


.liveticker .artikel1_innen_titel h1 {
/*	font-size:18pt; */
/*	padding: 0px; */
}



.artikel1 .dachzeile {
	font-size:15px;
	color:#fff;
}

.newsansicht .dachzeile {
	color:#000;
}

.newsansicht .artikel1_innen_titel .dachzeile {
	color:#fff;
}



.artikel1_topnews {
	margin: 0px auto;
	padding:30px;
	color:#3a3e57;
}

.artikel1_titel {
	padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px;
}

.artikel1_titel h1, .artikel1_titel h2 {
	color:#fff;
	font-weight:100;
}

.artikel1_content {
	width:100%;
	color:#3a3e57;
	text-align:left;
	min-height:30px;
	margin:0px auto;
	padding-top:20px; padding-left:10px; padding-right:10px;
}

.newsansicht .artikel1_content {
	padding:0px;
	margin:0px auto;
	margin-bottom:1px;
	width:75%;
	min-height:unset;
}


.artikel1_topnews .news_titel {
	/*color:#ffffff;*/
}

.artikel1_trenner {
	border-top:10px solid #97bb1d;
	margin-bottom:5px;
}

.artikel1_innen_content a, .artikel1_innen_content h1 a, .artikel1_innen_content h2 a {
	font-weight:100;
	color:#ffffff;
}

.artikel1_innen_content .pure-button {
	color:#ffffff;
}


.artikel1_innen_content h1, .artikel1_innen_content h2 {
	font-size:18pt;
	padding-left: 17px;
}


.artikel1 .boximcontent_left {
	margin-left:-50px;
	margin-right:0px;
	width:300px;
}

.artikel1 .boximcontent_right {
	margin-right:-20px;
	width:300px;
}

.artikel1 .artikelbild_links, 
.artikel1 .artikelbild_rechts {
/*	margin-left:-50px;*/
	width:300px;
}

.artikel1 .artikelbild_rechts {
	margin-left:0px;
	margin-right:0px;
}


.artikel1 .artikelbild_links img, 
.artikel1 .artikelbild_rechts img, 
.artikel1 .boximcontent_left img, 
.artikel1 .boximcontent_right img {
	max-width:300px;
}

.artikel1_img {
	width:100%;
}

.newsansicht .artikel1_fullsize {
	display:block !important;
	width:100% !important;
}

.newsansicht .artikel1_background {
	width: 100%;
/*	height: 550px;*/
	overflow:hidden;
}

.newsansicht .artikel1_background img.artikel1_img  {
	object-fit: cover;
	object-position: 50% 25%;
	height:100%;
}



.newsansicht .artikel1_innen_content {
	position: absolute;
	width: 75%;
/*	margin-top: -150px;*/
	bottom:0px;
}




.newsansicht .landingpage .artikel1_innen_content {
    position: relative;
    width: 60%;
    margin-top: -350px;
    right: 0px !important;
    margin-left: 40%;
}








/* artikel2 */
.artikel2 {
	color:#ffffff;
	text-align:left;
	margin-top:0px;
	padding:0px;
	background-color:#cd0101;
}


.artikel2_container {
	margin:0px auto;
	width:100%;

}



.artikel2_topnews_fullsize {
	margin: 0px auto;
}


.artikel2_background {
	width:100%;
	max-width:1920px;
	min-height:400px;
	margin: 0px auto;
	overflow:hidden;
}

.artikel2_img {
	width:100%;
}

.artikel2_img img {
	overflow:hidden;
	width:100%;
}



.artikel2_innen {
	width:60%;
	min-width:750px;

	margin:0px auto;
	padding-top:40px; padding-bottom:20px;
}



.artikel2_innen_position_bottom_none {
	position:relative;
}



.artikel2_innen_content {
	text-align:left;
	padding-left:0px;
	/*width:1000px;*/
	margin:0px auto;
	font-size:12pt;
}


.artikel2_innen_titel {

}


.artikel2 .icons {
	color:#ffffff;
}

.artikel2_innen_titel h1 {
	font-size:30pt;
	color:#ffffff;
}


.artikel2 .dachzeile {
	font-size:18px;
	color:#ffffff;
	font-family: 'DINAlternateBold';
}



.artikel2_innen a, .artikel2_innen h1 a, .artikel2_innen h2 a {
	color:#ffffff;
	font-weight:100;
}

.artikel2_innen h1, .artikel2_innen h2 {
	font-size:22pt;
	border-left:2px solid #ffffff;
}







/** ARTIKEL DARSTELLUNG **/
.content_aufmacherbild {
	padding:0px; margin-bottom:5px; padding-top: 0px; padding-left: 0px;
}

.content_normal_container {
	width:60%;
	min-width:950px;
	margin:0px auto;
	padding:0px; padding-top:20px; padding-bottom:20px;

}

.content_normal_container iframe,
.content_normal_container embed {
	margin-left:-50px;
	min-width:650px;
}



.column_content ul {
	/*clear:both;*/
/*	margin-left:25px;*/
	text-align:left;
}

.column_content li {
	margin-left:2px;
	padding-left:0px;
	text-align:left;
}

.abstand {
	margin-bottom:2px; padding-left:0px;padding-right:0px;
	height:2px;
}

.artikeldatum {
	font-size:10px;
	color:#454545;
}

.weitere-news {
	margin-bottom:15px; padding-left:0px;padding-right:0px;
}

.content_subnavi {
	list-style-type:none;
        padding-bottom:1px;
}
.content_hide {
	display:none;
}








.adress_uebersicht {
	float:left;
	width:650px;
}

.adress_arten {
	float:right;
	width:300px;
}

.adress_arten ul {
	margin:0px; margin-left:0px;
	padding:0px;
	list-style-type:none;
}


.adress_arten li,
.adress_arten li a {
	margin:4px;
	padding:4px;
	transition: background 0.2s ease 0s;
}

.adress_arten li:hover {
	background-color:#cd0101;
}
.adress_arten li:hover a {
	color:#fff;
}

.adress_bild img {
	max-width:100%;
}



.partnerbox {
	margin-top:3px; margin-bottom:3px;
	text-align:center;
}

.partnerbox_eintrag {
	float:left;
	width:30%;
	height:150px;
	overflow:hidden;
	margin:4px;
	padding:3px;
	border:1px solid silver;
}
.partnerbox_eintrag img {
	width:85%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}







/** ICON MEHR/PLUS **/
.icon-mehr {
	position:relative;
	right:0px;
	bottom:0px;
/*	background-image:url(../images/button_weiterlesen.png); background-repeat:no-repeat;*/
	background-size:contain;
/*	width:130px;*/
	height:45px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	margin-top:0.05em;
	text-align:left;
}

.icon-mehr a {
	color:#cd0101;
}

.icon-mehr img {
	width:30px;
}

.newsbox .icon-mehr {
	right:0px;
}


.artikel1 .icon-mehr {
	position:relative;
	right:-20px;
	text-align:right;

/*	background-image:url(../images/button_weiterlesen.png); background-repeat:no-repeat; background-position:right; */
}


.artikel2 .icon-mehr a {
	color:#ffffff;
}



/** NEWSBOXEN index**/
.newsbox {
	margin-top:5px; margin-bottom:0px;
	margin: 0px auto;

/*	padding:50px;*/
	padding-top:40px; padding-bottom:1px;
	overflow:hidden;
	width:1000px;
/*	min-width:750px;*/

}


.newsbox,
.newsbox_detail {
/*	background-color:#fff;*/
/*	box-shadow: 0 0.45em 0.45em rgba(0, 0, 0, 0.3); */
}

.newsbox_titel {
	color:#cd0101;
	padding-left:0px;
	margin-left:0px;
	margin: 0 auto;
	margin-bottom:5px;
}



.newsbox_titel h1, .newsbox_titel h2 {

	padding-top:2px; padding-bottom:-5px;
/*	font-family:ubuntu_lightregular;*/
}

.newsbox_titel_unten {

}

.newsbox_content {
/*	padding:0px; padding-top:1px; padding-left:0px; padding-bottom:10px;*/
	position: relative;
	margin: 0 auto;
	margin-bottom:30px;

}



.newsbox_content a::before,
.newsbox_uebersicht_content a::before {
	font-family: 'fontello';
/*	content: "\e8a1";*/
	margin-right:.15em;
	text-decoration:none;
}

.artikelbild a::before,
.boximcontent a::before,
.newsbox_uebersicht_titel_folgende a::before,
.icon-mehr a::before,
.share a::before {
	font-family: 'fontello';
	content: "";
	margin-right:0em;
}



.newsbox .boximcontent_left,
.newsbox .boximcontent_right,
.newsbox .artikelbild_links, 
.newsbox .artikelbild_rechts,
.newsbox_uebersicht .artikelbild_links, 
.newsbox_uebersicht .artikelbild_rechts, 
.newsbox_uebersicht .boximcontent_left, 
.newsbox_uebersicht .boximcontent_right {
/*	margin-left:-50px;*/
	/*padding:0px;*/
	max-width:450px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right:25px;
}

.newsbox .artikelbild_rechts,
.newsbox .boximcontent_right {
	margin-left:20px;
	margin-right:0px;
}



.newsbox .artikelbild_links img, 
.newsbox .artikelbild_rechts img, 
.newsbox .boximcontent_left img, 
.newsbox .boximcontent_right img, 
.newsbox_uebersicht .artikelbild_links img, 
.newsbox_uebersicht .artikelbild_rechts img, 
.newsbox_uebersicht .boximcontent_left img, 
.newsbox_uebersicht .boximcontent_right img {
	max-width:100%;
}






/**** Rubrikenübersichtsseiten***/
.newsbox_uebersicht {
	margin-top:0px; margin-bottom:0px; margin-right:0px;
	padding:50px; padding-top:20px; padding-bottom:0px;
	overflow:hidden;

}

.newsbox_uebersicht_titel {
	color:#cd0101;
	padding:0px; padding-left:0px;
	margin: 0 auto;
	margin-bottom:20px;
}

.newsbox_uebersicht_titel h1, 
.newsbox_uebersicht_titel h2 {
	padding-top:2px;
}

.newsbox_uebersicht_titel h1 a, 
.newsbox_uebersicht_titel h2 a {

}


.newsbox_uebersicht_titel_folgende {

	margin: 0 auto;
	margin-bottom:20px;
}

.newsbox_uebersicht_titel_folgende h1, 
.newsbox_uebersicht_titel_folgende h2 {
	padding-top:2px;
}

.newsbox_uebersicht_titel_folgende h1 a, 
.newsbox_uebersicht_titel_folgende h2 a {

}



.newsbox_uebersicht_content {
	padding:0px; padding-top:0px; padding-left:0px; padding-bottom:10px;
	margin: 0 auto;
	margin-bottom:20px;
}

.newsbox_uebersicht .boximcontent_left, 
.newsbox_detail .boximcontent_left {
/*	margin-left:-50px;*/
}


.newsbox_uebersicht .artikelbild_links, 
.newsbox_uebersicht .artikelbild_rechts {

}

.newsbox_uebersicht_content iframe {
	margin-left:0px;
}

.newsbox_uebersicht_content h1, 
.newsbox_uebersicht_content h2 {
	margin-bottom:10px;
}



/*** Detailansicht Artikel***/
.newsbox_detail .artikelbild_links img, 
.newsbox_detail .artikelbild_rechts img, 
.newsbox_detail .boximcontent_left img, 
.newsbox_detail .boximcontent_right img {
	width:100%;
}

.newsbox_detail .artikelbild_links,
.newsbox_detail .artikelbild_rechts {
/*	margin-left:-50px;*/
	max-width:450px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right:25px;
}

.newsbox_uebersicht .artikelbild_rechts, 
.newsbox_detail .artikelbild_rechts {
	margin-left:0px;
	margin-right:0px;
}

.newsbox_detail iframe {
	margin-left:0px;
}

.newsbox_detail {
	margin-top:0px; margin-bottom:20px;
	width:1000px;
	margin:0px auto;
	padding:0px; padding-top:40px; padding-bottom:80px;
	overflow:hidden;
}

.mit_aufmacherbild {
	padding-top:0px;
}

.newsbox_aufmacherbild,
.newsbox_aufmacherbild img {
	width:100%;
	height:auto;
}




/*** Galerie-Teaser***/
.teaser_galerie .titel {
/*	background-color: #cd0101;*/
	margin-left:0px;
	padding-left: 0px;
	width: 100%;
}

.teaser_galerie .titel h1 {
/*	color:#ffffff;*/
}

.teaser_galerie .galeriebild_links {
	float:left;
	width:33%;
/*	height: 110px;*/
	/*min-height:125px;*/
	margin-left:0px;
}

.teaser_galerie .galeriebild_mitte {
	float:left;
	width:33%;
/*	height: 110px;*/
	/*min-height:125px;*/
	margin-left:0px;
}

.teaser_galerie .galeriebild_rechts {
	float:left;
	width:33%;
/*	height: 110px;*/
	/*min-height:125px;*/
	margin-right:0px;
}

.teaser_galerie .artikelbild {
/*	max-height:140px;*/
}











.news_container {
	margin-bottom:25px;
	background-color:#ffffff;
}

.box_ueberschrift {
	height:50px;
	vertical-align:bottom;
}






/*** Newsbox unten***/
.news_unten {
	background-color:#ffffff;
	padding:20px;
	border-bottom: 3px solid #cd0101;
}

.newsbox_unten_titel {
	width:80%;
}

.newsbox_unten_titel h1 {
	font-size:24pt;
	color:#ffffff;
	background: rgba(123, 8, 19, .85);
	text-transform:uppercase;
	padding:5px; padding-left:35px;
	margin-left:-20px; margin-top:-20px;
}

.newsbox_unten figure {
	background-color:#ffffff;
}

.newsbox_unten .artikelbild {
	margin-bottom:0px;
}

.newsbox_unten .aufmacherbild {
	margin-left:-20px; margin-top:-20px;
	width:105%;
}

.newsbox_unten .artikelbild_links img,
.newsbox_unten .artikelbild_rechts img {
	max-width:100%;
}

.newsbox_unten_content {
	margin-bottom:10px;
	padding-left:0px;
}

.newsbox_unten_content p {
	margin:0em;
}


.newsbox_unten_content h2 {
/*
	text-align:right;
	font-size:28px;
	width:20%;
	float:right;
	color:#ffffff;
	background: rgba(123, 8, 19, .99);
	text-transform:uppercase;
	padding: 0 15px 0 5px;
	margin-right:-20px;
	margin-top:-10px;
*/
}







/** LIGHTBOX**/
.lightbox {
	display:none;
	text-align:left;
	z-index:99;
}


/** SuchBOX**/
.suchbox {
	width: 240px;
	visibility: hidden;
	text-align: left;
	z-index: 9999;
	position: absolute;
	left: -230px;
	bottom: -75px;
}


.suche {
}


.trennlinie {
	background:
		url(../images/bg_trennlinie.png) bottom center no-repeat;
	background-size: contain;

	clear: both;
	margin-bottom: 8px;
	margin-top: 5px;
	margin: 0px auto;
	height: 30px;
	width: 60%;
}







/** TOPARTIKEL **/
.dachzeile, .topnews_titel .dachzeile, .newsbox_content .dachzeile {
	font-size:11pt;
	color:#a41157;
	padding-bottom:4px;
	padding-left:17px;
	text-transform:uppercase;
}

.newsbox_detail .dachzeile {
	padding-left:0px;
}



.weiterlesen {
	position: absolute; left:800px; top:225px;

}

.bild {
	margin-top:5px; margin-right:10px; margin-bottom:5px;
	padding:0px;
	float:left;
	border: 1px solid #ffffff;
}



.picinfo {
	height: 20px;
	font-size: 10px;
	background-color:#cd0101;
	color: white;
	font-size: 9pt;
	width:75%;
	margin:0px auto;
}





/** Newsansicht ohne Aufmacherbild **/
.news {
	margin-bottom:0px;
	padding-left:0px; padding-right:0px;
	padding-top:1px; padding-bottom: 30px;
	width:100%;
	margin: 0px auto;
}




.news_meldung:nth-child(2n+1) {
    background: rgba(237, 232, 207, 1) none repeat scroll 0 0;
}
.news_meldung:nth-child(2n) {
    background: rgba(222, 221, 213, 1) none repeat scroll 0 0;
}

.startseite .news_meldung:nth-child(2n) {
    background: rgba(237, 232, 207, 1) none repeat scroll 0 0;
}
.startseite .news_meldung:nth-child(2n+1) {
    background: rgba(222, 221, 213, 1) none repeat scroll 0 0;
}



.news_detail {
	padding-top:150px;
}










/** Mehrspaltigkeit **/
.mehrspalten_container {
	padding-left:0px;
	margin-top:-5px;
	width:auto;
	line-height:1.1em;
}

.news_unten .mehrspalten_container {
	padding-left:0px;
	margin-top:0px;
	width:auto;
}


.mehrspaltig {
	padding-top:10px;
	padding-bottom:0px;
	padding-left:0px;
}

.spalte1 {

}

.umbruch {
	clear:both;
}

.mehrspaltig .icon-mehr {
	right:0px;
}

.mehrspaltig .artikelbild_links {
	width:auto;
	margin-left:0px;
}

.mehrspaltig .artikelbild_rechts {
	width:auto;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
} 


.mehrspaltig h2 {
}

.mehrspalten_container .newsbox {
	margin-bottom:5px;
	min-width:auto;
}






/** WIDGET-BOXEN Index **/
.widget_container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

width:1000px;
margin:0px auto;
}

.panel {
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;

	width: 31%;
	padding: 0px;
	float: left;
	margin: 10px;
	border: none;
}


.widget_container .newsbox {
	min-width:100%;
	max-width: 100%;
/*	height:350px;*/
	padding:0px;
	margin:0px;
	padding-top:0px;
	overflow:hidden;
}


.widget_container .newsbox .icon-mehr {
display:none;
}

.widget_container .artikelbild {
	padding:0px;
	margin:0px;
}

.widget_container .newsbox .artikelbild_links, 
.widget_container .newsbox .artikelbild_rechts {
	margin-right:0px;
}


.widget_container .newsbox a::before {
	content: none;
}

.widget_container .newsbox_content {
	margin-bottom:0px;
}

.widget_container .newsbox_content .newsbox_content {
	margin-bottom:0px;
	font-size:10.5pt;
	max-height:350px;
}

.widget_container .newsbox_titel h1,
.widget_container .newsbox_titel h2 {
	font-size:15pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis ellipsis;
	border:none;
	padding-left:0px;
}

.widget_container .dachzeile {
	text-transform:none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis ellipsis;
display:none;
}

.widget_container figcaption {
display:none;
}

.widget_container .newsbox_content .newsbox_content .icon-mehr {
display:none;
}

.widget_container .newsbox_content .naechstes-spiel .newsbox_content {
	height:250px;
	max-height:auto;
	padding-top:25px;
}

.widget_container .newsbox_content .box_werbung {
	background-color:#fff;
	height:335px;
}

.widget_container .newsbox_content .box_tabelle .ligatabelle thead {
	display:none;
}






.anrede {
	width: 60%;
	text-transform: uppercase;
	position: absolute; top: 420px;
	margin-left: 110px;
	color: #ba0e0e;
	font-size: 24px;
}




.infobox {
	text-align:left;
	padding:0px;
}


.social-buttons {
	text-align:right;
}



/** FOOTER **/
.footer,
.footer2 {
	width:100%;
	margin-bottom:150px;
}

#sticky_footer {
	bottom:0px;
	position:fixed;
	z-index:9;
	height:150px;
	width:100% !important;
	background-color:#fff;
	color: #000;
	overflow:hidden !important;
}


.footerleiste {
	width:100%;
	margin:0px auto;
	background:
		url(../images/bg_trennlinie.png) bottom center no-repeat;
	background-size: contain;
}
.bx-wrapper {
	background:none;
	height:95px;
}

.bx_wrapper li img {
	overflow: hidden;
	width: 95%;
	position: absolute !important;
	left: 0%;
	top: 0% !important;
	height: 95%;
	width: auto;


	width: 90%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}

.footer_content a::before {
	content: none;
}


.footer_image {
	margin:0px auto;
	width:100%;
	height:110px;
	text-align:center;
	background:
		url(../images/bg_trennlinie.png) bottom center no-repeat;
	background-size: contain;
	background-size: 450px;
}

.footer2 {
	background-color:#727272;
}


.footer_content,
.footer2_content {
	width:60%;
	min-width:1000px;

/*	height:85px;*/
	margin: 0px auto;
	padding-top:5px; padding-bottom:15px; padding-left:0px;
	text-align:left;
	overflow:hidden;
	font-size:12px;
	line-height:1.2em;
}


.footer_content .links,
.footer_content .rechts {
	clear:none;
}


.footer2_content {
	height:25px;
	padding:10px; padding-left:50px;
}

.footer_content a,
.footer2_content a {
	font-size:12px;
	margin-right: 20px;
	color:#202020;
}


.footer_content a:link, .footer_content a:visited,
.footer2_content a:link, .footer2_content a:visited {
	font-weight:100;
	text-decoration:none;
}
.footer_content a:hover, .footer_content a:active,
.footer2_content a:hover, .footer2_content a:active {
	font-weight:100;
	text-decoration:underline;
}


.footer_content,
.footer_content h1,
.footer_content h2 {

}


.printfooter {
	display:none;
}




.verlauf {
	padding-left:7px;
	font-size:12px;
	color:#ffffff;
}

.verlauf a,
.verlauf a:link,
.verlauf a:visited {
	color:#ffffff;
}

.terminbox {
	color:#717171; margin-bottom:10px;
}
.terminbox .eventtitel {
	font-weight:bold;
}
.terminbox .eventdatum {
	text-transform:uppercase
}



/** TABELLEN **/
/* für IE */
* html td,th {
	text-align:left;
	vertical-align:top;
	/*line-height:1.5em;*/
}

/* für alle anderen Browser */
html>body td,th {
	text-align:left;
	vertical-align:top;
	/*line-height:1.5em;*/
}

.eingabe td,th {
	text-align:left;
	vertical-align:top;
}




/** Anpassungen einer Tabelle an mobile Endgeräte **/
table { /* Styling der Tabelle */ }

.table-scrollable {
	width: 100%;
	overflow-y: auto;
	margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

.table-scrollable table {
	min-width: 100%;
}







/** FORMULARDARSTELLUNG **/

.suche {
	color: #cd0101;
	font-size: 18px;
	text-align: center;
}
.inputform {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 6px;
	font-family: euphemia;
	font-size: 12px;
	height: 15px;
	padding: 5px;
	width: 200px;
}
label {
	float: left;
	font-weight: bold;
	margin-left: 0;
}









/** FORMULARE **/
.formular, .formular input, .formular select {
	font-size:18px;
}
.formular label {
	cursor:pointer;
}
.formular .fehler {
	background-color:#CC3333;
	color:#ffffff;
}

input, textarea, select, option {
	font-size:13px;
	font-family:SourceSansProLight;
}


.pure-form input,
.pure-form textarea {
	width:60%;
}


input .pure-form-aligned {
    border: medium none;
}

.kontakt_links {
    float: left;
    width: 23%;
}
.kontakt_rechts {
    float: left;
    width: 47%;
}
.kontakt_innen_links {
    float: left;
    width: 50%;
}
.kontakt_innen_rechts {
    float: left;
    width: 50%;
}






/** BILDER-Darstellung **/
img {
	border:none;
}

.boximcontent {
	font-size:10px;
	padding-top:8px;
	padding-bottom:0px;
}

.boximcontent_left {
	float:left;
	padding-right: 25px;
	padding-bottom: 3px;
}

.boximcontent_right {
	float:right;
	padding: 25px 0px 5px 5px;
}

.artikelbild {
	margin-bottom:30px;
	padding-top:6px;
	padding-bottom: 0px;
	font-size: 9pt;
	font-style: normal;
	text-align:left;
}

.artikelbild_links {
/*	padding-right: 25px;*/
	margin-right:10px;
	float:left;
}

.artikelbild_rechts {
/*	padding-left: 25px;*/
	float:right;
}




.newsbox-3-spalten .artikelbild,
.newsbox-3-spalten .artikelbild_links,
.newsbox-3-spalten .artikelbild_rechts,
.newsbox-3-spalten .boximcontent,
.newsbox-3-spalten .boximcontent_left,
.newsbox-3-spalten .boximcontent_right {
	margin:0px;
	padding:0px;
}



/* ---- Farbüberlagerung in blau bei Hover--- */

.artikelbild,
.artikelbild_links,
.artikelbild_rechts,
.boximcontent {
	overflow: hidden;
	/*background: #cd0101;*/
	/*margin: 0 20px 20px 0;*/
}

.artikelbild img,
.artikelbild_links img,
.artikelbild_rechts img,
.boximcontent img {
	display: block;
	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.artikelbild img:hover,
.artikelbild_links img:hover,
.artikelbild_rechts img:hover,
.boximcontent img:hover {
	opacity: .75;
	/* cursor: pointer;*/
}

figcaption {
/*	background:#ffffff;*/
}

.artikel1 figcaption {
	background:none;
}

.newsbox_rechts figcaption {
	background:none;
}







/** Galerien **/
.galerie .artikelbild {
	float:left;
	width:250px; 
}

.galerie .artikelbild img {
	max-width:250px;
}

.galeriebild {
	float:left;
	width:200px;
	max-width:200px; max-height:250px;
	overflow:hidden;
	margin-right:5px; margin-bottom:5px;
	text-align:center;
	border:none;
}

.newsbox_detail .galeriebild {
	max-width:200px; max-height:200px;
}

.galeriebild img {
	width:100%;
	object-fit: cover;
	height: 250px;
}


.galerie_links {
	float:left;
	width:250px;
	overflow:hidden;
}

.galerie_rechts {
	float:right;
	width:250px;
	overflow:hidden;
}





/** TEXT-Klassen **/
span.headline {
	color: #005496; margin:0px;
	font-size: 11px;
}

h1, h2, h3 {
	font-family:BebaNeue;
	line-height:1.3em;
	border-left:2px solid #e20513;
	padding-left:15px;
}

h1 {
	/*text-transform:uppercase;*/
	font-size:18pt;
	color: #cd0101;
	margin:0px;line-height:1.5em;
	font-weight:100;
}
h2 {
	/*text-transform:uppercase;*/
	font-size:16pt;
	margin:0px;
	color: #cd0101;
	font-weight:100;
}
h3 {
	font-size:14pt;
	color: #cd0101;
	margin:0px;
	font-weight:100;
	border-left:none;
	padding-left:0px;
}

p {
	margin-bottom:1.1em;
}

strong, b {

}

em, i {

}




blockquote {
	font-family: source_sans_proitalic;
	background: #f9f9f9;
	border:1px solid #cccccc;
	border-left: 3px solid #7b0813;
	margin: 1.5em 0px;
	padding: 0.5em 10px; padding-left:30px;
	quotes: "\201C" "\201D" "\2018" "\2019";
	width:60%;
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote:after {
	content:close-quote;
	color: #ccc;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.55em;
}

blockquote p {
	display: inline;
}









.breadcrumb {
	font-family:Arial, Helvetica, sans-serif,Verdana;
	font-size:0.87em;
}

.highlight {
	background-color: #FFCC00;
	color:#000000;
}


.togglebox {
	width:400px; position:absolute; z-index:13;
	border:1px solid #888;
	background:#fff;
	visibility:hidden;
	padding:5px;
}


.infokasten {
	width:95%;
	border:1px solid #888;
	background:#f7f7f7;
	padding:5px;
}


.clr {
	clear:both;
}



/** Sticky Sidebar => top-Link nach oben**/

#sidebar {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: right;
	position: absolute;
	right: 0;
	bottom: 200px;
	width: 80px;
	transition:all 0.2s ease-out 0s;
}
#sticky {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 166px;
	position: fixed;
	width: 55px;
	z-index: 9999999;
	bottom:2px;
}


#sticky_kontakt {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 250px;
	position: fixed;
	width: 55px;
	z-index: 991;
	right: 0;
	top: 25%;
}







/*** Buttons für CTA Call-to-action ***/
.button {
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;

	background-color: #cd0101;;
	border: 0 none rgba(0, 0, 0, 0);
	border-radius: 2px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 100%;
	padding: 0.3em 0.4em;
	text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;
	font-family:BebaNeue;

transition: all 0.3s linear;
}

.button:hover, .pure-button:focus {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.button:active {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}
a.button {
	color:#ffffff;
}

.cta a.button:hover {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1));
}

.cta {
	text-align:center;
}


.artikel1 .box1 .button,
.artikel1 .box2 .button,
.artikel1 .box3 .button {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #ffffff;
	color: rgba(205, 1, 1, 0.8);
}


.box1 .cta a.button:hover,
.box2 .cta a.button:hover,
.box3 .cta a.button:hover {
	background-color: rgba(183, 6, 18, 0.7);
	border: 1px solid #ffffff;
	color:#ffffff;
	text-decoration:none;
}



/** Buttons **/
.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;
}

.btn-default {
	background-color: white;
	border-color: #cccccc;
	color: #333333;
}
.artikel1 .btn-default {
	background-color: grey;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333333;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: #cccccc;
}










.box_rechts {
	margin-bottom:20px;
	background-color:#ffffff;


	background-color:rgba(0,0,0, 0.45);
	border:none;
	box-shadow: 0em 0.35em 0.3em rgba(0, 0, 0, 0.1);
}

.box_rechts .titel {
	background-color:#cd0101;
	width:95px;
	max-width:200px;
	padding-left:10px; padding-right:10px;
}

.box_rechts .titel h2 {
	color:#ffffff;
}


.box_rechts .titel h2 a {
	font-family:euphemia;
	color:#ffffff;
	font-weight:100;
}

.box_rechts .inhalt {
	margin-bottom:20px;
	padding-bottom:0px;
}






#warnung p {
	color:#000;
}
#warnung a {
	color:#cd0101;
}








/** Nächstes Spiel**/
.naechstes-spiel {
	background:url(../images/bg_naechstes-spiel.jpg) no-repeat top center;
	background-size: cover;
	margin-right:0px;
	min-height:335px;
}


.column_right .naechstes-spiel {
	margin-bottom:20px;
	color:#000;
}

.naechstes-spiel .newsbox_titel {
	padding:25px; padding-top:10px;
}

.naechstes-spiel .newsbox_titel h2 {
	color:#000;
}

.naechstes-spiel a,
.naechstes-spiel .newsbox_titel h2 a {
	color:#000;
}



.naechstes-spiel .wappen_ksv {
	position:absolute;
	z-index:2;
}
.naechstes-spiel .wappen_ksv img {
	width:100px;
	margin-left:10px;
}

.naechstes-spiel .wappen_heim {
	position:absolute;
	left:45px;
}

.naechstes-spiel .wappen_heim img {
	max-height:105px;
	margin-left:0px
}

.naechstes-spiel .wappen_auswaerts {
	position:absolute;
	z-index:1;
	right:45px;
}

.naechstes-spiel .wappen_auswaerts img {
	max-height:105px;
	margin-left:105px
	width:105px;
}

.naechstes-spiel .spieldaten {
	clear:both;
	text-align:center;
	width:100%;
	padding-top:90px;
}

.naechstes-spiel .spieldaten p {
	margin-bottom:0em;
}

.naechstes-spiel a::before {
	content: none;
}




/** Geburtstage **/
.box_geburtstage {
	background:url(../images/bg_geburtstage.jpg) no-repeat top center;
	background-size: cover;
	margin-right:0px;
	min-height:335px;
	color:#ffffff;
}

.box_geburtstage .inhalte {
	padding:10px;
	padding-top:30px;
	text-align:center;
}






/** LIVETICKER **/

.liveticker .liveticker_innen_content {
	width:50%;
	height:100%;
	background: none repeat scroll 0 0 rgba(183, 6, 18, 1);
	text-align:center;
	position:absolute;
	top:0px;
	color:#ffffff;
}

.box2 .thumbnail .liveticker_innen_content img {
	min-height:auto;
	max-height:auto;
}
.box2 .liveticker_erg a, .box2 .liveticker_innen_content h1 a {
	color:#ffffff;
}


.box2 .liveticker .artikel1_innen_titel h1 {
	font-size:14pt;
	padding: 17px;
}


.head_liveticker {
	height:200px;
	max-height:100%;
	font-size:12px;
	text-align:right;
	color:#ffffff;
	text-transform:uppercase;
}

.head_liveticker {
	background:url(../images/bg_ticker.png) no-repeat center center;
	background-size: contain;
	position:absolute;
	left: 28%;
	top:-20px;
	width: 150px;
	overflow:hidden;
}


.kasten_liveticker {
	margin-left:0px;
	padding-top: 90px;
	position: absolute;
	width:150px;
	overflow:hidden;
}

.kasten_liveticker img {
	max-width:170px;
}


.liveticker {
	text-align:center;
}


.liveticker_keinerg {
	clear:both;
	width:100%;
	padding-top:58px;
	text-align:center;
}

.heim {
	float:left;
	width:45%;
}

.gast {
	float:right;
	width:45%;
}

.heim img, .gast img {
	max-width: 105px;
}


.liveticker_erg {
	clear:both;
	margin-top: 0px;
	/*padding-top: 10px;*/
	width: auto;
	font-size:25pt;
	font-family:BebaNeue;
}
.liveticker_erg img {
	width:auto;
}



/** Box Liveticker oben **/
.infoleiste {
	height:65px;
	background-image:url(images/nav_header.png);
}

.infoleiste .liveticker {
	width: 50%;
	text-align:center;
	margin: 0px auto;
	color:#fff;
	padding-top:8px;
}

.infoleiste .liveticker .txt {
	float:left;
	width:30%;
	padding-top: 0px;
}

.infoleiste .liveticker a {
	color:#fff;
}

@keyframes marquee {
	0%   { text-indent: 100% }
	100% { text-indent: -100% }
}

.infoleiste .liveticker .lauftext {
	width: 200px;
	margin: auto;
	padding: 2px;
	overflow: hidden;
	white-space: nowrap;
	animation: marquee 10s linear infinite;
	font-size: 11pt;
}

.infoleiste .liveticker .lauftext:hover {
	animation-play-state: paused;
}

.infoleiste .liveticker .partie {
	float:left;
	width:70%;
}

.infoleiste .liveticker .heim,
.infoleiste .liveticker .gast {
	width:30%;
}
.infoleiste .liveticker .gast {
	float:left;
}

.infoleiste .liveticker .heim img,
.infoleiste .liveticker .gast img {
	width:50px;
}
.infoleiste .liveticker .liveticker_erg {
	clear:none;
	float:left;
	width:50px;
	color:#fff;
	margin-top: -5px;
}


.infoleiste .liveticker .artikel1_innen_titel {
	padding-top:0px;
}


.ticker_navi {
	margin:0px auto;
	list-style-type:none;
	text-align:left;
	font-family:verdana,arial,helvetica,sans-serif;
	letter-spacing:0.0em;
	font-weight:bold;
}


.ticker_navi li {
	display:inline;
        padding-left:0px; padding-right:0px; padding-top:0px;
}


a.tickernav,
a.tickernav_active {
	font-family:verdana, arial,helvetica,sans-serif;
        font-size:12px; font-weight:bold;
        text-transform:uppercase;
        text-decoration:none;
        display:block; vertical-align:top; float:left;
        margin:0px; margin-top:0px; margin-left:0px; margin-right:0px;
        padding-left:5px; padding-right:5px; padding-top:0px; padding-bottom:0px;
        text-align:center;
        overflow:hidden;
}


a.tickernav {

}
a.tickernav_active {

}

a.tickernav:link,
a.tickernav:visited {
        color:#ffa800;
}

a.tickernav:hover,
a.tickernav:active{
	color:#000000;
        text-decoration:none;
}


a.tickernav_active,
a.tickernav_active:link, 
a.tickernav_active:visited,
a.tickernav_active:hover,
a.tickernav_active:active {
	color:#d7d7d7;
        text-decoration:none;
}



.liveticker_seitenansicht h2 {
	line-height:1.1em;
	border:none;
	padding-left:0px;
}

.liveticker_paarung {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}


.liveticker_paarung .heim {
	width:49%;
	float:left;
	text-align:right;
	margin:0px auto;
}

.liveticker_paarung .gast {
	float:left;
	text-align:left;
	margin:0px auto;
	padding-left:1%;
}


.txt_heim {
	float:left;
	width:100%;
	text-align:right;
	font-size:16pt;
}

.txt_gast {
	float:left;
	width:90%;
	margin-left:2%;
	text-align:left;
	font-size:16pt;
}

.txt_erg_heim {
	float:right;
	width:3%;
}

.txt_erg_spacer {
	width:1%;
	float:left;
	text-align:left;
	margin:0px auto;
	padding-left:10px;
}

.txt_erg_gast {
	float:left;
	width:3%;
	margin-right:1%;
}


.pic_heim {
/*	float:left;*/
/*	width:12%;*/
}

.pic_gast {
	margin-left:1%;
}

.pic_heim img,
.pic_gast img {
	max-width:120px;
}

.ticker_zusatzinfos {
	text-align:left;
	font-size:10pt;
}

.ticker_ergebnis {
	background-image:url(images/nav_header.png);
	background-size: cover;
	border-radius: 4px;
	width: 150px;
	margin: 0px auto;
	margin-top:20px;
}

.ticker_spielstand {
	font-size:59pt;
	color:#fff;
	padding-top:8px;
}

.spieldaten {
	margin-bottom:10px;
}

.ticker_spielerportrait {
	margin-top:5px;
	width:50%;
	border:1px solid #cd0101;
}

.ticker_spielerportrait img {
	width:100%;
}

.ticker_spielernummer {
	margin-bottom:5px;
	width:40px;
	height:30px;
	background:#cd0101;
	color:#ffffff;
	font-family:BebaNeue;
	font-size:20pt;
	position: relative;
	bottom: 60px;
	left: -20px;
}

.ticker_nummer {
	position: absolute;
	top: -9px;
	text-align: center;
	width: 100%;
}

.ticker_icon {
	float:right;
	width:15%;
	padding-top:5px;
	text-align:right;
}

.ticker_text {
	float:right;
	width:80%;
}

.ticker_ereignis {
	font-size:10pt;
	text-align:right;
}

.ticker_spieler_ereignis {
	float: right;
	padding-top: 8px;
	clear:both;
}

.ticker_spieler_aufstellung {
	width:80%;
	list-style:none;
	padding: 0px;
}

.ticker_spieler_aufstellung li {
	padding-left:5px;
}

.ticker_spieler_aufstellung li:nth-child(odd) {
	background-color:rgba(212, 212, 212, 0.5);
}

#timeline .timeline-item .timeline-content.right .ticker_icon,
#timeline .timeline-item .timeline-content.right .ticker_text {
	float:left;
	text-align:left;
}

#timeline .timeline-item .timeline-content.right .ticker_ereignis {
	text-align:left;
}

#timeline .timeline-item .timeline-fullcontent .ticker_icon {
	display:none;
}

#timeline .timeline-item .timeline-fullcontent .ticker_text {
	float:none;
	width:100%;
}

.karte {
	width: 20px;
	height: 30px;
	margin-left:4px;
	transform: rotate(5deg);
}

.gelbrotekarte {
	width: 20px;
	height: 30px;
	margin-left:9px;
	background:red;
	transform: rotate(5deg);
}

.karte_klein {
	width:10px;
	height:15px;
	margin-right:7px;
}

.gelbrotekarte_klein {
	margin-left:9px;
}

.gelb {
	background:yellow;
	color:yellow;
}
.rot {
	background:red;
	color:red;
}
.ci-rot {
	color:#cd0101;
}
.grau {
	color:#999999;
}
.txt_rot {
	color:#cd0101;
}
.txt_green {
	color:green;
}







/** LIVETICKER **/
.column_liveticker {
	width:100%;
}


.liveticker_seitenansicht {
	width:100%;
	margin-top:30px;
}

.liveticker_seitenansicht .links {
	width:55%;
}
.liveticker_seitenansicht .rechts {
	width:40%;
	padding-left:5px;
	box-shadow: 0px 0 0px -0px rgba(0, 0, 0, 0.2), -4px 0 4px -4px rgba(0, 0, 0, 0.1);
}


.liveticker_seitenansicht .ticker_datenblatt .links {
	width:49%;
}





/** AUFSTELLUNG **/


.aufstellung {
	position:relative;
	width:650px;
	height:420px;
	margin-left:-50px;
	margin-top:0px;
	margin-bottom:20px;
	background-image:url(../images/bg_spielfeld.png); background-repeat:no-repeat; background-size:contain;
}

.aufstellung .content {
	max-height:150px;
}


.aufstellung .inner {
	margin-top:30px;
}


.liveticker_seitenansicht .aufstellung {
	width:450px;
	margin-left:-35px;
	background-size: 100% 352px;
}

.liveticker_seitenansicht #aufstellung .teaser_galerie .titel {
	margin-left:-10px;
}







/* LIGATABELLE */
.tabelle_container {
	width:100%;
	padding-top:15px;
}

.tabelle_container > thead:first-child > tr:first-child > th {
	border-top: 0;
}


.ligatabelle td, .ligatabelle th {
	height: 35px;
	text-align: center;
	padding:3px;
}





.ligatabelle > tbody > tr:hover > td, .ligatabelle > tbody > tr:hover > th {
	background: #f4f4f4 !important;
	color: #000000 !important;
}
.ligatabelle > tbody > tr:nth-child(2n+1) > td, .ligatabelle > tbody > tr:nth-child(2n+1) > th {
	background: #e1e1e1;
}
.ligatabelle > tbody > tr:hover > td, .ligatabelle > tbody > tr:hover > th {
	background-color: #f5f5f5;
}
.ligatabelle > tbody > tr:nth-child(2n+1) > td, .ligatabelle > tbody > tr:nth-child(2n+1) > th {
	background-color: #e1e1e1;
}



.ligatabelle > thead > tr > th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}

.ligatabelle > tbody > tr > td, .ligatabelle > tbody > tr > th, .ligatabelle > tfoot > tr > td, .ligatabelle > tfoot > tr > th, .ligatabelle > thead > tr > td, .ligatabelle > thead > tr > th {
	padding: 8px;
	border-top: 1px solid #ddd;
	line-height: 1.42857;
	vertical-align: middle;
}

.box_tabelle .ligatabelle > tbody > tr > td, .box_tabelle  .ligatabelle > tbody > tr > th, .box_tabelle .ligatabelle > tfoot > tr > td, .box_tabelle .ligatabelle > tfoot > tr > th, .box_tabelle .ligatabelle > thead > tr > td, .box_tabelle .ligatabelle > thead > tr > th {
	padding: 0px;
	border-top: 1px solid #ddd;
	line-height: 1.42857;
	vertical-align: middle;
}


.ligatabelle td.teamname, .ligatabelle th.teamname {
	text-align:left;
}

.ligatabelle td {
	color:#000000;
}


.ligatabelle .aufsteiger {
	border-left:10px solid rgba(245,211,25,0.8);
}
.ligatabelle .potentielle_aufsteiger {
	border-left:10px solid rgba(245,117,2,0.5);
}
.ligatabelle .normal {
	border-left:10px solid rgba(0,159,22, 0.8);
}
.ligatabelle .potentielle_absteiger {
	border-left:10px solid rgba(255,127,2,0.8);
}
.ligatabelle .absteiger {
	border-left:10px solid rgba(142,9,9,0.8);
}


.box_tabelle {
	text-align:left;
	background-color:#ffffff;
	padding-top:0px;padding-left:0px;
	font-size:0.9em;
	min-height:335px;
	background: url(../images/bg_tabelle.jpg) no-repeat top center;
	background-size: cover;
	margin-right: 0px;
}


.tabelle_content {
	padding-left:3px;
}


.heimteam {
	font-weight:bold;
}


.ligatabelle {
	padding:20px;
}






/** SPIELPLAN**/
.spielplan td {
	height: 35px;
	text-align:left;
	padding:3px;
}

.spielplan tr:nth-child(odd) {
	background: #e1e1e1;
}

.spielplan tr:nth-child(even) {
	background: white;
}


.spielplan > tbody > tr:hover > td, .spielplan > tbody > tr:hover > th {
	background: #f4f4f4 !important;
	color: #000000 !important;
}
.spielplan > tbody > tr:nth-child(2n+1) > td, .spielplan > tbody > tr:nth-child(2n+1) > th {
	background: #e1e1e1;
}
.spielplan > tbody > tr:hover > td, .spielplan > tbody > tr:hover > th {
	background-color: #f5f5f5;
}
.spielplan > tbody > tr:nth-child(2n+1) > td, .spielplan > tbody > tr:nth-child(2n+1) > th {
	background-color: #e1e1e1;
}








/** Spielerprofile **/
.spielerprofile {
	width:1000px;
	margin:0px auto;
}

.spieler {

	width:100%; min-height:100%;

	background:
		url(../images/bg_spielerdetail.jpg) center center no-repeat;
	background-size: cover;
}

.spielerdetail {
	margin:0px auto;
	width:1000px;
}

.spielerdetail .spielerprofil_titel {
	background:
		url(../images/bg_spielerdetail_titel.png) left center no-repeat;
}


.spielerdetail .spielerprofil_titel h1 {
	border:none;
	color:#ffffff;
	padding-left:150px;
	font-size:44pt;
	text-shadow: 3px 3px 2px #333;
	float:left;
}


.spielerdetail .spielerprofil_titel .nummer {
    background: #cd0101;
    width: 100px;
    height: 80px;
    position: relative;
    margin-left: 10px;
    transform: skew(-15deg);
}


.spielerdetail .spielerprofil_titel .nummer .content {
	border:none;
	color:#ffffff;
	padding-left:10px;
	font-size:60pt;
	font-family:BebaNeue;
	text-shadow: 3px 3px 2px #333;
	transform: skew(15deg);
}


.spielerdetail .spielerprofil_titel .position {
	color:#ffffff;
	padding-left:30px;
	padding-top: 5px;
/*	line-height:60px;*/
	font-size:14pt;
	float:left;
	width:45%;
}

.spielerdetail .spielerprofil_content {
	background:rgba(255,255,255,0.75);
	padding:30px;
}

.spielerdetail .spielerprofil_content .artikelbild {
	padding-top:0px;
	margin-bottom:0px;
	border: 2px solid #cd0101;
}



.spielerportrait_bild {
	margin-top:5px;
	width:50%;
	float:right;
	border:1px solid #cd0101;
	margin-left: 50px;
}

.spielerportrait_bild img {
	width:100%;
}

.spielerportrait_spielernummer {
	margin-bottom: -75px;
	width: 90px;
	height: 75px;
	background: #cd0101;
	color: #ffffff;
	font-family: BebaNeue;
	font-size: 50pt;
	position: relative;
	bottom: 150px;
	left: -45px;
}

.spielerportrait_nummer {
	position: absolute;
	text-align: center;
	width: 100%;
	top: -23px;
}




@media screen and (max-width: 640px) {
	
	.spielerportrait_bild {
		width:50%;
		float:none;
		margin-left:20px;
	}

	.spielerportrait_bild img {
		width:100%;
	}

	.spielerportrait_spielernummer {
		margin-bottom: -35px;
		width: 50px;
		height: 35px;
		font-size: 25pt;
		bottom: 100px;
		left: -25px;
	}

	.spielerportrait_nummer {
		left: 0%;
		top: -13px;
	}
}



/** AUFSTELLUNG **/


.aufstellung {
	position:relative;
	width:650px;
	height:420px;
	margin-left:-50px;
	margin-top:0px;
	margin-bottom:20px;
	background-image:url(../images/bg_spielfeld.png); background-repeat:no-repeat; background-size:contain;
}

.aufstellung .content {
	max-height:150px;
}


.aufstellung .inner {
	margin-top:30px;
}


.liveticker_seitenansicht .aufstellung {
	width:450px;
	margin-left:-35px;
	background-size: 100% 352px;
}

.liveticker_seitenansicht #aufstellung .teaser_galerie .titel {
	margin-left:-10px;
}




@media screen and (max-width: 640px) {
	.liveticker_seitenansicht .ticker_datenblatt .links {
		width: 90%;
		float:none;
	}
}













/** Liveticker Spielfilm **/
header:after, #timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

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


.timeline-container {
	max-width: 1100px;
	margin: 0 auto;
}



#timeline {
	width: 100%;
	margin: 30px auto;
	position: relative;
	padding: 0 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #cd0101;
	left: 50%;
	top: 0;
	position: absolute;
}
#timeline:after {
	content: "";
	clear: both;
	display: table;
	width: 100%;
}
#timeline .timeline-item {
	margin-bottom: 50px;
	position: relative;
}
#timeline .timeline-item .timeline-icon {
	background: #cd0101;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	margin-left: -24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

#timeline .timeline-item .timeline-icon .timeline_minute {
	text-align: center;
	font-size: 20pt;
	font-family: BebaNeue;
	color: #fff;
}

#timeline .timeline-item .timeline-icon svg {
	position: relative;
	top: 14px;
	left: 14px;
}
#timeline .timeline-item .timeline-content {
	width: 45%;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
	padding: 15px;
	background: #cd0101;
	background-image:url("images/bg_teaser.png");

	color: #fff;
	margin: -20px -20px 0 -20px;
	font-weight: 300;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
	content: '';
	position: absolute;
	left: 45%;
	top: 20px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #ee4d4d;
}



#timeline .timeline-item .timeline-content.right {
	float: right;
}
#timeline .timeline-item .timeline-content.right:before {
	content: '';
	right: 45%;
	left: inherit;
	border-left: 0;
	border-right: 7px solid #ee4d4d;
}

#timeline .timeline-item .timeline-fullcontent {
	width: 100%;
}

#timeline .timeline-item .timeline-fullcontent::before {
	display:none;
}

#timeline .timeline-item .timeline-fullcontent h2 {
	background:none;
	color:#cd0101;
	border-left: none;
}


#timeline .timeline-item .timeline-content-date {
	clear:both;
	text-align:right;
	font-size:9pt;
}

.btn {
	padding: 5px 15px;
	text-decoration: none;
	background: transparent;
	border: 2px solid #f27c7c;
	color: #f27c7c;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
	-webkit-box-shadow: 2px 2px 0 #f27c7c;
	-moz-box-shadow: 2px 2px 0 #f27c7c;
	-ms-box-shadow: 2px 2px 0 #f27c7c;
	box-shadow: 2px 2px 0 #f27c7c;
}
.btn:hover {
	box-shadow: none;
	top: 2px;
	left: 2px;
	-webkit-box-shadow: 2px 2px 0 transparent;
	-moz-box-shadow: 2px 2px 0 transparent;
	-ms-box-shadow: 2px 2px 0 transparent;
	box-shadow: 2px 2px 0 transparent;
}

@media screen and (max-width: 640px) {
	#timeline {
		margin: 30px;
		padding: 0px;
		width: 90%;
	}
	#timeline:before {
		left: 0;
	}
	#timeline .timeline-item .timeline-content {
		width: 90%;
		float: right;
	}
	#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
		left: 10%;
		margin-left: -6px;
		border-left: 0;
		border-right: 7px solid #ee4d4d;
	}
	#timeline .timeline-item .timeline-icon {
		left: 0;
	}

	#timeline .timeline-item .timeline-fullcontent::before {
		display:block;
	}
}











/** Sponsorenticker  Footer **/
.slider {
	position: relative;
	width: 100%;
	padding: 0 0.5rem;
	margin: 0 auto;
}
ul.slider a {
	text-align: center;
	display: block;
	width: 130px;
	height: 65px;
	background-position: 0 90px;
	background-size: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
ul.slider a:hover {
	background-position: 0 -10px;
}
ul.slider img {
	max-width: 180px;
	max-height: 180px;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
}


ul.slider a {
	text-align: center;
	display: block;
	width: 200px;
	height: 120px;
	background-position: 0 150px;
	background-size: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
ul.slider a:hover {
	background-position: 0 -10px;
}














/** Styles für Mitfahrzentrale **/


#listing div[id^="event-"] > .row {
	cursor: pointer;
}
#listing div[id*="event"]:nth-child(2n+1) > .row {
	background: rgba(148, 148, 148, 0.05) none repeat scroll 0 0;
}
#listing div[id*="event"]:nth-child(2n) > .row {
	background: rgba(148, 148, 148, 0.1) none repeat scroll 0 0;
}


.row {
	margin-left: 0px;
	margin-right: 0px;
}
.row::before, .row::after {
	content: " ";
	display: table;
}
.row::after {
	clear: both;
}

[id^="event-"] > .row.data {
	line-height:50px;
}

.spalte {
	float:left;
}

.col-lg-1 {
	width:10%;
}
.col-lg-2 {
	width:25%;
}

.col-lg-3 {
	width:55%;
}







.bg_weiss {
	background-color:#ffffff;
}

.hundertprozent {
	width:100%;
}

.hundertprozent::before {

}

.newsbox[class*="hundertprozent"]::before {

}

.newsbox[class*="hundertprozent"] {

}

.newsbox .artikelbox {
	width:90%;
	margin: 0px auto;
}

.newsbox[class*="hundertprozent"] .artikelbox {
	width: 900px;
	margin: 0px auto;
}

.newsbox_detail[class*="hundertprozent"] .artikelbox {
	width: 900px;
	margin: 0px auto;
}

.artikelbox > .newsbox[class*="hundertprozent"] { 

}

.artikelbox table {
	max-width:100%;
	overflow: scroll;
  width: 100%;
  overflow-y: scroll;
  margin: 0 0 1em;
}


