
@media only screen and (max-width: 550px) {
	body {
		height:auto;
	}
	.LEFTCORNER {
		display:none;
	}
	div, table {
		max-width:100%;
		margin:0px;
	}
	.MAIN {
		max-width:100%;
	}
	.CONTENT {
		padding:5%;
		max-width:90%;
	}
	.SLOGAN {
		background-size:100%;
		height:21%;
		margin-bottom:4px;
	}
	.LOGO {
		background-size:216px;
		background-position:center top;
		background-image:url(../img/logo_mobil.png)
	}
	.LOGO a {
		width:100%;
	}
	.SLOGAN {
		background-image: url(../img/wir_gestalten_lebensraeume_mobil.png);
	}
	.DYNCONTAINER {
		height:auto;
	}
	.NAVIGATION {
		height:auto;
		display:none;
	}
	.PHIMAGE.MOBIL {
		display:block;
	}
	.PHIMAGE.MOBIL img {
		max-width:100%;
	}
	.NAVIGATION.MOBIL {
		margin-top:10px;
		margin-bottom:80px;
		display:block;
	}
	.NAVIGATION a {
		position:static;
		margin:0px;
		margin-bottom:10px;
		color:#acff1c;
	}
	.DYNIMAGES {
		background-size:100%;
		height:auto;
		margin-bottom:0px;
	}
	.DYNIMAGES img {
		position:absolute;
		max-width:90%;
	}
	.STATICIMAGE {
		display:none;
	}
	.ADDRESSTABLE {
		background-color:#acff1c;
		margin-left:0px!important;
		width:100%!important;
		border-bottom:none;
		position:absolute;
		width:90%;
		left:0px;
		padding:5%;
		display:none;
	}
	.ADDRESSTABLE td {
		color:#044b17;
		clear:both;
		display:block;
		width:100%;
		padding-bottom:10px;
	}
	.ADDRESSTABLE td a {
		color:#044b17;
	}
	.ADRESSE.MOBIL {
		display:block;
		background-color:#b1fa25;
		width:90%;
		font-size:14px;
		font-weight:bold;
		padding:5%;
	}
	.IMRPINTIMAGE {
		display:none;
	}
	.IMPRINT {
		padding:0px;
	}
	.IMPRINT table {
		background-color:#044b17;
		margin-left:0px!important;
		width:100%!important;
		border-bottom:none;
		position:absolute;
		width:90%;
		left:0px;
		padding:5%;
	}
	.IMPRINT table td {
		width:100%;
		display:inline-block;
		clear:both;
	}
	.BACKLINK {
		position:static;
		width:auto;
		margin:0px;
		color:#044b17;
	}
	.BACKLINK a {
		color:#acff1c;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px){

}