#intro_rechts {position:fixed; top:50%; right:4%; width:250px; height:100px; margin-top:-50px; font-size:1em; font-family:Georgia, "Times New Roman", Times, serif; line-height:1.5em;}
#intro_links {position:fixed; top:50%; left:4%; width:250px; height:100px; margin-top:-50px; font-size:1em; line-height:1.5em;}

.intro_donauer {font-family:Georgia, "Times New Roman", Times, serif; text-transform:capitalize; text-transform:uppercase; letter-spacing:0.25em; color:#E0522E;}
.intro_praxis {padding-left:10px;}

.nextbox {width:100%; height:100%; position:absolute; top:0; left:0; display:block;}


@media only screen and (max-width: 600px) {

body {background-image:none; background-color:#dedede;}

#intro_rechts {top:65%; left:4%; margin-top:-50px;}

.nextbox {background: none;}

}


@media only screen and (min-width: 600px) {

#intro_rechts {top:50%; right:4%; margin-top:-50px;}

.nextbox {background: none;}

}


@media only screen and (min-width: 1050px) {

#intro_rechts {top:50%; right:4%; margin-top:-50px;}

.nextbox {background:url(../images/zahlen_intro.png) top center no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;}
	
}