/*---fonts---*/

.submenu2,
.dir2 .layer h2,
.box_out_3 h3,
.cont3 section.koop h3,
a.button,
a.button2,
.tab a,
.blockwrap a,
.blocklink,
.fliparchiv,
.flipcur,
#frame .mehr a,
.back a,
.back2 a,
.ntm .text table tr:first-child td,
td.thstyle,
.tabs_header  {
	text-transform: uppercase	;
}

/*---links---*/
a {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
}
a:visited {

}
a:focus,
a:active {
	font-weight: bold;
}
.kursname a {
	color: #003871;
	text-decoration: none;
}
.kursname a:hover,
.kursname a:focus,
.kursname a:active {
	color: #ff0000;
	text-decoration: underline;
}
h2 a {
	text-decoration: none;
}
.blockwrap a,
.blocklink,
#frame .mehr a,
.back a,
.back2 a {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	margin: 10px 0 10px 0;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	font-weight: 400;
  transition: background-color 0.5s;
}
.highlite {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	margin: 0 0 10px 0;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	font-weight: 400;
  transition: background-color 0.5s;
}
.blockwrap a:hover,
.blocklink:hover,
#frame .mehr a:hover,
.back a:hover,
.back2 a:hover {
	background-color: #003871;
	color: white;
}
.blockwrap a:before,
.blocklink:before,
#frame .mehr a:before {
	content: "\f101";
	color: black;
	padding-right: 5px;
}

.back a:before,
.back2 a:before {
	content: "\f100";
	color: black;
	padding-right: 5px;
}
.blockwrap a:hover:before,
.blocklink:hover:before,
#frame .mehr a:hover:before,
.back a:hover:before,
.back2 a:hover:before {
	content: "\f101";
	color: white;
}
span.back {
	display: block;
	clear: left;
}
/*---box buttons---*/
a.button,/*
h1.dateh1,
#sblock h1,*/
.fliparchiv,
.flipcur {
	background: rgba(255,255,255, 1);
	position: relative;
	display: block;
	padding: 10px 0px 10px 0px;
	margin: 0;
	color: black;
	font-size: 1.4rem;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	border-top: 4px solid #003871;
	border-left: 20px solid #003871;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px -1px #000;
  transition: all 0.6s;
  z-index: 23;
}
.fliparchiv,
.flipcur {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
}
a.button:visited,
.fliparchiv:visited,
.flipcur:visited {

}
/*
h1.dateh1:hover,
#sblock h1:hover,*/
a.button:hover,
a.button:focus,
.fliparchiv:hover,
.flipcur:hover,
.fliparchiv:focus,
.flipcur:focus {
	color: #003871;
	border-top: 4px solid rgba(0, 0, 0, 0.6);
	border-left: 20px solid rgba(0, 0, 0, 0.6);
}
a.button:hover:before,
a.button:focus:before,
.fliparchiv:hover:before,
.flipcur:hover:before,
.fliparchiv:focus:before,
.flipcur:focus:before {
	color: rgba(0, 0, 0, 0.9); 
}
a.button2 {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	padding: 20px 0px 20px 20px;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 1);
	font-size: 1.6rem;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
  transition: all 0.3s;
}
a.button2:before {
	padding-right: 20px;
	font-size: 2rem;
	color: rgba(255, 255, 255, 1); 
  transition: all 0.3s;
}
a.news.button2:before {
	content: "\f1ea";
}
a.button2:hover,
a.button2:focus {
	background: rgba(0, 0, 0, 1);
	margin: 0;
	transform: scale(1.03);
	box-shadow: 10px 0 25px -5px #333;
}
ul.bbutt {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bbutt li {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	background: linear-gradient(135deg, #003871 10%, rgba(0, 0, 0, 1) 50%, #003871 90%);
	display: block;
	width: 49%;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0 2% 10px 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 1rem;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
  transition: all 0.3s;
}
ul.bbutt li:nth-child(even) {
	margin: 0 0 10px 0;
}
ul.bbutt li a,
ul.bbutt li a:visited {
	color: white;
}
ul.bbutt li:hover,
ul.bbutt li:focus {
	background: linear-gradient(135deg, rgba(0, 0, 0, 1) 10%, rgba(277,6,19,1) 50%, rgba(0, 0, 0, 1) 90%);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
box-shadow: 10px 0 25px -5px #333;
}
.imgrechts {
  width: 250px; 
  float: right; 
  margin: 0 0 5px 20px;	
}
/*---headlines---*/
h1 {
	color: #003871;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 1.3rem;
	line-height: 30px;
	font-weight: 300;
}
.box_in h1 {
	text-align: center;
}
h1.dateh1,
#sblock h1 {
	background: rgba(255, 207, 13, 1);
	text-align: center;
}
h2 {
	color: #000000;
	margin: 0 0 20px 0;
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
}
h3 {
	color: #003871;
	margin: 0 0 20px 0;
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
}
.box_out_3 h3 {
	background: black;
	color: white;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2.4rem;
}

p {
	margin: 0 0 20px 0;
}
td p {
	margin: 0;
}
/*---news-artikel---*/
.dir64 #news {
	margin-top: 20px;
}
.list.artikel {
	border-bottom: 1px solid #003871;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list.artikel img.thumbpic,
.box_out_4 .section img {
	float: right;
	margin: 0 0 20px 40px;
}
.imgdetail {
	float: right;
	margin: 0 0 20px 30px;
	padding: 0 0 5px 5px;
}
.list.news img {
	float: right;
	margin: 0 0 20px 20px;
}
.list.news {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #cccccc;
}
.dir103 .list {
	padding: 0px;
	width: 360px;
	min-height: 450px;
	float: left;
	border-bottom: 2px dotted #cccccc
}
.dir154 .list.artikel {
	display: table;
	width: 100%;
}
.dir154 .list.artikel > div {
	display: table-cell;
	vertical-align: top;
}
.dir154 .list.artikel img {
	max-width: inherit !important;
	margin: 0 40px 0 0;
	float: none;
	box-shadow: 2px 2px 8px #cccccc;
}
.dir154 .list.artikel hr {
	display: none;
}
.listdetail.news .teaser,
section.text strong {
	font-weight: 600;
	color: black;
}


/*---marktplatz---*/
.list.market {
	position: relative;
	padding: 0 0 70px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #000000;
}
.market .thumbpic {
	float: right;
	margin: 0 0px 20px 40px;
}

.mehr.togglein span {
	display: none;
}
.mehr.togglein {
	background-color: #000000;
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	bottom:1px;
	right: 0px;
	margin: 0;
	text-align: center;

	transition: all 0.6s;
}
.mehr.togglein:after {
	margin: 0;
	content: "\f078";
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: white;	
	cursor: pointer !important;
}
.mehr.togglein:hover,
.mehr.togglein.active {
	background-color: #003871;
}
.mehr.togglein.active:hover {
	background-color: #333333;
}
.mehr.togglein.active:after {
	content: "\f077";
}
/*---news startseite---*/
.dir2 .list.news {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.dir2 .list.news .firstpic {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	border: 5px solid rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition: all 1s;
}
.dir2 .list.news:hover .firstpic {
/*	border-color: #003871;*/
}
.dir2 .list.news .firstpic > a {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
}
.dir2 .list.news .firstpic > a:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 60%;
}
.dir2 .list.news .firstpic > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	transition: all 1s;
}
.dir2 .list.news:hover .firstpic > a img {
	transform: scale(1.1);	
}
.dir2 .list.news .firstpic h2,
.dir2 .list.news .secpic h2 {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: white;
	margin: 0;
	font-weight: 300;
	transition: all 0.6s;
}
.dir2 .list.news .firstpic h2 {
	background: rgba(228, 6, 18, 0.7);
}
.dir2 .list.news .secpic h2 {
	background: rgba(0, 0, 0, 0.6);
}
.dir2 .list.news .firstpic h2 {
	padding: 10px;
	font-size: 1.6rem;
	line-height: 2rem;
}
.dir2 .list.news .secpic h2 {
	padding: 5px;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.dir2 .list.news:hover .firstpic h2,
.dir2 .list.news:hover .secpic h2 {
	background: #003871;
}

.dir2 .firstpic h2 a,
.dir2 .firstpic h2 a:visited,
.dir2 .list.news .secpic h2 a,
.dir2 .list.news .secpic h2 a:visited {
	display: block;
	color: white;
	text-decoration: none;
}
.dir2 .list.news {
	float: left;
	width: 50%;
}
.dir2 .list.news:first-child {
	float: none;
	width: 100%;
}
.dir2 .list.news:nth-child(2),
.dir2 .list.news:nth-child(4) {
	padding-right: 5px;
}
.dir2 .list.news:nth-child(3),
.dir2 .list.news:nth-child(5) {
	padding-left: 5px;
}
.dir2 .list.news .secpic {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	border: 5px solid rgba(0,0,0, 0.2);
	overflow: hidden;
}
.dir2 .list.news .secpic > a {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
}
.dir2 .list.news .secpic > a:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 70%;
}
.dir2 .list.news .secpic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	transition: all 1s;
}
.dir2 .list.news:hover .secpic > a img {
	transform: scale(1.1);	
}
/*---ranglisten---*/
.htable {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0 auto 0 auto;
}
.hcell:first-child {
	padding-right: 10px;
}
.hcell:last-child {
	padding-left: 10px;
}
.hcell {
	display: table-cell;	
}
/*---tv-box---*/
.box_out #market-slider { 
	padding: 10px;
}
.box_out .artsl h2 {
	font-size: 100%;
	margin: 0 0 0px 0;
}
.box_out .artsl {
	position: relative;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.box_out .artsl p:after {
	position: absolute;
	top: 0px;
	right: 0;
	content: " ";
	background-image: url(/files/tpl/set1/img/tv.png);
	display: block;
	width: 60px;
	height: 40px;	
}
.sport1:after {
	background-position: -120px top;
}
.plus:after {
	background-position: -60px top;
}
.laola:after {
	background-position: 0px top;
}


/*---athleten slider---*/
.box_in .artsl {
	background: white;
	padding: 20px;	
	border: 1px solid #cccccc;
}
.box_in .artsl a {
	text-decoration: none;
}
.box_in .artsl h2 {
	margin-top: 10px;
	margin-bottom: 0px;
}
.box_in .owl-nav button {
	position: absolute;
	top: 0;
	height: 70%;
}
.box_in .owl-nav button span {
	font-size: 10rem;
	color: white;
}
.box_in .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
}
.box_in .owl-nav button.owl-next {
	position: absolute;
	right: 0;
}
.box_in .owl-nav button {
	display: none;	
}
.box_in .owl-nav:hover button span {

}


/*---doc center---*/
#uploadoverviews {
	list-style: none;
	padding: 0;
	margin: 0;
}
#uploadoverviews li:nth-child(2) h2 span,
#uploadoverviews li:nth-child(6) h2 span {
	display: none;
}
h2.togglein,
h3.togglein,
.box_in h2.togglein,
.tog2 {
	display: block;
	background: #EEEEEE;
	position: relative;
	padding: 20px;
	margin: 0 0 10px 0;
	border: 1px solid #DDDDDD;
	cursor: pointer;
	transition: all 0.5s;
}
h2.togglein:hover,
h3.togglein:hover,
h2.togglein.active,
h3.togglein.active,
.box_in h2.togglein:hover,
.box_in h2.togglein.active {
	background: #003871;
	color: white !important;
	border: 1px solid rgba(0, 0, 0, 1);
}
h2.togglein:after,
h3.togglein:after,
.tog2:after {
	position: absolute;
	top: 20px;
	right: 10px;
	content: "\f078";
	font-size: 2em;
	color: #cccccc;
	font-weight: bold;
  transition: color 0.5s, content 0.5s;
}
h2.togglein:hover:after,
h3.togglein:hover:after,
.tog2:hover:after {
	content: "\f078";
	color:  rgba(255, 255, 255, 1);
}
h2.togglein.active:after,
h3.togglein.active:after,
.tog2.active:after {
	content: "\f077";
	color:  rgba(0, 0, 0, 1);
}
div.togglein,
p.togglein {
	position: relative;
	margin: 10px 0 10px 0;
	padding: 20px 0 20px 0;
	z-index: 111;
}
.tog2 + div {
	margin: 0;
	padding: 0;
	height: 5px;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
}

.tog2.active + div {
	margin: 10px 0 10px 0;
	padding: 20px;
	height: auto;
	border: 1px solid #cccccc;
	overflow: visble;
}

.rechts {
  display: block;
  text-align: right;
  width: auto;
}
strong.doctitle {
	font-weight: normal;
}
strong.doctitle {
	font-weight: normal;
}
.doctext {
	font-size: 90%;
	font-style: italic;
}
.dir48 #dgall {
	border-top: 1px solid black;
	padding-top: 10px;
}
.docgallery {
	padding-bottom: 10px;
	border-bottom: 1px dotted #dddddd;
}
.docrechts {
	padding: 0 5px 0 0;
}
.docgallery dt {
	float: left;
}
.docgallery dd {
	float: right;

}
#uploadoverviews li:nth-child(13) div.togglein dl:nth-child(3),
#uploadoverviews li:nth-child(13) div.togglein dl:nth-child(4),
#uploadoverviews li:nth-child(13) div.togglein dl:nth-child(5) {
	color: black;
	font-weight: bold;
}
.tab2 {
	display: table;
	table-layout: auto;
	width: auto;
}
.tab2 > span {
	display: table-cell;
}
.news .mobin {
	margin: 50px 0 20px 0;
}
.detailrow {
	position: relative;
	padding: 20px;
	margin: 0 0 30px 0;
	border: 1px solid #999999;
}
.detailrow label {
	position: absolute;
	top: -0.8em;
	left: 20px;
	background: #FE0000 !important; /* Fallback IE 6-8 */
  background: #003871 !important;
	display: table-cell;
	min-width: 250px;
	padding: 0 10px 0 10px;
	font-size: 1.1em;
	color: white;
}
.mobin .detailrow {
	display: block;
	padding: 20px;
	background: #F5F5F5;
}
.mobin .detailrow label {
	color: white;
	font-weight: bold;
}
.imgrechts {
	position: relative;
	padding: 0 0 0 5px;
}
.imgrechts:before {
	font-size: 140%;
	font-weight: normal;
	padding: 0 5px 0 0
}
.imgrechts.zip:before {
	content: "\f1c6";
	color: #FFC926;
}
.imgrechts.doc:before,
.imgrechts.docx:before {
	content: "\f1c2";
	color: #0059B2;
}
.imgrechts.xls:before,
.imgrechts.xlsx:before {
	content: "\f1c3";
	color: #008C23;
}
.imgrechts.ppt:before,
.imgrechts.pptx:before {
	content: "\f1c4";
	color: #FF6600;
}
.imgrechts.pdf:before {
	content: "\f1c1";
	color: #FE0000;
}
.imgrechts span {
	display: none;
}
.imgrechts:hover span {
	background: white;
	color: black;
	display: block;
	width: 100px;
	text-align: center;
	padding: 5px;
	position: absolute;
	top: -70px;
	right: 0px;
	border: 2px solid #003871;
	box-shadow: 0px 0px 6px #999999;
}
/*---sortierung---*/
.sortout {
	width: 3rem;
}
.sortout ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sortout ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sort { 
	display: block;
	width: 2rem;
	height: 1rem;
	line-height: 1rem;
	text-decoration: none;
}
.sort:before {
  font-weight: normal !important;
  color: #333333;
  padding: 0;
  font-size: 1rem;
  transition: color 0.5s linear;
}
.sort.up:before {
	content: "\f077";
}
.sort.down:before {
	content: "\f078";
}
/*---video einbinden---*/
.video-container,
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed,
.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
video {
	max-width: 100%;
	height: auto;
}
/*---tabellen---*/
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
caption {
	background-color: #DDDDDD;
	font-size: 120%;
	font-weight: normal;
	color: black;
	border-bottom: 1px solid white;
}
.sort a:before {
	color: white !important;
}
thead {
	background-color: #dddddd;
	font-size: 110%;
	font-weight: normal;
	color: black;
}
caption,
td,
th {
	padding: 5px;
}
.hcell th {
	font-size: 80%;	
}
td {
	border-bottom: 1px solid #dddddd;	
}
tr:nth-child(odd) td {
	background-color: #f5f5f5;
}
th,
.ntm .text table tr:first-child td,
td.thstyle {
	background: #003871;
	color: white;
	font-weight: normal;
	text-align: left;
}
.stat th {
	background: #dddddd !important;
	color: #333333;	
}


/*---link sammlung ---*/
#linkcontainer,
#linkcontainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.lilast {
	position: relative;
	width: 33.3333%;
	padding: 5px 5px 20px 5px;
	float: left;
	text-align: center;
	border-right: 5px solid white;
	border-left: 5px solid white;

	transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lilast:nth-child(3n+4) {
	clear:left;
}
.limid {
	text-align: left;
}
.lifirst,
.limid {
	width: 100%;
}

.lilast img {
	border: 1px solid #cccccc;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: filter 0.3s, opacity 0.3s;
}
.lilast img:hover {
	filter: grayscale(0%);
	opacity: 1;
}
.lilast h2 {
	font-size: 1.1rem;
	padding: 10px;
	margin: 0;
}
.lilast:hover h2 {
	background: #003871;
	color: white;
	display: block;
	font-size: 1.1rem;
	padding: 10px;
	margin: 0;
}
.lilast a {
	text-decoration: none;
}
.lilast a:hover {
	text-decoration: underline;
}
/*---link box---*/
.box_out .linkwrapper {
	background: white;
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	width: 230px;
	height: 390px;
	overflow: hidden;
	border: 5px solid white;
}
.linkwrapper h1 {
	margin-bottom: 0;
}
.box_out #boxlinks {
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
}
.box_out #boxlinks li img {
	max-width: 100%;
	height: auto;
/*
	filter: grayscale(100%);
	opacity: 0.6;
*/
	transition: filter 0.3s, opacity 0.3s;
}
.box_out:hover #boxlinks li img {
	max-width: 100%;
	height: auto;
	filter: grayscale(0%);
	opacity: 1;
}
.box_out #boxlinks h2,
.box_out #boxlinks span.goto {
	display: none;
}
/*---link box2---*/
.box_out_2 .linkwrapper {
	background: white;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	border-top: 0px solid #fff;
	border-bottom: 20px solid #fff;
}
.box_out_2 #boxlinks {
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 22;
}
.box_out_2 #boxlinks li {
	display: inline-block;
	padding: 10px;
	width: 13%;
}
.box_out_2 #boxlinks li img {
	filter: grayscale(100%);
	opacity: 0.6;
	max-width: 100%;
	height: auto;
	transition: filter 0.3s, opacity 0.3s;
}
.box_out_2 #boxlinks li img:hover {
	filter: grayscale(0%);
	opacity: 1;
}
.box_out_2 #boxlinks h2,
.box_out_2 #boxlinks span.goto {
	display: none;
}
/*---link box3---*/
.box_out_3 #boxlinks {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.box_out_3 #boxlinks li {
	float: left;
	width: 20%;
	padding-right: 1px;
}
.box_out_3 #boxlinks li img {
	filter: grayscale(100%);
	opacity: 0.6;
	max-width: 100%;
	height: auto;
	transition: filter 0.3s, opacity 0.3s;
}
.box_out_3 #boxlinks li img:hover {
	filter: grayscale(0%);
	opacity: 1;
}
.box_out_3 #boxlinks h2,
.box_out_3 #boxlinks span.goto {
	display: none;
}
/*--icons--*/
a.ico,
span.ico {
	display: inline-block;
	background: #003871;
	padding: 5px 10px 5px 10px;
	margin: 0;
	color: white !important;
	border-radius: 5px;
	text-decoration: none !important;
	transition: background 0.3s;
}
a.ico:hover,
span.ico:hover {
	background: rgba(0, 0, 0, 1);
	color: white !important;
	text-decoration: none !important;
}
.ico:before {
	color: white;
	font-size: 1.2em;
	line-height: 30px;
  padding: 0 10px 0 0;
}
.ico:hover:before {
	color: white;
}
a.ico:before,
span.ico:before {
  text-decoration: none !important;
}
.ico.tel:before {
	content:  "\f095";
  text-decoration: none !important;
}
.ico.mail:before {
	content:  "\f003";
  text-decoration: none !important;
}
.ico.web:before {
	content:  "\f015";
  text-decoration: none !important;
}
.ico.fax:before {
	content:  "\f1ac";
  text-decoration: none !important;
}
/*---terminbox---
.datecontainerbox {
  position: relative;
  padding: 10px;
  margin: 0;
}
.datecontainerbox h2,
.datecontainerbox p {
  margin: 0 0 10px 0;
}
.datecontainerbox li {
	padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #dddddd;
}
.box_out .datelist {
  background-color: rgba(255, 255, 255, .8) !important;
  margin: 0 0 1px 0;
  padding: 10px 0 10px 0;
}
.box_out .dateday {
	background: rgba(255, 235, 0, 1);
	display: block;
	width: 40px;
	height: 50px;
	float: left;
	text-align: center;
	border-right: 1px solid transparent;
}
.box_out .datedate {
	display: block;
    width: -webkit-calc(100% - 40px);
    width:    -moz-calc(100% - 40px);
    width:         calc(100% - 40px);
	height: 50px;
	float: right;
	text-align: left;
	padding-left: 5px;
}
.box_out .datedate h2,
.box_out .datedate p {
	height: 25px;
	line-height: 25px !important;
	padding: 0;
	margin: 0;
	font-size: 1em !important;
	font-weight: normal;
}
.box_out .dateday p {
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.box_out .day {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 25px;
}
.box_out .month {
	font-size: 0.8em;
	color: black;
	line-height: 25px;
	font-weight: bold;
}
*/

/*---termine boxen rechts---*/
.datebox,
 .datecontainerbox {
	background: white;
	padding: 10px;
}
.box_out .datecontainerbox {
	width: 100%;
	margin: 0 auto 10px auto;
	height: 600px;
}
.box_out .datebox {
	width: 100%;
	margin: 0 auto;
	height: 400px;
}
.space {
	position: relative;
	margin: 0;
	padding: 0;
}
.swi.link {
	position: relative;
	padding: 0;
	margin: 0;
}
.swi.link a {
	display: block;
	font-size: 3em;
	width: 1em;
	height: 1em;
	float: right;
	text-decoration: none;
}
.swi.link a:before {
  font-weight: normal;
  color: #333333;
  padding: 0;
  line-height: 1em;
}
.swi.link.cal a:before {
	content: "\f073";
}
.swi.link a:hover:before {
	color: #00672F;
}
.callist {
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
.caldate {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.caldate dd h2 {
	padding: 0;
	margin: 0;
	font-weight: 300;
}
.caldate dd h2 a {
	color: #003871;
}
.caldate dd {
	padding-top: 10px;
	color: #666666;
}
.callist.cal img {
	float: right;
	margin: 0 0 20px 40px;
	border: 2px solid white;
}
.box_out .callist.cal img {
	display: none;
}
.calbutton {
	position: relative;	
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
}
.det .calbutton {
	width: 300px;
}
.calday {
	display: inline-block;
	width: 30%;
	line-height: 40px;
	font-size: 40px;
	color: #003871;
	font-weight: bold;
	text-align: center;
}
.calmonth {
	display: inline-block;
	width: 70%;
	padding: 0;
}
.calmonth span{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	padding-left: 10px;
}
.titlelink {
	text-decoration: none;
}
.datedetail {
	padding-top: 25px;
}
.callist.det {
	position: relative;
	padding: 40px;
	margin: 0;
	border: 1px solid white;
  transition: background-color 0.2s linear;
}
.callist.det:nth-child(odd) {
	background-color: #F9F9F9;
	border: 1px solid #cccccc;
}
.box_out .dall {
	display: block;
	width: ;
	margin: 0 auto 0 auto;
}
.box_out .dall span a {
	background-color: #E72D30;
	display: block;
	margin: 0;
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	text-decoration: none;
}
.dir2 .dall {
	display: block;
	padding: 10px;
	margin: 0 auto 0 auto;
	text-align: center;
	border: 1px solid #dddddd;
}
.dir2 .dall a {
	color: white;
}
/*---termine detail---*/
.datepicbox img {
	float: right;
	margin: 0 0 20px 40px;
}
.det p + h2,
.det ul + h2,
.det p + h3 {
	margin-top: 40px !important;	
}

/*---formulare---*/
form {
	width: 100%;
  padding: 0px;
  margin: 20px 0 20px 0;
  line-height: 1.8em;
  vertical-align: middle;
}
form label {
	color: #444444;
	width: 35%;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
	margin: 0 0 3px 0;
	float: left;
	font-weight: bold;
}
.box_out form label {
	width: 100%;
	float: none;
}
form input {
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: transparent;
	min-height: 30px;
	padding: 10px;
	margin: 0 0 5px 0;
	width: 60%;
	border-radius: 4px;
}
.box_out form input {
	width: 100%;
	float: none;
}
.iauto,
.bauto {
	width: auto;
}
.bauto {
	cursor: pointer;
}

form textarea {
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: transparent;
	padding: 10px;
	margin: 0 0 5px 0;
	width: 60%;
	border-radius: 4px;
}
form select{
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: transparent;
	min-height: 30px;
	padding: 5px 10px 5px 10px;
	margin: 0 0 5px 0;
	width: 60%;
	border-radius: 4px;
}
form input:hover,
form select:hover,
form textarea:hover,
form input:focus,
form select:focus,
form textarea:focus {
-moz-box-shadow: 0px 0px 6px #999999;
-webkit-box-shadow: 0px 0px 6px #999999;
box-shadow: 0px 0px 6px #999999;
}
form fieldset {
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
form legend {
	color: #003872;
	font-size: 1.1em;
	margin-left: 10px;
	font-weight: boöd;
}
#formerror {
	border: 5px solid red;
	padding: 10px;
}

form input.active,
form button {
	display: block;
	width: 100% !important;
  margin: 0 auto 10px auto;
  padding: 10px 0 10px 0;
  border: 1px solid #cccccc;
  line-height: 20px;
  font-weight: bold;
  background-color: white;
  color: #444444;
  cursor: pointer;
	box-shadow: 0px 0px 6px #999999; 
	transition: all 0.3s linear;
}
input[type="submit"] {
	width: 100%;
	cursor: pointer;
} 
span.option {
	display: block;
}
span.option.opt1 {
	border: 5px solid red;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

form input.active:hover,
form button:hover,
input[type="submit"]:hover {
  background-color: #003871;
  color: white;
}
form input.inactive {
  display: none;
}
form span.checkbox {
	display: inline-block;
  margin: 0 5px 0 0;
  line-height: 30px;
}
form .checkbox input {
  vertical-align: text-top;
  margin: 0 5px 0 0;
  min-height: 20px;
  line-height: 20px;
  width: auto;
}
form #field-38-checkbox {
	float: left;
	width: 80px;
}
.box_out form input[type="checkbox"] {
	width: auto;
}
form .center {
  display: block;
  margin: 20px auto 0 auto;
  clear: left;
}
form .imgdetail {
	max-width: 200px;
	height: auto;	
}
.dir130  fieldset:first-child hr.clearleft {
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
form .tooltipp strong {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
form .tooltipp strong:after {
	content: "\f059";
	font-size: 2em;
	color: rgba(255, 207, 13, 1);
	font-weight: normal;
	text-decoration: none;
}
form .tooltipp strong span {
	display: none;
}
form .tooltipp strong:hover span {
    z-index: 10000000 !important;
	display: block;
	position: absolute;
	top: auto;
	left: -330px;
	width: 300px;
	padding: 10px;
	border: 10px solid red;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-align: left;
    background-color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
-moz-box-shadow: 0px 0px 13px #666666;
-webkit-box-shadow: 0px 0px 13px #666666;
box-shadow: 0px 0px 13px #666666;
}
form .tooltipp strong:hover {
	border: 0px;
	text-decoration: none !important;
}
form #formerror {
	border: 5px solid red;
	padding: 10px;
}
.fieldrequired {
	padding-right: 10px;
}
/*---kurse---*/
table {
	border-collapse: collapse;
	width: 100%;
}
caption {
	background-color: #D2232A;
	font-size: 130%;
	font-weight: normal;
	color: white;
}
thead {
	background-color: #dddddd;
	font-size: 110%;
	font-weight: normal;
	color: black;
}
caption,
td,
th {
	padding: 10px;
}
td,
th {
	border: 1px solid #dddddd;
}
tr:nth-child(odd) td {
	background-color: #f5f5f5;
}
section.table-responsive {
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
section.table-responsive th,
section.table-responsive td {
    white-space: nowrap;
}
.kurslegende span:before {
  font-size: 20px;
  line-height: 50px;
  padding-right: 5px;
}
.kursok:before,
.kursout:before,
.kursover:before {
  font-size: 20px;
  line-height: 30px;
}
.kurslegende {
	font-size: 16px;
	line-height: 50px;
}
.kurslegende span {
	display: inline-block;
	padding-right: 20px;
}
.kurslegende span.unsichtbar {
	display: none;
}

td.kursok,
td.kursout,
td.kursover {
  width: 20px;
}
div.onlineanmelden {
  background-color: white;
  border: 1px solid red;
  padding: 10px;
  margin: 5px 0 10px 0;
}
div.row {
	margin: 0 0 10px 0;
}
div.row .label {
	background: #003872;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
}
div.value {
	background: #F5F5F5;
	padding: 10px;
	border: 1px solid #dddddd;
}
#fcon br.clearleft {
	display: none;
}
/*---picgallery---*/
.prepic {
	margin: 0;
	padding: 0;
}
#pgall #uploadoverviews {
	list-style: none;
	padding: 0;
	margin: 0;
}
#pgall li {
	position: relative;
	float: left;
	margin: 0 30px 30px 0;
	width: 300px;
	height: 300px;
	overflow: hidden;
}
#pgall li h2 {
	background: rgba(0, 0, 0, 0.7);
	color: white;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 5px 20px 5px 20px;
	font-size: 150% !important;
}
#pgall li img {
	position: absolute;
	width: 300px;
	height: 300px;
	object-fit: cover;
}
#pgall li .mehr2 {
	background: rgba(255, 255, 255, 0.7);
	display: block;
	position: absolute;
	bottom: 1px;
	right: 1px;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.mehr2 a span {
	display: none;
}
dl.pic_gallery {

}
dl.pic_gallery dt {
	position: relative;
  margin: 0 3px 3px 0;
  padding: 0;
  float: left;
  line-height: 0;
 	width: 200px;
	height: 200px;
  z-index: 43;
}
dl.pic_gallery dt a {

}
dl.pic_gallery dt img {
  padding: 0;
  border: none;
	position: absolute;
	width: 200px;
	height: 200px;
	max-width: inherit !important;
	object-fit: cover;
  z-index: 44;
}

dl.pic_gallery dd {
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 0;
  overflow: hidden;
}
dl.pic_gallery dd h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 0em !important;
  line-height: 0;
}
.pictext {
  display: block;
  height: auto;
  margin: 0 0 20px 0;
}
/*---special---*/
.blocklightgrey {
	padding: 40px;
	margin: 0 0 40px 0;
	background: #F5F5F5;	
}
/*---liveticker---*/
.container-fluid {
	background: white;
	margin: 0 0 10px 0;
	border: 1px dotted #cccccc;
}
.dategroup {
	display: inline-block;
	background: #003871;
	color: white;
	padding: 5px;
	margin: 0 0 20px 0;
}
.match-header,
.scoreboard {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.match-header {
	background: #F5F5F5;
}
.scoreboard.lgrey {
	background: #F5F5F5;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
.match-header > div,
.scoreboard > div {
	display: table-cell;
	padding: 10px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.scoreboard > div {
	text-align: center;
}
/*---bilddreher---*/
.dreher {
	width: 300px;
	height: 250px;
	overflow: hidden;
	margin: 10px 0 10px 0;
}
.dreher ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;	
}
.dreher li {
	float: left;
}
/*---tabs---*/
#faq {
	list-style: none;
	margin: 0;
	padding: 0;
}
#faq ul {
	list-style: square;
	padding: 10px 0 10px 20px;
}
.tab-row {
	margin: 20px 0 10px 0;
}
.tab {
	float: left;
	border-bottom: 1px solid #D02109;
	border-left: 1px solid white;
}
.tab a {
	background-color: black;
	color: white !important;
	display: block;
	text-decoration: none !important;
	padding: 0 10px 0 10px;
	margin: 0;
	min-height: 30px;
	line-height: 30px;
	font-size: 1.3em;
	border-bottom: 2px solid #F5F5F5;
}
.tab a:hover,
.tab.selected a {
	background-color: #D02109;
	color: white !important;
	border-bottom: 2px solid #D02109;
}
.tab-content {
	clear: left;
	padding: 20px 0 0 0;
}
.listdetail.article {
	position: relative;
	background: white;

}
.listdetail.article img {
	float: right;
	margin: 0 0 20px 2%;
	max-width: 48%;
}
.listdetail.article .text {
	float: left;
	width: 50%;
}
#faq img {
	max-width: 50px;
	height: auto;
	float: left;
}
#faq td {
	vertical-align: middle;
	padding: 5px;
}
.kader tr td:nth-child(6),
.kader tr td:nth-child(7) {
	text-align: center;
}
.kader td p,
#datetab td p,
#archivtab td p,
.listdetail.article .text p {
	margin: 0;
	padding: 0;
}
#smalldb_tab {
    list-style: none;
    margin: 0;
    padding: 0;
}
#smalldb_tab img {
	max-width: 50px;
	height: auto;
	float: left;
}
#smalldb_tab td {
	vertical-align: middle;
	padding: 5px;
}
.appdb-table.crew tr td:first-child {
	width: 60px;
}
.ntback,
.btn-back {
	position: absolute;
	left: -5px;
	top: -25px;
	background: white;
	display: block;
	width: 50px;
	height: 50px;
	margin:0;
	border: none;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 23;
}
.ntback:hover,
.btn-back:hover {

}
.ntback span,
.btn-back span,
.ul5.tabstyle2 li:nth-child(4) {
	display: none !important;
}
.ntback:before,
.btn-back:before {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 3rem;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	transition: all 0.3s;
}
.ntback:before {
	content: "\f057";
}
.btn-back:before {
	content: "\f137";
}
.ntback:hover:before,
.btn-back:hover:before {
	color: #003871;
	transform: rotate(360deg);
}
.ntm .text table {
	margin-bottom: 10px;
}


ul.butt {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*---social wall---*/
.bswall {

}
.slist {

}
.slist article {
	position: relative;
  display: block;
  margin: 0 2.3333% 2.3333% 0;
  width: 31%;	
 	border: 10px solid #F5F5F5;
 	float: left;
 	transition: all 0.5s
}
.slist article:nth-child(3n) {
	margin-right: 0;
}
.slist article:nth-child(3n+1) {
	clear: left;
}
.piclink {
	position: relative;
	display: block;
	width: 100%;
}
.piclink:before {
	content: " ";
	display: block;
	width: 100%;
	padding-top: 70%;
}
.piclink img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bslist {

}
.bslist article {
	background: white;
	position: relative;
  width: 32%;	
  float: left;
  margin: 0 2% 2% 0;
 	border: 10px solid #F5F5F5;
 	transition: all 0.5s
}
.bslist article:nth-child(3n) {
	margin-right: 0;
}
.bslist article:nth-child(3n+4) {
	clear: left;
}
.slist article:hover {
	transform: scale(1.05);
}
p.soclink {
	word-wrap: break-word !important;
	hyphens: auto;
	padding: 10px 10px 0px 10px;
}
footer.socdate {
	word-wrap: break-word !important;
	hyphens: auto;
	padding: 0px 10px 0px 10px;
}
#contin p.soclink a,
.piclink {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
header.socico {
	position: absolute;
	right: 10px;
	bottom: 0px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 0px;
	transition: background-color 0.3s linear;
}
header.socico:before {
	color: #999999;
	font-size: 1.4em;
	line-height: 30px;
  padding: 0;
}
article:hover header.socico:before,
article:hover .likes:before {
	color: rgba(208,33,9,1);
}
.bslist article:hover header.socico:before,
.bslist article:hover .likes:before {
	color: rgba(208,33,9,1);
}
.facebook header.socico:before {
	content:  "\f082";
}
.googleplus header.socico:before {
	content:  "\f0d4";
}
.instagram header.socico:before {
	content:  "\f16d";
}
.syoutube header.socico:before {
	content:  "\f166";
}
.likes {
/*	font-family: 'Open Sans', sans-serif;*/
	position: absolute;
	top: 0;
	left: -60px;
	color: black;
	font-size: 1em;
	line-height: 30px;
}
.bslist .likes {
	color: black;
}
.likes:before {
	color: #999999;
	font-size: 1.4em;
	line-height: 30px;
  padding: 0 5px 0 0;
}
.instagram .likes:before {
	content:  "\f08a";
}
.facebook .likes:before {
	content:  "\f087";
}
.syoutube .likes:before {
	content:  "\f166";
}

/*---marquee---*/
.box_out_4 {

	z-index: 14;
}
.marquee {
	background: rgba(0,56,113,0.8);
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	color: black;
}
.marquee > article {
	display: inline-block;
	margin: 0;
	padding-left: 100%;
	animation: marquee 40s linear infinite;
	-webkit-animation: marquee 40s linear infinite;
}
.marquee article > div {
	display: inline-block;
}
.marquee span span:hover {

}
@-webkit-keyframes marquee {
	0% { transform: translate(0, 0); }
	100% { transform: translate(-100%, 0); }
}
@keyframes marquee {
	0% { transform: translate(0, 0); }
	100% { transform: translate(-100%, 0); }
}

.marquee a {
	color: white !important;
	font-weight: normal;
	text-decoration: underline;
}
.marquee p {
	color: white !important;
}
.marquee a:hover,
.marquee a:focus {
	font-weight: bold;
}
.marquee h2 {
	color: red;
	margin: 10px 0 10px 0;
	font-weight: 600;
}
.marquee p {
	line-height: 25px;
	padding: 0;
	font-size: 1em;
}

/*---cookie---*/
#info_cookie {
 position:fixed;
 left:0;
 bottom: 0;
 background:rgba(0,0,0,.8);
 display:block;
 width:100%;
 padding:30px;
 margin:0;
 color:#fff;
 font-size:100%;
 line-height: 30px;
 z-index:21000
}
#info_cookie .clickme,
#info_cookie a {
 background:#003871;
 display:inline-block;
 line-height: 20px;
 padding:5px;
 margin:auto auto 1px 10px;
 color:white;
 text-align:center;
 border-radius: 3px;
 cursor:pointer
}
#info_cookie .clickme.clickme-long {
	background:#003871;
	color: white;	
}
#info_cookie .clickme.clickme-no {
	background: #000000;
	color: white;	
}
#info_cookie a {
	background:#003871;
	color: white;	
	text-decoration: underline;
}