﻿.logo {
   width:100%; 
   height: auto;
}

/* ANFANG HEADER */


#headline {
	margin-left:5%;
	width:90%;
}

#startbild {
	width:95%;
	padding-bottom:35%;
	padding-left:5%;
}

.startbild {
  width:96%; 
  height: auto;	
}


.zumteam {
  width:40%; 
  height:auto;	
  float:left;
  margin-left:56.2%;
  margin-top:-45%;
}

/* ANFANG MAINBODY */

#mainbody {
  margin-left:5%;
  width:90%;
  height:1500px;	
}



.kategoriebild {
  width:100%; 
  height: auto;	
  margin-top:-3.5em;
  margin-right:0em;
  padding-bottom:4em;
  float:right;
}



/*ANFANG TEXTEIGENSCHAFTEN*/

#kontaktheader{ 
	margin-left:5%;
	width:90%;
	margin-top:-32%;
	line-height:140%;
	font-family: Corbel, Calibri, Futura, sans-serif; 
	color: #555555; 
	font-style: normal; 
	font-size: 190%; 
	float:left;
	margin-bottom:25%;
}


h3 { 
	margin-top:3em;
}


#einleitung {
	font-family: Corbel, Calibri, Futura, sans-serif; 
	color: #555555; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 200%; 
	line-height: 130%;
	margin-bottom:20%;

}


#text-startseite {
	font-family: Corbel, Calibri, Futura, sans-serif; 
	color: #555555; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 200%; 
	margin-top:-2em;
	padding-bottom:2em;
	width:100%;
	line-height: 130%;
}

#text-startseite-baumpflege {
	font-family: Corbel, Calibri, Futura, sans-serif; 
	color: #555555; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 200%; 
	margin-top:-2em;
	padding-bottom:2em;
	width:100%;
	line-height: 130%;
}

#text-startseite-team {
	font-family: Corbel, Calibri, Futura, sans-serif; 
	color: #555555; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 200%; 
	margin-top:-2em;
	padding-bottom:2em;
	width:100%;
	line-height: 130%;
}

#text-startseite-gemeinsam {
	font-family: Corbel, Calibri, Futura, sans-serif; 
	color: #555555; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 200%; 
	margin-top:-2em;
	padding-bottom:2em;
	width:100%;
	line-height: 130%;
}



#impressum {
	font-family: Corbel, Calibri, Futura, sans-serif; 
	color: #555555; 
	font-style: normal; 
	font-weight: normal;
	margin-left:0%;
	margin-top:-3em;
	padding-bottom:3em; 
	font-size: 180%; 
	line-height: 130%;
}

#Haftung-Urheber {
	font-family: Corbel, Calibri, Futura, sans-serif;
	font-size: 180%; 
	line-height: 130%;
}


/* ANFANG FOOTER */

.artischocke{
	display:none;
}

	
#zum-seitenanfang {
    position:fixed;
    bottom:0.2%; 
    right:5%;
    z-index:1009;
    background-color:white;
    text-align:center;
    border-style:solid;
    border:solid 1px green;
    font-size: 500%;
    line-height:1.2em;
    width: 0.9em;
    height: 0.9em;
}


/*SLIDESHOWS*/

.slideshow { 
	margin: 0 auto;
	margin-left:0em;
}

.slideshow .slides {
	display: block;
	position: relative;
	overflow: hidden;
	width:100%;
	float:left;
	z-index:1004;


}
.slideshow .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.slideshow .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.slideshow .slides li.active { display: block; position: relative; }
.slideshow .crop li img { width: auto; }

.slideshow .pager {
	margin-left:-0.5em;
	height: 40px;
	width:50%;
	z-index:1005;
}
.slideshow .pager li { display: inline-block; }
.slideshow .pager li a,
.slideshow .pager li a span {
	display: block;
	height: 25px;
	width: 25px;
}
.slideshow .pager li a {
	padding: 18px 8px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
}
.slideshow .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
}
.slideshow .pager li.active a span { background: #404040; }





