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

/*----------- some basics -----------*/

object, img, a { outline:none; border:0; }
strong, b { font-weight: bold; }
small { font-size: .875em; }
strike, del { text-decoration: line-through; }
pre, code, kbd, samp { font-family: Consolas, "Lucida Console", Monaco, monospace; font-size: .875em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
sub, sup { font-size: .75em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
mark { background: #ff6; padding: 1px 3px; }
blockquote { font-style: italic; border-left: 2px solid #07f; margin-bottom: 1.5em; padding: 1.125em 1.5em 1px; }
dl {  }
dt { font-weight: bold; }
dd {  }
dd + dt, dd + dd { margin-top: 1.5em; }
hr { display: block; height: 0; border: 0 none; border-top: 1px solid #444444; margin: 2.5em 0; }


.clearfix, .clr 	{ clear:both; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
div[itemprop="articleBody"]:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

body {font-family:sans-serif}
body {
	font-family: 'Roboto', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    overflow-y:scroll;
    color: #333333;
    
   -webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

/*body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(50,50,50,0.9);
	-moz-box-shadow: 0px 0px 10px rgba(50,50,50,0.9);
	box-shadow: 0px 0px 10px rgba(50,50,50,0.9);
	z-index: 10000;
}*/

p { 
	padding: 0 0 0.6em 0;
	margin: 0;
}
ul { 
	list-style: disc outside;
	margin-left: 1em;
	padding: 0 0 0.6em 0;
}
ol { 
	list-style: decimal outside;
	margin-left: 1em;
	padding: 0 0 0.6em 0;
}
ul ul,
ol ol { 
	margin-bottom: 0;
}
ul li,
ol li {
	padding-bottom: 0.6em;
}

ul.triangle {
    list-style: none;
    margin-left: 0em;
}
ul.triangle li { 
	position: relative;
	padding-left: 1.3em;
}
ul.triangle li:before {
	position: absolute;
	/*left: 2px;
	top: 1px;
    content: '\25b6';
    color: #004684;
    font-size: 0.7em;*/
    
    font-family: "IcoMoon";
    font-style: normal;
    content: "";
    font-size: 24px;
    color: #004684;
    left: -5px;
	top: 0px;
}

table   { 
	border-collapse: collapse;
	margin: 0 0 0.6em 0;
	padding: 0;
	border-spacing: 0;
	display: block;
	width: 100%;
	overflow: auto;
}
td, th {
	padding: 0 1em 0 0;
	text-align: left;
}

table.tkontakt td {

}
table.tkontakt [class^="icon-"],
table.tkontakt [class*=" icon-"] {
	color: #004684;
	font-size: 1.1em;
	vertical-align: baseline;
	width: 25px;
}
table.tkontakt span.icon-vcard,
table.tkontakt span.icon-mail  {
	font-size: 1.2em;
	vertical-align:  sub;
}


div.tkontakt-rightwrapper {
	text-align: right;
}
table.tkontakt-right {
	display: inline;
	line-height: 1.6em;
}
table.tkontakt-right td:last-child {
	padding-right: 0;
}
table.tkontakt-right [class^="icon-"],
table.tkontakt-right [class*=" icon-"] {
	color: #004684;
	font-size: 1.1em;
	vertical-align: baseline;
	width: 25px;
}
table.tkontakt-right span.icon-vcard,
table.tkontakt-right span.icon-mail  {
	font-size: 1.2em;
	vertical-align:  sub;
}




h2,h3,h4,h5,h6 {
	margin: 0;
	letter-spacing: 0.05em;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	color: #004684;
}
h2 {  font-size: 1.6em; 	line-height: 1.25em;  	margin: 0.4em 0 0.5em 0; }
h3 {  font-size: 1.3em;		line-height: 1.25em;  	margin: 0.4em 0 0.5em 0; }
h4 {  font-size: 1.2em; 	line-height: 1.25em;  	margin: 0.4em 0 0.5em 0; }
h5 {  font-size: 1.1em; 	line-height: 1.25em;  	margin: 0.4em 0 0.5em 0; }
h6 {  font-size: 1.05em; 	line-height: 1.25em;  	margin: 0.4em 0 0.5em 0; }

a, :focus 	{ outline: 0; }
a 			{ color: #004684; text-decoration: none; }
a:visited 	{ color: #004684; text-decoration: none; }
a:hover 	{ color: #004684; text-decoration: underline; }
a:active 	{ color: #004684; text-decoration: underline; }
a img 		{ border: 0 none; }

::-moz-selection {
    color: black;
    background: #ffff55;
    text-shadow: none;
}
::selection {
    color: black;
    background: #ffff55;
    text-shadow: none;
}

strong {
	font-weight: 900;
	color: #004684;
}


/* ---- Startseite ----*/

div.start-logo {
	padding: 5% 0 3% 0;
	text-align: center;
}
@media all and (max-width: 650px)
{
	div.start-logo {
		padding: 50px 0 3% 0;
	}
}

div.start-logo img {
	width: 64%;
	min-width: 260px;
	height: auto;
}
div.start-claim {
	padding: 0 0 2% 0;
}

div.start-claim h1 {
	font-size: 2.5em;
	line-height: 1.3em;
	margin: 0.4em 0 0.5em 0;
	font-weight: 300;
	color: #4b4b4b;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
@media all and (max-width: 850px)
{
	div.start-claim h1 {
		font-size: 2em;
	}
}
@media all and (max-width: 650px)
{
	div.start-claim h1 {
		font-size: 1.7em;
	}
}


/* Einzelbilder im Beitrag */

img.newspic-r {
	width: 30%;
	max-width: 200px;
	height: auto;
	float: right;
	margin-left: 30px;
	margin-top: 8px;
}
img.newspic-l {
	width: 30%;
	max-width: 200px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-top: 8px;
}

img.newspic-qr {
	width: 35%;
	max-width: 250px;
	height: auto;
	float: right;
	margin-left: 30px;
	margin-top: 8px;
}
img.newspic-ql {
	width: 35%;
	max-width: 250px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-top: 8px;
}

/* Partner Logos */

div.partner-logos {
	padding: 3% 0 0% 0;
}
div.partner-logos div {
	display: inline-block;
	width: 32%;
	vertical-align: middle;
	padding: 0 2% 4% 2%;
	text-align: center;
}
div.partner-logos div img {
	max-width: 100%;
	height: auto;
}

/* Impressum */

div.disclaimer {
	padding: 5% 0;
}

/* Download */
a.wf_file {
    position: relative;
    padding: 0 0 0 25px;
}
.wf_file::before {
    font-family: 'IcoMoon';
    content: "\e021";
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    color: rgb(0, 70, 132);
    position: absolute;
    top: 3px;
    left: 0;
}

/*---- 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: 16px;
	font-family: arial, sans-serif;
	color: #000000;
	background: #ffffff;
}
body.jce-content h1,
body.jce-content h2,
body.jce-content h3,
body.jce-content h4,
body.jce-content h5,
body.jce-content h6 {
	
}
body.jce-content ul,
body.jce-content ol {
	margin: 0 0 0 1em;
	padding: 0 0 0.6em 0;
}