.tcn-news,
.tcn-single-page {
	--tcn-ink: #17312e;
	--tcn-muted: #5f716d;
	--tcn-green: #167a70;
	--tcn-green-dark: #0f5d56;
	--tcn-green-soft: #e7f4f1;
	--tcn-line: #d9e8e4;
	--tcn-paper: #ffffff;
	--tcn-page: #f5faf8;
	--tcn-shadow: 0 22px 60px rgba(20, 63, 58, 0.12);
	color: var(--tcn-ink);
	font-family: inherit;
}

.tcn-news *,
.tcn-single-page * {
	box-sizing: border-box;
}

body.single-post .mainHeader {
	background: linear-gradient(135deg, #0f5d56 0%, #1b897d 100%) !important;
	box-shadow: 0 10px 28px rgba(13, 82, 75, 0.18);
}

body.single-post .btContentWrap {
	padding-top: 0 !important;
}

body.single-post .tcn-single-page {
	margin-top: 0 !important;
}

body.single-post .mainHeader .topBar {
	background: rgba(8, 58, 54, 0.32) !important;
}

body.single-post .mainHeader .menuPort nav ul li a,
body.single-post .mainHeader .topTools a,
body.single-post .mainHeader .btIconWidgetTitle,
body.single-post .mainHeader .btIconWidgetText,
body.single-post .mainHeader .btIcoHolder em,
body.single-post .mainHeader .btVerticalMenuTrigger,
body.single-post .mainHeader .btHorizontalMenuTrigger {
	color: #ffffff !important;
	opacity: 1 !important;
}

body.single-post .mainHeader .menuPort nav ul li a:hover,
body.single-post .mainHeader .menuPort nav > ul > li.current-menu-item > a {
	color: #d9fff7 !important;
}

body.single-post.btMenuHorizontal .mainHeader .menuPort nav > ul > li.current-menu-item > a,
body.single-post.btMenuHorizontal .mainHeader .menuPort nav > ul > li.current-menu-ancestor > a,
body.single-post.btMenuHorizontal .mainHeader .menuPort nav > ul > li > a[href*="/news/"] {
	box-shadow: 0 -3px 0 0 #ffffff inset !important;
	color: #ffffff !important;
}

body.page-id-548.btMenuHorizontal .mainHeader .menuPort nav > ul > li.current-menu-item > a,
body.page-id-548.btMenuHorizontal .mainHeader .menuPort nav > ul > li.current-menu-ancestor > a,
body.page-id-548.btMenuHorizontal .mainHeader .menuPort nav > ul > li > a[href*="/news/"] {
	box-shadow: 0 -3px 0 0 #ffffff inset !important;
}

.tcn-news {
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(34px, 6vw, 80px) 18px;
}

.tcn-news__hero {
	align-items: end;
	background: linear-gradient(135deg, #0f5d56 0%, #1b897d 100%);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: clamp(28px, 5vw, 56px);
	overflow: hidden;
	padding: clamp(34px, 7vw, 76px);
	position: relative;
}

.tcn-news__hero::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
	bottom: 0;
	content: "";
	height: 1px;
	left: clamp(34px, 7vw, 76px);
	position: absolute;
	right: clamp(34px, 7vw, 76px);
}

.tcn-eyebrow {
	color: var(--tcn-green);
	display: inline-block;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.tcn-news__hero .tcn-eyebrow,
.tcn-single-hero .tcn-eyebrow {
	color: #d8f2ed;
}

.tcn-news__hero h1,
.tcn-single-hero h1 {
	color: inherit;
	font-size: clamp(2.4rem, 6vw, 5.1rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	text-transform: none;
}

.tcn-single-hero h1 {
	font-size: clamp(2.05rem, 4.4vw, 3.65rem);
	line-height: 1.06;
	max-width: 900px;
}

.tcn-news__hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.7;
	margin: 20px 0 0;
	max-width: 660px;
}

.tcn-featured-wrap {
	margin-bottom: clamp(28px, 4vw, 46px);
}

.tcn-news-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tcn-card {
	background: var(--tcn-paper);
	border: 1px solid var(--tcn-line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(21, 70, 64, 0.07);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tcn-card:hover {
	border-color: rgba(22, 122, 112, 0.36);
	box-shadow: var(--tcn-shadow);
	transform: translateY(-3px);
}

.tcn-card--no-image {
	background: linear-gradient(135deg, #ffffff 0%, #f5fbf9 100%);
	position: relative;
}

.tcn-card--no-image::before {
	background: linear-gradient(90deg, var(--tcn-green-dark), #46b3a7);
	content: "";
	display: block;
	height: 5px;
	width: 100%;
}

.tcn-card--featured {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
	min-height: 390px;
}

.tcn-card--featured.tcn-card--no-image {
	display: block;
	min-height: 0;
}

.tcn-card--featured.tcn-card--no-image .tcn-card__body {
	max-width: 760px;
	min-height: 320px;
}

.tcn-card__media {
	background: var(--tcn-green-soft);
	color: inherit;
	display: block;
	min-height: 230px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.tcn-card--featured .tcn-card__media {
	min-height: 390px;
}

.tcn-card__media img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.tcn-card__placeholder {
	align-items: center;
	background: linear-gradient(135deg, #e7f4f1 0%, #f9fcfb 100%);
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: inherit;
	padding: 28px;
	text-align: center;
}

.tcn-card__placeholder span {
	border: 1px solid rgba(22, 122, 112, 0.24);
	border-radius: 999px;
	color: var(--tcn-green-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 10px 14px;
	text-transform: uppercase;
}

.tcn-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.tcn-card--featured .tcn-card__body {
	padding: clamp(30px, 4vw, 52px);
}

.tcn-card--no-image:not(.tcn-card--featured) .tcn-card__body {
	min-height: 300px;
}

.tcn-meta,
.tcn-single-meta {
	align-items: center;
	color: var(--tcn-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.82rem;
	font-weight: 700;
	gap: 10px;
	margin-bottom: 14px;
}

.tcn-meta span,
.tcn-single-meta span {
	background: var(--tcn-green-soft);
	border-radius: 999px;
	color: var(--tcn-green-dark);
	padding: 6px 10px;
}

.tcn-single-meta span {
	background: rgba(255, 255, 255, 0.15);
	color: #d8f2ed;
}

.tcn-card h2 {
	color: var(--tcn-ink);
	font-size: clamp(1.2rem, 2vw, 1.62rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
	text-transform: none;
}

.tcn-card--featured h2 {
	font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.tcn-card h2 a {
	color: inherit;
	text-decoration: none;
}

.tcn-card h2 a:hover {
	color: var(--tcn-green);
}

.tcn-card p {
	color: var(--tcn-muted);
	font-size: 0.98rem;
	line-height: 1.72;
	margin: 16px 0 24px;
}

.tcn-read-more,
.tcn-side-link,
.tcn-back-link {
	align-items: center;
	color: var(--tcn-green-dark);
	display: inline-flex;
	font-weight: 800;
	gap: 10px;
	margin-top: auto;
	text-decoration: none;
}

.tcn-read-more::after,
.tcn-side-link::after,
.tcn-back-link::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 2px;
	width: 28px;
}

.tcn-back-link::before {
	width: 22px;
}

.tcn-read-more:hover,
.tcn-side-link:hover {
	color: var(--tcn-green);
}

.tcn-empty {
	background: var(--tcn-paper);
	border: 1px solid var(--tcn-line);
	border-radius: 8px;
	padding: clamp(28px, 4vw, 48px);
	text-align: center;
}

.tcn-empty h2 {
	color: var(--tcn-ink);
	font-size: 1.35rem;
	margin: 0 0 8px;
}

.tcn-empty p {
	color: var(--tcn-muted);
	margin: 0;
}

.tcn-pagination {
	margin-top: clamp(28px, 5vw, 52px);
}

.tcn-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tcn-pagination a,
.tcn-pagination span {
	align-items: center;
	background: var(--tcn-paper);
	border: 1px solid var(--tcn-line);
	border-radius: 999px;
	color: var(--tcn-ink);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 0 14px;
	text-decoration: none;
}

.tcn-pagination .current,
.tcn-pagination a:hover {
	background: var(--tcn-green);
	border-color: var(--tcn-green);
	color: #fff;
}

.tcn-shell {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 18px;
	width: 100%;
}

.tcn-single-page {
	background: #ffffff;
	margin: 0;
	padding-bottom: clamp(46px, 7vw, 86px);
}

.tcn-single-hero {
	background: linear-gradient(135deg, #0f5d56 0%, #1b897d 100%);
	color: #fff;
	padding: clamp(166px, 13vw, 214px) 0 clamp(64px, 8vw, 112px);
}

.tcn-back-link {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #ffffff !important;
	font-size: 0.98rem;
	margin-bottom: clamp(24px, 4vw, 42px);
	padding: 10px 15px;
}

.tcn-back-link::before {
	background: #ffffff !important;
}

.tcn-back-link:hover,
.tcn-back-link:focus {
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff !important;
}

.tcn-single-meta {
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 18px;
}

.tcn-single-media {
	margin: clamp(-68px, -6vw, -42px) auto 0;
	max-width: 1040px;
	padding: 0 18px;
	position: relative;
	z-index: 2;
}

.tcn-single-media img {
	aspect-ratio: 16 / 8.5;
	border-radius: 8px;
	box-shadow: var(--tcn-shadow);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tcn-single-body {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) 350px;
	margin: clamp(36px, 5vw, 66px) auto 0;
	max-width: 1180px;
	padding: 0 18px;
}

.tcn-single-content,
.tcn-side-box {
	background: var(--tcn-paper);
	border: 1px solid var(--tcn-line);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(21, 70, 64, 0.05);
}

.tcn-single-content {
	font-size: 1.12rem;
	line-height: 1.82;
	padding: clamp(30px, 5vw, 62px);
}

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

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

.tcn-single-content h2,
.tcn-single-content h3,
.tcn-single-content h4 {
	color: var(--tcn-ink);
	letter-spacing: 0;
	text-transform: none;
}

.tcn-single-content p,
.tcn-single-content li {
	color: #263f3a;
}

.tcn-single-content a {
	color: var(--tcn-green-dark);
	font-weight: 700;
}

.tcn-single-content .boldSection,
.tcn-single-content .port,
.tcn-single-content .boldCell,
.tcn-single-content .boldCellInner,
.tcn-single-content .boldRow,
.tcn-single-content .boldRowInner,
.tcn-single-content .rowItem,
.tcn-single-content .rowItemContent {
	max-width: 100%;
	width: auto;
}

.tcn-single-content .port {
	padding-left: 0;
	padding-right: 0;
}

.tcn-single-content .boldSection {
	border-radius: 8px;
	background: transparent !important;
	margin: 0;
}

.tcn-single-content .rowItem.btDoublePadding,
.tcn-single-content .btDoublePadding {
	padding: 0 !important;
}

.tcn-single-content .btText {
	background: transparent !important;
}

.tcn-single-aside {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.tcn-side-box {
	font-size: 1rem;
	padding: 26px;
}

.tcn-side-box h2 {
	color: var(--tcn-ink);
	font-size: 1.32rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 12px;
	text-transform: none;
}

.tcn-side-box p {
	color: var(--tcn-muted);
	font-size: 1rem;
	line-height: 1.72;
	margin: 0 0 18px;
}

.tcn-related-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tcn-related-list li {
	border-top: 1px solid var(--tcn-line);
	padding: 16px 0;
}

.tcn-related-list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.tcn-related-list li:last-child {
	padding-bottom: 0;
}

.tcn-related-list a {
	color: var(--tcn-ink);
	display: block;
	font-weight: 800;
	font-size: 0.98rem;
	line-height: 1.35;
	text-decoration: none;
}

.tcn-related-list a:hover {
	color: var(--tcn-green);
}

.tcn-related-list time {
	color: var(--tcn-muted);
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	margin-top: 6px;
}

.tcn-post-nav {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: clamp(30px, 5vw, 58px) auto 0;
	max-width: 1180px;
	padding: 0 18px;
}

.tcn-post-nav__item {
	background: var(--tcn-paper);
	border: 1px solid var(--tcn-line);
	border-radius: 8px;
	color: var(--tcn-ink);
	display: block;
	padding: 24px;
	text-decoration: none;
}

.tcn-post-nav__item--next {
	text-align: right;
}

.tcn-post-nav__item span {
	color: var(--tcn-green);
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.tcn-post-nav__item strong {
	display: block;
	font-size: 1.05rem;
	line-height: 1.38;
}

.tcn-post-nav__item:hover {
	border-color: rgba(22, 122, 112, 0.36);
	box-shadow: 0 12px 34px rgba(21, 70, 64, 0.08);
	color: var(--tcn-green-dark);
}

.tcn-page-links {
	border-top: 1px solid var(--tcn-line);
	margin-top: 28px;
	padding-top: 20px;
}

body.page-id-548 .btNoMore {
	font-size: 0;
}

body.page-id-548 .btNoMore::after {
	content: "Keine weiteren Beiträge";
	font-size: 13px;
}

body.single-post .nsPrev .nbsDir,
body.single-post .nsNext .nbsDir {
	font-size: 0;
}

body.single-post .nsPrev .nbsDir::after,
body.single-post .nsNext .nbsDir::after {
	font-size: 13px;
}

body.single-post .nsPrev .nbsDir::after {
	content: "Vorheriger Beitrag";
}

body.single-post .nsNext .nbsDir::after {
	content: "Nächster Beitrag";
}

@media (max-width: 980px) {
	.tcn-news__hero,
	.tcn-card--featured,
	.tcn-single-body {
		grid-template-columns: 1fr;
	}

	.tcn-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tcn-card--featured .tcn-card__media {
		min-height: 300px;
	}

	.tcn-card--featured.tcn-card--no-image .tcn-card__body,
	.tcn-card--no-image:not(.tcn-card--featured) .tcn-card__body {
		min-height: 0;
	}

	.tcn-single-aside {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tcn-single-hero h1 {
		font-size: clamp(2rem, 7vw, 3rem);
	}

	.tcn-single-hero {
		padding-top: 136px;
	}

	.tcn-single-body {
		gap: 24px;
	}
}

@media (max-width: 680px) {
	.tcn-news {
		padding-top: 24px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.tcn-news__hero {
		gap: 22px;
		margin-bottom: 24px;
		padding: 26px 22px;
	}

	.tcn-news__hero h1 {
		font-size: clamp(2.35rem, 14vw, 3.4rem);
	}

	.tcn-news__hero p {
		font-size: 0.98rem;
		line-height: 1.6;
		margin-top: 16px;
	}

	.tcn-single-hero {
		padding: 130px 0 62px;
	}

	.tcn-single-hero h1 {
		font-size: clamp(1.95rem, 10vw, 2.65rem);
		line-height: 1.1;
	}

	.tcn-back-link {
		font-size: 0.94rem;
		margin-bottom: 20px;
		padding: 9px 13px;
	}

	.tcn-single-meta {
		font-size: 0.8rem;
		gap: 8px;
	}

	.tcn-single-body {
		margin-top: 28px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.tcn-single-content {
		font-size: 1.05rem;
		line-height: 1.75;
		padding: 24px 22px;
	}

	.tcn-news-grid,
	.tcn-post-nav,
	.tcn-single-aside {
		grid-template-columns: 1fr;
	}

	.tcn-card__media,
	.tcn-card--featured .tcn-card__media {
		min-height: 230px;
	}

	.tcn-card__body,
	.tcn-card--featured .tcn-card__body,
	.tcn-side-box,
	.tcn-post-nav__item {
		padding: 22px;
	}

	.tcn-side-box {
		font-size: 0.98rem;
	}

	.tcn-side-box h2 {
		font-size: 1.2rem;
	}

	.tcn-card h2 {
		font-size: 1.35rem;
	}

	.tcn-card--featured h2 {
		font-size: 1.75rem;
	}

	.tcn-card p {
		line-height: 1.65;
		margin-bottom: 20px;
	}

	.tcn-single-media img {
		aspect-ratio: 4 / 3;
	}

	.tcn-post-nav__item--next {
		text-align: left;
	}
}
