@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}
/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 768px) and (max-width: 949px) {
	#wrapper {
		min-width: 764px;
		height:auto;
	}
	iframe {
		width:100%;
		height:auto;
	}
	header {
		width:	100%;
		height:	auto;
	}
	header div.header-inner {
		width: 728px;
		margin: 0 auto;
		padding:0;
	}
	
	header .header-inner .header-logo h1 {
	background: url("../images/logo-bauteam.png") no-repeat;
    height: 155px;
	}
	/* Navigation */
	header .header-inner nav ul {
		width:728px;
	}
	
	header .header-inner nav ul li a{
		width:100%;
		font-size:1.1em;
	}
	
	header .header-inner nav ul li {
	display:inline-block;
	text-align: center;
	float:left;
	width:92px;
	margin:-65px 0 0 0;
	height:150px;
	
}
	
	section article .block_fullwidth .left {
	width: 45%;

}

section article .block_fullwidth .right {
	width: 45%;

}

	


	/* Content */
	section article {
		width: 728px;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 20px auto 0 auto;
	}
	section article .block {
		margin:0 auto 70px 0;
		width:728px;
		float:none;
		clear:left;
	}
	section article .block.last {
		margin: 0 0 70px 0;
	}
	section article .block img {
		width:	100%;
		height: auto;
	}
	section article .block_fullwidth {
		width: 720px;
		margin: 0 0 70px 0;
	}
	

	section article .block_headline {
		width:724px;
		margin-top: 20px;

	}
	
	
	section article .block_fullwidth.content {
		width:684px;
		height: auto;
		margin: 0 0 15px 0;
	}
	section article .block_fullwidth.content .left {
		width:100%;
		height:	auto;
		padding:0 0 20px 0;
	}
	
	
	/* Footer */
	footer nav {
		width:724px;
	}
	footer nav ul {
		width:100%;
	}
	
	footer nav ul li {
		font-weight:normal;
		font-size:1.1em;
		float:left;
		color:#FFFFFF;
		text-align: center;
		display: inline-block;
		width: 30%;
	}
}
/* Layout für Tablet-PCs: 480 bis 767 px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#wrapper {
		min-width: 480px;
		height:auto;
	}
	iframe {
		width:100%;
		height:auto;
	}
	header {
		width:	100%;
	}
	header div.header-inner {
		width: 460px;
		margin: 0 auto;
		padding:0;
	}
	

	
	header .header-inner .header-logo h1 {
    font-size: 25px;
	width:460px;
    height: auto;
	}
	
	header .header-inner .header-logo h1 a {
    display: block;
    width: auto;;
}
	
	/* Navigation */
	

	
		header .header-inner nav {
		width:100%;
		height:auto;
		margin:0 auto 0 auto;
	background: none;
		padding: 0;

	}
	


	header .header-inner nav ul {
		width:460px;
		height:auto;
	}
	header .header-inner nav ul li {
		display:block;
		float:none;
		width:100%;
		margin:0;
		padding:0;
		height:30px;
		border: none;
	}
	
		header .header-inner nav ul li:first-child{
	margin-left:0;
}
	
	header .header-inner nav ul li a {
		width: 100%;
		display:block;
		padding: 12px 0 0 0;
		margin:0;
		border-bottom: 1px rgba(251,251,251,1.00) solid;
	}
	header .header-inner nav ul li a:hover, header .header-inner nav ul li.active a {
		width: 100%;
		padding: 12px 0 0 0;
		margin:0;
		border-bottom: 1px rgba(251,251,251,1.00) solid;
	}
	/* Content */
	
	
	section article {
		width: 460px;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 0 auto 70px auto;

	}
	section article .block {
		margin:0 auto 25px 0;
		width:460px;
		float:none;
		clear:left;
	}
	
	
	section article .block.last {
		margin: 0 0 140px 0;
	}
	section article .block img {
		width:	100%;
		height: auto;
	}
	section article .block_fullwidth {
		width: 456px;
		margin: 0 0 80px 0;

	}
	
	section article .block_fullwidth .right {

    padding-left: 0;

}
	
	section article .block_fullwidth .right h2 {
    padding: 0;
}
	
	
	section article .block_fullwidth .tab_content, section article .block_fullwidth .tab_content .left, section article .block_fullwidth .tab_content .right {
		width: 400px;
		height:	auto;
    padding: 5px 0 5px 0;

	}

	
	section article .block_headline {
		width:452px;
		height:40px;
		padding:5px 0 0 3px;
		margin-top: 15px;
	}
	section article .block_fullwidth.content {
		width:415px;
		height: auto;
		margin: 0 0 20px 0;
	}
	section article .block_fullwidth.content .left {
		width:100%;
		height:	auto;
		padding:0 0 20px 0;
	}
	section article .block_fullwidth.content .right {
		width:100%;
		height:	auto;
	}

	/* Footer */
	footer {
		height:auto;
	}
	footer nav {
		width:456px;
		height:auto;
	}
	footer nav ul {
		width:460px;
		padding:5px 0 0 0;
		height:auto;
	}
	footer nav ul li:first-child {
		float:none;
		width:100%;
	}
	footer nav ul li {
		float:none;
		width:100%;
		padding:3px 0;
	}
}
/* Layout für Mobilgeräte: 479px oder weniger. */
@media only screen and (max-width:479px) {
	#wrapper {
		min-width: 300px;
		height:auto;
	}
	iframe {
		width:100%;
		height:auto;
	}
	header {
		width:	100%;
		height:	155px;

	}
	header div.header-inner {
		width: 300px;
		height:auto;
		margin: 0 auto;
		padding:0;
	}
	
	header .header-inner .header-logo {
	width: 100%;
	padding:15px 0 10px 0;
	height:	135px;

}
	
	header .header-inner .header-logo h1 {
	font-size: 20px;
	margin: 0;
	background: url("../images/logo-bauteam-kl.png") no-repeat;
	width: auto;
	height: 145px;
}

	
	/* Navigation */
	
	header .header-inner nav {
		width:100%;
		height:auto;
		margin:0 auto 0 auto;
	background: none;
		padding: 0;

	}
	

	header .header-inner nav ul {
		width:100%;
		height:auto;
		padding:0 !important;
		margin:0 !important;
	}
	header .header-inner nav ul li {
		display:block;
		float:none;
		width:100%;
		margin:0;
		padding:0;
		font-size:1em;
		height: 45px;

	}
	header .header-inner nav ul li a {
		display:block;
		padding: 15px 0 0 0 !important;
		margin:0;
		font-size:1em;
		letter-spacing:0.15em;
		border-bottom: 1px solid rgba(255,255,255,1.00);
		border-left: none;
		height: 45px;

	}
	header .header-inner nav ul li a:hover, header .header-inner nav ul li.active a {
		width: 100%;
		padding: 15px 0 0 0;
		margin:0 !important;
	}
	
	header .header-inner nav ul li:first-child{
	margin-left:0;
}


	/* Content */
	
	section article {
		width: 299px;
		height: 100%;
		min-height: 100%;
		padding: 0;
		margin: 0 auto 60px auto;
	}

	section article .block img {
		width:	100%;
		height: auto;
	}


	
	section article .block_headline {
		width:298px;
		height:30px;
		margin-top: 1.5em;
		
	}
	
		section article .block_headline h1{
		font-size:1.1em;
		padding:0 0 0 10px;
			width: 100%
		}
	
	section article .block_fullwidth .left h2{
		font-size:1.3em;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 3px;

		}
		
	section article .block_fullwidth.content {
		width:260px;
		height: auto;
		margin: 0 0 20px 0;
	}
	
		section article .block_fullwidth.content .last{
		width:260px;
		height: auto;
		margin: 0 0 70px 0;
	}
	
	section article .block_fullwidth.content .left {
		width:100%;
		height:	auto;
		padding:0 0 10px 0;
	}
	
		section article .block_fullwidth.content .left h1{
		padding:0;
	}
	
		section article .block_fullwidth.content .left h2{
		padding-top:10px;
	}
	section article .block_fullwidth.content .right {
		width:100%;
		height:	auto;
		padding-left:0;
	}
	
	
	/* Footer */
	footer {
		height:auto;
	}
	footer nav {
		width:298px;
		height:auto;
	}
	footer nav ul {
		width:100%;
		padding:5px 0 0 0;
		height:auto;
	}

	footer nav ul li {
		float:none;
		width:100%;
		padding:2px 0;
		font-size:1.05em;
	}
}