body {
	font-family: 'Open Sans', Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:400;
	color: #000;
	text-align: left;
	background: none;
}
/* Layout -------------------------------------- */
#navigation, #bereichsticky.stuckMenu.isStuck, p#topicon, p.weiter {
display: none;
}
#wrapper {
	position: relative;
	width: 18cm !important;
}
#home, #hauswirtschaft, #betreuung, #kontakt, #impressum, #datenschutz {
	position: relative;
	padding-top: 2cm;
	width: 100%;
	text-align: left;
}
#home, #kontakt, #datenschutz {
	background: none;
}
/* ----- Zeichenformate ---------------------------------------------*/

h1 {
	font-size: 25pt;
	line-height:120%;
	border-bottom: 0px solid #fff;
	margin-bottom: 20px;
}
h2 {
	font-size: 16pt;
	font-weight: normal;
	margin-top:32pt;
	margin-bottom: 16pt;
	line-height:150%;
}
h1+h2, h2:first-child {
	margin-top: 0;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	margin-top:18pt;
	margin-bottom: 16pt;
	line-height:150%;
}
p {
	font-size: 11pt;
	margin-bottom: 16pt;
	line-height:150%;
}
#home p {
	font-size: 1.1em;
}
p.untertitel {
	font-size: 0.7em;
	line-height:1.4em;
}
a {
	color: #0ba1e2;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
ul {
	list-style-type: none;
	list-style-image: url(../images/bullet.png);
	padding-left: 17px;
	margin-bottom: 0.85em;
}
ol {
	list-style-type: lower-alpha;
	margin-left: 10px;
	padding-left: 17px;
	margin-bottom: 0.45em;
}
li {
	font-size: 0.92em;
	line-height:150%;
	margin-bottom: 0.45em;
}
.telresp {
	text-decoration: none;
	color: #6e6e6e;
}
.zitat {
	color: #0ba1e2;
	font-weight: 600;
}
/* Sonderformate ------------ */

img.logo {
width: 48%;
min-width: 240px;
max-width: 420px;
margin-bottom: 40px;
}
img.bild{
display: none;
}
img.logodiakonie {
	width: 40%;
	min-width: 140px;
	height: auto;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



 /*printer styles*/
 @media print {
/*hide the left column when printing*/
#leftcol {
	display:none;
}
/*hide the right column when printing*/
#rightcol {
	display:none;
}
#twocols, {
 width:100%;
 float:none;
}
}
/* Beginn Grid-System -------------------- */

  * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zeile {
	width: 100%;
	text-align:left;
	border: 0px solid #000;
}
.zeile .zeile {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -15px;
}
.spalte, .spalten {
	float: left;
	min-height: 1px;
	padding: 0 15px;
	position: relative;
	border: 0px solid #000;
}
 [class*="spalte"] + [class*="spalte"]:last-child {
float: right;
}
 [class*="spalte"] + [class*="spalte"].end {
float: left;
}
.zeile .eins {
	width: 8.33%
}
.zeile .zwei {
	width: 16.66%
}
.zeile .drei {
	width: 25%
}
.zeile .vier {
	width: 33.33%
}
.zeile .fuenf {
	width: 41.66%
}
.zeile .sechs {
	width: 50%
}
.zeile .sieben {
	width: 58.33%
}
.zeile .acht {
	width: 66.66%
}
.zeile .neun {
	width: 75%
}
.zeile .zehn {
	width: 83.33%
}
.zeile .elf {
	width: 91.66%
}
.zeile .zwoelf {
	width: 100%
}
/* Nicolas Gallagher's micro clearfix */
  .zeile:before, .zeile:after, .clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.zeile:after, .clearfix:after {
	clear: both;
}
.zeile, .clearfix {
	zoom: 1;
}
.hg1 img {
	max-width: 100%;
}
  
  /* Mobile */
  @media only screen and (max-width: 750px) {
 body {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
width: 100%;
min-width: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
 .container {
}
 .zeile {
width: auto;
min-width: 0;
margin-left: 0;
margin-right: 0;
border: 0px solid #000;
}
 .spalte, .spalten {
width: 100% !important;
float: none;
}
 .spalte:last-child, .spalten:last-child {
float: none;
}
 [class*="spalte"] + [class*="spalte"]:last-child {
float: none;
}
 .spalte:before, .spalten:before, .spalte:after, .spalten:after {
content:"";
display:table;
}
 .spalte:after, .spalten:after {
clear: both;
}
}
/* Ende Grid-System --------------- */
