/* @override 
	http://devel.meteonews.tv/css-872/style.css */



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

.row:before, .row:after {
	content:" ";
	display: table;
}
.row:after {
	clear: both;
}
.row {
	*zoom: 1;
}
.col1, .col2{
	float: right;
	font-size: 14px;
	display: inline-block;
}
.col1{
	width: 60%;
}
.col2{
	width: 40%;
}
html{
	-webkit-text-size-adjust: 100%;
}
html, body {
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	font-family:'Open Sans', sans-serif;
	font-size: 100%;
	color: #212121;

}
h2,h3,h4{
	color: #212121;
}
.site {
/*	margin-left: 100px !important;*/
	max-width: 880px;
	position: relative;
	z-index: 1;
	width: 100%;
	padding-left: 100px;
}
.site:before {
	content:"";
	position: fixed;
	bottom: 0;
	width: 100%;
	display: block;
	z-index: 1;
}

.page {
	background: #fafafa;
	z-index: 2;
	-moz-box-shadow: 0 2px 4px rgba(33, 33, 33, 0.2);
	box-shadow: 0 2px 4px rgba(33, 33, 33, 0.2);

	padding-right: 0;
	min-width: 630px;
	max-width: 880px;
	margin: 0 auto;
	position: relative;
}
.footer{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
}
.footer p{
	height: 10%;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	font: normal 11px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
}
.footer p a, a{
	color: #212121;
	border-color: #212121;
}
.footer p a:hover, a:hover{
	color: rgb(255, 92, 102);
	border-color: rgb(255, 92, 102);
}

/* @group werbung */

.werbung_wrapper{
	max-width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: left;
}
 .werbung-sky {
	display: block;
	position: absolute;
	right: 0px;
	max-width: 160px;
	float: right;
 	margin-right: -170px;
 	top: 0;
 }
.werbung_head{
	position: relative;
	z-index: 10;
	overflow: hidden;
}

/* @end */

.main h1 {
	margin: 0;
	padding: 0 0 10px;
	color: #fff;
}
.main p {
	margin: 0;
	padding: 0;
}
.main-container {
	left: 0;
	right: 0;
	position: relative;
	padding: 0 8px;
}
 .main-inner {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

.nav_wrapper {
	position: absolute;
	width: 250px;
	display: block;
	top: 50px;
	z-index: 3;
	overflow: hidden;
	max-height: 0;
	transition: 0.35s;
	right: 0;
}

	.site.is-open .nav_wrapper {
		max-height: 600px;
		z-index: 200;
		box-shadow: -3px 8px 8px rgba(0, 0, 0, 0.39);
		-moz-box-shadow: -3px 8px 8px rgba(0, 0, 0, 0.39);

	}

.nav {
	width: auto;
	position: relative;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 10px;
	overflow: auto;
	background-color: #fafafa;
}
.header h3 {
	width: 100%;
	font-size: 0.8rem;
	display: inline;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 1em;
	position: relative;
	color: #212121;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li {
	margin: 0 0 10px;
	padding: 0;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
	height: 20px;
	width: 235px;
}
.nav a {
	color: #212121;
	text-decoration: none;
	font-size: 0.8rem;
	padding: 5px 0;
	margin-bottom: 3px;
}
.nav a:hover {
	color: rgb(255, 92, 102);
	text-decoration: none;
/*	font-size: 12px;*/
	padding: 5px 0;
}
.nav a.land {
	float: left;
	width: 70%;
	margin-left: 0;

}
.nav img.flagge {
	margin-right: 4px;
/*	display: none;*/
	margin-left: 4px;
}
.nav a.sprache {
	float: left;
	margin-right: 2px;
	width: 25px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
.menu {
	display: block;
	position: absolute;
	top: 15px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 10;
	right: 1em;
}
.menu:hover .menu-hamburger:before, .menu:hover .menu-hamburger:after {
	width: 24px;
	margin-left: 0;
}
.menu.is-active .menu-hamburger {
	background: none;
}
.menu.is-active .menu-hamburger:before, .menu.is-active .menu-hamburger:after {
	top: 0;
	width: 24px;

	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 0;
}
.menu.is-active .menu-hamburger:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu.is-active .menu-hamburger:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.menu-hamburger {
	position: relative;
	width: 24px;
	height: 4px;
	margin: 10px 0;
	background: rgb(125, 133, 135);
	border-radius: 4px;
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before, .menu-hamburger:after {
	content:'';
	display: block;
	width: 22px;
	height: 4px;
	background: rgb(125, 133, 135);
	position: absolute;
	border-radius: 4px;
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before {
	top: -8px;
	left: 0;
	width: 22px;
	margin-left: 2px;
}
.menu-hamburger:after {
	top: 8px;
	width: 17px;
	left: 0;
	margin-left: 7px;
}
.header {
	height: 50px;
	width: 100%;
	z-index: 200;
}
.nav_wrapper .header {
	width: 100%;
	height: 20px;
	z-index: 2;
	background-color: #fafafa;
}
a.logo {
	padding-left: 8px;
	display: block;
	padding-top: 6px;
}
a.cookielink {
	color: rgb(255, 92, 102);
}
.logo img {
	width: 150px;
}

/* @group Player Skin */
.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 10em
}

.video-js .vjs-controls-disabled .vjs-big-play-button {
    display: none!important
}

.video-js .vjs-control {
    width: 3em
}

.video-js .vjs-menu-button-inline:before {
    width: 1.5em
}

.vjs-menu-button-inline .vjs-menu {
    left: 3em
}

.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {
    display: block
}

.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {
    display: none!important
}

.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {
    padding: 0 .4em .3em
}

.video-js.vjs-ended .vjs-loading-spinner {
    display: none;
}

.video-js.vjs-ended .vjs-big-play-button {
    display: block !important;
}

.video-js *,.video-js:after,.video-js:before {
    box-sizing: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.video-js.vjs-fullscreen,.video-js.vjs-fullscreen .vjs-tech {
    width: 100%!important;
    height: 100%!important
}

.video-js {
    font-size: 14px;
    overflow: hidden
}

.video-js .vjs-control {
    color: inherit
}

.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 8.35em
}

.video-js .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
    height: 3em;
    width: 6.35em
}

.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff,0 0 1em #fff,0 0 1em #fff
}

.video-js .vjs-spacer,.video-js .vjs-time-control {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.video-js .vjs-time-control {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.video-js .vjs-time-control.vjs-time-divider {
    width: 14px
}

.video-js .vjs-time-control.vjs-time-divider div {
    width: 100%;
    text-align: center
}

.video-js .vjs-time-control.vjs-current-time {
    margin-left: 1em
}

.video-js .vjs-time-control .vjs-current-time-display,.video-js .vjs-time-control .vjs-duration-display {
    width: 100%
}

.video-js .vjs-time-control .vjs-current-time-display {
    text-align: right
}

.video-js .vjs-time-control .vjs-duration-display {
    text-align: left
}

.video-js .vjs-play-progress:before,.video-js .vjs-progress-control .vjs-play-progress:before,.video-js .vjs-remaining-time,.video-js .vjs-volume-level:after,.video-js .vjs-volume-level:before,.video-js.vjs-live .vjs-time-control.vjs-current-time,.video-js.vjs-live .vjs-time-control.vjs-duration,.video-js.vjs-live .vjs-time-control.vjs-time-divider,.video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
    display: none
}

.video-js.vjs-no-flex .vjs-time-control {
    display: table-cell;
    width: 4em
}

.video-js .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: .5em;
    top: -.5em
}

.video-js .vjs-progress-control .vjs-load-progress,.video-js .vjs-progress-control .vjs-play-progress,.video-js .vjs-progress-control .vjs-progress-holder {
    height: 100%
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0
}

.video-js .vjs-progress-control:hover {
    height: 1.5em;
    top: -1.5em
}

.video-js .vjs-control-bar {
    -webkit-transition: -webkit-transform .1s ease 0s;
    -moz-transition: -moz-transform .1s ease 0s;
    -ms-transition: -ms-transform .1s ease 0s;
    -o-transition: -o-transform .1s ease 0s;
    transition: transform .1s ease 0s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(3em);
    -moz-transform: translateY(3em);
    -ms-transform: translateY(3em);
    -o-transform: translateY(3em);
    transform: translateY(3em);
    -webkit-transition: -webkit-transform 1s ease 0s;
    -moz-transition: -moz-transform 1s ease 0s;
    -ms-transition: -ms-transform 1s ease 0s;
    -o-transition: -o-transform 1s ease 0s;
    transition: transform 1s ease 0s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
    height: .25em;
    top: -.25em;
    pointer-events: none;
    -webkit-transition: height 1s,top 1s;
    -moz-transition: height 1s,top 1s;
    -ms-transition: height 1s,top 1s;
    -o-transition: height 1s,top 1s;
    transition: height 1s,top 1s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,.video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    -moz-transition: opacity 1s ease 1s;
    -ms-transition: opacity 1s ease 1s;
    -o-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s
}

.video-js.vjs-live .vjs-live-control {
    margin-left: 1em
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border: none;
    border-radius: 50%;
    font-size: 3.5em;
    background-color: rgba(0,0,0,.45);
    color: #fff;
    -webkit-transition: border-color .4s,outline .4s,background-color .4s;
    -moz-transition: border-color .4s,outline .4s,background-color .4s;
    -ms-transition: border-color .4s,outline .4s,background-color .4s;
    -o-transition: border-color .4s,outline .4s,background-color .4s;
    transition: border-color .4s,outline .4s,background-color .4s
}

.video-js .vjs-menu-button-popup .vjs-menu {
/*    left: -3em*/
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: transparent;
    width: 8em;
	font-size: 1em;
    left: .5em;
    padding-bottom: .4em;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item,.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
    background-color: #151b17;
    margin: .1em 0;
    padding: .5em;
/*    border-radius: .3em*/
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    background-color: rgba(255,92,102,0.9);
    color: #fff;
}

.video-js .vjs-big-play-button {
    background-color: rgba(0,0,0,0.45);
    font-size: 3.5em;
    border-radius: 50%;
    height: 2em !important;
    line-height: 2em !important;
    margin-top: -1em !important
}

.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:active {
    background-color: rgba(255,92,102,0.9)
}

.video-js .vjs-loading-spinner {
    border-color: rgba(255,92,102,0.9)
}

.video-js .vjs-control-bar2 {
    background-color: #000
}

.video-js .vjs-control-bar {
    background-color: rgba(0,0,0,0.3) !important;
    color: #ffffff;
    font-size: 12px
}

.video-js .vjs-play-progress,.video-js  .vjs-volume-level {
    background-color: rgb(255,92,102)
}


/* @end */

.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-poster{
	display: none !important;
}

/* @group Button | Link */

.link {
	background-color: rgb(241, 241, 241);
	color: #212121;
	font-weight: bold;
	border-style: none;
	border-radius: 3px;
	text-decoration: none;
	transition: all .2s ease-in-out;
}


.live{
	float: right;
	position: relative;
	top: 15px;
	right: 60px;
	padding: 2px 8px;
	font-weight: normal;
	font-style: normal;
}

.link:hover,
.live.link.aktiv {
	background-color: rgb(255, 92, 102);
	-moz-box-shadow: 2px 1px 4px #b3b3b3;
	box-shadow: 2px 1px 4px #b3b3b3;
	color: #fff;
	cursor: pointer;
/*	transform: scale(1.1);*/

}

/* @end */

/* @group Impressum */
.col1{
	text-align: justify;
}
.col2 .adress{
	list-style: none;
	margin-top: 128px;
	padding-left: 110px;
}
.switch{
	font-size: 12px;
	float: right;
	padding: 4px 5px 5px;
	text-transform: none;
}
.impress p,
.impress dl,
.impress ul{
	font-size: 13px;
}
.impress dd{
	margin-left: 0;
}
.impress ul{
	list-style: none;
	padding-left: 0;
}
.impress h3{
	font-size: 0.8rem;
	text-transform: uppercase;
}
.impress h2{
	font-size: 1rem;
	text-transform: uppercase;
	padding-left: 0;
}
.bg{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.impress .main-container{
	padding-bottom: 8px;
}
/* @end */

/* @group wetterflash */
.wetterflash.col1{
	text-align: left;
}

fieldset {
	border: none;
	width: 100%;
	margin: 20px 0;
	background-color: #f4f5f4;
	padding: 20px 10px 10px;
	display: inline-block;
}
legend{
	background-color: #4298d0;
	color: white;
	padding: 4px;
}
label{
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
}

input#Breite{
	float: right;
	display: block;
	font-size: 11px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-topright: 3px;
	height: 20px;
	margin: 6px 0 15px 12px;
	padding: 4px 5px 0px 5px;
	border: none;

}
textarea#output{
	 height: auto;
	 width: 300px;
	 font-size: 12px;
	 border: none;
	 color: #212121;
}
input#Breite:hover, input#autoplay:hover {
	border: 1px solid #5d5d5d;
	background-color:#ededed;
}

input#Breite:focus, input#autoplay:focus {
	border:1px solid #5d5d5d;
	background-color:#ededed;
}

input#vorschau {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 5px 5px;
	border-style: none;
}

input#vorschau:hover {
	cursor: pointer;
}

input#vorschau:focus {
	border:2px solid #F4F6D4;
	background-color: rgb(255, 92, 102);
	color:white;
}
div#preview{
	position: relative;
	float: left;
	width: 100%;
	display: inline-block;
}
#preview{
	position: absolute;
}
#preview iframe{
	-moz-box-shadow: 4px 5px 20px #656565;
	box-shadow: 4px 5px 20px #656565;
}

/* @end */

/* @group Playlist */
 .playlist h2.titel {
	font-size: 1rem;
	width: auto;
	position: relative;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0.5em;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 0;
}
.playlist .main-container {
	padding: 0;
	margin-bottom: 10px;
}
.playlist ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.playlist li {
	list-style: none;
	width: 47%;
	height: 70px;
	overflow: hidden;
	display: block;
	float: left;
	border-left: 5px solid transparent;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	background-color: #ffffff;
	position: relative;
	box-sizing: border-box;
	-moz-box-shadow: 0 1px 1px rgba(33, 33, 33, 0.08);
	box-shadow: 0 1px 1px rgba(33, 33, 33, 0.08);
	padding: 0;
}
	.playlist li.werbung{
			border: none;
			background-color: transparent;
			text-align: center;
			min-height: 260px;
			max-height: 288px;
			box-shadow: none;

	}
	.playlist li.werbung > *{
		position: relative;
		margin-top: 5px;
		vertical-align: middle;
	}

	.playlist li.noad {
		display: none;
	}



.playlist li.active{
	border-left: 5px solid rgb(255, 92, 102);
}

.playlist a.info-toggle{
	position: absolute;
	width: 25px;
	height: 25px;
	display: block;
	right: 18px;
	z-index: 5;
	border-radius: 50%;
	background-color: rgb(247, 248, 247);
	color: #757575;
	text-decoration: none;
	text-align: center;
	top: 23px;
	line-height: 27px;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	transition: all .2s ease-in-out;
}
.playlist a.info-toggle:hover {
	background-color: rgb(254, 93, 102);
	color: #fff;
	transform: scale(1.5);
}
.playlist a.play {
	display: block;
	position: absolute;
	width: 33.33%;
	height: 100%;
	z-index: 3;
	background: url(../img/video-play-button.png) center center no-repeat transparent;
	background-size: 100%;
	z-index: 100;

}
.playlist a.play:hover{
	background: url(../img/video-play-button_hover.png) center center no-repeat rgba(0, 0, 0, 0.3);
	background-size: 100%;
}
.playlist img.vorschau {
	width: 33.33%;
	height: 100%;
	float: left;
	margin-right: 5px;
	position: relative;
	bottom: 0;
	overflow: hidden;
}
.playlist h2.sendung {
	width: 100%;
	font-size: 1.2rem;
	display: inherit;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	line-height: 1rem;
}
.playlist .time, .playlist .moderation {
	font-size: 0.75rem;
	color: #757575;
	width: 100%;
	display: block;
}
.playlist h3.beschreibung {
	display: none;
}
.playlist p.text {
	display: none;
}
/* @end */

/* @group linklist */

.linklist h2 a{
	text-decoration: none;
}
.linklist ul{
	margin-left: 5px;
	margin-right: auto;
}
.linklist li{
	padding-right: 2px;
	padding-left: 2px;
	-moz-box-shadow: 0 0 0px;
	box-shadow: 0 0 0px;
	background-color: transparenz;
	border-bottom: 1px solid #f4f4f4;
}
.playlist .linklist li a.link{
	width: 19.2%;
	-moz-box-shadow: 0 0 0px;
	box-shadow: 0 0 0px;
	padding-right: 8px;
	padding-left: 8px;
}
.playlist .linklist li a.link,
.playlist .linklist li a.link:hover{
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.playlist .linklist li a.link:hover{
	-moz-box-shadow: 0 0 1px #939393;
	box-shadow: 0 0 1px #939393;
}
.playlist .linklist li .ttmax,
.playlist .linklist li .ttmin {
	position: absolute;
	width: 40px;
	height: 26px;
	display: block;
	right: 6px;
	z-index: 5;
	border-radius: 6px;
	background-color: rgb(246, 248, 246);
	color: #e85100;
	text-decoration: none;
	text-align: center;
	top: 37px;
	line-height: 26px;
	font-size: 13px;
	font-weight: bold;
}
.playlist .linklist li .ttmin {
	color: #0081ab;
	right: 51px;

}

.playlist .linklist li .symbol{
	position: absolute;
	right: 62%;
	top: 25px;
}
.playlist .linklist p{
	font-size: 11px;
	display: inline-block;
	width: 97%;
	text-align: right;
}

/* @end */

/* @group Info Fenster */

.infofenster {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
}
/*#info-content {
	width: 100%;
	max-width: 500px;
	margin: 50px auto auto;
	height: auto;
	z-index: 110;
	position: relative;
}*/
#info-content {
	width: 100%;
	left: 50%;
	max-width: 500px;
	margin-left: -250px;
	margin-top: 50px;
	height: auto;
	z-index: 110;
	position: fixed;
}
.infofenster h2.titel {
	font-size: 1rem;
	width: auto;
	position: relative;
	height: 30px;
	background-color: #f5f5f5;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0.5em;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 28px;
}
.infofenster .main-container {
	padding: 0;
}
.infofenster ul {
	margin: 0;
	padding: 0;
	height: auto;
}
.infofenster li {
	list-style: none;
	position: absolute;
	overflow: hidden;
	height: auto;
	background-color: #fafafa;
	-moz-box-shadow: 0 0 20px #020202;
	box-shadow: 0 0 20px #020202;
	padding: 5px;
	z-index: 115;
}
.infofenster a.info-toggle {
	position: absolute;
	width: 35px;
	height: 35px;
	display: block;
	right: 10px;
	z-index: 50;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	top: 10px;
}
.infofenster a.info-toggle:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.infofenster a.play {
	display: block;
	position: absolute;
	width: 80%;
	height: 52%;
	z-index: 10;
	background: url(../img/video-play-button.png) 140% -80% no-repeat transparent;
	background-size: 90%;
	z-index: 100;
}
.infofenster a.play:hover{
	background: url(../img/video-play-button_hover.png) 140% -80% no-repeat transparent;
	background-size: 90%;
}
.infofenster img.vorschau {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 5;
	min-height: 150px;
	background-color: #000000;
}
.infofenster h2.sendung {
	font-size: 1rem;
	display: inline-block;
	padding: 0 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
}
.infofenster .time, #infofenster .moderation {
	font-size: 0.75rem;
	color: #757575;
	width: 100%;
	display: block;
	padding: 0 5px;
}
.infofenster h3.beschreibung {
	border-bottom: 1px solid #cbcbcb;
	padding: 0 5px;
	font-size: 0.8rem;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
.infofenster p.text {
	padding: 0 5px;
	font-size: 0.75rem;
}
/* @end */

/* @group Werbung */

.adspot_container_small,
.adspot_container_small_expand{
	position: fixed;
	bottom: 0px;
	left: 995px !important;
	top: 0px;
	right: 0px;
	z-index: 9999;
}

/* @end */
@media screen and (max-width: 1250px){
	.werbung-sky{
			width: 0;
			display: none;
		}
	.site {
	/*	margin-left: 100px !important;*/
		max-width: 880px;
		position: relative;
		z-index: 1;
		width: 100%;
		padding-left: 0!important;
	}
	.werbung_wrapper{
		max-width: 100%;
		margin: 0;
		text-align: left;
	}
	.adspot_container_small,
	.adspot_container_small_expand{
		position: fixed;
		bottom: 0px;
		left: 895px !important;
		top: 0px;
		right: 0px;
		z-index: 9999;
	}

}
@media screen and (max-width: 880px) {
 	.titel{
 		padding: 20px;
 	}
 	.col1, .col2{
 		float: left;
 		width: 80%;
 		padding: 20px;
 	}
 	.col2 .adress{
 		list-style: none;
 		padding-left: 0;
 		margin-top: 0;
 	}
 	body{
 		width: 100% !important;
 	}
 	.page {
 		min-width: 100%;

 	}
 	.werbung_head{
 		position: relative;
 		z-index: 0;
 		overflow: hidden;
 		margin-left: 100px;
 		margin-right: 0;
 	}
 	.werbung-sky{
 		width: 0;
 		display: none;
 	}
	.nav_wrapper {
		z-index: 3;
	}
	.main-container {
		padding: 0;
	}
	.impress .main-container {
		padding: 5px;
	}
	.nav {
		position: relative;
		top: 0;
		bottom: 0;
		margin: 0;
		padding: 10px;
		overflow: auto;
	}
	.logo img {
		width: 150px;
	}
	.playlist li {
		list-style: none;
		width: 100%;
		position: relative;
		height: 70px;
		overflow: hidden;
	}
	.playlist .linklist li{
		width: 32%;
	}
	.playlist li.werbung {
		list-style: none;
		min-width: 49%;
		position: relative;
		max-height: 288px;
		overflow: hidden;
		text-align: center;
	}
		.playlist li.werbung > *{
			position: relative;
			top: 50%;
			margin-top: -125px;
		}

	.playlist a.play {
		display: block;
		position: absolute;
		width: 45%;
		height: 100%;
		z-index: 3;
		background: url(../img/video-play-button.png) center center no-repeat transparent;
		background-size: 100%;
		z-index: 100;
	}
	.playlist img.vorschau {
		width: 45%;
		height: auto;
		float: left;
		margin-right: 5px;
		position: relative;
		bottom: 0;
	}
	.playlist h2.sendung {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.info-content {
		top: 0;
		position: relative;
	}
	#info-content {
		width: 100%;
		left: 50%;
		max-width: 400px;
		margin-left: -200px;
		margin-top: 50px;
		height: auto;
		z-index: 110;
		position: fixed;
	}
	div.sidebar{
		display: none !important;
	}
	.adspot_container_small,
	.adspot_container_small_expand{
		display: none !important;
		padding-left: 0!important;
	}
	#adspot_sidebar{
		display: none;
	}

	.video-js .vjs-overlay-bottom-left{
		bottom: 15%;
		transform: scale(0.75);
		font-size: 125%;
		left: 3.5%;
	}


}


@media screen and (max-width: 500px) {
		#info-content {
			width: 100%;
			left: 0;
			min-width: 320px;
			max-width: 100%;
			margin-left: 0;
			margin-top: 50px;
			height: auto;
			z-index: 110;
			position: fixed;
		}
		.playlist .linklist li{
			width: 48.4%;
		}
		.video-js .vjs-overlay-bottom-left{
			left: 0.8em;
			bottom: 2.5em;
			transform: scale(0.75);
			font-size: 125%;
		}




}
@media screen and (min-width: 620px) {
	.playlist li {
		width: 49%;
		height: 70px;
		float: left;
	}
	.playlist .linklist li{
		width: 24.2%;
	}
	.playlist li.werbung {
		width: 49%;
		}
	.playlist img.vorschau {
		max-width: 45%;
	}
	.playlist h2.sendung {
		font-size: 0.8rem;
	}


}
@media screen and (max-width: 320px) {
	.werbung {
		padding: 0px;
	}
	.playlist .linklist li{
		width: 100%;
	}

}


.show {
	display: block;
	visibility: visible;
}

.hide {
	display: none;
	visibility: hidden;
}

#overlay {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
