/**
 * Testimonials Section Styles
 * Patientenstimmen Slider nach Designvorlage
 */

/* ===========================================
   4-Spalten Sektion (Brustvergrößerung-Style)
   =========================================== */

.four-columns-section {
	background-color: #f5f5f5;
	padding: 120px 0 200px 0;
	margin-top: 0;
}

.four-columns-section .wrapper {
	margin: 0 auto;
	padding: 0;
	width: 94%;
}

.four-columns-section h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 4rem;
}

.four-columns-section h2:after {
	content: none;
}

.four-columns-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: space-between;
}

.fourcol-item {
	width: calc(25% - 19px);
	text-align: center;
}

.fourcol-image {
	background-color: #d4c4b5;
	margin-bottom: 15px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.fourcol-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fourcol-text {
	color: #646567;
	font-size: 0.95em;
	line-height: 1.5;
}

.fourcol-text p {
	margin: 0;
	color: #646567;
}

/* Responsive 4-Spalten */
@media screen and (max-width: 768px) {
	.fourcol-item {
		width: calc(50% - 16px);
		margin-bottom: 20px;
	}
	
	.four-columns-section h2 {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 480px) {
	.fourcol-item {
		width: 100%;
		max-width: 280px;
		margin: 0 auto 25px;
	}
	
	.four-columns-grid {
		justify-content: center;
	}
	
	.four-columns-section {
		padding: 40px 0;
	}
}


/* ===========================================
   Testimonials Section
   =========================================== */

/* Testimonials Section Container - volle Breite */
.testimonials-section {
	background-color: #f5f5f5;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}

.testimonials-container {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1100px;
	margin: 0 auto;
	min-height: 500px;
	position: relative;
}

.testimonials-left {
	width: 85%;
	padding: 0;
	box-sizing: border-box;
	/*
	display: flex;
	flex-direction: column;
	justify-content: center;
	*/
}

.testimonials-header {
	background-color: #636264;
	padding: 30px 35px;
	border-top: 1rem solid #e1d1bd;
}

.testimonials-header h2 {
	color: #ffffff;
	font-size: 2em;
	line-height: 1.2;
	text-align: left;
}

.testimonials-header h2:after {
	content: none;
}

.testimonials-intro {
	color: #f3f3f3;
	font-size: 1.125rem;
	line-height: 1.438rem;
	letter-spacing: .05em;
	margin: 0;
}

.testimonials-slider {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.testimonials-carousel.owl-carousel {
	width: 100%;
}

.testimonials-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.testimonials-carousel .testimonial-item {
	padding: 0 200px;
	box-sizing: border-box;
}

.testimonials-carousel .testimonial-content {
	font-size: 1em;
	line-height: 1.8;
	text-align: center;
}

.testimonials-carousel .testimonial-content p {
	margin: 0 0 1em 0;
}

.testimonials-carousel .testimonial-content p:last-child {
	margin-bottom: 0;
}

/* Rechte Seite */
.testimonials-right {
	width: 15%;
	flex-shrink: 0;
	position: relative;
}

.testimonials-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(100% + (50vw - 400px));
	min-width: 100%;
	overflow: hidden;
}

.testimonials-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Navigation */
/*
.testimonials-carousel .owl-nav {
	position: absolute;
	width: calc(100%);
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	padding: 0;
	margin: 0;
}

.testimonials-carousel .owl-nav button {
	pointer-events: auto;
	background: none !important;
	border: none;
	padding: 15px;
	margin: 0;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s ease;
}


.testimonials-carousel .owl-nav button:hover {
	opacity: 1;
}
*/

.testimonials-carousel .owl-nav .owl-prev,
.testimonials-carousel .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('https://plastische-chirurgie-in-basel.ch/wp-content/themes/voigt-iblher-torio/graphics/arrow-read-more.svg') !important;
}

.testimonials-carousel .owl-nav .owl-prev {
	transform: rotate(180deg);
}

.testimonials-carousel .owl-nav div.owl-next {
	right: 50px;
}
.testimonials-carousel .owl-nav div.owl-prev {
	left: 50px;
}

.testimonials-carousel .owl-nav div {
	margin-top: -15px !important;
}
	.owl-stage {
		display: flex;
	  justify-content: center;
	  justify-items: center;
	  flex-direction: row;
	  align-items: center;
	}

/* Responsive Design */
@media screen and (max-width: 900px) {
	.testimonials-container {
		flex-direction: column;
		max-width: 94%;
		width: 94%;
	}
	
	.testimonials-left {
		width: 100%;
		padding: 50px 0 0 0;
		order: 1;
	}
	
	.testimonials-right {
		width: 100%;
		height: 350px;
		order: 2;
	}
	
	.testimonials-image {
		position: relative;
		width: calc(100% + 6vw);
		margin-left: -3vw;
		height: 100%;
	}

	.testimonials-slider {
		min-height: 350px;
	}

	.testimonials-carousel .testimonial-item {
		padding: 0 100px;
	}

	.testimonials-carousel .owl-nav div.owl-next {
		right: 20px;
	}
	.testimonials-carousel .owl-nav div.owl-prev {
		left: 20px;
	}
	.testimonials-carousel .owl-nav div {
		margin-top: -15px !important;
	}

}

@media screen and (max-width: 640px) {
	
	.testimonials-left {
		padding: 40px 0 0 0;
	}
	
	.testimonials-header h2 {
		font-size: 1.6em;
	}
	
	.testimonials-intro {
		font-size: 0.95em;
	}
	
	.testimonials-right {
		height: 280px;
	}
	
	.testimonial-content {
		font-size: 0.95em;
	}
	
	.testimonials-carousel .testimonial-item {
		padding: 100px;
	}
	.testimonials-carousel .owl-nav div.owl-next {
		right: 0;
	}
	.testimonials-carousel .owl-nav div.owl-prev {
		left: 0;
	}
}

@media screen and (max-width: 480px) {
	.testimonials-header {
		padding: 15px;
		border-top: 0.8rem solid #e1d1bd;
	}
	.testimonials-slider {
		min-height: 400px;
	}
	.testimonials-left {
		padding: 30px 0 0 0;
	}
	
	.testimonials-header h2 {
		font-size: 1.4em;
	}
	
	.testimonials-right {
		height: 220px;
	}
	
	.testimonials-carousel .testimonial-item {
		padding: 30px 50px;
	}

	
}
