
/* #############################
   ##  Custom, iPhone Retina  ##
   ############################# */

/* Allgemein
-------------*/

	/* Anzeige-Steuerung
	--------------------*/

		.show-on-320 {
			display: block;
		}

		.hide-on-320 {
			display: none;
		}

/* Startseite
---------------*/

	/* Aktuelles
	-------------*/

		.entry-content {
			margin-left: 0;
		}

		.entry-content a.title {
			display: block;
			clear: both;
		}