/*---------------------------------------------------------------------------------

	Theme Name: Rowling
    Text Domain: rowling
	Theme URI: https://peterwilhelm.info/
	Version: 5.0
	Description: ANUBIS developed for Blogs of Peter Wilhelm 
	Tags: blog, two columns, right-sidebar
	Author: Peter Wilhelm
	Author URI: https://peterwilhelm.info
	License: All rights reserved
	License URI: none
		
	All files, unless otherwise stated, are released under reserved copyrights
	
VERSION 05062025-18:03
----------------------------------------------------------------------------------- */

/* --------------------- 0.	CSS Reset ----------------------- */


html, body {
	margin: 0;
	padding: 0;
}

address, blockquote, button, caption, cite, code, em, fieldset, form, h1, h2, h3, h4, h5, h6, img, label, legend, li, ol, p, small, sub, sup, table, td, th, tr, ul {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

ol,
ul {
	list-style: none;
}

input[type=search] {
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/* pontano-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
   src: local(''),
   url('fonts/pontano-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */

}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/roboto-v30-latin-regular.woff2') format('woff2'),
       url('fonts/roboto-v30-latin-regular.woff') format('woff');
}

/* roboto-bold - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/roboto-v30-latin-700.woff2') format('woff2'),
       url('fonts/roboto-v30-latin-700.woff') format('woff');
}

/* architects-daughter-regular - latin */
@font-face {
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/architects-daughter-v18-latin-regular.woff2') format('woff2'),
       url('fonts/architects-daughter-v18-latin-regular.woff') format('woff');
}


/* -------------------- Variablen -------------------- */

:root {
  --schriftfarbe: #202020;
  --backgroundfarbe: #fefefa;
  --schrift: 'Pontano Sans', Roboto, arial, sans-serif;
  --linkfarbe: #203882;
  --weissfarbe: #ffffff;
  --bordercolor: #b3b1b1;
  --font-fallback: system-ui, BlinkMacSystemFont, "Segoe UI", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif; 
  --font-serif: Georgia, serif;  
  --graufarbe: #909090; 
  --bordertyp: 1px solid #b3b1b1;
  --headercolor: #0a3a66; }

/* var(--schriftfarbe); */

/* -------------------- 1. Document setup --------------------- */

/* -------------------- 1. Document Setup (verbessert) --------------------- */

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	border: none;
	color: var(--schriftfarbe);
	font-family: "Roboto", var(--font-fallback);
	font-size: 19px;
	background-image: linear-gradient(1deg, #D7E1EC 10%, #ffffff 100%);
	position: relative;
	font-feature-settings: "kern" on, "liga" on, "calt" on, "onum";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: var(--linkfarbe);
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

a:hover {
	text-decoration: underline;
	opacity: 0.85;
}

img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	/*display: block;*/
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

::selection {
	background: var(--schriftfarbe);
	color: var(--weissfarbe);
}

::placeholder {
	color: var(--schriftfarbe);
	opacity: 0.6;
}

::-webkit-input-placeholder {
	color: var(--schriftfarbe);
}

:-ms-input-placeholder {
	color: var(--schriftfarbe);
}

/****************** HEADER *********************/

.header-wrapper { 
	background: #fff;
  	background-image: linear-gradient( 1deg, #FFFFFF 10%, #D7E1EC 100%); 
  	
} 

/* .header { padding: 0 0 0 10px; } */
.header { padding-left: 10px; }

.blog-title {
	font-size: 1.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 1px 0 #000;
}

/* .blog-title a { color: #fff; } */
.blog-title a {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.blog-title a:hover { color: #359bed; }

.blog-description {
	margin: 11px 0 0 0;
	font-size: 1.5em;
	line-height: 115%;
	font-style: italic;
	color: #000;
	padding-left:20px;
}

/* .blog-logo,
.blog-logo img {
	display: block;
	padding-left: 10px;
}

.blog-logo {
	color: #fff;
	font-size: 3rem;
	padding-bottom:8px;
} */

.blog-logo {
	display: block;
	color: #fff;
	font-size: 3rem;
	padding-left: 10px;
	padding-bottom: 8px;
}

.blog-logo img {
	display: block;
	padding-left: 10px;
	/* image-rendering intentionally omitted unless pixelated effect desired */
}


/* -------------------- Farbe Menüpunkte ------------------- */


/* #hamitems a, #hamnav label { color: #000; } */

/* -------------------- Transitions -------------------- */

/* body a,
.secondary-menu > li.menu-item-has-children a:after,
.primary-menu li a,
.post-tags a:before,
.tagcloud a:before,
.search-button {
	transition: 		all .1s ease-in-out; }

.post-nav a,
.respond input,
.respond textarea,
.archive-nav a,
.blog-title a,
.primary-menu ul .menu-item-has-children::after,
.secondary-menu ul .menu-item-has-children::after,
.to-the-top,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	transition: 		all .2s ease-in-out; } */
	
	/* -------------------- Farbe Menüpunkte ------------------- */
#hamitems a,
#hamnav label {
	color: #000;
}

/* -------------------- Transitions -------------------- */

/* Allgemeine Linkübergänge */
a,
.blog-title a,
.primary-menu li a,
.post-tags a:before,
.tagcloud a:before,
.search-button,
.to-the-top {
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* Navigation und UI-Elemente */
.post-nav a,
.respond input,
.respond textarea,
.archive-nav a,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

/* Menü-Pfeile */
.primary-menu ul .menu-item-has-children::after,
.secondary-menu ul .menu-item-has-children::after {
	transition: transform 0.2s ease-in-out;
}
	
/* -------------------- Structure -------------------- */

.section-inner {
	width: 				1400px;
	max-width: 			88%;
	margin: 			0 auto; }

.wrapper { position: relative; }

.wrapper:after {
	content: 			"";
	display: 			block;
	width: 				26%;
	position: 			absolute;
	z-index: 			-1;
	top: 				0;
	right: 				0;
	bottom: 			0; }

.content,
.sidebar,
.frontpage-sidebar {
	padding-top: 		50px;
	padding-bottom: 	50px; }

.content {
	/*width: 				74%;*/
	width: 				70%;
	float: 				left;
    padding: 			20px; }

.content:before {
	content: 			"";
	position: 			absolute;
	z-index: 			-9999;
	top: 				0;
	right: 				28.5%;
	bottom: 			0;
	left: 				-10000px; }

.sidebar, .frontpage-sidebar {
	width: 				26%;
	float: 				right;
	padding: 			10px 0 10px 10px; }


/* ---------------- Container -------------------- */

.search-container { background: var(--backgroundfarbe); }

.search-container .section-inner { 
	position: 			relative;
	border: 			1px solid var(--graufarbe);
	width: 				88%;
	height:				30px; }

.search-container .search-field {
	display: 			block;
	border: 			none;	
	background: 		none;
	width: 				50%;
	padding: 			35px 92px 35px 0;
	margin-right: 		50px;
	font-size: 			1.176rem;
	font-style: 		italic;
	color: 				var(--schriftfarbe); }

.search-container .search-field:focus { outline: none; }

.search-container .search-button {
	display: 			block;
	background: 		none;
	position: 			absolute;
	top: 				50%;
	margin-top: 		-21px;
	right: 				0; }
	
	
/*####################################### CHECK 2 x font-size ########################## */
.search-container .search-button::before {
    content: '🔍'; /* Unicode: U+1F50D */
    font-size: 1.294rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25em;
}

.search-container .search-button:hover {
	cursor: 			pointer;
	color: 				var(--linkfarbe); }

.search-container .search-button { margin-top: -15px; }

/* ------------------- 	neue Hamburger-Navigation -------------------- */

/* [ON BIG SCREEN] */

#hamnav { width: 100%; }

#hamnav ul {
	display: 			inline-flex;
	align-items: 		center;
	font-size: 1rem; }

/* (B) HORIZONTAL MENU ITEMS */

#hamitems {
    display: 			flex;
    float: 				right;
    /*padding: 			10px 0 20px; */
    padding: 			5px 0 5px;
    /*margin: 			14px 0 0 0;*/
    margin: 			5px 0 0 0; }

#hamitems a {
	flex-grow:			1;
  	flex-basis: 		0;
  	padding: 			10px;
  	color: 				#000000;
  	text-decoration: 	none;
  	text-align: 		center; }

#hamitems a:hover {
  	/*background: 		linear-gradient(to bottom, #e8edec, #d2d1d3); */
  	/* background:			lightgrey;
  	  	transform: 			scale(1.3);
  	color:				var(--weissfarbe); 
    transition: opacity 1s ease-in-out;*/}

#hamitems li:hover {
	background: 			lightgrey;
	transition: 			opacity 2s ease-in-out; }
	
/* HIDE HAMBURGER */

#hamnav label, #hamburger { display: none; }

/* [ON SMALL SCREENS] */

@media screen and (max-width: 768px){

/* BREAK INTO VERTICAL MENU */

#hamitems a {
    box-sizing: 		border-box;
    display: 			block;
    width: 				100%;
    border-top: 		var(--bordertyp); }

#hamnav ul {display: inherit;}

    #hamitems li a {
    box-sizing: 		border-box;
    display: 			block;
    width: 				100%;
    border-top: 		var(--bordertyp);
    padding: 			12px 16px; }
 
/* SHOW HAMBURGER ICON */

#hamnav label { 
    display: 			inline-block; 
    color: 				var(--weissfarbe);
    font-style: 		normal;
    font-size: 			2.176rem;
    padding: 			10px; }

/* TOGGLE SHOW/HIDE MENU */

#hamitems { display: none; }

#hamitems ul { display: none; }
  
#hamnav input:checked ~ #hamitems { display: block; float: right; }

#hamnav input:checked ~ #hamitems ul{ display: block; float: right; }

} /* -- media -- */

/* --------------------	Content --------------------- */


.posts {
	display: 			flex;
	flex-wrap: 			wrap; }

.posts .post { width: 47.5%; }

.posts .post + .post {
	padding-top: 		40px;
	border-top: 		2px solid var(--graufarbe);
	margin-top: 		40px; }

.posts .post:nth-child(2) {
	padding-top: 		0;
	border-top: 		none;
	margin-top: 		0; }

.posts .post:nth-child(2n) { margin-left: 5%; }

/* -------------------- POST TITLE NEU -------------------- */

.featured h2 a, 
.post-title, 
.post-header h1, 
.post-header h1 a {
    /*color: 				var(--linkfarbe);*/
    color: var(--headercolor);
	font-size: 			1.2em;
	line-height: 		125%;
	font-weight: 		300;
	hyphens: 			auto;
	font-family:		'Pontano Sans', var(--font-fallback); }
    
.post-title a { color: var(--headercolor); }

.post-header h1, 
.featured h2 a {
	font-size: 			2em;
  	color: 				var(--headercolor); }

.post-meta {
	margin-top: 		6px;
	font-size: 			.9em;
	line-height: 		120%;
	font-weight: 		700;
	color: 				var(--schriftfarbe); }

.post-meta a { color: var(--schriftfarbe); }

.post-meta a:hover { 
	color: 				var(--schriftfarbe);
	text-decoration: 	underline; }

/*------------------- Single Post -------------------- */

.single-post .post-header { margin-bottom: 40px; }

.single-post .post-meta {
	margin-top: 		10px;
	font-size: 			1rem;
	color: 				var(--schriftfarbe); }

.single-post .post-comments { float: right; }
.single-post .post-meta a { color: var(--linkfarbe); }
.single-post .post-meta a:hover { text-decoration: underline; }

.single-post .post-comments { float: right; }


/* ------------------- Post Image ------------------- */

.post-image-liste img {
	width: 				450px;
	height: 			280px;
	object-fit: 		cover; }

.single-post .post-image { 
	display: 			block;
	clear: 				both;
	margin-bottom: 		40px; }

.single-post .post-image-caption {
	padding: 			17px 0 17px 24px;
	border-bottom: 		var(--bordertyp);
	font-size: 			.9em;
	line-height: 		120%;
	font-weight: 		700;
	color: 				var(--schriftfarbe);
	position: 			relative; }

.single-post .post-image-caption a:hover { text-decoration: underline; }

/* ------------------- Post Content ------------------- */

.single-post .post-inner { 
	position: 			relative;
	z-index: 			5; }

/* ------------------- Post Links ------------------- */

.post-content p.page-links { 
	display: 			inline-block;
	margin-bottom: 		15px;
	background: 		var(--graufarbe);
	line-height: 		calc(var(--leading-multiplier, 1)*1.5rem);
	font-weight: 		900;
	text-transform: 	uppercase;
	letter-spacing: 	1px;
	color: 				var(--graufarbe); }

.page-links a,
.page-links > span {
	display: 			inline-block;
	padding: 			10px; }

.page-links a:first-child,
.page-links span:first-child {
	margin-left: 		0; }

.post-content .page-links a:hover { 
	background: 		var(--linkfarbe);
	color: 				var(--weissfarbe);
	text-decoration: 	none; }

.page-links > span:nth-of-type(2) { 
	background: 		var(--graufarbe);
	color: 				var(--schriftfarbe); }

/* -------------------- Post Tags ----------------------- */

.post-tags { margin-top: 35px; }

.post-tags,
.tagcloud {
	line-height: 1; }

.post-tags a,
.tagcloud a { 
	display: 			inline-block; 
	padding: 			5px 6px 6px 3px;
	margin: 			0 3px 8px 11px;
	background: 		var(--backgroundfarbe);
	font-size: 			.8rem !important;
	line-height: 		1;
	font-weight: 		700;
	text-transform: 	uppercase;
	letter-spacing: 	1px;
	color: 				var(--schriftfarbe);
	position: 			relative; }

.post-tags a { margin-right: 8px; }

.footer .tagcloud a { background: var(--backgroundfarbe); }
.footer .tagcloud a:before { border-right-color: var(--graufarbe); }

.post-tags a:before,
.tagcloud a:before {
	content: 			"";
	display: 			block;
	border: 			11px solid transparent;
	border-left-width: 	0;
	border-right-color: var(--bordercolor);
	position: 			absolute;
	top: 				0;
	left: 				-11px; }

.tagcloud a:before { border-right-color: var(--graufarbe); }

.post-tags a:hover,
.tagcloud a:hover { 
	background: 		var(--linkfarbe); 
	color: 				var(--weissfarbe); }

.post-tags a:hover:before,
.tagcloud a:hover:before { 
	border-right-color: var(--linkfarbe); }

/* -------------------- Post Author -------------------- */

.post-author { 
	min-height: 		130px;
	padding: 			10px 10px 10px 120px;
	margin-top: 		30px; 
	border-top:			var(--bordertyp);
   	border-bottom: 		var(--bordertyp);
	position: 			relative;
	background: 		var(--backgroundfarbe); }

.post-author > .avatar {
	display: 			block;
	position: 			absolute;
	top: 				50%;
	margin-top: 		-40px;
	left: 				20px; }

.post-author img {
	display: 			block;
	width: 				80px;
	height: 			auto;
	border-radius: 		99px;
	padding: 			5px;
	background: 		#ccc; }

.post-author .title { font-weight: 700; }

.post-author .title a { 
	color: 				var(--schriftfarbe);
	font-weight: 		700; }

.post-author .title a:hover { text-decoration: underline; }

.post-author p {
	margin-top: 		6px;
	line-height: 		calc(var(--leading-multiplier, 1)*1.5rem);
	font-size:          1rem; }
	
	
/* --------------------- 10. Post Content ---------------------- */

.post-content { font-size: 1em; }

.post-content a:hover { border-bottom-color: var(--linkfarbe); }

.post-content a { color: var(--linkfarbe); }

.post-content p,
.post-content section p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content pre {
	line-height: 		calc(var(--leading-multiplier, 1)*1.75rem);
	margin-bottom: 		1.1rem; }

.post-content > p:last-child,
.post-content > blockquote:last-child {
	margin-bottom: 0;
}

/* .post-content p.designintro {
	padding-bottom: 	20px;
	border-bottom: 		3px double var(--bordercolor);
	margin-bottom: 		20px;
	font-size: 			1.25em;
	line-height: 		calc(var(--leading-multiplier, 1)*1.5rem); }*/

.post-content h1, 
.post-content h2, 
.post-content h3, 
.post-content h4, 
.post-content h5, 
.post-content h6 {
	margin: 			50px 0 25px;
	line-height: 		120%;
	font-weight: 		700; 
	color: 				var(--headercolor); }

.post-content h1 { font-size: 2.529rem; }

/* .post-content h2 { font-size: 2rem; }

.post-content h3 { font-size: 1.529rem; }

.post-content h4 { font-size: 1.294rem; } */

.post-content h2 { font-size: 1.529rem;  }

.post-content h3 { font-size: 1.294rem; }

.post-content h4 { font-size: 1.294rem; }


.post-content h5 { font-size: 1.176rem; }

.post-content h6 { font-size: .8235rem; }

/*** ----------------------- BLOCKQUOTE ----------------------- ***/

/*.post-content blockquote {
	padding: 			30px 30px 30px 90px;
   	box-shadow: 		0 7px 16px rgb(0 0 0 / 9%);
	border: 			var(--bordertyp);
	background: 		var(--backgroundfarbe);
	position: 			relative; }

.post-content blockquote p { font-style: italic; }

.post-content blockquote:after {
	content: 			'”';
	width: 				90px;
	font-family: 		var(--font-serif);
	font-size: 			5rem;
	line-height: 		5rem;
	font-weight: 		700;
	font-style: 		normal;
	text-align: 		center;
	color: 				var(--linkfarbe);
	position: 			absolute;
	top: 				31px;
	left: 				0px; }

.post-content blockquote cite, cite {
	display: 			block;
	margin-top: 		1.1em;
	font-size: 			.9rem;
	line-height: 		120%;
	font-weight: 		700;
	text-transform: 	uppercase;
	letter-spacing: 	1px; }

.post-content blockquote cite:before, cite:before { content: "— "; }    */

.post-content blockquote {
  width: 80%;
  max-width: 100%;
  margin: 30px 0;
  padding: 0 0 0 50px;
  border: none;
  background: none;
}

.post-content blockquote p {
  background-color: #d0f0f0;
  color: #000;
  margin: 0;
  padding: 20px;
  font-size: 27px;
    font-style: italic;
  line-height: 1.5;
  position: relative;
}

.post-content blockquote cite {
  display: block; 
  background-color: #707372;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  padding: 10px;
  margin-top: 20px;
  text-align: right;
}

.post-content blockquote cite a {
	  color: #fff;
} 
/* ---------------------- blockquote ende ---------------------- */


.post-content hr {
	width: 				128px;
	max-width: 			60%;
	height: 			2px;
	background: 		var(--graufarbe);
	margin: 			50px auto;
	border: 			0; }
	
	
em, 
q {
	font-style: 		italic; }

p, a, li { line-height: calc(var(--leading-multiplier, 1)*1.5rem); }

.post-content strong em,
.post-content em strong {
	font-weight: 		bold;
	font-style: 		italic; }

.post-content big { font-size: 1.294rem; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 			.9rem;
	background: 		var(--backgroundfarbe);
	font-family: 		monospace; }

.post-content code {
	padding: 			5px;
	border-radius: 		3px; }

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content ul, 
.post-content ol {
	margin-left: 		1.5rem; }

.post-content ul { list-style: disc; }
.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }
.post-content ol { list-style: decimal; }
.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol { list-style: lower-roman; }

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 			0;
	margin-top: 			.5em; }

.post-content li {
	line-height: 			130%;
	margin-bottom: 			.5em; }

.post-content pre {
	white-space: 			pre-wrap;
	white-space: 			-moz-pre-wrap;
	white-space: 			-pre-wrap;
	white-space: 			-o-pre-wrap;
	word-wrap: 				break-word;
	padding: 				2% 2.5%;
	background: 			var(--backgroundfarbe);
	border: 				var(--bordertyp); }

.post-content p.has-drop-cap:not(:focus):first-letter {
    font-size: 				5.9em;
	font-weight: 			400; }

/* --------------------	Page & Page Templates -------------------- */

figure { margin: 0; }

.post-content .tiled-gallery { clear: none !important; } 
.post-content .wp-caption { max-width: 100%; }

.post-content .wp-caption > a,
.post-content .wp-caption img {
	display: 				block; }

.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 			1.2em;
	max-width: 				50%; }

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 			0; }

.post-content .alignleft {
	float: 					left;
	margin-right: 			30px; }

.post-content .alignright {
	float: 					right;
	margin-left: 			30px; }

.post-content .aligncenter {
	margin-left: 			auto;
	margin-right: 			auto; }

.post-content .aligncenter img {
	display: 				block;
	margin-left: 			auto;
	margin-right: 			auto; }

.post-content .wp-caption-text,
.post-content .gallery-caption,
.post-content figcaption {
	color: 					var(--schriftfarbe);
	font-size: 				.9em;
	font-weight: 			700;
	margin: 				12px auto 0;
	text-align: 			center;
	padding-bottom: 		25px; }

.post-content .gallery-caption {
	font-size: 				1em;
	line-height: 			24px; }

.post-content .gallery-icon a { border: none; }

/* --------------------  Forms -------------------- */

.post-content fieldset {
	padding: 				25px;
	border: 				2px solid var(--bordercolor);
	margin-bottom: 			1em; }

.post-content fieldset legend {
	font-size: 				.9rem;
	font-weight: 			700;
	text-transform: 		uppercase;
	letter-spacing: 		1px;
	padding: 				10px 12px;
	background: 			var(--linkfarbe);
	color: 					var(--weissfarbe); }

.post-content label {
	font-size: 				1rem;
	font-weight: 			700; }

.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="email"],
.post-content input[type="password"],
.post-content textarea {
	padding: 				5px; 
	border: 				var(--bordertyp);
	font-size: 				.9em;
	color: 					var(--schriftfarbe);
	background: 			var(--backgroundfarbe);
	border-radius: 			3px;
	-webkit-appearance: 	none; }

.post-content input[type="file"] {
	padding: 				10px;
	background: 			var(--backgroundfarbe);
	border: 				var(--bordertyp);
	border-radius: 			3px; }

.post-content textarea { height: 180px; }

.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	outline: 				none; }

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 			16px 20px;
	margin: 			0;
	border: 			none;
	border-radius: 		2px;
	background: 		var(--linkfarbe);
	font-size: 			.9rem;
	font-weight: 		700;
	text-transform: 	uppercase;
	letter-spacing: 	1px;
	color: 				var(--weissfarbe);
	text-shadow: 		0 1px 0 rgba(0,0,0,0.1);
	-webkit-appearance: none; }

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="button"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="submit"] + input[type="submit"] {
	margin-left: 		5px; }

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: 			pointer;
	background: 		var(--linkfarbe);
	color: 				var(--weissfarbe); }

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: 			none; }

a.post-edit-link::before, 
.page-edit-link::before, 
.post-edit-link a::before {
    content: '✎'; /* Unicode: U+270E */
    font-size: 1rem; /* optional */
    margin-right: 0.3em; /* Abstand zum Text */
    vertical-align: middle; /* für bessere Ausrichtung */
}

/* ------------------- Search Page -------------------- */

.wrapper .search-form { position: relative; }

.wrapper .search-field {
	display: 			block;
	width: 				100%;
	padding: 			10px;
	margin: 			0;
	background: 		var(--backgroundfarbe);
	border: 			var(--bordertyp);
	border-radius: 		6px;
	font-size: 			1rem;
	color: 				var(--schriftfarbe); }

.wrapper .search-field:focus { outline: none; }

.wrapper .search-button {
	display: 			block;
	height: 			100%;
	width: 				60px;
	background: 		none;
	color: 				var(--schriftfarbe);
	text-align: 		center;
	position: 			absolute;
	top: 				5px;
	right: 				0; }

.wrapper .search-button:hover { 
	cursor: 			pointer; 
	color: 				var(--linkfarbe); }

/* ----------------------- Error 404 ---------------------- */

.error404 .post-title { 
	padding-bottom: 	10px;
	border-bottom: 		var(--bordertyp); }

/* --------------------- Page Title --------------------- */

.page-title {
	border-bottom: 		2px solid var(--bordercolor);
	margin-bottom: 		40px;
	text-align: 		center; }

.page-title h4, 
.page-title p {
	font-size: 			.9rem;
	font-weight: 		700;
	text-transform: 	uppercase;
	letter-spacing: 	1px;
	color: 				var(--graufarbe); }

.page-title h4 {
	float: 				left;
	padding: 			0 0 10px;
	border-bottom: 		2px solid var(--linkfarbe);
	margin-bottom: 		-2px; }

.page-title p { float: right; }

.page-title p .sep {
	margin: 			0 5px;
	color: 				var(--schriftfarbe); }

/* -------------------- Archive Navigation -------------------- */

.archive-nav {
	margin-top: 		60px;
	border-top: 		2px solid var(--bordercolor);
	text-align: 		center;
	position: 			relative;
	color: 				var(--graufarbe); }

.archive-nav li { 
	display: 			inline-block;
	margin-top: 		-2px; }

.archive-nav a {
	display: 			inline-block;
	border-top: 		2px solid transparent;
	padding: 			15px 10px 10px;
	text-transform: 	uppercase;
	color: 				var(--graufarbe); }

.archive-nav-older,
.archive-nav-newer {
	position: 			absolute;
	top: 				0; }

.archive-nav-newer { left: 0; }

.archive-nav-older { right: 0; }

.archive-nav .active a { 
	color: 				var(--schriftfarbe);
	border-top-color: 	var(--bordercolor); }
	
.archive-nav a:hover { 
	border-top-color: 	var(--linkfarbe); 
	color: 				var(--linkfarbe); }

.archive-nav li + li { margin-left: 10px; }

/* -------------------- Sidebar ------------------- */

.widgets { font-size: 0.9rem; }

.widget + .widget { margin-top: 10px; }

.widget-title {
	display: 			inline-block;
	padding-bottom: 	3px;
	border-bottom: 		2px solid var(--linkfarbe);
	margin-bottom: 		15px;
	font-size: 			1rem;
	font-weight: 		700;
	text-transform: 	uppercase; }

h5.widget-title {
	display: 			inline-block;
	padding-bottom: 	3px;
	margin-bottom: 		15px;
	border-bottom: 		none;
	font-size: 			1.2rem;
	font-weight: 		300;
	text-transform: 	none;
	}
	

.widget-content {  
    background: 		var(--backgroundfarbe);
    padding: 			22px 25px 22px 25px;
    margin: 			auto; }

.widget-content .textwidget a:hover { text-decoration: underline; }

.widget-content p {
	 margin-top: 1em; 
     font-size: 0.9em;
     /* line-height: calc(var(--leading-multiplier, 1)*1.2rem); */
}

.widget-content p:first-child { margin-top: 0; }

.widget-content li {
	padding: 			12px 0;
	border-bottom: 		var(--bordertyp); }

.widget-content ul ul { margin-left: 1em; }

.widget-content ul ul li:first-child { 
	margin-top: 		0.5em; 
	border-top: 		var(--bordertyp); }

.widget-content > ul > li:first-child { padding-top: 0; }

.widget-content li:last-child { 
	padding-bottom: 	0;
	border-bottom: 		none; }

.textwidget { /*line-height: 150%;*/ }

.category-post-list h3, .textwidget h3 {
	margin-bottom:10px;
	     line-height: calc(var(--leading-multiplier, 1)*1.2rem);
	}

/* -------------------- Credits -------------------- */

.credits {
	background: 		var(--graufarbe);
  	background-image: 	linear-gradient( 1deg, #D7E1EC 10%, #ffffff 100%);
	position: 			relative; 
			} 
	

.credits .section-inner { 
	padding: 			30px 0;
	position: 			relative; }

.credits p { color: var(--schriftfarbe); }

.credits .copyright {
	font-weight: 		700;
	text-transform: 	uppercase;
	letter-spacing: 	1px;
	text-shadow: 		0 1px 0 var(--schriftfarbe); }

.credits .copyright a { color: var(--linkfarbe); }

.credits .copyright a:hover { color: var(--weissfarbe); }

.credits .attribution { 
	margin-top: 		12px; 
	font-size: 			.9rem;
	font-weight: 		700;
	text-transform: 	uppercase;
	letter-spacing: 	1px;
	color: 				var(--schriftfarbe); }

.credits .attribution + .attribution { margin-top: 6px; }

.attribution a { color: var(--weissfarbe); }

.attribution a:hover { 
	color: 				var(--weissfarbe);  
	text-decoration: 	underline; }


img#wpstats { display: none !important; } /* silly wp stats */

/* ----------######################---------- Ergänzungen -----------################################----------- */


/* ---------------------- 3D Mockups für Novelist ---------------------- */

.book-mockup {
  width: 269px;
  height: 437px;
  perspective: 1000px;
  margin: 20px auto;
  position: relative;
}

.book-cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: rotateY(-15deg);
  transform-origin: left center;
  box-shadow: 10px 8px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  border-radius: 3px;
}

.book-spine {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #123c29;
  transform: rotateY(90deg) translateX(-10px);
  transform-origin: left center;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* --------------------- Einfache Sprache Container ---------------------- */

.einfache-sprache {
  margin: 0 auto;
  /* font-family: Arial, sans-serif;
  font-size: 1.2em; */
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  padding: 1.5em;
  /*border: 2px solid #ccc;
  border-radius: 8px; */
}

/*.einfache-sprache h2 { font-size: 1.6em; color: #800000; }*/
/*.einfache-sprache h3 { color: #800000; }*/

/* NEU: <details> innerhalb der Box */
.einfache-sprache details {
  margin: 1em 0;
  padding: .75em 1em;
  border: none;
 /*  border-radius: 6px;*/
  background: var(--weissfarbe);
}

.einfache-sprache details[open] {
  /* background: #f2f2f2; */
  /* border-color: #bbb; */
}

.einfache-sprache details > summary {
  cursor: pointer;
  font-weight: bold;
  color: var(--headercolor);
  list-style: none;               /* entfernt Standard-Dreieck in Safari/iOS */
}

.einfache-sprache details > summary::-webkit-details-marker { display: none; } /* entfernt  Marker in WebKit */

.einfache-sprache details > summary::before {
  content: "▸ ";
  transition: transform .2s;
}

.einfache-sprache details[open] > summary::before {
  content: "▾ ";
}

/* Überschriften/Absätze IN details */
.einfache-sprache details h2,
.einfache-sprache details h3 { color: var(--headercolor); }

.einfache-sprache details p { margin: .5em 0 0; }

/* -------------------- für E-Mail-Benachrichtigungen Double Opt-In ---------------------- */

.double-opt-in {
    background-color: #b30000;
    color: #ffffff;
    border: 2px solid #000000;
    padding: 1em;
    margin: 1em 0;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1rem;
  }
  
 .anubis-info-widget, .anubis-info-widget-danke {
  border: 2px solid #444;
  background-color: #f4f4f4;
  padding: 1em;
  border-radius: 8px;
  font-family: sans-serif;
  text-align: center;
}
.anubis-info-widget a {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.6em 1.2em;
  background-color: #66cc00;
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.anubis-info-widget-danke a {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.6em 1.2em;
  /* background-color: #66cc00;
  color: #fff !important;*/
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

/* ---------------------- Read-More Button ------------------------ */

.alles-lesen-btn {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4em 1em 0.4em 1.2em;
  background-color: #d0f0f0; /* sehr helles Türkis */
  color: black;
  border: 2px solid #7B8579;
  border-radius: 40px;
  /* font-family: sans-serif; */
  font-family: 'Pontano Sans', var(--font-fallback);
  font-size: 0.9rem;
  /* font-weight: 400; */
  text-decoration: none;
  transition: background-color 0.3s ease;
  gap: 0.6em;
}

.alles-lesen-btn:hover {
	  text-decoration: none;
  background-color: #bce4e4;
}

.alles-lesen-btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  border: 2px solid #7B8579;
  border-radius: 50%;
  font-size: 1em;
  line-height: 1;
}

.alles-lesen-btn *, .alles-lesen-btn:hover * {
  text-decoration: none !important;
}

/* --------------------- Book für Widget Zufallsanzeige Buchreklame ----------------------- */

.book-cover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 300px;
  transform: translateZ(22.5px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 2px 2px 0;
  box-shadow: 5px 5px 20px #666;
}
.book-container1 {
  padding-top:30px;
  padding-bottom:45px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 600px;
}
@keyframes initAnimation {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-30deg);
  }
}
.book1 {
  width: 200px;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-30deg);
  transition: 1s ease;
  animation: 1s ease 0s 1 initAnimation;
}
.book-container1:hover .book1, 
.book-container1:focus .book1 {
  transform: rotateY(0deg);
}
.book1 > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  width: 200px;
  height: 300px;
  transform: translateZ(22.5px);
  background-color: #01060f;
  border-radius: 0 2px 2px 0;
  box-shadow: 5px 5px 20px #666;
}
.book1::before {
  position: absolute;
  content: ' ';
  background-color: blue;
  left: 0;
  top: 1px;
  width: 28px;
  height: 298px;
  transform: translateX(184px) rotateY(90deg);
  background: linear-gradient(90deg, 
    #fff 0%,
    #f9f9f9 5%,
    #fff 10%,
    #f9f9f9 15%,
    #fff 20%,
    #f9f9f9 25%,
    #fff 30%,
    #f9f9f9 35%,
    #fff 40%,
    #f9f9f9 45%,
    #fff 50%,
    #f9f9f9 55%,
    #fff 60%,
    #f9f9f9 65%,
    #fff 70%,
    #f9f9f9 75%,
    #fff 80%,
    #f9f9f9 85%,
    #fff 90%,
    #f9f9f9 95%,
    #fff 100%
    );
}
.book1::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 200px;
  height: 300px;
  transform: translateZ(-22.5px);
  background-color: #01060f;
  border-radius: 0 2px 2px 0;
  box-shadow: -10px 0 50px 10px #666;
}

/* -------------------- Novelist Buttons ---------------------- */

.book-edition-box {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  background: #f9f9f9;
  max-width: 800px;
  margin: 2rem auto;
  font-family: "Segoe UI", Tahoma, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.book-edition-box h3 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}

.book-edition-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1rem;
}

.edition {
  text-align: center;
  margin: 1rem;
  max-width: 280px;
}

.edition img {
  max-width: 100px;
  margin-bottom: 0.5rem;
}

.edition a {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 10px 16px;
  background-color: #006699;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.edition a:hover {
  background-color: #F7F01C;
}

@media (max-width: 600px) {
  .book-edition-options {
    flex-direction: column;
    align-items: center;
  }
}


/* -------------------- Contactform 7 ----------------------- */

.wpcf7 p {text-align:left !important;}

span.wpcf7-quiz-label { 
	text-align: left !important;
	font-weight:400; }
	
span.wpcf7-form-control-wrap { 
	text-align: left !important;
	font-weight:400; }
	.quizzclass {	text-align: left !important;}

/* -------------------- Scrollbar Browser -------------------- */

::-webkit-scrollbar { width: 17px; }

::-webkit-scrollbar-track { background:	#293280; }

::-webkit-scrollbar-thumb { 
	background-image: 	linear-gradient(180deg,#59B14B 0%,#ffffff 100%)!important;
	background: 		#59B14B;
	border-radius: 		10px;
	border: 			3px solid #293280; }

::-webkit-scrollbar-thumb:hover { /* CSS-Code einfügen */ }


/* --------------------  Erster Absatz INTRO --------------------- */

section.intro p {
	color:				#293280;
	font-size: 			1.9rem;
	line-height: 		calc(var(--leading-multiplier, 1)*2.5rem) !important;
	font-weight: 		400 !important;
	max-width: 			900px;
	hyphens: 			auto !important;
	font-family:		'Pontano Sans' !important;}

/* --------------------- Lesezeit, Autor, Datum --------------------*/
.meta-info span {
  font-size: 1rem;
  line-height: 1.4;
  display: inline-block;
  margin-right: 0.8em;
}

aside.white-box { font-size: 1rem; }

related-posts h4 { font-size: 1rem; }

/* ---------------------- CSS für die Kommentarsektion ---------------------- */

.comments-container {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 12px;
  margin-top: 40px;
}

.comments-title-container {
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.comments-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}

.comments-title-link a {
  font-size: 0.95em;
  color: #0073aa;
  text-decoration: none;
}

.comments-title-link a:hover {
  text-decoration: underline;
}

.commentlist {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  border-top: 1px solid #ccc;
}

/* === Kommentar: Kopfbereich === */
.commentlist li.comment {
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  color: #222;
  background: #fdfdfc;
  border: 1px solid #e0e0e0;
  padding: 1.2em;
  margin-bottom: 2em;
  border-radius: 8px;
}

.commentlist li.comment .comment-author {
  font-weight: bold;
  margin-bottom: 0.2em;
}

.commentlist li.comment .comment-author img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.commentlist li.comment .comment-meta {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 0.5em;
}

.commentlist li.comment .comment-content {
  margin-top: 0.5em;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  clear: both;
}

.commentlist li.comment .reply,
.comment-reply-link {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #006699;
  text-decoration: none;
  display: inline-block;
}

.comment-reply-link:hover,
.commentlist li.comment .reply a:hover {
  text-decoration: underline;
}

/* Einrückung und visuelle Struktur für verschachtelte Kommentare */
.commentlist li.comment ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
}

.commentlist li.comment.depth-2 { margin-left: 2em; border-left: 3px solid #ccc; padding-left: 1em; }
.commentlist li.comment.depth-3 { margin-left: 4em; border-left: 3px solid #bbb; padding-left: 1em; }
.commentlist li.comment.depth-4 { margin-left: 6em; border-left: 3px solid #aaa; padding-left: 1em; }
.commentlist li.comment.depth-5 { margin-left: 8em; border-left: 3px solid #999; padding-left: 1em; }
.commentlist li.comment.depth-6 { margin-left: 10em; border-left: 3px solid #888; padding-left: 1em; }
.commentlist li.comment.depth-7 { margin-left: 12em; border-left: 3px solid #777; padding-left: 1em; }
.commentlist li.comment.depth-8,
.commentlist li.comment.depth-9,
.commentlist li.comment.depth-10 {
  margin-left: 14em;
  border-left: 3px solid #666;
  padding-left: 1em;
}

.commentlist li.comment:hover {
  background: #fffbe6;
  border-color: #f0c36d;
}

.respond-container {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 25px;
  margin-top: 50px;
}

#reply-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

/* Formularfelder */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1em;
  margin-bottom: 15px;
}

.comment-form textarea {
  min-height: 120px;
}

.comment-form input[type="submit"] {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 1em;
  cursor: pointer;
}

.comment-form input[type="submit"]:hover {
  background-color: #005e8a;
}

/* Navigation */
.comments-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.comments-nav-prev a,
.comments-nav-next a {
  color: #0073aa;
  text-decoration: none;
}

.comments-nav-prev a:hover,
.comments-nav-next a:hover {
  text-decoration: underline;
}

/* Pingbacks */
.pingbacks {
  margin-top: 30px;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 8px;
}

.pingbacks-title {
  font-size: 1.2em;
  margin-bottom: 10px;
}

/* === Kommentar: Kopfbereich === */

/* Autor + sagt: */
.comment-author {
  font-weight: bold;
  display: inline;
}

/*.comment-author .says {
  display: inline;
  font-weight: normal;
  margin-left: 4px;
  color: #333;
}*/

/* Zeit und Bearbeiten-Link */
.comment-meta {
  font-size: 0.85rem;
  color: #777;
  margin: 0.2em 0 1em 0;
}

.comment-meta a {
  color: #336699;
  text-decoration: none;
}

.comment-meta a:hover {
  text-decoration: underline;
}

/* Kommentarinhalt */
.comment-content {
  line-height: 1.6;
  font-size: 1.05rem;
  margin-bottom: 0.8em;
}

.comment-content p {
    margin-bottom: 0.8em;
}

/* Antwortlink */
.comment-reply-link {
  font-size: 0.9rem;
  color: #0073aa;
  text-decoration: none;
}

.comment-reply-link:hover {
  text-decoration: underline;
}

/* Avatar */
.comment-author img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

/* Optional: Visuelle Trennung verschachtelter Kommentare */
.commentlist li.comment.depth-2,
.commentlist li.comment.depth-3,
.commentlist li.comment.depth-4,
.commentlist li.comment.depth-5,
.commentlist li.comment.depth-6,
.commentlist li.comment.depth-7 {
  background: #f7f7f7;
  border-left: 3px solid #ddd;
}

/* Verhindere unnötigen Umbruch nach dem Autor */
.comment-author::after {
  content: ' ';
}

/* Kopfzeile Kommentar in eine Zeile bringen */
.comment-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em;
  margin-bottom: 0.5em;
}

.comment-header .comment-author {
  font-weight: bold;
  display: inline;
}

.comment-header .says {
  font-weight: normal;
  color: #444;
}

.comment-header .comment-meta {
  font-size: 0.9em;
  color: #666;
}

.comment-header .comment-meta a {
  color: #336699;
  text-decoration: none;
}

.comment-header .comment-meta a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------------- */
/*	17.	Media Queries
/* -------------------------------------------------------------------------------- */


@media ( max-width: 780px ) {


	/* Comments ------------------------------- */
	
	.comments, 
	.comment-respond form {
		margin-left: 0;
	}
	
}

@media ( max-width: 600px ) {
	

	/* Comments ------------------------------ */
	
	.comments-container,
	.respond-container { 
		margin-top: 40px; 
	}
	
	.comments-title-container,
	.comment-reply-title { 
		padding: 18px 0;
		margin-bottom: 30px; 
	}
	
	.comments-title,
	.comment-reply-title { 
		font-size: 1em; 
	}
	
	/* -------Achtung FA ---------- */
	.comments-title .fa,
	.comment-reply-title .fa {
		font-size: 16px
	}
	
	.comments-title-link {
		font-size: 0.8em;
		bottom: -1px;
	}
	
	.comment .avatar { 
		display: none; 
	}
	
	.comment-inner { 
		margin-left: 0; 
	}
	
	.comment-inner:before,
	.comment-inner:after { 
		content: none; 
	}
	
	.bypostauthor .comment-author-icon {
		top: -9px;
		left: -9px;
	}

	
}

@media ( max-width: 500px ) {

	
	/* Respond ------------------------------- */
	
	.comment-form-author,
	.comment-form-email {
		display: block;
		width: 100%;
		float: none;
	}
		
}

@media ( max-width: 400px ) {
	
	/* Comments ------------------------------ */
	
	.comments-title-container, 
	.comment-reply-title {
		border-top-width: 3px;
		padding: 12px 0;
		margin-bottom: 20px;
	}
	
	.comments-title-link { 
		display: none; 
	}
	
	.comment-inner { 
		padding: 20px; 
		border-radius: 4px;
	}
	
	.comment-header h4 { 
		font-size: 1em; 
	}
	
	.comment-content { 
		font-size: 0.95em; 
	}
	
	/* Respond ------------------------------- */
	
	.comment-respond p { 
		margin-bottom: 15px; 
	}
	
	
}

/* --------------------- URL-Feld + Hinweis nocomments weg -------------------- */

p.nocomments, .comment-form-url { 
	display: 			none; }

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

.table-of-contents {
  	margin: 			4rem 0;
  	position: 			relative;
  	padding: 			.5rem 1rem 1rem .5rem;
  	display: 			block;
  	border-top:			var(--bordertyp);
  	border-bottom: 		var(--bordertyp);
  	background:			var(--backgroundfarbe); }

.table-of-contents .toc-headline {
  	font-size: 			1rem;
  	color: 				var(--schriftfarbe);
  	font-weight: 		700;
  	display: 			block;
  	cursor: 			pointer;
    margin: 			.3rem 0 .2rem 12px; }

.table-of-contents ul { padding: 0; }

.table-of-contents li {
  	position: 			relative;
  	list-style: 		inside;
  	list-style-type: 	none; 
  	font-weight: 		400;
  	margin: 			.3rem 0;
  	transition: 		.2s ease all;
  	padding-left: 		1rem !important; }

.table-of-contents li::before {
  content: '➤';
  margin-right: 0.5em;
  color: inherit; }

.table-of-contents li, 
.table-of-contents ul {
    margin: 			0;
    padding: 			0;
    white-space: 		nowrap;
    overflow: 			hidden;
    width: 				95%;
    text-overflow: 		ellipsis; }

.table-of-contents li a {
  	font-size: 			16px;
  	color: 				#036773; }

.table-of-contents li>ul {
  padding-left: 		1rem;
  padding-bottom: 		.5rem; }

/* --- Marker bei Inhaltsverzeichnis --- */

summary::marker {
            content: "+  ";
            font-size: 1.9em; /* Größe des Pluszeichens anpassen */
            color: skyblue;
            /*vertical-align: middle; /* Vertikale Ausrichtung */
        }
        /* Optional: Stil für das Summary-Element */
        summary {
            cursor: pointer;
            font-weight: bold;
           /* display: inline-flex; /* Ermöglicht die Ausrichtung der Kinder */
           /* align-items: center; /* Zentriert die Kinder vertikal */
        }
        	


/* -------------------- SUMMARY uused by TOC ------------------- */

summary {
	font-weight: 		lighter; 
	font-size: 			1rem;
	color: 				var(--schriftfarbe);
    cursor: 			pointer;
    padding: 			1rem; }
    
summary:focus { outline: none; }

summary:hover { text-decoration: underline !important; }

details {
	background: 		var(--backgroundfarbe); 
	margin-bottom: 		1.5rem;
    margin-left: 1em;
    padding: 1em;
 }

.akkordeon-inhalt { padding: 1rem 1rem 1px 1rem; }
details p {
    margin-left: 1em;
    margin-right: 1em;
	text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /* line-height: calc(var(--leading-multiplier, 1)*1.2rem) !important; */
    font-feature-settings: "kern" on, "liga" on, "calt" on, "onum";
}

/* Der verzögerungseffekt */

details[open] summary ~ * { animation: sweep .9s ease-in-out; }

@keyframes sweep {
  0%    {opacity: 0; margin-left: -20px}
  100%  {opacity: 1; margin-left: 0px}
}

/*--------------------- Zeppelin-FooterSite-Info --------------------- */

#site-info {
    text-align: 		center;
	position:			relative;
	clear:				both;
	padding:			60px 0 75px;
	color:				var(--graufarbe); }
	
#site-info p {
	font-size:			1rem;
	font-weight:		700;
	text-align:			center; }

#site-info ul li {
	margin:				0;
	padding:			0; }
	
#site-info a { color:#000000; }

#site-info a:hover { color:var(--schriftfarbe); }

#site-info .footer-nav {
	display:			block;
	padding:			30px 0 0;
	margin:				0;
	line-height:		2.2; }
	
#site-info a.top {
	position:			absolute;
	bottom:				57px;
	right:				0; }

/*--------- petersentry ------CHECK--*/

.peterentry-title a {
  	font-size: 			1.3rem;
  	font-weight: 		400;
  	line-height: 		21px;
  	padding-bottom: 	8px; }

.petersidebartitle { padding-top: 30px; }

h3.peterentry-title { padding: 8px 0 8px 0 !important; }

/* -------------------- Info Boxes -------------------- */

.white-box, 
.blue-box, 
.yellow-box, 
.red-box, 
.green-box, 
.apfel,
.lightgrey-box {
  	margin: 			30px 0;
  	padding: 			30px;
  	overflow: 			hidden;
  	font-weight: 		400;
  	/* border-radius: 		5px; */
  	border: 			solid 1px #eee;
  	box-shadow: 		0 7px 16px rgb(0 0 0 / 9%);
  	background: 		var(--backgroundfarbe); }

.red-box { border-left: 5px solid red; } 
.yellow-box { border-left: 5px solid yellow; }
.green-box { border-left: 5px solid green; } 
.blue-box { border-left: 5px solid blue; }
.white-box { border-top: var(--bordertyp); border-bottom: var(--bordertyp);}

.ptop-box {
  	width: 				30%;
  	margin: 			20px;
  	padding: 			20px;
  	overflow: 			hidden;
  	font-weight: 		400;
  	border: 			1px solid #b3aeae;
	box-shadow: 		rgb(38, 57, 77) 0px 20px 30px -10px;  
	background: 		#f0f1ec;
  	border-radius:		6px; }

.isc_image_list li {margin-bottom:0;}

/*--------------------- FEATURED ARTICLE ---------------------*/

.featured {
	margin-top:			40px;
	padding-bottom: 	15px;
	padding-bottom: 	35px;
	position: 			relative; }

.featured-h2-container { padding-bottom: 20px; }
	
.featured p {
    text-align: 		justify;
    -webkit-hyphens: 	auto;
    -moz-hyphens: 		auto;
    -ms-hyphens: 		auto;
    hyphens: 			auto;
    padding-top: 		15px; }

.featured-img img {
	object-fit: 		contain;
	width:				95%;
	height:				100%;
  	image-rendering: 	crisp-edges;
  	image-rendering: 	-webkit-optimize-contrast;
    border: 			var(--bordertyp); }

.featured-text-block {
  	position: 			relative;
  	bottom: 			20px;
  	right: 				10px;
  	background-color: 	var(--backgroundfarbe)!important;
  	left: 				10px;
    opacity: 			.96;
    border-bottom: 		1px solid #ccc;
    padding: 			15px 20px 20px 30px;
   	box-shadow: 		0 7px 16px rgb(0 0 0 / 9%); }
   	
.featured-text-block p {
  	line-height:		calc(var(--leading-multiplier, 1)*1.5rem)!important;
  	color: 				var(--schriftfarbe); }

/* Container holding the image and the text 245 */

.container { position: relative; }

.text-block {
  	/*position: 			absolute;*/
  	bottom: 			20px;
  	right: 				20px;
  	background-color: 	var(--schriftfarbe);
  	color: 				var(--weissfarbe);
  	padding-left: 		20px;
  	padding-right: 		20px; }
/* --- 3d --- */

.featured-img img {
  /* adjust the below to control the 3D effect */
  --x: 10px;
  --y: 20px;
  transform: perspective(1000px) rotateX(var(--_a,40deg));
  /* */
  clip-path: polygon(       
     var(--y)              var(--y),       
     calc(100% - var(--y)) var(--y),       
     calc(100% - var(--y)) calc(100% - var(--y)),       
     calc(100% - var(--y) - var(--x)) var(--_c,100%),       
     calc(var(--x) + var(--y))        var(--_c,100%),      
     var(--y)        calc(100% - var(--y))       
     );
  outline: var(--y) solid rgba(0,0,0,0.4);
  outline-offset: calc(-1*var(--y));
  padding: var(--y) var(--y) 0 var(--y);
  transition: 1s;
}
.featured-img:hover img {
  --_a: 0deg;
  --_c: calc(100% - var(--y));
}

/* -------------------- Kontaktformular -------------------- */

#contactF * {
  	line-height: calc(var(--leading-multiplier, 1)*1.5rem)!important; }
	
/* -------------------- Spitze Feder ---------------------- */

.spitzefeder { display: flex; }
.spitzefeder-excerpt p {
  line-height: 1.4;
}

/* -------------------- Tabellen -------------------- */

th, td {font-size: .9em !important; line-height: 130% !important;}

table, 
th,
td {border:	 			1px solid #ccc;
  	border-collapse: 	separate; }

th, 
td {padding: 			8px;
  	border: 			none;
  	background: 		none;
  	text-align: 		left;
  	float: 				none !important; }

tbody td { vertical-align: top; }

tbody td, 
tfoot th {
  	border-top: 		var(--bordertyp); }

tbody tr:first-child td { border-top: 0; }

thead th { border-bottom: var(--bordertyp); }

thead th, 
tfoot th {
  	background-color: 	var(--graufarbe);
  	font-weight: 		bold;
  	vertical-align: 	middle; }

td { background-color: var(--backgroundfarbe); }

.row-hover tr:hover td { background-color: var(--graufarbe); }

/* -------------------- Phobien --------------------- */

ul.letterlinks {
  	margin: 			0;
  	font-size: 			1rem;
  	padding: 			0; }

ul.letterlinks li {
  	display: 			inline;
  	border-right: 		1px solid #ccc; }

ul.letterlinks li a {
  	padding: 			5px;
  	text-decoration: 	none;
  	font-weight: 		bold; }

/* -------------------- Buttoni schöner Button -------------------- */

.buttoni {
    margin: 10px 0 15px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 36px;
    padding: 6px 10px 7px;
    font-size: 1rem;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    border: var(--bordertyp); 
    background: var(--backgroundfarbe); 
    border-radius: 50px;
    text-decoration: none;
}

.buttoni:hover {
    border: 1px solid #fff;
}

.buttoni::before,
.buttoni::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background: #1AAB8A;
    transition: 400ms ease all;
}

.buttoni::before {
    top: 0;
    right: 0;
}

.buttoni::after {
    bottom: 0;
    left: 0;
}

.buttoni:hover::before,
.buttoni:hover::after {
    width: 100%;
    transition: 800ms ease all;
}

.buttoni a {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--schriftfarbe);
    text-decoration: none;
}

/* ---------------------- BUTTJUMP – Schwebender Button -------------------- */

.btn-container { 
  padding-bottom: 20px; 
}

.btn {
  width: auto;
  height: 40px;
  background-color: var(--linkfarbe);
  border-radius: 32px;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: transform 0.3s, background-color 0.3s;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  animation: hover 1.5s linear infinite alternate;
}

.btn:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0.4;
  animation: hover-shadow 1.5s linear infinite alternate;
}

@keyframes hover {
  0%, 100% { transform: translateY(-6px); }
  50% { transform: translateY(-3px); }
}

@keyframes hover-shadow {
  0%, 100% { transform: translateY(6px); opacity: 0.4; }
  50% { transform: translateY(3px); opacity: 1; }
}

.btn:hover {
  background-color: var(--graufarbe);
}

.btn-container a, .btn-container a:link, .btn-container a:visited {
  padding: 15px 15px 0 15px;
  line-height: 0.5;
  }

/* --------------------- EXCERPT --------------------- */

.excerpt-text p {
	text-align: 			justify;
	-webkit-hyphens: 		auto;
	-moz-hyphens: 			auto;
	-ms-hyphens: 			auto;
	hyphens: 				auto;
	line-height: 			150%;
	overflow: 				hidden;
  	display: 				-webkit-box;
  	-webkit-box-orient: 	vertical;
  	-webkit-line-clamp: 	4;
  	padding-top: 			10px; }

.excerpt h2 a {
    color: var(--linkfarbe);
    font-size: 1.529rem;
    line-height: 150%;
    font-weight: 300;
    hyphens: auto;
    /* white-space: pre-line; */
    /* min-height: 80px; */
    display: block; 
}

/* -------------------- Artikel ------------------- */

.post-content p, .post-content section p {
	text-align: 			justify;
	-webkit-hyphens: 		auto;
	-moz-hyphens: 			auto;
	-ms-hyphens: 			auto;
	hyphens: 				auto; 
	font-feature-settings: "kern" on, "liga" on, "calt" on, "onum";
	}

p.justify { text-align: justify; }

small {
  	font-size: 				.8rem;
  	line-height: 			1.4em; }

big { font-size: 1.294rem; }

sup, sub {
  	font-size: 				.85rem;
  	height: 				0;
  	line-height: 			0;
  	position: 				relative;
  	vertical-align: 		baseline; }

sup { bottom: 1ex; }
sub { top: .5ex; }

/* -------------------- Link-Auszeichnungen mit Icons -------------------- */
.post-content a::after {
  color: #036773;
  padding-left: 5px;
  text-decoration: none;
  font-size: 1rem;
}

/* Alle ausgehenden Links (http/https) */
.post-content a[href^="http://"]::after, 
.post-content a[href^="https://"]::after {
  content: '↗';  /* Unicode: U+2197 */
  font-size: .8rem;
}

/* Mailto-Links */
.post-content a[href^="mailto"]::after {
  content: '✉';  /* Unicode: U+2709 */
  font-size: 1.3rem;
}

/* PDF-Links */
.post-content a[href$=".pdf"]::after {
  content: '📄';  /* Unicode: U+1F4C4 */
  font-size: 1rem;
}

/* Wikipedia-Links */
.post-content a[href*="wikipedia"]::after {
  content: 'Ⓦ';  /* Unicode: U+24CC */
  font-size: 1.3rem;
  vertical-align: middle;
}

/* ---------------- Ausnahmen (keine Icons anzeigen) ---------------- */

/* 🧠 Wichtig: Selektoren mit gleicher oder höherer Spezifität */
.post-content a[href*="hoergeraete-info"]::after,
.post-content a[href*="europa-host.de"]::after,
.post-content a[href*="dreibeinblog.de"]::after,
.post-content a[href^="https://www.testyourhearing.com/horgerate-info"]::after,
.post-content a[href*="wortbildungsmassnahme"]::after,
.post-content a[href^="https://play"]::after,
.post-content a[href^="https://amzn"]::after,
.post-content a[href*="amazon"]::after,
.post-content a[href^="https://itunes"]::after,
.post-content a[href^="https://buchshop.bod.de"]::after,
.post-content a[href*="bestatterweblog"]::after {
  content: none !important;
}

/**************** GALLERY-STYLING*****************/

.post-gallery, 
.post-image, 
.entry-attachment {
  	line-height: 		0; }

.post-gallery a, 
.post-image a, 
.entry-attachment a {
  	line-height: 		0;
  	display: 			inline-block; }

.gallery {
  	text-align: 		center;
  	display: 			block;
  	overflow: 			hidden; }

.gallery .gallery-item {
  	position: 			relative;
  	overflow: 			hidden;
  	display: 			inline-block;
  	line-height: 		0;
  	height: 			auto !important; }

.gallery .gallery-item a {
  	line-height: 		0;
  	display: 			block; }

.gallery .gallery-item img {
  	height: 			auto;
  	margin: 			0 auto; }
  	
/* -------------------- blogspezifische Einstellungen -------------------- */

.description {
	color: 				var(--schriftfarbe);
	font-size: 			1.6rem;
	padding: 			10px 0 30px 10px; }
	
/* -------------------- wp-disquZ -------------------- */

#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text {
    font-size: 			1.2rem !important; }

#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-text {
    font-size: 			1.2rem !important; }
    
#wpdcom .ql-editor > * {
    font-size: 			1.2rem !important;
    font-weight: 		normal;
    color: 				var(--schriftfarbe); }

.wpd-comment-author, .wpd-comment-author a { font-size: 1.1rem !important; }
    
/* wordpress default galleries ************** CHECK */

.gallery-item {
  	display: 			inline-block;
  	float: 				left;
  	text-align: 		center;
  	vertical-align: 	top;
  	width: 				100%;
  	padding: 			10px;
  	box-sizing: 		border-box; }

.gallery-item .gallery-caption {
  	text-align: 		left;
  	position: 			relative;
  	bottom: 			0;
  	margin-bottom: 		0; }

.gallery-item .gallery-icon img { margin-bottom: 24px; }

.gallery-columns-2, 
.gallery-columns-3, 
.gallery-columns-4, 
.gallery-columns-5, 
.gallery-columns-6, 
.gallery-columns-7, 
.gallery-columns-8, 
.gallery-columns-9 {
  	line-height: 		0;
  	margin-bottom: 		24px; }

.gallery-columns-2 img, 
.gallery-columns-3 img, 
.gallery-columns-4 img, 
.gallery-columns-5 img, 
.gallery-columns-6 img, 
.gallery-columns-7 img, 
.gallery-columns-8 img, 
.gallery-columns-9 img {
  	margin-bottom: 		0 !important; }

.gallery-columns-2 .gallery-caption, 
.gallery-columns-3 .gallery-caption, 
.gallery-columns-4 .gallery-caption, 
.gallery-columns-5 .gallery-caption, 
.gallery-columns-6 .gallery-caption, 
.gallery-columns-7 .gallery-caption, 
.gallery-columns-8 .gallery-caption, 
.gallery-columns-9 .gallery-caption {
  	display: 			inline-block; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.wp-caption-text, 
.wp-caption-dd {
  	font-style: 		italic;
  	font-weight: 		400;
  	line-height: 		18px;
  	font-size: 			.9em;
  	margin: 			16px 0 17px 0; }

.aligncenter .wp-caption-text { text-align: center; }

.center { text-align: center; }

/* -------------------- FOOTER WIDGETS -------------------- */

.site-footer { clear: both; }

.footer-widgets {
    display: 			-webkit-box;
    display: 			-ms-flexbox;
    display: 			flex;
    -ms-flex-wrap: 		nowrap;
    flex-wrap: 			nowrap;
    margin-right: 		-2em; 
    font-size: 			1.1rem; }

.footer-widget-column {
    width: 				25%;
    padding-right: 		2em;
    box-sizing: 		border-box;
    -webkit-flex-grow: 	1;
    flex-grow: 			1; }

.footerwidgets { background: var(--graufarbe); }

.recentcomments li a, .recent-posts li a, .recentcomments a, .recent-posts a {
    display: 			inline-block;
    color: 				var(--linkfarbe); }

li.cat-item, li.recentcomments, .wigdet_recent_entries { 

	list-style:			none; } 

li.recentcomments { padding-bottom: 10px; }


/********** WIDGET BERATUNG ****** CHECK*/

.beratung-title {
	font-size: 			1.5rem;
	margin-bottom:		-30px; }

/* -------------------- Versali -------------------- */

p.initial:first-letter {
  	font-family: 		var(--font-serif);
  	font-size: 			5rem;
  	margin: 			.2rem 0 -.4rem 0;
  	padding: 			0 0 0 0;
  	display: 			block;
  	height: 			4.8rem;
  	line-height: 		5.2rem;
  	float: 				left; }

/* -------------------- PREV NEXT -------------------- */

.flexbuttons {
  	display: 			flex;
  	justify-content: 	space-between; }

.butt-d, 
.butt-prev, 
.butt-next {
  	font-size: 			.9em !important;
  	line-height: 		1.4;
  	padding: 			6px 13px 6px 13px;
  	display: 			inline-block;
  	border-top:			var(--bordertyp);
  	border-bottom:		var(--bordertyp);
  	height: 			35px !important;
  	background:			var(--backgroundfarbe); }

.butt-prev, 
.butt-next {
  	width: 				350px !important;
  	height: 			35px !important; }

.butt-d:hover, 
.butt-prev:hover, 
.butt-next:hover, 
.tagcloud a:hover, 
.widget_tag_cloud .tagcloud a:hover {
  	color: 				var(--schriftfarbe) !important;
  	border-radius: 		50px !important;
  	border-color: 		#359bed !important;
  	transition: 		all 0.3s ease 0s !important;
    /********* Rotationseffekt***********/
  		-webkit-transform: rotate(3deg) !important;
  		-moz-transform: rotate(3deg) !important;
  		-ms-transform: rotate(3deg) !important;
  		-o-transform: rotate(3deg) !important;
  		transform: rotate(3deg) !important; }

.butt-d { 
  	text-align: 		center;
  	display: 			inline-block; }
  	
.butt-next a, 
.butt-next p,
.butt-prev a, 
.butt-prev p {
	white-space: 		nowrap;
  	overflow: 			hidden;
  	width: 				100%;
  	text-overflow: 		ellipsis;
  	line-height: 		1.5; }
  	
.butt-next a, 
.butt-next p { float: left; }

.butt-prev a, 
.butt-prev p { float: right; }

.widget-inner .butt-d { margin-top: 15px; }

.pfeil-links, .pfeil-rechts {
	width: 				0px;
	height: 			0px;
	-webkit-transform:	rotate(360deg);
	border-style: 		solid; }
	
.pfeil-links {
	border-color: 		transparent grey transparent transparent;
	border-width: 		6.5px 19.3px 5.5px 0;    
	margin: 			4px 6px 7px 0; }

.pfeil-rechts {
	border-width: 		6.5px 0 6.5px 19.3px;
	border-color: 		transparent transparent transparent grey; 
	margin-top: 		4px; }

/**** was anderes ******/

.post-content img {
  	margin-bottom: 		20px;
  	margin-top: 		15px;
  	image-rendering: 	-webkit-optimize-contrast; }

#wp-worthy-pixel img, 
.post-featured-image.img-show img {
  	box-shadow: 0 0 0 #fff !important; }
  	
#wpdcom .ql-editor > * {
    letter-spacing: 	normal !important;
    font-weight: 		normal;
    color: 				var(--schriftfarbe); }
    #wpdcom .ql-editor {
    letter-spacing: 	normal !important;
    font-weight: 		normal;
    color: 				var(--schriftfarbe); }
    
.lesezeit { padding-top: 15px; }

/* -------------------- Footer-Links Abstand -------------------- */

.footerlink, 
.noexti, 
.footerlink a {
  	line-height: 		190%;
  	font-size: 			.9em;
  	color: 				var(--schriftfarbe); }


/************ TEST MENUE ****CHECK********/

.divLeft {
    width:100px;
    display:block;
    float: left;
}

.divRight {
    width:100px;
    display:block;
    float: right;
}
/* ---------------------- Lexikon-Anpassung LI ---------------------- */

.glossaryLinkMain { font-size: 1.294rem; }

.glossary_itemdesc { padding-bottom: 25px !important; }

#glossaryList-nav { padding-bottom: 15px; }

.cm-glossary.expand ul.glossaryList li > a.glossaryLink {
    font-size: 			1.176rem;
    font-weight: 		bold; }

.cm-glossary.expand ul.glossaryList li { list-style:none !important; }

/* ---------------------- SCHLUSSTEXT ---------------------- */

.schlusstext, 
.schlusstext p {
	font-size: 			1rem;
	width:				95%; }
	
	/*---------------Discuz -------------------*/
	#wpdcom .wpd-comment.wpd-reply .wpd-comment-text {
    font-size: 16px;
}
#wpdcom .wpd-comment-text {
    font-size: 16px;
    padding: 0 0 8px 0;
    word-break: break-word;
}


/* ---------------------- NICE OL/UL ---------------------- */

.post-content ul.border,
.post-content ol.border {
    list-style: none;
    margin: 0 0 1.5em 2em;
    padding: 0;
}

/* ---------- Gemeinsames Verhalten der Listenelemente ---------- */
.post-content ul.border > li,
.post-content ol.border > li {
    margin-bottom: 0.75em;
    padding-left: 0;
    line-height: 1.5;
}

/* ---------- UL mit Unicode-Pfeilen ---------- */
.post-content ul.border > li::before {
    content: '▸'; /* Unicode: U+25B8 */
    color: #A2BB5A;
    display: inline-block;
    margin-right: 1.5em;
    font-size: 2.2em;
    vertical-align: baseline;
}

/* ---------- OL mit Zählung ---------- */
.post-content ol.border {
    counter-reset: li-counter;
}

.post-content ol.border > li::before {
    content: counter(li-counter);
    counter-increment: li-counter;
    display: inline-block;
    margin-right: 1.5em;
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--linkfarbe);
    vertical-align: baseline;
}

/* ---------------------- WELCOME BOX ---------------------- */

.welcomebox p { text-align:center; }

/* ---------------------- kleine Anpassungen -------------------- */

.hoertest { padding: 15px 0 15px 0; }

.footer-widget-column aside { margin-bottom:40px; }

/* ---------------------- FONT AWESOME ERSETZEN ----------------------- */

.di-arrowup {
    display: inline-block;
    transform: translate(20%, -35%);
    color: var(--weissfarbe);
    font-size: 2rem;
    line-height: 1;
    text-align: center;
}

.di-arrowup::before {
    content: '↑'; /* Oder ▲ bzw. ↑ */
    display: inline-block;
}

.error404 .post-inner,
.type-page .post-inner {
    padding-left: 				0px; }


/* -------------------- Lexikon Indexbuchstaben größer -------------------- */

.glossary-container.no-counts .large .ln-letters a {
    font-size: 				1.765rem;
    line-height: 			1.25em; }

.glossaryList li, 
li#glossaryList, 
span.glossaryLink li {
	line-height: 			.6rem !important;
	margin: 				0;
	padding: 				0; }

span.glossaryLink, 
a.glossaryLink {
	cursor:					help; }


/* --------------------- Icons infoseite ---------------------- */

.linkbildimg { width: 16px;}
    
.bildlink span {
    margin-top: 			5px;
    margin-bottom: 			5px;
    display: 				inline-block; }

/* -------------------- TAGSYSTEM FACHARTIKEL -------------------- */

.tagsystem {
    display: 				inline-block;
    margin: 				1em 0 .7em;
    background-color:		var(--backgroundfarbe);
    border-top:				var(--bordertyp);
    border-bottom:			var(--bordertyp); }

.tagsystem p {
    font-size: 			.9rem;
    padding: 			0px 4px;
    margin: 			3px !important;
    color: 				var(--schriftfarbe);
    width: 				-moz-fit-content;
    width: 				fit-content; }

/* ---------------------- Serial Posts, Sources und Fußnoten ---------------------- */

#serial-posts-wrapper {
  margin-bottom: 20px;
}

#serial-posts-wrapper > h3,
.serial-posts-heading,
.footnotes > h3,
.sources > h2 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 10px 0 10px;
}

.serial-posts-list-item,
.footnotes li,
.sources li {
  line-height: 1.3;
  margin-bottom: 0;
}

#footnotes {
  margin-bottom: 20px;
}

span.footn {
  font-size: 0.8rem;
  font-weight: bold;
}

.sources ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sources, .footnotes, .serial-posts li {
  font-size: 1rem;
}

/ ******* neu 14.02.2026 ********* /

sup[id^="fnref"] {
  font-size: 0.9em;           /* wirkt wie eine echte Referenz */
  vertical-align: super;
  line-height: 0;
  margin-left: 0.2em;
}

sup[id^="fnref"] a.footnote {
  display: inline-block;
  min-width: 1.25em;
  padding: 0.05em 0.35em;
  border-radius: 999px;       /* Pillenform */
  font-weight: 700;
  text-decoration: none;
  color: #1f3b73;
  background: #ffffff;        /* ganz leichtes Blau */
  border: 1px solid #d7e2ff;  /* feine Kontur */
}

sup[id^="fnref"] a.footnote:hover,
sup[id^="fnref"] a.footnote:focus {
  background: #e3edff;
  border-color: #c6d7ff;
}

/* Fußnotenbereich unten: etwas mehr Luft */
#serial-posts-wrapper .footnotes ol {
  margin: 0.6em 0 0 1.2em;
}

#serial-posts-wrapper .footnotes li {
  margin: 0.35em 0;
  line-height: 1.45;
}

/* "(zurück)" dezent */
span.footn {
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.75;
}
/* ---------------- Fußnoten & Sources – harmonisierte Listen ---------------- */

#serial-posts-wrapper .footnotes ol,
.sources ol,
.sources ul {
  margin: 0.6em 0 0 1.2em;
  padding-left: 0;
}

#serial-posts-wrapper .footnotes li,
.sources li {
  margin: 0.35em 0;
  line-height: 1.45;
  font-size: 1rem;
}

/* "(zurück)" Link bei Fußnoten */
span.footn {
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.75;
}

/* Überschriften optisch angleichen */
.serial-posts-heading,
.footnotes > h3,
.sources > h2 {
  margin: 12px 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
}

/* ---------------------- H3-Überschriften mit Glow-Effekt ---------------------- */

.divider {
  display: flex;
  align-items: center;
}

.divider:before,
.divider:after {
  content: "";
  flex: 1;
}

.line {
  align-items: center;
  margin: 1em -1em;
}

.line:before,
.line:after {
  height: 1px;
  margin: 0 1em;
}

.glow:before,
.glow:after {
  height: 6px;
  -webkit-filter: blur(5px);
  border-radius: 5px;
}

.glow:before {
  background: linear-gradient(to right, blue, hotpink);
}

.glow:after {
  background: linear-gradient(to left, blue, hotpink);
}

.gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0;
  height: 2.2em;
  line-height: 2.2em;
  padding: 0 1em;
  background: linear-gradient(to right, #bfa76a 0%, #0b3d0b 20%, #0b3d0b 80%, #bfa76a 100%);
  color: #ffd700 !important; /* Gold */
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  border-radius: 4px;
}
/* Wichtig: die divider-Linien für Gradient abschalten */
.gradient:before,
.gradient:after {
  content: none !important;
}

/* Falls Links enthalten sind */
.gradient a,
.gradient a:link,
.gradient a:visited,
.gradient a:hover,
.gradient a:active {
  color: #ffd700 !important;
  text-decoration: none;
}



/* ---------------------- Neue Infobox 05/2024-------------------- */

/* info-box1, leser-box1 und frage-box1 aus Gründen der Rückwärtskompatibilität

/* Basiseinstellungen für beide Boxen */
.info-box, .frage-box, .frage-box1, .info-box1, .leser-box1 {
    margin: 30px 0;
    padding: 30px;
    overflow: hidden;
    font-weight: 400;
    border: solid 1px #eee;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.09);
    background: var(--backgroundfarbe);
    font-family: var(--font-serif);
    display: flex; /* Hinzugefügt für Flex-Layout */
}

/* Besondere Inhalte vor der Box */
.info-box:before, .frage-box:before, .frage-box1:before, .info-box1:before, .leser-box1:before {
    color: var(--schriftfarbe);
    font-size: 5rem;
    margin-right: 20px; /* Aktualisiert für Abstand */
    display: inline-flex; /* Änderung für bessere Platzierung */
    align-items: center; /* Zentriert das Symbol vertikal */
    justify-content: center; /* Zentriert das Symbol horizontal */
    width: 90px; /* Feste Breite für das Symbol */
    height: 90px; /* Feste Höhe für das Symbol */
    border-radius: 50%; /* Kreisförmig */
    background: #eef1fe; /* Hintergrundfarbe für das Symbol */
    line-height: 1; /* Anpassung der Zeilenhöhe */
}

/* Spezifischer Inhalt für jede Box */
.frage-box:before, .frage-box1:before, .leser-box1:before { 
    content: "\003F"; /* Unicode für Fragezeichen */
}

.info-box:before, .info-box1:before { 
    content: "\0021"; /* Unicode für Ausrufezeichen */
}

/* Styling für den Inhalt der Boxen */
.message-container, .frage-box1-inner, .info-box1-inner, .leser-box1-inner {
    flex: 1; /* Nimmt den verbleibenden Platz ein */
    padding: 0 15px; /* Abstand links und rechts */
    font-style: italic; /* Schriftstil */
    line-height: 28px; /* Zeilenhöhe */
    border-left: 1px solid #d3d3d3; /* Linie links vom Text */
}

.info-box2024 {
    position: relative;
    display: inline-block;
    margin-bottom: 19px;
    margin-top: 19px;
    padding: 1.5rem 1.3rem 1.5rem 1.3rem;
    border-radius: 4px;
    box-shadow: #e1e1e1 0 0 0 1px inset;
    background-color: #fff;
    font-family: var(--font-serif);

}

.info-box2024-title {
    position: absolute;
    top: -24px;
    left: -8px;
    height: 51px;
    padding-right: 7px;
    margin: 0;
    color: #1b7785;
    font-weight: 700;
    font-size: 37px;
    font-family: 'Architects Daughter', var(--font-fallback);
    white-space: nowrap;
    /*background-color: yellow;*/
    transform: rotateZ(-13deg);
}

/* Fügen Sie dies hinzu, um den "Info"-Text zu erzeugen */
.info-box2024-title::before {
    content: " Info";
}


/* -------------------- related posts anubis 05/2024 -------------------- */

.related-posts-list { 
	border-top: 			var(--bordertyp);
	border-bottom:          var(--bordertyp);
	background:				var(--backgroundfarbe); }

.thumb img {
	/*height: auto;
    max-width: 100%;*/
    width: 210px;
	height: 140px;
	object-fit:cover;
}

.related-posts img {
    /*height: 				auto;*/
    display: 				block; }

.related-posts li {
	display: 				inline-flex;
	padding-bottom:			15px;
	max-width: 				24%; }

.related-posts li a {
	display: 				inline-block;
	padding:				15px;
	max-width: 				100%; }
	
	
.related-posts > ul > li > a > h4 {
    line-height: 1.3em;
    word-break: break-word;
    hyphens: auto;
    font-size: 1rem;
}

.related-posts { display: flex; }

.related-posts .entry-title { font-size: 1rem; }

.related-posts a img:hover { opacity: .85; }

/* --------------------------------------------------------- überprüfen ------------------------------------------------------------------------------- */
.contenti .thumb img {
	/*height: auto;
    max-width: 100%;*/
    width: 210px;
	height: 140px;
	object-fit:cover;
}


/***** WIDGET INLINE BILDER SIZE **********************************************************CHECK *****/

.eingemeinertext img {
	width:				320px; 
	height:				105px; }
/* --------------------------------------------------------- überprüfen Ende --------------------------------------------------------------------------- */


/*-------- Lexikon Kategorie --------*/


.cmtt-taxonomy-single { padding-bottom:20px; }
	
.cmtt_synonyms_title { margin-bottom: 20px; }


.buttonneu {
  	background-color: 	var(--backgroundfarbe);
  	border: 			1px solid var(--graufarbe);
  	border-radius: 		5px;
  	font-size: 			16px;
  	padding: 			10px 20px;
  	text-align:			center; }

/*------- POST IT MIT NADEL  -------------*/

.quote-container {
  	margin-top: 		50px;
  	margin-bottom: 		50px;
  	position: 			relative; }

.note {
	color: 				var(--linkfarbe); 
  	position: 			relative;
  	width: 				80%;
  	margin: 			0 auto;
  	padding: 			20px;
	font-family: 		'Architects Daughter', var(--font-fallback);
   	font-size:			1.6rem; 
  	box-shadow: 		0 10px 10px 2px var(--graufarbe); 
}

.note p { 	line-height: 		147% !important; }


.note .author {
  	display: 			block;
  	margin: 			40px 0 0 0;
  	text-align: 		right; }

.yellow {
    background: 		#fefabc; 
    transform: 			rotate(-2deg);
 	z-index: 			1; }

.pin {
  	background-color: 	var(--graufarbe);
  	display: 			block;
  	height: 			32px;
  	width: 				2px;
  	position: 			absolute;
  	left: 				50%;
  	top: 				-16px;
  	z-index: 			2; }

.pin:after {
  	background-color: 	#e22727;
  	border-radius: 		50%;
    box-shadow: 		inset 0 0 0 1px var(--graufarbe),
	inset 3px 3px 3px hsla(0,0%,100%,.2),
         inset -3px -3px 3px hsla(0,0%,0%,.2),
              23px 20px 3px hsla(0,0%,0%,.15);
  	content: 			'';
  	height: 			12px;
  	left: 				-5px;
  	position: 			absolute;
  	top: 				-10px;
  	width: 				12px; }

.pin:before {
  	background-color: 	var(--graufarbe);
  	box-shadow: 		0 0 .25em var(--graufarbe);
  	content: 			'';
  	height: 			24px;
  	width: 				2px;
  	left: 				0;
  	position: 			absolute;
  	top: 				8px;
  	transform: 			rotate(57.5deg);
    transform-origin: 	50% 100%; }
 
.tape {
    position:			absolute;
    top:				-15px; 
    right:				80px;
    width: 				130px;
    height: 			35px;
    background-color:	var(--weissfarbe);
    opacity:			.7;
    border-left: 		1px dashed #cecece;
    border-right: 		1px dashed #cecece;
    box-shadow: 		0px 0px 1px 0px var(--graufarbe);
    transform: 			rotate(6deg) skew(0,0) translate(0%,-5px);
	z-index: 			3; }

/*---------------------------------- Newspaper Zeitung -----------------------------------*/

.newspaper {
	position: 			relative;
	width: 				85%;
	margin: 			10px 0px 30px 0px;
	padding: 			180px 30px 30px 30px;
	/*background:			var(--graufarbe)eee;*/
	background-image: 	url(/wp-content/uploads/newspaper-background20122022.jpg); 
   	opacity: 			.8;
	font-family: 		var(--font-serif);
	font-weight:		bold;
	border:				solid var(--graufarbe) 1px; }

.newspaper p {
	text-align:			justify;
	font-size:			1.1em !important;
	 }

.newspaper p.opener {
	font-size: 			2em !important;
	line-height:		110% !important;
	font-weight:		bold;}

.newspaper h2 {
    font-family: var(--font-serif);
    font-size: 2.8em !important;
    font-weight: 900 !important;
    line-height: 110% !important;
    color: var(--schriftfarbe) !important;
    /*padding-top: 119px;*/
}

/* -----------------------More weiterlesen ------------------- */

.bd-more-btn * {
  text-decoration: none !important;
}

/* ----------------------- Glossary -------------------------- */

span.glossaryLink, 
a.glossaryLink {
	line-height: 		1.3em !important; }

.cm-glossary.table.modern ul.glossaryList li > div.glossary_itemdesc {
	line-height:normal; }

.cm-glossary.expand ul.glossaryList li > div.glossary_itemdesc {
	line-height:normal; }

/* ------------------------ SSearchform 06-2025 ---------------------- */

.ssearch {
    padding: 7px 0 0 10px;
}

.ssearch .search-button {
    padding-top: 1px;
    background: none;
}

.ssearch .search-field {
    width: 70%;
    padding: 7px;
    margin-bottom: 17px;
    border: var(--bordertyp); 
}

/* Hier ersetzt: Dash-icon → Unicode-Lupe */
.ssearch .search-button::before {
    content: '🔍'; /* Unicode U+1F50D */
    font-size: 1.5rem;
    position: relative;
    top: 8px;
    color: var(--schriftfarbe);
    padding-right: 6px;
    display: inline-block;
}

/* .ssearch .search-form > button > div {
    color: red;
} */

.search-container .search-field {
    padding: 30px 64px 30px 0;
    font-weight: 400;
}

.search-container .search-button {
    margin-top: -17px;
}

/* Falls Sie .fa noch im HTML verwenden 
.search-container .search-button .fa {
    font-size: 2em;
}*/
/* ---------------------------------------------------------------------------------------- */
/* 											MEDIA QUERIES FOR MOBILE
/* ---------------------------------------------------------------------------------------- */

/* --------------------- MEDIA 991.98 -------------------- */

@media ( max-width: 991.98px ) {

p, 
h1,
h2,
h3
h4,
h5,
h6,
a { 
		font-family: 		Roboto, var(--font-fallback); }
		
p { font-size: 1.2rem; }
		
.wrapper.section-inner { max-width: 100%; }

.wrapper:after { content: none; }
	
.content { 
		float: none !important;
		max-width: 88%;
		width: auto; 
		margin-left: auto;
		margin-right: auto; }
	
.sidebar, frontpage-sidebar { 
		width: 100%;
		padding-left: 6%;
		padding-right: 6%;
		background: #f1f1f1;
		border-top: var(--bordertyp);
		float: none; }
		
.search-container .search-field {
		padding: 30px 64px 30px 0;
		font-size: 1.25em;
		font-weight: 400; }
	
.search-container .search-button { margin-top: -17px; }

/* .search-container .search-button .fa { font-size: 2em; } */
		
.header { 
		padding: 25px 0; 
		/*border-top: 8px solid #26272B;*/ }
			
.blog-title,
.blog-description {
		margin-right: 60px; }

.featured-h2-container h2 {
		font-size: .9rem; }
		
.featured-text-block {
    position: static; }

.post-content .alignwide,
.post-content .alignfull {
		margin-left: calc( ( 100vw * -.06 ) - 200px );
		max-width: 100vw;
		width: 100vw; }
		
.excerpt h2 a {
	    font-size: 1.2rem; }

.post-content h2 {
	    font-size: 1.3rem !important;
    	padding: 0 0 .5rem 0 !important;
    	font-weight: 400 !important;
    	border-bottom: 1px solid #51790b var(--clr-primary) !important; }

.sidebar .widget, .frontpage-sidebar .widget {
		display: inline-block;
		width: 47%;
		vertical-align: top;
		padding: 0;
		margin: 0 0 60px 0;
		border: none; }
	
.sidebar .widget:nth-child(2n) { margin-left: 5%; }
.frontpage-sidebar .widget:nth-child(2n) { margin-left: 5%; }

	
/* Credits ----------------------------------- */
	
.ptop, 
.noshow, 
.hoertest {
	display:none;}
	
}

/* --------------------- MEDIA 767.98 -------------------- */
@media (max-width: 767.98px) {
	
.spitzefeder { display: block; }
	
/*.bd-more-btn a { font-size: .8rem !important; }
.bd-more-btn {
    margin-top: 10px;
    height: 31px;
    padding: 6px 0px 7px; }*/

.single-post .post-inner { padding-left: 0; }
	
.related-posts { display: none; }
		
.post-inner .related-posts { display: block; }
	
.post-inner > .post-content { font-size: 1.059rem; }

.post-content .alignwide,
.post-content .alignfull {
		margin-left: -6vw; }
		
.excerpt h2 a { font-size: 1.2rem; }

.comments, 
.comment-respond form,
.no-comments {
		margin-left: 0; }

.no-comments {
		margin-top: 25px;
		border-top: 2px solid var(--bordercolor);
		padding-top: 25px; }
		
.ptop,
.noshow,
.hoertest {
		display:none; }
	
}

/* ---------------------- MEDIA 575.98 --------------------- */

@media (max-width: 575.98px) {
	
/*.bd-more-btn {
    margin-bottom: 			20px; }*/

.excerpt h2 a {
    min-height: 80px;
    display: contents; }
    
.posts { display: block; }
.posts .post { width: 93.5%; }

.tagsystem {
    display: 				inline-block;
    margin: 				0; } 

.section-inner,
.content {
		max-width: 			90%; }
	
.content { padding: 30px 0; }
	
.search-container .search-field {
		padding: 			25px 50px 25px 0;
		font-size: 			1.1em; }

.search-container .search-button { margin-top: -15px; }

.search-container .search-button::before { 
    content:           '🔍'; /* Unicode: U+1F50D */
    font-size:         1.75em;
    display: inline-block;
    margin-right: 0.3em; /* optionaler Abstand zum Buttontext  */
}

.post-title { 
		font-size: 			1.25em; 
		line-height: 		130%; }
		
.excerpt h2 a { font-size: 1.2rem; }

.single-post .post-header,
.single-post .post-image,
.single-post .flexslider { 
		margin-bottom: 		25px; }
	
.single-post .post-categories { font-size: .8824rem; }
	
.single-post .post-title { 
		font-size: 			1.75em; 
		line-height: 		130%; }
	
.single-post .post-meta { 
		padding-top:	 	12px;
		font-size: 			.9em; }
	
.single-post .post-meta .resp { display: none; }
	
.single-post .post-meta:first-letter { text-transform: uppercase; }
	
.single-post .post-tags { margin-top: 20px; }
	
.post-author { 
		margin-top: 		30px;
		padding: 			20px 20px 20px 100px; 
		min-height: 		100px; }
	
.post-author:before { left: 44px; }
	
.post-author .title { font-size: 1rem; }
	
.post-author > .avatar { margin-top: -30px; }
	
.post-author img { 
		width: 				60px; 
		padding: 			3px; }
	
.post-content,
.post-inner > .post-content { font-size: 1rem; }
	
/* .intro {
	color:				#293280;
	font-size: 			1.2rem;
	line-height: 		140% !important;
	font-weight: 		400 !important;
	font-family:		'Pontano Sans' !important;} ist okay aber überprüfen auf mobil */

	
.post-content h1, 
.post-content h2, 
.post-content h3, 
.post-content h4, 
.post-content h5, 
.post-content h6 {
		margin: 			30px 0 12px; }
	
.post-content h1 { font-size: 2rem; }
/* .post-content h2 { font-size: 1.76rem; }
.post-content h3 { font-size: 1.529rem; }
.post-content h4 { font-size: 1.294rem; } */
.post-content h2 { font-size: 1.529rem; }
.post-content h3 { font-size: 1.294rem; }
.post-content h4 { font-size: 1.176rem; }

.post-content h5 { font-size: 1.176rem; }
.post-content hr { display:none; }
.post-content blockquote { padding: 25px; }
.post-content blockquote:after { content: none; }
.post-content fieldset { padding: 20px; }

.comments-container,
.respond-container { 
		margin-top: 		40px; }
	
.comments-title-container,
.comment-reply-title { 
		padding: 			18px 0;
		margin-bottom: 		30px; }
	
.comments-title,
.comment-reply-title { 
		font-size: 			1em; }
		
.comments-title::before,
.comment-reply-title::before {
    font-size: 1rem;
    content: '💬'; /* Unicode: U+1F4AC */
    display: inline-block;
    margin-right: 0.3em;
    vertical-align: middle;
}
	
.comments-title-link {
		font-size: 			.9rem;
		bottom: 			-1px; }
	
.comment .avatar { display: none; }
.comment-inner { margin-left: 0; }

.comment-inner:before,
.comment-inner:after { 
		content: 			none; }
	
.bypostauthor .comment-author-icon {
		top: 				-9px;
		left: 				-9px; }
	
.archive-nav { margin-top: 40px; }
.archive-nav .number { display: none; }

.archive-nav .archive-nav-older,
.archive-nav .archive-nav-newer {
		position: 			static; }

.archive-nav .archive-nav-newer { float: left; }	
.archive-nav .archive-nav-older { float: right; }
	
.sidebar, .frontpage-sidebar { 
		padding-right: 		5%;
		padding-left: 		5%; }
	
.sidebar .widget, .frontpage-sidebar .widget {
		display: 			block;
		width: 				100%;
		margin: 			0; }
	
.sidebar .widget + .widget {
		padding-top: 		40px;
		margin-top: 		40px;
		border-top: 		var(--bordertyp); }
		
.frontpage-sidebar .widget + .widget {
		padding-top: 		40px;
		margin-top: 		40px;
		border-top: 		var(--bordertyp); }
	
.sidebar .widget:nth-child(2n) { margin-left: 0; }
.frontpage-sidebar .widget:nth-child(2n) { margin-left: 0; }


	
.noshow { display: none !important; }
	
.ptop, 
.noshow, 
.hoertest {
		display:			none !important; } 
		
}


