.mediathek_item
{
	width:48%;
	border-color:rgb(20,159,224);
	border-style:solid;
	border-width:1px;
	border-radius:10px;
	display:inline-block;
	
	
}
.mediathek_playButton_Container
{
	position:relative;
	top:48%;
	left:10px;
}
.mediathek_playButton
{
}

.mediathek_companyLogo_Container
{
	top:172px;
	left:65%;
	position:relative;
	width:35%;
	height:70px;
	background-color:#FFFFFF;
	border-top-left-radius:50px;
	border-bottom-right-radius:10px;
	text-align:right;	
}

.mediathek_companyLogo
{
	position:relative;
	top:10px;
	right:5px;
	height:50px;

	border-bottom-right-radius:10px;
}


.mediathek_title
{
	background: rgb(16,140,199); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(16,140,199,1) 0%, rgba(20,161,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,140,199,1)), color-stop(100%,rgba(20,161,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#108cc7', endColorstr='#14a1e2',GradientType=0 ); /* IE6-9 */
	color:#FFFFFF;
	height:30px;
	width:100%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	text-align:center;
	padding-top:10px;
	font-size:8pt;
	letter-spacing:0.6px;

}

.mediathek_subtitle
{
}


.mediathek_img_container
{
	height:242px;
	width:100%;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-size: cover;
	cursor:pointer;
	vertical-align:bottom;
}

.videoCloseButton
{
	
}

.videoCloseButton:hover
{
	color:#0000FF;
	cursor:pointer;
}
  .modalHTML5Video {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-215px;
	margin-top:-163px;
    background-color:#fff;
	z-index: 99999;
    width:420px;
	height:335px;
    padding:5px;
    text-align:left;
	vertical-align:bottom;
	text-align:right;
	
  }
  .modalVideo {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-215px;
	margin-top:-163px;
    background-color:#fff;
	z-index: 99999;
    width:420px;
	height:335px;
    padding:5px;
    text-align:left;
	vertical-align:bottom;
	text-align:right;
	
  }
 
  .modalVideo h2 {

    margin:0px;
    padding:10px 0 10px 0px;
    border-bottom:1px solid #333;
    font-size:20px;
  }
  #modalHTML5VideoBackground
   {
  	width:100%;
    display:none;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99995;
  }
  #modalVideoBackground {

	width:100%;
    display:none;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99995;
	}