

@media only screen and (max-width: 1150px) {

	/* #weißerBackground */
	.TitelUndSlogan {
		padding:1.5% 20px 1.5% 20px;
	}
	
	/* SliderButton */
	#TheSlider .slideFrame .slideSlogan div.button,
	#TheSlider .slideFrame .slideSlogan.links div.button,
	#TheSlider .slideFrame .slideSlogan.rechts div.button
	{
		margin-left:20px;
	}
}

@media all and (max-width:990px) {

	/* #weißerBackground */
	.TitelUndSlogan {
		padding:1.5% 10px 1.5% 10px;
	}	

	/* SliderButton */
	#TheSlider .slideFrame .slideSlogan div.button,
	#TheSlider .slideFrame .slideSlogan.links div.button,
	#TheSlider .slideFrame .slideSlogan.rechts div.button
	{
		margin-left:10px;
	}
	
}


@media all and (max-width:960px) {

	/* #weißerBackground */
	.TitelUndSlogan {
		margin-top:4%;
		width:70%;
	}	
	
}


@media only screen and (max-width: 890px) {

	#TheSlider .slideFrame .slideSlogan {

	}

	#TheSlider .slideFrame .slideSlogan h3 {
		font-size:4em;
	}
	#TheSlider .slideFrame .slideSlogan br {
	    display: none;
	}

	#TheSlider .slideFrame .slideSlogan p {
		font-size:1.5em;
	}

	#TheSlider .slideFrame .slideSlogan p a.slideLink {
		font-size:1em;
	}
	
}

@media all and (max-width: 720px) {

	/* #weißerBackground */
	.TitelUndSlogan {
		width:90%;
	}	
	
}


@media only screen and (max-width: 650px) {

	#TheSlider .slideFrame .slideSlogan p {
		display:none;
	}

}

@media only screen and (max-width: 550px) {

	#TheSlider .slideFrame .slideSlogan.links div.button {
		display:none;
	}

	#TheSlider .slideFrame .slideSlogan h3 {
		font-size:3em;
	}

}

@media only screen and (max-width: 400px) {

	#TheSlider .slideFrame .slideSlogan h3 {
		font-size:2.5em;
	}



}