/* Schriften */

H1{
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	color: #5c5b5b;
	line-height: 33px;

}

.fliess {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #5c5b5b;
	line-height: 27px;

}
.fliess_klein href{
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #5c5b5b;
	line-height: 19px;
  text-decoration: none;
}

a:link{
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #5c5b5b;
	line-height: 19px;
  text-decoration: none;
}
a:visited{
	color: #5c5b5b;
  text-decoration: none;
}
a:hover{
	color: #0688f9;
  text-decoration: none;
}
a:active{
	color: #5c5b5b;
  text-decoration: none;
}
/* Elemente */


body {
	background-color:#cdc7c7;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width:50%;
	z-index:1;
}
#unterfirmen {
	position:absolute;
	left:-371px;
	top:207px;
	width:994px;
	height:130px;
	z-index:2;
}
#inhalt {
	position:absolute;
	left:50%;
	width:80%;
	z-index:3;
	transform: translate(-50%, -0%);
}

img {
	box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
	border-radius: 7px;
}