.video_cont{
	float:left;
	width: 100%;
	padding: 30px;
	background-color: #f0f0f0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video_cont .ytframe{
	float:left;
	width: 100%;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ytframe .info .titel{
	color:#5f5a5a;	
	font-size: 26px;
	font-weight:bold;
	margin-bottom: 25px;
	margin-top:25px;
	line-height: 30px;
	
}
.ytframe .info .titel.sub{
	margin-bottom: 0px;
}
.ytframe .info .txt{
	line-height: 24px;
}


.video_cont .ytstrip, .video_cont .ytstrip ul{
	float:left;
	width: 100%;
	height: auto;
}
.video_cont .ytstrip ul, .video_cont .ytstrip li{
	list-style-type: none;
	margin: 0px; padding: 0px;
}

.video_cont .ytstrip{
	position: relative;
}
.video_cont .ytstrip li{
	float: left;
	height: auto;
}


.video_cont .ytstrip .arr{
	position: absolute;
	left: -10px;
	top:190px;
	height: 16px;
	width: 16px;
	z-index: 9999;
	cursor: pointer;
}
.video_cont .ytstrip .arr.next{
	left: auto;
	right:-10px;
}
.video_cont .ytstrip .arr path{
	fill:#5f5a5a;
}
.video_cont .ytstrip .arr:hover path{
	fill:#ed7402;
}
.vid_holder{
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	margin-top: 44px;
	transition: 200ms all;
	
}
.vid_holder .foto_holder{
	float: left;
	width: 100%;
	position:relative;
	cursor: pointer;
}
.vid_holder .play{
	background-image: url(../img/play.png);
	height: 55px;
	width:55px;
	position: absolute;
	left: calc(50% - 27px);
	top: calc(50% - 27px);
	z-index: 999;
}
.vid_holder:hover, .vid_holder.open{
	margin-top:0px;
	transition: 200ms all;
}
.vid_holder:hover .shade, .vid_holder.open .shade{
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
	float: left;
	width: 100%;
}
.vid_holder .info{
	float: left;
	width: calc(100% - 40px);
	background-color: white;
	height: 130px;
	padding: 20px;
}

.vid_holder .info  a.more_link{
	color: #ed7402;
	text-decoration: none;
	right: 40px;
	bottom: 48px;
}
.vid_holder .info .txt{
	display:none; opacity: 0;
}

.vid_holder .info  p.titel{
	color:#5f5a5a;	
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 10px;
}


.vid_holder:hover .info , .vid_holder.open .info {
	height: 260px;
	transition: 200ms all;
}
.vid_holder:hover .info .txt, .vid_holder.open .info .txt{
	display: block; opacity: 1;
}
.vid_holder:hover  .info  a.more_link, .vid_holder.open  .info  a.more_link{
	display:none; opacity: 0;
}






@media screen and (max-width: 767px){

	.video_cont{
		padding: 5px;
	}
	
	.ytframe .info{
		margin-left: 20px; margin-right: 20px;
	}
	
	.ytframe .info .titel{
		font-size: 22px;
		line-height: 26px;

	}
	.video_cont .ytstrip .arr{
		left:1px;
	}
	.video_cont .ytstrip .arr.next{
		right:-3px;
	}
	.vid_holder .info{
		height: 100px;
	}
	
	
}





