
.stars-icon {
	filter: invert(81%) sepia(71%) saturate(2466%) hue-rotate(338deg) brightness(104%) contrast(95%);
	width: 27px;
}
.avg-rating-wrapper, .single-rating-categorie-wrapper {
	display: flex;
	align-items: center;
}
.show-rating-count .avg-rating-wrapper {
	display: block;
}

#count-ratings, .single-rating-categorie-wrapper h5 {
	margin: 0;
	margin-top: 2px;
}
#count-ratings {
	text-transform: uppercase;
}
.single-rating-categorie-wrapper .stars-wrapper, #avg-rating {
	padding-right: 50px;
}

.show-rating-count #avg-rating {
	padding-right: 0px;
	text-align: center;
}
.rating-categorie-wrapper {
	margin-top: 25px;
}
.single-rating-categorie-wrapper {
	padding-top: 10px;
}
.textrest {
    display: none;
}

.readless, .readmore {
    font-weight: bold;
	color: var(--button-color);
    cursor: pointer;
}


/*Feedback*/
a#bewertungen {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.rating-messages-wrapper {
	margin: 25px 0px 0px 0px;
	width: 75%;
}
.rating-messages-wrapper .flexslider {
	margin: 0px 45px;
}
.single-message-wrapper {
	background: #F5FBFF;
	padding: 40px;
	border-radius: 25px;
}

.single-rating-wrapper {
    margin-bottom: 20px;
}
.single-rating-wrapper, .visitor-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rating-messages-wrapper .flexslider .slides img {
	width: 27px;
}
.rating-messages-wrapper .stars-wrapper {
	display: flex;
	gap: 5px;
}
.rating-messages-wrapper .flex-direction-nav .flex-prev {
	left: -40px !important;
}
.rating-messages-wrapper .flex-direction-nav .flex-next {
	right: -40px !important;
}
.rating-messages-wrapper .flexslider {
    width: 100%;
}
.rating-messages-wrapper .flexslider .flex-direction-nav a {
    margin-top: -15px!important;
    height: 40px !important;
    width: 40px;
}
.rating-messages-wrapper .flexslider .flex-prev::before, .rating-messages-wrapper .flexslider .flex-next::before {
	width: 40px;
	height: 40px;
}


.rating-messages-wrapper .flexslider .flex-prev::before, .rating-messages-wrapper .flexslider .flex-next::before {
	background: url(/wp-content/themes/hello-theme-child-master/assets/images/Chevron-Slider-lightgrey.svg) !important;
	background-size: contain !important;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){
	.rating-messages-wrapper .flex-direction-nav .flex-prev {
		left: -30px !important;
	}
	.rating-messages-wrapper .flex-direction-nav .flex-next {
		right: -30px !important;
	}
}
@media only screen and (max-width: 767px){
	.rating-messages-wrapper {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}
	.rating-messages-wrapper .flexslider {
		width: 100%;
		margin: 20px 0px;
	}
	.rating-messages-wrapper .flex-direction-nav .flex-prev {
		left: 10px !important;
	}
	.rating-messages-wrapper .flex-direction-nav .flex-next {
		right: 10px !important;
	}
	.single-message-wrapper {
		padding: 30px 30px;
	}
	.flexslider .single-message-wrapper {
		padding: 30px 60px;
	}
	.stars-icon {
		width: 20px;
	}
	.rating-messages-wrapper .flexslider .slides img {
		width: 20px;
	}
	.rating-messages-wrapper h5{
		margin-bottom: 0px;
	}
	.single-rating-categorie-wrapper .stars-wrapper, #avg-rating {
		padding-right: 20px;
	}
	#count-ratings, .single-rating-categorie-wrapper h5 {
		margin-top: 7px;
	}
	.rating-categorie-wrapper {
		margin-top: 20px;
	}
	.single-rating-categorie-wrapper {
		padding-top: 10px;
	}
	.single-rating-wrapper {
		margin-bottom: 10px;
	}
	.rating-messages-wrapper .flexslider .flex-direction-nav a {
		margin-top: -15px!important;
		height: 30px !important;
		width: 30px;
	}
	.rating-messages-wrapper .flexslider .flex-prev::before, .rating-messages-wrapper .flexslider .flex-next::before {
		width: 30px;
		height: 30px;
	}
	
}