﻿/*
**********************************************
***      created by Boris Schmakowski      ***
***          www.schmakowski.de            ***
**********************************************
*/

body {font-family:sans-serif}
body {
    
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    font-size: 21px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    overflow-y:scroll;
    color: #000000;

/*
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
*/
}

@media all and (max-width: 800px)
{
	body {
	    font-weight: 400;
	    font-size: 20px;
	    line-height: 1.5em;
		-webkit-hyphens: auto;
	    -moz-hyphens: auto;
	    -ms-hyphens: auto;
	    hyphens: auto;
	
	}
}
@media all and (max-width: 600px)
{
	body {
	    font-weight: 400;
	    font-size: 18px;
	    line-height: 1.4em;
		-webkit-hyphens: auto;
	    -moz-hyphens: auto;
	    -ms-hyphens: auto;
	    hyphens: auto;
	
	}
}


p       { padding: 0 0 1em 0; margin: 0;  }
td      { margin: 0; padding: 0; }
table   { border-collapse: collapse; }
strong, b { color: #38307f; font-weight: 400;}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	letter-spacing: 0.05em;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	color: #38307f;
	
	-webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
h1 {  font-size: 2em;   line-height: 1.1; 	margin: 0.5em 0 0.25em 0; font-weight: 400;}
h2 {  font-size: 1.5em; line-height: 1.25;  margin: 0 0 0.5em -2px; }
h3 {  font-size: 1.25em;line-height: 1.25;  margin: 0 0 0.5em 0; }
h4 {  font-size: 1.1em; line-height: 1.25;  margin: 0 0 0.5em 0; }
h5 {  font-size: 1em;   }
h6 {  font-size: 1em;   }

@media all and (max-width: 600px)
{
	h2 {  font-size: 1.3em; line-height: 1.2;  margin: 0 0 0.5em 0; }
	h3 {  font-size: 1.1em; line-height: 1.2;  margin: 0 0 0.5em 0; }
}


div.page-header + h3,
div[itemprop="articleBody"] h3 {
	margin-top: -0.25em
}

a {
	-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
a, :focus 	{ outline: 0; }
a 			{ color: #990000; text-decoration: none; border-bottom: 0.5px solid transparent;}
a:visited 	{ color: #990000; text-decoration: none; border-bottom: 0.5px solid transparent; }
a:hover 	{ color: #990000; text-decoration: none; border-bottom: 0.5px solid #990000; }
a:active 	{ color: #990000; text-decoration: none; border-bottom: 0.5px solid #990000; }
a img 		{ border: 0 none; border: none;}

h2 a 			{ color: #38307f; text-decoration: none; border-bottom: 0px solid transparent;}
h2 a:visited 	{ color: #38307f; text-decoration: none; border-bottom: 0px solid transparent; }
h2 a:hover 		{ color: #990000; text-decoration: none; border-bottom: 0px solid transparent; }
h2 a:active 	{ color: #990000; text-decoration: none; border-bottom: 0px solid transparent; }


a.wf_file::before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    width: 28px;
    padding: 0 2px 0 2px;
}


/*--- diverse ----*/

::-moz-selection {
    color: #000000;
    background: #ffdd55;
    text-shadow: none;
}
::selection {
    color: #000000;
    background: #ffdd55;
    text-shadow: none;
}

blockquote {
	margin:0;
	padding: 1em 1.5em 1em 1.5em;
	margin: 0 0 1em 0;
	font-style:italic;
	color: #000000;
	background: #f0f0f0;
	border-left: 5px dotted #880000;
}
blockquote p {
	margin: 0;
	padding: 0;
}

pre {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	white-space: pre; white-space: pre-wrap; word-wrap: break-word;
	background-color: #ffffee;
	border: 5px dotted #880000;
	padding: 1em 1.5em 1em 1.5em;
	margin: 0 0 1em 0;
}

.dropcap {
	color: #800;
	float: left;
	font-size: 3.2em;
	line-height: 1em;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}


/*---- Teaser ----*/
	
	
div.FlexParent {
	padding: 2% 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div.FlexParent > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
div.FlexParent.Flex33 div.FlexChild {
	width: 29%;
	margin: 0 0 3em 0;
	font-size: 0.85em;
	font-weight: 400;
	text-transform: uppercase;
}
div.FlexParent.Flex50 div.FlexChild {
	width: 46%;
	margin: 0 0 3em 0;
}


div.FlexParent.Flex50.FlexSpezialStart {
	justify-content: space-around;
}
div.FlexParent.Flex50.FlexSpezialStart div.FlexChild {
	width: inherit;
	margin: 0 0 3em 0;
	font-size: 0.85em;
	font-weight: 400;
	text-transform: uppercase;
	align-self:  flex-start;
}
/*
div.FlexParent.Flex50.FlexSpezialStart div.FlexChild:last-child {
	padding-bottom: 0em;
}
div.FlexParent.Flex50.FlexSpezialStart div.FlexChild:last-child img {
	display: block;
	margin: 0 auto 1em auto;
	max-width: 300px;
	height: auto;
}
*/



@media all and (max-width: 800px)
{
	div.FlexParent.Flex33 div.FlexChild {
		width: 47.5%;
		margin: 0 0 2.5em 0;
		font-size: 0.85em;
		font-weight: 400;
		text-transform: uppercase;
		-webkit-hyphens: manual;
		-moz-hyphens: manual;
		-ms-hyphens: manual;
		hyphens: manual;
	}
	div.FlexParent.Flex50.FlexSpezialStart div.FlexChild {
		width: 45%;
		margin: 0 0 3em 0;
		font-size: 0.85em;
		font-weight: 400;
		text-transform: uppercase;
		align-self:  flex-end;
	}
}
@media all and (max-width: 600px)
{
	div.FlexParent.Flex33 div.FlexChild {
		width: 100%;
		margin: 0 0 2em 0;
		font-size: 0.85em;
		font-weight: 400;
		text-transform: uppercase;
		-webkit-hyphens: manual;
		-moz-hyphens: manual;
		-ms-hyphens: manual;
		hyphens: manual;
	}
	div.FlexParent.Flex50.FlexSpezialStart div.FlexChild {
		width: 80%;
		margin: 0 0 3em 0;
		font-size: 0.85em;
		font-weight: 400;
		text-transform: uppercase;
		align-self:  flex-end;
	}
}



div.FlexChild img {
	width: 100%;
	height: auto;
}
div.FlexParent.Flex50.FlexSpezialStart div.FlexChild img {
	width:  auto;
	height: 450px;
}
@media all and (max-width: 900px)
{
	div.FlexParent.Flex50.FlexSpezialStart div.FlexChild img {
		width:  auto;
		height: 350px;
	}
}
@media all and (max-width: 900px)
{
	div.FlexParent.Flex50.FlexSpezialStart div.FlexChild img {
		width:  auto;
		height: 350px;
	}
}

div.FlexChild span.TeaserCaption {
	display: block;
	position: relative;
	line-height: 1.2em;
}
div.FlexChild span.TeaserTitel {
	padding-right: 1.1em;
	display: inline-block;
}
div.FlexChild span.TeaserIcon {
	position: absolute;
	right: 0;
	top: 0;
}


div.FlexParent a 			{ color: #38307f; text-decoration: none; border-bottom: 0px solid transparent; }
div.FlexParent a:visited 	{ color: #38307f; text-decoration: none; border-bottom: 0px solid transparent; }
div.FlexParent a:hover 		{ color: #990000; text-decoration: none; border-bottom: 0px solid transparent; }
div.FlexParent a:active 	{ color: #990000; text-decoration: none; border-bottom: 0px solid transparent; }



div.FlexParent.Flex50 div.FlexChild.Hoerbuch {
	width: 100%;
	margin: 0 0 3em 0;
}
div.FlexChild.Hoerbuch img {
	float: right;
	width: 40%;
	max-width: 200px;
	height: auto;
	margin: -1em 0 0 1em;
}
div.FlexChild.Hoerbuch h3 {
	margin: 0 0 0.25em 0;
}
div.FlexChild.Hoerbuch p {
	padding: 0 0 0.5em 0;
	margin: 0;
	font-size: 0.95em;
	line-height: 1.4em;
}
div.FlexChild.Hoerbuch p i {
	font-size: 0.9em;
}
@media all and (max-width: 800px)
{
	div.FlexChild.Hoerbuch img {
		margin: 0 0 0 1em;
	}	
}


div.FlexParent.Flex50 div.FlexChild.Anthologien {
	width: 100%;
	margin: 0 0 3em 0;
}
div.FlexChild.Anthologien img {
	float: right;
	width: 40%;
	max-width: 200px;
	height: auto;
	margin: 0em 0 0 1em;
}
div.FlexChild.Anthologien h3 {
	margin: 0 0 0.25em 0;
}
div.FlexChild.Anthologien p {
	padding: 0 0 0.5em 0;
	margin: 0;
	font-size: 0.95em;
	line-height: 1.4em;
}
div.FlexChild.Anthologien p i {
	font-size: 0.9em;
}

div.FlexParent div.FlexChild.Anthologien a 			{ color: #990000; text-decoration: none; border-bottom: 0.5px solid transparent;}
div.FlexParent div.FlexChild.Anthologien a:visited 	{ color: #990000; text-decoration: none; border-bottom: 0.5px solid transparent; }
div.FlexParent div.FlexChild.Anthologien a:hover 	{ color: #990000; text-decoration: none; border-bottom: 0.5px solid #990000; }
div.FlexParent div.FlexChild.Anthologien a:active 	{ color: #990000; text-decoration: none; border-bottom: 0.5px solid #990000; }
div.FlexParent div.FlexChild.Hoerbuch a 			{ color: #990000; text-decoration: none; border-bottom: 0.5px solid transparent;}
div.FlexParent div.FlexChild.Hoerbuch a:visited 	{ color: #990000; text-decoration: none; border-bottom: 0.5px solid transparent; }
div.FlexParent div.FlexChild.Hoerbuch a:hover 		{ color: #990000; text-decoration: none; border-bottom: 0.5px solid #990000; }
div.FlexParent div.FlexChild.Hoerbuch a:active 		{ color: #990000; text-decoration: none; border-bottom: 0.5px solid #990000; }






/*---- Images im Beitrag ----*/

figure.BuchRechts {
	float: right;
	width: 30%;
	max-width: 300px;
	height: auto;
	margin: 0 0 0 1.5em;
}
figure.BuchLinks {
	float: left;
	width: 30%;
	max-width: 300px;
	height: auto;
	margin: 0 1.5em 0 0;
}
figure img { width: 100%; height: auto;}

figure.Buch450 { width: 50%;max-width: 450px; }
figure.Buch440 { width: 50%;max-width: 440px; }
figure.Buch430 { width: 50%;max-width: 430px; }
figure.Buch420 { width: 50%;max-width: 420px; }
figure.Buch410 { width: 50%;max-width: 410px; }


figure.Buch400 { width: 50%;max-width: 400px; }
figure.Buch390 { width: 50%;max-width: 390px; }
figure.Buch380 { width: 50%;max-width: 380px; }
figure.Buch370 { width: 50%;max-width: 370px; }
figure.Buch360 { width: 50%;max-width: 360px; }

figure.Buch350 { width: 50%;max-width: 350px; }
figure.Buch340 { width: 50%;max-width: 340px; }
figure.Buch330 { width: 50%;max-width: 330px; }
figure.Buch320 { width: 50%;max-width: 320px; }
figure.Buch310 { width: 50%;max-width: 310px; }

figure.Buch290 { max-width: 290px; }
figure.Buch280 { max-width: 280px; }
figure.Buch270 { max-width: 270px; }
figure.Buch260 { max-width: 260px; }
figure.Buch250 { max-width: 250px; }
figure.Buch240 { max-width: 240px; }
figure.Buch230 { max-width: 230px; }
figure.Buch220 { max-width: 220px; }
figure.Buch210 { max-width: 210px; }
figure.Buch200 { max-width: 200px; }

figure.TurnR1{-ms-transform:rotate( 1deg);-webkit-transform:rotate( 1deg);transform:rotate( 1deg)}
figure.TurnL1{-ms-transform:rotate(-1deg);-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}
figure.TurnR2{-ms-transform:rotate( 2deg);-webkit-transform:rotate( 2deg);transform:rotate( 2deg)}
figure.TurnL2{-ms-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}
figure.TurnR3{-ms-transform:rotate( 3deg);-webkit-transform:rotate( 3deg);transform:rotate( 3deg)}
figure.TurnL3{-ms-transform:rotate(-3deg);-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}
figure.TurnR4{-ms-transform:rotate( 4deg);-webkit-transform:rotate( 4deg);transform:rotate( 4deg)}
figure.TurnL4{-ms-transform:rotate(-4deg);-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}
figure.TurnR5{-ms-transform:rotate( 5deg);-webkit-transform:rotate( 5deg);transform:rotate( 5deg)}
figure.TurnL5{-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
figure.TurnR6{-ms-transform:rotate( 6deg);-webkit-transform:rotate( 6deg);transform:rotate( 6deg)}
figure.TurnL6{-ms-transform:rotate(-6deg);-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}
figure.TurnR7{-ms-transform:rotate( 7deg);-webkit-transform:rotate( 7deg);transform:rotate( 7deg)}
figure.TurnL7{-ms-transform:rotate(-7deg);-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}
figure.TurnR8{-ms-transform:rotate( 8deg);-webkit-transform:rotate( 8deg);transform:rotate( 8deg)}
figure.TurnL8{-ms-transform:rotate(-8deg);-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}
figure.TurnR9{-ms-transform:rotate( 9deg);-webkit-transform:rotate( 9deg);transform:rotate( 9deg)}
figure.TurnL9{-ms-transform:rotate(-9deg);-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}

figcaption {
	font-size: 0.7em;
	color: #777777;
	line-height: 1.1em;
	text-align: center;
}


@media all and (max-width: 500px)
{
	figure.BuchRechts {
		float: none;
		width: 75%;
		margin: 0 0 0 auto;
	}
	figure {
		-ms-transform:rotate(0deg) !important;
		-webkit-transform:rotate(0deg) !important;
		transform:rotate(0deg) !important;
	}
}

/*--- Illus im Über mich ----*/

div.EgoIllus {
	padding: 0 0 1em 0;
}
div.EgoIllus img {
	height: 100px;
	width: auto;
	margin-right: 1.25em;
}
div.EgoIllus img:first-child {
}
div.EgoIllus img:last-child {
	margin-right: 0em;
}

@media all and (max-width: 1100px)
{
	div.EgoIllus img {
		height: 80px;
	}
}
@media all and (max-width: 900px)
{
	div.EgoIllus img {
		height: 65px;
	}
}
@media all and (max-width: 800px)
{
	div.EgoIllus img {
		height: 60px;
	}
}
@media all and (max-width: 700px)
{
	div.EgoIllus img {
		height: 55px;
	}
}
@media all and (max-width: 600px)
{
	div.EgoIllus img {
		height: 50px;
	}
}
@media all and (max-width: 450px)
{
	div.EgoIllus img {
		height: 40px;
	}
}


/*---- print via Browser (copied from Joomla Protostar-Template ----*/
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
		font-size: 100% !important;
		font-family: arial, sans-serif !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	nav {
		display: none;
	}
	.mobileonly {
		display: none;
	}
	#content_outright {
		float:none;
		width: 100%;
	}
	#rightcolumn {
	    width: 100%;
		float: none;
	}
	#rightcolumn div.moduletable {
		border-top: 1px solid #eeeeee;
		padding: 2.5% 0 2.5% 0;
	}
	#leftcolumn {
	    width: 100%;
		float: none;
	}
	#leftcolumn div.moduletable {
		border-top: 1px solid #eeeeee;
		padding: 2.5% 0 2.5% 0;
	}
	body:before {
		display: none;
	}
	body {
		height: auto;
	}
}


/*---- JCE Editor Spezial ----*/

body.jce-content, body.jce-content td, body.jce-content pre  {
	font-size: 18px;
	background: #ffffff;
}
img.wf_file_icon {
    height: 30px;
    width: auto;
    margin-right: 10px;
    margin-bottom: 2px;
    vertical-align: text-bottom !important;
 }