@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

.logo {
	max-width: 100%;
	float: right;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}
#div1 {
	height: 50px;
	width: 95%;
	background-image: url(../img/logo2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#div2 {
	background-color: #E6E6E6;
	margin-top: 10px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.projekttitel {
	font-size: 16px;
	font-weight: 300;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	text-transform: uppercase;
}	

#div3 {
	width: 100%;
	margin-top: 10px;
}

.projektinfo {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
}
.galerie {
}
.steuerung {
	width: 50px;
	position: relative;
	margin-left: -25px;
	opacity: 0.5;
	margin-top: -25%;
	right: 20px;
	float: right;
	display:none;
}


#div4 {
	width: 90%;
	background-color: #E6E6E6;
	padding-right: 5%;
	padding-left: 5%;
	clear: left;
	float: left;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.footer {
	width: auto;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 800px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding: 0;
	clear: none;
	float: none;
	margin: 0;
}
#div1 {
	height: 80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	width: 99%;
}

.slideshow {
}

#div2 {
	background-color: #E6E6E6;
	margin-top: 20px;
	width: 100%;
	min-height: 55px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.projekttitel {
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: -20px;
	padding-top: 15px;
}

#div3 {
	width: 80%;
	margin-top: 20px;
}

.projektinfo {
	width: 90%;
	position: static;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.galerie {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-left: 20px;
	width: 640px;
}
.steuerung {
	position: absolute;
	opacity: 0.6;
	float: right;
	display: block;
	clear: right;
	top: 795px;
}


#div4 {
	position: static;
	left: 0;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	margin-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
}

.footer {
	margin-left: -20px;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 801px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 801px) {

.gridContainer {
	width: 100%;
	padding: 0;
	margin: 0;
}
#div1 {
	position: absolute;
	width: 1000px;
	height: 80px;
	left: 50%;
	margin-left: -500px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.slideshow {
	position: absolute;
}
#div2 {
	background-color: #E6E6E6;
	margin-top: 100px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 55px;
}

.projekttitel {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	list-style: none;
	font-weight: 300;
	font-size: 18px;
	width: 900px;
	text-transform: uppercase;
	}

#div3 {
	width: 100%;
	position: static;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 40px;
}


.projektinfo {
	width: 300px;
	float: right;
	position: absolute;
	left: 50%;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	clear: right;
}
.galerie {
	width: 640px;
	margin-left: -500px;
	left: 50%;
	position: absolute;
	height: 480px;
	float: left;
	padding-top: 15px;
	clear: left;
}
.steuerung {
	position: static;
	float: right;
	clear: left;
	opacity: 0.6;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 90px;
}

#div4 {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0px;
	clear: left;
	height: 50px;
	margin-top: 20px;
}
.footer {
	width: auto;
	margin-left: -500px;
	left: 50%;
	position: absolute;
	margin-top: 20px;
	padding: 0px;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}


@media only screen and (max-width: 320px) {

.projekttitel {
	font-size: 14px;
	font-weight: 300;
	line-height: 16pt;
	text-transform: uppercase;
}	

.projektinfo {
	padding-right: 5%;
	width: 90%;
	padding-left: 5%;
	padding-top: 0px;
}
}
