

/* =====================================================
   HEADER GESAMT
===================================================== */

.owlh-header,
.owlh-header * {
	box-sizing: border-box;
}

.owlh-header {
	width: 100%;
	color: var(--owlh-text);
	font-family: Arial, Helvetica, sans-serif;
}

.owlh-header a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}


/* =====================================================
   OBERE NAVIGATION
===================================================== */

.owlh-topbar {
	width: 100%;
	min-height: 46px;
	background: var(--owlh-nav-bg);
	color: var(--owlh-nav-text);
	border-bottom: 1px solid var(--owlh-border-strong);
}

.owlh-topbar-inner {
	width: min(1180px, calc(100% - 50px));
	min-height: 46px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.owlh-brand {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: lowercase;
}

.owlh-brand span {
	color: var(--owlh-accent);
	font-style: italic;
}

.owlh-mainnav {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	flex-wrap: wrap;
	min-height: 46px;
}

.owlh-mainnav a,
.owlh-direct-toggle {
	min-height: 46px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	border: 0;
	border-bottom: 2px solid transparent;
	background: transparent;
	color: var(--owlh-nav-muted);
	font: inherit;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	cursor: pointer;
}

.owlh-mainnav a:hover,
.owlh-direct:hover .owlh-direct-toggle {
	color: var(--owlh-nav-text);
	border-bottom-color: var(--owlh-accent);
}

.owlh-direct {
	position: relative;
}

.owlh-direct-menu {
	position: absolute;
	z-index: 100;
	top: 46px;
	right: 0;
	width: 260px;
	max-height: 440px;
	padding: 16px 18px;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	transform: translateY(5px);
	background: var(--owlh-surface-raised);
	border: 1px solid var(--owlh-border);
	box-shadow: 0 12px 30px var(--owlh-shadow-deep);
	color: var(--owlh-text);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.owlh-direct:hover .owlh-direct-menu,
.owlh-direct:focus-within .owlh-direct-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.owlh-direct-menu .designh5 {
	margin: 10px 0 5px;
	color: var(--owlh-accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
}

.owlh-direct-menu .designh5:first-child {
	margin-top: 0;
}

.owlh-direct-menu a {
	display: block;
	min-height: 0;
	padding: 4px 0;
	border: 0;
	color: var(--owlh-text-soft);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.owlh-direct-menu a:hover {
	color: var(--owlh-accent);
}


/* =====================================================
   ADMIN / MOD LINKS
===================================================== */

.naviambox {
	width: 100%;
	background: var(--owlh-surface-soft);
	border-bottom: 1px solid var(--owlh-border);
	color: var(--owlh-text-soft);
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.naviambox:empty {
	display: none;
}

.naviambox a {
	color: var(--owlh-accent);
}


/* =====================================================
   HEADER WRAPPER
===================================================== */

.owlh-main {
	width: min(1180px, calc(100% - 50px));
	margin: 28px auto 0;
}


/* =====================================================
   HERO
===================================================== */

.owlh-hero {
	position: relative;
	height: clamp(320px, 35vw, 455px);
	overflow: hidden;
	background: var(--owlh-hero-bg);
	border: 8px solid var(--owlh-surface-raised);
	box-shadow: 0 8px 28px var(--owlh-shadow);
}

.owlh-hero {
	background-image:
		var(--owlh-hero-overlay),
		var(--owlh-header-image);

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.owlh-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--owlh-hero-overlay);
	pointer-events: none;
}

.owlh-hero::after {
	content: "";
	position: absolute;
	inset: 22px;
	border: 1px solid var(--owlh-hero-muted);
	opacity: .35;
	pointer-events: none;
}

.owlh-placeholder-label {
	position: absolute;
	top: 34px;
	right: 38px;
	z-index: 2;
	color: var(--owlh-hero-muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	opacity: .75;
}

.owlh-hero-copy {
	position: absolute;
	z-index: 3;
	left: 7%;
	bottom: 12%;
	max-width: 610px;
	color: var(--owlh-hero-text);
}

.owlh-kicker {
	margin: 0 0 8px;
	color: var(--owlh-hero-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.owlh-title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(55px, 7vw, 102px);
	font-weight: normal;
	font-style: italic;
	line-height: .84;
	letter-spacing: -.055em;
	text-transform: lowercase;
}

.owlh-tagline {
	margin: 15px 0 0 5px;
	color: var(--owlh-hero-muted);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: .04em;
}


/* =====================================================
   INFOKARTEN
===================================================== */

.owlh-information {
	position: relative;
	z-index: 5;
	width: calc(100% - 50px);
	margin: -18px auto 0;
	padding: 9px;
	display: grid;
	grid-template-columns: 1fr 1fr .78fr;
	background: var(--owlh-surface-raised);
	border: 1px solid var(--owlh-border);
	box-shadow: 0 8px 25px var(--owlh-shadow);
}

.owlh-card {
	min-width: 0;
	height: 230px;
	padding: 21px 23px;
	overflow: hidden;
	background: var(--owlh-surface);
	border-right: 1px solid var(--owlh-border-soft);
}

.owlh-card:last-child {
	border-right: 0;
}

.owlh-card-title {
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--owlh-heading);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	text-transform: lowercase;
}

.owlh-card-title::after {
	content: "";
	height: 1px;
	flex: 1;
	background: var(--owlh-border);
}

.owlh-card-title span {
	color: var(--owlh-accent);
	font-style: italic;
}

.owlh-card-content {
	height: 165px;
	padding-right: 7px;
	overflow-y: auto;
	color: var(--owlh-text-soft);
	font-size: 11px;
	line-height: 1.65;
	text-align: justify;
}

.owlh-card-content strong,
.owlh-card-content b {
	color: var(--owlh-heading);
}

.owlh-card-content a {
	color: var(--owlh-accent);
	font-weight: 700;
}

.owlh-card-content a:hover {
	color: var(--owlh-accent-hover);
}


/* Scrollbars */

.owlh-card-content,
.owlh-direct-menu {
	scrollbar-width: thin;
	scrollbar-color: var(--owlh-scroll-thumb) var(--owlh-scroll-track);
}

.owlh-card-content::-webkit-scrollbar,
.owlh-direct-menu::-webkit-scrollbar {
	width: 4px;
}

.owlh-card-content::-webkit-scrollbar-track,
.owlh-direct-menu::-webkit-scrollbar-track {
	background: var(--owlh-scroll-track);
}

.owlh-card-content::-webkit-scrollbar-thumb,
.owlh-direct-menu::-webkit-scrollbar-thumb {
	background: var(--owlh-scroll-thumb);
}

.owlh-card-content::-webkit-scrollbar-thumb:hover,
.owlh-direct-menu::-webkit-scrollbar-thumb:hover {
	background: var(--owlh-scroll-hover);
}


/* =====================================================
   QUICKLINKS KARTE
===================================================== */

.owlh-quicklinks {
	height: 165px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-content: start;
	gap: 7px;
}

.owlh-quicklinks a {
	padding: 8px 9px;
	display: block;
	background: var(--owlh-surface-soft);
	border: 1px solid var(--owlh-border-soft);
	color: var(--owlh-text-soft);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.owlh-quicklinks a:hover {
	background: var(--owlh-accent-soft);
	border-color: var(--owlh-accent);
	color: var(--owlh-accent-hover);
}


/* =====================================================
   WELCOME PANEL
===================================================== */

.headwelcome {
	width: min(1080px, calc(100% - 90px));
	margin: 12px auto 28px;
}

.owlh-welcome {
	position: relative;
	padding: 17px 20px;
	background: var(--owlh-surface-raised);
	border: 1px solid var(--owlh-border);
	box-shadow: 0 5px 20px var(--owlh-shadow);
}

.owlh-welcome::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 28px;
	width: 80px;
	height: 3px;
	background: var(--owlh-accent);
}


/* =====================================================
   MEMBER PANEL
===================================================== */

.owlh-member {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 25px;
	align-items: center;
}

.owlh-member-profile {
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 0;
}

.owlh-member-avatar {
	width: 68px;
	height: 68px;
	flex: 0 0 68px;
	padding: 3px;
	overflow: hidden;
	background: var(--owlh-surface-soft);
	border: 1px solid var(--owlh-border);
	border-radius: 50%;
}

.owlh-member-avatar img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 50%;
}

.owlh-member-greeting {
	min-width: 0;
}

.owlh-member-overline {
	margin-bottom: 3px;
	color: var(--owlh-text-muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.owlh-member-name {
	color: var(--owlh-heading);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.05;
}

.owlh-member-name a {
	color: var(--owlh-accent);
}

.owlh-member-meta {
	margin-top: 7px;
	color: var(--owlh-text-muted);
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.owlh-member-meta a:hover {
	color: var(--owlh-accent);
}

.owlh-userlinks {
	display: grid;
	grid-template-columns: repeat(6, minmax(80px, 1fr));
	gap: 6px;
}

.owlh-userlinks > a,
.owlh-userlink-static {
	position: relative;
	min-width: 0;
	min-height: 52px;
	padding: 10px 7px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--owlh-surface-soft);
	border: 1px solid var(--owlh-border-soft);
	color: var(--owlh-text-soft);
	text-align: center;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.owlh-userlinks > a:hover,
.owlh-userlink-static:hover {
	background: var(--owlh-accent-soft);
	border-color: var(--owlh-accent);
	color: var(--owlh-accent-hover);
}

.owlh-userlink-count {
	margin-bottom: 3px;
	color: var(--owlh-accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}

.yourturn_index {
	position: absolute;
	top: -6px;
	right: -4px;
	padding: 3px 5px;
	background: var(--owlh-notice);
	color: var(--owlh-hero-text);
	font-size: 7px;
	line-height: 1;
	letter-spacing: .04em;
	text-transform: uppercase;
}


/* =====================================================
   GAST PANEL
===================================================== */

.owlh-guest {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 25px;
	align-items: center;
}

.owlh-guest-copy {
	max-width: 720px;
}

.owlh-guest-title {
	margin-bottom: 5px;
	color: var(--owlh-heading);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
}

.owlh-guest-text {
	color: var(--owlh-text-soft);
	font-size: 10px;
	line-height: 1.65;
}

.owlh-guest-actions {
	display: flex;
	gap: 6px;
}

.owlh-button {
	padding: 10px 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--owlh-surface-soft);
	border: 1px solid var(--owlh-border);
	color: var(--owlh-text-soft);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.owlh-button:hover {
	border-color: var(--owlh-accent);
	color: var(--owlh-accent);
}

.owlh-button-primary {
	background: var(--owlh-accent);
	border-color: var(--owlh-accent);
	color: var(--owlh-hero-text);
}

.owlh-button-primary:hover {
	background: var(--owlh-accent-hover);
	border-color: var(--owlh-accent-hover);
	color: var(--owlh-hero-text);
}


/* =====================================================
   GAST-GESUCH
===================================================== */

.owlh-wanted {
	margin-top: 14px;
	padding: 13px 16px 2px;
	border-top: 1px solid var(--owlh-border-soft);
	color: var(--owlh-text-soft);
	font-size: 10px;
	line-height: 1.55;
}

.owlh-wanted:empty {
	display: none;
}

.owlh-wanted a {
	color: var(--owlh-accent);
	font-weight: 700;
}

.owlh-wanted a:hover {
	color: var(--owlh-accent-hover);
}


/* =====================================================
   QUICK LOGIN
===================================================== */

#quick_login {
	color: var(--owlh-text);
}

#quick_login .tborder {
	background: var(--owlh-surface-raised);
	border-color: var(--owlh-border);
}

#quick_login .thead {
	background: var(--owlh-nav-bg);
	color: var(--owlh-nav-text);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1000px) {

	.owlh-topbar-inner {
		width: calc(100% - 30px);
	}

	.owlh-main {
		width: calc(100% - 30px);
	}

	.owlh-information {
		width: calc(100% - 20px);
		grid-template-columns: 1fr 1fr;
	}

	.owlh-card:last-child {
		grid-column: 1 / -1;
		height: auto;
		border-top: 1px solid var(--owlh-border-soft);
		border-right: 0;
	}

	.owlh-card:last-child .owlh-quicklinks {
		height: auto;
		grid-template-columns: repeat(4, 1fr);
	}

	.headwelcome {
		width: calc(100% - 50px);
	}

	.owlh-member {
		grid-template-columns: 1fr;
	}

	.owlh-userlinks {
		grid-template-columns: repeat(3, 1fr);
	}
}


@media (max-width: 700px) {

	.owlh-topbar-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
		padding-top: 13px;
	}

	.owlh-mainnav {
		width: 100%;
		justify-content: flex-start;
	}

	.owlh-mainnav a,
	.owlh-direct-toggle {
		padding: 0 8px;
		font-size: 8px;
	}

	.owlh-direct-menu {
		right: auto;
		left: 0;
	}

	.owlh-main {
		margin-top: 15px;
	}

	.owlh-hero {
		height: 340px;
		border-width: 5px;
	}

	.owlh-hero::after {
		inset: 12px;
	}

	.owlh-hero-copy {
		left: 8%;
		right: 8%;
		bottom: 13%;
	}

	.owlh-title {
		font-size: 55px;
	}

	.owlh-information {
		margin-top: 8px;
		padding: 6px;
		display: block;
	}

	.owlh-card {
		height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--owlh-border-soft);
	}

	.owlh-card-content {
		height: 150px;
	}

	.owlh-card:last-child .owlh-quicklinks,
	.owlh-quicklinks {
		grid-template-columns: 1fr 1fr;
	}

	.headwelcome {
		width: calc(100% - 30px);
	}

	.owlh-guest {
		grid-template-columns: 1fr;
	}

	.owlh-guest-actions {
		justify-content: flex-start;
	}

	.owlh-userlinks {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* =====================================================
   HERO
===================================================== */

.owlh-hero {
	position: relative;
	isolation: isolate;

	width: 100%;
	min-height: 430px;

	display: block;

	overflow: hidden;

	background-color: var(--owlh-surface-deep);

	background-image:
		var(--owlh-hero-overlay),
		var(--owlh-header-image);

	background-size:
		cover,
		cover;

	background-position:
		center,
		var(--owlh-header-position);

	background-repeat:
		no-repeat,
		no-repeat;
}


/* feiner Innenrahmen */

.owlh-hero::after {
	content: "";

	position: absolute;
	inset: 22px;

	z-index: 1;

	border: 1px solid var(--owlh-hero-muted);
	opacity: .24;

	pointer-events: none;
}


/* -----------------------------------------------------
   ÄUSSERE KARTENFORM
----------------------------------------------------- */

.owlh-hero-avatar-frame {
	position: absolute;

	left: var(--owlh-header-avatar-x);
	top: var(--owlh-header-avatar-y);

	width: var(--owlh-header-avatar-width);
	height: var(--owlh-header-avatar-height);

	z-index: 2;

	transform: translate(-50%, -50%);

	box-sizing: border-box;

	clip-path: polygon(
		50% 6%,
		100% 44%,
		82.5% 100%,
		17.5% 100%,
		0% 44%
	);

	background: var(--owlh-hero-muted);

	padding: 2px;

	filter: drop-shadow(
		0 5px 8px var(--owlh-shadow-deep)
	);

	pointer-events: none;
}


/* -----------------------------------------------------
   INNERE KARTENFLÄCHE
----------------------------------------------------- */

.owlh-hero-avatar {
	position: relative;

	width: 100%;
	height: 100%;

	box-sizing: border-box;
	overflow: hidden;

	clip-path: polygon(
		50% 6%,
		100% 44%,
		82.5% 100%,
		17.5% 100%,
		0% 44%
	);

	background: var(--owlh-accent);
}

/* -----------------------------------------------------
   AVATARBILD
----------------------------------------------------- */

.owlh-hero-avatar img {
	width: 100% !important;
	height: 100% !important;

	display: block;

	object-fit: cover;
	object-position: var(--owlh-header-avatar-position);

	filter:
		sepia(.16)
		saturate(.68)
		contrast(1.08)
		brightness(.72);
}


/* -----------------------------------------------------
   WARME FARBEBENE
----------------------------------------------------- */

.owlh-hero-avatar::after {
	content: "";

	position: absolute;
	inset: 0;

	background: var(--owlh-accent);

	opacity: .16;

	pointer-events: none;
}


/* -----------------------------------------------------
   LEICHTER INNERER SCHATTEN
   verstärkt den Kartencharakter
----------------------------------------------------- */

.owlh-hero-avatar::before {
	content: "";

	position: absolute;
	inset: 0;

	z-index: 2;

	box-shadow:
		inset 0 0 0 1px var(--owlh-border-soft),
		inset 0 0 22px var(--owlh-shadow-deep);

	pointer-events: none;
}


/* -----------------------------------------------------
   SCHRIFT BLEIBT VOR DER KARTE
----------------------------------------------------- */

.owlh-hero-copy {
	position: absolute;

	left: 7%;
	bottom: 9%;

	z-index: 4;

	max-width: 520px;
}





/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 900px) {

	.owlh-hero {
		min-height: 390px;
	}

	.owlh-hero-avatar-frame {
		left: 38%;

		width: 190px;
		height: 220px;
	}

	.owlh-hero-copy {
		left: 6%;
		bottom: 8%;
	}
}


@media (max-width: 650px) {

	.owlh-hero {
		min-height: 350px;
	}

	.owlh-hero::after {
		inset: 14px;
	}

	.owlh-hero-avatar-frame {
		left: 62%;
		top: 46%;

		width: 160px;
		height: 185px;
	}

	.owlh-hero-copy {
		left: 24px;
		right: 24px;
		bottom: 25px;

		max-width: none;
	}
}

Der wichtigste Teil für deine verschiedenen Styles ist dann wirklich nur dieser Abschnitt:

:root {
	--owlh-header-image: url(/images/owlways/header-herbst.jpg);
	--owlh-header-position: center center;

	--owlh-header-avatar-x: 32.5%;
	--owlh-header-avatar-y: 50%;

	--owlh-header-avatar-width: 220px;
	--owlh-header-avatar-height: 250px;

	--owlh-header-avatar-position: center 25%;
}