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

	Theme Name: Rowling01
    Text Domain: rowling01
	Theme URI: https://peterwilhelm.info/
	Version: 3.0
	Description: ANUBIS developed for Blogs of Peter Wilhelm MASTERSTYLE.CSS
	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 27122022-04:23
----------------------------------------------------------------------------------- */
/* --------------------- 0.	CSS Reset ---------------------- */

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

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

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

ol, 
ul {
	list-style:			none; }

blockquote:before, 
blockquote:after {
	content:			""; }

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; }


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

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

/* var(--schriftfarbe); */

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

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: subpixel-antialiased; }

/* -------------------- Schriftgrößen basierend auf den 17px --------------------
6px = 0.3529rem
7px = 0.4118rem
8px = 0.4706rem
9px = 0.5294rem
10px = 0.5882rem
11px = 0.6471rem
12px = 0.7059rem
13px = 0.7647rem
14px = 0.8235rem
15px = 0.8824rem
16px = 0.9412rem
18px = 1.059rem
20px = 1.176rem
22px = 1.294rem
24px = 1.412rem
26px = 1.529rem
28px = 1.647rem
30px = 1.765rem
32px = 1.882rem
34px = 2rem
36px = 2.118rem
38px = 2.235rem
40px = 2.353rem
41px = 2.412rem
42px = 2.471rem
43px = 2.529rem
44px = 2.588rem
45px = 2.647rem
46px = 2.706rem

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

body a, 
body a:hover {
	color: 				var(--linkfarbe);
	text-decoration: 	none; }

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

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

.hidden { display: none; }

.clear { clear: both; }

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

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

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


/* -------------------- 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; }
	
/* -------------------- 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 {
	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 {
	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 { 
	font-size: 			2.529rem;
	font-family:		'dashicons';
	content: 			"\f179";
	font-size: 			1.294rem; } 

.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; }

/* (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: 				var(--weissfarbe);
  	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(--schriftfarbe);
	font-size: 			1.2em;
	line-height: 		125%;
	font-weight: 		300;
	hyphens: 			auto;
    /*white-space: 		pre-line; */
    font-family:		'merriweather', var(--font-fallback); 
	/*font-family:		'Pontano Sans', var(--font-fallback); */}
    
.post-title a { color: var(--schriftfarbe); }

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

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

.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: 				476px;
	height: 			278px;
	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); }

/* --------------------- 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 blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content pre {
	line-height: 		calc(var(--leading-multiplier, 1)*1.6rem);
	margin-bottom: 		1.5rem; }

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

.post-content p.intro {
	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; }

.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 h5 { font-size: 1.176rem; }

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

.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 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: 			170%;
	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 .alignnone,
.post-content .aligncenter,
.post-content .alignwide,
.post-content .alignfull {
	margin: 				2.5em auto; }

.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; }

.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 {
	width: 					100%;
	padding: 				20px;
	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; }

/* --------------------	Edit-Links wenn eingeloggt -------------------- */

a.post-edit-link:before, 
.page-edit-link:before, 
.post-edit-link a:before { 
	font-family: 		'dashicons';
	content: 			"\f464"; }

/* ------------------- 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; }

/*.fa-search:before { 
	font-family: 		'dashicons';
    content: 			"\f179";
	font-size: 			1.5rem; 
	position: 			relative;
	top: 				-3px;
	color: 				var(--graufarbe); }*/

.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: 1rem; }

.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; }

.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%;*/ }

/* -------------------- 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: rgba(255,255,255,0.5); }*/
.attribution a { color: var(--weissfarbe); }

.attribution a:hover { 
	/*color: 				rgba(255,255,255,0.5); */ 
	color: 				var(--weissfarbe);  
	text-decoration: 	underline; }

.to-the-top {
	/*display: 			block;*/
	display:			none;
	width: 				50px;
	height: 			50px;
	padding-top: 		21px;
	border-radius: 		99px;
	background: 		var(--linkfarbe);
	position: 			absolute;
	top: 				-25px;
	right: 				0; }

.to-the-top:hover {
	color: 				var(--weissfarbe);
	top: 				-30px; }

.to-the-top .fa {
    color: 				var(--weissfarbe);
	display: 			block;
    font-size: 			1.765rem;
    margin-top: 		-16px;
    position: 			absolute;
    left: 				0;
    right: 				0;
    top:	 			50%;
    text-align: 		center;
    text-shadow: 		0 1px 0 rgba(0, 0, 0, 0.25);
    width: 				100%; }

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

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

/* ---------- Base Divider class ---------- */

.divider { display: flex; }

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

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

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

.one-line:before, 
.one-line:after {
	background: 		var(--schriftfarbe); }

.razor:before, 
.razor:after {
	box-shadow: 		0 0.5px 0 var(--schriftfarbe); }

.double-razor:before, 
.double-razor:after {
	height: 			3px;
	box-shadow: 		0 -0.5px 0 var(--schriftfarbe), 0 0.5px 0 var(--schriftfarbe);
	border-width: 		0; }

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

.glow:before { background: linear-gradient(to right, #92ffc0, #002661); }

.glow:after { background: linear-gradient(to left, #92ffc0, #002661); }

.gradient {
	align-items: 		stretch;
	margin: 			1em 0;
	height: 			2em;
	line-height: 		2em;
	color: 				var(--weissfarbe);
  	background: 		var(--schriftfarbe); }

.gradient:before { background: linear-gradient(to right, #fff, var(--schriftfarbe)); }

.gradient:after { background: linear-gradient(to left, #fff, var(--schriftfarbe)); }

/**CHECK ******************** even and odd posts ******************************/

/*.even {
background:#f0f8ff;  
} 
.odd {
 background:#f4f4fb;
}*/
/* -------------------- 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 */ }

/*--------------------- Zeppelin-Footer --------------------- */

#site-info {
    position: 			relative;
    clear: 				both;
    padding: 			60px 0 75px;
    color: 				var(--graufarbe); }

/* --------------------  Erster Absazt LEAD -------------------- */

.opener {
	color:				#293280;
	font-size: 			1.8rem;
	line-height: 		calc(var(--leading-multiplier, 1)*3rem) !important;
	font-weight: 		300;
	max-width: 			900px;
	hyphens: 			auto !important;
	font-family:		'merriweather' !important; 
	/*font-family:		'Pontano Sans' !important;*/}

/* --------------	11.	Comments --------------------------------------------- */

/*------------- COMMENTS  ------------*/
#comments {
	position: relative;
	margin:0;
	padding:0 20px 40px;
}
#comments .comment {
	overflow:hidden;
	margin:0 0 40px;
}
#comments h3#comments-title {
	margin-top:0;
	padding-top:30px;
	font-size: 1.6rem;
}
#comments h3#comments-title span {
	display:none;
	margin:0 0 0 7px;
	/* font-size: .55rem; */
	color:#909090;
}
#comments h3#comments-title span a {
	color:#909090;
}
#comments h3#comments-title span a:hover {
	color:#000;
}
#content ol.commentlist {
    list-style:none;
}
#content ol.commentlist li {
	margin:0;
}
#content #comments ol li ul.children {
	margin:0;
	padding:0;
}
/* --- Comment Content --- */
#comments .comment-content h1 {
	margin: 1em 0 .6em;
	font-size:1.6rem;
}
#comments .comment-content h2 {
	margin: 1em 0 .6em;
	font-size:1.4rem;
}
#comments .comment-content h3 {
	margin: .6em 0 .4em;
	font-size: 1.3rem;
}
#comments .comment-content h4 {
	margin: .5em 0 .3em;
	font-size: 1.2rem;
}
#comments .comment-content h5,
#comments .comment-content h6 {
	margin: .3em 0 .3em;
	font-size: 1.1rem;
}
#comments .comment-content {
	display:block;
	padding:0;
}
#comments .comment-avatar  {
	float:left;
	padding:0 20px 0 0;
}
#comments .comment-avatar img.avatar {
	width:45px;
	height:45px;
	border-radius: 6px;
}

#comments .comment-content ul.comment-meta {
	margin:0;
	padding:7px 0 10px;
	overflow:hidden;
	list-style:none;
	font-size:1rem;
}
#comments .comment-content .comment-text {
	margin:0;
	padding:0 0 40px;
	overflow:hidden;
	border-bottom:1px solid #909090;
}
#comments .comment-content ul li.comment-author {
	margin:0;
	font-weight:bold;
	line-height:normal;
	color:#457436;
}
#comments ul.children .comment-content ul li.comment-author {
	margin:0;
}
#comments .comment-content ul li.comment-time,
#comments .comment-content ul li.comment-edit {
	display:none;
	margin:0 0 0 10px;
	font-size:.8rem;
}
#comments ul.children .comment-content ul li.comment-time,
#comments ul.children .comment-content ul li.comment-edit {
	font-size:.8rem;
}
#comments .comment-content ul li.comment-author,
#comments .comment-content ul li.comment-time,
#comments .comment-content ul li.comment-edit {
	float:left;
}
#comments .comment-content ul li.comment-time,
#comments .comment-content ul li.comment-time a,
#comments .comment-content ul li.comment-edit,
#comments .comment-content ul li.comment-edit a,
.pingback a.comment-edit-link {
	color:#909090;
}
#comments .comment-content ul li.comment-time a:hover,
#comments .comment-content ul li.comment-edit a:hover,
.pingback a.comment-edit-link:hover {
	color:#000;
	text-decoration:none;
	transform: scale(.9);
}
#comments .comment-content ul li.comment-reply {
	margin:0;
	padding:0;
	float:right;
	font-size:1rem;
	position:relative;
}
#comments ul.children .comment-content ul li.comment-reply {
	margin:0;
	font-size:.9rem;
}
#comments .comment-content p {
	margin:0 0 17px;
	font-size:1rem;
}
#comments .comment-content p:last-child {
	margin:0;
}
#comments .comment-content blockquote {
	padding: 20px 30px 20px 50px;
	background:none;
	border-left:1px solid #909090;
}
#comments .comment-content blockquote p cite {
	margin-top:0;
	font-size:1.1rem;
}
#comments .comment-content ul,
#comments .comment-content ol {
    margin:0 0 30px 25px;
	 font-size: 1rem;
}
#comments .comment-content ol ol,
#comments .comment-content ul ul {
	margin:0 0 0 22px;
	font-size: 1rem;
}
#comments .comment-content table {
	font-size: .9rem;
}
#comments .comment-content dl dt,
#comments .comment-content dl dd {
	font-size:1rem;
}
#comments ol.commentlist li.depth-2 .comment {
	margin-left:0;
}
ol.commentlist li.depth-2 .comment {
	font-size:1rem;
}
ol.commentlist li.depth-3 .comment {
	font-size:.9rem;
padding-left:20px;
}
#comments ol.commentlist li.depth-2 li .comment {
	margin-left:0;
}
ol.commentlist ul.children {
	list-style: none;
}
#comments p.comment-awaiting-moderation {
	display:inline;
	font-style:italic;
}
/* --- Pingback --- */
#comments ol li.pingback {
	display:block;
	margin:0 0 40px;
	padding:0 0 40px;
	font-size:1rem;
	border-bottom:1px solid #909090;
}
#comments ol li.pingback span {
	color:#457436;
	font-weight:bold;
	line-height:normal;
}
#comments ol li.pingback p {
	margin:0;
}
#comments ol li.pingback a {	
	font-weight: normal;
}
#comments ol li.pingback a.comment-edit-link {
	font-size:.9rem;
}
/* --- No Comments Info --- */
#content .nopassword, 
#content p.nocomments {
	margin:0;
	padding:0 0 60px;
	font-size:1.1rem;
	font-style:italic;
}
/* --- Comments Reply --- */
#comments #respond {
	margin: 0;
	padding:0 0 30px;
}
#comments ol.commentlist li.depth-1 #respond {
	padding:0 0 30px !important;
	font-size: .9rem;
}
#comments ol.commentlist li.depth-2 #respond {
	font-size: .8rem;
}
#comments #respond h3#reply-title {
	margin:0;
	padding:20px 0 0;
	font-size: 1.6rem;
}
#comments #respond p.comment-note,
#comments #respond p.logged-in-as {
	margin:3px 0 10px;
	font-size:1rem;
	line-height:normal;
}
#respond a#cancel-comment-reply-link {
	margin:0 0 0 8px;
	font-size:.8rem;
}
#respond #commentform label,
.wpcf7 {
	font-size:1rem;
}
#content .wpcf7 .wpcf7-form p {
	font-size:1rem;
}
#commentform p.comment-form-author, 
#commentform p.comment-form-email, 
#commentform p.comment-form-url, 
#commentform p.comment-form-comment,
#content .wpcf7-form p {
	margin:0;
	padding:15px 0 0;
}
#commentform p.form-allowed-tags {
	display:none;
}
#commentform input#author, 
#commentform input#email, 
#commentform input#url,
#content .wpcf7 input.wpcf7-text {
	display: block;
	width: 96%;
	margin: 6px 0 0;
	padding: 10px;
	border:1px solid #909090; 
	font-size:1.1rem;
	border-radius: 6px;  
	}
	
#commentform textarea#comment,
#content .wpcf7 textarea {
	width:92%;
	margin: 6px 0 0;
	padding: 10px;
	border:1px solid #909090; 
	border-radius: 6px;
	font-size:1.1rem;
	line-height:1.6;
	}
	
#commentform textarea#comment:hover,
#commentform textarea#comment:focus,
#commentform textarea#comment:active,
#commentform input#author:hover,
#commentform input#author:focus,
#commentform input#author:active,
#commentform input#email:hover,
#commentform input#email:focus,
#commentform input#email:active,
#commentform input#url:hover,
#commentform input#url:focus,
#commentform input#url:active,
#content .wpcf7 textarea:hover,
#content .wpcf7 textarea:focus,
#content .wpcf7 textarea:active,
#content .wpcf7 input.wpcf7-text:hover,
#content .wpcf7 input.wpcf7-text:focus,
#content .wpcf7 input.wpcf7-text:active {
		background:#fff;
	    border: 1px solid #909090; 
	    box-shadow: inset 0 0 4px #cecece;
}

#commentform p.form-submit {
	margin:0;
font-size:.7rem;
}

.comment-text img {
	border: none !important;
}

/* Comment Navigation ---------------------------------------- */

.comments-nav { margin-top: 30px; }

.comments-nav a {
	display: 			block;
	font-size: 			.9rem;
	font-weight: 		800;
	text-transform: 	uppercase;
	letter-spacing: 	1px;
	color: 				#666; }

.comments-nav a:hover { 
	border-top-color: 	var(--linkfarbe);
	color: 				var(--linkfarbe); }

/* ----------------------- 12. Respond ----------------------------------------- */

.comment-respond .logged-in-as { margin-bottom: 40px; }

.comment-respond .logged-in-as a:first-of-type { font-weight: 700; }

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

.comment-respond form { margin-left: 200px; }

.comment-respond form label { 
	display: 			block;
	margin-bottom: 		8px;
	font-size: 			1rem;
	font-weight: 		700;
	color: 				#111; }

.comment-respond form input[type="checkbox"] + label {
	display: 			inline;
	font-weight: 		400;
	margin: 			0 0 0 5px; }

.comment-respond form label span {
	margin-left: 		2px;
	color: 				var(--linkfarbe); }

.comment-respond p { margin-bottom: 25px; }

.comment-respond p:last-child { margin-bottom: 0; }

.comment-respond p.comment-subscription-form { margin-bottom: 10px; }

.comment-respond p.comment-subscription-form:last-of-type { margin-bottom: 0; }

.comment-form-author,
.comment-form-email {
	display: 			block;
	width: 				47.5%;
	float: 				left; }

.comment-form-email { float: right; }

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	border-radius: 		0;
	-webkit-appearance: none; }

.comment-respond input[type="text"],
.comment-respond textarea {
	display: 			block;
	width: 				100%;
	padding: 			20px;
	margin: 			0;
	background: 		#fafafa;
	border: 			var(--bordertyp);
	border-radius: 		2px;
	font-size: 			1rem;
	color: 				#111; }

.comment-respond input[type="text"]:focus,
.comment-respond textarea:focus {
	outline: 			none; }

.comment-respond textarea { 
	height: 			200px; 
	line-height: 		140%; }

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

.comment-respond input[type="submit"]:hover {
	cursor: 			pointer;
	color: 				var(--weissfarbe); }

/* In Comment List --------------------------------------- */

.commentlist .comment-respond {
	padding: 40px 0 15px;
	max-width: 100%; }

.commentlist #cancel-comment-reply-link {
	margin-left: 3px;
	font-size: .9rem;
	font-weight: 700;
	font-style: italic;
	text-transform: none;
	letter-spacing: 0;
	position: relative; }

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

.commentlist .comment-respond form { margin-left: 0; }

/* --------------------- 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;
  	/*border-left: 		5px solid #036773;
  	border-radius: 		5px;
   	box-shadow: 		0 7px 16px rgb(0 0 0 / 9%); 
  	width: 				50%;*/
  	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 {
  	font-family: 		'dashicons';
  	content: 			"\f139"; } 

.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; }



/* -------------------- 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; }

.akkordeon-inhalt { padding: 1rem 1rem 1px 1rem; }

/* 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}
}

/* -------------------- Site-info im Footer -------------------- */

#site-info {
	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:var(--graufarbe); }

#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, 
.info-box, 
.frage-box1, 
.info-box1, 
.leser-box1 {
  	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; }

.frage-box1, 
.info-box1, 
.leser-box1 {
  	font-family: 		var(--font-serif); }

.frage-box1-inner:before, 
.info-box1-inner:before, 
.leser-box1-inner:before {
  	font-family: 		'dashicons';
  	color: 				var(--schriftfarbe);
  	font-size: 			5rem;
  	margin: 			.2rem 0 -.4rem 0;
  	padding: 			0 .9em 0 0;
  	display: 			block;
  	height: 			4.8rem;
  	line-height: 		5.2rem;
  	float: 				left; }

.frage-box1-inner:before { content: "\f223"; }

.info-box1-inner:before { content: "\f348"; }

.leser-box1-inner:before { content: "\f464"; }

.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; }

/*--------------------- 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; }


/* -------------------- Accessibility -------------------- */

span.pojo-sr-only.sr-only+svg{
		box-sizing:				border-box !important;
		max-width:				none !important;
		display:				block !important;
		color:					#fff !important;
		fill:					#fff !important;}
	
/* -------------------- Spitze Feder ---------------------- */

.spitzefeder { display: flex; }

/* -------------------- 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; }

/*.odd td { background-color: var(--graufarbe); }

.even td { background-color: var(--backgroundfarbe); }*/

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 schoener Button -------------------- */

.buttoni {
    /* border: 			#203882 1px solid; */
    margin-top:			10px;  
  	display: 			inline-block;
  	position: 			relative;
  	height: 			36px;
  	font-size: 			1rem;
  	padding: 			6px 10px 7px;
  	cursor: 			pointer;
  	transition: 		800ms ease all;
  	outline: 			none;
  	/* border-radius: 		2px;*/
  	text-decoration: 	none; 
  	/*border-bottom:		var(--bordertyp);
  	border-top:			var(--bordertyp); */
  	border:				var(--bordertyp); 
  	background:			var(--backgroundfarbe); 
  	border-radius: 		50px !important;}

.buttoni { margin-bottom: 15px; }

.blocks.block1 { margin-top: 13px; }

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

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

.buttoni:after {
  	right: 				inherit;
  	top: 				inherit;
  	left: 				0;
  	bottom: 			0; }

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

.buttoni a {
  	text-align: 		center;
  	margin-left: 		2px;
  	font-size: 			.8rem;
  	position: 			relative;
  	overflow: 			hidden;
  	line-height: 		1.5;
  	text-decoration: 	none;
  	color: 				var(--schriftfarbe); }
  	
/*.buttoni a:after { 
	display:			block;
	font-family: 		'dashicons'; 
	content: 			"\f139";
	padding-left:		5px; }*/ 

/* ---------------------- BUTTJUMP -------------------- */

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

.btn {
	width: 								auto;
  	height: 							50px;
  	line-height: 						50px;
  	background-color: 					var(--linkfarbe);
  	border-radius: 						32px;
  	color: 								#fff !important;
  	font-style: 						italic;
  	font-size: 							1rem;
  	text-align: 						center;
  	display: 							inline-block;
  	position: 							relative;
  	-webkit-transition-duration: 		0.3s;
  	transition-duration: 				0.3s;
  	-webkit-transition-property: 		-webkit-transform;
  	transition-property: 				transform;
  	-webkit-transform: 					translateZ(0);
  	-ms-transform: 						translateZ(0);
  	transform: 							translateZ(0);
  	box-shadow: 						0 0 1px rgba(0, 0, 0, 0);
  	-webkit-transform: 					translateY(-6px);
  	-ms-transform: 						translateY(-6px);
  	transform: 							translateY(-6px);
  	-webkit-animation-name: 			hover;
  	animation-name: 					hover;
  	-webkit-animation-duration: 		1.5s;
  	animation-duration: 				1.5s;
  	-webkit-animation-delay: 			0.3s;
  	animation-delay: 					0.3s;
  	-webkit-animation-timing-function: 	linear;
  	animation-timing-function: 			linear;
  	-webkit-animation-iteration-count: 	infinite;
  	animation-iteration-count: 			infinite;
  	-webkit-animation-direction: 		alternate;
  	animation-direction: 				alternate; }

.btn:before {
  	pointer-events: 					none;
  	position: 							absolute;
  	z-index: 							-1;
  	content: 							'';
  	top: 								100%;
  	left: 								5%;
  	height: 							10px;
  	width: 								90%;
  	background: 						-webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  	background: 						radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  	-webkit-transition-duration: 		0.3s;
  	transition-duration: 				0.3s;
  	-webkit-transition-property: 		-webkit-transform, opacity;
  	transition-property: 				transform, opacity;
  	opacity: 							.4;
  	-webkit-transform: 					translateY(6px);
  	-ms-transform: 						translateY(6px);
  	transform: 							translateY(6px);
  	-webkit-animation-name: 			hover-shadow;
  	animation-name: 					hover-shadow;
  	-webkit-animation-duration: 		1.5s;
  	animation-duration: 				1.5s;
  	-webkit-animation-delay: 			.3s;
  	animation-delay: 					.3s;
  	-webkit-animation-timing-function: 	linear;
  	animation-timing-function: 			linear;
  	-webkit-animation-iteration-count: 	infinite;
  	animation-iteration-count: 			infinite;
  	-webkit-animation-direction: 		alternate;
  	animation-direction: 				alternate; }

.btn:hover, 
.btn:hover a {
  	background-color: 					var(--graufarbe);
  	color: 								var(--schriftfarbe) !important; }

.btn-container a, 
.btn-container a:link, 
.btn-container a:visited {
  	padding: 			20px 15px 0 15px;
  	line-height: 		.5;
  	color: 				var(--weissfarbe); }

@keyframes hover {
  50% {
    -webkit-transform: 		translateY(-3px);
    -ms-transform: 			translateY(-3px);
    transform: 				translateY(-3px); }

  100% {
    -webkit-transform: 		translateY(-6px);
    -ms-transform: 			translateY(-6px);
    transform: 				translateY(-6px); }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: 		translateY(6px);
    transform: 				translateY(6px);
    opacity: 				.4; }

  50% {
    -webkit-transform: 		translateY(3px);
    transform: 				translateY(3px);
    opacity: 				1; }

  100% {
    -webkit-transform: 		translateY(6px);
    transform: 				translateY(6px);
    opacity: 				.4; }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: 		translateY(6px);
    -ms-transform: 			translateY(6px);
    transform: 				translateY(6px);
    opacity: 				.4; }

  50% {
    -webkit-transform: 		translateY(3px);
    -ms-transform: 			translateY(3px);
    transform: 				translateY(3px);
    opacity: 				1; }

  100% {
    -webkit-transform: 		translateY(6px);
    -ms-transform: 			translateY(6px);
    transform: 				translateY(6px);
    opacity: 				.4; }
}

@-webkit-keyframes hover {
  50% {
    -webkit-transform: 		translateY(-3px);
    transform: 				translateY(-3px); }

  100% {
    -webkit-transform: 		translateY(-6px);
    transform: 				translateY(-6px); }
}

@keyframes hover {
  50% {
    -webkit-transform: 		translateY(-3px);
    -ms-transform: 			translateY(-3px);
    transform: 				translateY(-3px); }

  100% {
    -webkit-transform: 		translateY(-6px);
    -ms-transform: 			translateY(-6px);
    transform: 				translateY(-6px); }
}

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

/*.excerptcontent {
	padding-top: 			20px;
	font-size: 				1rem; }*/

/*.excerpt { padding-top: 20px; }*/

.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; 
}
/*.excerpt h2 a {
	color: 					var(--linkfarbe);
    font-size: 				1.529rem;	
    line-height: 			125%; 
    font-weight: 			400;
    hyphens: 				auto;
    white-space: 			pre-line;
	min-height: 			80px;
    display: 				block; }*/

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

.post-content 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.intro { font-size: 1.529rem; }

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

p.justify { text-align: justify; }

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

big { font-size: 1.294rem; }

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

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

/* -------------------- Link Hover -------------------- */

/* -------------------- Link Auszeichnungen mit Icons -------------------- */

.post-content p a::after, .post-content a::after {
	font-family: 		'dashicons';
	color: 				#036773;
	padding-left: 		5px;
	text-decoration: 	none;
	font-size: 			1rem; }	

/* ---------- alle ausgehenden Link ---------- */
.post-content p a[href^="http://"]::after, 
.post-content p a[href^="https://"]::after {
  	content: 			"\f504"; }

/* -------------- Mailto-Links -------------- */
.post-content a[href^="mailto"]::after {
  	/*content: 			"\f466";*/  
  	content:			url(/wp-content/uploads/envelope.gif);
 	
  	font-size: 			.8rem; }


/* ------------------ PDFs ------------------ */
.post-content p a[href$=".pdf"]::after {
  	content: 			"\f190";
  	font-size: 			1.3rem; }

/* ------------- Wikipedia-Links ------------ */

.post-content p a[href*="wikipedia"]::after {
  	/*content: 			"\f118";*/
  	content:			url(/wp-content/uploads/wikilogo.png);
  	border: 			1px solid #ccc;
  	border-radius: 		50%;
  	padding: 			6px 3px 2px 3px;
  	margin-left: 		3px;
  	margin-bottom: 		3px;
  	font-size: 			.85rem;
  	text-decoration:	underline dotted var(--weissfarbe); }

/* ------------------ Amazon ---------------- */
.post-content p a[href^="https://amzn"]::after, 
.post-content p a[href^="https://amazon"]::after,
.post-content p a[href^="https://www.amazon"]::after {
	padding-right: 		15px;
	content: 			url(/wp-content/uploads/amazon-icon.png) !important; }

.post-content p a[href^="https://amazon"]::after {
	padding-right: 		15px;
	content: 			url(/wp-content/uploads/amazon-icon.png); }

/*.post-content p a[href^="https://www.amazon"]::after {
  	color: 				#fff !important;
  	border: 			none !important;
  	content: 			none !important;
  	font-family: 		'dashicons' !important;
}*/

/* ------- Hier Ausnahmen definieren ------- */


.post-content buttoni a[href^="http://"]::after, 
.post-content buttoni a[href^="https://"]::after,
.post-content p a[href*="hoergeraete-info"]::after,
.post-content p a[href^="https://www.testyourhearing.com/horgerate-info"]::after,
.post-content p a[href^="https://wortbildungsmassnahme.letscast.fm"]::after,
.post-content p a[href^="https://play"]::after, 
.post-content p a[href^="https://itunes"]::after,
.post-content p a[href*="dreibeinblog"]::after,
.post-content p a[href*="herzschrittmacher.online"]::after,
.post-content p a[href*="bestatterweblog"]::after,
.post-content p a[href*="diabetiker-hilfe"]::after  {
  	font-family: 		'dashicons';
  	color: 				var(--weissfarbe);
  	border: 			none;
  	content: 			none; }

.post-content buttoni a[href^="http://"], 
.post-content buttoni a[href^="https://"] {
	text-decoration: 	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; }
    
/* -------------------- lightweight contact -------------------- */

#lcf-contactform .lcf_contactform_error,#lcf-contactform input.error,#lcf-contactform textarea.error{border:1px solid #D8000C}
#lcf-contactform label.error,p.lcf-error{display:block;color:#D8000C;background:#ffd2d2;padding:0 10px;height:auto;width: auto;}
.lcf-success-msg {color: #4F8A10;background-color: #DFF2BF;padding:10px}
#lcf-contactform label {float: left;clear: left;width: 75px;margin-top: 8px;}
#lcf-contactform label[for=lcf_message] {width: auto}
#lcf-contactform input[type="text"] {float: left;width: auto;margin-bottom: 24px;}
input#lcf_contact {margin-top:24px;}

.contact-form label, .contact-form input, .contact-form textarea { display: block; margin: 10px 0; }
.contact-form label { font-size: larger; }
.contact-form input { padding: 5px; }
#cf_message { width: 90%; padding: 10px; }
#cf_send { padding: 5px 10px; }

#scf_success pre {
    display: none;
}

/* 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; }

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

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

/*ul.recentcomments, ul.recent-posts {
    list-style: 		disc inside; }*/

.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 { 
	/* padding-bottom: 10px; */
	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); */
  	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); }

/* ---------------------- PETERS SIDEBAR TITLE ---------------------- */

.petersidebartitle a {
  	float: 				left;
  	font-size: 			.9em !important;
  	white-space: 		nowrap;
  	overflow: 			hidden !important;
  	width: 				100%;
  	text-overflow: 		ellipsis;
  	padding-bottom: 	7px;
  	color:				var(--schriftfarbe); }

.petersidebartitle { padding-top: 30px; }

.petersidebartitle span:before {
  	font-family: 		'dashicons';
  	content: 			"\f139"; }

.peterpaypal input {
  	border: 			none;
  	margin-bottom: 		-50px; }

.peterpaypal { height: 170px; }

/************ 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: 			.9rem;
	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 ol.border, 
.post-content ul.border {
    list-style-type: 	none !important;
    margin: 			0;
    margin-left: 		3em;
    padding: 			0; }

.post-content ol.border { counter-reset: li-counter; }

.post-content ol.border > li,
.post-content ul.border > li {
    list-style-type: 	none !important;
    position: 			relative;
    margin-bottom: 		20px;
    padding-left: 		.8em;
    min-height: 		3em; }

.post-content ul.border > li:before {
	line-height: 		120% !important;
    font-family: 		'dashicons';
    content: 			"\f344";
    color: 				#A2BB5A; }

.post-content ol.border > li:before {
	line-height: 		1;
	color: 				var(--linkfarbe);
    content: 			counter(li-counter);
    counter-increment: 	li-counter; }
	
.post-content ol.border > li:before,
.post-content ul.border > li:before {
    position: 			absolute;
    top: 				0;
    left: 				-1.3em;
    width: 				.85rem;     
    font-size: 			2.529rem;
    font-weight: 		bold;
    text-align: 		right; }

/* ---------------------- 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: none;
    font-family: 				'dashicons';
    -moz-osx-font-smoothing: 	grayscale;
    transform: 					translate(20%, -35%); }
    
.di-arrowup:before {
    display: none;
    content: 					"\f343";
    color: 						var(--weissfarbe);
    text-align: 				center;
    font-size: 					2rem; }

.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; }

/* -------------------- Anpassung AD-Anzeige -------------------- */

.aawp .aawp-product--widget-small.aawp-product--style-light { box-shadow: none !important; }

/* --------------------- 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; }

/* --------------------- Neue Infobox -------------------- */

.infobox, 
.leserboxneu, 
.frageboxneu {
    margin-top: 			40px;
    margin-bottom: 			40px;
        word-wrap: 			break-word; }

.border-dashed {
    position: 				relative;
    background: 			0 0;
    padding: 				15px; }

.border-dashed:before {
    content: 				'';
    position: 				absolute;
    width: 					100%;
    height: 				100%;
    top: 					0;
    left: 					0;
    background: 			repeating-linear-gradient(-45deg,#E2E2E2,#E2E2E2 5px,#fff 5px,#fff 14px); }

.infobox .infobox-content, 
.leserboxneu .infobox-content, 
.frageboxneu .infobox-content {
    display: 				flex;
    align-items: 			center;
    flex-direction: 		row; }

.border-dashed-content {
    position: 				relative;
    background: 			var(--backgroundfarbe);
    padding: 				30px; }

.infobox .icon-container, 
.leserboxneu .icon-container, 
.frageboxneu .icon-container {
    width: 					90px;
    height: 				90px;
    background: 			#eef1fe;
    border-radius: 			50%;
    position: 				relative;
    flex-grow: 				1;
    margin-right: 			60px; }

.infobox .message-container, 
.frageboxneu .message-container, 
.leserboxneu .message-container {
    width: 					calc(100% - 150px);
    margin-top: 			0;
    padding-top: 			0;
    padding-left: 			60px;
    border-top: 			none;
    border-left: 			1px solid #d3d3d3;
    /*font-size: 				.9rem;*/
    font-style:				italic;
    line-height: 			28px; }

.infobox .icon-container:before, 
.leserboxneu .icon-container:before, 
.frageboxneu .icon-container:before {
    position: 				absolute;
    top: 					0;
    left: 					0;
    width: 					100%;
    text-align: 			center;
    font-size: 				3rem;
    color: 					var(--linkfarbe);
    font-weight: 			700;
    line-height: 			95px;
   	font-family: 			var(--font-serif); }

.infobox .icon-container:before { content: 'i'; }
.leserboxneu .icon-container:before { content: '"'; }
.frageboxneu .icon-container:before { content: '?'; }

/* -------------------- Scroll to top -------------------- */

.scroll-to-top-button {
	position: 				fixed;
	right: 					40px;
	bottom: 				40px;
	margin: 				0;
	padding: 				0;
	width: 					50px;
	height: 				50px;
	z-index: 				9999; 
	background:				var(--backgroundfarbe);
	border-top: 			var(--bordertyp);
	border-bottom:          var(--bordertyp); }

.scroll-to-top-button:after {
	display: 				inline-block;
	margin-left: 			8px;
	content: 				'\f342';
	vertical-align: 		top;
	font-size: 				32px;
	font-family: 			'dashicons';
	line-height: 			1; 
	color:					var(--schriftfarbe); }
	

/* -------------------- direktkontakt -------------------- */

#c2a.show {
    transition: 				transform 1s ease;
    transform: 					rotate(0deg);
    transform-origin: 			100% 40%; }
    
#c2a.hide {
    transition: 				transform 1s ease;
    transform: 					rotate(-90deg);
    transform-origin: 			100% 40%; }

#c2a {
    position: 					fixed !important;
    top: 						100px !important;
    right: 						0px !important;
    background-color: 			#5EA142;
    /*width: 120px !important;*/
    padding: 					0.8rem 1rem !important;
    color: 						#fff; }

#c2a h5 {
    font-size: 					0.7rem;
    cursor: 					pointer;
    text-align: 				center;
    color: 						#fff; }

#c2a > a {
    font-size: 					1rem !important;
    padding: 					0.4rem !important;
    border: 					solid 1px #fff !important;
    width: 						2.3rem !important;
    text-align: 				center !important;
    display: 					inline-block !important;
    margin-left: 				0px !important; }

#c2a > *, div#c2a > * > i {
    color: 						inherit; }

.pa, .pas {
    font-family: 				'dashicons';
    font-weight: 				900; }

.pa, .pas, .far, .fal, .fab {
    -moz-osx-font-smoothing: 	grayscale;
    -webkit-font-smoothing: 	antialiased;
    display: 					inline-block !important;
    font-style: 				normal;
    font-variant: 				normal;
    text-rendering: 			auto;
    line-height: 				1 !important; }

#c2a > a {
    font-size: 					1rem;
    padding: 					0.4rem;
    border: 					solid 1px #fff;
    width: 						2.3rem;
    text-align: 				center !important;
    display: 					inline-block !important;
    margin-left: 				0px; }

.pa-phone:before { content: "\f525"; }

#c2a > a + a { margin-left: 12px !important; }

.pa-envelope:before { content: "\f465"; }

#c2a.show {
    transition: 				transform 1s ease;
    transform: 					rotate(0deg);
    transform-origin: 			100% 40%; }

/* -------------------- related posts anubis -------------------- */

.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; }


.related-posts { display: flex; }

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

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

.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; }

/***** GFH Logo im Footer zentrieren ****/

.gfhcenter {
 	display: 			flex;
 	justify-content: 	center; }

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


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


/*** Bildquellen Plugin Änderungen ****/

.isc_image_list_box {
	margin-bottom: 		25px !important; 
	margin-top:			20px; }
	
.isc_image_list_title { font-weight: 700; }
	
/**** Advanced Ads -Anzeige- zufügen *****/

#adlabel::before { content: "Werbung"; }

#adlabel {
  	margin: 			30px 0;
  	padding: 			30px;
  	overflow: 			hidden;
  	font-weight: 		400;
    background: 		var(--graufarbe);
  	border-radius:		6px;
  	line-height: 		148%;
  	background: 		var(--backgroundfarbe);
  	border: 			1px solid #ccc; }
		
.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 h3 {
    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 {margin-top: 10px;}

/* ----------------------- 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 ---------------------- */

.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); 
}

.ssearch .fa-search:before {
    font-family: 'dashicons';
    content: "\f179";
    font-size: 1.529rem;
    position: relative;
    padding-top: 3px;
    top: 8px;
    color: var(--schriftfarbe);
}

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

.search-container .search-field {
		padding: 30px 64px 30px 0;
		/*font-size: 31.25em;*/ /******************* CHECK Größe?????? */
		font-weight: 400;
}
	
.search-container .search-button { margin-top: -17px; }

.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 { 
		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;*/ }
		
.bestatteruntertitel {
	color: 				var(--weissfarbe);
	font-size: 			1.4rem;
	padding-left: 		124px;
	padding-bottom: 	30px; }

.diabetikerhilfeuntertitel, .dreibeinbloguntertitel, .herzschrittmacheruntertitel, .hoergeraeteuntertitel {
	color: 				var(--schriftfarbe);
	font-size: 			1.4rem;
	padding: 			10px 0 30px 10px; }

.hoergeraeteuntertitel {
	font-size: 			1.4rem;
	text-shadow: 		0 0 4px var(--weissfarbe);
	font-weight: 		700; }
	
	
.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 h3 {
	    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 {
		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%; }
	
/* Credits ----------------------------------- */
	
.to-the-top {
		width: 40px;
		height: 40px;
		top: -20px; }
	
.to-the-top:hover { top: -23px; }

.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 { 
		font-family:		'dashicons';
	  	content: 			"\f179";
		font-size: 			1.75em; }

.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; }
	
.post-content p.intro {
		font-size: 			1.1em;
		line-height: 		140%; }
	
.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 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;
		font-family: 		'dashicons';
		content: 			"\f101"; }
	
.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 { 
		padding-right: 		5%;
		padding-left: 		5%; }
	
.sidebar .widget {
		display: 			block;
		width: 				100%;
		margin: 			0; }
	
.sidebar .widget + .widget {
		padding-top: 		40px;
		margin-top: 		40px;
		border-top: 		var(--bordertyp); }
	
.sidebar .widget:nth-child(2n) { margin-left: 0; }

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


