﻿/*MI*/


div#DIV_Tourdata .DIV_AngebotStatusBildFrei:before {
	/*content:'verfügbar';*/
}

div#DIV_Tourdata .DIV_AngebotStatusBildAnfrage:before {
	/*content:'auf Anfrage';*/
}

div#DIV_Tourdata .DIV_AngebotStatusBildFreiWenig1:before {
	/*content:'nur noch 1 Platz frei';*/
}

div#DIV_Tourdata .DIV_AngebotStatusBildFreiWenig2:before {
	/*content:'nur noch 2 Plätze frei';*/
}

div#DIV_Tourdata .DIV_AngebotStatusBildBelegt:before {
	/*content:'ausgebucht';*/
}

div#DIV_Tourdata #DIV_HPG_Hotel .DIV_TableErgebnis:before {
	/*content:'Reisedaten auswählen';*/
}

div#DIV_Tourdata #DIV_ErwachseneAuswahl:before {
	content:'Anzahl Personen hier auswählen';
}

div#DIV_Tourdata #DIV_HalteortAuswahlTitel:before {
	/*content:'Wählen Sie Ihren Ein- und Ausstiegsort';*/
}

div#DIV_Tourdata #DIV_AdressRes:before {
	content:'Rechnungsempfänger';
}

@media only screen and (max-width: 479px) 
{

div#DIV_Tourdata #DIV_HPG_Hotel .DIV_TableErgebnis:before {
	content:'';
}
div#DIV_Tourdata #DIV_ErwachseneAuswahl:before,
div#DIV_Tourdata #DIV_HalteortAuswahlTitel:before {
	white-space: normal;
}
	
}