@media screen and (max-width: 1024px) {
	.mobile {
		display: block;
	}
	
	#header {
		width: auto;
	}
	
	.inWrapper {
		width: 100%;
	}
	
	.menu-item, .content {
		padding-left: 20px;
	}
	
	/* Philosophie */
	
	#philosophie .content {
		height: 120px;
		padding: 20px;
	}
	
	#philosophie .content h1 {
		font-size: 26px;
		padding: 0;
	}

	/* Profil */
	
	#profil .content {
		height: 255px;
	}
	
	#profil .innerContent {
		float: none;
		padding: 10px 0px 0px 0;
	}
	
	.leftContent, .midContent, .rightContent {
		background: none;
		padding-left: 40px;
	}
	
	/* Köpfe */
	
	#koepfe .content .inWrapper {
		width: 100%;
	}
	
	#koepfe .content {
		height: 540px;
	}
	
	#koepfe .background {
		display: none;
	}
	
	#koepfe .mobileImages {
		display: block;
	}

	#koepfe .mobileImages img {
		width: 90%;
		height: auto;
		padding: 10px;
	}
	
	/* Leistungen */
	
	#leistungen .content {
		height: 500px;
	}
	
	#leistungen .submenu {
		display: none;
	}
	
	#leistungen .subcontent {
		background: none;
		padding-left: 0;
		padding-top: 10px;
		
	}

	#leistungen .subcontent-item {
		display: block;
		margin-bottom: 10px;
	}
	
	#leistungen .subcontent-item h3 {
		font-size: 16px;
		color: #91001e;
	}

	/* Referenzen */
	
	#referenzen .submenu, #referenzen .subcontent {
		float: none;
		width: auto;
		clear: both;
		padding: 20px 0;
	}

	#referenzen .submenu ul {
		padding-left: 20px;
	}
	
	#referenzen .referenz-item {
		float: left;
		margin-left: 60px;
	}
	
	#referenzen .referenz-item:first-child {
		margin-left: 0;
	}
	
	#imageboard {
		width: auto;
	}
	
	.project-image {
		width: 105px;
		height: 82.5px;
	}
	
	#closeup {
		width: auto;
		height: 480px;
	}
	
	#closeup .closeup-arrow {
		margin-top: 20px;
	}
	
	#closeup .closeup-right {
		margin-left: 20px;
	}
	
	#closeup .closeup-navi, #closeup .closeup-content {
		float: none;
	}
	
	#closeup .closeup-navi {
		background: none;
		min-height: 80px;
	}
	
	#closeup .closeup-content {
		width: auto;
	}
	
	#closeup .closeup-content img {
		width: 90%;
		height: auto;
	}

	#closeup .closeup-image {
		height: auto;
		margin-bottom: 10px;
	}
	
	#closeup .closeup-text {
		padding: 0 10px;
	}
	
	/* footer */
	#footer .footer-item:first-child {
		margin-right: 10px;
	}
}

@media screen and (max-width: 800px){ 
	#koepfe .content {
			height: 440px;
	}
	.project-image {
		width: 85px;
		height: 67px;
	}
	
}

@media screen and (max-width: 480px){
	#philosophie .content {
		height: 150px;
	}
	
	#profil .content {
		height: 300px;
	}
	
	#koepfe .content {
		height: 380px;
	}
	.project-image {
		width: 70px;
		height: 55px;
	}
}