/*!
 * CSS bit-Verlag
 *
 * Copyright 2013 bit-Verlag Weinbrenner GmbH &amp; Co. KG, 
 * Erstellt durch e-nitio mediasign,Köln
 * http://www.e-nitio.com
 * 
 * 	Farben
 * 		Schriftfaben:
 *      	#202020     Schrift, Rubrik-Überschriften, Dropdown-Menü
 *      	#b41e28     Überschriften, Spezielle Links, Over-Effekt Links, Newslticker Datum
 *      	#4f4f4f     Einträge der Fußzeile
 *      	#ffffff     Navigation, Besondere Artikel Advertorial
 *		Rahmen:
 *      	#c4c4c4     Boxen, Trennlinien
 *    	Hintergründe:
 *      	#f6f6f6     Seite (body)
 *			#b41e28		Navigation (hell), Kalender Monat
 *			#a81c26		Navigation (dunkel)
 *			#941921		Navigation (aktiv)
 *			#e5e5e5		Navigation, Dropdowb-Box
 *			#f6f6f6		Besondere Artikel, Advetorial
 *			#666666		Besondere Artikel Advertorial
 *			#e2e6e7		Kalender
 *			#ededed		Kalender Tage (hell)
 *			#d8d9da		Kalender Tage (dunkel)
 *			#494949		Kalender Wochentage
 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700); 

/* Allgemein
---------------------------------------------------------------------- */
html, body {
	background-color: #f6f6f6;
	color: #202020;
}

body, input, button, select, textarea {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
#mbmcookie {position: fixed; bottom: 0; left: 0; right: 0; background: #eee; padding: 20px; font-size: 14px; font-family: verdana;}
#mbmcookie a.button {cursor: pointer; background: #ccc; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right;}
#mbmcookie a.button:hover {background-color: #aaa;}
#mbmcookie p.cookiemessage {display: block; padding: 0; margin: 0;}

h1 {
	color: #14344a;
	font-size: 18px;
    font-weight: 600;
  	line-height: 24px;
}

h2 {
	color: #14344a;
	font-size: 12px;
    font-weight: 600;
  	line-height: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1 a, h2 a {
	color: #14344a;
	text-decoration: none;	
	display: inline-block;
	width: 190px;
	height: 20px;
	padding: 2px 4px;
	margin-bottom: 0px;
	font-size: 11.9px;
	line-height: 16px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
#adv_hockey {
	min-height: 10px;
	position: relative;
	width:873px;
	right: -64px;
	margin: 8px auto 0px;
	border:0px solid #000000;
	text-align:right;
}
.titel
{
width:100%;
font-size:16px;
float:right;
clear:right;
}


h1 a:hover, h2 a:hover, h1 a:active, h2 a:active{
	color: #14344a;
	text-decoration: underline;	
}

img {
	border: none;
}

a:focus,a:hover,a:active{outline:0}

a {color: #202020; text-decoration: underline;}
a:hover {color: #859db1; text-decoration: underline;}

.border-top { 
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid #c4c4c4 1px;
}

.border-bottom { 
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid #c4c4c4 1px;
}

/* Seite
---------------------------------------------------------------------- */
#wrapper {
	background-color: #f6f6f6;
}

.topic-head {
	color: #14344a;
	font-size: 16px;
	font-weight: 600;
	border-bottom: solid #c4c4c4 1px;
}


/* Header
---------------------------------------------------------------------- */
header {
	border-top: solid #859db1 1px;
	border-left: solid #859db1 1px;
	border-right: solid #859db1 1px;
	background-color: #859db1;
	background-image: -moz-linear-gradient(top, #859db1, #14344a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#859db1), to(#14344a));
	background-image: -webkit-linear-gradient(top, #859db1, #14344a);
	background-image: -o-linear-gradient(top, #859db1, #14344a);
  	background-image: linear-gradient(to bottom, #859db1, #14344a);
  	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#859db1', endColorstr='#14344a', GradientType=0);
	text-align: center;
}

/* Navigation
---------------------------------------------------------------------- */
.navbar {
	margin-bottom: 0px !important;
}

.navbar-inner {
	background-color: #859db1;
	background-image: -moz-linear-gradient(top, #859db1, #14344a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#859db1), to(#14344a));
	background-image: -webkit-linear-gradient(top, #859db1, #14344a);
	background-image: -o-linear-gradient(top, #859db1, #14344a);
  	background-image: linear-gradient(to bottom, #859db1, #14344a);
  	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#859db1', endColorstr='#14344a', GradientType=0);
	border-left: solid #859db1 1px;
	border-right: solid #859db1 1px;
}

.navbar .nav > li > a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-shadow: none !important;
	border-right: solid #fff 1px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #14344a;
}

.nav .dropdown-toggle .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
	margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}

.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #14344a;
	color: #fff !important;
}

.dropdown-menu .divider {
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}

.dropdown-menu li > a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
	color: #202020;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	text-decoration: none;
	color: #ffffff;
	background-color: #859db1;
	background-image: -moz-linear-gradient(top, #859db1, #14344a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#859db1), to(#14344a));
	background-image: -webkit-linear-gradient(top, #859db1, #14344a);
	background-image: -o-linear-gradient(top, #859db1, #14344a);
  	background-image: linear-gradient(to bottom, #859db1, #14344a);
  	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#859db1', endColorstr='#14344a', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #859db1;
	background-image: -moz-linear-gradient(top, #859db1, #14344a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#859db1), to(#14344a));
	background-image: -webkit-linear-gradient(top, #859db1, #14344a);
	background-image: -o-linear-gradient(top, #859db1, #14344a);
  	background-image: linear-gradient(to bottom, #859db1, #14344a);
  	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#859db1', endColorstr='#14344a', GradientType=0);
}

.input-append input {
	color: #202020 !important;
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
}

.input-append .btn {
	width: 23px;
	height: 22px;
	background-image: url(../../cms/images/lupe.png);
	background-size: 15px 15px;
	background-repeat:no-repeat;
	background-position:center;
	padding: 0px 2px;
	vertical-align: top;
}

/* Hauptinhalte (Linke Spalte)
---------------------------------------------------------------------- */
#content {
	border-left: solid #859db1 1px;
	border-right: solid #859db1 1px;
}

#main {
	float: left;
	width: 570px;
}

/* Index-Seite */	
.top-news {
	border-bottom: solid #c4c4c4 1px;
}

.top-news a {
	text-decoration: none;
}

.thumbnail {
	height:250px;
	width:175px;
	overflow:hidden;
	font-size: 12px;
}
.thumbnail-head {
	color: #14344a;
	font-size: 12px;
	font-weight: 600;
}

.thumbnail-bg {
	width: 161px;
	height:250px;
	background-color: #f6f6f6;
	background-image: -moz-linear-gradient(top, #f6f6f6, #859db1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#859db1));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #859db1);
	background-image: -o-linear-gradient(top, #f6f6f6, #859db1);
  	background-image: linear-gradient(to bottom, #f6f6f6, #859db1);
  	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#859db1', GradientType=0);
	border-left: solid #c4c4c4 1px;
	border-right: solid #c4c4c4 1px;
	border-bottom: solid #c4c4c4 1px;
}

.thumbnail-bg h1{
	color: #202020;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
}

.thumbnail-bg .titel{
	color: #202020;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
}



.thumbnail a, .thumbnail a:hover, .thumbnail a:active {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.thumbnail img {
	border-left: solid #c4c4c4 1px;
	border-right: solid #c4c4c4 1px;
}

.topics {
	border: solid #c4c4c4 1px;	
}

.topics-head {
	font-size: 18px;
	font-weight: 600;
	border-bottom: solid #c4c4c4 1px;	
}

.topic {
	border-bottom: solid #c4c4c4 1px;	
}

.topic a {
	text-decoration: none;
}

.topic-date {
	font-size: 10px;
	font-weight: 300;
}

.topics-foot a {
	color: #b41e28;
	font-weight: 600;
	text-decoration: none;
}

.topics-foot a:hover, .topics-foot a:active{
	text-decoration: underline;
}
.media-body h1 a{
color:#b41e28;
font-size: 16px;
line-height:15px;
}

.media-body h1 a:hover{
color:#4e4e4e;
font-size: 16px;
line-height:15px;
}
.media-body h2{
font-size: 16px;
line-height:25px;
}

.media-body h3{
font-size: 18px;
line-height:25px;
}
.media-body .kurztext
{font-size: 12px;}


.media-body .linkinkurztext
{
font-size: 12px;
width:150px;
float:right;

}

.media-body .linkinkurztext a
{
font-size: 12px;
width:150px;
float:right;
line-height:25x;
color:#b41e28;
}

/* Artikel-Seite */	
#article-info {
	font-size: 10px;
	border-top: solid #c4c4c4 1px;
	border-bottom: solid #c4c4c4 1px;
}

#article-bigimage {
	border: solid #c4c4c4 1px;
}

#article-teaser {
	font-weight: 600;
	border-bottom: solid #c4c4c4 1px;
}

#article-social {
	border-top: solid #c4c4c4 1px;
	border-bottom: solid #c4c4c4 1px;
}

/* News-Seite */

#news-search {
	font-size: 16px;
	font-weight: 600;
	border: solid #c4c4c4 1px;
}

#news-search input, button, {
	font-size: 11.9px;
	font-weight: normal;
	line-height: 16px;
}

.news-topics {
	border: solid #c4c4c4 1px;
}

.news-topics-head {
	font-size: 14px;
	font-weight: 400;
	border-bottom: solid #c4c4c4 1px;
}

.news-topic {
	border-bottom: solid #c4c4c4 1px;	
}

.news-topic a {
	text-decoration: none;
}

.news-topic-date {
	font-size: 10px;
	font-weight: 300;
}

.news-footer a {
	color: #b41e28;
	font-weight: 600;
	text-decoration: none;
}

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

/* Archiv-Seite */
#archiv-search {
	font-size: 16px;
	font-weight: 600;
	border: solid #c4c4c4 1px;
}

#archiv-search a {
	font-weight: 400;
	text-decoration: none;
}

.archive-header {
	font-size: 10px;
	font-weight: 300;
}

.archive-link {
	font-size: 12px;
	font-weight: 300;
}

.archive-link a {
	font-size: 12px;
	font-weight: 300;
}

/* Kalender */
.calendar a {
	color: #b41e28;
}

.calendar td.empty {
  	color: gray;
}

.month {
  	border: 1px solid #d8d9da;
}

.month .title {
  	border-bottom: 1px solid #e2e6e7;
  	line-height: 20px;
  	font-weight: bold;
}

.month .title-text {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
  	background-color: #b41e28;
}

.month a {
  	font-weight: normal;
}

.month td {
  	border: 2px solid #ffffff;
 	background-color: #ededed;
 	color: #32699F;
  	font-size: 12px;
}

.month .first td {
  	background-color: #494949;
  	font-weight: 400;
  	color: #fff;
  	border-top: 1px solid #ffffff;
}

.month .light td {
  	background-color: #d8d9da;
}

/* Kontakt */
.contactform-box {
	border: solid #c4c4c4 1px;
}

.contactform-box h1 {
	color: #202020;
	font-size: 16px;
	font-weight: 600;
}

.contactform-box input, button, {
	font-size: 11.9px;
	font-weight: normal;
	line-height: 16px;
}

.contactform-box input[type="text"] {
	font-size: 11.9px;
	line-height: 16px;
}

.contactform-box input[type="radio"] {
	font-size: 12px;
	line-height: 16px;
}

.reason {
	font-size: 12px;
	line-height: 16px;
}

.reason-head {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
}

.contact-box {
	border: solid #c4c4c4 1px;
}

.contact-box h1 {
	color: #202020;
	font-size: 16px;
	font-weight: 600;
}

.contact-box a {
	color: #b41e28;
	font-weight: 400;
	text-decoration: none;
}

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

/* Carousel
----------------------------------------------- */
.carousel {
	width: 570px;
	height: 360px;
	margin-top: 5px;
	border: solid #c4c4c4 1px;
	background-color: #f6f6f6;
	background-image: -moz-linear-gradient(top, #f6f6f6, #859db1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#859db1));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #859db1);
	background-image: -o-linear-gradient(top, #f6f6f6, #859db1);
  	background-image: linear-gradient(to bottom, #f6f6f6, #859db1);
  	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#859db1', GradientType=0);
}

.magazin {
	color: #fff;
	width: 570px;
	height: 50px;
	margin-top: 300px;
	padding: 10px 10px 0px;
	border-top: solid #c4c4c4 1px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}
#magazin {
	color: #14344a;
	padding: 5px 10px 0px;
	font-size: 16px;
	font-weight: 600;
}

/* Sidebar (Rechte-Spalte)
---------------------------------------------------------------------- */	
.topic-link {
	font-size: 12px;
	font-weight: 400;
}

.topic-link a {
	text-decoration: none;
}

.advertorial {
	background-color: #f6f6f6;
	border-top: solid #c4c4c4 1px;
	border-bottom: solid #c4c4c4 1px;
	font-size: 10px;
	font-weight: 300;
}

.news-date {
	color: #14344a;
	font-weight: 600;
}

.news-meldung a {
	text-decoration: none;
	font-size:12px;
}

.news-advertorial {
	color: #fff;
	background-color: #b41e28;
}

.news-advertorial a {
	color: #fff;
	text-decoration: none;
}

#newsletter {
	border-bottom: solid #c4c4c4 1px;
}

#newsletter input, button, {
	font-size: 11.9px;
	font-weight: normal;
	line-height: 16px;
}

#newsletter input[type="text"] {
	display: inline-block;
	width: 190px;
	height: 20px;
	padding: 2px 4px;
	margin-bottom: 0px;
	font-size: 11.9px;
	line-height: 16px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

/* LightBox
---------------------------------------------------------------------- */
.modal a {
	text-decoration: none;
}

.modal input, button, {
	font-size: 11.9px;
	font-weight: normal;
	line-height: 16px;
}

.modal input[type="text"],
.modal input[type="password"] {
	font-size: 11.9px;
	line-height: 16px;
}

.modal .modal-footer button {
	font-size: 11.9px;
	line-height: 16px;
}

.modal .modal-footer .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #859db1;
	background-image: -moz-linear-gradient(top, #859db1, #14344a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#859db1), to(#14344a));
	background-image: -webkit-linear-gradient(top, #859db1, #14344a);
	background-image: -o-linear-gradient(top, #859db1, #14344a);
	background-image: linear-gradient(to bottom, #859db1, #14344a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#859db1', endColorstr='#14344a', GradientType=0);
	border-color: #859db1 #859db1 #14344a;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #859db1;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.modal .modal-footer .btn-primary:hover,
.modal .modal-footer .btn-primary:active {
	color: #ffffff;
	background-color: #14344a;
	*background-color: #14344a;
}

.modal .modal-footer .btn-primary:active {
		
}

/* Footer
---------------------------------------------------------------------- */
footer {
	border-left: solid #859db1 1px;
	border-right: solid #859db1 1px;
	border-bottom: solid #859db1 1px;
	background-color: #859db1;
	background-image: -moz-linear-gradient(top, #859db1, #14344a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#859db1), to(#14344a));
	background-image: -webkit-linear-gradient(top, #859db1, #14344a);
	background-image: -o-linear-gradient(top, #859db1, #14344a);
  	background-image: linear-gradient(to bottom, #859db1, #14344a);
  	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#859db1', endColorstr='#14344a', GradientType=0);
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.copyright {
	font-size: 10px !important;
	line-height: 10px;
}