/* ==========================================================================
   BeautyPlace — main.css
   ========================================================================== */

/* ==========================================================================
   Design Tokens
   ========================================================================== */

:root {
	--accent-dark: #ffb3d1;
	--accent: #ffc2e3;
	--accent-light: #ffebf6;
	--text-dark: #444;
	--text-light: #666;
	--color-black: #000;
	--color-white: #fff;
	--font-size-base: 1.25rem;
	--font-body: Cabin, sans-serif;
}

@media (max-width: 479px) {
	:root {
		--font-size-base: 1rem;
	}
}

/* ==========================================================================
   Google Fonts
   ========================================================================== */

@font-face {
	font-family: 'Bad Script';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/bad-script-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Bad Script';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/bad-script-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/cabin-italic-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/cabin-italic-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/cabin-normal-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/cabin-normal-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   Reset
   ========================================================================== */

html { scroll-padding-top: 100px; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
table, tbody, tfoot, thead, tr, th, td { vertical-align: top; }

/* ==========================================================================
   WebsiteX5-Basis-Utilities (ex style/style.css) — nur die Regeln, die tatsächlich noch von aktiven Seiten gebraucht werden. Der große Rest der Datei (Tooltips, Datepicker, Popups, Suchseiten-Layout, Blog/Kommentar- Sterne-Bewertung, Cookie-Banner, Browser-Kompat-Warnung, Captcha) war bestätigt ungenutzt und wurde nicht übernommen (imsearch.php, das die Suchseiten-Regeln brauchte, ist archiviert).
   ========================================================================== */

.imNoScript { position: absolute; top: 5px; left: 5%; width: 90%; font: normal normal normal 11pt 'Open Sans'; text-align: left; text-decoration: none; }
.alert { padding: 5px 7px; margin: 5px 0 10px 0; border-radius: 5px; border: 1px solid; font: inherit; }
.alert-red { color: #ff6565; border-color: #ff6565; background-color: #fcc; }

/* ==========================================================================
   Print (ex style/print.css)
   ========================================================================== */

@media print {
	.bp-header,
	.bp-nav,
	.bp-footer,
	#imHeader,
	#imHeaderBg,
	#imFooter,
	#imFooterBg,
	#imFooPad,
	#imBtMn {
		display: none !important;
	}
	#imContent {
		height: auto !important;
	}
	img {
		position: static !important;
	}
}

/* ==========================================================================
   Globale Typografie (ex custom.min.css)
   ========================================================================== */

body {
	font-family: var(--font-body);
	background: var(--accent-light);
}
h1 {
	color: #666;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 1.25;
}
h1 span {
	display: block;
	font-size: 0.5em;
}
h1 span:last-child {
	color: #999;
	display: block;
	font-size: 0.75em;
}
h2 {
	color: #666;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.25;
	padding-bottom: 0.5rem;
}
h2 span {
	display: block;
	color: #999;
	font-size: 0.75em;
}
h3 {
	color: #666;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.25;
	padding-bottom: 0.5rem;
}
h4 {
	color: #666;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.25;
	padding-bottom: 0.5rem;
}
h5 {
	color: #666;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.25;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
}
/* rem ist eine feste Grösse — ohne diesen Breakpoint bleibt z.B. h1
   auf jedem Gerät 48px (3rem) und bricht auf schmalen Screens sehr oft um. */
@media (max-width: 600px) {
	h1 { font-size: 2.1rem; }
	h2 { font-size: 1.85rem; }
	h3 { font-size: 1.7rem; }
	h4 { font-size: 1.55rem; }
	h5 { font-size: 1.4rem; }
}
p {
	font-family: var(--font-body);
	color: var(--text-dark);
	font-weight: 400;
	line-height: 1.5;
	font-size: var(--font-size-base);
	margin-bottom: .5rem;
}
ul.square {
	list-style: square;
	list-style-position: outside;
	margin: 0 0 1.5rem 1.5rem;
	padding: 0 1.5rem;
	font-family: var(--font-body);
	color: var(--text-dark);
	font-weight: 400;
	line-height: 1.5;
	font-size: var(--font-size-base);
	text-wrap: balance;
}
ul.preisliste {
	padding: 1rem 0 0;
}
ul.preisliste li {
	display: flex;
	align-items: baseline;
	gap: 0.4em;
	font-family: var(--font-body);
	color: var(--text-dark);
	font-weight: 400;
	line-height: 1.5;
	font-size: var(--font-size-base);
}
ul.preisliste li::after {
	content: "";
	order: 1;
	flex: 1 1 auto;
	border-bottom: 2px dotted var(--text-dark);
	margin-bottom: 0.3em;
}
ul.preisliste li span:last-child {
	order: 2;
	white-space: nowrap;
}
@media only screen and (max-width: 479px) {
	ul.preisliste li {
		font-size: 16px !important;
	}
}
.einfacher-link {
	text-decoration: none;
	color: #999;
	border-bottom: dotted 1px #999;
	padding: 0 2px;
	transition: 0.25s;
}
.einfacher-link:hover {
	color: #ffc0c0;
	border-bottom: dotted 1px #ffc0c0;
}
.bold {
	font-weight: 700;
}
.separator-h1,
.separator-h2 {
	border-width: 3px;
	border-color: var(--text-dark);
	border-bottom-style: solid;
	width: 50px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.justify-content-center {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

/* ==========================================================================
   Buttons, Bilder & Boxen (ex custom.min.css)
   ========================================================================== */

.button-1 {
	box-sizing: border-box;
	color: #000;
	font-weight: 400;
	border: 1px solid #000;
	padding: .65em 1em;
	font-size: var(--font-size-base);
	background: var(--accent-light);
	transition: 0.25s;
	text-decoration: none;
}
.button-1:hover {
	color: #fff;
	background: #666;
}
.button-2 {
	box-sizing: border-box;
	color: #000;
	font-weight: 400;
	border: 1px solid #000;
	padding: .65em 1em;
	font-size: var(--font-size-base);
	background: #fff;
	transition: 0.25s;
	text-decoration: none;
}
.button-2:hover {
	color: #fff;
	background: #666;
}
.button-3 {
	box-sizing: border-box;
	color: var(--color-white);
	font-weight: 400;
	border: 1px solid #000;
	padding: .65em 1em;
	font-size: var(--font-size-base);
	background: var(--color-black);
	transition: 0.25s;
	text-decoration: none;
}
.button-3:hover {
	color: var(--color-black);
	background: var(--accent-light);
}
.termin-button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding-top: 1rem;
}
.hauptbild {
	width: 100%;
	max-width: 500px;
	height: auto;
	background: var(--accent-light);
	border: solid 1px #f1f1f1;
}
@media only screen and (max-width: 960px) {
	.hauptbild {
		width: 100%;
		margin-left: 0;
		background: var(--accent-light);
	}
	.hauptbild-2 {
		display: none;
	}
}
.preise-box {
	padding: 2rem;
	background: var(--accent-light);
}
.preise-box h3 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.25;
	padding-bottom: 0.5rem;
}
.preise-box h3 span {
	display: block;
	font-size: 0.5em;
}
@media only screen and (max-width: 479px) {
	.preise-box {
		padding: 1.5rem 1rem;
	}
}
#infobox-1 {
	margin-bottom: 2rem;
}
#infobox-1 img {
	max-width: 80%;
	max-height: 150px;
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 479px) {
	#infobox-1 img {
		max-width: 80%;
		max-height: 75px;
		margin-bottom: 15px;
	}
}

/* ==========================================================================
   Neue Layout-Primitive (Grid/Flex)
   ========================================================================== */

.bp-media-text {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 4rem;
	align-items: start;
}
@media (max-width: 960px) {
	.bp-media-text {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}
.bp-highlights {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 2rem;
}

/* Accordion (FAQ) — Öffnen/Schliessen animiert per grid-template-rows (0fr -> 1fr), dadurch keine feste max-height nötig und die Höhe passt sich automatisch an unterschiedlich langen Antworttext an. */
.bp-accordion__item {
	border-bottom: 1px solid #e0e0e0;
}
.bp-accordion__item:last-child {
	border-bottom: none;
}
.bp-accordion__heading {
	margin: 0;
}
.bp-accordion__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 0;
	background: none;
	border: none;
	font: inherit;
	font-size: var(--font-size-base);
	font-weight: 600;
	color: #666;
	text-align: left;
	cursor: pointer;
}
.bp-accordion__icon {
	flex-shrink: 0;
	transition: transform 0.3s ease;
}
.bp-accordion__item.is-open .bp-accordion__icon {
	transform: rotate(180deg);
}
.bp-accordion__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease;
}
.bp-accordion__item.is-open .bp-accordion__panel {
	grid-template-rows: 1fr;
}
.bp-accordion__panel-inner {
	overflow: hidden;
}
.bp-accordion__panel-inner p:last-child {
	padding-bottom: 1rem;
}

/* ==========================================================================
   Header + Navigation (ex header.css)
   ========================================================================== */

.bp-header,
.bp-header *,
.bp-header *::before,
.bp-header *::after {
	box-sizing: border-box;
}
.bp-header {
	position: sticky;
	top: 0;
	z-index: 500;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.bp-header__inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: 88px;
	padding: 0 2rem;
	transition: height 0.25s ease;
}
.bp-header.is-scrolled .bp-header__inner {
	height: 64px;
}
.bp-header__logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.bp-header__logo img {
	display: block;
	height: 45px;
	width: auto;
	transition: height 0.25s ease;
}
.bp-header.is-scrolled .bp-header__logo img {
	height: 40px;
}
.bp-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-right: -8px;
	background: none;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.2s ease;
}
.bp-header__toggle:hover {
	background-color: #f5f0ef;
}
.bp-header__toggle:active {
	background-color: #ece4e2;
}
.bp-header__toggle-bars {
	position: relative;
	width: 22px;
	height: 16px;
}
.bp-header__toggle-bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #2b2b2b;
	transition:
		top 0.3s cubic-bezier(0.5, -0.4, 0.5, 1.4),
		transform 0.3s cubic-bezier(0.5, -0.4, 0.5, 1.4),
		opacity 0.15s ease;
}
.bp-header__toggle-bar:nth-child(1) {
	top: 0;
}
.bp-header__toggle-bar:nth-child(2) {
	top: 7px;
}
.bp-header__toggle-bar:nth-child(3) {
	top: 14px;
}
.bp-header__toggle[aria-expanded="true"] .bp-header__toggle-bar:nth-child(1) {
	top: 7px;
	transform: rotate(45deg);
}
.bp-header__toggle[aria-expanded="true"] .bp-header__toggle-bar:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}
.bp-header__toggle[aria-expanded="true"] .bp-header__toggle-bar:nth-child(3) {
	top: 7px;
	transform: rotate(-45deg);
}
.bp-nav__list {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bp-nav__item {
	position: relative;
}
.bp-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 16px;
	font-family: var(--font-body);
	font-size: 14px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: #404040;
	background: none;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.bp-nav__link:hover,
.bp-nav__link:focus-visible,
.bp-nav__link.is-active {
	color: #000000;
	background-color: #f5f0ef;
}
.button-nav {
	padding: 10px 16px;
	font-size: 14px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.bp-nav__chevron {
	width: 10px;
	height: 10px;
	transition: transform 0.2s ease;
}
.bp-nav__submenu {
	list-style: none;
	margin: 0;
	padding: 8px;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.bp-nav__sublink {
	display: block;
	padding: 10px 14px;
	font-family: var(--font-body);
	font-size: 14px;
	text-decoration: none;
	color: #404040;
	border-radius: 8px;
	white-space: nowrap;
}
.bp-nav__sublink:hover,
.bp-nav__sublink:focus-visible,
.bp-nav__sublink.is-active {
	background-color: #f5f0ef;
	color: #000000;
}

@media (min-width: 861px) {
	.bp-nav__item--has-children:hover .bp-nav__submenu,
	.bp-nav__item--has-children:focus-within .bp-nav__submenu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.bp-nav__item--has-children:hover .bp-nav__chevron,
	.bp-nav__item--has-children:focus-within .bp-nav__chevron {
		transform: rotate(180deg);
	}
}

@media (max-width: 860px) {
	.bp-header__inner {
		padding: 0 1rem;
	}
	.bp-header__toggle {
		display: inline-flex;
	}
	.bp-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		max-height: 0;
		overflow: hidden;
		background-color: #fff;
		box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
		transition: max-height 0.35s ease;
	}
	.bp-nav.is-open {
		max-height: 600px;
		overflow-y: auto;
	}

	.bp-nav__list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 20px 20px;
	}
	.bp-nav__link {
		width: 100%;
		justify-content: space-between;
		border-radius: 0;
		padding: 14px 4px;
		border-bottom: 1px solid #f0f0f0;
	}
	.bp-nav__item--has-children.is-active > .bp-nav__link .bp-nav__chevron,
	.bp-nav__item--has-children.is-open .bp-nav__chevron {
		transform: rotate(180deg);
	}
	.bp-nav__submenu {
		position: static;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		max-height: 0;
		overflow: hidden;
		padding: 0;
		transition: max-height 0.3s ease;
	}
	.bp-nav__item--has-children.is-open .bp-nav__submenu {
		max-height: 500px;
		padding: 4px 0 12px 16px;
	}
	.bp-nav__item--button {
		padding: 14px 4px;
	}
	.bp-nav__item--button .button-1 {
		display: block;
		width: 100%;
		text-align: center;
	}
}

/* ==========================================================================
   Footer
   ========================================================================== */

.bp-footer,
.bp-footer *,
.bp-footer *::before,
.bp-footer *::after {
	box-sizing: border-box;
}
.bp-footer {
	width: 100%;
	background-color: #b8ada6;
}
.bp-footer__inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
	padding: 5rem 1rem;
	font-size: var(--font-size-base);
}
.bp-footer-innen-2 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: var(--color-white);
	padding: 0 1rem 2rem;
}
.bp-footer-innen-2 a {
	text-decoration: none;
	color: var(--color-white);
	transition: 0.25s;
}
.bp-footer-innen-2 a:hover {
	color: var(--text-dark);
	transition: 0.25s;
}
@media (max-width: 768px) {
	.bp-footer__inner {
		grid-template-columns: 1fr;
		padding: 3rem 1rem;
		gap: 3rem;
	}
}
.footer-titel {
	color: #3E3338;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 600;
	font-family: var(--font-body);
}
.bp-footer__inner a {
	text-decoration: none;
}
.footer-buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .5rem;
}
.button-footer {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: .5em;
	color: #3E3338;
	border: 1px solid #3E3338;
	padding: .5em 1em;
	background: var(--accent-light);
	transition: 0.25s;
}
.button-footer:hover {
	color: #fff;
	background: #3E3338;
}
.button-footer i {
	font-size: 25px;
	line-height: 1.25;
}
.footer-social {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}
.footer-social a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: .5em;
}
.footer-social i {
	font-size: 25px;
}
.bp-footer__copyright {
	width: 100%;
	background-color: #a79c95;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 1.5rem;
	color: white;
}
.bp-footer__copyright__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 0 1rem;
}
.bp-footer__copyright-links {
	display: flex;
	gap: 1.5rem;
}
.bp-footer__copyright a {
	color: white;
	text-decoration: none;
	transition: color 0.2s ease;
}
.bp-footer__copyright a:hover {
	color: var(--text-dark);
}
@media (max-width: 700px) {
	.bp-footer__copyright {
		padding: 2rem 1rem 6rem;
	}
	.bp-footer__copyright__inner {
		flex-direction: column;
		text-align: center;
	}
}

.footer-block-1, .footer-blocks-2-3, .footer-block-4 {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.footer-block-1 .footer-contact li {
	color: #3E3338;
	margin-bottom: 5px;
}
.footer-block-1 a {
	text-decoration: none;
	color: #3E3338;
	transition: 0.25s;
}
.footer-block-1 a:hover {
	color: var(--accent-light);
}
.footer-block-2 .footer-angebot,
.footer-block-3 .footer-gesichtsbehandlungen,
.footer-block-4 .footer-contact {
	text-transform: none;
	font-family: var(--font-body);
	font-weight: 400;
}
.footer-block-2 .footer-angebot li,
.footer-block-3 .footer-gesichtsbehandlungen li,
.footer-block-4 .footer-contact li {
	padding-bottom: .5em;
}
.footer-block-2 .footer-angebot li::before,
.footer-block-3 .footer-gesichtsbehandlungen li::before {
	content: "\f105";
	font-family: Fontawesome;
	color: #3E3338;
	font-size: 20px;
	padding-right: 10px;
	font-weight: 700;
}
.footer-block-2 a,
.footer-block-3 a,
.footer-block-4 a {
	text-decoration: none;
	color: #3E3338;
	font-family: var(--font-body);
	font-weight: 400;
	transition: 0.25s;
}
.footer-block-2 a:hover,
.footer-block-3 a:hover,
.footer-block-4 a:hover {
	color: var(--accent-light);
}

/* ==========================================================================
   Formulare (ex form.css)
   ========================================================================== */

.bp-form,
.bp-form *,
.bp-form *::before,
.bp-form *::after {
	box-sizing: border-box;
}
.bp-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.bp-form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.bp-form__field {
	position: relative;
	flex: 1 1 260px;
}
.bp-form__field--full {
	flex: 1 1 100%;
}
.bp-form .bp-form__input,
.bp-form .bp-form__textarea,
.bp-form .bp-form__select {
	width: 100%;
	padding: 22px 16px 10px;
	font-family: var(--font-body);
	font-size: 15px;
	color: #333333;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	transition: border-color 0.2s ease;
}
.bp-form .bp-form__textarea {
	min-height: 160px;
	resize: vertical;
}
.bp-form .bp-form__input:focus,
.bp-form .bp-form__textarea:focus,
.bp-form .bp-form__select:focus {
	outline: none;
	border-color: #999;
}
.bp-form__label {
	position: absolute;
	left: 16px;
	top: 20px;
	color: #666;
	font-family: var(--font-body);
	font-size: 15px;
	pointer-events: none;
	transform-origin: left top;
	transition: transform 0.2s ease, top 0.2s ease, color 0.2s ease;
}
.bp-form__input:focus + .bp-form__label,
.bp-form__input:not(:placeholder-shown) + .bp-form__label,
.bp-form__textarea:focus + .bp-form__label,
.bp-form__textarea:not(:placeholder-shown) + .bp-form__label,
.bp-form__select + .bp-form__label {
	top: 6px;
	transform: scale(0.75);
	color: #999;
}
.bp-form__group-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem 2rem;
	align-items: start;
}
@media (max-width: 600px) {
	.bp-form__group-grid {
		grid-template-columns: 1fr;
	}
}
.bp-form .bp-form__group {
	border: none;
	margin: 0;
	padding: 0;
}
.bp-form .bp-form__legend {
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 600;
	color: #333333;
	padding: 0 0 1rem;
	margin: 0;
}
.bp-form .bp-form__checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.bp-form .bp-form__checkbox-option {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-body);
	font-size: 15px;
	color: #333333;
	cursor: pointer;
}
.bp-form .bp-form__checkbox-option input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #666;
}
.bp-form .bp-form__checkbox-option--hidden {
	display: none;
}
.bp-form .bp-form__radio-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 6px 0;
}
.bp-form .bp-form__radio-option {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-body);
	font-size: 15px;
	color: #333333;
	cursor: pointer;
}
.bp-form .bp-form__radio-option input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #666;
}
/* Spezifitäts-Sicherheitsnetz: ohne main.css-Formularregeln (z.B. bei ausgeblendeten Honeypot-Feldern) fallen Inputs auf diese Basisoptik zurück, statt auf den unstyled Browser-Default. */
input[type="text"], input[type="password"], textarea { font: inherit; border: 1px solid #A9A9A9; background-color: #fff; color: #000000; border-radius: 2px; padding-left: 1px; padding-right: 1px; }
.bp-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.bp-form__error {
	color: #b00020;
	font-family: var(--font-body);
	font-size: 14px;
	margin-bottom: 20px;
}
.bp-form__submit {
	align-self: flex-start;
	font-family: var(--font-body);
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #666;
	background-color: var(--accent-light);
	border: 1px solid #666;
	border-radius: 4px;
	padding: 15px 40px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.bp-form__submit:hover {
	color: #fff;
	background-color: var(--text-dark);
}

/* ==========================================================================
   Slider
   ========================================================================== */

.bp-slider {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

.bp-slider__track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.bp-slider__track::-webkit-scrollbar {
	display: none;
}

.bp-slider__slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
	display: block;
}
.bp-slider__slide picture,
.bp-slider__slide img {
	display: block;
	width: 100%;
	height: auto;
}

.bp-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	color: grey;
	font-size: 2rem;
	cursor: pointer;
	transition: 0.3s;
	z-index: 10;
}
.bp-slider__nav:hover {
	color: grey;
}
.bp-slider__nav--prev {
	left: -50px;
}
.bp-slider__nav--next {
	right: -50px;
}
.bp-slider:hover .bp-slider__nav--prev {
	left: 0;
}
.bp-slider:hover .bp-slider__nav--next {
	right: 0;
}
/* Touch-Geräte kennen kein :hover — ohne diese Regel sind die Pfeile auf Mobile unerreichbar, da sie sonst nur beim Hover ins Bild einfahren. */
@media (max-width: 860px) {
	.bp-slider__nav--prev {
		left: 0;
	}
	.bp-slider__nav--next {
		right: 0;
	}
}

.bp-slider__dots {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	gap: 8px;
	padding: 10px;
	background-color: #fff;
	z-index: 10;
}
.bp-slider__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: lightgrey;
	cursor: pointer;
}
.bp-slider__dot:hover,
.bp-slider__dot.is-active {
	background-color: grey;
}

/* ==========================================================================
   Seite: index
   ========================================================================== */

.bp-main {
	max-width: 1280px;
	margin: 0 auto;
	padding: 2rem 2rem 8rem;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 8rem;
}
.container-inner {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 4rem;
}
.container-media img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
}
.bild-rund {
	border-radius: 100%;
	max-width: 75% !important;
}
.container-text {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.bp-home-microneedling .container-inner {
	border: dashed 1px grey;
	padding: 2rem;
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.bp-main {
		padding: 1rem 1rem 4rem;
		gap: 4rem;
		max-width: 95%;
	}
	.container-inner {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.bp-home-microneedling .container-inner {
		padding: 1rem;
	}
	.container-media img {
		max-width: 100%;
	}
}
.bp-home-services {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.bp-home-services .container-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.balken-hinter-text {
	background-image: linear-gradient(to top, var(--accent-light) 50%, transparent 50%, transparent 100%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	display: inline;
	padding-left: 2vh;
	padding-right: 2vh;
	margin: 0 auto;
	padding-bottom: 0;
}
.balken-hinter-text-2 {
	background: rgba(255, 234, 231, 1);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	display: inline;
	padding-left: 2vh;
	padding-right: 2vh;
	margin: 0 auto;
	padding-bottom: 5px;
	padding-top: 5px;
}
.balken-hinter-text-3 {
	background: #666;
	box-decoration-break: clone;
	display: inline;
	padding-left: 2vh;
	padding-right: 2vh;
	margin: 0 auto;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 2;
}

/* ==========================================================================
   #kacheln / .services-grid — neues Kachel-Grid für index.php
   ("ANGEBOTE & BEHANDLUNGEN").
   ========================================================================== */

#kacheln.services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-template-areas:
		"a a b b"
		"c c b b"
		"c c d e";
	gap: 1rem;
	aspect-ratio: 3 / 2;
}
#kacheln.services-grid > a {
	display: contents;
}
#kacheln .gesichtsbehandlung {
	grid-area: a;
	background-image: url("/images/gesichtsbehandlung-beautyplace-st-gallen-home.jpg");
}
#kacheln .wimpernverlaengerung {
	grid-area: c;
	background-image: url("/images/wimpernverlaengerung-beautyplace-st-gallen-home.jpg");
}
#kacheln .lash-browlifting {
	grid-area: b;
	background-image: url("/images/augenbrauen-wimpern-faerben-beautyplace-st-gallen.jpg");
}
#kacheln .zahnkosmetik {
	grid-area: d;
	background-image: url("/images/zahnkosmetik-beautyplace-st-gallen-home.jpg");
}
#kacheln .hautanalyse {
	grid-area: e;
	background-image: url("/images/hautanalyse-web.jpg");
}
#kacheln.services-grid .gesichtsbehandlung,
#kacheln.services-grid .wimpernverlaengerung,
#kacheln.services-grid .lash-browlifting,
#kacheln.services-grid .zahnkosmetik,
#kacheln.services-grid .hautanalyse {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	min-height: 260px;
}
#kacheln.services-grid .gesichtsbehandlung::before,
#kacheln.services-grid .wimpernverlaengerung::before,
#kacheln.services-grid .lash-browlifting::before,
#kacheln.services-grid .zahnkosmetik::before,
#kacheln.services-grid .hautanalyse::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	transition: transform 0.8s ease;
}
#kacheln.services-grid .gesichtsbehandlung:hover::before,
#kacheln.services-grid .wimpernverlaengerung:hover::before,
#kacheln.services-grid .lash-browlifting:hover::before,
#kacheln.services-grid .zahnkosmetik:hover::before,
#kacheln.services-grid .hautanalyse:hover::before {
	transform: scale(1.12);
}
#kacheln.services-grid .gesichtsbehandlung::after,
#kacheln.services-grid .wimpernverlaengerung::after,
#kacheln.services-grid .lash-browlifting::after,
#kacheln.services-grid .zahnkosmetik::after,
#kacheln.services-grid .hautanalyse::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4));
	transition: 0.4s ease;
}
#kacheln.services-grid p {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 1rem;
	color: #fff;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 2.5rem;
	text-align: center;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
#kacheln.services-grid p span {
	display: block;
	margin-top: 0.4rem;
	font-size: 1rem;
	font-weight: 400;
}
@media (max-width: 960px) {
	#kacheln.services-grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"a"
			"c"
			"b"
			"d"
			"e";
		aspect-ratio: auto;
	}
	#kacheln.services-grid .gesichtsbehandlung,
	#kacheln.services-grid .wimpernverlaengerung,
	#kacheln.services-grid .lash-browlifting,
	#kacheln.services-grid .zahnkosmetik,
	#kacheln.services-grid .hautanalyse {
		min-height: 220px;
	}
	#kacheln.services-grid p {
		font-size: 1.6rem;
	}
	#kacheln.services-grid p span {
		font-size: 0.85rem;
	}
}

/* ==========================================================================
   Seite: about-me (ex pcss/about-me.css)
   ========================================================================== */

/* .bp-main deckt diese Seite bereits vollständig ab, keine eigenen Regeln nötig */

/* ==========================================================================
   Seite: anfrage-versendet (ex pcss/anfrage-versendet.css)
   ========================================================================== */

/* .bp-main deckt diese Seite bereits vollständig ab, keine eigenen Regeln nötig */

/* ==========================================================================
   Seite: augenbrauen-wimpern (ex pcss/augenbrauen-wimpern.css)
   ========================================================================== */

/* .bp-main deckt diese Seite bereits vollständig ab, keine eigenen Regeln nötig */

/* ==========================================================================
   Seite: beauty-gutschein (ex pcss/beauty-gutschein.css)
   ========================================================================== */

.bp-gutschein-form {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 2rem;
	padding: 0;
}

/* ==========================================================================
   Seite: kontakt (ex pcss/kontakt.css)
   ========================================================================== */

.bp-kontakt-form {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 2rem;
	padding: 0;
}

/* ==========================================================================
   Seite: termin (ex pcss/termin.css)
   ========================================================================== */

.bp-termin-form {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 2rem;
	padding: 0;
}

/* ==========================================================================
   Seite: datenschutz (ex pcss/datenschutz.css)
   ========================================================================== */

.bp-datenschutz-content h1 {
	font-size: 35px !important;
	font-weight: bold !important;
	line-height: 1.5;
}
.bp-datenschutz-content h2 {
	font-size: 25px !important;
	font-weight: bold !important;
	line-height: 1.5;
	margin-top: 20px;
}
.bp-datenschutz-content h3 {
	font-size: 22px !important;
	font-weight: bold !important;
	line-height: 1.5;
	margin-top: 20px;
}
.bp-datenschutz-content h4 {
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 1.5;
	margin-top: 10px;
}
.bp-datenschutz-content p {
	margin-bottom: 10px;
}

/* ==========================================================================
   Seite: impressum (ex pcss/impressum.css)
   ========================================================================== */

.bp-impressum-content ul {
	column-count: 2;
	column-gap: 20px;
}
.bp-impressum-content li {
	padding-bottom: 5px;
}
@media only screen and (max-width: 700px) {
	.bp-impressum-content ul {
		column-count: 1;
	}
}

.mibo-link {
	padding: 2rem 0;
	border-top: solid 1px grey;
}
.mibo-link a {
	text-decoration: none;
	color: var(--text-dark);
}
.mibo-link a:hover {
	color: var(--accent-dark);
}

/* ==========================================================================
   Seite: gesichtsbehandlung
   ========================================================================== */

.bp-face-treatment {
	border: dashed 1px #666;
	padding: 2rem;
}
@media (max-width: 768px) {
	.bp-face-treatment {
		padding: 1rem;
	}
}

.image-animation {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 25px auto;
	overflow: hidden;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	box-shadow: 15px 15px 20px rgba(0,0,0,0.25);
	animation: morphing 10s infinite;
}
.image-animation img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: morphing-zoom 10s infinite;
}

@keyframes morphing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	}
	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
	}
	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
	}
	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
	}
}
@keyframes morphing-zoom {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
}
@media (prefers-reduced-motion: reduce) {
	.image-animation,
	.image-animation img {
		animation: none;
	}
}

/* ==========================================================================
   Seite: microneedling
   ========================================================================== */

.bp-gesichtsbehandlung-treatments {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
ul.tropfen {
	list-style: none;
	padding-left: 1rem;
}
ul.tropfen:not(:last-child) {
	margin-bottom: 1rem;
}
ul.tropfen li {
	padding-left: 2rem;
	padding-bottom: 0px;
	color: var(--text-dark);
	font-family: var(--font-body);
	font-size: var(--font-size-base);
	line-height: 1.5;
	text-wrap: balance;
}
ul.tropfen li:before {
	content: "\f043";
	font-family: FontAwesome;
	font-size: var(--font-size-base);
	color: var(--text-dark);
	display: inline-block;
	margin-left: -22px;
	width: 1.5rem;
}

/* ==========================================================================
   Seite: wimpernlifting
   ========================================================================== */

/* ==========================================================================
   Seite: wimpernverlaengerung
   ========================================================================== */

/* ==========================================================================
   Seite: wimpernverlaengerung
   ========================================================================== */
