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

.grau 	{ color: #c0c1c1; }
.braun 	{ color: #c4b9a8; }
.gruen 	{ color: #cbd400; } 

body {font-family:sans-serif}
body {    
	font-family: 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', 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;
}
@media all and (max-width: 1000px)
{
	body {    
		font-weight: 300;
		font-size: 21px;
		line-height: 1.6em;
	}
}
@media all and (max-width: 900px)
{
	body {    
		font-weight: 300;
		font-size: 20px;
		line-height: 1.6em;
	}
}
@media all and (max-width: 800px)
{
	body {    
		font-weight: 300;
		font-size: 20px;
		line-height: 1.5em;
	}
}
@media all and (max-width: 600px)
{
	body {    
		font-weight: 400;
		font-size: 19px;
		line-height: 1.5em;
	}
}

p       { padding: 0 0 1em 0; margin: 0;  }


table   { 
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 1em 0;
}
td {
	margin: 0;
	padding: 0 1em 0 0;
}


div.TableKosten { 
	width: 100%; 
	overflow: auto;
	margin: 0 0 0.5em 0;
}
div.TableKosten td {
	padding: 0 1em 0.5em 0;
}
@media all and (max-width: 500px)
{
	div.TableKosten table {
		width: 100%;
	}
	div.TableKosten td {
		display: block;
		padding: 0 0 0.05em 0;
		text-align: right;
	}
	div.TableKosten td:first-child {
		text-align: left;
		padding: 0.5em 0 0em 0;
	}
}



/*
div.TableKosten { 
	width: 100%; 
	overflow: auto;
	margin: 0 0 0.5em 0;
}
div.TableKosten td { 
	white-space: nowrap;
	padding: 0 1em 0.5em 0;
}
@media all and (max-width: 600px)
{
	div.TableKosten { 
		width: 100%; 
		overflow: auto;
		margin: 0 0 1.5em 0;
	}
}
div.TableKosten::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
div.TableKosten::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
*/


ul { 
	list-style: circle outside;
	margin: 0 0 0 1em;
	padding: 0 0 1em 0;
}
ol { 
	list-style: decimal outside; 
	margin: 0 0 0 1em;
	padding: 0 0 1em 0; 
}
li {
	margin-bottom: 0.25em;
}
ol li > ol,
ol li > ul,
ul li > ol,
ul li > ul
{ padding: 0; margin: 0 0 0 1.5em;}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	letter-spacing: 0.1em;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	text-transform: uppercase;
	color: #000000;
}
h1 {  font-size: 1.8em;   line-height: 1.125; margin: 0 0 0.5em 0; }
h2 {  font-size: 1.4em; line-height: 1.25;  margin: 0.25em 0 0.5em 0; }
h3 {  font-size: 1.2em;line-height: 1.25;  margin: 0.25em 0 0.5em 0; }
h4 {  font-size: 1.1em; line-height: 1.25;  margin: 0 0 0.1em 0; }
h5 {  font-size: 1em;   }
h6 {  font-size: 1em;   }

strong, b {
	font-weight: 400;
}


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: #000000; text-decoration: none; border-bottom: 1px solid #cbd400;}
a:visited 	{ color: #000000; text-decoration: none; border-bottom: 1px solid #cbd400;}
a:hover 	{ color: #bbc400; text-decoration: none; border-bottom: 1px solid #cbd400;}
a:active 	{ color: #bbc400; text-decoration: none; border-bottom: 1px solid #cbd400;}
a img 		{ border: 0 none; }

.page-header h2 a 			{color: #000000; text-decoration: none; border: none; cursor: text;}
.page-header h2 a:visited	{color: #000000; text-decoration: none; border: none;}
.page-header h2 a:hover 	{color: #000000; text-decoration: none; border: none;}
.page-header h2 a:active 	{color: #000000; text-decoration: none; border: none;}

a i.fa-chevron-left {margin-left: 0.5em;}

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

.HeadSpecial {
	text-align: center;
}
.TextSpecial {
	text-align: center;
}
@media all and (max-width: 850px)
{
	.HeadSpecial br {
		display: none;
	}
	.TextSpecial br {
		display: none;
	}
}


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

::-moz-selection {
	color: #000000;
	background: rgba(202, 212, 0, 0.6);
	text-shadow: none;
}
::selection {
	color: #000000;
	background: rgba(202, 212, 0, 0.6);
	text-shadow: none;
}

blockquote {
	padding: 1em 1.5em 1em 1.5em;
	margin: 2em 0 0em 0;
	font-style: italic;
	color: #000000;
	background: #fafafa;
	border-right: 6px solid #cbd400;
}
blockquote p {
	margin: 0;
	padding: 0 0 0.5em 0;
}
blockquote p:last-child {
	margin: 0;
	padding: 0;
}
body.mp-client div.page-header h2 {
	font-size: 1.2em;
	line-height: 1.25; 
	margin: 0.25em 0 0.5em 0;
}
body.mp-client div.page-header h1 {
	font-size: 1.5em;
	line-height: 1.25; 
	margin: 0.25em 0 0.5em 0;
}
body.mp-client blockquote {
	padding: 1em 1.5em 1em 1.5em;
	margin: 0em 0 0em 0;
}


@media all and (max-width: 600px)
{
	blockquote {
		padding: 1em 0.5em 1em 0.5em;
		border-right: 4px solid #cbd400;
	}
}


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

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


/*---- Dot in Article ----*/

div.DotArticle {
/* 	display: none; */
	height: 6em;
	width: 6em;
	border-radius: 200px;
	float: right;
	margin: 0em 0 1em 2em;
}
div.DotArticle.DotGrau 	{ background-color: #c0c1c1; }
div.DotArticle.DotBraun { background-color: #c4b9a8; }
div.DotArticle.DotGruen { background-color: #cbd400; }

@media all and (max-width: 800px)
{
	div.DotArticle {
		height: 4em;
		width: 4em;
		margin: 0em 0 1em 10em;
	}
}
@media all and (max-width: 600px)
{
	div.DotArticle {
		height: 3em;
		width: 3em;
		margin: 0em 0 1em 8em;
	}
}



div.DotImgThree {
	height: 6em;
	float: right;
	margin: 0em 0 1em 2em;
}
div.DotImgThree img {
	height: 100%;
	width: auto;
}
@media all and (max-width: 800px)
{
	div.DotImgThree {
		height: 4em;
	}
}
@media all and (max-width: 600px)
{
	div.DotImgThree {
		height: 3em;
		float: none;
		margin: 0em 0 1em 0em;
		text-align: right;
	}
}



div.DotImgPortrait {
	width: 15em;
	font-size: 1em;
	line-height: 1em;
	float: right;
	margin: 0em 0 1em 2em;
}
div.DotImgPortrait img {
	width: 100%;
	height: auto;
	border-radius: 2000px;
}
div.DotImgPortraitLeft {
	width: 15em;
	font-size: 1em;
	line-height: 1em;
	float: left;
	margin: 0em 2em 1em 0;
}
div.DotImgPortraitLeft img {
	width: 100%;
	height: auto;
	border-radius: 2000px;
}

@media all and (max-width: 800px)
{
	div.DotImgPortrait {
		width: 11em;
		font-size: 1em;
		line-height: 1em;
		float: right;
		margin: 0em 0 1em 20em;
	}
}
@media all and (max-width: 600px)
{
	div.DotImgPortrait {
		width: 8em;
		font-size: 1em;
		line-height: 1em;
		float: right;
		margin: 0em 0 1em 8em;
	}
}

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

div.SplitContent {
	padding: 0 0 1em 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div.SplitContent > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 49%;
}
div.SplitContent.Split50 > div { width: 49%;}
div.SplitContent.Split30 > div { width: 32%;}
div.SplitContent.Split25 > div { width: 24%;}

div.SplitContent.SplitTop > div { align-self: flex-start; }
div.SplitContent.SplitBottom > div { align-self: flex-end; }

div.SplitLeft { text-align: left;}
div.SplitRight { text-align: right;}

@media all and (max-width: 800px)
{
	div.SplitContent > div {
		width: 100%;
	}
	div.SplitContent.Split50 > div { width: 100%;}
	div.SplitContent.Split30 > div { width: 100%;}
	div.SplitContent.Split25 > div { width: 100%;}
	
}


/*---- Impressum etc. -----*/

div.disclaimer {
	padding: 0 0 2em 0;
}

/*---- Anfahrt ----*/

div.GoogleMap {
	padding: 2em 0;
}

a.HVVlink  {
	border: none;
}
a.HVVlink img {
	float: right;
	margin: 0.75em 0 0 2em;
	width: 40%;
	max-width: 210px;
	height: auto;
}



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