

@charset "utf-8";

 
/* Dies ist das css-file für den rechten Infoteil der Start- und 
   Angebote-Untermenue-Seite
   sowie unten die Layouts für die Umbrüche für Mobils  */





/* Texteinzug für Mietnomaden.html */

p {
	line-height: 1.5;
	font-size:100%;
	font-weight: normal;
	color: #800000;
	padding-left: 75px;
	padding-right: 0px;
	text-indent: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


.EinrueckMiNo1
{
text-indent: -50px;
padding-bottom: 10px;
}

.EinrueckMiNo2
{
text-indent: -40px;
}

.EinrueckMiNo3
{
text-indent: 28px;
padding-bottom: 10px;
}




/* -------------------------------------------------- */

/* Umbruch-Anweisungen für Mobil-Geräte beginnen hier */

/* -------------------------------------------------- */

/* jetzt folgen Vorschriften, die für den Umbruch der Seite sorgen, 
   falls die Seite auf bspw. mobiles mit 200-800 px dargestellt werden 
   sollen, die im portrait-modus gehalten werden. */




@media screen
and (min-width: 200px)
and (max-width: 1200px)
and (orientation : portrait)

{



p {
	line-height: 1.5;
	font-size:97%;
	font-weight: normal;
	color: #800000;
	padding-left: 75px;
	padding-right: 0px;
	text-indent: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.EinrueckMiNo1
{
text-indent: -50px;
padding-bottom: 10px;
}

.EinrueckMiNo2
{
text-indent: -40px;
}

.EinrueckMiNo3
{
text-indent: 25px;
padding-bottom: 10px;
}








/* abschließend werden die media-abhaengige css-Anweisungen beendet  */

}



