.custom.checkbox {float:left;}
label.wrapping{display: block; margin-left: 1.6em; word-wrap:break-word;}

a.hochaufloesend {
	display: block;
	background-color: #FF9900;
	color: #fff!important;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	padding: 7px 10px 7px 25px !important;
	line-height: 20px;
	margin-top: 10px;
	transition: all 0.3s ease-out 0s;
	font-family: 'Tahoma', sans-serif;
	font-size: 10px !important;
	background-image: url(../images/icon_stage_grafik.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
a.hochaufloesend:hover {
	background-color: #0077c7;
}

a.einloggen {
	display: block;
	background-color: #FF9900;
	color: #fff!important;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	padding: 7px 10px 7px 10px !important;
	line-height: 14px;
	margin-top: 10px;
	transition: all 0.3s ease-out 0s;
	font-family: 'Tahoma', sans-serif;
	font-size: 10px !important;
	/*background-image: url(../images/icon_stage_grafik.png);*/
	background-repeat: no-repeat;
	background-position: 10px 10px;
	max-width:50%;

}

a.einloggen:hover {
	background-color: #0077c7;
}

.mediathek_suche {
	font-size: 10px;
}
.mediathek_suche ul {
	list-style-type: none;
}
.mediathek_suche ul + ul {
	border-top: 1px dotted #d5d4d4;
	padding-top: 20px;
}
.mediathek_suche ul li {
	width: 50%;
	float: left;
}
.mediathek_suche ul li label {
	font-size: 12px;
}

.media_cat {
	border-top: 1px solid #f2f2f2;
	padding-top: 40px;
	margin-top: 40px;
	clear: both;
}
.media_cat h3 {
	margin-top: 0px;
	font-family: 'DINNextLTPro-Regular'; /*'Klavika-Light';*/

}
.media_cat h4 {
	margin-bottom: 10px;
}
.media_cat h4 a {
	color: #444444;
	font-size: 13px;
	/*height: 15px;
	overflow: hidden;
	display: block;*/
	font-family: 'DINNextLTPro-Regular'; /*'Klavika-Medium';*/
}
.media_cat h4 a:hover {
	color: #FF9900;
}
.media_cat p {
	font-size: 12px;
	font-family: 'DINNextLTPro-Regular'; /*'Tahoma', sans-serif;*/
	/*font-family: 'Klavika-Regular';*/
	line-height: 20px;
	/*height: 32px;*/
	overflow: hidden;
	color: #676767;
}

/* 	Rewritten all the mediathek_image_wrapper styling as something simpler and accessible to more browser versions
	Keeping the originals here for 'just in case'.
*/
.mediathek_image_wrapper {
	/*height: 140px; why? */
	background-color: #0077c7;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	overflow: hidden;
	position: relative;
}

.hochformat.mediathek_image_wrapper {
	/* height: 305px; why? */
}
.mediathek_image_wrapper:before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background-image: url(../images/icon_mediathek_sonstiges.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity:0.8;
}
.mediathek_image_wrapper:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.mediathek_image_wrapper img {
	display: block;
	margin: 0 auto;
	/*height: 100%; why? */
	max-height: 100%;
}

/* Here are the re-writes for mediathek_image_wrapper */
.mediathekimagewrapper {
	background-color: #0077c7;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	overflow: hidden;
	position: relative;
}

.mediathekimagewrapper:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
}

.mediathekimagewrapper img {
	display: block;
	margin: 0 auto;
	/*height: 100%; why? */
	max-height: 100%;
}

.mediatheksearchlink {
	position:relative; 
	left: 0; 
	top: 0;
}

.mediatheklink {
	position:relative; 
	left: 0; 
	top: 0;
	display:inline-block; 
	float:right; 
	width:30.9%
}

.mediathekfirstvideo {
	position:relative; 
	left: 0; 
	top: 0;
	display:inline-block; 
	float:left; 
	width:65.5%;
	height:319px;
}

.mediatheksearchicon, .mediathekicon {
	opacity:0.8; 
	position: absolute; 
	top: 0; 
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background-image: url(../images/icon_mediathek_sonstiges.png);
	background-repeat: no-repeat;
	background-position: center;
}

.mediatheksearchlink .icon6, .mediatheksearchlink .icon247 {background-image: url(../images/icon_mediathek_broschuere.png);}
.mediatheksearchlink .icon8, .mediatheksearchlink .icon249 {background-image: url(../images/icon_mediathek_film.png);}
.mediatheksearchlink .icon7, .mediatheksearchlink .icon15, .mediatheksearchlink .icon10 {background-image: url(../images/icon_mediathek_grafik.png);}

.mediatheklink .icon6, .mediatheklink .icon247 {background-image: url(../images/icon_mediathek_broschuere.png);}
.mediatheklink .icon8, .mediatheklink .icon249 {background-image: url(../images/icon_mediathek_film.png);}
.mediatheklink .icon7, .mediatheklink .icon15, .mediatheklink .icon10 {background-image: url(../images/icon_mediathek_grafik.png);}

.mediaitem .icon6, .mediaitem .icon247 {background-image: url(../images/icon_mediathek_broschuere.png);}
.mediaitem .icon8, .mediaitem .icon249 {background-image: url(../images/icon_mediathek_film.png);}
.mediaitem .icon7, .mediaitem .icon15, .mediaitem .icon10 {background-image: url(../images/icon_mediathek_grafik.png);}

.mediathekfirstvideo .icon8, .mediathekfirstvideo .icon249 {background-image: url(../images/icon_mediathek_film.png);}


/* mediathek video */
.first_video_wrapper {
	width: 65.5%;
	float: left;
}
.first_video_wrapper .mediathek_image_wrapper {
	height: 319px;
}
.not_first_video_wrapper {
	width: 30.9%;
	float: right;
}
.not_first_video_wrapper .mediathek_image_wrapper {
	height: 136px;
}
.first_video_wrapper .mediathek_image_wrapper:before,
.not_first_video_wrapper .mediathek_image_wrapper:before,
.media_cat .mediathek_image_wrapper.icon_8:before,
.media_cat .mediathek_image_wrapper.icon_249:before,
.mediathek_image_wrapper.icon_8:before,
.mediathek_image_wrapper.icon_249:before {
	background-image: url(../images/icon_mediathek_film.png);
}
.not_first_video_wrapper h4 {
	margin-bottom: 15px;
}
.media_cat .mediathek_image_wrapper.icon_6:before,
.media_cat .mediathek_image_wrapper.icon_247:before,
.mediathek_image_wrapper.icon_6:before,
.mediathek_image_wrapper.icon_247:before {
	background-image: url(../images/icon_mediathek_broschuere.png);
}
.media_cat .mediathek_image_wrapper.icon_7:before,
.media_cat .mediathek_image_wrapper.icon_15:before,
.mediathek_image_wrapper.icon_7:before, 
.mediathek_image_wrapper.icon_15:before {
	background-image: url(../images/icon_mediathek_grafik.png);
}
.media_cat .mediathek_image_wrapper.icon_10:before,
.mediathek_image_wrapper.icon_10:before {
	background-image: url(../images/icon_mediathek_grafik.png);
}

.mediatheksearchimage {
	float:left; 
	margin-right:1em; 
	width:20%; 
	margin-bottom:0.5em;
	position: relative; 
	top: 0; 
	left: 0;
}

#taglist {
	margin-top:1em;
}

.iframevideo {
	position:absolute;
}

