/* =========================================================
   Der Tagesverdruß – Child Theme CSS
   Konsolidierte Basisversion v3
   ========================================================= */

/* -----------------------------------------
   Globaler feiner Außenrahmen – bleibt
   ----------------------------------------- */

html {
	background: #d7d7d7;
}

body.dtv-site {
	margin: 1px;
	background: #efefef;
	color: #1f1f1f;
	outline: none !important;
}

body {
	outline: none !important;
}

/* -----------------------------------------
   Top-Bar / globaler Satire-Hinweis
   ----------------------------------------- */

body.dtv-site .top-bar {
	background: #606060;
	color: #f2f2f2;
	font-size: 14px;
	line-height: 1.4;
}

body.dtv-site .inside-top-bar {
	max-width: 1180px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
}

body.dtv-site .inside-top-bar .widget {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
}

body.dtv-site .inside-top-bar p {
	margin: 0;
}

body.dtv-site .inside-top-bar a {
	color: #ffffff;
	text-decoration: underline;
}

body.dtv-site .inside-top-bar a:hover,
body.dtv-site .inside-top-bar a:focus {
	color: #ffffff;
	opacity: 0.9;
}

/* -----------------------------------------
   Header
   ----------------------------------------- */

body.dtv-site .site-header {
	background: transparent;
	padding: 18px 0 4px;
}

body.dtv-site .inside-header.grid-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: nowrap;
}

body.dtv-site .site-logo,
body.dtv-site .site-logo a,
body.dtv-site .site-logo img {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.dtv-site .site-logo {
	flex: 1 1 auto;
	margin: 0;
	min-width: 0;
	padding-top: 0;
}

body.dtv-site .site-logo a {
	display: block;
}

body.dtv-site .site-logo img {
	display: block;
	width: 100%;
	max-width: 610px;
	height: auto;
	margin: 0;
}

/* Mobile Toggle auf Desktop weg */
body.dtv-site #mobile-menu-control-wrapper {
	display: none !important;
}

/* -----------------------------------------
   Rechtes Menü im Header
   ----------------------------------------- */

body.dtv-site #site-navigation {
	flex: 0 0 220px;
	background: transparent !important;
	margin: 8px 0 0;
	padding: 0;
}

body.dtv-site #site-navigation .inside-navigation {
	padding: 0 !important;
	display: block;
	background: transparent !important;
}

body.dtv-site #primary-menu.main-nav > ul.menu {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 12px 18px;
	margin: 0;
	padding: 0;
	align-items: start;
	justify-items: start;
}

body.dtv-site #primary-menu.main-nav > ul.menu > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.dtv-site #primary-menu.main-nav > ul.menu > li > a {
	display: inline-block;
	padding: 0 !important;
	margin: 0;
	background: transparent !important;
	color: #1f1f1f !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
}

body.dtv-site #primary-menu.main-nav > ul.menu > li > a:hover,
body.dtv-site #primary-menu.main-nav > ul.menu > li.current-menu-item > a,
body.dtv-site #primary-menu.main-nav > ul.menu > li.current_page_item > a {
	color: #8f120f !important;
	text-decoration: underline;
}

/* -----------------------------------------
   Content / Hauptbereich
   ----------------------------------------- */

body.dtv-site .site-content {
	padding-top: 10px;
}

body.dtv-site .content-area {
	margin-bottom: 40px;
}

body.dtv-site.separate-containers .inside-article,
body.dtv-site .sidebar .widget {
	background: #f7f7f7;
	border: 1px solid #ececec;
	box-shadow: none;
}

body.dtv-site.separate-containers .inside-article {
	padding: 38px 38px;
}

body.dtv-site .entry-title,
body.dtv-site .page-title {
	font-size: clamp(2.2rem, 4vw, 3.1rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
	margin-bottom: 0.85em;
}

body.dtv-site .entry-content {
	font-size: 1.02rem;
	line-height: 1.65;
}

body.dtv-site .entry-content p:last-child {
	margin-bottom: 0;
}

/* -----------------------------------------
   Sidebar / Widgets
   ----------------------------------------- */

body.dtv-site .sidebar .widget {
	padding: 26px 28px;
	margin-bottom: 26px;
}

body.dtv-site .widget-title,
body.dtv-site .wp-block-heading {
	line-height: 1.08;
}

body.dtv-site .wp-block-search__label {
	margin-bottom: 10px;
	font-weight: 500;
}

body.dtv-site input[type="search"],
body.dtv-site .wp-block-search__input {
	border: 1px solid #dcdcdc;
	background: #ffffff;
	color: #1f1f1f;
	padding: 11px 12px;
}

body.dtv-site button,
body.dtv-site input[type="submit"],
body.dtv-site .wp-block-search__button,
body.dtv-site .wp-element-button {
	background: #676773;
	color: #ffffff;
	border: 0;
	padding: 11px 18px;
}

body.dtv-site button:hover,
body.dtv-site input[type="submit"]:hover,
body.dtv-site .wp-block-search__button:hover,
body.dtv-site .wp-element-button:hover {
	background: #8f120f;
	color: #ffffff;
}

/* -----------------------------------------
   Footer
   ----------------------------------------- */

body.dtv-site .site-footer {
	background: transparent;
	border-top: 1px solid #d8d8d8;
	margin-top: 36px;
}

body.dtv-site .site-info {
	background: transparent !important;
}

body.dtv-site .inside-site-info {
	max-width: 1180px;
	margin: 0 auto;
	padding: 16px 20px 20px;
	text-align: center;
	font-size: 14px;
	color: #555;
}

body.dtv-site .copyright-bar {
	display: block;
	width: 100%;
}

body.dtv-site .inside-site-info a {
	color: #555;
	text-decoration: none;
}

body.dtv-site .inside-site-info a:hover,
body.dtv-site .inside-site-info a:focus {
	color: #8f120f;
	text-decoration: underline;
}

/* -----------------------------------------
   Tablet
   ----------------------------------------- */

@media (max-width: 1024px) {
	body.dtv-site .inside-header.grid-container {
		gap: 16px;
	}

	body.dtv-site .site-logo img {
		max-width: 560px;
	}

	body.dtv-site #site-navigation {
		flex-basis: 205px;
		margin-top: 6px;
	}

	body.dtv-site #primary-menu.main-nav > ul.menu {
		gap: 10px 14px;
	}

	body.dtv-site.separate-containers .inside-article {
		padding: 34px 32px;
	}
}

/* -----------------------------------------
   Mobile
   ----------------------------------------- */

@media (max-width: 768px) {
	body.dtv-site {
		margin: 1px;
	}

	body.dtv-site .site-header {
		padding: 16px 0 8px;
	}

	body.dtv-site .inside-header.grid-container {
		display: block;
		padding: 0 16px;
	}

	body.dtv-site .site-logo {
		text-align: center;
		margin-bottom: 12px;
		padding-top: 0;
	}

	body.dtv-site .site-logo img {
		max-width: 100%;
		margin: 0 auto;
	}

	body.dtv-site #mobile-menu-control-wrapper {
		display: flex !important;
		margin-bottom: 8px;
	}

	body.dtv-site #site-navigation {
		flex: none;
		margin: 0;
	}

	body.dtv-site #site-navigation .inside-navigation {
		padding: 0 !important;
	}

	body.dtv-site #primary-menu.main-nav > ul.menu {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.dtv-site #primary-menu.main-nav > ul.menu > li > a {
		font-size: 14px;
	}

	body.dtv-site.separate-containers .inside-article,
	body.dtv-site .sidebar .widget {
		padding: 24px 22px;
	}

	body.dtv-site .entry-title,
	body.dtv-site .page-title {
		font-size: clamp(1.95rem, 8vw, 2.6rem);
	}
}