@media only screen and (max-width: 1500px) {
	.inside, #left {
		width: 90%;
	}
	
	#left {
		margin-bottom:35px;
	}
		
	.footer {
		display:block;
		text-align:center;
		margin-top: 40px;
		margin-bottom: 0px;
	}
	
	.footer .orange {
		margin: 0 15px;
	}
	
	#left .inside {
		width:600px;
	}
	
	.ratgeber {
		left: 600px;
		bottom: 58px;
	}
}

@media only screen and (max-width: 1200px) {
	#header img {
		margin-left: 30px;
		margin-right:10px;
	}
}

@media only screen and (max-width: 1100px) {
	.inside, #left {
		width: 80%;
	}
	
	.ratgeber {display:none;}
	
	#header img {
		margin-left:25px;
		margin-right: 15px;
	}
	
	#header .orange {
		margin: 0 10px;
	}
	
	#header .logo {
		width: 100px;
		margin: 10px 0 18px;
	}
	
	#header .home {
		margin-left: 25px;
	}

	#header .right {
		padding-top: 33px;
	}
	
	#bgimage {
		display:none;
	}
	
	.grey {
		position:relative;
		z-index:4;
	}
	
	.box, #left .inside {
		width:100%;
	}
	
	.bild.mobile {
		width: calc(100% + 100px);
		height:250px;
		margin: 0px -50px 0;
		text-align: right; 
		position:relative;
		display:block;
	}
	
	.bild .bg {
		width: 80%;
		height: 100%;
		margin-right: -100px;
		float:left;
	}
	
	.bild .bg li.first {
		background: url('../img/background_1000.jpg') center center no-repeat;
		background-size:cover;
	}
	
	.bild .bg li.second {
		background: url('../img/background_2_1000.jpg') center center no-repeat;
		background-size:cover;
	}
	
	.bild .bg .slider, .bild .bg .flexslider, .bild .bg .slides, .bild .bg li, .bild .bg .flex-viewport {
		height: 100%;
		width:100%;
		margin-top: 0;
		padding-left:0;
	}
	
	.bild img {
		height: 100%;
		width: auto;
		position:relative;
		z-index:6;
	}
		
	.box .text {
		background: #fff;
		padding: 15px 35px 35px;
		margin: -40px -50px -50px;
		width: calc(50% + 30px);
		box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;
		-webkit-box-shadow: 10px 0px 100px 50px rgba(255,255,255,1);
		-moz-box-shadow: 10px 0px 100px 50px rgba(255,255,255,1);
		box-shadow: 10px 0px 100px 50px rgba(255,255,255,1);
	}
	
	.box .text br {
		display:none;
	}
	
	.small {
		font-size: 16px;
		line-height: 140%;
	}
	
	h1, h3 {
		text-align:center;
	}
	
	.grey h2, .grey h3 {
		display: inline;
		font-size: 26px;
		font-weight:400;
	}
	
	.grey {
		padding: 25px 0 19px;
	}
	
}

@media only screen and (max-width: 1000px) {
	.nomobile {
		display:none;
	}
}

@media only screen and (max-width: 750px) {
	#header .right {
		font-size: 16px;
		padding-top: 40px;
	}
	
	#header img {
		margin-left: 0;
		margin-right: 10px;
		height: 18px;
		top: 2px;
	}
	
	#header .logo {
		width: 100px;
		margin: 14px 0 20px;
	}
	

	h1, h2 {
		font-size:40px;
		text-align:center;
	}
	
	h3 {
		font-size: 20px;
		margin-top: 15px;
		line-height: 115%;
		margin-bottom: 40px;
	}
	
	#header img {
		margin-left:25px;
	}
	
	#left .inside {
		padding-top: 40px;
	}
	
	.bild.mobile {
		height: 190px;
		width: calc(100% + 80px);
	}
	
	.box {
		padding: 0 30px 30px;
	}

	.grey h2, .grey h3 {
		font-size: 20px;
	}
	
	.grey {
		padding: 18px 0 13px;
		margin-bottom: 30px;
	}
	
	#container, input {
		font-size: 16px;
		line-height: 140%;
	}
	
	.big {
		font-size: 20px;
		text-align: center;
		line-height: 130%;
		margin-top: 26px;
	}
	
	input, button.button {
		font-size: 18px;
		padding: 12px 16px 8px;
	}
	
	.small {
		font-size: 14px;
	}
}

@media only screen and (max-width: 600px) {
	#header .contact {
		display: block;
		margin-top:5px;
	}
	
	#header .right {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 450px) {
	.inside, #left {
		width: 90%;
	}
	
	h1, h2 {
		font-size: 35px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	.grey h3 {
		display:block;
	}
	
	.small br {
		display:none;
	}
	
	.bild .bg {
		display:none;
	}
	
	.bild.mobile {
		margin: 0 -30px;
		width: calc(100% + 60px);
		height: auto;
	}
	
	.bild img {
		height: auto;
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
		display: block;
	}
}