/* Generelles ***************/
/****************************/


.csc-frame-indent {
	width: 46%;
	float: left;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #1b1b1b;
	color: #fff;
	font: normal 100% Arial, sans-serif;
}

.inhalte_sp2 .text {
	color: #EBEBEB;
}

.inhalte_sp2 .csc-frame-default:nth-child(n+2) {
	float: left;
}

.unsichtbar {
	display: none;
}

img {
	border: 0;
}

a, input {
	outline: none;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

label, input[type=submit] {
	cursor: pointer;
}


/**** Kopf ****/
/**************/
#kopf {
	background-color: #3b3b3b;
	padding: 10px 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.kopf_inhalt {
	/*width: 980px;*/
	margin: 0 auto;
}

.kopf_sp1 {
	float: left;
	border-right: 1px solid #2b2b2b;
	width: 250px;
	padding: 15px 15px 0 35px;
	height: 60px;
}

.kopf_sp2 {
	float: left;
	padding: 15px 0 0 15px;
	height: 60px;
}

.kopf_sp3 {
	float: right;
	border-left: 1px solid #2b2b2b;
	height: 75px;
}

.logo {
	float: left;
	margin: 0 0 0 20px;
}

.logo a {
	display: block;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
}

.no-svg .logo a {
	background-image: url(../images/sprite.png);
}

.logo.bfdw a {
	background-position: -10px -8px;
}

.logo.dkh a {
	background-position: -10px -56px;
}

.claim {
	font-size: 160%;
	color: #ebebeb;
}

.servicenavi {
	border-right: 1px solid #2b2b2b;
	padding: 15px 15px 0 15px;
	height: 60px;
	float: left;
}

.servicenavi a.merken {
	position: relative;
}

.servicenavi a.merken,
.link.merken a {
	display: block;
	color: #b2b2b2;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	padding-top: 8px;
}

.servicenavi a.merken .icon,
.link.merken a .icon {
	display: block;
	background-color: #1b1b1b;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 19px;
	height: 26px;
	padding: 7px 9px 7px 12px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	/*background-position: -10px -109px;*/
	background-position: 2px -102px;
	float: left;
	margin-right: 8px;
	margin-top: -8px;
}

.teaser.gross .bildtext .link.merken a.aktiv .icon,
.teaser.mittel .bildtext .link.merken a.aktiv .icon,
.teaser.klein .bildtext .link.merken a.aktiv .icon {
	background-color: #AF124E;
	border-color: #AF124E;
}

.no-svg .servicenavi a.merken .icon,
.no-svg .link.merken a .icon {
	background-image: url(../images/sprite.png);
}

.servicenavi a.merken:hover,
.link.merken a:hover {
	color: #fff;
}

.servicenavi a.merken:hover .icon,
.link.merken a:hover .icon {
	/*background-position: -50px -109px;*/
	background-position: -38px -102px;
}

.servicenavi a.merken.aktiv {
	color: #af124e;
	color: #fff;
}

.servicenavi a.merken.aktiv .icon {
	background-color: #af124e;
	border-color: #af124e;
	background-position: -50px -109px;
}

.servicenavi a.merken .anzahl {
	display: none;
}

.servicenavi a.merken.aktiv .anzahl {
	display: inline-block;
	background-color: #fff;
	color: #1b1b1b;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 2px;
	position: relative;
	top: -15px;
	font-size: 70%;
	font-weight: normal;
}

.suche {
	float: left;
	padding: 15px 20px 0 15px;
}

.suche input {
	font: normal 80% Arial, sans-serif;
	border: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #1b1b1b;
	color: #fff;
}

.suche input#suche_input_suchbegriff {
	-moz-border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 30px;
	padding: 5px;
}

.suche input#suche_submit {
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	/*background-position: -10px -147px;*/
	background-position: -2px -138px;
	display: block;
	width: 40px;
	height: 40px;
	padding: 9px 9px 10px 9px;
}

.no-svg .suche input#suche_submit {
	background-image: url(../images/sprite.png);
}

.suche input#suche_submit:hover {
	/*background-position: -50px -147px;*/
	background-position: -42px -138px;
}


/**** Inhaltsbereich ****/
/************************/

#content {
	margin-top: 95px; /* Höhe des Kopfes, wg. position: fixed */
	margin-bottom: 40px; /* Höhe des Fusses, wg. position: fixed */
	padding-top: 2em;
	padding-bottom: 2em;
}

#inhalte {
	overflow: hidden;
}

.inhalte_sp1 {
	width: 250px;
	padding: 0 15px 0 35px;
	float: left;
	height: 100%;
	overflow: hidden;
}

.inhalte_sp2 {
	height: 100%;
	overflow: hidden;
	padding: 0 20px 0 15px;
}

/* Kontextnavigation */
.kontextnavi {
	font-size: 80%;
	margin-bottom: 2em;
}

.kontextnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.kontextnavi ul li {
	margin: 0 0 1px 0;
}

.kontextnavi ul li a,
.teaser.gross .bildtext .link.details a {
	display: block;
	text-decoration: none;
	background-color: #2b2b2b;
	color: #b2b2b2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 11px 10px 0 10px;
	height: 29px;
	font-weight: bold;
}

.kontextnavi ul li a .icon,
.teaser.gross .bildtext .link.details a .icon {
	display: block;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	float: left;
	margin-top: -4px;
	margin-right: 7px;
}

.no-svg .kontextnavi ul li a .icon,
.no-svg .teaser.gross .bildtext .link.details a .icon {
	background-image: url(../images/sprite.png);
}

.kontextnavi ul li a.fokus .icon {
	background-position: -9px -180px;
}

.kontextnavi ul li a.neu .icon {
	background-position: -10px -215px;
}

.kontextnavi ul li a.beliebt .icon {
	background-position: -9px -252px;
}

.kontextnavi ul li a.empfehlung .icon {
	background-position: -9px -287px;
}

.kontextnavi ul li a.spots .icon {
	background-position: -9px -321px;
}

.kontextnavi ul li a.audio .icon {
	background-position: -9px -357px;
}

.kontextnavi ul li a.footage .icon {
	background-position: -9px -392px;
}

.kontextnavi ul li a.erwsuche .icon {
	background-position: -9px -427px;
}

.kontextnavi ul li a.pressefoto .icon {
	background-position: -9px -462px;
}

.kontextnavi ul li a.archiv .icon {
	display: block;
	background-image: url(../images/archiv.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	width: 25px;
	height: 25px;
	float: left;
	margin-top: -4px;
	margin-right: 7px;
}

.kontextnavi ul li a:hover,
.kontextnavi ul li a.aktiv,
.teaser.gross .bildtext .link.details a:hover,
.teaser.gross.showDetails .bildtext .link.details a {
	background-color: #af124e;
	color: #fff;
}

.kontextnavi ul li a.fokus:hover .icon,
.kontextnavi ul li a.fokus.aktiv .icon {
	background-position: -49px -180px;
}

.kontextnavi ul li a.neu:hover .icon,
.kontextnavi ul li a.neu.aktiv .icon {
	background-position: -50px -215px;
}

.kontextnavi ul li a.beliebt:hover .icon,
.kontextnavi ul li a.beliebt.aktiv .icon {
	background-position: -49px -252px;
}

.kontextnavi ul li a.empfehlung:hover .icon,
.kontextnavi ul li a.empfehlung.aktiv .icon {
	background-position: -49px -287px;
}

.kontextnavi ul li a.spots:hover .icon,
.kontextnavi ul li a.spots.aktiv .icon {
	background-position: -49px -321px;
}

.kontextnavi ul li a.audio:hover .icon,
.kontextnavi ul li a.audio.aktiv .icon {
	background-position: -49px -357px;
}

.kontextnavi ul li a.footage:hover .icon,
.kontextnavi ul li a.footage.aktiv .icon {
	background-position: -49px -392px;
}

.kontextnavi ul li a.erwsuche:hover .icon,
.kontextnavi ul li a.erwsuche.aktiv .icon {
	background-position: -49px -427px;
}

.kontextnavi ul li a.pressefoto:hover .icon,
.kontextnavi ul li a.pressefoto.aktiv .icon {
	background-position: -49px -462px;
}


/* Headline */
.headline {
	font-size: 160%;
	padding: 5px 0 1em 0;
	color: #ebebeb;
}

.headline.linie {
	clear: both;
	padding: 5px 0 0.3em;
	margin: 0 0 0.7em;
	border-bottom: 1px solid #ebebeb;
}

.headline strong {
}

.headline h1 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}


/* Teaser */
.teaser {
	float: left;
	/*margin: 0 20px 20px 0;*/
	border-right: 20px solid #1b1b1b;
	border-bottom: 20px solid #1b1b1b;
	background-color: #2b2b2b;
	color: #ebebeb;
	width: 450px;
	position: relative;
}

.teaser_inhalt {
	overflow: hidden;
}

.teaser .bild {
	line-height: 0;
}

.teaser .bildtext {
	font-size: 85%;
	padding: 10px;
	line-height: 140%;
	height: 100%;
	overflow: hidden;
}

.teaser.mittel .bildtext {
	min-height: 144px;
}

.teaser.klein .bildtext {
	padding-top: 8px;
}

.teaser.mittel .bildtext .info,
.teaser.klein .bildtext .info {
	bottom: 0px;
	position: absolute;
}

.teaser .bildtext .headline,
.teaser .bildtext .headline-archiv {
	font-size: 100%;
	line-height: 140%;
	padding: 0;
}

.teaser .bildtext .headline a {
	text-decoration: none;
	color: #ebebeb;
}

.teaser .bildtext .headline a:hover {
	text-decoration: none;
	color: #fff;
}

.teaser .bildtext .headline-archiv a {
	text-decoration: none;
	color: #ebebeb;
	padding-left: 20px;
	background-image: url("../images/archiv.png");
	background-repeat: no-repeat;
	background-size: 16px;
}

.teaser .bildtext .headline-archiv a:hover {
	text-decoration: none;
	color: #fff;
}

.teaser .bildtext .text {
}

.teaser .bildtext .text p a {
	text-decoration: none;
}

.teaser .bildtext .info {
}

.teaser .bildtext .link {
}

.teaser .bildtext .link a {
}

.teaser .bildtext .link.merken {
	position: absolute;
	right: 2px;
	bottom: 10px;
}

.teaser .bildtext .link.merken a {
	font-size: 100%;
}

.teaser .bildtext .link.merken a .text {
	display: none;
}

/* Teaser gross */
.player {
	width: 650px;
	height: 360px;
	background-repeat: no-repeat;
	float: left;
	background-size: 650px auto;
}

.player .link.play {
	position: absolute;
	left: 290px;
	top: 145px;
}

.player .link.play.video a {
	display: block;
	width: 26px;
	height: 50px;
	padding: 10px 21px 10px 25px;
	background-color: #1b1b1b;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.player .link.play.video a .icon {
	display: block;
	width: 26px;
	height: 50px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -20px -1124px;
	-webkit-background-size: 320px 1440px;
	-o-background-size: 320px 1440px;
	-moz-background-size: 320px 1440px;
	background-size: 320px 1440px;
}

.no-svg .player .link.play.video a .icon {
	background-image: url(../images/sprite.png);
}

.no-svg.no-backgroundsize .player .link.play.video a .icon {
	background-image: url(../images/sprite2x.png);
}

.player .link.play.audio a {
	display: block;
	width: 26px;
	height: 50px;
	padding: 10px 33px 10px 13px;
	background-color: #1b1b1b;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.player .link.play.audio a .icon {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -20px -715px;
	-webkit-background-size: 320px 1440px;
	-o-background-size: 320px 1440px;
	-moz-background-size: 320px 1440px;
	background-size: 320px 1440px;
}

.no-svg .player .link.play.audio a .icon {
	background-image: url(../images/sprite.png);
}

.no-svg.no-backgroundsize .player .link.play.audio a .icon {
	background-image: url(../images/sprite2x.png);
}

.player .link.play a:hover {
	background-color: #af124e;
}

.player .link.play a:hover .icon {
	background-position: -100px -1124px;
}

.player .link.play.audio a:hover .icon {
	background-position: -100px -715px;
}

.teaser.gross {
	float: none;
	clear: both;
	background: none;
	width: auto;
}

.teaser.gross .bildtext {
	height: 100%;
	overflow: hidden;
	width: 250px;
	padding: 0;
	margin-left: 20px;
	float: left;
}

.teaser.gross .bildtext .headline,
.teaser.gross .bildtext .headline-archiv {
	font-size: 160%;
}

.teaser.gross .bildtext .headline-archiv strong {
	text-decoration: none;
	color: #ebebeb;
	padding-left: 30px;
	background-image: url("../images/archiv.png");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: left center;
}

.teaser.gross .bildtext .headline strong {
	font-weight: normal;
}

.teaser.gross .bildtext .link {
	clear: both;
}

.teaser.gross .bildtext .link.merken {
	position: static;
	margin-bottom: 1.5em;
	overflow: hidden;
}

.teaser.gross .bildtext .link.merken a .icon {
	background-color: #2b2b2b;
	border-color: #2b2b2b;
	visibility: visible;
}

.teaser.gross .bildtext .link.merken a .text {
	display: block;
}

.teaser.gross .bildtext .link.details {
	visibility: visible;
}

.teaser.gross .bildtext .link.details a .icon {
	background-position: -9px -498px;
}

.teaser.gross .bildtext .link.details a:hover .icon,
.teaser.gross.showDetails .bildtext .link.details a .icon {
	background-position: -49px -498px;
}

.teaser.gross .bildtext .link.details a .textOn {
	display: none;
}

.teaser.gross .bildtext .link.details a .textOff {
	display: block;
}

.teaser.gross.showDetails .bildtext .link.details a .textOn {
	display: block;
}

.teaser.gross.showDetails .bildtext .link.details a .textOff {
	display: none;
}

.detailinfo {
	clear: both;
	font-size: 85%;
	line-height: 140%;
	padding-top: 2em;
	display: none;
}

.showDetails .detailinfo {
	display: block;
}

.detailinfo_sp1 {
	float: left;
	width: 450px;
	margin: 0 20px 0 0;
}

.detailinfo_sp2 {
	float: left;
	width: 450px;
}

.meta {
}

.meta_headline {
	margin-top: 1em;
}

.meta_inhalt {
}

.meta_inhalt p {
	margin-top: 0;
}

.meta_inhalt ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.downloads {
}

.downloads li {
	margin: 0.5em 0;
	overflow: hidden;
}

.downloads a {
	color: #fff;
	text-decoration: none;
	padding-top: 2px;
	display: block;
}

.downloads a:hover {
	color: #af124e;
}

.downloads a .icon {
	display: block;
	background-color: #af124e;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -47px -527px;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-top: -2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
}

.no-svg .downloads a .icon {
	background-image: url(../images/sprite.png);
}

/* Teaser klein */
.teaser.klein .bild {
	float: left;
	margin-right: 10px;
}

.teaser.klein .bild img {
	width: 170px;
}

.teaser.klein .text {
	display: none;
}


/* Teaser Thema */
.teaser.thema {
	/*width: 215px;*/
	width: 240px;
}

.teaser.thema a {
	color: #b2b2b2;
	text-decoration: none;
	display: block;
	padding: 1em 1em 0 2.75em;
	position: relative;
	min-height: 3.75em;
}

.teaser.thema a:hover {
	color: #fff;
	background-color: #af124e;
}

.teaser.thema a .icon {
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -10px -599px;
	margin-right: 0.5em;
	margin-top: -2px;
	left: 1em;
}

.no-svg .teaser.thema a .icon {
	background-image: url(../images/sprite.png);
}

.teaser.thema a:hover .icon {
	background-position: -50px -599px;
}

/* Schlagworte */
.schlagworte {
	border-top: 1px solid #2B2B2B;
	padding-top: 2em;
	margin-top: 1em;
	clear: both;
}

.schlagworte_headline {
	margin-bottom: 1em;
}

.schlagworte_inhalt {
}

.schlagworte_inhalt .spalte {
	float: left;
	width: 255px;
	margin-right: 20px;
	min-height: 175px;
}

.schlagwort {
	margin-bottom: 0.5em;
}

.schlagwort a {
	text-decoration: none;
}

.schlagwort a:hover {
	color: #af124e;
}

.schlagwort .icon {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #2B2B2B;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.schlagwort a:hover .icon {
	background-color: #af124e;
}


/* Teaser Land */
.teaser.land {
	/*width: 215px;*/
}

.teaser.land .bild {
	float: left;
}

.teaser.land a {
	display: block;
	color: #b2b2b2;
	text-decoration: none;
}

.teaser.land a:hover {
	color: #fff;
}


/* Teaser Merkliste */
.teaser.merkliste {
	width: 100%;
}

.teaser.merkliste .bild {
	float: left;
}

.teaser.merkliste .bild img {
	width: 170px;
}

.teaser.merkliste .bildtext {
	float: left;
	width: 35%;
	padding: 10px 1.5em;
}

.teaser.merkliste .bildtext p {
	margin: 0;
}

.teaser.merkliste .meta {
	font-size: 85%;
	float: right;
	padding: 0 1.5em;
	margin: 10px 0;
	border-left: 1px solid #1b1b1b;
}

.teaser.merkliste .meta_headline {
	margin-top: 0;
}


/* Teaser Pakete */
.teaser.paket {
	width: 700px;
}

.teaser.paket img {
	height: auto;
	width: 100%;
}

.teaser.paket a {
	position: relative;
	display: block;
}

.teaser.paket a .icon {
	display: block;
	width: 40px;
	height: 58px;
	padding: 14px 18px 10px 18px;
	background-color: #2b2b2b;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -1px -1356px;
	-webkit-background-size: 320px 1440px;
	-o-background-size: 320px 1440px;
	-moz-background-size: 320px 1440px;
	background-size: 320px 1440px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.no-svg .teaser.paket a .icon {
	background-image: url(../images/sprite.png);
}

.no-svg.no-backgroundsize .teaser.paket a .icon {
	background-image: url(../images/sprite2x.png);
}

.teaser.paket a:hover .icon {
	width: 58px;
	height: 58px;
	background-color: #af124e;
	padding: 14px 9px 10px 9px;
	background-position: -90px -1355px;
}

.teaser.paket.klein a .icon {
	display: block;
	width: 20px;
	height: 29px;
	padding: 7px 9px 5px 9px;
	background-color: #2b2b2b;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: 0px -643px;
	-webkit-background-size: 400%;
	-o-background-size: 400%;
	-moz-background-size: 400%;
	background-size: 400%;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.teaser.paket.klein a:hover .icon {
	width: 20px;
	height: 29px;
	background-color: #af124e;
	padding: 7px 9px 5px 9px;
	background-position: -42px -643px;
}


/* Liste */
.liste {
	margin-top: 1.5em;
}

.liste_headline {
	color: #ebebeb;
	margin-bottom: 1.5em;
}

.liste_headline h2 {
	font-weight: normal;
	font-size: 140%;
	padding: 0;
	margin: 0;
}

/* Tabelle */
.tabelle {
	margin-top: 1.5em;
}

.tabelle_headline {
	color: #ebebeb;
	margin-bottom: 1.5em;
}

.tabelle_headline h2 {
	font-weight: normal;
	font-size: 140%;
	padding: 0;
	margin: 0;
}

.tabelle_inhalt {
}

.tabelle_inhalt td.td-0,
.tabelle_inhalt td.td-1 {
	max-width: 300px;
}

.tabelle_inhalt td.td-2,
.tabelle_inhalt td.td-3 {
	min-width: 50px;
}

.tabelle table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

.tabelle th, .tabelle td {
	padding: 0.5em;
	border: 0;
	text-align: left;
}

.tabelle th {
	background-color: #2b2b2b;
}

.tabelle td {
	border-bottom: 1px solid #2b2b2b;
}

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

.tabelle a:hover {
	color: #af124e;
}


/**** Fuss ****/
/**************/
#fuss {
	background-color: #3b3b3b;
	position: fixed;
	width: 100%;
	height: 40px;
	bottom: 0;
	font-size: 80%;
}

.fuss_inhalt {
	padding: 10px 20px 0 35px;
}

.fuss_sp1 {
	float: left;
}

.fuss_sp2 {
	float: right;
}

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

#fuss a:hover {
	color: #af124e;
}


/* Profimediathek Plugin */

/* Bootstrap Styles */

button,
input,
select,
textarea {
	margin: 0;
	font-size: 90%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}


.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn:active,
.btn.active {
	background-color: #cccccc \9;
}

button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}


.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	*background-color: #222222;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:active,
.btn-inverse.active {
	background-color: #080808 \9;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #ffffff;
	background-color: #222222;
	*background-color: #151515;
}

a.btn {
	text-decoration: none;
	padding: 2px 12px;
}


.row {
	/*  margin-left: -20px;*/
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-right: 20px;
}

[class*="span"]:right-child {
	margin-right: 0;
}

.span12 {
	width: 940px;
}

.span11 {
	width: 860px;
}

.span10 {
	width: 780px;
}

.span9 {
	width: 700px;
}

.span8 {
	width: 620px;
}

.span7 {
	width: 540px;
}

.span6 {
	width: 460px;
}

.span5 {
	width: 380px;
}

.span4 {
	width: 300px;
}

.span3 {
	width: 220px;
}

.span2 {
	width: 140px;
}

.span1 {
	width: 60px;
}

.offset12 {
	margin-left: 980px;
}

.offset11 {
	margin-left: 900px;
}

.offset10 {
	margin-left: 820px;
}

.offset9 {
	margin-left: 740px;
}

.offset8 {
	margin-left: 660px;
}

.offset7 {
	margin-left: 580px;
}

.offset6 {
	margin-left: 500px;
}

.offset5 {
	margin-left: 420px;
}

.offset4 {
	margin-left: 340px;
}

.offset3 {
	margin-left: 260px;
}

.offset2 {
	margin-left: 180px;
}

.offset1 {
	margin-left: 100px;
}


/* Erweiterte Suche */
/*
.profimediathek_search {
}
.profimediathek_select {
}
.profimediathek_input {
}
.profimediathek_submit {
}
.profimediathek_search.topics .profimediathek_select,
.profimediathek_search.topics .profimediathek_input,
.profimediathek_search.topics .profimediathek_submit,
.profimediathek_search.topics .text
{
	display: inline;
	margin-right: 10px;
}
.profimediathek_search.advanced .profimediathek_select,
.profimediathek_search.advanced .profimediathek_input,
.profimediathek_search.advanced .profimediathek_submit,
.profimediathek_search.advanced .text {
}
.profimediathek_search.advanced .criterias {
	display: none;
}
*/
.profimediathek_search label {
	float: left;
	margin-right: 10px;
	padding: 7px 0px;
}

.profimediathek_input {
	font: normal 100% Arial, sans-serif;
	border: 0;
	float: left;
	background-color: #2B2B2B;
	color: #B2B2B2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 10px;
	margin-right: 10px;
}

.profimediathek_input:focus {
	background-color: #af124e;
	color: #fff;
}

.profimediathek_submit {
	text-shadow: none;
	box-shadow: none;
	margin: 0;
	background: none;

	font: bold 100% Arial, sans-serif;
	border: 0;
	float: left;
	background-color: #B2B2B2;
	color: #2B2B2B;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 10px;
	margin-right: 10px;
}

.profimediathek_submit:hover {
	background-color: #af124e;
	color: #fff;
}

a#detailSearch {
	display: none;
}

.criterias {
	margin-top: 2em;
	color: #EBEBEB;
}

.criterias .span4 {
	width: auto;
	border-left: 1px solid #2B2B2B;
	padding: 0 40px 0 20px;
	margin: 0;
}

.criterias .span4:first-child {
	/*border: 0;
	padding-left: 0;*/
}

.criterias .span4:last-child {
}

.criterias h2 {
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.profimediathek_input_checkbox {
	margin-bottom: 0.5em;
	cursor: pointer;
}

.profimediathek_input_checkbox:hover,
.profimediathek_input_checkbox.checked {
	color: #af124e;
}

.profimediathek_input_checkbox input {
	display: none;
}

.profimediathek_input_checkbox:before {
	content: "";
	display: inline-block;
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background-color: #2B2B2B;
	border: 4px solid #2B2B2B;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.profimediathek_input_checkbox input[type=checkbox]:checked + label:before,
.profimediathek_input_checkbox.checked:before {
	background-color: #af124e;
	border-color: #af124e;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -50px -660px;
}

.no-svg .profimediathek_input_checkbox input[type=checkbox]:checked + label:before,
.no-svg .profimediathek_input_checkbox.checked:before {
	background-image: url(../images/sprite.png);
}

/* Jquery Dropdown Styles */
/* Selectfelder */

.profimediathek_search.advanced select {
	border: 0;
	padding: 7px 40px 7px 10px;
	margin-right: 10px;
	float: left;
	width: 250px;
}

dl.jgd-dropdown {
	margin: 0;
	padding: 0;
}

.jgd-dropdown dd, .jgd-dropdown dt, .jgd-dropdown ul {
	margin: 0;
	padding: 0;
	z-index: 1000;
}

.jgd-dropdown dd {
	position: relative;
}

.jgd-dropdown a, .jgd-dropdown a:visited {
	text-decoration: none;
	outline: none;
}

.jgd-dropdown a:hover {
}

.jgd-dropdown dt a:hover {
}

.jgd-dropdown dt {
	overflow: hidden;
}

.jgd-dropdown dt a {
	display: block;
	color: #B2B2B2;
	background-color: #2B2B2B;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 40px 7px 10px;
	width: 200px;
}

.jgd-dropdown dt a:after {
	content: "";
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -10px -634px;
	width: 20px;
	height: 12px;
	display: block;
	position: absolute;
	right: 10px;
	top: 12px;
}

.no-svg .jgd-dropdown dt a:after {
	background-image: url(../images/sprite.png);
}

.jgd-dropdown dt a:hover {
}

.jgd-dropdown dt a span {
	cursor: pointer;
	display: block;
}

.jgd-dropdown dt a.open {
	background-color: #af124e;
	color: #fff;
}

.jgd-dropdown dt a.open:after {
	background-position: -50px -634px;
}

.jgd-dropdown dd ul {
	display: none;
	z-index: 1000;
	position: absolute;
	list-style: none;
}

.jgd-dropdown span.value {
	display: none;
}

.jgd-dropdown dd ul li {
}

.jgd-dropdown dd ul li a {
	display: block;
	background-color: #2B2B2B;
	color: #B2B2B2;
	padding: 7px 10px;
	width: 230px;
}

.jgd-dropdown dd ul li.item-last a {
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.jgd-dropdown dd ul li.item-first {
	display: none;
}

.jgd-dropdown dd ul li a:hover {
	color: #fff;
}


.downloadliste .merkliste .merken .icon {
	background-color: #1B1B1B;
	background-color: #AF124E;
	background-image: url(../images/sprite.svg);
	background-position: -8px -652px;
	border-color: #AF124E;
}

.no-svg .downloadliste .merkliste .merken .icon {
	background-image: url(../images/sprite.png);
}

.downloadliste .merkliste .merken .icon:hover {
	background-position: -48px -652px;
}

.downloadliste .merkliste .merken a.merkliste {
	width: 40px;
	margin-left: 0px;
	padding: 0;
	height: 0;
}

.downloadliste .merkliste .merken .text {
	display: none;
}

.downloadliste .merkliste .link.merken {
	position: absolute;
	top: 0px;
	margin-top: 8px;
}

.downloadliste .merkliste .teaser_inhalt {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}


/* TODO: Überarbeiten: Styles wegen Fehler bei kleinen Auflösungen */

#positionierung {
	min-width: 874px;
}

#kopf {
	min-width: 874px;
}


/* Anpassung Video-JS */
.vjs-default-skin .vjs-big-play-button span {
	background-position: -20px -1124px;
	background-size: 320px 1440px;
}

/* FE EDIT */

.frontEndEditIcons {
	width: auto;
	height: auto;
}

.typo3-editPanel-controls a {
	box-sizing: content-box;
	min-height: 0px;
	padding: 0px;
}

.teaserliste.search .archiv {
	text-decoration: none;
	color: #ebebeb;
	padding-left: 23px;
	background-image: url("../images/archiv.png");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left center;
}

/* Anmeldeformular */

.tx-felogin-pi1 h3 {
	border-bottom: 1px solid #ebebeb;
	font-size: 160%;
	color: #ebebeb;
	margin: 0 0 0.7em;
	padding: 5px 0 0.3em;
	padding-left: 30px;
	background-image: url("../images/archiv.png");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center left;
}

.tx-felogin-pi1 fieldset legend {
	display: none;
}

.tx-felogin-pi1 fieldset {
	border: none;
	background-color: #2b2b2b;
	margin-top: 25px;
	width: 35%;
}

.tx-felogin-pi1 fieldset div {
	padding-top: 10px;
}

.tx-felogin-pi1 label {
	float: left;
	width: 120px;
}

.tx-felogin-pi1 input {
	width: 60%;
	min-width: 200px;
}

.tx-felogin-pi1 input[type="submit"] {
	border-radius: 5px;
	color: #b2b2b2;
	display: block;
	font-weight: bold;
	height: 29px;
	text-decoration: none;
	border: none;
	background-color: #1b1b1b;
	margin-top: 10px;
	width: 100%;
}

.tx-felogin-pi1 input[type="submit"]:hover {
	color: #fff;
	background-color: #af124e;
}
