/* Farben
altes grün:	rgb(119,147,60)
neues grün: rgb(174,199,146)
grau: #777
pink: rgb(253, 127, 166)
*/




/* Normale Seite (nicht mobil) */
body {
	font-family: Calibri, Verdana, Arial;
	color: #777;
	background-color: white;
	padding-left: 0px; 
	padding-right: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	webkit-font-smoothing: antialiased; 
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.004); Antialiasing ACHTUNG GEHT NICHT ABSÄTZE WERDEN GANZ SCHMAL */ 
}


div.page-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	xbackground-color: yellow;
	min-height: 60%;
	text-align: left;
}

div.centered {
	text-align: center;
}

/* Absätze */
div.page-content p.firstletter:first-letter {
	font-size: 200%;
	font-family: Freestyle Script;
}

div.page-content p{
	text-align: justify;
}

/* Referenzen */
.referenz {
	font-style: italic;
	font-size: 1em;
}

.referenz_name {
	font-size: 0.8em;
	margin-bottom: 4em;
}



/* Links */
a {
	color: rgb(174,199,146); /* IE schnallt es sonst nicht */
}	

div.page-content a, div.page-content a:visited, div.page-content a:link, div.page-content a:active {
	color: rgb(174,199,146);
	text-decoration: none;
	font-weight: bold;
}

div.page-content a:hover{
	text-decoration: underline;
	font-weight: bold;
}


/* Demobilder */
img.demobild {
	float: right; 
	width: 30%;
	margin-left: 5%;
}


/* Bilder */
img {
	border: none;
}

/* Fragen/Antworten */
div.page-content  div.question {
font-weight: bold;
}

div.page-content  div.answer {
	font-style: italic;
	margin-bottom: 2%;
}


/* Tabellen */
div.page-content table, div.page-content th, div.page-content td {
	border-collapse: collapse;
	border: 1px solid #444;
	padding: 1%;
}

div.page-content table.tablenoborder, div.page-content  .tablenoborder th, div.page-content .tablenoborder tr, div.page-content .tablenoborder td {
	border-style: none;
}



/* Headings */
div.page-content h1, div.page-content h2, div.page-content h3, div.page-content h4, div.page-content h5  {
	font-family: Freestyle Script;
}




/* Blog */
div#blog div.blogentry {
	margin-bottom: 3em;
	clear: both;
}

div#blog div.blogentrydate {
	font-weight: bold;
}

div.blog div.blogentryheading {
	font-weight: bold;
}

img.blog_preview_image {
	width: 20em;
	float: right;
	margin-left: 2em;
}

img.blog_detail_image {
	margin: 2em;
	/*width: 100%;*/
}

div.blog div.blogentrytext {
}

div#blog_detail {
	text-align: center;
}



/* About */
.about_image {
	float: right; 
	width: 20%; 
	margin: 1em;
}



/* Fehler */
.error {
	color: red;
}

.preis {
	font-size: 100%;
	color: rgb(174,199,146);
	text-shadow: 2px 2px #eeeeee;
}



/* JSSOR-spezifisches */
#jssor_centered_section {
	background-color: green;
	width: 1000px;
	margin-left: auto; 
	margin-right: auto;
}



/* Menü (Desktop) */
#menuDesktop {
	display: block;
}
#menuMobile {
	display: none;
}

#mobileLogo {
	display: none;
}

/* Mobiles Menü aus */
#menuMobileSwitch {
	display: none;
}



#menuDesktop a {text-decoration: none; color: inherit; font-family: freestyle script, script; font-size: 200%;}
#menuDesktop a:hover {color: rgb(253, 127, 166);} /* Menüpunkt hover */
#menuDesktop td div {display: none;} /* eingeklapptes Untermenü */
#menuDesktop td:hover div {margin-left: 1%; display: block; border: 1px solid #ccc; padding: 1em; color: #ccc; position: absolute; z-index: 5000; 
					background-color: rgba(255, 255, 255, 0.9); text-align: justify; border-radius: 5px;} /* Untermenü */
#menuDesktop td:hover div a:hover {color: rgb(174,199,146);} /* aktivierter Untermenüpunkt */



/* anpassen JSSOR-Styles */
#slider1_container {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 333px;
	
	position: relative; 
	top: 0px; 
	left: 0px;
	background: #fff; 
	overflow: hidden; 
	margin-left: auto; 
	margin-right: auto;"
	
}
