/* montserrat-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	overflow-y: scroll;
}

body {
	font-family: "Montserrat", sans-serif;
	background-color: #f4f7f3;
	color: #000000;
}

a {
	text-decoration: none;
	color: inherit;
}

.mobile-topbar {
	background-color: #f4f7f3;
	border-bottom: 1px solid #d9d9d9;
}

.mobile-logo {
	max-height: 70px;
	width: auto;
}

.mobile-menu-btn {
	font-size: 2.2rem;
	color: #888;
}


.offcanvas-logo {
	max-height: 60px;
	width: auto;
}

.mobile-nav a {
	display: block;
	padding: 1rem 1.5rem;
	color: #222;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.1rem;
}

.mobile-nav a:hover {
	background-color: #fafafa;
	color: #a4c735;
}

.mobile-nav a.active {
	color: #a4c735;
}

.sidebar {
	width: 320px;
	min-width: 320px;
	background-color: #f4f7f3;
	border-right: 1px solid #d9d9d9;
}


.sidebar-logo {
	border-bottom: 1px solid #d9d9d9;
}

.sidebar-logo img {
	max-width: 220px;
	height: auto;
}

.sidebar-nav a {
	display: block;
	padding: 1rem 0;
	color: #222;
	font-size: 1.2rem;
	border-bottom: 1px solid #dddddd;
}

.sidebar-nav a:hover {
	color: #a4c735;
}

.sidebar-nav a.active {
	color: #a4c735;
}


p.slogan {
	font-size: 1.2rem;
	color: #a4c735;
}

h2 {
	font-size: 1.1rem;
}

h2.index {
	font-size: 1.8rem;
}


.slider-box {
	width: 100%;
	position: relative;
	min-height: 500px;
}

#PhysioSlider {
	height: 60vh;
	min-height: 400px;
	max-height: 600px;
	overflow: hidden;
	background-color: #000;
}

.hero-carousel,
.hero-carousel .carousel-item,
.hero-carousel .carousel-item.active {
	height: 100% !important;
	min-height: 100% !important;
}

.slider-img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
}

.carousel-fade .carousel-item {
	transition-duration: 0.8s;
	opacity: 0;
	display: block !important;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.carousel-fade .carousel-item.active {
	opacity: 1;
	position: relative;
	z-index: 1;
}

.carousel-caption {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2rem 1.5rem 1.5rem;
	text-align: center;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
}

.carousel-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
	z-index: 1;
}

.btn {
	background-color: #a4c735;
	border: none;
	color: #fff;
	font-size: 1.1rem;
}

.btn:hover {
	background-color: #8ab42e;
}

.welcome-section {
	border-top: 1px solid #e0e0e0;
}

.welcome-quote {
	font-size: 2rem;
	line-height: 1.4;
	color: #1a1a1a;
}

.welcome-section p {
	font-size: 1.05rem;
	line-height: 1.8;
	max-width: 600px;
}

.footer-dark {
	background-color: #0b0b0b;
	color: #ffffff;
	border-top: 1px solid #333;
}

.info-footer {
	letter-spacing: 1.5px;
	font-size: 1.2rem;
	color: #a4c735;
	opacity: 0.9;
}

.footer-dark p {
	line-height: 1.5;
}



.text-primary-color {
	color: #a4c735;
	text-transform: uppercase;
	letter-spacing: 1px;
}

section img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

section img:hover {
	transform: scale(1.02);
}

section {
	border-bottom: 1px solid #e0e0e0;
}

section:last-of-type {
	border-bottom: none;
}

.accordion-button:not(.collapsed) {
	background-color: #f8f9f7;
	color: #000;
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: rgba(0, 0, 0, .125);
}

.accordion-body li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
}

.accordion-body li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #000;
	font-size: 1.2rem;
}

.price-card {
	background-color: #fff;
	padding: 1.5rem;
	border-radius: 0.5rem;
	border: 1px solid #dee2e6;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.price-table {
	width: 100%;
	border-collapse: collapse;
}

.service-info {
	padding: 1rem 0;
	vertical-align: top;
}

.service-name {
	display: block;
	font-size: 1.1rem;
	line-height: 1.3;
	margin-bottom: 0.25rem;
}

.service-duration {
	color: #6c757d;
	font-size: 0.875rem;
}

.service-price {
	padding: 1rem 0;
	text-align: right;
	vertical-align: top;
	font-size: 1.25rem;
	color: #000000;
	white-space: nowrap;
	width: 80px;
}

.price-table tr:not(:last-child) {
	border-bottom: 1px solid #dee2e6;
}

/* Team-Kacheln */
.team-card {
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #dee2e6;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.team-card .team-img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: top;
	display: block;
	transition: none !important;
	transform: none !important;
}

.team-card .team-img:hover {
	transform: none !important;
}

@media (max-width: 575.98px) {
	.team-card .team-img {
		height: 380px;
	}
}

.team-info {
	padding: 1rem;
	border-top: 2px solid #a4c735;
}

.team-name {
	font-size: 1rem;
	margin-bottom: 0.25rem;
}

.team-role {
	color: #6c757d;
	font-size: 0.875rem;
	margin-bottom: 0;
}

/* FAQ */
.accordion-item {
	border-radius: 0.5rem !important;
	overflow: hidden;
}

.accordion-button {
	font-size: 1rem;
	background-color: #fff;
}

.accordion-button:not(.collapsed) {
	color: #a4c735;
	background-color: #f8f9f7;
	box-shadow: none;
}

.accordion-button::after {
	filter: none;
}

.accordion-button:not(.collapsed)::after {
	filter: invert(60%) sepia(60%) saturate(400%) hue-rotate(50deg);
}

.accordion-body {
	background-color: #fff;
	color: #444;
	line-height: 1.7;
}

.kontakt-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	padding: 2rem 1.5rem;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	color: inherit;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kontakt-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

/* Impressum */
.impressum-block {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #e0e0e0;
}

.impressum-block:last-child {
	border-bottom: none;
}