.nav {
	width: 100%;
	padding-top: 1em;
}
.nav a:link, .nav a:visited { 
	display: inline-block; 
    margin: 5px;
    padding: 5px;
    width: 6em;
}

.nav a:hover, .nav a:active, .nav a.act:link, .nav a.act:visited { 
    border: 1px solid grey;
    padding: 5px;
}  

.content { 
	padding: 2em 5px;
}

.page_index {
  background: #ffffff;
/*  background-image: url(/fileadmin/vorlagen/reda_quellen/home/bg_index_mobile.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
*/
}

.vita p {
    width: 90%;
    max-width: 380px;
    margin: 1em auto 2em;
    padding: 0;
    text-align: left;
}
.vita_img {
    position: static;
    z-index: -100;
}

.welcome_block {
    position: static;
    margin: 35% 0 40% 0;
}
.welcome_block h1 {
	font-size: 180%;
}

.content_hoeren, .content_lesen, .content_tv {
    position: relative;
    width: 90%;
    max-width: 450px; 
    padding: 2em 0 4em 0px;
}
.audio_detail, .lesen_detail, .tv_detail { padding: 0; }
.imp_plus:after { display: none; } /* lässt das Plus und das Minus verschwinden */
.imp_minus:after { display: none; }

.section h2 { font-size: 180%; }
.section .title span { width: 0; }
.imp_plus:after, .imp_minus:after { padding-left: 0; }
.audio_detail .img, .lesen_detail .img, .tv_detail .vid { float: none; display: block; margin: 0; }
.tv_detail .vid {margin-bottom:1em;}
.tv_detail .vid iframe {width:100%;height:auto;}

.content_kontakt { 
	position: static;
	margin: 4em 0 4em 0;
}
.content_impressum { 
	position: relative; 
	width: 90%;
	max-width: 450px;
	padding: 2em 0 4em!important; 
}
.footer { position: static; padding-top: 1em; }
.footer_l, .footer_r { 
	float: none; 
	text-align: center;
	padding: 0 0 1em 0;
	width: 100%;	
}
.page_index .footer { /* Auf der Index andere Farbgebung wg BG-IMG */
    background: #ffffff;
    height: auto;
 }
