:root {
	--sib-blue: #00558c;
	--sib-navy: #003b6f;
	--sib-magenta: #ec008c;
	--sib-orange: #f58213;
	--sib-ink: #14324a;
	--sib-muted: #5f7282;
	--sib-line: #d9e3eb;
	--sib-bg: #f4f7f9;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--sib-bg);
	color: var(--sib-ink);
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.65;
}
a { color: var(--sib-blue); }
a:focus-visible, button:focus-visible {
	outline: 3px solid var(--sib-orange);
	outline-offset: 3px;
}
.skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10000;
	transform: translateY(-180%);
	padding: 10px 14px;
	border-radius: 6px;
	background: #fff;
	color: var(--sib-navy);
	font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.site-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
	background: linear-gradient(110deg, var(--sib-navy), var(--sib-blue));
	box-shadow: 0 4px 22px rgba(0, 28, 55, .22);
}
.site-header__inner {
	min-height: 88px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.site-brand { display: inline-flex; align-items: center; }
.site-brand img { width: 190px; height: auto; display: block; }
.site-header__back {
	color: #fff;
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
	padding: 9px 15px;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 999px;
}
.site-header__back:hover { background: #fff; color: var(--sib-navy); }
.site-main { min-height: calc(100vh - 300px); }
.content-shell { padding-block: clamp(44px, 7vw, 96px); }
.content-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 16px 50px rgba(0, 48, 82, .10);
	padding: clamp(28px, 6vw, 72px);
}
.content-card--center { text-align: center; }
.entry-header { margin-bottom: 34px; padding-bottom: 25px; border-bottom: 1px solid var(--sib-line); }
.entry-kicker {
	margin: 0 0 8px;
	color: var(--sib-magenta);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
h1, h2, h3 { color: var(--sib-blue); line-height: 1.15; }
h1 { margin: 0; font-size: clamp(2.1rem, 6vw, 4rem); }
h2 { margin-top: 2.2em; font-size: clamp(1.45rem, 4vw, 2rem); }
h3 { margin-top: 1.8em; }
.entry-content > :first-child { margin-top: 0; }
.entry-content > :last-child { margin-bottom: 0; }
.entry-content hr { border: 0; border-top: 1px solid var(--sib-line); margin-block: 2.5rem; }
.entry-content .notice-draft {
	padding: 16px 18px;
	border-left: 5px solid var(--sib-magenta);
	background: #fff1f8;
	font-weight: 700;
}
.theme-button {
	display: inline-block;
	margin-top: 18px;
	padding: 12px 20px;
	border-radius: 999px;
	background: var(--sib-blue);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.site-footer { padding-block: 40px; background: var(--sib-navy); color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.site-footer p { color: rgba(255,255,255,.72); margin: 8px 0 0; }
.site-footer ul { display: flex; gap: 20px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.site-footer a { color: #fff; }
@media (max-width: 680px) {
	body { font-size: 16px; }
	.site-shell { width: min(100% - 28px, 1120px); }
	.site-header__inner { min-height: 74px; }
	.site-brand img { width: 150px; }
	.site-header__back { font-size: .8rem; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.site-footer ul { display: grid; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}

/* -------------------------------------------------------------------------
   Buchungsportal-Designkorrekturen 0.9.1
   Diese Regeln liegen bewusst im Theme, damit sie als WordPress-Theme-Update
   unabhaengig von einem Plugin-Update ausgeliefert werden koennen.
   ---------------------------------------------------------------------- */
.sib-portal .sib-hero-visual {
	position: relative;
	left: calc(((100vw - min(100vw, 1120px)) / 2) + 24px);
	justify-content: flex-end;
}

.sib-portal .sib-tabs {
	background: var(--sib-bg-alt);
}
.sib-portal .sib-tab {
	background: var(--sib-bg-alt);
	color: var(--sib-blue);
}
.sib-portal .sib-tab:hover { background: #dfe6ed; }
.sib-portal .sib-tab.is-active { background: var(--sib-blue); color: #fff; }

@media (max-width: 900px) {
	.sib-portal .sib-hero-visual {
		position: static;
		left: auto;
		width: 100%;
		transform: translateX(24px);
		justify-content: flex-end;
	}
	.sib-portal .sib-hero-computer {
		width: min(80vw, 460px);
		max-width: 460px;
	}
}

@media (max-width: 640px) {
	.sib-portal .sib-hero-visual { transform: translateX(16px); }
}

@media (max-width: 360px) {
	.sib-portal .sib-hero-visual { transform: translateX(12px); }
}
