@charset "utf-8";

/* CUSTOM */



/* Kostenünernahme */


#rehasport {background:#006ab3;text-align: center;margin: 0rem auto 2rem;padding: 2rem 0;border-top: 5px solid #F49D00;}
#rehasport h1 {color:#fff;font: bold 6rem sans-serif;text-transform: uppercase}

#kostenubern {background:#006ab3;text-align: center;margin: 2rem auto;padding: 2rem 0;}
#kostenubern h2 {color:#fff;font: bold 5rem sans-serif;}

/* FOOTER */
#footer {background:#006ab3;color:#fff;border-top: 5px solid #F49D00;}
#footer h6 {color:#fff;font: bold 5rem/7rem sans-serif;}
#footer a {color:#fff;}
#footer a:hover, #footer a:focus {color:#F49D00;}


@media (max-width : 480px ){
#rehasport {background:#006ab3;text-align: center;margin: 0rem auto 2rem;padding: 2rem 0;border-top: 5px solid #F49D00;}
#rehasport h1 {color:#fff;font: bold 3rem sans-serif;text-transform: uppercase}

#kostenubern {background:#006ab3;text-align: center;margin: 2rem auto;padding: 2rem 0;}
#kostenubern h2 {color:#fff;font: bold 3rem sans-serif;}
	
#footer h6 {color:#fff;font: bold 2rem/3rem sans-serif;}

}