/* Abstand verringern zwischen Absatz und direkt folgender Liste */
#content p + ul {
	margin-top:-10px;
}

/* mobile Ansicht: Korrektur Abstand links für Absätze in Listen */
#content li p {
	margin-left:0;	
}

@media only screen and (max-width:768px) {

	/* mobile Ansicht: Korrektur Abstand links für Überschrift 4 */
	#content h4 {
		margin-left:20px;
	}
	
}


/* Anpassungen für Wells */

#content .well {
	padding-top:19px;
  	padding-bottom:19px;
 	margin-bottom:0;
}

#content .well h2:first-child,#content .well h3:first-child {
	margin-top:0;
}

#content .well h3:last-child {
	margin-bottom:0;
}

#content .well h3 {
	margin-top:20px;
}

#content .well ul {
	margin-left:0;
	padding-left:19px;
}

#content .well ul:last-child,#content .well p:last-child {
	margin-bottom:0;
}

#content .well-orange {
    background-color: #fef2e0;
    border: 1px solid #f39200;
}