/* ------ */
/* FONTS  */
/* ------ */

/* Roboto Condensed – lokal gehostet (Variable Font, Achse wght 100–900) */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(../fonts/roboto-condensed-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: 'Roboto Condensed';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(../fonts/roboto-condensed-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;
}

/* ------ */
/* GLOBAL */
/* ------ */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* Nur für Screenreader (WordPress-Standardklasse) */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}
/* Skip-Link: erscheint bei Tastaturfokus oben links */
.skip-link:focus {
	position: fixed !important;
	left: 8px;
	top: 8px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 20px;
	overflow: visible;
	clip: auto;
	clip-path: none;
	white-space: normal;
	z-index: 100000;
	background: #FFEF00;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
	outline: 3px solid #14542A;
}
/* Sichtbarer Tastaturfokus: grüner Ring mit gelbem Rand – funktioniert auf hellem und dunklem Grund */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid #14542A;
	outline-offset: 2px;
	box-shadow: 0 0 0 7px #FFEF00;
	border-radius: 2px;
}
/* Buttons ohne Browser-Standardoptik (Hamburger, Trailer, Overlay-Schließen) */
button.btn,
button#menu,
button.overlayer-close {
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	margin: 0;
	font-family: inherit;
	color: inherit;
	cursor: pointer;
}
button#menu,
button.overlayer-close {
	padding: 0;
}
/* Trailer-Button: gleiche Innenabstände wie die Link-Buttons daneben */
button.btn {
	padding: 0 24px;
	line-height: 48px;
}
body {
	line-height: 24px;
	font-size: 16px;
	color: #10455A;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
body,
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0 0 24px 0;
}
p {
	padding: 0 0 24px 0;
}
b, strong {
	font-weight: 700;
}
a {
	color: #14542A;
	text-decoration: none;
}
a:hover {
	color: #14542A;
	text-decoration: underline;
}
/* Links im Fließtext müssen auch ohne Farbe erkennbar sein (WCAG 1.4.1): Unterstreichung in Gelb */
article:not(.box) p a:not(.btn),
article:not(.box) li a:not(.btn),
article:not(.box) td a,
.ez-toc-list a {
	text-decoration: underline;
	text-decoration-color: #FFC600;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
article:not(.box) p a:not(.btn):hover,
article:not(.box) li a:not(.btn):hover,
article:not(.box) td a:hover,
.ez-toc-list a:hover {
	text-decoration-thickness: 3px;
}
a img {
	border: none;
}
*.clear {
	clear: both;
}
/*---------*/
/* !ALIGN  */
/*---------*/
.alignright {
	padding: 0;
	margin: 0 0 0 24px;
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	padding: 0;
	margin: 0 24px 0 0;
	display: inline;
	float: left;
}
/*---------*/
/* !SCALE  */
/*---------*/
*.scale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
*.scale:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
/*--------------*/
/* !TRANSITION  */
/*--------------*/
*.transition {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*---------*/
/* !ICONS  */
/*---------*/
/* Inline-SVG (inc/icons.php): Größe und Farbe wie ein Font-Icon über font-size / color */
svg.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
	fill: currentColor;
	overflow: visible;
}
/* halber Stern: gefüllte Hälfte über leerem Stern */
.icon-stack {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
}
.icon-stack svg.icon {
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: baseline;
}
/*--------------*/
/* !BORDER BOX  */
/*--------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----------*/
/* !ADDRESS  */
/*-----------*/
address {
	font-style: italic;
	padding: 0 0 24px 0;
}
/*--------*/
/* !MARK  */
/*--------*/
mark {
	background-color: red;
	padding: 0 2px;
}
/*--------------*/
/* !WP CAPTION  */
/*--------------*/
div.wp-caption {
	display: inline-block;
	background: #fff;
	padding: 5px;
	margin-bottom: 24px;
	border: 1px solid #eee;
}
div.wp-caption img {
	max-width: 100%;
	height: auto;
	margin: 0 0 5px 0;
}
div.wp-caption p {
	width: 100%;
	text-align: center;
	padding: 0;
}
/*---------*/
/* !TABLE  */
/*---------*/
table {
	width: 100%;
	margin: 0 0 24px 0;
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
}
table thead,
table tbody,
table tfoot,
table tr {
	width: 100%;
}
table th,
table td {
	text-align: left;
	padding: 5px 7px;
}
table th {
	border-bottom: 1px solid #eee;
}
table tr+tr {
	border-top: 1px solid #eee;
}
table td+td,
table th+th,
table th+td {
	border-left: 1px solid #eee;
}
/*--------*/
/* !LIST  */
/*--------*/
ol,
ul {
	padding: 0 0 24px 40px;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
/*--------------*/
/* !BLOCKQUOTE  */
/*--------------*/
blockquote {
	background: #f5f5f5;
	padding: 24px 24px 0 24px;
	margin: 0 0 24px 0;
}
/*-------------*/
/* !SELECTION  */
/*-------------*/
::selection {
    background: #FFC600;
    color: #000;
}
/*-----------*/
/* !BUTTONS  */
/*-----------*/
*.btn {
	display: table;
	line-height: 48px;
	border-radius: 24px;
	padding: 0 24px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	cursor: pointer;
}
*.btn:hover {
	text-decoration: none;
	box-shadow: 0 4px 8px 0 rgba(46,43,56,0.16), 0 8px 16px 0 rgba(46,43,56,0.08), 0 16px 32px 0 rgba(46,43,56,0.04);
}
*.btn.btn-orange {
    background: linear-gradient(to right, #FFEF00, #FFC600);
    color: #000;
}
*.btn.btn-default {
	background: rgba(255,255,255,.7);
	color: rgb(54, 62, 74);
}
*.btn.center {
	display: table;
	margin: 0 auto;
}
/*-----------*/
/* !CONTENT  */
/*-----------*/
*.content {
	width: 100%;
	max-width: 1448px;
	padding: 0 24px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
*.content::after {
	content: '';
	display: block;
	clear: both;
}
/*----------*/
/* !HEADER  */
/*----------*/
header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 999;
	height: 80px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
}
header.sticky {
	background: rgb(20,84,42);
	background: linear-gradient(45deg, rgba(20,84,42,1) 0%,rgba(28,110,56,1) 100%);
	position: fixed;
}
#menu {
	display: none;
}
header a.logo {
	display: inline-block;
	float: right;
	padding: 16px 0;
}
header a.logo img {
	width: auto;
	height: 50px;
}
/*-------*/
/* !NAV  */
/*-------*/
header nav {
	float: left;
	display: inline-block;
	padding: 8px 0 0 0;
}
header nav ul {
	display: inline-block;
	float: left;
	padding: 0;
}
header nav ul li {
	display: inline-block;
	float: left;
	position: relative;
}
header nav ul li a {
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0 24px;
	line-height: 52px;
	display: inline-block;
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-shadow: 1px 1px 1px rgba(0,0,0,.004);
	position: relative;
}
header nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}
header nav ul li.current-cat a::after,
header nav ul li a:hover::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #FFEF00, #FFC600);
    box-shadow: 0 0 20px 0 #FFEF00;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-image: linear-gradient(to right, #FFEF00, #FFC600);
}
/*-----------*/
/* !SECTION  */
/*-----------*/
section {
	width: 100%;
	position: relative;
	padding: 80px 0;
}
section.nopadding {
	padding: 0;
}
section.center {
	text-align: center;
}
section .sidebar_title {
	display: block;
}
section.negativ {
	color: #fff;
	background: linear-gradient(45deg, rgba(20, 84, 42, 1) 0%, rgba(28,110,56,1) 100%);
	margin-bottom: 80px;
}
section h1,
section h2,
section h3,
section .sidebar_title,
section h4,
section h5,
section h6 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 80px 0;
	padding: 0 0 24px 0;
	position: relative;
	letter-spacing: 2px;
}
section h1 a:hover,
section h2 a:hover,
section h3 a:hover,
section h4 a:hover,
section h5 a:hover,
section h6 a:hover {
	text-decoration: none;
}
section h1.nomargin,
section h2.nomargin,
section h3.nomargin,
section h4.nomargin,
section h5.nomargin,
section h6.nomargin {
	margin: 0;
}
section article h1,
section article h2,
section article h3,
section article h4,
section article h5,
section article h6 {
	margin: 0 0 24px 0;
}
section h1::before,
section h2::before,
section h3::before,
section h4::before,
section h5::before,
section h6::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.05);
}
section h1::after,
section h2::after,
section h3::after,
section h4::after,
section h5::after,
section h6::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100px;
	height: 3px;
	background-image: linear-gradient(to right, #FFEF00, #FFC600);
	box-shadow: 0 0 20px 0 #FFEF00;
}
section.center h1::before,
section.center h2::before,
section.center h3::before,
section.center h4::before,
section.center h5::before,
section.center h6::before {
	left: 50%;
	margin-left: -150px;
	width: 300px;
	max-width: 100%;
}
section.center h1::after,
section.center h2::after,
section.center h3::after,
section.center h4::after,
section.center h5::after,
section.center h6::after {
	left: 50%;
	margin-left: -50px;
}
/*-------*/
/* !TOP  */
/*-------*/
section#top {
	padding: 0;
	height: 80px;	
	background: rgb(20,84,42);
	background: linear-gradient(45deg, rgba(20,84,42,1) 0%,rgba(28,110,56,1) 100%);
}
/*---------*/
/* !POSTS  */
/*---------*/
section.post.center article {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
section.post.column article {
	column-count: 3;
	column-gap: 48px;
}
section.post.column.center article,
section.post.column article {
	text-align: justify;
}
/*----------*/
/* !TEASER  */
/*----------*/
section#teaser {
	width: 100%;
	max-height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	box-shadow: inset 0 4px 8px 0 rgba(46,43,56,0.16), inset 0 8px 16px 0 rgba(46,43,56,0.08), inset 0 16px 32px 0 rgba(46,43,56,0.04);
}
section#teaser div.content {
	display: flex;
	justify-content:center;
	align-content: center;
	align-items: center;
}
section#teaser div.teaser-content {
	max-width: 800px;
	width: 100%;
	margin: 100px 0 64px 0;
}
section#teaser div.teaser-content div.box {
	padding: 24px;
	background: rgba(0,0,0,0.6);
	border-radius: 8px;
	display: inline-block;
	color: #fff;
	box-shadow: inset 0 4px 8px 0 rgba(46,43,56,0.16), inset 0 8px 16px 0 rgba(46,43,56,0.08), inset 0 16px 32px 0 rgba(46,43,56,0.04);
}
section#teaser div.teaser-content div.title {
	width: auto;
	max-width: 70%;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: left;
	color: #FFEF00;
	padding: 0 0 24px 0;
	float: left;
}
section#teaser div.teaser-content div.rating {
	width: auto;
	max-width: 30%;
	float: right;
	color: rgb(237, 204, 96);
	font-size: 14px;
}
section#teaser div.teaser-content div.rating div.stars {
	width: 100%;
	height: 12px;
	line-height: 12px;
}
section#teaser div.teaser-content div.rating div.stars svg.icon {
	font-size: 12px;
}
section#teaser div.teaser-content div.rating div.vote {
	width: 100%;
	text-align: center;
	font-size: 10px;
	height: 12px;
	line-height: 12px;
	padding: 5px 0 0 0;
}
section#teaser div.teaser-content div.flex {
	width: 100%;
	display: flex;
	clear: both;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
}
section#teaser div.teaser-content div.flex div.image {
	flex-grow: 1;
	max-width: 36%;
}
section#teaser div.teaser-content div.flex div.image a {
	display: block;
}
section#teaser div.teaser-content div.flex div.image img {
	height: auto;
	max-height: 100%;
	width: 100%;
	border-radius: 8px;
}
section#teaser div.teaser-content table {
	float: right;
	width: 100%;
	max-width: 64%;
	border: none;
	font-size: 14px;
	margin: 0 0 0 24px;
}
section#teaser div.teaser-content table tr+tr,
section#teaser div.teaser-content table th,
section#teaser div.teaser-content table td+td, 
section#teaser div.teaser-content table th+th, 
section#teaser div.teaser-content table th+td {
	border: none;
}
section#teaser div.teaser-content table tr:nth-child(even) {
	background: rgba(255,255,255,0.05);
}
section#teaser div.teaser-content table th {
	width: 40%;
	padding-right: 0;
	color: #FFEF00;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px
}
section#teaser div.teaser-content table th svg.icon {
	width: 24px;
	text-align: center;
	color: #FFEF00;	
}
section#slider .btn {
	float: right;
	margin: 0 0 0 24px;
	cursor: pointer;
}
section#teaser div.teaser-content table td a {
	color: #fff;
}
section#teaser div.teaser-content .btn {
	float: right;
	margin: 0 0 0 16px;
}
/*-----------*/
/* !ARCHIVE  */
/*-----------*/
section#archive {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
}
section#archive div.articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	width: 100%;
	padding: 0 0 0 0;
}
section#archive div.articles article {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 20%;
	min-width: 20%;
	position: relative;
	overflow: hidden;
}
section#archive div.articles article .image {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	display: block;
}
section#archive div.articles article .image img {
	width: 100%;
	height: auto;
}
section#archive div.articles article div.article-content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    cursor: pointer;
}
section#archive div.articles article div.article-content div.box-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	/* Overlay bleibt im DOM (Screenreader lesen es), liegt aber außerhalb des Kartenausschnitts
	   (article: overflow hidden). hoverdir.js schiebt es per Maus herein, :focus-within per Tastatur. */
	left: -100%;
	top: 0;
}
/* Tastatur: sobald ein Link im Overlay den Fokus hat, Overlay sichtbar machen
   (!important, weil hoverdir.js Positionen als Inline-Style setzt) */
section#archive div.articles article:focus-within div.article-content div.box-hover {
	left: 0 !important;
	top: 0 !important;
	display: block !important;
}
section#archive div.articles article div.article-content div.box-hover a:focus-visible,
header nav ul li a:focus-visible,
footer a:focus-visible {
	outline: 3px solid #FFEF00;
	outline-offset: 2px;
	box-shadow: none;
}
/* Ohne Animation (prefers-reduced-motion): Overlay per CSS-Hover statt hoverdir.js */
@media (prefers-reduced-motion: reduce) {
	section#archive div.articles article:hover div.article-content div.box-hover {
		left: 0 !important;
		top: 0 !important;
		display: block !important;
	}
}
section#archive div.articles article div.article-content div.box-hover div.box-hover-content {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	padding: 24px;	
	background: rgba(20,84,42, 0.85);
	background: linear-gradient(45deg, rgba(20,84,42,0.85) 0%,rgba(28,110,56,0.85) 100%);
    cursor: pointer;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,1);
    display: flex;
}
section#archive div.articles article div.article-content div.box-hover h3 {
	flex: 1 100%;
	padding: 0 0 24px 0;
}
section#archive div.articles article div.article-content div.box-hover h3 a {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
section#archive div.articles article div.article-content div.box-hover h3::before {
	background: rgba(255,255,255,0.1);
}
section#archive div.articles article div.article-content div.box-hover p {
	flex: 1 100%;
	padding: 0;
	margin: 0 0 24px 0;
	max-height: 96px;
	overflow: hidden;
}
section#archive div.articles article div.article-content div.box-hover div.buttons {
	flex: 1 100%;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
}
section#archive div.articles article div.article-content div.box-hover div.buttons a {
	flex-grow: 1;
	flex-basis: 0;
	width: 100%;
	max-width: 50%;
	text-align: center;
	padding: 0;
	text-shadow: none;
	letter-spacing: 0;
}
section#archive div.articles article div.article-content div.box-hover div.buttons a+a {
	margin: 0 0 0 8px;
}
section#archive div.articles article div.article-content div.box-hover div.buttons a.btn-default {
	background: #fff;
}
/*--------*/
/* !NEWS  */
/*--------*/
section#archive.news div.articles {
	width: 100%;
	max-width: 1448px;
	padding: 0 24px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
section#archive.news div.articles article {
	max-width: 100%;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.05);
	display: inline-block;
}
section#archive.news div.articles article+article {
	margin-top: 24px;
}
section#archive.news div.articles article .image {
	width: 400px;
	float: left;
	z-index: 9;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
section#archive.news div.articles article div.article-content {
	background: #fff;
	background-image: none !important;
	z-index: 8;
	padding: 0 400px 0 0;
	position: relative;
	left: auto;
	top: auto;
	height: auto;
	display: block;
}
section#archive.news div.articles article div.article-content div.box-hover {
	display: block;
	position: relative;
	/* News-Karten sind immer aufgeklappt: Versatz der Film-Overlays (left: -100%) zurücksetzen */
	left: 0;
	top: 0;
}
section#archive.news div.articles article div.article-content div.box-hover div.box-hover-content {
	background: none;
	text-align: left;
	text-shadow: none;
	color: #10455A;
	display: block;
	position: relative;
	left: auto;
	top: auto;
	height: auto;
}
section#archive.news div.articles article div.article-content div.box-hover h3 {
	padding-left: 0;
	margin: 0;
}
section#archive.news div.articles article div.article-content div.box-hover h3::before,
section#archive.news div.articles article div.article-content div.box-hover h3::after {
	display: none;
}
section#archive.news div.articles article div.article-content div.box-hover h3 a {
	color: #10455A;	
}
section#archive.news div.articles article div.article-content div.box-hover div.buttons {
	display: inline-block;
	float: left;
}
section#archive.news div.articles article div.article-content div.box-hover div.buttons a {
	padding: 0 24px;
	margin: 0 0 24px 0;
}
/*--------------*/
/* !BREADCRUMB  */
/*--------------*/
#breadcrumb {
	font-size: 12px;
	line-height: 32px;
	color: #5a5a5a;
	padding: 24px 0;
}
#breadcrumb span {
	display: inline-block;
}
#breadcrumb span.arrow {
	padding: 0 8px;
}
#breadcrumb span a {
	color: #5a5a5a;
}
#breadcrumb span a:hover {
	color: #14542A;
}
/*---------------*/
/* !WP PAGENAVI  */
/*---------------*/
div.wp-pagenavi {
	display: table;
	max-width: 100%;
	margin: 24px auto 0 auto;
	text-align: center;
}
div.wp-pagenavi span,
div.wp-pagenavi a {
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.05);
	display: inline-block;
	padding: 0 16px;
	line-height: 40px;
	margin: 0 2px;
	color: #10455A;
	cursor: pointer;
}
div.wp-pagenavi a:hover {
	color: #14542A;
	border-color: #FFC600;
}
div.wp-pagenavi span.current {
	cursor: default;
	background-image: linear-gradient(to right, #FFEF00, #FFC600);
	border-color: #fff;
	color: #000;
}
div.wp-pagenavi span.pages {
	width: 100%;
	border: none;
	margin: 0 0 16px 0;
	cursor: default;
	color: #5a5a5a;
}
/*----------*/
/* !SINGLE  */
/*----------*/
/* Desktop: Sidebar links (Bewertung, Inhaltsverzeichnis, Kategorien), Artikel rechts.
   Die DOM-Reihenfolge ist Inhaltsverzeichnis > Artikel > Bewertung > Kategorien
   (Lesereihenfolge für Mobil und Screenreader); das Grid ordnet sie auf dem Desktop um. */
section#single div.content div.flex {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
	/* Zeilen 1+2 auf Inhaltshöhe, Zeile 3 nimmt die Resthöhe des Artikels auf */
	grid-template-rows: max-content max-content 1fr;
	grid-template-areas:
		"rating article"
		"toc    article"
		"more   article";
	column-gap: 80px;
	align-items: start;
}
section#single div.content div.flex article {
	grid-area: article;
	min-width: 0;
}
section#single div.content div.flex.single-column {
	display: block;
}
section#single div.content div.flex.single-column article {
	max-width: 70%;
}
section#single div.content div.flex aside.sidebar-rating {
	grid-area: rating;
}
section#single div.content div.flex aside.sidebar-toc {
	grid-area: toc;
}
section#single div.content div.flex aside.sidebar-more {
	grid-area: more;
}
/*-----------*/
/* !FILMBOX  */
/*-----------*/
section div.filmbox {
	width: 100%;
	align-content: stretch;
	align-items: stretch;
	margin: 0 0 24px 0;
	position: relative;
	padding: 24px;
    background: linear-gradient(45deg, rgba(20,84,42,1) 0%,rgba(28,110,56,1) 100%);
    box-shadow: 0 4px 8px 0 rgba(46,43,56,0.16), 0 8px 16px 0 rgba(46,43,56,0.08), 0 16px 32px 0 rgba(46,43,56,0.04);
	border-radius: 8px;
}
section div.filmbox div.content {
	width: 100%;
	display: flex;
	align-content: stretch;
	align-items: stretch;
	margin: 0 0 0 0;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
}
section div.filmbox div.content::after {
	content: '';
	clear: both;
	display: block;
}
section div.filmbox div.content+p {
	padding: 24px 0 0 0;
}
section div.filmbox div.left,
section div.filmbox div.right {
	width: 30%;
	flex: 1 30%;
	flex-grow: 1;
	float: left;
}
section div.filmbox div.right {
	flex: 1 70%;
	width: 70%;
	padding: 0 0 0 24px;
}
section div.filmbox div.right a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #FFEF00;
	text-underline-offset: 3px;
}
section div.filmbox div.left div.aawp {
	height: auto !important;
	display: inline-block;
	float: left;
}
.aawp .aawp-product--horizontal {
	margin: 0;
	border: none;
	background: none;
	height: 100%;
	position: relative;
	padding: 0 !important;
	display: inline-block;
	float: left;
}
.aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__thumb {
	width: 90%;
	height: 75%;
	max-width: 100%;
	display: block;
	float: none;
	position: absolute;
	left: 5%;
	top: 24px;
	overflow: hidden;
}
.aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__thumb a {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.aawp .aawp-product--horizontal .aawp-product__image {
	max-height: 100% !important;
	border-radius: 8px;
	overflow: hidden;
	max-width: 100%;
	margin: 0;
	width: auto;
	height: auto;
	display: table;
	margin: 0 auto;
}
.aawp .aawp-product--horizontal .aawp-product__thumb {
	position: relative;
	float: left;
	width: 100% !important;
}
.aawp .aawp-product--horizontal .aawp-product__thumb p {
	display: none;
}
.aawp .aawp-product--horizontal .aawp-product__footer {
	display: table;
	margin: 0 auto;
	float: none;
	text-align: center;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	padding: 0 16px;
}
.aawp .aawp-product--horizontal .aawp-product__footer a {
	font-size: 12px;
	padding: 0;
	left: 0;
	width: 100%;
}
section div.filmbox div.right table {
	font-size: 14px;
	border: none;
	margin: 0;
}
section div.filmbox div.right table th,
section div.filmbox div.right table td {
	border: none;
	padding: 10px;
}
section div.filmbox div.right table th {
	min-width: 200px;
	color: #FFEF00;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;	
}
section div.filmbox div.right table td {
	color: #fff;
}
section div.filmbox div.right table tr+tr {
	border-color: rgba(255,255,255,0.2);
}
section div.filmbox div.right table tr+tr th,
section div.filmbox div.right table tr+tr td {
}
section div.filmbox div.right table tr th svg.icon {
	width: 24px;
	text-align: center;
	color: #FFEF00;
}
.aawp .aawp-button.aawp-button--green, .aawp-button.aawp-button--green {
	background-color: rgb(54, 62, 74) !important;
	border: none !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 16px;
}
.aawp .aawp-button.aawp-button--green:hover, .aawp-button.aawp-button--green:hover, .aawp .aawp-button.aawp-button--green:focus, .aawp-button.aawp-button--green:focus {
	border: none !important;
	background-color: rgb(20, 84, 42) !important;
}
div.amz.box .aawp .aawp-button.aawp-button--green, .aawp-button.aawp-button--green {
	background-color: rgb(28, 110, 56) !important;
}
div.amz.box .aawp .aawp-button.aawp-button--green:hover, .aawp-button.aawp-button--green:hover {
	background-color: rgb(20, 84, 42) !important;
}
/*---------*/
/* !ASIDE  */
/*---------*/
section#single div.content div.flex aside {
	min-width: 0;
}
section#single div.content div.flex aside .sidebar_title, 
section#single div.content div.flex aside h3 {
	margin: 0;
	padding-bottom: 24px;
	font-size: 14px;
	font-weight: bolder;
}
section#single div.content div.flex aside ul {
	padding: 0 0 40px 0;
}
section#single div.content div.flex aside ul li {
	list-style: none;
	position: relative;
}
section#single div.content div.flex aside ul li a {
	width: 100%;
	display: inline-block;
	color: #5a5a5a;
	font-size: 14px;
	line-height: 32px;
	padding: 0 0 0 16px;
}
section#single div.content div.flex aside ul li a svg.icon {
	position: absolute;
	left: 0;
	top: 11px;
	font-size: 10px;
	color: #FFC600;
}
section#single div.content div.flex aside ul li a:hover {
	color: #14542A;
	text-decoration: none;
	padding-left: 24px;
}
section#single div.content div.flex aside ul li a:hover svg.icon {
	left: 8px;
}

section#single div.content div.flex aside ul li .nafets-stars_table {
	display: none;
}

section#single div.content div.flex aside ul li div#rating {
    width: 180px;
    margin: 5px auto 0 auto;
}
section#single div.content div.flex aside ul li .nafets-stars_hide {
    padding-top: 5px;
    font-size: 13px;
    text-align: center;
    display: block;
}
section#single div.content div.flex aside ul li .nafets-stars_hide span[itemprop="worstRating"] {
    display: none;
}
section#single div.content div.flex aside ul li div.share {
    width: 100%;
    padding-top: 5px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
section#single div.content div.flex aside ul li div.share a {
    width: 90px;
    line-height: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px 10px 3px 10px;
    font-size: 12px;
    color: #FFF !important;
    border-radius: 4px;
    white-space: nowrap;
    display: block;
}
section#single div.content div.flex aside ul li div.share a.facebook {
    background: #3B5998;
}
section#single div.content div.flex aside ul li div.share a.twitter {
    background: #1B6FA8;
}
section#single div.content div.flex aside ul li div.share a.whatsapp {
    background: #075E54;
}
section#single div.content div.flex aside ul li div.share a.mail {
    background: #5F5F5F;
}
section#single div.content div.flex aside ul li div.share a svg.icon {
    margin-right: 5px;
    font-size: 14px;
    color: #FFF;
    position: relative;
    left: auto;
    top: auto;
}

/*-----------*/
/* !TRAILER  */
/*-----------*/
div.trailer {
	margin: 0 0 24px 0;
}
/*----------*/
/* !FOOTER  */
/*----------*/
footer {
	width: 100%;
	background: rgb(20,84,42);
	background: linear-gradient(45deg, rgba(20,84,42,1) 0%,rgba(28,110,56,1) 100%);
	color: #fff;
	text-align: center;
	padding: 40px 0;
	font-size: 12px;
}
footer p {
	padding: 0;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #FFEF00;
}

/* ------------ */
/* TOC - Plugin */
/* ------------ */

.ez-toc-title {
	padding: 0;
}

.ez-toc-list {
	padding: 0 0 40px 0;
}

.ez-toc-list-level-3 {
	padding: 0 0 0 15px!important;
}

a.ez-toc-link {
	transition: all 0.3s linear;
}

a.ez-toc-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 10px;
	height: 10px;
	background-color: #fbbd61;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E") no-repeat center / contain;
}

/*-------------*/
/* !OVERLAYER  */
/*-------------*/
div#overlayer {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	background: rgba(20,84,42, 0.92);
    background: linear-gradient(45deg, rgba(20,84,42,0.92) 0%,rgba(28,110,56,0.92) 100%);
	display:none;
}
div#overlayer.active {
	display:table;
}
div#overlayer div.overlayer-bg {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	cursor:pointer;
}
div#overlayer .overlayer-close.cross {
	position:absolute;
	right:24px;
	top:24px;
	z-index:2;
	color:#fff;
	font-size: 32px;
	line-height: 1;
	padding: 8px 12px;
}
#overlayer .overlayer-close.cross:focus-visible {
	outline: 3px solid #FFEF00;
	outline-offset: 2px;
	box-shadow: none;
}
div#overlayer div.overlayer-content {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	position:relative;
}
div#overlayer div.overlayer-content div.overlayer-box {
	display:table;
	margin:0 auto;
	max-width:1440px;
	width:90%;
	height:80%;
}
div#overlayer div.overlayer-content div.overlayer-box div.overlayer-box-content {
	border-radius:8px;
	box-shadow:0 4px 8px 0 rgba(46,43,56,0.16),0 8px 16px 0 rgba(46,43,56,0.08),0 16px 32px 0 rgba(46,43,56,0.04);
	overflow:hidden;
	display:table;
	margin:0 auto;
	width:auto;
	background:#fff;
	width:100%;
	max-width:90%;
	height:100%;
	z-index:9;
	position:relative;
}
div#overlayer div.overlayer-content div.overlayer-box div.overlayer-box-content iframe {
	height:100%!important;
	width:100%;
	position:absolute;
	left:0;
	top:0;
}







/*----------*/
/* !Laptop  */
/*----------*/
@media (max-width: 1200px) {
	section#archive div.articles article div.article-content div.box-hover div.box-hover-content {
		padding: 8px;
	}
	section#archive div.articles article div.article-content div.box-hover h3 {
		padding: 0 0 12px 0;
		margin: 0 0 12px 0;
		font-size: 16px;
		line-height: 20px;
	}
	section#archive div.articles article div.article-content div.box-hover div.buttons a+a,
	section#archive div.articles article div.article-content div.box-hover div.buttons a.btn {
		font-size: 12px;
		letter-spacing: 0px;
	}
}
/*-------------*/
/* !iPad Quer  */
/*-------------*/
@media (max-width: 1024px) {
}
/*-------------*/
/* !iPad Hoch  */
/*-------------*/
@media (max-width: 768px) {
	section#teaser {
		max-height: none;
	}
	section#teaser div.teaser-content div.flex {
		display: block;
	}
	section#teaser div.teaser-content div.title,
	section#teaser div.teaser-content table {
		width: 100%;
		max-width: 100%;
	}
	section#teaser div.teaser-content div.flex div.image {
		display: table;
		margin: 0 auto;
	}
	section#teaser div.teaser-content .btn {
		margin-top: 16px;
	}
	section#archive div.articles article {
		max-width: 50%;
		min-width: 50%;
	}
	section#archive.news div.articles article .image {
		width: 40%;
	}
	section#archive.news div.articles article div.article-content {
		padding: 0 0 0 40%;
	}
	section#archive.news div.articles article div.article-content div.box-hover div.box-hover-content {
		padding: 16px;
	}
	/* Mobil: eine Spalte in DOM-Reihenfolge (Inhaltsverzeichnis, Artikel, Bewertung, Kategorien) */
	section#single div.content div.flex {
		display: block;
	}
	section#single div.content div.flex article,
	section#single div.content div.flex aside,
	section#single div.content div.flex.single-column article {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	section#single div.content div.flex aside.sidebar-rating,
	section#single div.content div.flex aside.sidebar-more {
		padding-top: 40px;
	}
}
/*---------------*/
/* !iPhone Quer  */
/*---------------*/
@media (max-width: 600px) {
	header nav {
		position: fixed;
		left: 0;
		top: -200%;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: rgb(20,84,42);
		background: linear-gradient(45deg, rgba(20,84,42,1) 0%,rgba(28,110,56,1) 100%);
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		float: none;
		padding: 0;
		/* geschlossen: nicht per Tab erreichbar */
		visibility: hidden;
	}
	header nav.active {
		top: 0;
		visibility: visible;
	}
	header nav ul {
		float: none;
		display: block;
		width: 100%;
	}
	header nav ul li {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
	}
	#menu {
		display: block;
		position: fixed;
		left: 24px;
		top: 24px;
		width: 30px;
		height: 30px;
		z-index: 999;
	}
	#menu:focus-visible {
		outline: 3px solid #FFEF00;
		outline-offset: 4px;
		box-shadow: none;
	}
	#menu span {
		background: linear-gradient(to right, #FFEF00, #FFC600);
		box-shadow: 0 0 20px 0 #FFEF00;
		width: 100%;
		display: block;
		height: 2px;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		position: absolute;
		left: 0;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	#menu span:nth-child(1) {
		top: 0;
	}
	#menu span:nth-child(2) {
		top: 7px;
	}
	#menu span:nth-child(3) {
		top: 14px;
	}
	#menu span:nth-child(4) {
		top: 21px;
	}
	#menu.active span:nth-child(1),
	#menu.active span:nth-child(4) {
		opacity: 0;
	}
	#menu.active span:nth-child(2) {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 10px;
	}
	#menu.active span:nth-child(3) {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 10px;
	}
	section#teaser div.teaser-content table th {
		width: 50%;
	}
	section#archive div.articles article {
		max-width: 100%;
		min-width: 100%;
		padding: 24px 12px;
	}
	section#archive div.articles article div.article-content,
	section#archive div.articles article div.article-content div.box-hover,
	section#archive div.articles article div.article-content div.box-hover div.box-hover-content {
		position: relative !important;
		left: inherit !important;
		top: inherit !important;
		display: block !important;
		height: auto !important;
		background: rgb(20,84,42) !important;
		background: linear-gradient(45deg, rgba(20,84,42,1) 0%,rgba(28,110,56,1) 100%) !important;
		clear: both;
	}
	section#archive div.articles article div.article-content div.box-hover div.box-hover-content {
		padding: 24px;
	}
	section#archive div.articles article .image {
		display: inline-block;
		float: left;
		position: relative;
		z-index: 99;
		
	}
	section#archive div.articles article .image img {
		float: left;
		display: inline-block;
	}
	section#archive.news div.articles article {
		border: none;
		padding: 0;
	}
	section#archive.news div.articles article .image {
		width: 80px;
		height: 60px;
		border-radius: 8px;
	}
	section#archive.news div.articles article div.article-content {
		padding: 0 80px 0 0;
	}
	section#archive.news div.articles article div.article-content,
	section#archive.news div.articles article div.article-content div.box-hover,
	section#archive.news div.articles article div.article-content div.box-hover div.box-hover-content {
		background: none !important;
	}
	section#archive.news div.articles article div.article-content div.box-hover div.box-hover-content {
		padding: 0 0 0 24px;
	}
	section#archive.news div.articles article div.article-content div.box-hover div.buttons {
		float: left;
	}
	section div.filmbox div.content {
		display: block;
	}
	.aawp .aawp-product--horizontal .aawp-product__thumb,
	.aawp .aawp-product--horizontal,
	section div.filmbox div.left div.aawp {
		float: none;
	}
	section div.filmbox div.left div.aawp{
		margin: 0 auto;
		display: table;
	}
	section div.filmbox div.left,
	section div.filmbox div.right {
		width: 100%;
		flex: 1 100%;
		float: none;
	}

}
/*---------------*/
/* !iPhone Hoch  */
/*---------------*/
@media (max-width: 324px) {
}

/*---------------*/
/* !TYPOGRAFIE   */
/*---------------*/
/* Ehemals inline in functions.php (Priorität wp_head 100). Die !important-Regeln sind bewusst
   beibehalten, weil die Customizer-Werte (dynamic-typography, inline) sie gezielt überschreiben. */
/* Verbesserte Lesbarkeit - Schriftgrößen */
body {
    font-size: 18px !important; /* Von 16px auf 18px */
    line-height: 1.6 !important; /* Verbesserte Zeilenhöhe */
}

/* Artikel-Content größer */
section#single article,
section.post article p {
    font-size: 19px !important;
    line-height: 1.7 !important;
}

/* Headlines etwas größer */
section h1, section h2, section h3 {
    font-size: 28px !important; /* Von 24px auf 28px */
    line-height: 1.3 !important;
}

/* Artikel-Titel auf Einzelseiten */
section#single h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
}

/* Archiv-Titel in Boxen */
section#archive h3 a {
    font-size: 20px !important; /* Von Standard auf 20px */
    line-height: 1.4 !important;
}

/* Teaser-Titel größer */
section#teaser .title {
    font-size: 36px !important; /* Von 30px auf 36px */
    line-height: 1.2 !important;
}

/* NAVIGATION - Hauptmenü größer */
header nav ul li a {
    font-size: 16px !important; /* Von 14px auf 16px */
    letter-spacing: 2px !important; /* Etwas reduziert für bessere Lesbarkeit */
}

/* SIDEBAR - Verbesserungen */
section#single aside .sidebar_title {
    font-size: 16px !important; /* Von 14px auf 16px */
    font-weight: 700 !important;
    line-height: 28px !important; /* wie vor der Umstellung auf <h2> */
}

section#single aside ul li a {
    font-size: 16px !important; /* Von 14px auf 16px */
    line-height: 36px !important; /* Mehr Platz zwischen Links */
}

/* Sidebar Kategorien und Links */
aside ul li a {
    font-size: 16px !important;
    line-height: 36px !important;
}

/* Share Buttons in Sidebar */
section#single aside .share a {
    font-size: 14px !important; /* Von 12px auf 14px */
    padding: 8px 12px 6px 12px !important;
}

/* STARTSEITE SPACING-ANPASSUNGEN */
/* section.post.center padding reduzieren */
section.post.center {
    padding: 40px 0 !important; /* Von 80px auf 40px */
}

/* H2 nach section.post.center - margin reduzieren */
section.post.center + section h2,
section.post + section h2 {
    margin: 0 0 25px 0 !important; /* Von 80px auf 25px unten */
}

/* Spezifisch für "Kino News" H2 */
section.post.center.nopadding h2.nomargin {
    margin: 0 0 25px 0 !important;
    padding: 25px 0 !important; /* Etwas Padding für Abstand */
}

/* WEITERE STARTSEITEN-SPACING ANPASSUNGEN */
/* section.negativ margin-bottom reduzieren */
section.negativ {
    margin-bottom: 35px !important; /* Von 80px auf 35px */
}

/* section#archive.news.center padding reduzieren */
section#archive.news.center {
    padding: 35px 0 !important; /* Von 80px auf 35px */
}

/* FILMBOX SCHRIFTGROSSEN-VERBESSERUNGEN */
/* Teaser Filmbox auf Startseite */
section#teaser table {
    font-size: 16px !important; /* Von 14px auf 16px */
}

section#teaser table th {
    font-size: 14px !important; /* Von 12px auf 14px */
}

/* Filmbox in Einzelartikeln */
section div.filmbox div.right table {
    font-size: 16px !important; /* Von 14px auf 16px */
}

section div.filmbox div.right table th {
    font-size: 14px !important; /* Von 12px auf 14px */
}

section div.filmbox div.right table td {
    font-size: 16px !important; /* Explizit für TD-Zellen */
}

/* AAWP Button in Filmboxen */
.aawp .aawp-button.aawp-button--green {
    font-size: 14px !important; /* Von 12px auf 14px */
    padding: 10px 18px !important; /* Etwas mehr Padding */
}

/* Mobile Optimierungen */
@media (max-width: 768px) {
    body {
        font-size: 17px !important;
    }
    
    section#single article,
    section.post article p {
        font-size: 18px !important;
    }
    
    section h1, section h2, section h3 {
        font-size: 26px !important;
    }
    
    section#single h1 {
        font-size: 28px !important;
    }
    
    /* Navigation und Sidebar auf Tablet */
    header nav ul li a {
        font-size: 15px !important;
    }
    
    section#single aside .sidebar_title,
    section#single aside ul li a,
    aside ul li a {
        font-size: 15px !important;
    }
    
    /* Startseite Spacing auf Tablet */
    section.post.center {
        padding: 30px 0 !important; /* Noch kompakter auf Tablet */
    }
    
    section.negativ {
        margin-bottom: 25px !important; /* Kompakter auf Tablet */
    }
    
    section#archive.news.center {
        padding: 25px 0 !important; /* Kompakter auf Tablet */
    }
    
    /* Filmbox Schriftgrößen auf Tablet */
    section#teaser table,
    section div.filmbox div.right table {
        font-size: 15px !important;
    }
    
    section#teaser table th,
    section div.filmbox div.right table th {
        font-size: 13px !important;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 16px !important;
    }
    
    section#single article,
    section.post article p {
        font-size: 17px !important;
    }
    
    /* Mobile Navigation größer */
    header nav ul li a {
        font-size: 18px !important; /* Auf Mobile sogar größer für Touch */
        line-height: 60px !important;
        letter-spacing: 1px !important;
    }
    
    /* Mobile Sidebar */
    section#single aside .sidebar_title {
        font-size: 16px !important;
    }
    
    section#single aside ul li a,
    aside ul li a {
        font-size: 16px !important;
        line-height: 40px !important; /* Größere Touch-Targets */
    }
    
    /* Startseite Spacing auf Mobile */
    section.post.center {
        padding: 20px 0 !important; /* Sehr kompakt auf Mobile */
    }
    
    section.post.center + section h2,
    section.post + section h2,
    section.post.center.nopadding h2.nomargin {
        margin: 0 0 20px 0 !important; /* Noch weniger Abstand auf Mobile */
        padding: 20px 0 !important;
    }
    
    /* Mobile Spacing für negativ und archive sections */
    section.negativ {
        margin-bottom: 20px !important; /* Sehr kompakt auf Mobile */
    }
    
    section#archive.news.center {
        padding: 20px 0 !important; /* Sehr kompakt auf Mobile */
    }
    
    /* Filmbox Schriftgrößen auf Mobile */
    section#teaser table,
    section div.filmbox div.right table {
        font-size: 15px !important; /* Auf Mobile beibehalten für Lesbarkeit */
    }
    
    section#teaser table th,
    section div.filmbox div.right table th {
        font-size: 14px !important; /* Labels auch auf Mobile größer */
    }
    
    section div.filmbox div.right table td {
        font-size: 15px !important;
    }
    
    /* AAWP Buttons auf Mobile */
    .aawp .aawp-button.aawp-button--green {
        font-size: 14px !important;
        padding: 12px 20px !important; /* Noch größere Touch-Targets */
    }
}

/*----------------*/
/* !SUCHERGEBNISSE */
/*----------------*/
ul.search-results {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
}
ul.search-results li {
	list-style: none;
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
ul.search-results li h2 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	text-transform: none;
	letter-spacing: 0;
}
ul.search-results li h2::before,
ul.search-results li h2::after {
	display: none;
}
ul.search-results li p.search-meta {
	font-size: 14px;
	color: #5a5a5a;
	padding: 0 0 8px 0;
}
/* iframes ohne Rahmen (ersetzt das veraltete frameborder-Attribut) */
iframe {
	border: 0;
}

/*--------------------------*/
/* !REDUCED MOTION          */
/*--------------------------*/
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
	}
}

/*---------------*/
/* !SUCHFORMULAR */
/*---------------*/
form#searchform {
	display: flex;
	gap: 8px;
	max-width: 480px;
	margin: 0 0 24px 0;
}
form#searchform input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0 16px;
	line-height: 46px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 24px;
	font: inherit;
	color: inherit;
}
form#searchform input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	padding: 0 24px;
	line-height: 48px;
	border-radius: 24px;
	background: linear-gradient(to right, #FFEF00, #FFC600);
	color: #000;
	font: inherit;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
}
