:root {
	--coral: #FF947B;
	--gelb: #FFFF8E;
	--dunkel-blau: #12305D;
	--hell-blau: #0070FF;
	--hell-grau: #F0F0F0;
	--dunkel-grau: #333333;
	--weiss: #FFFFFF;
}

#e6.bereich-coaching {
	min-height: 604px;
	max-height: 2000px;
}

@media (min-width:1024px) {
	.noscroll {
		overflow: visible;
	}

	.blogLink {

		background: #007bff;
		padding: 2px 25px;
		position: fixed;
		right: 20px;
		top: 8px;
		z-index: 99;
		transform: rotate(5deg);
		margin-top: -20px;
		border-radius: 3px;
	}

	.blogLink a {
		color: white;
	}

	.mobile-opener-container {
		display: none;
	}

	#navigation ul li a {
		padding: 11px 6px;
		font-family: "TTHoves-Regular", Thaoma, sans-serif;
	}
}

@media (max-width:1024px) {
	.blogLink {
		background: #007bff;
		padding: 22px 25px;
		position: fixed;

		bottom: -200px;
		z-index: 99;
		transition: bottom 1s ease-in-out;
		transform: rotate(3deg);
		margin-top: -20px;
		border-radius: 3px;
		left: 20px;
	}

	.blogLink a {
		color: white;
	}

	.mobile-open .blogLink {
		bottom: 0;
	}

}

@media (min-width:1024px) and (max-width:1160px) {
	#e4 {
		overflow: visible;
	}

	.menu {
		position: relative;
	}

	#navigation ul li a {
		padding: 11px 6px;
	}

	.blogLink {
		position: absolute;
		top: 10px;
		right: 20px;
		transition: top 1s ease-in-out;
	}

	.small .blogLink {
		top: 70px;
	}
}


.testimonials-slider {
	background: linear-gradient(135deg, var(--coral), #ff6b6b);
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding: 40px 20px;
}

.slider-container {
	max-width: 800px;
	width: 100%;
	text-align: center;
	position: relative;
}

.slider-title {
	color: var(--dunkel-blau);
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

.testimonial-item {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.testimonial-item.active {
	display: block;
	opacity: 1;
}

.testimonial-label {
	color: var(--gelb);
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.testimonial-text {
	color: white;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 2rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
}

.testimonial-author {
	color: var(--dunkel-blau);
	font-size: 1rem;
	font-weight: 600;
}

.slider-dots {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 3rem;
}

.slider-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s ease;
}

.slider-dot.active {
	background: var(--gelb);
	transform: scale(1.2);
}

.slider-dot:hover {
	background: rgba(255, 255, 255, 0.8);
}

.decorative-line {
	position: absolute;
	width: 2px;
	height: 80px;
	background: var(--dunkel-blau);
	left: 50%;
	transform: translateX(-50%);
	border-left: 2px dashed var(--dunkel-blau);
	background: none;
}

.decorative-line.top {
	top: 0;
}

.decorative-line.bottom {
	bottom: 0;
}

.decorative-dot {
	position: absolute;
	width: 12px;
	height: 12px;
	background: var(--dunkel-blau);
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.decorative-dot.top {
	top: 80px;
}

.decorative-dot.bottom {
	bottom: 80px;
}

@media (max-width: 768px) {
	.slider-title {
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.testimonial-text {
		font-size: 1.1rem;
		margin-bottom: 1.5rem;
	}

	.testimonials-slider {
		padding: 30px 15px;
		min-height: 400px;
	}
}

.button {
	transition: all 0.3s ease;
}

.button:hover {
	background: var(--dunkel-blau);
	color: var(--weiss);
}

.button-white {
	background: var(--weiss);
	color: var(--hell-blau);
	padding: 12px 24px;
	border-radius: 12px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 8px;
	height: auto;
	transition: all 0.3s ease;


}

.button-white:hover {
	background: var(--hell-blau);
	color: var(--weiss);
}

.additional-content {
	background: var(--hell-grau);
	margin: 24px auto;
	padding: 6px 12px;
	display: grid;
	grid-template-columns: 70% 30%;

	border-radius: 12px;
}

.additional-content p {

	display: block;
	line-height: 1, 1;
	margin: 10px;
	padding: 0;
}

.additional-content p strong {
	font-weight: bold;
	color: var(--hell-blau);
	display: block;
}

/* Gedanken Raum Section */
.gedanken-raum {
	background: var(--hell-grau);
	padding: 60px 20px;
	position: relative;
	overflow: hidden;
}

.gedanken-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.gedanken-title {
	color: var(--hell-blau);
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}

.gedanken-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto;
	gap: 12rem;
	position: relative;
	min-height: 600px;
}

.gedanken-item {
	position: relative;
	z-index: 2;
}

.gedanken-item p {
	margin-left: 12px;
	margin-top: 84px;
}

.gedanken-image-wrapper {
	position: relative;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.gedanken-image {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
}

.gedanken-overlay {
	position: absolute;
	/* bottom: 0; */
	left: 0;
	/* right: 0; */
	padding: 20px;
	border-radius: 16px;
	top: 30px;
	filter: opacity(0.5);
	left: 30px;
	width: 100%;
	height: 100%;
}

.gedanken-overlay.gelb {
	background: var(--gelb);
	color: var(--dunkel-blau);
}

.gedanken-overlay.coral {
	background: var(--coral);
	color: var(--weiss);
}

.gedanken-overlay.blau {
	background: var(--hell-blau);
	color: var(--weiss);
}

.gedanken-overlay p {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
}

.gedanken-center {
	grid-column: 1 / -1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	position: relative;
}

.gedanken-center h3 {
	color: var(--dunkel-blau);
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;

}

.top-left {
	grid-column: 1;
	grid-row: 1;
}

.top-right {
	grid-column: 2;
	grid-row: 1;
}

.bottom-left {
	grid-column: 1;
	grid-row: 3;
	align-self: end;
}

/* Connecting Lines */
.connect-line {
	position: absolute;
	border: 2px dashed var(--hell-blau);
	z-index: 1;
}

.horizontal-right {
	width: 50%;
	height: 0;
	top: 50%;
	right: -25%;
	transform: translateY(-50%);
}

.vertical-down {
	width: 0;
	height: 120px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.vertical-down-right {
	width: 0;
	height: 120px;
	top: 100%;
	right: 25%;
}

.horizontal-right-bottom {
	width: 60%;
	height: 0;
	top: 50%;
	right: -30%;
	transform: translateY(-50%);
}

.decorative-line-center {
	position: absolute;
	width: 2px;
	height: 60px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 2px dashed var(--hell-blau);
}

.decorative-line-center.top {
	top: 0;
}

.decorative-line-center.bottom {
	bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.gedanken-title {
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.gedanken-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
		min-height: auto;
	}

	.top-left,
	.top-right,
	.bottom-left {
		grid-column: 1;
	}

	.top-right {
		grid-row: 2;
	}

	.bottom-left {
		grid-row: 4;
	}

	.gedanken-center {
		grid-row: 3;
	}

	.gedanken-center h3 {
		font-size: 1.4rem;
		padding: 15px 25px;
	}

	.connect-line {
		display: none;
	}

	.gedanken-image {
		height: 200px;
	}
}