.videocontainer {
    overflow: hidden;
    margin-top: 10px;
}

.videocontainer.inaktiv {
    background: #f44;
}

.videocontainer h3.videoheadline {
    font-size: 1.1em !important;
    height: 35px;
    line-height: 1.1em;
}


.videocontainer .videoplayer {
    /** Breite wird über Grid gesetzt */
}

.videocontainer .videobemerkung {
    line-height: 20px;
}

.videocontainer.twocol .videobemerkung {
    height: 60px;
    overflow: hidden;
}

.videoplayer.sixcol iframe {
    width: 100%;
    height: 330px;
}

.videocontainer .videothumb img {
    width: 100%;
    height: auto;
}

a.videolink {
    display: block;
}

.videolinkSpacer a.videolink {
    word-wrap: break-word;
    white-space: pre-line;
    display: inline;
    margin-right: 23px;
    line-height: 32px;
}

span.produktimage {
    display: block;
    height: 84px;
    line-height: 84px;
}

span.produktimage img{
    width: 100%;
}





/*CigarworldTV*/
/*leftCol und rightCol wurden zu rightPart und leftPart(Um pureCss zu benutzen)*/
@media screen and (min-width: 1024px)
{
	 .rightPart
	{
		padding-left: 2%;
		padding-top: 0!important;
		border-left: 1px solid #eee;
		border-top: none !important;
	}

}
 .cigarvideo{
	margin-bottom: 3.5%;
}
 .leftPart,
 .rightPart{
	float:left;
	color: #222;
}
 .leftPart{
	font-size: 1rem;
	padding-right: 2%;
	max-width: 100%

}
 .rightPart{
	font-size: 0.8125rem;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
 .leftPart h1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.375rem;
	border: 0;
	margin-bottom: 1%;
}
 .leftPart .date{
	width: 100%;
	margin-bottom: 1%;
}
 .leftPart .date a{
	text-decoration: none;
}
 .leftPart .date a:hover{
	text-decoration: underline;
}
 .leftPart .keywords{
	margin-bottom: 2%;
}
 .leftPart .keywords a{
	text-decoration: none;
}
 .leftPart .keywords a:hover{
	text-decoration: underline;
}
 .leftPart .player{
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 2.5%;
}
 .leftPart .player iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 .leftPart .description{
	margin-top: 2%;
	margin-bottom: 2%;
}
 .rightPart h2{
	margin: 0 0 2.5% 0;
	border: 0;
}
 .rightPart > .related{
	border: 1px solid #eee;
}

 .rightPart .relatedteaser{
	display: block;
	width: 100%;
	background-color: #f6f6f6;
	border-bottom: 1px solid #eee;
	padding: 2%;
}

 .rightPart .relatedteaser:hover{
	background-color: #eee;
}

 .rightPart .relatedteaser:active{
	background-color: #ddd;
}

 .rightPart .relatedteaser .image,
 .rightPart .relatedteaser .title{
	display: inline-block;
	vertical-align: middle;
}

 .rightPart .relatedteaser .image{
	width: 30%;
}

 .rightPart .relatedteaser .title{
	width: 70%;
	padding: 2.5%;
}

 .rightPart .relatedteaser .image img,
 .rightPart .relatedteaser .title span{
	vertical-align: middle;
	display: block;
}

 .rightPart .relatedteaser .title span{
	margin-bottom: 1%;
}

 .rightPart .relatedteaser .image img{
	width: 100%;
}

 .rightPart .more{
	display: block;
	background-color: #6A3138;
	padding: 2% 2%;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

 .rightPart .more:hover{
	opacity: 0.9;
}

 .leftPart .rating{
	width: 100%;
	text-align: right;
	font-size: 1.125rem;
}

 .leftPart .rating .bar{
	width: 20%;
	display: inline-block;
	background-color: salmon;
	height: 3px;
	position: relative;
}

 .leftPart .rating .bar .positiv{
	position: absolute;
	left:0;
	right: 0;
	height: 100%;
	width: 50%;
	background-color: lightgreen;
}

 .leftPart .rating .bar .thumbs{
		
}

 .leftPart .rating .glyphicons{
	color: #666;
	margin: 0 1%;
}

 .leftPart .rating .glyphicons:before{
	padding: 0 0.2em;
}

 .leftPart .rating .thumbs .thumbsup,
 .leftPart .rating .thumbs .thumbsdown{
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;	
}


 .leftPart .rating .thumbs .thumbsup:hover,
 .leftPart .rating .thumbs .thumbsdown:hover{
	color: #222;	
}

 .leftPart .rating .thumbs.voted_up .thumbsup,
 .leftPart .rating .thumbs.voted_down .thumbsdown{
	color: #222;
	cursor: default;
}

 .leftPart .rating .thumbs.voted_down .thumbsup,
 .leftPart .rating .thumbs.voted_up .thumbsdown{
	color: #bbb;
	cursor: default;
}

 .cigarvideo-notloggedin{
	display: none;
	text-align: center;
	font-size: 0.75rem;
	padding-bottom: 10px;
}

 .cigarvideo-notloggedin .cwtvbtn{
	background-color: rgb(106, 49, 56);
	color: rgb(255, 255, 255);
	text-decoration: none;
	padding: 0.5em 1em;
	border-radius: 2px;	
}

 .cigarvideo-notloggedin .cwtvbtn:hover{
	opacity: 0.9;
}

