/*
Theme Name: KonfiCamp 2.1
Theme URI:
Description: Individuelles WordPress-Theme für die KonfiCamps Wittenberg.
Version: 2.1.0
Author: Konficamp Wittenberg
Author URI:
Tags:
*/

* {
  box-sizing: border-box;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: left;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 200%;
	color: #575757;
	height: 100%;
	width: 100%;
}

b {
	font-weight: 700;
}

div {
	text-align: left;
}

div.clear {
	clear: both;
}

a {
	text-decoration: none;
}

p.light {
	font-weight: 100;
}

a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #4CBDED;
}

/* Two-tone focus ring stays visible on yellow and dark theme surfaces. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
	box-shadow: 0 0 0 6px #143F38;
}

/* Shown as the first focusable item for keyboard and screen-reader users. */
.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000;
	padding: 10px 16px;
	background: #143F38;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	transform: translateY(-180%);
}

.skip-link:focus-visible {
	transform: translateY(0);
}

body.admin-bar .skip-link {
	top: calc(var(--admin-bar-offset, 32px) + 12px);
}

#site-content {
	scroll-margin-top: 72px;
}

a.wp-block-file__button {
	color: #fff !important;
}

/* PDF/download links in the WordPress file block use the surrounding copy size. */
.wp-block-file {
	font-size: inherit !important;
}

.wp-block-file > a:not(.wp-block-file__button) {
	font-size: inherit;
}


a.white {
	color: #FFF;
}

a.wp-block-button__link {
	color: #FFF;
}

/* Header and navigation live in header-navigation.css. */

.post {
	padding: 7% 7%;
	background: #fff;
	position: relative;
}

/* Keep links inside editorial copy recognizable without relying on color alone. */
.post p a,
.post li a {
	color: #26567A;
	text-decoration: underline;
	text-decoration-color: #26567A;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.14em;
}

.post p a:hover,
.post p a:focus-visible,
.post li a:hover,
.post li a:focus-visible {
	color: #14484C;
	text-decoration-color: #F6A304;
}

.corner-arcs {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.corner-arcs::before,
.corner-arcs::after {
	position: absolute;
	z-index: -1;
	width: 170px;
	height: 170px;
	border: 76px solid;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.corner-arcs::before {
	border-color: #D6E5F1;
}

.corner-arcs::after {
	border-color: #F6A304;
}

.corner-arcs--blue-only::after {
	display: none;
}

.corner-arcs--blue-top-left::before,
.corner-arcs--orange-top-left::after {
	top: -161px;
	left: -161px;
}

.corner-arcs--blue-top-right::before,
.corner-arcs--orange-top-right::after {
	top: -161px;
	right: -161px;
}

.corner-arcs--blue-bottom-right::before,
.corner-arcs--orange-bottom-right::after {
	right: -161px;
	bottom: -161px;
}

.corner-arcs--blue-bottom-left::before,
.corner-arcs--orange-bottom-left::after {
	bottom: -161px;
	left: -161px;
}

.faq_flex {
	display: flex;
}

.faq_categories {
	width: 30%;
}

.faqs {
	width: 70%;
}

.post.bg {
	padding: 160px 7%;
}

.content-overview > h1,
.attachment-page > h1,
.error-page > h1 {
	margin-top: 0;
}

.content-overview__intro {
	max-width: 760px;
	margin-bottom: 40px;
}

.content-list {
	display: grid;
	gap: 0;
	margin-top: 36px;
}

.content-list__item {
	padding: 28px 0;
	border-bottom: 1px solid #D6E5F1;
}

.content-list__item:first-child {
	border-top: 1px solid #D6E5F1;
}

.content-list__item h2 {
	margin: 0 0 8px;
}

.content-list__item time {
	display: block;
	margin-bottom: 12px;
	color: #575757;
	font-size: 0.9em;
}

.content-list__excerpt > :last-child {
	margin-bottom: 0;
}

.content-overview .pagination {
	margin-top: 40px;
}

.content-overview .nav-links,
.attachment-page__navigation {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	justify-content: space-between;
}

.search-form {
	max-width: 720px;
	margin: 28px 0 48px;
}

.search-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.search-form__row {
	display: flex;
	gap: 10px;
}

.search-form input[type="search"] {
	min-width: 0;
	flex: 1;
	padding: 10px 12px;
	border: 1px solid #777;
	border-radius: 2px;
	font: inherit;
}

.search-form button {
	padding: 10px 18px;
	border: 0;
	border-radius: 2px;
	background: #F6A304;
	color: #143F38;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.attachment-page__parent {
	display: inline-block;
	margin-bottom: 24px;
}

.attachment-page__figure {
	margin: 28px 0;
}

.attachment-page__figure img {
	display: block;
	max-width: 100%;
	height: auto;
}

.attachment-page__figure figcaption {
	margin-top: 8px;
	font-size: 0.9em;
}

.attachment-page__navigation {
	margin-top: 40px;
}

@media only screen and (max-width: 600px) {
	.search-form__row {
		align-items: stretch;
		flex-direction: column;
	}
}

.post_header {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 45vh;
	min-height: 45vh;
	position: relative;
	z-index: 0;
	display: table;
}

.post_header:before  {
    background-color: rgba(0, 0, 0, 0.53);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.post_header_text {
	z-index: 2;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	padding: 0% 25%;
}

/* Category section titles must be centered against the full banner width.
 * The legacy table/table-cell layout sizes the cell from its content and
 * therefore shifts long titles visibly to the left. */
body.category .post_header {
	display: flex;
	align-items: center;
}

body.category .post_header_text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-right: 7%;
	padding-left: 7%;
}

body.category .post_header_headline,
body.category .category-divider__headline {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* Optional category separators when parallax is disabled in the Customizer. */
.category-divider {
	--category-accent: var(--flag-konficamp);
	--category-accent-rgb: var(--flag-konficamp-rgb);
	position: relative;
	padding: 50px 7%;
}

.category-divider__inner {
	max-width: 980px;
	margin: 0 auto;
}

.category-divider__headline {
	margin: 0;
	color: #1F3950;
}

.category-divider__excerpt {
	margin-top: 12px;
	font-size: 22px;
	line-height: 1.45;
	color: #425f79;
}

.category-divider--color-block {
	background: var(--category-accent);
	border-top: 0;
	border-bottom: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.category-divider--color-block .category-divider__headline {
	color: #fff;
}

.category-divider--color-block .category-divider__excerpt {
	color: rgba(255, 255, 255, 0.94);
}

.category-divider--line {
	padding-top: 52px;
	padding-bottom: 30px;
	background: #fff;
}

.category-divider--line::before {
	content: "";
	position: absolute;
	top: 27px;
	left: calc(7% + 28px);
	right: calc(7% + 28px);
	height: 2px;
	background: linear-gradient(90deg, rgba(var(--category-accent-rgb), 0.18) 0, var(--category-accent) 16%, var(--category-accent) 84%, rgba(var(--category-accent-rgb), 0.18) 100%);
}

.category-divider--line::after {
	content: "";
	position: absolute;
	top: 21px;
	left: 7%;
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--category-accent);
	border-left: 2px solid var(--category-accent);
	transform: rotate(-45deg);
}

.category-divider--line .category-divider__inner::after {
	content: "";
	position: absolute;
	top: 21px;
	right: 7%;
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--category-accent);
	border-right: 2px solid var(--category-accent);
	transform: rotate(45deg);
}

.category-divider--line .category-divider__headline {
	color: #1F3950;
}

.category-divider--line .category-divider__excerpt {
	max-width: 840px;
}


.content.start {
	background-image: url(gfx/bg_blue_full.jpg);
	background-image: image-set(
		url(gfx/bg_blue_full.webp) type("image/webp"),
		url(gfx/bg_blue_full.jpg) type("image/jpeg")
	);
	background-size: cover;
	height: 60vh;
	width: 100%;
	color: #fff !important;
	display: table;
}

h1 {
	line-height: 120%;
}

h2 {
	font-size: 46px;
	color: #FFF;
	text-transform: uppercase;
	line-height: normal;
	line-height: 120%;
}

h2.aktuelles_headline {
	text-align: center;
	color: #26567A !important;
	margin-bottom: 50px;
}

.post h2 {
	color: #000;
}

.footer {
	--footer-inline-space: max(6%, calc((100% - 1576px) / 2));
	margin-top: 0;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.footer-tower-decor {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 280px;
	height: 330px;
	pointer-events: none;
}

.footer-tower-decor::before {
	position: absolute;
	right: -161px;
	bottom: -161px;
	width: 170px;
	height: 170px;
	border: 76px solid var(--menu-mono-color, #F6A304);
	border-radius: 50%;
	content: "";
}

.footer-tower-decor img {
	position: absolute;
	right: 36px;
	bottom: -37px;
	z-index: 1;
	height: 335px;
	width: auto;
}

.footer_body {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: clamp(20px, 3vw, 40px);
	min-height: 300px;
	padding: clamp(28px, 4vw, 40px) var(--footer-inline-space);
	background: #143f38;
	color: #fff;
	overflow: hidden;
}

.footer_spalte {
	position: relative;
	z-index: 1;
	margin: 0;
}

.footer_spalte a {
	color: #fff;
}

.footer-contact h4,
.footer-menu h4,
.footer-social h4 {
	margin: 0 0 12px;
	font-size: 17px;
	line-height: 1.3;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.footer-widget p {
	margin-top: 0;
}

.footer-academy-link {
	display: inline-flex;
	margin-top: 18px;
}

.footer-academy-logo {
	display: block;
	width: min(234px, 100%);
	height: auto;
	filter: brightness(0) invert(1);
}

/* Eine alte Widget-Version des nun fest eingebauten Akademie-Logos ausblenden. */
.footer-contact .footer-widget .wp-block-image:has(img[src*="logo-ev-akademie"]),
.footer-contact .footer-widget a:has(> img[src*="logo-ev-akademie"]) {
	display: none;
}

/* Leeren Rest-Link eines früher im Widget hinterlegten Logos entfernen. */
.footer-contact .footer-widget a:empty {
	display: none;
}

.footer-widget a,
.footer-menu__list a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
	text-underline-offset: 3px;
}

.footer-widget a::before,
.footer-menu__list a::before {
	width: 10px;
	height: 10px;
	border-right: 2px solid #F6A304;
	border-bottom: 2px solid #F6A304;
	content: "";
	transform: rotate(-45deg);
	box-sizing: border-box;
	flex: 0 0 10px;
}

.footer-widget a:has(> img)::before,
.footer-widget a[href^="mailto:"]::before {
	display: none;
}

.footer-widget a:hover,
.footer-widget a:focus-visible,
.footer-menu__list a:hover,
.footer-menu__list a:focus-visible {
	color: var(--menu-mono-color, #F6A304);
	text-decoration: underline;
}

.footer-widget ul,
.footer-menu__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-widget li + li,
.footer-menu__list li + li {
	margin-top: 2px;
}

.footer-social-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.footer-social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 2px solid currentColor;
	border-radius: 50%;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.footer-social-links svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.social-link--facebook svg {
	width: 16px;
}

.social-link--youtube svg {
	width: 23px;
	height: 18px;
}

.footer-social-links a:hover,
.footer-social-links a:focus-visible {
	background: #fff;
	color: #143F38;
	transform: translateY(-2px);
}

.footer-social {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #fff;
}

.footer-social a {
	color: #fff;
}

.footer-social .footer-social-links {
	justify-content: flex-start;
}

.footer_bottom {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 56px;
	padding: 10px var(--footer-inline-space);
	background: #286258;
	color: #fff;
}

.footer-copyright {
	margin: 0;
}

.back-to-top {
	position: fixed;
	right: clamp(18px, 3vw, 42px);
	bottom: clamp(18px, 3vw, 42px);
	z-index: 100;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #F6A304;
	box-shadow: none;
	color: #143F38 !important;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(14px);
	visibility: hidden;
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background-color .2s ease, color .2s ease;
}

.back-to-top svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus-visible {
	opacity: 1;
	background: #F6A304;
	color: #143F38 !important;
	text-decoration: none;
}

.footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 16px;
}

.footer-legal a {
	color: inherit;
	text-decoration: none;
	text-underline-offset: 3px;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
	text-decoration: underline;
}

/* Auf breiten Bildschirmen stehen die drei Widget-Spalten und Social Media in einer Reihe. */
@media only screen and (min-width:900px) {
	.footer_body {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Auf Tablet und Mobil bleibt Social Media als kompakte Leiste oberhalb der Footer-Inhalte. */
@media only screen and (max-width:899px) {
	.footer_body {
		padding-top: calc(clamp(28px, 4vw, 40px) + 66px);
	}

	.footer-social {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2;
		height: 66px;
		padding: 12px 6%;
		box-sizing: border-box;
	}

	.footer-social h4 {
		display: none;
	}

	.footer-social .footer-social-links {
		justify-content: center;
	}

	.footer-social-links::before,
	.footer-social-links::after {
		flex: 1 1 0;
		max-width: 90px;
		height: 1px;
		background: rgba(255, 255, 255, .65);
		content: "";
	}
}

@media only screen and (max-width:780px) {
	.footer_body {
		grid-template-columns: 1fr;
		gap: 20px;
		min-height: 0;
		padding: 86px 6% 120px;
	}

	.footer_bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		padding: 14px 6%;
	}

	.footer-legal {
		justify-content: flex-start;
	}
}

/* Startseite TILES */

	.header_img.startseite {
		display: none;
	}

.video_starteite, .video_startseite_bg {
	height: 70vh;
	width: 100%;
	overflow: hidden;
	object-fit:cover;
	background-color: #14484c;
	z-index: 9;
	position: relative;
}

.video_startseite_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.video_startseite {
	opacity: 0;
	transition: opacity 1.2s ease-in-out;
	will-change: opacity;
}

.video_startseite.is-ready {
	opacity: 1;
}

.video_startseite_bg:before {
    background-image: linear-gradient(0deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8) 100%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: opacity .5s;
}

/* Startseite Camptermine */

.startseite-camps {
	width: 100%;
	margin: 0;
	padding: clamp(52px, 6vw, 88px) max(6%, calc((100% - 1576px) / 2));
	color: #fff;
	background: #14484C;
	box-sizing: border-box;
}

.startseite-camps__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	gap: clamp(36px, 5vw, 84px);
	align-items: center;
	max-width: 1576px;
	margin: 0 auto;
}

.startseite-camps__intro {
	max-width: 860px;
}

.startseite-camps__intro > span {
	display: block;
	margin-bottom: 16px;
	color: #FDC506;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.startseite-camps__intro h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 5vw, 72px);
	line-height: 1.05;
}

.startseite-camps__intro p {
	max-width: 760px;
	margin: 24px 0 0;
	color: #D6E5F1;
	font-size: clamp(16px, 1.4vw, 20px);
	line-height: 1.65;
}

.startseite-camps__cta {
	position: relative;
	display: flex;
	overflow: hidden;
	min-width: 0;
	min-height: 380px;
	padding: clamp(28px, 3vw, 42px);
	flex-direction: column;
	align-items: flex-start;
	color: #14484C;
	background: #F6A304;
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(5, 28, 42, 0.22);
	box-sizing: border-box;
	isolation: isolate;
}

.startseite-camps__cta > :not(.startseite-camps__turm) {
	position: relative;
	z-index: 1;
}

.startseite-camps__turm {
	position: absolute;
	right: -36px;
	bottom: -120px;
	z-index: 0;
	width: clamp(135px, 38%, 190px);
	height: auto;
	opacity: 0.3;
	pointer-events: none;
}

.startseite-camps__cta > span {
	display: block;
	margin-bottom: 14px;
	color: #14484C;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.startseite-camps__cta h2 {
	margin: 0;
	color: #14484C;
	font-size: clamp(28px, 2.6vw, 40px);
	line-height: 1.12;
}

.startseite-camps__cta ul {
	display: grid;
	gap: 10px;
	width: 100%;
	margin: 26px 0 30px;
	padding: 0;
	color: #14484C;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	list-style: none;
}

.startseite-camps__cta li {
	display: grid;
	overflow: hidden;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: stretch;
	min-height: 48px;
	padding: 0;
	background: #fff;
	border: 1px solid #D6E5F1;
	border-radius: 12px;
	box-shadow: 0 5px 14px rgba(5, 28, 42, 0.12);
}

.startseite-camps__cta li > span {
	display: flex;
	align-items: center;
	padding: 12px 14px;
	color: #fff;
	background: #14484C;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.startseite-camps__cta li > strong {
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 12px 15px;
	color: #14484C;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.startseite-camps__cta > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: auto;
	padding: 13px 18px;
	color: #fff !important;
	background: #14484C;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.startseite-camps__cta > a:hover {
	background: #26567A;
	transform: translateX(3px);
}

.startseite-camps__cta > a:focus-visible {
	outline: 3px solid #FDC506;
	outline-offset: 3px;
}

/* Startseite Kategorien */

.startseite-kategorien {
	width: 88%;
	max-width: 1576px;
	margin: 0 auto;
	padding: 100px 0 28px;
}

.startseite-kategorien__kopf {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.startseite-kategorien__kopf > span {
	display: block;
	margin-bottom: 8px;
	color: #F6A304;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.startseite-kategorien__kopf h2 {
	margin: 0;
	color: #26567A;
	font-size: 44px;
	line-height: 1.2;
	text-transform: uppercase;
}

.startseite-kategorien__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.startseite-kategorien__card {
	--card-background: #14484C;
	--card-foreground: #fff;
	--card-muted: rgba(255, 255, 255, 0.82);
	--card-accent: #FDC506;
	--card-accent-foreground: #14484C;
	--card-pattern: rgba(255, 255, 255, 0.11);
	--card-shade: rgba(5, 27, 29, 0.42);
	position: relative;
	display: flex;
	min-height: 390px;
	overflow: hidden;
	align-items: stretch;
	color: var(--card-foreground) !important;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 52%),
		var(--card-background);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(20, 72, 76, 0.15);
	isolation: isolate;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.startseite-kategorien__card:hover {
	color: var(--card-foreground) !important;
	box-shadow: 0 20px 44px rgba(20, 72, 76, 0.22);
	transform: translateY(-5px);
}

.startseite-kategorien__card::before {
	position: absolute;
	top: -96px;
	right: -72px;
	z-index: -1;
	width: 230px;
	height: 230px;
	border: 46px solid var(--card-accent);
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	opacity: 0.96;
	transform: rotate(-8deg);
	transition: transform 0.35s ease;
}

.startseite-kategorien__card::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 18% 22%, var(--card-pattern) 0 2px, transparent 2.5px) 0 0 / 18px 18px,
		linear-gradient(to top, var(--card-shade), transparent 64%);
	content: "";
	mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.72), transparent 62%);
}

.startseite-kategorien__card:hover::before {
	transform: rotate(4deg) scale(1.045);
}

.startseite-kategorien__card--blue {
	--card-background: #26567A;
	--card-accent: #D6E5F1;
	--card-accent-foreground: #26567A;
}

.startseite-kategorien__card--yellow {
	--card-background: #FDC506;
	--card-foreground: #14484C;
	--card-muted: rgba(20, 72, 76, 0.82);
	--card-accent: #14484C;
	--card-accent-foreground: #FDC506;
	--card-pattern: rgba(20, 72, 76, 0.13);
	--card-shade: rgba(255, 255, 255, 0.2);
}

.startseite-aktuelles__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.startseite-kategorien__inhalt {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	min-height: 100%;
	padding: 34px;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
}

.startseite-kategorien__inhalt::before {
	width: 46px;
	height: 5px;
	margin-bottom: 18px;
	background: var(--card-accent);
	border-radius: 999px;
	content: "";
}

.startseite-kategorien__nummer {
	display: inline-flex;
	min-width: 48px;
	height: 32px;
	margin-bottom: auto;
	align-items: center;
	justify-content: center;
	color: var(--card-accent-foreground);
	background: var(--card-accent);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.startseite-kategorien__inhalt strong {
	font-size: clamp(24px, 2.2vw, 34px);
	line-height: 1.2;
}

.startseite-kategorien__text {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 12px;
	color: var(--card-muted);
	font-size: 15px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.startseite-kategorien__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 24px;
	font-size: 14px;
	font-weight: 700;
}

.startseite-kategorien__cta > span {
	font-size: 20px;
	transition: transform 0.2s ease;
}

.startseite-kategorien__card:hover .startseite-kategorien__cta > span {
	transform: translateX(5px);
}

.startseite-kategorien__card:focus-visible {
	outline: 4px solid var(--card-accent);
	outline-offset: 4px;
}

/* Startseite Kennzahlen */

.startseite-zahlen {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 72px 0 0;
	padding: 34px max(6%, calc((100% - 1576px) / 2));
	color: #fff;
	background: #14484C;
	box-sizing: border-box;
}

/* Skip layout and paint work for homepage sections until they approach the viewport. */
.startseite-zahlen,
.startseite-highlightvideo,
.startseite-aktuelles,
.startseite-faq {
	content-visibility: auto;
	contain-intrinsic-size: auto 700px;
}

.startseite-zahlen__liste {
	display: grid;
	grid-template-columns: repeat(4, max-content);
	justify-content: space-between;
	max-width: 1576px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.startseite-zahlen__item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	align-items: center;
	min-width: 0;
	padding: 5px clamp(24px, 3vw, 54px);
	border-radius: 12px;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.startseite-zahlen__item:hover {
	background: rgba(255, 255, 255, 0.05);
	transform: translateY(-2px);
}

.startseite-zahlen__wert {
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
}

.startseite-zahlen__wert small {
	display: block;
	margin-bottom: 3px;
	color: #FDC506;
	font-size: 0.42em;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
}

.startseite-zahlen__item--long-value .startseite-zahlen__wert {
	font-size: clamp(26px, 2.45vw, 38px);
}

.startseite-zahlen__label {
	margin-top: 9px;
	color: #D6E5F1;
	font-size: clamp(13px, 0.95vw, 15px);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.3;
}

.startseite-zahlen__icon {
	grid-column: 2;
	grid-row: 1 / 3;
	width: clamp(48px, 4.2vw, 64px);
	height: clamp(48px, 4.2vw, 64px);
	margin-left: 20px;
	padding: clamp(10px, 0.9vw, 13px);
	background: #FDC506;
	border-radius: 50%;
	box-sizing: border-box;
}

.startseite-zahlen__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(22%) sepia(20%) saturate(1380%) hue-rotate(135deg) brightness(89%) contrast(91%);
}

/* Startseite Aktuelles */

.startseite-aktuelles {
	--aktuelles-inline-space: max(6%, calc((100% - 1576px) / 2));
	position: relative;
	overflow: hidden;
	padding: 90px var(--aktuelles-inline-space) 100px;
	background: #14484C;
	isolation: isolate;
}

.startseite-aktuelles > * {
	position: relative;
	z-index: 1;
}

.startseite-aktuelles__kopf {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	max-width: 1576px;
	margin: 0 auto 42px;
}

.startseite-aktuelles__kopf .aktuelles_headline {
	grid-column: 2;
	margin: 0;
	color: #fff !important;
}

.startseite-aktuelles__weiter span {
	font-size: 1.35em;
	line-height: 1;
}

.aktuelles {
	display: flex;
	padding: 0 10%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.aktueller_beitrag {
	width: 45%;
}

.aktueller_beitrag_img {
	width: 100%;
	height: 250px;
	background-size: cover;
	margin-bottom: 20px;
}

.startseite-aktuelles__liste {
	--aktuelles-card-width: calc((100% - 84px) / 4);
	--aktuelles-card-gap: 28px;
	--aktuelles-edge-space: 0px;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: var(--aktuelles-card-gap);
	max-width: 1576px;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 4px 0 18px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.startseite-aktuelles__liste::before,
.startseite-aktuelles__liste::after {
	display: none;
	flex: 0 0 var(--aktuelles-edge-space);
	content: "";
}

.startseite-aktuelles__liste::-webkit-scrollbar {
	display: none;
}

.startseite-aktuelles__karte {
	display: flex;
	flex: 0 0 var(--aktuelles-card-width);
	flex-direction: column;
	width: auto;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e2e8ec;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(3, 24, 26, 0.24);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	scroll-snap-align: center;
	scroll-snap-stop: always;
}

.startseite-aktuelles__karte:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(3, 24, 26, 0.32);
}

.startseite-aktuelles__bild-link {
	display: block;
	overflow: hidden;
}

.startseite-aktuelles__karte .aktueller_beitrag_img {
	height: 210px;
	margin: 0;
	transition: transform 0.35s ease;
}

.startseite-aktuelles__karte:hover .aktueller_beitrag_img {
	transform: scale(1.025);
}

.startseite-aktuelles__inhalt {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px 26px 26px;
}

.startseite-aktuelles__inhalt time {
	margin-bottom: 8px;
	color: #6b7e8e;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.startseite-aktuelles__inhalt h3 {
	margin: 0 0 8px;
	font-size: 21px;
	line-height: 1.35;
}

.startseite-aktuelles__inhalt h3 a {
	color: #1f3950;
}

.startseite-aktuelles__auszug {
	margin-bottom: 22px;
	line-height: 1.6;
}

.startseite-aktuelles__weiter {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	color: #26567A !important;
	font-weight: 700;
}

.startseite-aktuelles__weiter:hover {
	color: #4CBDED !important;
}

.startseite-aktuelles__mehr-card {
	position: relative;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: 100%;
	padding: 30px;
	color: #14484C !important;
	background: #F6A304;
	border-color: #F6A304;
	isolation: isolate;
}

.startseite-aktuelles__mehr-card::before,
.startseite-aktuelles::after,
.startseite-faq__cta::after {
	position: absolute;
	z-index: -1;
	width: 170px;
	height: 170px;
	border: 76px solid;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.startseite-aktuelles__mehr-card::before {
	top: -161px;
	left: -161px;
	border-color: #D6E5F1;
}

.startseite-aktuelles__mehr-card::after {
	position: absolute;
	right: 22px;
	bottom: -72px;
	z-index: -1;
	width: 125px;
	height: 78%;
	background: url("gfx/Turm_Outline_wolkenblau.svg") right bottom / contain no-repeat;
	content: "";
	opacity: 0.25;
	pointer-events: none;
}

.startseite-aktuelles::after {
	bottom: -161px;
	left: -161px;
	border-color: var(--menu-mono-color, #F6A304);
}

.startseite-aktuelles__mehr-kicker {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.startseite-aktuelles__mehr-titel {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.25;
}

.startseite-aktuelles__mehr-pfeil {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-top: 24px;
	color: #fff;
	background: #14484C;
	border-radius: 50%;
	font-size: 25px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.startseite-aktuelles__mehr-card:hover {
	color: #14484C !important;
	background: #FDC506;
	border-color: #FDC506;
}

.startseite-aktuelles__mehr-card:hover .startseite-aktuelles__mehr-pfeil {
	transform: translateX(5px);
}

.startseite-aktuelles__bullets {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 8px;
}

.startseite-aktuelles__bullet {
	width: 9px;
	height: 9px;
	padding: 0;
	background: rgba(255, 255, 255, 0.38);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transition: width 0.2s ease, background-color 0.2s ease;
}

.startseite-aktuelles__bullet.is-active {
	width: 28px;
	background: #fff;
}

.startseite-aktuelles__bullet:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.startseite-aktuelles__bild-link:focus-visible,
.startseite-aktuelles__weiter:focus-visible,
.startseite-aktuelles__inhalt h3 a:focus-visible,
.startseite-aktuelles__inhalt h2 a:focus-visible,
.startseite-aktuelles__mehr-card:focus-visible {
	outline: 3px solid #4CBDED;
	outline-offset: 4px;
}

/* Aktuelles Archiv */

.aktuelles-archiv {
	min-height: 60vh;
	padding: clamp(72px, 7vw, 110px) max(6%, calc((100% - 1576px) / 2)) clamp(90px, 8vw, 130px);
	color: #fff;
	background: #14484C;
	box-sizing: border-box;
}

.aktuelles-archiv__kopf {
	max-width: 1576px;
	margin: 0 auto 44px;
	text-align: center;
}

.aktuelles-archiv__kopf > span {
	display: block;
	margin-bottom: 9px;
	color: #F6A304;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.aktuelles-archiv__kopf h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 4vw, 58px);
	line-height: 1.1;
	text-transform: uppercase;
}

.aktuelles-archiv__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 2.2vw, 34px);
	max-width: 1576px;
	margin: 0 auto;
}

.aktuelles-archiv__karte {
	flex: none;
	width: 100%;
	min-height: 520px;
	border-radius: 16px;
}

.aktuelles-archiv__karte .startseite-aktuelles__bild-link {
	background: #26567A;
}

.aktuelles-archiv__karte .aktueller_beitrag_img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	aspect-ratio: 16 / 10;
	background-color: #26567A;
	background-position: center;
	background-size: cover;
}

.aktuelles-archiv__karte .aktueller_beitrag_img--leer {
	background: #26567A;
}

.aktuelles-archiv__karte .startseite-aktuelles__inhalt {
	min-height: 245px;
	box-sizing: border-box;
}

.aktuelles-archiv__karte .startseite-aktuelles__inhalt h2 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 10px;
	font-size: clamp(21px, 1.8vw, 27px);
	line-height: 1.28;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.aktuelles-archiv__karte .startseite-aktuelles__inhalt h2 a {
	color: #1f3950;
}

.aktuelles-archiv__karte .startseite-aktuelles__auszug {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 24px;
	color: #576b7a;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.aktuelles-archiv__leer {
	max-width: 1576px;
	margin: 0 auto;
	padding: 40px;
	color: #14484C;
	background: #fff;
	border-radius: 16px;
	text-align: center;
}

.aktuelles-archiv__pagination {
	max-width: 1576px;
	margin: 52px auto 0;
}

.aktuelles-archiv__pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aktuelles-archiv__pagination li {
	margin: 0;
}

.aktuelles-archiv__pagination a.page-numbers,
.aktuelles-archiv__pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	color: #14484C;
	background: #fff;
	border: 1px solid rgba(214, 229, 241, 0.9);
	border-radius: 999px;
	font-weight: 700;
	line-height: 1;
	box-sizing: border-box;
}

.aktuelles-archiv__pagination span.page-numbers.current {
	background: #F6A304;
	border-color: #F6A304;
}

.aktuelles-archiv__pagination a.page-numbers:hover {
	color: #14484C;
	background: #D6E5F1;
}

.aktuelles-archiv__pagination a.page-numbers:focus-visible {
	outline: 3px solid #4CBDED;
	outline-offset: 3px;
}

@media only screen and (max-width: 1100px) {
	.aktuelles-archiv__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 680px) {
	.aktuelles-archiv {
		padding: 64px 6% 80px;
	}

	.aktuelles-archiv__kopf {
		margin-bottom: 30px;
	}

	.aktuelles-archiv__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.aktuelles-archiv__pagination {
		margin-top: 36px;
	}

	.aktuelles-archiv__karte {
		min-height: 0;
	}
}

/* Einzelne Beitragsseite */

.single-beitrag {
	background: #fff;
}

.single-beitrag__hero {
	padding: clamp(40px, 4vw, 62px) max(6%, calc((100% - 1576px) / 2));
	color: #fff;
	background: #14484C;
}

.single-beitrag__hero-inner {
	max-width: 1576px;
	margin: 0 auto;
}

.single-beitrag__kopf {
	min-width: 0;
}

.single-beitrag__breadcrumbs {
	margin-bottom: clamp(24px, 2.5vw, 38px);
}

.single-beitrag__breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	list-style: none;
}

.single-beitrag__breadcrumbs li {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.single-beitrag__breadcrumbs li:not(:last-child)::after {
	margin-left: 9px;
	color: rgba(214, 229, 241, 0.55);
	content: "/";
}

.single-beitrag__breadcrumbs a {
	color: #D6E5F1;
}

.single-beitrag__breadcrumbs a:hover {
	color: #FDC506;
}

.single-beitrag__breadcrumbs span[aria-current="page"] {
	display: block;
	overflow: hidden;
	max-width: min(38vw, 420px);
	color: rgba(255, 255, 255, 0.72);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-beitrag__kopf > time {
	display: block;
	margin-bottom: 14px;
	color: #F6A304;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.single-beitrag__kopf h1 {
	width: 100%;
	max-width: none;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.06;
	text-wrap: balance;
}

.single-beitrag__artikel {
	padding: clamp(48px, 5vw, 76px) max(6%, calc((100% - 1576px) / 2)) clamp(68px, 7vw, 105px);
}

.single-beitrag__inhalt {
	max-width: 1576px;
	margin: 0 auto;
}

.single-beitrag__content {
	color: #40586a;
	font-size: clamp(17px, 1.35vw, 19px);
	line-height: 1.8;
}

.single-beitrag__content > :first-child {
	margin-top: 0;
}

.single-beitrag__content > :last-child {
	margin-bottom: 0;
}

.single-beitrag__content h2,
.single-beitrag__content h3,
.single-beitrag__content h4 {
	margin: 1.8em 0 0.65em;
	color: #1f3950;
	line-height: 1.25;
	text-wrap: balance;
}

.single-beitrag__content h2 {
	font-size: clamp(28px, 3vw, 40px);
}

.single-beitrag__content h3 {
	font-size: clamp(23px, 2.3vw, 31px);
}

.single-beitrag__content p,
.single-beitrag__content ul,
.single-beitrag__content ol {
	margin-top: 0;
	margin-bottom: 1.35em;
}

.single-beitrag__content a {
	color: #26567A;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #4CBDED;
	text-underline-offset: 3px;
}

.single-beitrag__content img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}

.single-beitrag__content .wp-block-file {
	margin: 2em 0;
}

.single-beitrag__content .single-beitrag__pdf-preview {
	display: block;
	overflow: hidden;
	width: min(100%, 820px);
	margin: 0 0 18px;
	background: #edf5f9;
	border: 1px solid #D6E5F1;
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(31, 57, 80, 0.12);
	text-decoration: none;
}

.single-beitrag__content .single-beitrag__pdf-preview-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
}

.single-beitrag__content .single-beitrag__pdf-preview:hover {
	border-color: #4CBDED;
	box-shadow: 0 16px 38px rgba(31, 57, 80, 0.18);
}

.single-beitrag__content .single-beitrag__pdf-preview:focus-visible {
	outline: 3px solid #4CBDED;
	outline-offset: 4px;
}

.single-beitrag__content .wp-block-file__button {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 17px;
	background: #14484C;
	border-radius: 999px;
	text-decoration: none;
}

.single-beitrag__content blockquote {
	margin: 2em 0;
	padding: 22px 26px;
	color: #1f3950;
	background: #edf5f9;
	border-left: 6px solid #4CBDED;
	border-radius: 0 14px 14px 0;
}

.single-beitrag__seiten {
	display: flex;
	gap: 8px;
	margin-top: 40px;
}

.single-beitrag__footer {
	margin-top: clamp(52px, 7vw, 84px);
	padding-top: 28px;
	border-top: 1px solid #D6E5F1;
}

.single-beitrag__footer a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	color: #fff;
	background: #14484C;
	border-radius: 999px;
	font-weight: 700;
}

.single-beitrag__footer a:hover {
	color: #14484C;
	background: #F6A304;
}

.single-beitrag__footer a:focus-visible,
.single-beitrag__breadcrumbs a:focus-visible {
	outline: 3px solid #4CBDED;
	outline-offset: 4px;
}

@media only screen and (max-width: 680px) {
	.single-beitrag__hero {
		padding: 38px 6% 44px;
	}

	.single-beitrag__breadcrumbs {
		margin-bottom: 24px;
	}

	.single-beitrag__breadcrumbs span[aria-current="page"] {
		max-width: 42vw;
	}

	.single-beitrag__artikel {
		padding: 42px 6% 68px;
	}

	.single-beitrag__content blockquote {
		padding: 18px 20px;
	}
}

/* Startseite Highlightvideo */

.startseite-highlightvideo {
	padding: 72px 6% 115px;
	background: #fff;
}

.startseite-highlightvideo__inner {
	max-width: 1576px;
	margin: 0 auto;
}

.startseite-highlightvideo__kopf {
	margin-bottom: 42px;
	text-align: center;
}

.startseite-highlightvideo__kopf span {
	display: block;
	margin-bottom: 8px;
	color: #F6A304;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.startseite-highlightvideo__kopf h2 {
	margin: 0;
	color: #26567A;
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
}

.startseite-highlightvideo__player {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #071516;
	border: 1px solid rgba(20, 72, 76, 0.18);
	border-radius: 18px;
	box-shadow: 0 20px 50px rgba(20, 63, 56, 0.18);
}

.startseite-highlightvideo__player iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.startseite-highlightvideo__consent {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: clamp(24px, 5vw, 64px);
	color: #fff;
	background:
		radial-gradient(circle at 20% 10%, rgba(246, 163, 4, 0.22), transparent 38%),
		linear-gradient(135deg, #143f38 0%, #0a292c 100%);
	text-align: center;
	cursor: pointer;
}

.startseite-highlightvideo__play {
	position: relative;
	display: block;
	width: 72px;
	height: 72px;
	margin-bottom: 22px;
	background: #FDC506;
	border-radius: 50%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
	transition: transform 0.2s ease;
}

.startseite-highlightvideo__consent:hover .startseite-highlightvideo__play {
	transform: scale(1.06);
}

.startseite-highlightvideo__play::after {
	position: absolute;
	top: 50%;
	left: 52%;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #14484C;
	content: "";
	transform: translate(-50%, -50%);
}

.startseite-highlightvideo__consent h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(22px, 2.5vw, 32px);
	line-height: 1.3;
}

.startseite-highlightvideo__consent p {
	max-width: 660px;
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.6;
}

.startseite-highlightvideo__consent p a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.startseite-highlightvideo__consent-button {
	padding: 12px 20px;
	color: #14484C;
	background: #FDC506;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.startseite-highlightvideo__consent-button:hover {
	background: #fff;
	transform: translateY(-2px);
}

.startseite-highlightvideo__consent-button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.startseite-highlightvideo__player.is-loading::after {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 24px;
	height: 24px;
	border: 3px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	content: "";
	animation: highlightvideo-loading 0.8s linear infinite;
}

@keyframes highlightvideo-loading {
	to {
		transform: rotate(360deg);
	}
}

.startseite-highlightvideo__playlist {
	display: none;
}

@media only screen and (min-width: 1101px) {
	.startseite-highlightvideo__layout {
		display: grid;
		grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr);
		align-items: stretch;
		gap: 24px;
		aspect-ratio: 2.38 / 1;
	}

	.startseite-highlightvideo__layout .startseite-highlightvideo__player {
		height: 100%;
		aspect-ratio: auto;
	}

	.startseite-highlightvideo__playlist {
		position: relative;
		display: flex;
		min-width: 0;
		max-height: 100%;
		overflow: hidden;
		flex-direction: column;
		padding: 24px 10px 14px 24px;
		color: #fff;
		background: #14484C;
		border-radius: 18px;
		box-shadow: 0 20px 50px rgba(20, 63, 56, 0.16);
		isolation: isolate;
	}

	.startseite-highlightvideo__playlist-turm {
		position: absolute;
		right: 22px;
		bottom: -72px;
		z-index: 0;
		width: auto;
		height: 82%;
		opacity: 0.18;
		pointer-events: none;
	}

	.startseite-highlightvideo__playlist-kopf {
		position: relative;
		z-index: 1;
		display: flex;
		flex-direction: column;
		gap: 3px;
		padding: 0 12px 18px 0;
	}

	.startseite-highlightvideo__playlist-kopf span {
		color: #FDC506;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0.09em;
		text-transform: uppercase;
	}

	.startseite-highlightvideo__playlist-kopf strong {
		font-size: 19px;
		line-height: 1.35;
	}

	.startseite-highlightvideo__playlist-items {
		position: relative;
		z-index: 1;
		display: flex;
		min-height: 0;
		overflow-y: auto;
		flex: 1;
		flex-direction: column;
		gap: 12px;
		padding-right: 8px;
		scroll-snap-type: y proximity;
		scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
		scrollbar-width: thin;
	}

	.startseite-highlightvideo__instagram {
		padding: 0;
		background: transparent;
		box-shadow: none;
	}

	.startseite-highlightvideo__instagram-content {
		position: relative;
		z-index: 1;
		display: flex;
		min-height: 0;
		flex: 1;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		gap: 18px;
		overflow: hidden;
		background:
			radial-gradient(circle at 20% 10%, rgba(246, 163, 4, 0.22), transparent 38%),
			linear-gradient(135deg, #143f38 0%, #0a292c 100%);
		border: 1px solid rgba(20, 72, 76, 0.18);
		border-radius: 18px;
		box-sizing: border-box;
		box-shadow: 0 20px 50px rgba(20, 63, 56, 0.18);
	}

	.startseite-highlightvideo__instagram-content:not(:has(iframe)) {
		padding: 24px;
		box-sizing: border-box;
	}

	.startseite-highlightvideo__instagram-content p {
		max-width: 320px;
		margin: 0 auto;
		color: rgba(255, 255, 255, 0.76);
		font-size: 13px;
		line-height: 1.6;
		text-align: center;
	}

	.startseite-highlightvideo__instagram-content p a {
		color: #fff;
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.startseite-highlightvideo__instagram-content h3 {
		margin: 0;
		color: #fff;
		font-size: clamp(20px, 1.65vw, 27px);
		line-height: 1.25;
		text-align: center;
	}

	.startseite-highlightvideo__instagram-consent-icon {
		display: grid;
		width: 64px;
		height: 64px;
		margin: 0 auto 4px;
		color: #14484C;
		background: #FDC506;
		border-radius: 50%;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
		place-items: center;
	}

	.startseite-highlightvideo__instagram-button {
		width: auto;
		align-self: center;
		padding: 12px 20px;
		color: #14484C;
		background: #FDC506;
		border: 0;
		border-radius: 999px;
		font: inherit;
		font-weight: 700;
		cursor: pointer;
		transition: background-color 0.2s ease, transform 0.2s ease;
	}

	.startseite-highlightvideo__instagram-button:hover {
		background: #fff;
		transform: translateY(-2px);
	}

	.startseite-highlightvideo__instagram-button:focus-visible {
		outline: 3px solid #fff;
		outline-offset: 4px;
	}

	.startseite-highlightvideo__instagram-icon {
		position: relative;
		display: block;
		width: 23px;
		height: 23px;
		border: 2px solid currentColor;
		border-radius: 6px;
		box-sizing: border-box;
		flex: 0 0 auto;
	}

	.startseite-highlightvideo__instagram-icon::before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 7px;
		height: 7px;
		border: 2px solid currentColor;
		border-radius: 50%;
		box-sizing: border-box;
		content: "";
		transform: translate(-50%, -50%);
	}

	.startseite-highlightvideo__instagram-icon::after {
		position: absolute;
		top: 3px;
		right: 3px;
		width: 3px;
		height: 3px;
		background: currentColor;
		border-radius: 50%;
		content: "";
	}

	.startseite-highlightvideo__instagram-content iframe {
		display: block;
		width: 100%;
		height: 100%;
		min-height: 0;
		background: #fff;
		border: 0;
		border-radius: 18px;
	}

	.startseite-highlightvideo__instagram-content.is-loading::after {
		position: absolute;
		right: 18px;
		bottom: 18px;
		z-index: 2;
		width: 24px;
		height: 24px;
		border: 3px solid rgba(20, 72, 76, 0.25);
		border-top-color: #14484C;
		border-radius: 50%;
		content: "";
		animation: highlightvideo-loading 0.8s linear infinite;
		pointer-events: none;
	}

	.startseite-highlightvideo__loading {
		color: rgba(255, 255, 255, 0.7);
		font-size: 13px;
	}

	.startseite-highlightvideo__playlist-item {
		display: grid;
		grid-template-columns: minmax(120px, 46%) minmax(0, 1fr);
		align-items: center;
		gap: 12px;
		width: 100%;
		min-height: 96px;
		padding: 10px;
		color: #fff;
		background: rgba(255, 255, 255, 0.06);
		border: 1px solid transparent;
		border-radius: 10px;
		font: inherit;
		text-align: left;
		cursor: pointer;
		scroll-snap-align: start;
		transition: background-color 0.2s ease, border-color 0.2s ease;
	}

	.startseite-highlightvideo__playlist-item:hover,
	.startseite-highlightvideo__playlist-item.is-active {
		background: rgba(255, 255, 255, 0.14);
		border-color: rgba(253, 197, 6, 0.68);
	}

	.startseite-highlightvideo__playlist-item:focus-visible {
		outline: 3px solid #FDC506;
		outline-offset: 2px;
	}

	.startseite-highlightvideo__playlist-item img {
		display: block;
		width: 100%;
		aspect-ratio: 16 / 9;
		object-fit: cover;
		border-radius: 7px;
	}

	.startseite-highlightvideo__playlist-item span {
		display: flex;
		min-width: 0;
		flex-direction: column;
		gap: 2px;
	}

	.startseite-highlightvideo__playlist-item small {
		color: rgba(255, 255, 255, 0.66);
		font-size: 10px;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.startseite-highlightvideo__playlist-item strong {
		font-size: 13px;
		line-height: 1.35;
	}
}

.startseite-highlightvideo__loading.is-error {
	color: #ffd0d0;
}

@media (prefers-reduced-motion: reduce) {
	.startseite-aktuelles__liste {
		scroll-behavior: auto;
	}

	.startseite-aktuelles__karte,
	.startseite-aktuelles__karte .aktueller_beitrag_img,
	.startseite-zahlen__item,
	.startseite-kategorien__card,
	.startseite-kategorien__card::before,
	.startseite-kategorien__cta > span,
	.startseite-camps__cta > a,
	.startseite-highlightvideo__play,
	.startseite-faq__item,
	.startseite-faq__icon,
	.startseite-faq__icon::before,
	.startseite-faq__icon::after {
		transition: none;
	}
}

/* Startseite FAQ */

.startseite-faq {
	--faq-inline-space: max(6%, calc((100% - 1576px) / 2));
	padding: 64px var(--faq-inline-space) 70px;
	background: linear-gradient(180deg, #f4f8fb 0%, #fff 100%);
}

.startseite-faq__inner {
	max-width: 1576px;
	margin: 0 auto;
}

.startseite-faq__kopf {
	max-width: 680px;
	margin: 0 auto 28px;
	text-align: center;
}

.startseite-faq__kopf h2 {
	margin: 0;
	color: #26567A;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
}

.startseite-faq__kopf p {
	max-width: 620px;
	margin: 8px auto 0;
	color: #607485;
	font-size: 17px;
	line-height: 1.65;
	text-align: center;
}

.startseite-faq__inhalt {
	display: block;
}

.startseite-faq__cta {
	display: none;
}

.startseite-faq__liste {
	display: grid;
	gap: 8px;
}

.startseite-faq__item {
	overflow: hidden;
	background: #fff;
	border: 1px solid #dfe8ee;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(31, 57, 80, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.startseite-faq__item:hover {
	border-color: #c5d7e2;
	box-shadow: 0 10px 28px rgba(31, 57, 80, 0.1);
	transform: translateY(-2px);
}

.startseite-faq__item.active {
	border-color: #b8d2e2;
	box-shadow: 0 12px 32px rgba(31, 57, 80, 0.11);
}

.startseite-faq__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 14px;
	padding: 13px 18px;
	border: 0;
	background: transparent;
	color: #1f3950;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
}

.startseite-faq__toggle:hover {
	color: #4CBDED;
}

.startseite-faq__toggle:focus-visible {
	outline: 3px solid #4CBDED;
	outline-offset: -3px;
}

.startseite-faq__icon {
	position: relative;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	background: #edf5f9;
	border: 1px solid #c8dce8;
	border-radius: 50%;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.startseite-faq__icon::before,
.startseite-faq__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: #26567A;
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.startseite-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.startseite-faq__item.active .startseite-faq__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.startseite-faq__item.active .startseite-faq__icon {
	background: #26567A;
	border-color: #26567A;
}

.startseite-faq__item.active .startseite-faq__icon::before,
.startseite-faq__item.active .startseite-faq__icon::after {
	background: #fff;
}

.startseite-faq__antwort {
	max-width: 790px;
	padding: 0 54px 16px 18px;
	color: #576b7a;
	font-size: 14px;
	line-height: 1.55;
}

.startseite-faq__antwort-link {
	display: table;
	margin-top: 8px;
	color: #26567A;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.startseite-faq__antwort-link:hover {
	color: #4CBDED;
}

.startseite-faq__antwort-link:focus-visible {
	outline: 3px solid #4CBDED;
	outline-offset: 4px;
}

/* Startseite Instagram */

.startseite-instagram {
	position: relative;
	overflow: hidden;
	padding: 0 max(6%, calc((100% - 1576px) / 2)) 110px;
	background: #fff;
	isolation: isolate;
}

.startseite-instagram::after {
	position: absolute;
	bottom: -161px;
	left: -161px;
	z-index: 0;
	width: 170px;
	height: 170px;
	border: 76px solid #D6E5F1;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.startseite-instagram__inner {
	position: relative;
	z-index: 1;
	max-width: 1576px;
	margin: 0 auto;
}

.startseite-instagram__kopf {
	margin: 0 auto 32px;
	text-align: center;
}

.startseite-instagram__kopf h2 {
	margin: 0;
	color: #26567A;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.2;
	text-transform: uppercase;
}

.startseite-instagram__feed {
	min-height: 1px;
}

.startseite-instagram__feed .spotlight-instagram-feed img {
	border-radius: 12px;
}

.startseite-instagram__dummies {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.startseite-instagram__dummy {
	position: relative;
	display: grid;
	overflow: hidden;
	aspect-ratio: 1;
	place-items: end start;
	padding: 16px;
	background: #14484C;
	border-radius: 12px;
	box-sizing: border-box;
}

.startseite-instagram__dummy::before {
	position: absolute;
	top: -38%;
	right: -34%;
	width: 92%;
	aspect-ratio: 1;
	border: 18px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
}

.startseite-instagram__dummy > span {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.startseite-instagram__dummy--2 {
	background: #26567A;
}

.startseite-instagram__dummy--3 {
	background: #FDC506;
}

.startseite-instagram__dummy--3 > span {
	color: rgba(20, 72, 76, 0.7);
}

.startseite-instagram__dummy--3::before {
	border-color: rgba(20, 72, 76, 0.16);
}

@media only screen and (max-width: 780px) {
	.startseite-instagram {
		padding-bottom: 80px;
	}

	.startseite-instagram__kopf {
		margin-bottom: 24px;
	}

	.startseite-instagram__dummies {
		grid-template-columns: none;
		grid-auto-columns: calc((100% - 20px) / 3);
		grid-auto-flow: column;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 10px;
		scroll-snap-type: x mandatory;
		scrollbar-color: #26567A rgba(38, 86, 122, 0.12);
		scrollbar-width: thin;
	}

	.startseite-instagram__dummy {
		scroll-snap-align: start;
	}

	.startseite-instagram__feed .FeedGridLayout__grid {
		grid-template-columns: none !important;
		grid-auto-columns: calc((100% - 20px) / 3);
		grid-auto-flow: column;
		gap: 10px !important;
		overflow-x: auto;
		padding-bottom: 10px;
		scroll-snap-type: x mandatory;
		scrollbar-color: #26567A rgba(38, 86, 122, 0.12);
		scrollbar-width: thin;
	}

	.startseite-instagram__feed .FeedGridLayout__cell {
		scroll-snap-align: start;
	}
}

@media only screen and (min-width: 1101px) {
	.startseite-faq__inhalt {
		display: grid;
		grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
		align-items: stretch;
		gap: clamp(32px, 4vw, 60px);
	}

	.startseite-faq__cta {
		position: relative;
		display: flex;
		overflow: hidden;
		flex-direction: column;
		align-items: flex-start;
		min-height: 0;
		padding: 32px;
		color: #fff;
		background: #14484C;
		border-radius: 18px;
		box-shadow: 0 14px 34px rgba(20, 72, 76, 0.18);
		isolation: isolate;
	}

	.startseite-faq__turm {
		position: absolute;
		right: 18px;
		bottom: -50px;
		z-index: 0;
		width: auto;
		height: min(86%, 420px);
		opacity: 0.3;
		pointer-events: none;
	}

	.startseite-faq__cta > :not(.startseite-faq__turm) {
		position: relative;
		z-index: 1;
	}

	.startseite-faq__cta::after {
		right: -161px;
		top: -161px;
		bottom: auto;
		border-color: #F6A304;
	}

	.startseite-faq__cta-kicker {
		margin-bottom: 18px;
		color: #FDC506;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.startseite-faq__cta h3 {
		margin: 0 0 14px;
		color: #fff;
		font-size: 28px;
		line-height: 1.3;
	}

	.startseite-faq__cta p {
		margin: 0 0 28px;
		color: rgba(255, 255, 255, 0.82);
		line-height: 1.65;
	}

	.startseite-faq__cta a {
		display: inline-flex;
		align-items: center;
		gap: 12px;
		margin-top: auto;
		padding: 11px 18px;
		color: #14484C !important;
		background: #FDC506;
		border-radius: 999px;
		font-weight: 700;
		transition: background-color 0.2s ease, transform 0.2s ease;
	}

	.startseite-faq__cta a:hover {
		background: #fff;
		transform: translateX(3px);
	}

	.startseite-faq__cta a:focus-visible {
		outline: 3px solid #FDC506;
		outline-offset: 4px;
	}
}

/* Categorie */

.cat_anchor {
	height: 50vh;
	width: 100%;
	background: #fff;
	display: table;
}

.cat_anchor .headline {
	margin: 0px;
	font-size: 40px;
	margin-bottom: 40px;
}

.div_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    padding: 0% 10%;
    line-height: 280%;
}

.div_cell a {
	font-size: 20px;
	margin-right: 40px;
	display: inline-block;
}

.karte_anfahrt {
	width: 100%;
	height: 600px;
}

#mapid {
	width: 100%;
	height: 100%;
}

.header_img.single {
	height: 70vh;
	width: 100%;
	background-size: cover;
}

.wp-block-image img {
	height: auto;
}

.showSingle {
    background-color: #333;
    color: #fff !important;
    padding: 10px;
    width: 100%;
	display: flex;
	align-items: center;
    margin-bottom: 2px;
	border: 0;
	font: inherit;
	text-align: left;
}

.faq-toggle {
	cursor: pointer;
}

.faq_link {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
}

.faq_arrow {
	position: relative;
	display: block;
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	margin: 0 8px 0 auto;
}

.faq_arrow::after {
	position: absolute;
	inset: 1px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: rotate(-45deg);
	transition: transform 0.2s ease;
}

.faq_title.active .faq_arrow::after {
	transform: rotate(45deg);
}

.pakete {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
}

.paket {
	width: 30%;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
    margin-right: 1%;
    margin-left: 1%;
}

.paket h3 {
	padding-top: 0px;
	margin-top: 0px;
}

.anmeldung_submit {
	background-color: var(--flag-teamer);
	border: 0px;
	font-size: 15px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}

.anmeldung_submit:hover {
	cursor: pointer;
	filter: brightness(1.12);
}

.table {
	display: table;
	width: 100%;
}

.table_tr {
	display: table-row;
}

.table_td, .table_th {
	width: 50%;
	display: table-cell;
    padding: 10px;
    background-color: #efefef;
    border-bottom: 4px solid #fff;
}

.table_th {
	font-weight: bold;
}

.table_td input {
	width: 100%;
	font-size: 14px;
	height: 24px;
}

.steps {
	margin-top: 30px;
}


@media only screen and
(max-width:1220px) {

	.wp-block-columns.has-3-columns {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.wp-block-columns.has-3-columns .wp-block-column {
		flex-basis: 45% !important;
		margin-left:0px !important;
	}

	.pakete {
		flex-wrap: wrap;
	}

	.paket {
		width: 49%;
	}

}

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

#front_slider {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 1;
  height: auto;
  overflow: hidden;
  transition: opacity .4s ease;

}

/* Reserve the hero space immediately and show only the LCP slide before the
 * carousel has initialized. This prevents the header from jumping open. */
#front_slider:not(.sy-list) li.slide:not(:first-child) {
	display: none;
}

.sy-loaded #front_slider {
	opacity: 1;
	height: auto;
}

#front_slider li.slide {
  margin: 0;
  padding: 0;
}

#front_slider img.slider-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Keep category carousels at the first slide's reserved height while Slippry
 * replaces the original list with its wrappers. All later slides are cropped
 * into the same stable frame instead of shifting the page. */
.header_img--slider-reserved {
	overflow: hidden;
}

.header_img--slider-reserved > .sy-box,
.header_img--slider-reserved .sy-slides-wrap,
.header_img--slider-reserved .sy-slides-crop,
.header_img--slider-reserved .sy-list,
.header_img--slider-reserved li.slide {
	height: 100%;
}

.header_img--slider-reserved .sy-filler {
	display: none;
}

.header_img--slider-reserved img.slider-img {
	height: 100%;
	object-fit: cover;
}

/* Wenn Slippry fertig */
.header_img .sy-box,
.header_img .sy-slides-wrap,
.header_img .sy-list {
	margin-bottom: 0;
}

.header_img .sy-box {
	position: relative;
}

.header_img .sy-pager {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	top: auto;
	margin: 0;
	z-index: 20;
}

.sy-box.sy-loaded #front_slider {
  transition: opacity 0.3s ease;
}


@media only screen and (max-width: 1100px) {
	.startseite-camps__grid {
		grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	}

	.startseite-kategorien__card {
		min-height: 390px;
	}

	.startseite-kategorien__inhalt {
		padding: 28px;
	}

	.startseite-zahlen__liste {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.startseite-zahlen__item {
		padding: 18px 22px;
		background: rgba(255, 255, 255, 0.05);
	}

	.startseite-aktuelles__liste {
		--aktuelles-card-width: min(78%, 640px);
		--aktuelles-edge-space: calc(50% - min(39%, 320px) - var(--aktuelles-card-gap));
	}

	.startseite-aktuelles__liste::before,
	.startseite-aktuelles__liste::after {
		display: block;
	}

	.startseite-aktuelles__bullets {
		display: flex;
	}
}

@media only screen and
(max-width:780px) {
	.startseite-camps {
		width: 100%;
		margin: 0;
		padding: 48px 6%;
	}

	.startseite-camps__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.startseite-camps__intro {
		min-height: 0;
		padding: 0;
	}

	.startseite-camps__cta {
		min-height: 0;
		padding: 0;
		overflow: visible;
		background: transparent;
		border-radius: 0;
		box-shadow: none;
	}

	.startseite-camps__cta > span,
	.startseite-camps__cta h2,
	.startseite-camps__cta ul,
	.startseite-camps__turm {
		display: none;
	}

	.startseite-camps__cta > a {
		margin-top: 0;
		color: #14484C !important;
		background: #F6A304;
	}

	.startseite-camps__cta > a:hover {
		background: #FDC506;
	}

	.startseite-zahlen {
		width: 100%;
		margin-top: 48px;
		padding: 24px 6%;
	}

	.startseite-zahlen__liste {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, max-content));
		justify-content: space-between;
		gap: 12px;
		padding: 0;
	}

	.startseite-zahlen__item {
		display: block;
		max-width: 100%;
		min-height: 94px;
		padding: 18px 14px;
		background: rgba(255, 255, 255, 0.07);
		border-radius: 14px;
	}

	.startseite-zahlen__wert {
		font-size: 34px;
	}

	.startseite-zahlen__item--long-value .startseite-zahlen__wert {
		font-size: 28px;
	}

	.startseite-zahlen__label {
		display: block;
		margin-top: 8px;
		font-size: 12px;
	}

	.startseite-zahlen__icon {
		display: none;
	}

	body {
		font-size: 14px;
	}

	.wp-block-column, .wp-block-columns.has-3-columns .wp-block-column {
		flex-basis: 100% !important;
		margin-left:0px !important;
	}

	h2 {
		font-size: 1.8em;
	}

	.startseite-kategorien {
		padding: 72px 0 12px;
	}

	.startseite-kategorien__kopf {
		margin-bottom: 30px;
	}

	.startseite-kategorien__kopf h2 {
		font-size: 1.8em;
	}

	.startseite-kategorien__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.startseite-kategorien__card {
		min-height: 360px;
	}

	.div_cell {
		padding: 0 5%;
	}

	.aktuelles,
	.footer_body
	{
		flex-wrap: wrap;
	}

	.footer_body .footer_spalte {
		margin: 0;
	}

	.aktueller_beitrag
	{
		width: auto;
	}

	.startseite-aktuelles {
		padding: 64px 0 72px;
	}

	.startseite-aktuelles__kopf {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 16px;
		margin-bottom: 28px;
		text-align: center;
	}

	.startseite-aktuelles__kopf .aktuelles_headline {
		width: 100%;
		text-align: center;
	}

	.startseite-aktuelles__liste {
		--aktuelles-card-width: 92.5%;
		--aktuelles-card-gap: 18px;
		--aktuelles-edge-space: max(0px, calc(3.75% - var(--aktuelles-card-gap)));
		flex-wrap: nowrap;
		gap: var(--aktuelles-card-gap);
		width: 100%;
		max-width: none;
		overscroll-behavior-inline: contain;
		padding: 4px 0 24px;
		scroll-padding-left: 0;
	}

	.startseite-aktuelles__karte {
		flex-basis: var(--aktuelles-card-width);
		height: auto;
	}

	.startseite-aktuelles__karte:hover {
		transform: none;
	}

	.startseite-aktuelles__karte .aktueller_beitrag_img {
		height: 200px;
	}

	.startseite-aktuelles__mehr-card {
		min-height: 430px;
		padding: 28px;
	}

	.startseite-aktuelles__inhalt {
		padding: 22px;
	}

	.startseite-aktuelles__bullets {
		margin-top: 4px;
	}

	.startseite-highlightvideo {
		padding: 72px 6% 80px;
	}

	.startseite-highlightvideo__kopf {
		margin-bottom: 28px;
	}

	.startseite-highlightvideo__kopf h2 {
		font-size: 1.8em;
	}

	.startseite-highlightvideo__player {
		border-radius: 12px;
	}

	.startseite-highlightvideo:not(.is-loaded) .startseite-highlightvideo__player {
		min-height: 310px;
		aspect-ratio: auto;
	}

	.startseite-highlightvideo__consent {
		padding: 22px;
	}

	.startseite-highlightvideo__play {
		width: 52px;
		height: 52px;
		margin-bottom: 14px;
	}

	.startseite-highlightvideo__consent h3 {
		font-size: 20px;
	}

	.startseite-highlightvideo__consent p {
		margin-bottom: 16px;
		font-size: 12px;
	}

	.startseite-highlightvideo__consent-button {
		padding: 10px 16px;
		font-size: 13px;
	}

	.startseite-faq {
		padding-top: 48px;
		padding-bottom: 52px;
	}

	.startseite-faq__kopf {
		margin-bottom: 22px;
	}

	.startseite-faq__kopf h2 {
		font-size: 1.8em;
	}

	.startseite-faq__toggle {
		padding: 14px;
		font-size: 16px;
	}

	.startseite-faq__antwort {
		padding: 0 46px 14px 14px;
	}

	.post {
		padding-bottom: 100px;
	}

	.content.start .div_cell {
		line-height: 180%;
	}

	.paket {
		width: 100%;
		margin-bottom: 20px;
	}

}

@media only screen and
(max-width:490px) {
	.has-medium-font-size {
		font-size: 17px !important;
	}

	.startseite-kategorien__card {
		min-height: 330px;
	}

	.startseite-kategorien__inhalt {
		min-height: 205px;
		padding: 24px;
	}

	.div_cell a {
		display: block;
		margin-right: 0px;
	}

	.post_header_text {
		padding: 0% 4%;
	}

	.category-divider {
		padding: 34px 4%;
	}

	.category-divider--line::before {
		left: calc(4% + 22px);
		right: calc(4% + 22px);
	}

	.category-divider--line::after {
		left: 4%;
		width: 10px;
		height: 10px;
	}

	.category-divider--line .category-divider__inner::after {
		right: 4%;
		width: 10px;
		height: 10px;
	}

	.category-divider__excerpt {
		font-size: 18px;
	}

	.post_header {
		background-repeat: no-repeat !important;
		background-position: center 0px !important;
	}

	.post {
		word-break: break-word;
	}

	.div_cell {
		padding-bottom: 5%;
	}

	.div_cell a	{
		margin-bottom: 20px;
	}

	.cat_anchor .headline {
		margin-top: 40px;
	}

	.table_td, .table_th {
		width: 100%;
		float: left;
	}

	.table_td input {
	    border: 1px solid #cecece;
	}

	.table_td, .table_th {
		float: left;
		width: 100%;
		border: none;
	}

	.table_td {
		border-bottom: 4px solid #fff;
	}

}
