@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	overflow-y: scroll;
	font-weight:300;
	
}
#menu {
	display: none;
}
.main clearfix{
	visibility: hidden;
}
h1 {
	font-weight: 400;
	color: #444444;
	padding:0;
	margin-bottom: -10px;
}
h2 {
	font-weight: 400;
	color: #555;
}
h3 {
	font-weight:400;
	color: #FFFFFF;
	margin-top: 10px;
}

#clear {
	clear:both;
}
#gesamt {
	width: 1200px;
	margin: 20px auto 0 auto;
}
/*-----logo------*/
#logo {
	float: right;
}
/*------------------------------------navi-------------------------------------------------*/
.fa {
	padding-right: 10px;
}
/*--------------------------navi-resp-----------------------------------------*/
nav {
    width: 300px;
	float: left;
	margin-top: 50px;
	white-space: nowrap;
	
}
nav .aktuell {
	color: #000F6B;
}

nav a {
  color: #3BAF2A;
  text-decoration: none;
}

nav { 
	background-color: #FFF;
 }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
nav li,
nav .nav-toggle {
  text-align: left;
  position: relative;
  display: block;
  cursor: pointer;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

nav .dropdown > a:after {
  content: 'V';
  position: absolute;
  right: 15px;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

nav .dropdown.open,
.desktop nav li:hover { color: #000F6B; }

nav .dropdown.open > a:after,
.desktop nav li:hover > a:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

nav .dropdown ul {
  position: relative;
  background-color: transparent;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

nav a {
  display: block;
  text-align: left;
}
nav a:hover {
	color: #000F6B;
}
.desktop nav { width: 200px; }
.desktop nav ul
{
     line-height: 25px;
}
.desktop nav li {
  width: 180px;
  list-style: none;
  position: relative;
  background: #FFFFFF;
  box-shadow: 5px 5px 5px rgba(153,153,153,0.8);
  line-height: 30px;
  padding-left: 20px;
  border: none;
}

.desktop nav li:hover ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.desktop nav .dropdown:hover > a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.desktop nav .dropdown > a:after {
  content: '>';
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.desktop nav .dropdown ul {
  top: -8px;
  left: 200px;
  position: absolute;
  display: block !important;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.desktop nav .nav-toggle { display: none; }

/*----------------------------------------bild---------------------------------------------*/
#bild {
	margin-left: 210px;
	margin-top: 40px;
}

/*---------------------------------------div1-4----------------------------------*/
.divtitel {
	font-size: 1.3em;
	font-weight: normal;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	color: #FFFFFF;
}

#div1234 {
	color:#FFFFFF;
	width: 300px;
	padding: 0 5px 5px 5px;
	float: left;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
	height: 350px;
	
}

td {
	vertical-align: text-top;
}

#div1234 a{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.9em;
}

.div1{
	background-color: #3BAF2A;
}

.div2 {
	background-color: #349A25;
}

.div3 {
	background-color: #3E7A2C;
}

.div4 {
	background-color: #29511D;
}
.erfahren {
	text-decoration: none;
	border: 1px solid #fff;
	padding: 2px;
}

.oben {
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	height: 350px;
}
.unten {
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
}

/*--------------------------------------inhalt---------------------------------------------*/
#inhalt{
	width: 630px;
	margin:20px auto 0 400px;
	text-align: justify;
}

#inhalt p {
	color:#555555;
}
#inhalt a {
	font-weight:400;
	color: #555;
}
#info {
	float:left;
	width: 190px;
	background-color: #3BAF2A;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 90px;
	font-size: 0.9em;
	font-weight: 300;
	
}
#info h1 {
	font-family: 'Open Sans', sans serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #FFFFFF;
}

#info a {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 1em;
}
#inhalt_stellen {
	text-align: left;
	width: 630px;
	margin:20px auto 0 400px;
}
#inhalt_stellen p {
	color:#555555;
}
#inhalt_stellen a {
	font-weight:400;
	color: #555;
}
/*--------------------------------------fuss-----------------------------------------------*/
#fuss {
	clear: both;
	width: 100%;
	font-size: 0.7em;
	color:#666666;
	margin-bottom: 20px;
}

#links {
	float:left;
	width: 200px;
	
}

#links a {
	color:#666666;
	margin-right: 20px;
}

#links .aktuell {
	text-decoration: none;
	font-weight: bold;
}

#copy {
	text-align:right;
}

#copy a{
	color:#666666;
	font-weight:bold;
}

   /*----------------------------kontakt-------------------------------------*/
#gesamt-kontakt {
	width: 1200px;
	margin: 40px auto 0 auto;
}

#tabl {
	width: 360px;
}

 #formular {
	font: 1em 'Lato', sans-serif;
	color: #393e43;
	width: 360px;
	margin: 60px auto 20px 180px;
	font-weight: 300;
	float: left;
}

legend {
	font: 0.8em 'Lato', sans-serif;
	font-weight: 300;
}

label {
font-family:'Open Sans', sans-serif; font-weight: 300; font-size: 1em;
}
#ihrenachricht {
	vertical-align: top;
}
#Vorname, #Nachname, #Firma, #Adresse, #PLZ, #Ort, #E_Mail_Adresse, #Telefon, #Sie_interessieren_sich_für {
	width:250px; 
	height:30px; 
	border: 1px solid #CCCCCC; 
	font: 0.8em 'Lato', sans-serif;
	color: #393e43;
	font-weight: 300;
}
#Ihre_Nachricht_an_uns {
	width:250px; 
	height:100px; 
	border: 1px solid #CCCCCC; 
	font: 0.8em 'Lato', sans-serif;
	color: #393e43;
	font-weight: 300;
}

.formtitle {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #393E43;
	font-size: 25px;
	text-align: center;
	letter-spacing: 2px;
}

#absenden {
	color: #393e43;
	font-weight: 300px;
	font-size: 0.6em;
	border: 1px solid #393e43;
	padding: 5px;
}


.error_msg {
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #71d733;
	margin: 5px 0px 5px 0px;
	color: #73d733;
	font: 0.8em 'Lato', sans-serif;
	font-weight:300;
}

.error { color: #71d733; }

#field { 
	width: 400px; 
	padding: 10px;
	border: 1px solid #71d733;
}
.danke {
	font: 0.8em 'Lato', sans-serif;
	color: #393e43;
	font-weight: 300;
}

/*div.formgenerator label,*/
div.formgenerator .controlset span {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
}

div.formgenerator label { margin: 0px; }
div.formgenerator .controlset span {	margin:0; }
div.formgenerator .controlset label {
	display: inline;
	float: none;
}

div.formgenerator .controlset input { margin: 0px 0px 0px 0px; }
div.formgenerator input,
div.formgenerator select,
div.formgenerator textarea {
	margin: 5px 0px 10px 0px;
}


#adresse {
	width: 230px;
	background-color: #3BAF2A;
	float: right;
	margin: 10px auto 0 auto;
	padding: 10px;
	color: #ffffff;
	font-size: 0.8em;
}
#adresse h1 {
	color: white;
	font-size: 1.3em; 
	margin: 0 0 5px 0;
	font-weight: 600;
}
#adresse h2 {
	color: white;
	margin: 5px 0;
	font-size: 1.2em;
}
#adresse p {
	color: white;
	margin: 0 0 15px 0;
}
#adresse a {
	color:#FFFFFF;
}
.kontakt {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 1px;
}

.adressetext {
	font-size: 1em;
}
/*--------------------------------Team--------------------------------------------*/
#teamall {
	width: 630px;
	float: right;
	margin-top:20px;
}

#team {
	width: 210px;
	margin-top: 50px;
	text-align: center;
	color: #555555;
}

#team h3 {
	color: #444444;
}
#team p{
	margin-top:-15px;
}
#team a {
	color:#555555;
	font-size: 0.9em;
}
.teamleft{
	float:left;
}

.teamright{
	float:right;
}
#teamall {
	float: right;
	width: 630px;
	margin-bottom: 20px;
}
/*-------------------------------referenzen-------------------------------------*/
#referenzen {
	margin-top: 40px;
	
}
/*------------------------------impressum---------------------------------------*/
#impressum {
	float: left;
	width: 630px;
	margin-top: 0px;
	margin-left: 180px;
	text-align: justify;
	color:#555555;
}
#impressum h1 {
	margin: 0;
	padding: 0;
}
#impressum a {
	color: #666;
}
/*------------------------------sitemap-----------------------------------------*/
#sm {
	width: 630px;
	float: right;
	margin-top:40px;
	font-size: 1.3em;
	text-align:left;
	font-weight:400;
}

#sm li{
	list-style-type: none;
	padding-bottom: 15px;
	margin-left: 250px;
	
}

#sm a{
	text-decoration: none;
	color:#3BAF2A;
}

#sm a:focus {
	color: #555555;
}

#sm a:hover{
	color: #555555;
}
@media only screen and (max-device-width : 900px) {
body {
	-webkit-text-size-adjust:none;
	padding: 0 5px;
	margin: 0;
	overflow-x: hidden;
}
h2 {
	margin: 0 20px;
}
nav, #gesamt, #gesamt-kontakt, #bild, #copy, #adresse, #refinhalt, #refgesamt, #teamall, .divtitel {
	clear: both;
	display: block;
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
#inhalt {
	clear: both;
	display: block;
	width: 80%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
#inhalt_stellen {
	clear: both;
	display: block;
	width: 80%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
#impressum {
	clear: both;
	display: block;
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
#impressum h1 {
	margin: 0 20px 20px 20px;
}
#impressum h2 {
	margin: 0 20px 10px 20px;
}
#impressum p {
	margin: 0 20px 10px 20px;
}	
#inhalt h1{
	margin: 20px 20px 0 20px;
}
#inhalt p{
	margin: 0 20px;
	padding: 10px 0; 
}
#inhalt_stellen  h1{
	margin: 20px 20px 0 20px;
}
#inhalt_stellen p{
	margin: 0 20px;
	padding: 10px 0; 
}
#refinfo{
	display: none;
}
#logo {
	display: block;
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
#div1234 {
	clear: both;
	display: block;
	width: 100%;
	float: none;
}
img {
	max-width: 100%;
	height: auto;
	float: none;
	margin: 0;
}
#links {
	width: 100%;
	text-align:center;
	padding-top: 20px;
	margin-bottom: 10px;
}
#copy {
	width: 100%;
	text-align:center;
	padding-top: 0px;
	margin-bottom: 20px;
}

/*---------------------------------navi-------------------------------------------*/
.bord {
	border-bottom: 1px solid #CACACA;
}

#respmenu {
	background-color: #3BAF2A;
	padding: 10px;
}
#respmenu a {
	color: #fff;
}
#respmenu a:hover {
	color: #fff;
}
/*--------------------------div 1-4-----------------------------------------------*/
.div1, .div2, .div3, .div4 {
	background-color: #fff;
}
.divtitel {
	color: #fff;
	display: block;
	width: 100%;
	background-color: #3BAF2A;
	font-weight:400;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
	padding: 10px 0;
}
#div1234, .oben {
	color: #666;
	font-size: 1em;
	margin-bottom: 20px;
	height: auto;
	clear: both;
	display: block;
	width: 100%;
	float: none;
	padding: 0;
	text-align: justify;
}
#div1234 a{
	color: #3BAF2A;
	font-size: 0.9em;
}
#div1234 p {
	padding: 0 20px;
}
.erfahren {
	text-decoration: none;
	border: 1px solid #3BAF2A;
	padding: 5px;
}
.unten {
	color: #666;
	font-size: 1em;
	height: auto;
	clear: both;
	display: block;
	width: 100%;
	float: none;
	padding: 0;
	text-align: center;
	margin: 0 auto 20px auto;
}

/*---------------------------------seite------------------------------------------*/
#info {
	display: none;
}



/*----------------------------------team------------------------------------------*/
.teamleft, .teamright {
	max-width: 100%;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
}
/*------------------------------kontakt-------------------------------------*/
#tabl {
	width: 30em;
	margin: 0 auto;
	padding: 0;
}

 #formular {
	 clear: both;
	font: 1em 'Lato', sans-serif;
	color: #393e43;
	width: 30em;
	margin: 0 auto;
	font-weight: 300;
	float: none;
	padding: 0;
	display: block;
}

legend {
	font: 0.8em 'Lato', sans-serif;
	font-weight: 300;
}

label {
font-family:'Open Sans', sans-serif; font-weight: 300; font-size: 0.8em;
text-align:center;
}

#Vorname, #Nachname, #Firma, #Adresse, #PLZ, #Ort, #E_Mail_Adresse, #Telefon, #Sie_interessieren_sich_für {
	width: 25em; 
	border: 1px solid #CCCCCC; 
	font: 0.8em 'Lato', sans-serif;
	color: #393e43;
	font-weight: 300;
}
#Ihre_Nachricht_an_uns {
	width: 25em; 
	height:100px; 
	border: 1px solid #CCCCCC; 
	font: 0.8em 'Lato', sans-serif;
	color: #393e43;
	font-weight: 300;
}

.formtitle {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #393E43;
	font-size: 25px;
	text-align: center;
	letter-spacing: 2px;
}

#absenden {
	color: #393e43;
	font-weight: 300px;
	font-size: 0.6em;
	border: 1px solid #393e43;
	padding: 5px;
}


.error_msg {
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #71d733;
	margin: 5px 0px 5px 0px;
	color: #73d733;
	font: 0.8em 'Lato', sans-serif;
	font-weight:300;
}

.error { color: #71d733; }

#field { 
	width: 30em; 
	padding: 10px;
	border: 1px solid #71d733;
}
.danke {
	font: 0.8em 'Lato', sans-serif;

	color: #393e43;
	font-weight: 300;
}

/*div.formgenerator label,*/
div.formgenerator .controlset span {
	width: 20em;
	display: block;
	float: left;
	text-align: right;
}

div.formgenerator label { margin: 0px; }
div.formgenerator .controlset span {	margin:0; }
div.formgenerator .controlset label {
	display: inline;
	float: none;
}

div.formgenerator .controlset input { margin: 0px 0px 0px 0px; }
div.formgenerator input,
div.formgenerator select,
div.formgenerator textarea {
	margin: 5px 0px 10px 0px;
}


#adresse {
	clear: both;
	width: 100%;
	background-color: #3BAF2A;
	float: none;
	margin: 10px -10px;
	padding: 10px;
	color: #ffffff;
	font-size: 1em;
	display: block;
}
#adresse h1 {
	color: white;
	font-size: 1.3em; 
	margin: 0 auto 5px 160px;
	font-weight: 600;
}
#adresse h2 {
	color: white;
	margin: 5px auto 5px 160px;
	font-size: 1.2em;
}
#adresse p {
	width: 30em;
	color: white;
	margin: 0 auto 15px 160px;
}
#adresse a {
	color:#FFFFFF;
}
.kontakt {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 1px;
}

.adressetext {
	font-size: 1em;
}
/*--------------------------------Team--------------------------------------------*/
#teamall {
	width: 630px;
	float: right;
	margin-top:20px;
}

#team {
	width: 210px;
	margin-top: 50px;
	text-align: center;
	color: #555555;
}

#team h3 {
	color: #444444;
}
#team p{
	margin-top:-15px;
}
#team a {
	color:#555555;
	font-size: 0.9em;
}
.teamleft{
	float:left;
}

.teamright{
	float:right;
}
#teamall {
	float: right;
	width: 630px;
	margin-bottom: 20px;
}
}
@media only screen and (max-device-width : 600px) {
body {
	-webkit-text-size-adjust:none;
	padding: 0 5px;
	margin: 0;
	overflow-x: hidden;
}
h2 {
	margin: 0 20px;
}
nav, #gesamt, #gesamt-kontakt, #bild, #copy, #inhalt, #inhalt_stellen, #adresse, #refinhalt, #refgesamt, #teamall, .divtitel {
	clear: both;
	display: block;
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
#impressum {
	clear: both;
	display: block;
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
#impressum h1 {
	margin: 0 20px 20px 20px;
}
#impressum h2 {
	margin: 0 20px 10px 20px;
}
#impressum p {
	margin: 0 20px 10px 20px;
}	
#inhalt h1{
	margin: 20px 20px 0 20px;
}
#inhalt p{
	margin: 0 20px;
	padding: 10px 0; 
}
#inhalt_stellen h1{
	margin: 20px 20px 0 20px;
}

#inhalt_stellen p{
	margin: 0 20px;
	padding: 10px 0; 
}

#refinfo{
	display: none;
}
#logo {
	display: block;
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
#div1234 {
	clear: both;
	display: block;
	width: 100%;
	float: none;
}
img {
	max-width: 100%;
	height: auto;
	float: none;
	margin: 0;
}

#links {
	width: 100%;
	text-align:center;
	padding-top: 20px;
	margin-bottom: 10px;
}
#copy {
	width: 70%;
	text-align:center;
	padding-top: 0px;
	margin-bottom: 20px;
}
/*---------------------------------navi-------------------------------------------*/
.bord {
	border-bottom: 1px solid #CACACA;
}

#respmenu {
	background-color: #3BAF2A;
	padding: 10px;
}
#respmenu a {
	color: #fff;
}
#respmenu a:hover {
	color: #fff;
}
/*--------------------------div 1-4-----------------------------------------------*/
.div1, .div2, .div3, .div4 {
	background-color: #fff;
}
.divtitel {
	color: #fff;
	display: block;
	width: 100%;
	background-color: #3BAF2A;
	font-weight:400;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
	padding: 10px 0;
}
#div1234, .oben {
	color: #666;
	font-size: 1em;
	margin-bottom: 20px;
	height: auto;
	clear: both;
	display: block;
	width: 100%;
	float: none;
	padding: 0;
	text-align: justify;
}
#div1234 a{
	color: #3BAF2A;
	font-size: 0.9em;
}
#div1234 p {
	padding: 0 20px;
}
.erfahren {
	text-decoration: none;
	border: 1px solid #3BAF2A;
	padding: 5px;
}
.unten {
	color: #666;
	font-size: 1em;
	height: auto;
	clear: both;
	display: block;
	width: 100%;
	float: none;
	padding: 0;
	text-align: center;
	margin: 0 auto 20px auto;
}

/*---------------------------------seite------------------------------------------*/
#info {
	display: none;
}



/*----------------------------------team------------------------------------------*/
.teamleft, .teamright {
	max-width: 100%;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
}
/*------------------------------kontakt-------------------------------------*/
#tabl {
	width: 20em;
	margin: 0 auto;
	padding: 0;
}

 #formular {
	 clear: both;
	font: 1em 'Lato', sans-serif;
	color: #393e43;
	width: 20em;
	margin: 0 auto;
	font-weight: 300;
	float: none;
	padding: 0;
	display: block;
}

legend {
	font: 0.8em 'Lato', sans-serif;
	font-weight: 300;
}

label {
font-family:'Open Sans', sans-serif; font-weight: 300; font-size: 0.8em;
text-align:center;
}

#Vorname, #Nachname, #Firma, #Adresse, #PLZ, #Ort, #E_Mail_Adresse, #Telefon, #Sie_interessieren_sich_für {
	width: 15em; 
	border: 1px solid #CCCCCC; 
	font: 0.8em 'Lato', sans-serif;
	color: #393e43;
	font-weight: 300;
}
#Ihre_Nachricht_an_uns {
	width: 15em; 
	height:100px; 
	border: 1px solid #CCCCCC; 
	font: 0.8em 'Lato', sans-serif;
	color: #393e43;
	font-weight: 300;
}

.formtitle {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #393E43;
	font-size: 25px;
	text-align: center;
	letter-spacing: 2px;
}

#absenden {
	color: #393e43;
	font-weight: 300px;
	font-size: 0.6em;
	border: 1px solid #393e43;
	padding: 5px;
}


.error_msg {
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #71d733;
	margin: 5px 0px 5px 0px;
	color: #73d733;
	font: 0.8em 'Lato', sans-serif;
	font-weight:300;
}

.error { color: #71d733; }

#field { 
	width: 20em; 
	padding: 0px;
	border: none;
}
.danke {
	font: 0.8em 'Lato', sans-serif;
	color: #393e43;
	font-weight: 300;
}

/*div.formgenerator label,*/
div.formgenerator .controlset span {
	width: 20em;
	display: block;
	float: left;
	text-align: right;
}

div.formgenerator label { margin: 0px; }
div.formgenerator .controlset span {	margin:0; }
div.formgenerator .controlset label {
	display: inline;
	float: none;
}

div.formgenerator .controlset input { margin: 0px 0px 0px 0px; }
div.formgenerator input,
div.formgenerator select,
div.formgenerator textarea {
	margin: 5px 0px 10px 0px;
}


#adresse {
	width: 100%;
	background-color: #3BAF2A;
	float: right;
	margin: 10px -10px 0 auto;
	padding: 10px;
	color: #ffffff;
	font-size: 0.8em;
}
#adresse h1 {
	width: 250px;
	color: white;
	font-size: 1.3em; 
	margin: 0 0 5px 80px;
	font-weight: 600;
}
#adresse h2 {
	width: 250px;
	color: white;
	margin: 5px 0 0 80px;
	font-size: 1.2em;
}
#adresse p {
	width: 250px;
	color: white;
	margin: 0 0 15px 80px;
}
#adresse a {
	color:#FFFFFF;
}
.kontakt {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 1px;
}

.adressetext {
	font-size: 1em;
}
/*--------------------------------Team--------------------------------------------*/
#teamall {
	width: 630px;
	float: right;
	margin-top:20px;
}

#team {
	width: 210px;
	margin-top: 50px;
	text-align: center;
	color: #555555;
}

#team h3 {
	color: #444444;
}
#team p{
	margin-top:-15px;
}
#team a {
	color:#555555;
	font-size: 0.9em;
}
.teamleft{
	float:left;
}

.teamright{
	float:right;
}
#teamall {
	float: right;
	width: 630px;
	margin-bottom: 20px;
}
}