html, body {
	background-image: url('../img/bg/background.jpg');
	background-repeat: repeat;
}

html {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height:100%
}

body {
	min-height: 100%;
	font-family: "Comic Sans MS", sans-serif;
	background-attachment: fixed;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Comic Sans MS", cursive;
}

#wrapper {
	z-index: 5;
	height:100%;
}

#contentframe{
	height: 100%; 
	min-height: 100%;
	width: 100%;
	position: absolute;
	left: 250px;
	z-index:7;
	overflow-x: hidden;
}

section#content {
	border-color: #ae76ba;
	box-shadow: 10px 3px 20px #D4145A;
	border-left-width: 12px;
	border-right-width: 12px;
	border-left-style: solid;
	border-right-style: solid;
	position:fixed;
}

.contentimg{
	width: 350px;
	margin:5px;
}

#texts{
	display:none;	
}

#textwrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 35px;
}

#contenttext{
	position: absolute;
	top: 0;
	bottom: 25px;
	right: 0px;
	left: 0;
	width: 100%;
	line-height: 2;
	overflow-y: auto;
	overflow-x: hidden;	
	padding: 50px 30px 30px 5px;
}

p{line-height: 2;}

div.push-6.small-6{
	color:#9e005d;
	width: 	660px;
	margin-top: 20px;
}

footer {	
	position: fixed;
	bottom: 0;
	z-index: 1000;
}

#copyright {
	text-align: center;
	padding: 8px;
	background: rgba(255, 255, 255, .7);
}

#content.row{
	width:100%;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	max-width:62.5em;
	*zoom:1;
	overflow: hidden;
}

div.flowernav.hide-for-medium-up img{
	display:none;
}

nav ul#dropdown {
    background: none repeat scroll 0 0 #9e005d;
    border-top: 1px solid #3D155B;
    box-shadow: 0 1px 1px rgba(51, 51, 51, 0.6);
    list-style-type: none;
    margin: 0;
    width: 100%;
}
ul#dropdown li {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
ul#dropdown li a:not(.button) {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    padding-right: 20px;
    text-align: right;
    width: 100%;
}

ul#dropdown li a:hover:not(.button) {
    background: none repeat scroll 0 0 #f5ccf4;
}

nav.hide-for-medium-up {
z-index: 9999999;
position: fixed;
left: 0;
right: 0;
top: 0;
overflow: display;
height: 45px;
background: #d5b6d6 !important;
box-shadow: 0px 1px 1px rgba(51,51,51,.6);
} 

nav.hide-for-medium-up  img {
height: 41px;
width: 47px;
margin: 2px 8px;
} 

nav.hide-for-medium-up #menu {
background: transparent !important;
text-transform: uppercase;
color: #fff !important;
height: 44px;
line-height: 30px;
padding: 8px;
font-weight: bold;
box-sizing: border-box;
position: absolute;
right: 0px;
}

#menu span {
padding-right: 38px;
background: url('../img/menu.png') no-repeat center right;
}

ul#dropdown {
display: none;
} 

nav.contain-to-grid {
    background: transparent;
}

nav, nav ul {
    vertical-align: top;
    margin-top: 0px;
}

span#bit {
	color: #97BE0D !important;
}

h3 {
	color: #D4145A !important;
}

div#flowernav {
	padding: 7px;
	position: fixed;
	bottom: -20px;
	left: -10px;
	width: auto;
	z-index:9999;
	text-align:center;
}


div#flowernav .hide-for-large-up {
	margin-bottom: -50px;
}

#flowernav .hide-for-large-up a {
	font-size: 16pt;
}

#home{
	position: absolute;
	top: 140px;
	left: 250px;
	z-index: 1000;	
}

#home_med{
	position: absolute;
	top: 90px;
	left: 170px;
	z-index: 1000;	
}

#pekip{
	position: absolute;
	top: 290px;
	left: 380px;
	z-index: 1000;	
}

#pekip_med{
	position: absolute;
	top: 190px;
	left: 240px;
	z-index: 1000;	
}

#raum_anfahrt{
	position: absolute;
	top: 450px;
	left: 230px;
}
#raum_anfahrt_med {
	position: absolute;
	top: 300px;
	left: 140px;
}

#pekipbild{
	position: absolute;
	top: 210px;
	left: 180px;
	height: 150px;
	width: 150px;
}

#pekipbild_med {
	position: absolute;
	top: 150px;
	left: 127px;
	height: 90px;
	width: 90px;
}

#kontakt_anmeldung{
	position: absolute;
	top: 360px;
	left: 40px;
}

#kontakt_anmeldung_med {
	position: absolute;
	top: 246px;
	left: 20px;
}

#impressum{
	position: absolute;
	top: 190px;
	left: 20px;
}

#impressum_med {
	position: absolute;
	top: 130px;
	left: 4px;
}

#flowernav a {
	color: #F7931E;
	font-size: 25px;
	padding: 30px 15px;
}

#flowernav a:active, a:focus 
	{outline: none;}

div#flowerLayer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div#flowerLayer > div {	
	position: absolute;
	overflow-x: visible;
}

div#flowerLayer-close {
	z-index: 3;
}

div#flowerLayer-near {
	z-index: 2;
	opacity: 0.8;
}

div#flowerLayer-far {
	z-index: 1;
	opacity: 0.6;
}

div.flower {
	position: absolute;
	overflow: hidden;
	width: 400px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: contain;
}

div#flowerLayer-near div.flower {
	height: 110px;
	width: 220px;
}

div#flowerLayer-far div.flower {
	height: 60px;
	width: 140px;
}

div.blume-1 {
	background-image: url('../img/bg/blume-1.png');
}
div.blume-2 {
	background-image: url('../img/bg/blume-2.png');
}
div.blume-3 {
	background-image: url('../img/bg/blume-3.png');
}
div.blume-4 {
	background-image: url('../img/bg/blume-4.png');
}
div.blume-5 {
	background-image: url('../img/bg/blume-2.png');
}

section {
	background: #fff;
	position: relative;
	min-height:100%;
	height: 100%;
}

section div.bottomline {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	min-height: 140px;
	padding: 5px 10px;
}

#bubble-1,
#bubble-2,
#bubble-3,
#bubble-4 {
	background-position: 50% 75% !important;
	background-repeat: no-repeat; 
	width: 280px;
	height: 280px;
	border-radius: 140px;
	padding: 40px 20px;
	border: 0;
	z-index: 20;
}

#bubble-1 {	
	background-image: url(../img/kinder/circlehome-1.jpg);
	position: absolute;
	top: -40px;
	left: 30px;
}
#bubble-2 {	
	background-image: url(../img/kinder/circlehome-2.jpg);
	position: absolute;
	top: 550px;
	left: 1370px;
}
#bubble-3 {	
	background-image: url(../img/kinder/circlehome-3.jpg);
	position: absolute;
	top: 100px;
	left: 1600px;
}

@media only screen and (max-height: 600px) {
	#bubble-1 {
		display: none !important;	
	}
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
	#flowernav .hide-for-medium-down {
		display: none !important;
	}
	#flowernav .hide-for-large-up {
		display: block !important;	
	}
}


@media only screen and (min-width: 700px) and (max-width: 1280px) {
	#flowernav .hide-for-medium-down {
		display: none !important;
	}
	#flowernav .hide-for-large-up {
		display: block !important;	
	}	
}

@media only screen and (min-width: 640px) and (max-width: 1280px) {
	#content {
		width: 74% !important;
	}	
	#contenttext {
		padding-left: 150px !important;	
	}
}

@media only screen and (max-width: 640px) {
	#content {
		width: 100% !important;
	}		
	#contenttext {
		padding-left: 10px !important;	
	}
}
	
#contenttext {
	padding-left: 300px;	
}

@media (min-width: 641px) {
	body {
		overflow: hidden;
	}
}
