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

body {font-family:sans-serif}
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    font-size: 20px;
    line-height: 1.6em;
    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: 764px)
{
	body {
		font-size: 100%;
	}		
}

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

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	letter-spacing: 0.05em;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	color: rgb(0,128,0);
}
h1 {  font-size: 2em;   line-height: 1.125; margin: 0 0 0.5em 0; }
h2 {  font-size: 1.7em; line-height: 1.25;  margin: 0 0 0.5em 0; }
h3 {  font-size: 1.3em;line-height: 1.25;  margin: 0 0 0.5em 0; }
h4 {  font-size: 1em;   }
h5 {  font-size: 1em;   }
h6 {  font-size: 1em;   }

a, :focus 	{ outline: 0; }
a 			{ color: rgb(0,128,0); text-decoration: none; border-bottom: 1px solid rgb(0,128,0); }
a:visited 	{ color: rgb(0,128,0); text-decoration: none; border-bottom: 1px solid rgb(0,128,0); }
a:hover 	{ color: rgb(139,0,0); text-decoration: none; border-bottom: 1px solid rgb(139,0,0); }
a:active 	{ color: rgb(139,0,0); text-decoration: none; border-bottom: 1px solid rgb(139,0,0); }
a img 		{ border: 0 none; }

a {
	-webkit-transition: border 0.25s ease, color 0.25s ease;
       -moz-transition: border 0.25s ease, color 0.25s ease;
        -ms-transition: border 0.25s ease, color 0.25s ease;
         -o-transition: border 0.25s ease, color 0.25s ease;
            transition: border 0.25s ease, color 0.25s ease;
}

::-moz-selection {
    color: white;
    background: green;
}
::selection {
    color: white;
    background: green;
}

strong {
	font-weight: 400;
	color: rgb(0,128,0);
}

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

img.rechts-quer {
	float: right;
	width: 40%;
	max-width: 400px;
	height: auto;
	margin: 8px 0 0 30px;
	border-radius: 5px;
}
img.links-quer {
	float: left;
	width: 40%;
	max-width: 400px;
	height: auto;
	margin: 8px 30px 0 0;
	border-radius: 5px;
}

img.rechts-hoch {
	float: right;
	width: 30%;
	max-width: 300px;
	height: auto;
	margin: 8px 0 0 30px;
	border-radius: 5px;
}
img.links-hoch {
	float: left;
	width: 30%;
	max-width: 300px;
	height: auto;
	margin: 8px 30px 0 0;
	border-radius: 5px;
}

/*---- Impressum ----*/

div.disclaimer {
	padding: 20px 0 0 0;
}

p.crosslink {

}
p.crosslink a {
	border: none;
}
p.crosslink [class^="icon-"], p.crosslink [class*=" icon-"] {
    font-size: 0.7em;
}

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

div.google-map {
	padding: 3% 0;
}

/*---- Table generell ----*/


table {
	margin: 0em 0 1em 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	display: block;
	width: 100%;
	overflow: auto;
}
table thead {

}
table tbody {

}

table tr {
	
}
table td, table th {
	padding: 0.1em 1em 0.3em 0em;
	text-align: left;
	vertical-align: top;
	margin: 0;
}

@media all and (max-width: 600px)
{
	table td {
		display: block;
	}
}

table th:first-child {

}
table tbody tr:first-child th,
table tbody tr:first-child td {

}

table thead th {

}
table tbody th {

}
table th {

}

/* ---- HR ---*/

hr { 
	display: block;
	height: 0;
	border: 0 none;
	border-top: 1px solid #008000;
	margin: 2.5em auto;
	max-width: 600px;
}

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

	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 {
	color: #000000;
}