@media screen and (min-width: 1280px) { /* Maximal-Höhe bei breitem Bildschirrm */
 .royalSlider,
 .rsOverflow {
   height: 525px !important; /* force 400px height*/
 }
}


@media screen and (min-width: 0px) and (max-width: 466px) {  /*ohne weißen rahmen/shadow*/
	.royalsliderWindowXXX {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		background: none;
	}
}
@media screen and (min-width: 467px) and (max-width: 500px) {		
	.royalsliderWindowXXX {
		width: 466px;
		height: 199px;
		margin: 0 auto;
		padding: 0 5px 5px 5px;
		background: none;
		background-color: #FFF;
	}

	#TheSlider .slideFrame .slideSlogan h3 {
		margin-top:7%;
	}

}		

@media only screen and (max-width: 890px) {
	#TheSlider .slideFrame .slideSlogan h3 {
		font-size:2.4em;
	}
	#TheSlider .slideFrame .slideSlogan p {
		font-size:1.8em;
	}
	#TheSlider .slideFrame .slideSlogan p a.slideLink {
		font-size:1em;
	}
	
}

@media only screen and (max-width: 500px) {
	/* SloganUndButtonAusgeblendet */
	#TheSlider .slideFrame .slideSlogan h3 { 
		margin-top:15%;
	}
}

@media only screen and (max-width: 450px) {
	/* SloganUndButtonAusgeblendet */
	#TheSlider .slideFrame .slideSlogan h3 {
		margin-top:7%;
	}
}