@charset "utf-8";

/*
Myriad Pro Bold {
	font-family: myriad-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

Myriad Pro Light {
	font-family: myriad-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
}
Myriad Pro Regular {
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}
Myriad Pro Semibold {
	font-family: myriad-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}
*/

body {
    margin: 0;
    font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 16px;
    line-height: 23px;
    background-color: #cac9ca;
	background-image: url("img/bg_body.gif");
	background-repeat: no-repeat;
	background-position: center top;
    color: #1a6e85;
    padding: 0;
}

#content_wrap {
	position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
	min-height: 1200px;
	background-image: url("img/bg_content.gif");
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
}


#logo {
	position: absolute;
	top: 25px;
	left: 627px;
    width: 360px;
    height: 180px;
}



#leistungen {
	position: absolute;
	top: 25px;
	left: 0;
    width: 400px;
    height: 250px;
}

#leistungen_img {
	position: absolute;
	top: 305px;
	left: 0;
    width: 403px;
    height: 521px;
}

#qualitaet {
	position: absolute;
	top: 845px;
	left: 0;
    width: 400px;
    height: 380px;
}

#bilderrahmen {
	position: absolute;
	top: 215px;
	left: 565px;
    width: 212px;
    height: 285px;
    -webkit-box-shadow: 9px 8px 18px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 9px 8px 18px 1px rgba(0,0,0,0.5);
    box-shadow: 9px 8px 18px 1px rgba(0,0,0,0.5);
}

#werdegang {
	position: absolute;
	top: 525px;
	left: 627px;
    width: 335px;
    height: 335px;
}

#address {
	position: absolute;
	top: 900px;
	left: 627px;
    width: 370px;
    height: 85px;
}

#farbkarte_img {
	position: absolute;
	top: 1010px;
	left: 403px;
    width: 597px;
    height: 182px;
}

#impressum {
    position: absolute;
	top: 1210px;
	left: 627px;
	width: 260px;
    height: 40px;
	padding-bottom: 20px;
}



a {
    color: #1a6e85;
    text-decoration: none;
    font-weight: bold;
}


#impressum a {
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
}

a:hover,
#impressum a:hover {
	color: #1a6e85;
    text-decoration: underline;
    font-weight: bold;
}

h1 {
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
	font-size: 16px;
	display: inline;
}

h1 b {
	color: #1a6e85;
	font-size: 18px;
	margin-right: 10px;
}

h2 {
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
	font-size: 36px;
	margin-top: 0;
    margin-bottom: 0;
}

h3 {
	font-weight: 600;
	font-style: normal;
	margin-top: 5px;
	font-size: 17px;
}

#leistungen > h3:nth-child(2) {
	margin-left: 95px;
}

#leistungen > h2:nth-child(4)  {
	margin-left: 85px;
}

#leistungen > h3:nth-child(5) {
	margin-left: 55px;
}

#leistungen > h2:nth-child(7),
#leistungen > h3:nth-child(8) {
	margin-left: 5px;
}

#qualitaet > h2 {
	margin-left: 48px;
}

#qualitaet > h3 {
	margin-left: 105px;
}


.clear {
	float: none;
	clear: both;
}

@media only screen and  (max-width: 750px)  {
	#content_wrap {
		width: 360px;
		background-image: url("img/blank.gif")
	}
	
	#logo {
		top: 15px;
		left: 20px;
		width: 360px;
		height: 180px;
	}
	
	#address {
		top: 200px;
		left: 0px;
		width: 360px;
	}
	#leistungen {
		top: 285px;
		left: 0;
		width: 360px;
		height: 270px;
	}
	

	#leistungen_img {
		top: 545px;
		width: 360px;
		height: auto;
	}
	
	#leistungen_img img {
		width: 360px;
		height: auto;
	}

	#qualitaet {
		top: 1045px;
		left: 0;
		width: 360px;
		height: 380px;
	}

	#bilderrahmen {
		top: 1430px;
		left: 25px;
	}
	
	#werdegang {
		top: 1725px;
		left: 0;
		width: 335px;
		height: 335px;
	}
	
	
	#farbkarte_img {
		top: 2060px;
		left: 0;
		width: 360px;
		height: auto;
	}
	#farbkarte_img img {
		width: 360px;
		height: auto;
	}

	#impressum {
		top: 2210px;
		left: 0;
	}


}
