@charset "UTF-8";
/* pt-sans-regular - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('PT Sans'), local('PTSans-Regular'),  url('../fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */  url('../fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
	src: local('PT Sans Bold'), local('PTSans-Bold'),  url('../fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */  url('../fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/pt-sans-v9-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* CSS Document */

body {
	background-color: #F2F8F8;
	color: #878787;
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
/*-----------Blöcke-----------*/

#page {
	display: block;
	margin: 0 auto;
	padding-bottom: 25px;
	padding-top: 25px;
	width: 1022px;
}
#header {
	display: block;
	height: 125px;
}
#header-tmp {
	display: block;
	height: 150px;
	vertical-align: middle;
}
#content {
	display: block;
	width: 1022px;
	padding-bottom: 0;
	min-height: 480px;
}
.temp #content {/*kann bei Veröffentlichung gelöscht werden*/
	display: block;
	width: 1022px;
	padding-bottom: 0;
	min-height: 320px;
}
#pics {
	display: block;
	height: 300px;
	width: 1022px;
	float: left;
	margin-top: 20px;
}
#picleft {
	background: url("../images/bg-green.png") no-repeat scroll left top #64AFA7;
	color: #FFFFFF;
	float: left;
	height: 230px;
	padding: 70px 50px 0 50px;
	text-align: left;
	width: 344px;
}
#picright {
	float: left;
	height: 300px;
}
#picright a:hover {
	background-color: transparent;
}
#left {
	background: url("../images/bg-termin.png") no-repeat top left #fff;
	float: left;
	margin-top: 20px;
	height: 220px;
	padding-left: 185px;
	padding-top: 100px;
	text-align: left;
	width: 239px;
	padding-right: 20px;
}
#right {
	text-align: left;
	width: 507px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-top: 20px;
	margin-left: 40px;
	float: left;
}
#bgwhite{
	Padding: 20px;
	background-color: #fff;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
	width: 96%;
	}
.question #right, .imprint #right {
    text-align: left;
    width: 45%;
    padding: 0;
    margin-top: 0;
    margin-left: 40px;
    float: left;
}
.question #left, .imprint #left {
    background: none no-repeat top left transparent;
    float: left;
    margin-left: 10px;
    padding: 0;
    text-align: left;
    width: 45%;
    height: 100%;
    margin-top: 0;
}
.baby #left {
	background: none no-repeat top left #fff;
	float: left;
	margin-top: 20px;
	padding: 20px;
	text-align: left;
	width: 404px;
	height: 100%;
}
.date #left {
	background: none no-repeat top left transparent;
	float: left;
	margin-top: 20px;
	padding: 0;
	width: 444px;
	height: 100%;
}
.date #right {
	margin-left: 20px;
}
.contact #left {
	background: none no-repeat top left #B7D7D4;
	float: left;
	margin-top: 20px;
	padding: 0;
	width: 444px;
	height: 170px;
}
.date #left {
	background: none no-repeat top left #B7D7D4;
	float: left;
	margin-top: 20px;
	padding: 0;
	width: 444px;
	height: 225px;
}
/*-----------Allgemeine Formatierungen Text-----------*/
h1, h2, h3, h4 {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
h1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #bc4289;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}
h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #64afa7;
}
h4 {
	font-family: 'PT Sans', sans-serif;
	color: #878787;
	font-size: 15px;
	font-weight: 700;
	margin: 15px 0 5px;
}
p {
	font-family: 'PT Sans', sans-serif;
	margin: 0.8em 0;
	font-size: 15px;
	font-weight: 400;
}
.baby #left p, .question #left p, .question #right p, .imprint #left p, .imprint #right p {
	font-family: 'PT Sans', sans-serif;
	margin: 0 0 0.8em;
	font-size: 15px;
	font-weight: 400;
}
a {
	color: #878787;
	text-decoration: underline;
	transition: all 0.2s ease-out 0s;
}
a:hover {
	background-color: #be428d;
	color: #fff;
}
#picleft a, .footer a {
	color: #fff;
}
#header a:hover {
	background-color: transparent;
}
ul.list {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 40px;
	margin-top: 0;
	font-size: 15px;
}
.imprint ul.list {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
}
.big {
	font-size: 17px;
	font-weight: 700;
}
.smaller {
	font-size: 11px;
}
/*--------Sticky Footer by Ryan Fait http://ryanfait.com/---------*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
	clear: both;
}
.footer {
	background-color: #B7D7D4;
	width: 100%;
}
.footer > .footertext {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding-top: 40px;
}
/*------------Navigation-------------*/
#navi {
	float: left;
	width: 1022px;
	margin: 0;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
}
ul#Navigation {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	display: block;
}
ul#Navigation li { /* Navigationspunkte erste Ebene */
	background: url("../images/bg-navi.png") repeat-x scroll left top #64AFA7;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 40px;
	margin-right: 18px;
	padding-top: 18px;
	text-align: center;
	width: 130px;
}
ul#Navigation li.last {/* Letzer Navigationspunkt */
	margin-right: 0;
	margin-left: 2px;
	width: 132px;
}
ul#Navigation li#aktuell {  /* aktuelle Rubrik kennzeichnen */
	background: none scroll left top #fff;
	color: #878787;
}
ul#Navigation li#aktuell li { /* Unterpunkte der aktuellen Rubrik */
	background-image: none;
}
ul#Navigation li:hover { /* Hover erster Ebene */
	background-color: #b7d7d4;
	background-image: none;
	color: #878787;
}
* html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
	margin-bottom: -0.4em;
	width: 138px;
}
*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
	margin-bottom: -0.1em;
	width: 138px;
}
ul#Navigation li ul { /* Zweite Ebene -  Unternavigation ausblenden */
	background: none repeat scroll left top #64afa7;
	border-top: 1px solid #FFFFFF;
	display: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 17px;
}
* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
	left: -1.5em;
	lef\t: -0.4em;
}
*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
	padding-bottom: 0.4em;
}
ul#Navigation li:hover ul {/* Unternavigation in modernen Browsern einblenden */
	display: block;
}
ul#Navigation li ul li { /* Zweite Ebene -  einzelne Unterpunkte */
	background: none scroll left top #64afa7;
	display: block;
	float: none;
	font-size: 13px;
	height: 30px;
	padding: 3px 10px 5px;
	text-transform: none;
	width: 280px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
ul#Navigation li ul li a { /* Zweite Ebene -  einzelne Unterpunkte Links */
	padding-top: 8px;
	text-align: left;
	width: auto;
	color: #fff;
}
ul#Navigation li#aktuell li a:hover {/* Zweite Ebene -  einzelne Unterpunkte Links HOVER */
}
ul#Navigation li#aktuell ul li {
	background-image: none;
}
ul#Navigation li ul li:hover, ul#Navigation li#aktuell ul li:hover {
	background-color: #b7d7d4;
}
ul#Navigation a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center; /* Breite den in li enthaltenen Elementen zuweisen */
}
ul#Navigation a:hover {
	color: #878787;
	background-color: transparent;
}
* html ul#Navigation a {
	width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
	w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}
ul#Navigation li#aktuell a:hover {
}
ul#Navigation li ul li#aktuell, ul#Navigation li ul li#aktuell:hover, ul#Navigation li ul li#aktuell a {
	/* aktuelle Unterseite kennzeichnen */
	color: #878787;
	height: 22px;
	padding: 11px 10px 5px;
	text-align: left;
}
