/*! ratingstars - v1.0 - SeBaSoftware
* DONT EDIT */

.stars{
	display: inline-block;
	vertical-align: middle;
	background: url(images/rating_stars.png) no-repeat;
	background-size: 132px 355px;
}

.m-stars{cursor:pointer;}

.stars-complete{
	width: 190px;
	padding-top: 5px;
	text-align: right;
	vertical-align: middle;
}

.stars-regular{
	width: 132px;
	height: 30px;
	margin-left: -15px;
}

.stars-rating-0, .stars-rating-0-0{
	background-position: 0 -321px;
}

.stars-rating-0-5{
	background-position: 0 -289px;
}
/*-32*/
.stars-rating-1, .stars-rating-1-0{
	background-position: 0 -257px;
}

.stars-rating-1-5{
	background-position: 0 -225px;
}

.stars-rating-2, .stars-rating-2-0{
	background-position: 0 -192px;
}

.stars-rating-2-5{
	background-position: 0 -160px;
}

.stars-rating-3, .stars-rating-3-0{
	background-position: 0 -128px;
}

.stars-rating-3-5{
	background-position: 0 -96px;
}

.stars-rating-4, .stars-rating-4-0{
	background-position: 0 -63px;
}

.stars-rating-4-5{
	background-position: 0 -31px;
}

.stars-rating-5, .stars-rating-5-0{
	background-position: 0 1px;
}

.stars-popup{
	bottom: 15px;
	position: absolute;
}

img.review{
	padding-right: 5px;
	padding-bottom: 5px;
}


/*! popup - v1.0 - SeBaSoftware
* DONT EDIT */

#popupbackground{
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.8);
}

#popup{
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 101;
	position: fixed;
}

#popup .body{
	width: 650px;
	padding: 5px;
	color: #667180;
	margin: 0px auto;
	min-height: 364px;
	max-height: 750px;
	margin-top: 150px;
	overflow-y: scroll;
	border: medium double #667180;
	background-color: rgba(255, 255, 255, 1.0);
}

#popup .body a.menue{
	float: right;
}

#popup .body .header{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border-bottom: medium solid #667180;
}

#popup .body .main{
	padding: 5px;
	margin-top: 5px;
	font-size: 1.0em;
}

#popup .body .main label > input[type^="radio"]{
	visibility: hidden;
	position: absolute;
}

#popup .body .main label > input[type^="radio"] + img{
	cursor: pointer;
	border: 2px solid transparent;
}

#popup .body .main label > input[type^="radio"]:checked + img{
	border: 2px solid #ff0;
}

.votes{
	width:100%;
	position:relative;
}

.votes .vote-label{
	float:left;
	width: 150px;
	height: 30px;
	line-height: 35px;
}

.votes .comment{
	width:100%;
	max-width:100%;
	height:70px;
	margin-top:15px;
	min-height:40px;
	resize:vertical;
}

.votes .do-vote{
	background-color:#5e6778;
	color:#fff;
	transition: all 0.2s ease-in-out;
	border:1px solid #5e6778;
} 

.votes .do-vote:hover{  
	background-color:#fff;
	color:#5e6778;
} 

.votes-pop{
	position: fixed;
	opacity:0.0;
	z-index:-1;
	width: 500px;
	height: 0px;
	left: -200%;
	margin-left:-250px;
	margin-top:-152px;
	max-width:100%;
	transition: all 0.2ds ease-in-out;   
	background:#fff;
}

.votes-pop .votes{padding:15px;}

.votes-pop.pop-active{   
	opacity:1.0;
	z-index:20;
	width: 500px;
	height: 305px;
	top: 50%;
	left: 50%;
	max-width:100%;
	box-shadow:0px 0px 10px 0px #000;
	transition: all 1s ease-in-out;   
}

.votes-pop .p-closer{
	position:absolute;
	right:0;
	top:0;
	font-weight:bold;
	text-align:center;
	width:40px;
	height:40px;
	cursor:pointer;
	font-size: 20px;
    line-height: 40px;
}

.vote-done{
	font-weight: bold;
	font-size: 16px;
	line-height: 200px;
	text-align: center;
	width: 100%;
	height: 200px;
}  

.votes-div .p-closer{display:none;}

.votes .vote{position:relative;}
.votes .author{  
	position: absolute;
    right: 0;
    bottom: 15px;
}

.votes .single-text{  
    position: absolute;
    width: 50%;
    top: 0;
    right: 130px;
    font-weight: bold;
    font-size: 18px;
}
.votes .single-text:before{
	content:"„";
}

.votes .single-text:after{
	content:"“";
}

.votes .single-text.empty:before{
	content:"";
}

.votes .single-text.empty:after{
	content:"";
}

.aggStars{float:left; width:auto;}
.aggStars .vote-label{
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
}

.aggAvg {
    width: 80px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
    line-height: 30px;
}
.aggCount{
	width: auto;
	height: 40px;
	line-height: 30px;
}

.votes-div .vote-line{float:left;clear:both;margin-bottom:15px;}
.votes-div .vote-line .stars{margin-top:-7px;}
.votes-div .vote-line .vote-label{margin-top:-7px;}

.helpful{ 
	height:35px;
	padding:10px;
	line-height: 15px;
	border:1px solid #5e6778;
	width: 120px;
    text-align: center;
	border-radius:3px;
	cursor:pointer;
	transition:background-color 500ms ease-in-out;
	background-color:#5e6778;
	background-image:url(/css/images/thumb.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-size:20px;
	color:#fff;
	position:absolute;
	z-index:2;
	right:0;
	top:0;
	padding-left:25px;
}
.helpful:hover{
	background-color:#fff; 
	color:#5e6778;
}

.helpful-ct{
	position:absolute;
	z-index:2;
	right:8px;
	top:45px;
	font-size:12px;
	text-align:center;
}

.report{
	height:35px;
	padding:10px;
	line-height: 15px;
	width: 120px;
    text-align: right;
	border-radius:3px;
	cursor:pointer;
	transition:color 500ms ease-in-out;
	color:#333;
	position:absolute;
	z-index:2;
	right:0;
	top:60px;
	padding-left:25px;
	
}

.report:hover{
	color:red;	
}

@media only screen and (max-width: 1182px) {   
	.votes .single-text {
	    position: relative;
	    width: 100%;
	    top: 0;
	    right: 0;
	    font-weight: bold;
	    font-size: 18px;
	    margin-top: 15px;
	}	
}

@media only screen and (max-width: 500px) {
	.votes-pop{left:0;margin-left:0;}
	
	.votes .single-text {
	    position: relative;
	    width: 100% !important;
	    top: 0;
	    right: 0;
	    font-weight: bold;
	    font-size: 18px;
	    margin-top: 15px;
	}
	.votes .author {
		bottom: -15px;
	}
}  

