
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vlg-outer,
.vlg-backdrop{
	display:none;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vlg-outer{
	z-index: 1050;
}

.vlg-backdrop{
	z-index: 1040;
	background-color: #000;
	transition-duration: 150ms;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.vlg-outer.vlg-visible,
.vlg-backdrop.vlg-visible{
	display:block;
}

.vlg{
	width:100%;
	height:100%;
}

/*for vertical center*/
.vlg-outer .vlg-inner:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
	margin-right: -1px;
}

.vlg-inner > div{
	display: inline-block;
    vertical-align: middle;
}

.yt-container{
	width: 60vw;
	margin: 0 auto;
}

.lg-toolbar{
	color: #999;
}

.lg-toolbar .yt-playlist-progress{
	float: left;
}

/*yt-playlist-title*/

.vlg-actions .vlg-next,
.vlg-actions .vlg-prev {
    background-color: rgba(0,0,0,.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 44px;
    margin-top: -44px;
    padding: 4px 5px 4px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0;
}

.vlg-actions .vlg-prev {
    left: 20px;
}

.vlg-actions .vlg-prev:after {
    font-family: icomoon;
    content: "\e907";
}

.vlg-actions .vlg-next {
    right: 20px;
}

.vlg-actions .vlg-next:before {
    font-family: icomoon;
    content: "\e908";
}

@media screen and (max-width:991px) {
	.yt-container{
		width: 100vw;
		margin: 0 auto;
	}
}

.yt-thumbnail-container{
	float: left;
	width:15%;
}
.section .yt-thumbnail-container{
	width:15%;
}

.art-right-bar .yt-thumbnail-container{
	width:35%;
}

.yt-playlist-item{
	position: relative;
}

.yt-playlist-details{
	font-weight: 700;
}

.yt-video-details{
	width: 85%;
	float: left;
}

/*
 Styling in Content
*/
.art-main-cont .yt-video-details .yt-videodescsription{
  width: 82%;
  float: left;
  clear: both;
}

.art-main-cont .yt-video-details .yt-videoduration{
  font-weight: 700;
  width: 18%;
  float: left;
  text-align: right
}
.art-main-cont .yt-playlist .playlist-item .icon-arrow_r {
  font-size: 24px;
    position: relative;
    top: 5px;
    left: -6px;
    margin-right: -8px;
}

/*
 Styling in Section
*/
.sections .yt-video-details .yt-videodescsription{
	width: 82%;
	float: left;
	clear: both;
}

.sections .yt-video-details .yt-videoduration{
	font-weight: 700;
	width: 18%;
	float: left;
	text-align: right
}

/*
 Styling in Komplementärspalte
*/
.art-right-bar .yt-video-details{
	width:65%;
	float:left;
}

.art-right-bar .yt-video-details .yt-videodescsription{
	display: block;
}

.art-right-bar .yt-video-details .yt-videoduration{
	display: block;
}
