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

.nkw-green  { color: #95c11f; }
.nkw-dgreen { color: #6c9f19; }
.nkw-yellow { color: #ffed00; }
.nkw-orange { color: #f7a739; }


body {font-family:sans-serif}
body {
    
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 20px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #333333;
    background: #ffffff;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
@media all and (max-width: 800px)
{
	body {
	    font-size: 20px;
	    line-height: 1.4em;
	    -webkit-hyphens: manual;
	    -moz-hyphens: manual;
	    -ms-hyphens: manual;
	    hyphens: manual;
	}
}
@media all and (max-width: 600px)
{
	body {
	    font-size: 18px;
	    line-height: 1.3em;
	    -webkit-hyphens: auto;
	    -moz-hyphens: auto;
	    -ms-hyphens: auto;
	    hyphens: auto;
	}
}

strong, b 	{ font-weight: 600; color: #6c9f19;}
p       	{ padding: 0 0 1.3em 0; margin: 0;  }
td      	{ margin: 0; padding: 0; }
table   	{ border-collapse: collapse; }

h1,h2,h3,h4,h5,h6 {
/* 	font-family: 'Lexend', Helvetica, Arial, sans-serif; */
	font-weight: 400;
	margin: 0;
	letter-spacing: 0.05em;
	text-rendering: optimizeLegibility;
	color: #6c9f19;
}
h1 {  font-size: 1.5em;   	line-height: 1;	margin: 0 0 0.25em 0; }
h2 {  font-size: 1.5em; 	line-height: 1;	margin: 0 0 0.25em 0; }
h3 {  font-size: 1.2em;		line-height: 1.1; margin: 0 0 0.25em 0; color: #333333;}
h4 {  font-size: 1.1em;		line-height: 1.1; margin: 0 0 0.25em 0; font-weight: 500; color: #333333;}
h5 {  font-size: 1em;   }
h6 {  font-size: 1em;   }

div.item-page.mp-team div.page-header h1 {
	margin: 0 0 2.25em 0;
}

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: #333333; text-decoration: underline; }
a:visited 	{ color: #333333; text-decoration: underline; }
a:hover 	{ color: #6c9f19; text-decoration: underline; }
a:active 	{ color: #6c9f19; text-decoration: underline; }
a img 		{ border: 0 none; }

h2 a 			{ color: #6c9f19; text-decoration: none; }
h2 a:visited 	{ color: #6c9f19; text-decoration: none; }
h2 a:hover 		{ color: #6c9f19; text-decoration: none; }
h2 a:active 	{ color: #6c9f19; text-decoration: none; }

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: #ffed00;

    text-shadow: none;
}
::selection {
    color: #000000;
    background: #ffed00;
    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;
}

/*
<div class="scaling-svg-container" 
   style="padding-bottom: 92%  = 100% * 55/60 ">
   		<svg class="scaling-svg" viewBox="0 0 60 55" >
   		<!-- SVG content -->
  </svg>
</div>
*/
.scaling-svg-container {
	 position: relative; 
	 height: 0; 
	 width: 100%; 
	 padding: 0;
	 padding-bottom: 100%; 
	 /* override this inline for aspect ratio other than square */
}
.scaling-svg {
	 position: absolute; 
	 height: 100%; 
	 width: 100%; 
	 left: 0; 
	 top: 0;
}

/*---- Einzelbilder ----*/

img.right {
	float: right;
	margin: 5px 0 1em 2.5em;
	width: 40%;
	height: auto;
	border-radius: 5px;
}
img.notround {
		border-radius: 0px;
}
img.pic200 { max-width: 200px; }
img.pic210 { max-width: 210px; }
img.pic220 { max-width: 220px; }
img.pic230 { max-width: 230px; }
img.pic240 { max-width: 240px; }
img.pic250 { max-width: 250px; }
img.pic260 { max-width: 260px; }
img.pic270 { max-width: 270px; }
img.pic280 { max-width: 280px; }
img.pic290 { max-width: 290px; }

img.pic300 { max-width: 300px; }
img.pic310 { max-width: 310px; }
img.pic320 { max-width: 320px; }
img.pic330 { max-width: 330px; }
img.pic340 { max-width: 340px; }
img.pic350 { max-width: 350px; }
img.pic360 { max-width: 360px; }
img.pic370 { max-width: 370px; }
img.pic380 { max-width: 380px; }
img.pic390 { max-width: 390px; }
img.pic400 { max-width: 400px; }
img.pic410 { max-width: 410px; }
img.pic420 { max-width: 420px; }
img.pic430 { max-width: 430px; }
img.pic440 { max-width: 440px; }
img.pic450 { max-width: 450px; }

@media all and (max-width: 600px)
{
	img.right {
		float: none;
		display: block;
		margin: 1em auto 1em auto;
		width: 80%;
		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;
 }