

/* ---------- INDEX / BOARDSTATS ---------- */

.owlstats {
	width: calc(100% - 20px);
	max-width: var(--owlh-content-width, 1120px);
	margin: 34px auto 42px;
	box-sizing: border-box;
	background: var(--owlh-surface);
	border: 1px solid var(--owlh-border-soft);
	box-shadow: 0 8px 24px var(--owlh-shadow);
	color: var(--owlh-text);
}

.owlstats-head {
	padding: 22px 24px 18px;
	background: var(--owlh-surface-raised);
	border-bottom: 1px solid var(--owlh-border-soft);
}

.owlstats-kicker {
	margin-bottom: 5px;
	color: var(--owlh-accent);
	font-size: 9px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.owlstats-title {
	position: relative;
	margin: 0;
	padding-bottom: 10px;
	color: var(--owlh-heading);
	font-family: var(--owlh-font-serif, Georgia, "Times New Roman", serif);
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.15;
}

.owlstats-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 58px;
	height: 1px;
	background: var(--owlh-accent);
}

.owlstats-grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr;
	align-items: stretch;
}

.owlstats-card {
	min-width: 0;
	padding: 20px 22px 22px;
	background: var(--owlh-surface);
	border-right: 1px solid var(--owlh-border-soft);
	color: var(--owlh-text-soft);
	font-size: 12px;
	line-height: 1.7;
}

.owlstats-card:nth-child(2) {
	background: var(--owlh-surface-soft);
}

.owlstats-card:last-child {
	border-right: 0;
}

.owlstats-card-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: var(--owlh-heading);
	font-family: var(--owlh-font-serif, Georgia, "Times New Roman", serif);
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2;
}

.owlstats-card-title::after {
	content: "";
	height: 1px;
	flex: 1 1 auto;
	background: var(--owlh-border);
}

.owlstats-card-title i {
	color: var(--owlh-accent);
	font-size: 12px;
}

.owlstats-card a {
	color: var(--owlh-accent);
	text-decoration: none;
}

.owlstats-card a:hover,
.owlstats-card a:focus {
	color: var(--owlh-accent-hover);
	text-decoration: none;
}

.owlstats-card .smalltext {
	font-size: 12px;
	line-height: 1.7;
}

.owlstats-summary {
	margin-bottom: 10px;
	color: var(--owlh-text);
	font-size: 12px;
	line-height: 1.6;
}

.owlstats-summary strong {
	color: var(--owlh-heading);
	font-family: var(--owlh-font-serif, Georgia, "Times New Roman", serif);
	font-size: 16px;
	font-weight: normal;
}

.owlstats-away {
	max-height: 126px;
	margin-top: 11px;
	padding-right: 8px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--owlh-scroll-thumb) transparent;
}

.owlstats-away::-webkit-scrollbar {
	width: 5px;
}

.owlstats-away::-webkit-scrollbar-track {
	background: transparent;
}

.owlstats-away::-webkit-scrollbar-thumb {
	background: var(--owlh-scroll-thumb);
}

.owlstats-away-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.owlstats-away-list li {
	position: relative;
	margin: 0;
	padding: 7px 0 7px 14px;
	border-bottom: 1px solid var(--owlh-border-soft);
	color: var(--owlh-text-soft);
	font-size: 12px;
	line-height: 1.55;
}

.owlstats-away-list li:last-child {
	border-bottom: 0;
}

.owlstats-away-list li::before {
	content: "—";
	position: absolute;
	left: 0;
	top: 7px;
	color: var(--owlh-accent);
}

.owlstats-away-list strong {
	color: var(--owlh-heading);
	font-weight: 700;
}

.owlstats-line,
.owlstats-online {
	color: var(--owlh-text-soft);
	font-size: 12px;
	line-height: 1.7;
}

.owlstats-online-head {
	margin-bottom: 9px;
	color: var(--owlh-text);
}

.owlstats-online-members {
	padding-top: 9px;
	border-top: 1px solid var(--owlh-border-soft);
}

.owlstats-statlink {
	margin-top: 15px;
	padding-top: 12px;
	border-top: 1px solid var(--owlh-border-soft);
}

.owlstats-statlink a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.owlstats-empty {
	color: var(--owlh-text-muted);
	font-style: italic;
}


/* ---------- FOOTER ---------- */

#footer.owlfooter {
	clear: both;
	width: 100%;
	margin: 44px 0 0;
	padding: 0;
	background: var(--owlh-nav-bg);
	border-top: 1px solid var(--owlh-heading);
	color: var(--owlh-nav-muted);
	font-size: 12px;
	line-height: 1.65;
}

#footer.owlfooter,
#footer.owlfooter * {
	box-sizing: border-box;
}

.owlfooter-shell {
	width: calc(100% - 20px);
	max-width: var(--owlh-content-width, 1120px);
	margin: 0 auto;
	padding: 28px 0 24px;
}

.owlfooter-main {
	display: grid;
	grid-template-columns: minmax(285px, .8fr) minmax(0, 1.35fr);
	min-height: 280px;
	overflow: hidden;
	background: var(--owlh-nav-bg);
	border: 1px solid rgba(255,255,255,.10);
	box-shadow: 0 12px 34px var(--owlh-shadow-deep);
}

/* Das Footerbild nutzt automatisch dieselbe Style-Variable wie der Header. */
.owlfooter-visual {
	position: relative;
	min-height: 280px;
	overflow: hidden;
	background-color: var(--owlh-rust);
	background-image:
		linear-gradient(
			180deg,
			rgba(35,31,27,.10) 0%,
			rgba(35,31,27,.28) 50%,
			rgba(35,31,27,.80) 100%
		),
		var(--owlh-header-image);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:
		center,
		var(--owlh-footer-image-position, 78% center);
}

.owlfooter-visual::after {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(255,255,255,.24);
	pointer-events: none;
}

.owlfooter-visual-copy {
	position: absolute;
	z-index: 2;
	left: 26px;
	right: 26px;
	bottom: 24px;
	color: var(--owlh-hero-text);
}

.owlfooter-kicker {
	display: block;
	margin-bottom: 5px;
	color: var(--owlh-hero-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.owlfooter-brand {
	display: block;
	color: var(--owlh-hero-text);
	font-family: var(--owlh-font-serif, Georgia, "Times New Roman", serif);
	font-size: 34px;
	font-weight: normal;
	font-style: italic;
	line-height: 1;
}

.owlfooter-tagline {
	display: block;
	margin-top: 7px;
	color: var(--owlh-hero-muted);
	font-family: var(--owlh-font-serif, Georgia, "Times New Roman", serif);
	font-size: 13px;
	font-style: italic;
}

.owlfooter-info {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	background: var(--owlh-nav-bg);
}

.owlfooter-section {
	min-width: 0;
	padding: 25px 26px;
	border-right: 1px solid rgba(255,255,255,.10);
}

.owlfooter-section:last-child {
	border-right: 0;
}

.owlfooter-section-title {
	position: relative;
	margin: 0 0 15px;
	padding-bottom: 9px;
	color: var(--owlh-nav-text);
	font-family: var(--owlh-font-serif, Georgia, "Times New Roman", serif);
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2;
}

.owlfooter-section-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 1px;
	background: var(--owlh-accent);
}

.owlfooter-copy {
	color: var(--owlh-nav-muted);
	font-size: 12px;
	line-height: 1.7;
}

#footer.owlfooter a:link,
#footer.owlfooter a:visited {
	color: var(--owlh-hero-muted);
	font-weight: 600;
	text-decoration: none;
}

#footer.owlfooter a:hover,
#footer.owlfooter a:active {
	color: var(--owlh-hero-text);
	text-decoration: none;
}

.owlfooter-links {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.owlfooter-links > a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.owlfooter-links > a:last-child {
	border-bottom: 0;
}

.owlfooter-links i {
	width: 14px;
	color: var(--owlh-accent-soft);
	text-align: center;
}

.owlfooter-theme {
	margin-top: 17px;
	padding-top: 14px;
	border-top: 1px solid rgba(255,255,255,.10);
}

.owlfooter-theme-label {
	display: block;
	margin-bottom: 6px;
	color: var(--owlh-nav-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .10em;
	text-transform: uppercase;
}

.owlfooter-theme select {
	width: 100%;
	max-width: 100%;
	min-height: 34px;
	padding: 6px 8px;
	border: 1px solid rgba(255,255,255,.18);
	background: rgba(255,255,255,.06);
	color: var(--owlh-nav-text);
	font-family: var(--owlh-font-body);
	font-size: 12px;
	outline: 0;
}

.owlfooter-top {
	margin-top: 18px;
}

.owlfooter-top a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 10px;
	border: 1px solid rgba(255,255,255,.16);
	color: var(--owlh-nav-text) !important;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.owlfooter-top a:hover {
	border-color: var(--owlh-accent-soft);
	background: rgba(255,255,255,.06);
}

.owlfooter-copyright #copyright {
	display: block;
}

.owlfooter-disclaimer {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(255,255,255,.08);
	color: var(--owlh-nav-muted);
}

.owlfooter-credits {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 14px;
	margin-top: 12px;
	color: var(--owlh-text-muted);
	font-size: 10px;
	line-height: 1.55;
}

.owlfooter-credits::before {
	content: "Bildnachweise";
	flex-basis: 100%;
	margin-bottom: 2px;
	color: var(--owlh-nav-muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.owlfooter-credits a {
	color: var(--owlh-nav-muted) !important;
	font-weight: 400 !important;
}

.owlfooter-credits a:hover {
	color: var(--owlh-hero-text) !important;
}

.owlfooter-bottomline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(255,255,255,.09);
	color: var(--owlh-text-muted);
	font-size: 10px;
}

.owlfooter-bottomline strong {
	color: var(--owlh-nav-muted);
	font-family: var(--owlh-font-serif, Georgia, "Times New Roman", serif);
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

/* Alte globale Footerregeln neutralisieren */
#footer.owlfooter .lower {
	width: auto;
	padding: 0;
	overflow: visible;
	color: inherit;
	font-size: inherit;
}

#footer.owlfooter .lower a:link,
#footer.owlfooter .lower a:visited,
#footer.owlfooter .lower a:hover,
#footer.owlfooter .lower a:active {
	font-weight: inherit;
}

#footer.owlfooter .wrapper {
	width: auto;
	min-width: 0;
	max-width: none;
	margin: 0;
}


/* ---------- TABLET ---------- */

@media (max-width: 900px) {

	.owlstats-grid {
		grid-template-columns: 1fr 1fr;
	}

	.owlstats-card:first-child {
		grid-column: 1 / -1;
		border-right: 0;
		border-bottom: 1px solid var(--owlh-border-soft);
	}

	.owlstats-card:nth-child(2) {
		border-right: 1px solid var(--owlh-border-soft);
	}

	.owlfooter-main {
		grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
	}

	.owlfooter-info {
		grid-template-columns: 1fr;
	}

	.owlfooter-section {
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.10);
	}

	.owlfooter-section:last-child {
		border-bottom: 0;
	}
}


/* ---------- MOBILE ---------- */

@media (max-width: 700px) {

	.owlstats {
		width: calc(100% - 12px);
		margin: 24px auto 30px;
	}

	.owlstats-head {
		padding: 18px 17px 15px;
	}

	.owlstats-title {
		font-size: 22px;
	}

	.owlstats-grid {
		display: block;
	}

	.owlstats-card,
	.owlstats-card:first-child,
	.owlstats-card:nth-child(2) {
		padding: 17px;
		border-right: 0;
		border-bottom: 1px solid var(--owlh-border-soft);
	}

	.owlstats-card:last-child {
		border-bottom: 0;
	}

	.owlstats-card .smalltext,
	.owlstats-summary,
	.owlstats-line,
	.owlstats-online,
	.owlstats-away-list li {
		font-size: 12.5px;
	}

	#footer.owlfooter {
		margin-top: 30px;
	}

	.owlfooter-shell {
		width: calc(100% - 12px);
		padding: 18px 0;
	}

	.owlfooter-main {
		display: block;
		min-height: 0;
	}

	.owlfooter-visual {
		min-height: 210px;
	}

	.owlfooter-visual-copy {
		left: 21px;
		right: 21px;
		bottom: 20px;
	}

	.owlfooter-brand {
		font-size: 30px;
	}

	.owlfooter-section {
		padding: 20px;
	}

	.owlfooter-copy {
		font-size: 12.5px;
	}

	.owlfooter-bottomline {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}
}


/* ---------- KLEINE SMARTPHONES ---------- */

@media (max-width: 460px) {

	.owlstats {
		width: calc(100% - 8px);
	}

	.owlstats-card {
		padding: 15px 14px;
	}

	.owlfooter-shell {
		width: calc(100% - 8px);
	}

	.owlfooter-visual {
		min-height: 180px;
	}

	.owlfooter-section {
		padding: 18px 16px;
	}

	.owlfooter-credits {
		display: block;
	}
}
