﻿/*
**********************************************
***      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: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    overflow-y:scroll;
    color: #333333;    
/*
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
*/
}
@media all and (max-width: 847px)
{
	body {
		 font-size: 100%;
		 line-height: 1.4em;
	}	
}

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

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	letter-spacing: 0.05em;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	color: #F29018;
}
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 0 0.5em 0; }
h3 {  font-size: 1.2em;line-height: 1.25;  margin: 0 0 0.5em 0; }
h4 {  font-size: 1em;   }
h5 {  font-size: 1em;   }
h6 {  font-size: 1em;   }

.m-start h1 {
	color: #ffffff;
	font-size: 1.4em;
	text-align: center;
	margin: 3vh 0 7vh 0;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

a, :focus 	{ outline: 0; }

a {
	color: #F29018;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	letter-spacing: 0em;
}
a:visited {
	color: #F29018;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	letter-spacing: 0em;
}
a:hover {
	color: #F29018;
	text-decoration: none;
	border-bottom: 1px solid #F29018;
	letter-spacing: 0em;
}
a:active {
	color: #F29018;
	text-decoration: none;
	border-bottom: 1px solid #F29018;
	letter-spacing: 0em;
}
a {
	-webkit-transition: border 0.55s ease;
       -moz-transition: border 0.55s ease;
        -ms-transition: border 0.55s ease;
         -o-transition: border 0.55s ease;
            transition: border 0.55s ease;	
}
a img 		{ border: 0 none; }

::-moz-selection {
    color: #000000;
    background: #ffc47c;
}
::selection {
    color: #000000;
    background: #ffc47c;
}


/*--- bilder via joomla ----*/

div.pull-right {
	float: right;
	margin: 8px 0px 0px 30px;
}
div.pull-left {
	float: left;
	margin: 8px 30px 0px 0px;
}

div.item-image {
	display: inline-block;
	width: 30%;
	max-width: 300px;
	min-width: 100px;
}
div.item-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/*---- Bild Giraffe Outline ----*/


img.giraffe-out {
	margin-left: 25px;
	float: right;
	width: 50%;
	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: 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: #F29018;
}