﻿/*EB*/

/*#DIV_Ergebnis .DIV_AngebotDatum:before {
	content:'Datum';
}
#DIV_Ergebnis .DIV_AngebotPreis:before {
	content:'Preis/Person';
}
#DIV_Ergebnis .DIV_AngebotStatus:before {
	content:'Status';
}*/



.DIV_Hinfahrt:before {
	content:'Hinfahrt';
}
.DIV_Rueckfahrt:before {
	content:'Rückfahrt';
}

#SPAN_TerminPersonAuswahl
{
	display:none;
}

#DIV_TerminAuswahlTitel:before 
{
    /*color: #0a73b7;*/
    content:'Abreisedatum wählen';
}

#SPAN_HalteortAuswahl
{
	display:none;
}

#DIV_HalteortAuswahlTitel:before 
{
	content:'Halteort auswählen';
    /*color: #0a73b7;*/
}

#DIV_TeilnehmerAuswahl::before {
    /*color: #0a73b7;*/
    display: block;
    font-size: 100%;
    font-weight: bold;
    line-height: 2.8em;
    margin-bottom: 4px;
    content:'Wer reist mit?';
}

div#DIV_Tourdata #DIV_ReservationKompakt #DIV_TeilnehmerAuswahl::before {
    content:'';
    margin-bottom: 0px;
}

div#DIV_Tourdata #DIV_AdressRes:before {
	content:'Rechnungsadresse';
}
div#DIV_Tourdata #TB_Standard #DIV_AdressRes:before {
	content:'';
}

#DIV_ReservationRes #DIV_Zahlungsart:before {
	content:'Bitte wählen Sie aus:';
}

#DIV_Rechnung div.Titel2:before {
	content:'Buchungszusammenfassung';
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) 
{
.DIV_Hinfahrt .DIV_TransportAbreiseOrt:before {
	content:'';
	display:none;
}
.DIV_Rueckfahrt .DIV_TransportAbreiseOrt:before {
	content:'';
	display:none;
}
.DIV_Hinfahrt:before {
	content:'';
	display:none;
}
.DIV_Rueckfahrt:before {
	content:'';
	display:none;
}

}


/* Desktoplayout: 769 bis maximal 1675px (vorher 1232).  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 769px) and (orientation:landscape) 
{
#DIV_Ergebnis .DIV_AngebotDatum:before,
#DIV_Ergebnis .DIV_AngebotPreis:before,
#DIV_Ergebnis .DIV_AngebotStatus:before {
	content:'';
}

	
	
}