body {
	background-color: #fff8dc;
}

#wrap-all {
	background-color: #fff8dc;
	max-width: 1250px;
	margin: 0 auto;
	padding-top: 50px;
}

#wrap-all p {
	font-size: 13px;
	font-weight: 300;
	color: #afafaf;
}

h1 {
	margin-bottom: 100px;
}

h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	
	color: #006600;
	margin-bottom: 40px;
}

#team-image h2 {
	background: url(../img/bg-hr.png) repeat-x center center transparent;
	font-size: 22px;
}

#team-image h2 span {
	background-color: fff8dc;
	padding: 0 20px;
}

#bereiche {
	margin-top: 50px;
	padding-bottom: 15px;
}

.bereich h3 {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	margin-top: 0;
}

.bereich span {
	font-size: 13px;
	font-weight: 300;
	color: #8d8d8d;
	display: block;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
}
#reihe2 {
	margin-top: 15px;
	padding-bottom: 50px;
}

.reihe h3 {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	margin-top: 0;
}

.reihe span {
	font-size: 13px;
	font-weight: 300;
	color: #8d8d8d;
	display: block;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
}

#kontakt {
	background-color: #006600;
	padding: 50px 0;
	text-align: center;
}

#kontakt h2 {
	font-weight: 500;
	color: white;
	margin: 0 0 10px 0;
}

#kontakt p {
	color: white;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0;
}

#kontakt a {
	color: white;
}

.overlay {
   background: transparent; 
   position: absolute; 
   width:100%;
   height: 400px;
   top:400px;
   margin-top:-400px;
}

#gmap {
	position: relative;
	height: 400px;
}

#gmap,
#ytube {
	position: relative;
	height: 400px;
}

#ytube,

#footer-wrap {
	background-color: #003300;
	clear: both;
}

#footer {
	padding: 50px 0;
	text-align: center;
}

#footer h2 {
	color: #003300;
}

#footer p {
	font-size: 14px;
	color: #003300;
}

#footer a {
	color: #003300;
}

#footer a:hover {
	color: white;
}

#footer p span {
	font-size: 11px;
	color: #003300;
	text-transform: uppercase;
}

#footer p.bottom {
	color: #003300;
}



/************************************************* 
  
            M E D I A  Q U E R I E S
       
**************************************************/

@media only screen and (min-width: 641px)  

@media only screen and (min-width: 722px)  {

#team-image h2 {
	font-size: 32px;
}
	
}

