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

body {font-family:sans-serif}
body {    
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    font-size: 22px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    overflow-y:scroll;
    color: #111111;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
@media all and (max-width: 1200px)
{
	body {    
	    font-weight: 300;
	    font-size: 20px;
	    line-height: 1.3em;
	    color: #111111;
	    -webkit-hyphens: manual;
	    -moz-hyphens: manual;
	    -ms-hyphens: manual;
	    hyphens: manual;
	}
}
@media all and (max-width: 1000px)
{
	body {    
	    font-weight: 300;
	    font-size: 19px;
	    line-height: 1.3em;
	    color: #111111;
	    -webkit-hyphens: manual;
	    -moz-hyphens: manual;
	    -ms-hyphens: manual;
	    hyphens: manual;
	}
}
@media all and (max-width: 800px)
{
	body {    
	    font-weight: 300;
	    font-size: 18px;
	    line-height: 1.3em;
	    color: #111111;
	    -webkit-hyphens: auto;
	    -moz-hyphens: auto;
	    -ms-hyphens: auto;
	    hyphens: auto;
	}
}
@media all and (max-width: 600px)
{
	body {    
	    font-weight: 300;
	    font-size: 17px;
	    line-height: 1.3em;
	    color: #111111;
	    -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 { font-weight: 600; color: #333333; }

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	letter-spacing: 0.02em;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	color: #0077aa;
}
h1 {  font-size: 1.5em; line-height: 1.2;  margin: 0 0 0.2em 0; }
h2 {  font-size: 1.5em; line-height: 1.2;  margin: 0 0 0.2em 0; }
h3 {  font-size: 1.2em; line-height: 1.1;  margin: 0 0 0.2em 0; }
h4 {  font-size: 1em;   }
h5 {  font-size: 1em;   }
h6 {  font-size: 1em;   }

div.start-headline {
	text-align: center;
	padding-bottom: 1em;
}
div.start-headline span {
	letter-spacing: 0.02em;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	color: #0077aa;
	font-size: 1.2em;
	line-height: 1.1; 
	margin: 0 0 0.2em 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: #0077aa; text-decoration: none; font-weight: 400; }
a:visited 	{ color: #0077aa; text-decoration: none; }
a:hover 	{ color: #0077aa; text-decoration: underline; }
a:active 	{ color: #0077aa; text-decoration: underline; }
a img 		{ border: 0 none; }


a.buttonlink {
	display: inline-block;
	padding: 0.5em 2em;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #0077aa;
	font-weight: 700;
}
a.buttonlink:visited 	{ color: #ffffff; text-decoration: none; }
a.buttonlink:hover 		{ color: #ffffff; text-decoration: none; transform: scale(1.1)}
a.buttonlink:active 	{ color: #ffffff; text-decoration: none; transform: scale(1.1)}

body.mp-yellow a.buttonlink {
	background-color: #fcc100;
}
body.mp-red a.buttonlink {
	background-color: #e10015;
}
body.mp-blue a.buttonlink {
	background-color: #009ddf;
}
body.mp-green a.buttonlink {
	background-color: #91be06;
}



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: rgba(250, 250, 0, 1);
    text-shadow: none;
}
::selection {
    color: #000000;
    background: rgba(250, 250, 0, 1);
    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;
}

/*---- Bilder im Beitrag ----*/

div.picright {
	float: right;
	margin: 0 0 2% 5%;
	width: 35%;
	max-width: 330px;
}
@media all and (max-width: 550px)
{
	div.picright {
		float: none;
		margin: 0 auto 2% auto;
		width: 75%;
		max-width: 400px;
	}
}
div.picright img {
	width: 100%;
	height: auto;
}

div.picborder img {
	padding: 7px;
	background-color: #858788;
}
body.mp-yellow div.picborder img {
	background-color: #fcc100;
}
body.mp-red div.picborder img {
	background-color: #e10015;
}
body.mp-blue div.picborder img {
	background-color: #009ddf;
}
body.mp-green div.picborder img {
	background-color: #91be06;
}


figure.picright {
	float: right;
	margin: 1% 0 2% 5%;
	width: 35%;
	max-width: 330px;
}
@media all and (max-width: 550px)
{
	figure.picright {
		float: none;
		margin: 0 auto 2% auto;
		width: 75%;
		max-width: 400px;
	}
}
figure.picright img {
	width: 100%;
	height: auto;
	padding: 7px;
	background-color: #858788;
}
body.mp-yellow figure.picright img {
	background-color: #fcc100;
}
body.mp-red figure.picright img {
	background-color: #e10015;
}
body.mp-blue figure.picright img {
	background-color: #009ddf;
}
body.mp-green figure.picright img {
	background-color: #91be06;
}



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