#reviews {
	background-color: #F3F3F3;
}

#reviews .slides li {
	background-color: #fff;
}

#reviews .slides li .panels {
	background-color: #fff;
	padding: 5px;
	text-align: center;
}

#reviews .slides li .panels .panels-title {
	font-size: 1.5rem;
	padding: 20px 10px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#reviews .slides li .panels p {
	padding: 10px;
	margin-bottom: 0px;
}
#reviews .slides li .panels a.btn-link {
	background-color: transparent;
	border-radius: 0px;
	display: block;
	position: relative;
	border: 0px;
	height: 50px;
	color: transparent;
	text-decoration: none;
	text-align: center;
}

#reviews .slides li .panels:hover a.btn-link {
	background-color: blue;
	color: #fff;
	text-align: center;
}

#reviews .slides li .panels a.btn-link::after {
	font-family: "Font Awesome 5 Solid" !important;
	content: '\f105';
	background-color: blue;
	position: absolute;
	right: 0;
	padding: .75rem 1.5rem;
	display: none;
}

#reviews .slides li .panels a.btn-link svg {
	position: absolute;
	color: #fff;
    right: 0;
    top: 0;
    background-color: blue;
    /* margin: 6px; */
    height: 50px;
    width: 50px;
    padding: 10px;
}

#reviews .flex-control-nav {
	bottom: -50px;
	top: auto;
}
#reviews .flex-control-paging li a {
	background-color: rgba(0,0,0,0.50);
}
#reviews .flex-control-paging li a:hover {
	background-color:#F9AE28;
}
#reviews .flex-direction-nav {
	top: auto;
	bottom: -100px;
}
#reviews .flex-direction-nav a {
	color: #333;
}
/*Panels Farbe Überschrift*/
#reviews .slides li:nth-child(1) .panels:hover .panels-title,
#reviews .slides li:nth-child(2) .panels:hover .panels-title,
#reviews .slides li:nth-child(3) .panels:hover .panels-title,
#reviews .slides li:nth-child(4) .panels:hover .panels-title,
#reviews .slides li:nth-child(5) .panels:hover .panels-title {
	color: #F9AE29;
}
/*#reviews .slides li:nth-child(2) .panels:hover .panels-title,
#reviews .slides li:nth-child(5) .panels:hover .panels-title {
	color: #C7C6C6;
}
#reviews .slides li:nth-child(3) .panels:hover .panels-title {
	color: #BD111E;
}*/

/*Panels Farbe Buttons*/
#reviews .slides li:nth-child(1) .panels:hover a.btn-link,
#reviews .slides li:nth-child(2) .panels:hover a.btn-link,
#reviews .slides li:nth-child(3) .panels:hover a.btn-link,
#reviews .slides li:nth-child(4) .panels:hover a.btn-link,
#reviews .slides li:nth-child(5) .panels:hover a.btn-link {
	background-color: #F9AE29;
}
/*#reviews .slides li:nth-child(2) .panels:hover a.btn-link,
#reviews .slides li:nth-child(5) .panels:hover a.btn-link {
	background-color: #C7C6C6;
}
#reviews .slides li:nth-child(3) .panels:hover a.btn-link {
	background-color: #BD111E;
}*/

/*Panels Farbe Icons*/
#reviews .slides li:nth-child(1) .panels a.btn-link svg,
#reviews .slides li:nth-child(2) .panels a.btn-link svg,
#reviews .slides li:nth-child(3) .panels a.btn-link svg,
#reviews .slides li:nth-child(4) .panels a.btn-link svg,
#reviews .slides li:nth-child(5) .panels a.btn-link svg {
	background-color: #F9AE29;
}
/*#reviews .slides li:nth-child(2) .panels a.btn-link svg,
#reviews .slides li:nth-child(5) .panels a.btn-link svg {
	background-color: #C7C6C6;
}
#reviews .slides li:nth-child(3) .panels a.btn-link svg {
	background-color: #BD111E;
}*/



