@font-face {
    font-family: 'journalregular';
    src: url('journal-webfont.eot');
    src: url('journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('journal-webfont.woff') format('woff'),
         url('journal-webfont.ttf') format('truetype'),
         url('journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	font-family: 'Open Sans',sans-serif;
	margin:0;
	padding:0;
	/* height:100%; */
	/* background: url(../images/back_pattern.png); */
	font-size: 12px;
	color: #1A1A1A;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	color: #fff;
}

p {
	font-size: 1.3em;
	margin-bottom: 60px;
	
}

#content p {
	
	line-height:1.6em;
}

h1 {
	text-align:center;
	font-size: 5em;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 60px;
	font-family: 'journalregular';
}

h2 {
	font-size: 2.2em;
	font-family: 'Open Sans',sans-serif;
	margin: 30px 0px 0px 0px;
}

img {
	border: none;
	margin: 0px 10px 10px 0px;
}

em {
	font-style: italic;
}

#content h1.h{
	
	font-size: 2em;
	margin: 0px 0px -10px 0px;
}

#container {
	/* 
	----Variante für mitteges Layout------
	margin: 0 auto;
	width: 50%; */
   min-height:100%;
   position:relative;
}

#header {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	width: 100%;
	height: 100px;
   background:#fff;
   padding:10px;
   /* border-bottom: 5px solid #D6440B; */
   position: fixed; 
   background: url(../images/gartenbau-tulipa.jpg) no-repeat 25px 20px #fff;
   z-index:2;
   
}

#header #navi {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

#header #navi ul {
	list-style-type: none;
	display: inline-block;
} 

#header #navi ul li {
 font-family: 'journalregular';
	float: left;
	margin-right: 5px;
	
} 

#header #navi ul li a {
	/* text-transform: uppercase; */
	text-decoration: none;
	color: #333;
	font-size: 3em;
	
}





.active {
	color: #fff;
}



.logo {
	position: absolute;
	top: 15px;
	right: 30px;
}

#section {
	margin: 0px auto;
	width: 1000px;
	min-width: 150px;
	min-height: 500px;
   padding:100px 10px 800px 10px;   /* Height of the footer */
}

#section .banner {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	width: 900px;
	height: 213px;
	margin: 30px 0px 0px 30px;
}

#content {
	/* width: 900px; */
	margin: 0px 0px 0px 30px;
	
}




#gestaltung, #referenzen, #bau, #pflege, #plan {
	/* height: 1500px; */
	padding-top: 150px;
}

#gartentipps {
	/* height: 1500px; */
	padding-top: 150px;
	width: 100%;
}

#partner {
	/* height: 1500px; */
	padding-top: 150px;
	width: 100%;
}





.raeder {
	position:relative;
	float:left;
	border: 1px solid #dbdbdb;
	width: 400px;
	height: 266px;
	padding: 5px;
	margin: 0px 30px 30px 0px;
}

.img_about {
	position:relative;
	float:left;
	border: 1px solid #dbdbdb;
	width: 275px;
	height: 183px;
	padding: 5px;
	margin: 0px 30px 30px 0px;
}

#info {
	width:40px;
	height: 40px;
	background: rgba(255,255,255,0.55);
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 3em;
	text-align: center;
	line-height: 1.3em;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#info:hover {
	background: rgba(255,255,255,0.45);
}
			
#info abbr {
	/* height: 100%;
	font-size: 2.188em; */
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-shadow: 0 1px rgba( 0, 0, 0, .25 );
	color: #fff;
	/* background: #84e100;
	background: -webkit-gradient( linear, left top, left bottom, from( #84e100 ), to( #6fbc00 ) );
	background: -webkit-linear-gradient( top, #84e100, #6fbc00 );
	background: -moz-linear-gradient( top, #84e100, #6fbc00 );
	background: -ms-radial-gradient( top, #84e100, #6fbc00 );
	background: -o-linear-gradient( top, #84e100, #6fbc00 );
	background: linear-gradient( top, #84e100, #6fbc00 );
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; */
	border: none;
	cursor: help;
	display: block;
}
			
/*TOOLTIP*/

#tooltip {
	font-family: Ubuntu, sans-serif;
	font-size: 0.875em;
	/* text-align: center; */
	text-shadow: 0 1px rgba( 0, 0, 0, .5 );
	line-height: 1.5;
	color: #fff;
	background: #333;
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
	background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* border-top: 1px solid #fff; */
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	position: absolute;
	z-index: 100;
	padding: 15px;
}

#tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top-color: #333;
	border-top: 10px solid rgba( 0, 0, 0, .7 );
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tooltip.top:after {
	border-top-color: transparent;
	border-bottom-color: #333;
	border-bottom: 10px solid rgba( 0, 0, 0, .6 );
	top: -20px;
	bottom: auto;
}

#tooltip.left:after {
	left: 10px;
	margin: 0;
}

#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
				
span {
	font-size: 1.5em;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	/* height: 1100px;  */
	background:#98BD00;
	overflow: hidden;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	color: #fff;
	z-index:3;
}

#footer p {
	margin-bottom: 20px;
}

#footer_content {
	margin: 30px auto;
	width: 900px;
}

.adresse {
	float: left;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #fff;
	padding-right: 45px;
	width: 390px;
	height: 540px;
}

.adresse p {
	font-size: 1.6em;
	
}



.kontakt{
	margin-left: 460px;
    width: 400px;
}

.kontakt fieldset {
	border: none;
}

.kontakt label {

}

.kontakt input[type=text], textarea {
	width: 300px;
	padding: 10px;
	border: none;
	margin-top: 7px;
	
	font-size: 1em;
	
}

.kontakt textarea {
	height: 200px;
	width: 400px;
}

.kontakt input[type=submit] {
	border: none;
	background: #fff;
	cursor: pointer;
	padding: 5px;
	
	width: 100px;
	font-size: 1em;
} 

#top-link	{ 
	display:none; 
	position:fixed; 
	right:50px; 
	bottom:50px; 
	outline: none;
	z-index:4;
}

iframe {
	margin: 10px 0px 0px 8px;
}

.clear {
	clear: both;
}

.danke-msg {
	font-size: 1.5em;
}

.lastenrad {
	position: absolute;
	bottom: 940px;
	left: 50px;
	width: 150px;
	height: 155px;
}

.img-bg {
	margin-left: -500px;
	margin-top: 100px; 
	/* margin-bottom: 250px; */ 
	
} 



.thumb {
	margin-right: 8px;
}

.thumb-box {
	margin-top: 50px;
}































