@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "opensans";
	src: url("https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2") format("woff2");
}

/* =============================================================================
   Hyperlinks
   ========================================================================== */
div#DIV_Tourdata a {
}
div#DIV_Tourdata a:visited {
}
div#DIV_Tourdata a:hover {
}
div#DIV_Tourdata a:focus {
	outline: thin dotted;
}
/* Verbessert in allen Browsern die Lesbarkeit von Hyperlinks, die über die Tabulatortaste fokussiert werden (focus) und von Hyperlinks, auf die der Mauszeiger gerichtet ist (hover) */
div#DIV_Tourdata a:hover, div#DIV_Tourdata a:active {
	outline: 0;
}
/* =============================================================================
   Allgemein
   ========================================================================== */
html, body {
	font-size: inherit;
	/*font-family:"Helvetica Neue";*/
	font-family: 'Open Sans',Arial,sans-serif; /* generelle Schrift im Buchungsablauf, Titel und Überschriften haben eine eigene Schrift welche hier im css definiert ist *//*font-family: "Helvetica Neue",Arial;*/
}
div#DIV_Tourdata .DIV_LoadingShadowModal {
	background: rgba(18, 57, 117, 0.3) none repeat scroll 0 0;
	background-color: #cf2e2e;
	height: 100%;
	left: 0;
	opacity: 0.3;
	padding: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
div#DIV_Tourdata .DIV_Loading {
	top: 50%;
	margin-top: -20px;
	position: fixed;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_DossierLandleistungen .DIV_LandleistungBezeichnung,
div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_DossierLandleistungen .DIV_LandleistungDatum,
div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_DossierLandleistungen .DIV_LandleistungAdresse
{
	display: none;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_DossierLandleistungen .DIV_KategorieBezeichnung .DIV_CellLabel,
div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_DossierZusatzleistung .DIV_ZusatzleistungBezeichnung .DIV_CellLabel{
	color: #585757;
}


div#DIV_Tourdata, div#DIV_Tourdata .DIV_MainInput {
	background-color: #FFFFFF;
	color: #585757;
	width: auto;
	margin: 15px auto;
	max-width: 1200px;
}
div#DIV_Tourdata {
	border-top: 3px solid #cf2e2e;
	padding: 0 30px;
}
div#DIV_Tourdata .SPAN_TitelAblauf {
	color: #cf2e2e;
}
div#DIV_Tourdata h2 {
	color: #cf2e2e;
}
div#DIV_Tourdata hr {
	display: none;
}
div#DIV_Tourdata .DIV_AngebotPager {
	color: #cf2e2e;
}
div#DIV_Tourdata .DIV_TableRowHead {
	color: #585757;
	font-weight: bold;
	border: 0;
	height: 2em;
}
div#DIV_Tourdata .DIV_TableRowHead a {
	color: #585757;
	border-bottom: 1px dotted #585757;
}
div#DIV_Tourdata .DIV_TableRowHead a.aspNetDisabled {
	border-bottom: none;
}
div#DIV_Tourdata .DIV_CellLabel {
	color: #cf2e2e;
}
div#DIV_Tourdata .DIV_TableCell {
/*line-height:inherit;*/
}
div#DIV_Tourdata .DIV_TableErgebnisHead {
	color: #cf2e2e;
}
div#DIV_Tourdata .DIV_Label {
	color: #585757;
	font-weight: bold;
	font-size: 16px;
}
div#DIV_Tourdata .DIV_CheckRadio label {
	font-size: 16px;
}
div#DIV_Tourdata .DIV_Positions {
	color: #cf2e2e;
}
div#DIV_Tourdata .DIV_TitelAblauf {
	color: #cf2e2e;
}
div#DIV_Tourdata .DIV_TableCaption {
	font-size: 100%;
	color: inherit;
}

/* Status Farben nicht mit Bildern, sondern mit Text
   ========================================================================== */
div#DIV_Tourdata .DIV_AngebotStatus, div#DIV_Tourdata .DIV_TransportStatus, div#DIV_Tourdata .DIV_LandleistungStatus {
	text-align: left;
	padding-left: 20px;
	margin-left: 20px;
	width: auto;
	white-space: normal;
}
div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungStatus{
	width: 150px;
	text-align: left;
}

div#DIV_Tourdata .DIV_AngebotStatusBild {
	position: relative;
	top: auto;
	left: auto;
}

div#DIV_Tourdata #DIV_KontLegende
{
	display: none;
}


div#DIV_Tourdata .DIV_AngebotStatusBild .SPAN_AngebotStatusText {
	display: block;
	width: 150px;
}
div#DIV_Tourdata .DIV_AngebotStatusBildFrei, div#DIV_Tourdata .DIV_AngebotStatusBildAnfrage, div#DIV_Tourdata .DIV_AngebotStatusBildFreiWenig, div#DIV_Tourdata .DIV_AngebotStatusBildBelegt {
	background-image: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: auto;
	height: auto;
}
/*div#DIV_Tourdata .DIV_AngebotStatusBildFrei:before {
	color:#00BA36;
}
div#DIV_Tourdata .DIV_AngebotStatusBildAnfrage:before {
	color:#004CFF;
}
div#DIV_Tourdata .DIV_AngebotStatusBildFreiWenig1:before {
	color:#FF860B;
}
div#DIV_Tourdata .DIV_AngebotStatusBildFreiWenig2:before {
	color:#FF860B;
}
div#DIV_Tourdata .DIV_AngebotStatusBildBelegt:before {
	color:#E63323;
}*/
	

/* =============================================================================
   Titel und Überschriften
   ========================================================================== */
/*div#DIV_Tourdata #DIV_AngebotRes #DIV_TitelRes .DIV_SeitenTitel {
	position:relative; top:.5em; left:5px;
	width:calc(100% - 10px);
	height:auto;
	float:left;
	border-top:1px solid #CCC; border-bottom:1px solid #CCC;
	z-index:5;
}*/
div#DIV_Tourdata #DIV_TitelRes, div#DIV_Tourdata div[id*='DIV_TitelRes'] {
	/*margin-bottom:2.5em;*/
	position: relative;
}
div#DIV_Tourdata #DIV_AngebotRes .DIV_SeitenTitel {
	border-top: 0 !important;
}
div#DIV_Tourdata #DIV_AngebotRes #DIV_TitelRes .DIV_SeitenTitel h1,
div#DIV_Tourdata #DIV_AngebotRes #DIV_TitelRes .DIV_SeitenTitel h2 {
	margin: 5px 0 20px;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_SeitenTitel, div#DIV_Tourdata #DIV_TitelRes .DIV_SeitenTitel h2, div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_SeitenTitel h2,
div#DIV_Tourdata #DIV_TitelRes .DIV_SeitenTitel h1, div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_SeitenTitel h1, div#DIV_Tourdata #DIV_RechnungDetail .Titel2 h2 {
	line-height: normal;
	margin: 40px 0 35px 0;
	color: #cf2e2e;
	font-size: 36px;
	font-family: "Helvetica Neue", Arial;
}
div#DIV_Tourdata #DIV_RechnungDetail .Titel2 h2 {
	text-align: left;
	font-size: 29px;
	margin: 0;
}
div#DIV_Tourdata #DIV_HPG_Reisearten .DIV_AngebotTitel h2, div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotTitel h2 {
	font-size: 24px;
	color: #cf2e2e;
	font-family: "Vesta Medium", Arial;
}
div#DIV_Tourdata .DIV_AngebotTitel h2 {
	font-size: 100%;
	color: #cf2e2e;
	margin: 2px 0 0 0;
}
div#DIV_Tourdata .DIV_SeitenTitel h1,
div#DIV_Tourdata .DIV_SeitenTitel h2 {
	font-size: 1.5em;
	font-family: "Vesta Medium", Arial;
	margin: 0;
}
div#DIV_Tourdata .DIV_SeitenTitel h4 {
	font-size: 21px;
	font-weight: normal !important;
	font-style: italic;
	color: #585757;
	margin: -35px 0 40px 0;
	line-height: 1.283em;
}
div#DIV_Tourdata .DIV_SeitenTitel h4 a {
	border-bottom: 1px dotted #585757;
	color: #585757;
	margin-left: 5px;
}
div#DIV_Tourdata .DIV_SeitenTitel h4:empty {
	display: none;
}
div#DIV_Tourdata #DIV_Versicherung::after {
 /*content: "Möchten Sie eine einmalige Versicherung für diese Reise abschliessen, folgen Sie für Informationen und den Abschluss diesem Link.";*/
}
div#DIV_Tourdata #DIV_Rechnung .DIV_Label {
	color: #cf2e2e !important;
}
div#DIV_Tourdata .DIV_TitelAblauf {
	line-height: 2.8em;
	color: #cf2e2e;
	font-weight: bold;
}
div#DIV_Tourdata .SPAN_TitelAblauf, div#DIV_Tourdata .DIV_TitelAblauf, div#DIV_Tourdata #DIV_Rechnung #DIV_Preis .DIV_TableCaption {
	font-size: 24px;
}
div#DIV_Tourdata #DIV_BuchungsAbschluss .SPAN_TitelAblauf {
	position: relative;
	top: 30px;
	font-size: 24px;
}

div#DIV_Tourdata #DIV_BuchungsAbschluss.DIV_TitelAblauf {
	margin-bottom: 15px;
}
div#DIV_Tourdata #DIV_MitteilungBuchung .DIV_Table {
	margin: 25px 0;
}
div#DIV_Tourdata #DIV_AdresseRes span#SPAN_Neukunde {
	display: none;
}
div#DIV_Tourdata #DIV_AdresseRes #DIV_AdressEingabeTitelMitSuche:before {
	content: 'Oder registrieren Sie sich als Neukunde hier:';
	display: block !important;
	font-size: 24px;
	color: #cf2e2e;
	font-family: "Vesta Medium", Arial;
}
/* =============================================================================
   Positionsmarken oben (Bus - Adresse - Buchung - Bestätigung etc.)
   ========================================================================== */
div#DIV_Tourdata #DIV_Umfrage #DIV_TitelRes .DIV_SeitenTitel, div#DIV_Tourdata #DIV_AngebotRes #DIV_TitelRes .DIV_SeitenTitel {
	position: relative;
	top: .3em;
	left: 0;
	width: 100%;
	float: left;
	margin-bottom: 0;
	border-bottom: 3px solid #B2B2B1;
	z-index: 5;
}
div#DIV_Tourdata #DIV_TitelRes .DIV_SeitenTitel, div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_SeitenTitel {
	position: relative;
	top: 80px;
	left: 0;
	width: 100%;
	line-height: 2.5em;
	/*float:left;*/
	margin-bottom: 75px;
	border-bottom: 3px solid #B2B2B1;
	border-top: 3px solid #B2B2B1;
	z-index: 5;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Positions, div#DIV_Tourdata #DIV_TitelRes .DIV_Positions, div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_Positions {
	height: 2.5em;
	margin: 15px 0 40px 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	position: absolute;
	top: 0;
	width: 100%;
	float: left;
	z-index: 10;
}

div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_BTN_Weiter{
	width: auto;
}

@media only screen and (max-width: 500px) {


	div#DIV_Tourdata .DIV_TitelAblauf{
		line-height: 1.4em;
	}

	div#DIV_Tourdata #DIV_TitelRes .DIV_SeitenTitel h1, div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_SeitenTitel h1{
		margin: 0;
		margin-top: 10px;
	}


	div#DIV_Tourdata #DIV_BuchungsAbschluss #SPAN_AbschlussAblaufTitel{
		display: block;
		margin-bottom: 15px;
	}

	div#DIV_Tourdata #DIV_Rechnung  #DIV_GesamtBetrag .DIV_Feld{
		transform: translateY(10px);
		text-align: right;
		padding-right: 8px;
	}

	div#DIV_Tourdata #BTN_Einkauf{
		transform: translateY(-2px);
	}

	div#DIV_Tourdata #DIV_PositionTitel{
		position: initial !important;
	}

	div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_Positions .DIV_TableRow{
		width: 100% !important;
	}

	div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_Positions .DIV_TableRow div:first-child .SPAN_PosNr{
		margin: 0;

	}

	div#DIV_Tourdata #DIV_LeistungsAuswahlRes .DIV_TitelAblauf{
			margin-top: 40px;
	}

	div#DIV_Tourdata #DIV_AdressEingabe #DIV_AdressEingabeTitelMitSuche{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	div#DIV_Tourdata #DIV_AdressEingabe #DIV_AdressEingabeTitelOhneSuche{
		margin-bottom: 10px;
		margin-top: 60px;
	}

	div#DIV_Tourdata #DIV_FragebogenAuswahlRes .DIV_TableErgebnis{
		margin-top: 60px;
	}

	div#DIV_Tourdata #DIV_Fragebogen .DIV_Eingabe{
		width: auto;
		max-width: 96%;
	}

	div#DIV_Tourdata #DIV_Versicherung .DIV_CheckRadio label,
	div#DIV_Tourdata #DIV_Newsletter .DIV_CheckRadio label{
		display: inline;
		margin-left: 0;
	}

	div#DIV_Tourdata .DIV_SeitenTitel h4{
		visibility: hidden !important;
	}



	div#DIV_Tourdata .DIV_BTN_Weiter, div#DIV_Tourdata .DIV_BTN_Zurueck, div#DIV_Tourdata #DIV_Reservation .DIV_BTN_Weiter, div#DIV_Tourdata #DIV_Reservation .DIV_BTN_Zurueck{
		margin-top: 20px;
	}

	div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungStatus,
	div#DIV_Tourdata .DIV_TableErgebnis .DIV_TransportStatus{
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 0;
		width: auto !important;
	}

	div#DIV_Tourdata #DIV_Umfrage .DIV_Positions, div#DIV_Tourdata #DIV_TitelRes .DIV_Positions, div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_Positions {
		margin: 0;
		margin-top: 20px;
		position: initial !important;
		width: 100%;
	}
}


div#DIV_Tourdata #DIV_Umfrage .DIV_Positions div, div#DIV_Tourdata #DIV_TitelRes .DIV_Positions div, div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_Positions div {
	background-color: transparent;
	border: 0;
	width: auto;
	float: right;
}
/* Trennstrich zwischen den Positionen */
div#DIV_Tourdata #DIV_Umfrage .DIV_TableRow .DIV_TableCell, div#DIV_Tourdata #DIV_TitelRes .DIV_TableRow .DIV_TableCell, div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_TableRow .DIV_TableCell {
	background-image: url('/tournet/_daten/tw/img/bg_positions_nr_trennstrich.jpg');
	background-repeat: no-repeat;
	background-position: top 55% left;
	background-color: transparent;
	background-size: auto;
	width: auto; /*width:55px;*/
	margin: 0 1px 0 0;
	float: left;
}
div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child {
	background-image: url('/tournet/_daten/tw/img/bg_positions_nr_trennstrich_randre.jpg');
	background-image: none;
}
div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:last-child {
/*background-image:url('/tournet/_daten/tw/img/bg_positions_nr_trennstrich_randli.jpg');*/
}
div#DIV_Tourdata .DIV_Positions .DIV_TableRow div:last-child:after {
	content: '';
}
/* Positionsmarken-text generell ausblenden */
div#DIV_Tourdata .DIV_Positions span:nth-child(2) {
	display: none;
}
/* Positionsmarken-text wenn aktiv dann ganz links über dem Titel der Reise einblenden */
div#DIV_Tourdata #DIV_PositionTitel {
	/*background-image:url('/tournet/_daten/tw/img/icon-wellenlinien.png');
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-size:20px 18px;*/
	display: block;
	color: #cf2e2e;
	font-size: 24px;
	font-weight: bold;
	text-indent: 0; /* alt 35px */
	/*line-height:2.5em;*/
	width: 195px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 15px;
	background-color: transparent;
	z-index: 15;
}
div#DIV_Tourdata .DIV_Positions .DIV_TableRow div {
	height: 30px;
}
div#DIV_Tourdata .SPAN_PosNr {
	color: #585757;
	background: none;
	background-color: white;
	float: left;
	text-align: center;
	line-height: 1.7em;
	margin: 0 0 0 24px;
	padding: 0;
	border: 1px solid #585757;
	/*white-space:nowrap;*/
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div#DIV_Tourdata .DIV_Active .SPAN_PosNr {
	color: #FFF;
	font-weight: bold;
	background: none;
	background-color: #cf2e2e;
	border: 0px solid #cf2e2e;
}
/* =============================================================================
   BUTTONS
   ========================================================================== */
div#DIV_Tourdata .btn {
	/*display: block;*/
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	border: medium none;
	background-image: none;
	background-color: #cf2e2e;
	margin: 0;
	padding: 0 15px;
	border-radius: 0;
	border: none;
	width: 155px;
	line-height: 1.8em;
	height: 30px;
}
div#DIV_Tourdata #DIV_Gutschein .btn {
	height: 33px;
	line-height: normal;
	margin-left: 0;
	padding: 2px 0 0;
	position: relative;
	top: -3px;
}
/*div#DIV_Tourdata #DIV_Gutschein .DIV_BTN_Zurueck .btn {
	margin-left: 0;
}*/

div#DIV_Tourdata .DIV_BTN_Weiter, div#DIV_Tourdata .DIV_BTN_Zurueck {
	position: relative;
	right: 0;
	width: auto;
}
div#DIV_Tourdata #BTN_Weiter:hover {
	background-color: #cf2e2e;
}
div#DIV_Tourdata .DIV_BTN_Zurueck a {
	background-color: transparent;
	border: 2px solid #cf2e2e;
	color: #cf2e2e;
}
div#DIV_Tourdata #BTN_Zurueck:hover {
	background-color: #F0F0F0;
}
div#DIV_Tourdata #BTN_Details {
	width: auto !important;
	background-color: transparent;
	border: 1px solid #cf2e2e;
	color: #cf2e2e;
}
div#DIV_Tourdata #BTN_Details:hover {
	background-color: #F0F0F0;
}
div#DIV_Tourdata .DIV_BTN_Kommentar {
	position: relative;
	right: 24px;
	width: 150px;
}
div#DIV_Tourdata .DIV_BTN_Weiter  a[id*='Weiter'] span {
	display: none;
}
div#DIV_Tourdata .DIV_BTN_Weiter a#BTN_Einkauf:before {
	content: '';
}
div#DIV_Tourdata #DIV_LoginDaten .DIV_BTN_Weiter a:before {
	content: '';
	padding-right: 15px;
}
div#DIV_Tourdata .DIV_BTN_Weiter  a[id*='Weiter']:before {
	content: 'weiter';
	padding-right: 15px;
}
div#DIV_Tourdata #DIV_LoginDaten .DIV_BTN_Weiter a::after {
	height: 30px;
	right: 3px;
}
div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AngebotBild {
	display: none;
}
div#DIV_Tourdata #DIV_HPG_Hotels h2 {
	font-size: 24px;
}
div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AngebotDetail {
	margin-left: 0;
}
div#DIV_Tourdata #DIV_HPG_Reisearten .DIV_AngebotDetail .DIV_BTN_Weiter a:before, div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotDetail .DIV_BTN_Weiter a:before, div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AngebotDetail .DIV_BTN_Weiter a:before {
	content: '';
	padding: 0;
}
div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotDetail .DIV_BTN_Kommentar {
	width: 175px;
}

div#DIV_Tourdata .DIV_BTN_Zurueck span {
	display: none;
}
div#DIV_Tourdata .DIV_BTN_Zurueck a:before {
	content: 'zurück';
	padding-left: 15px;
}
div#DIV_Tourdata #DIV_HPG_Hotels .DIV_BTN_Zurueck a:before {
	content: 'zurück';
}
div#DIV_Tourdata #DIV_AngebotRes .DIV_BTN_Zurueck a:before {
	content: 'zurück';
}
/* div#DIV_Tourdata .DIV_BTN_Zurueck a:after { 
	background-color: transparent;
	border: 1px solid #cf2e2e;
	color: #cf2e2e;
	content: none;
	transform: rotate(180deg);
	display: inline-block;
	font-family: "Helvetica Neue";
	font-size: 18px;
	height: 30px;
	line-height: 1.375;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	position: absolute;
	left: 2px;
	top: 2px;
	text-align: center;
	width: 30px;
}*/
div#DIV_Tourdata .DIV_BTN_Beschreibung {
	width: 250px !important;
}
div#DIV_Tourdata .btn_Beschreibung {
	width: 180px !important;
}
div#DIV_Tourdata #BTN_Einkauf {
	width: 205px;
}
div#DIV_Tourdata #DIV_Rechnung #DIV_BTN_BuchungsAbschluss #BTN_Einkauf2 {
	display:none;
}
div#DIV_Tourdata #BTN_KeinKundennummer {
	width: 240px !important;/*margin-bottom:20px;*/
}
div#DIV_Tourdata #BTN_FalscheAdresse {
	margin: 5px 2px;
	width: 155px;
}
/* =============================================================================
   Formulare
   ========================================================================== */
div#DIV_Tourdata textarea, div#DIV_Tourdata select {
	-webkit-appearance: none; /* Pfeil abschalten */
	-moz-appearance: none; /* Pfeil abschalten */
	appearance: none; /* Pfeil abschalten */
	/* ---*/
	width: 100%;
	border: 1px solid #cf2e2e;
	padding: .29em .75em;
	/*box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: url('/tournet/_daten/ba/img/select-arrow.png'); /* eigenen Pfeil anzeigen (alle Browser gleich) */
	background-position: right -7px bottom 50%;
	background-repeat: no-repeat;
	line-height: 1.2em !important;
}
/* Pfeile in Felder abschalten für IE 10 */
div#DIV_Tourdata select::-ms-expand {
 display:none;
}
div#DIV_Tourdata .DIV_ZusatzleistungCheck input[type="image"] {
	width: 16px;
	position: relative;
	top: 2px;
	padding: 1px;
}
div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_CheckRadio label{
	display: block;
	transform: translate(15px, -32px);
}
div#DIV_Tourdata #DIV_Reservation #DIV_ReservationRes #upReservation #UP_Zusatzleistung input[type="checkbox"] {
	vertical-align: inherit;
}
div#DIV_Tourdata #DIV_Reservation #DIV_ReservationRes #upReservation #UP_Zusatzleistung label {
	padding: 2px 10px;
}
div#DIV_Tourdata input[type="checkbox"] {
	/*-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);*/
	padding: 0;
	margin: 5px 5px 0 0;
	vertical-align: inherit;
}
div#DIV_Tourdata input[type="text"], div#DIV_Tourdata input[type="email"], div#DIV_Tourdata input[type="tel"], div#DIV_Tourdata input[type="password"] {
	padding: 0.3em 0.7em;
	border: 1px solid #B2B2B1;
	background-color: #ffffff;
}
div#DIV_Tourdata .Edit {
	width: 100%;
}
div#DIV_Tourdata #ED_OrtRes {
	width: 120px;
}

/* =============================================================================
	Adresseingabe (DS_Adresse.aspx)
   ========================================================================== */

 div#DIV_Tourdata #DIV_Adresse #DIV_Suche .btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#DIV_Tourdata #DIV_Adresse #DIV_SucheKeinKdNr .btn {
	background-color: #FFFFFF;
	border: 2px solid #cf2e2e;
	color: #cf2e2e;
}

div#DIV_Tourdata #DIV_Adresse .DIV_TableRowHead {
	margin-bottom: 20px;
}

div#DIV_Tourdata #DIV_Adresse #DIV_SprachAuswahl {
	visibility: hidden;
}

div#DIV_Tourdata #DIV_Adresse #DIV_HinweisTeilnehmer {
	display: none;
}

/* =============================================================================
	Ergebnis Datum Liste (HPG_Hotel.aspx)
   ========================================================================== */
div#DIV_Tourdata .DIV_DataPager {
	background-color: #cf2e2e;
	border-bottom: none;
	color: black;
	font-size: inherit;
	line-height: 1.8em;
	margin: 0;
	overflow: auto;
	padding-left: 5px;
	display: none;
}
div#DIV_Tourdata .DIV_DataPager .SPAN_TitelSeite {
	letter-spacing: 0;
}
div#DIV_Tourdata .DIV_DataPager a {
	border-bottom: none;
	text-decoration: none;
}
div#DIV_Tourdata .DIV_DataPager .SPAN_SeiteActive {
	color: black;
}
div#DIV_Tourdata #DIV_HPG_Hotel .DIV_Legende {
	font-style: italic;
}
/*div#DIV_Tourdata #DIV_HPG_Hotel .DIV_TableErgebnis:before {
	line-height:2.8em;
	color:#123975;
	font-weight:bold; font-size:24px;
	font-family: "Vesta Medium",Arial;
}*/
div#DIV_Tourdata .DIV_TableErgebnis {
	padding: 3px;
}
div#DIV_Tourdata #DIV_HPG_Reisearten .DIV_AlternateRowList:nth-of-type(n) {
	border: 0;
	background-color: transparent;
}
div#DIV_Tourdata #DIV_HPG_Reisearten .DIV_AlternateRowList:nth-of-type(2n), div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AlternateRowList:nth-of-type(2n), div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AlternateRowList:nth-of-type(2n) {
	background-color: transparent; /* rgba(0, 121, 83, 0.1) */
	border-top: 1px solid #B2B2B1;
	border-bottom: 1px solid #B2B2B1;
}
div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotBeschreibung, div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AngebotBeschreibung {
	display: inline;
	margin: 0;
	min-height: 55px;
	padding: 0;
	width: calc(100% - 165px);
}
div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotZusatzinfo, div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AngebotZusatzinfo {
	width: 155px;
	font-size: 105%;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_MonatAuswahl .DropDown {
    width: auto;
    padding: .29em 1.75em .29em .25em;
}
div#DIV_Tourdata #DIV_HPG_Hotel .DIV_AlternateRowList:nth-of-type(2n) {
	background-color: transparent;
	border-bottom: 1px solid #B2B2B1;
	border-top: 1px solid #B2B2B1;
}
/*div#DIV_Tourdata #DIV_HPG_Hotel .DIV_TableRowHead + .DIV_AlternateRowList {
	border-top: 0px;
}*/
div#DIV_Tourdata #DIV_HPG_Hotel .DIV_Angebot {
	display: none;
}
div#DIV_Tourdata #DIV_HPG_Hotel .DIV_TableErgebnis .DIV_AngebotStatus {
	width: auto; /* alt 95px */
	max-width: 120px;
}
/* Text von "weiter"-Button ändern */
div#DIV_Tourdata #DIV_HPG_Hotel .DIV_BTN_Weiter a span {
	display: none;
}
div#DIV_Tourdata #DIV_HPG_Hotel .DIV_BTN_Weiter a:before {
	content: 'Auswählen';
	padding-right: 25px;
	position: relative;
	bottom: 0;
}
div#DIV_Tourdata #DIV_HPG_Hotel .DIV_BTN_Weiter a.btn {
	width: 135px;
}
div#DIV_Tourdata #UP_ErgebnisRes .DIV_AngebotDatum input[type="image"], div#DIV_Tourdata #UP_ErgebnisRes .DIV_AngebotPreis input[type="image"] {
	display: none;
	width: auto;
}

div#DIV_Tourdata .DIV_TableErgebnis .DIV_AngebotPreis {
	text-align: left !important;
	}

div#DIV_Tourdata #UP_ErgebnisRes .DIV_AngebotDatum a, div#DIV_Tourdata #UP_ErgebnisRes .DIV_AngebotPreis a {
	border-bottom: none;
	float: left;
}
div#DIV_Tourdata .DIV_AngebotZusatzinfo div {
	white-space: normal;
}
/* =============================================================================
	Reservation
	========================================================================== */

div#DIV_Tourdata .DIV_TransportBild {
	display: none;
}
/* Zusatztext (Erklärung) beim Kabinenplan "...nicht verfügbar" */
div#DIV_Tourdata #DIV_KabinenAuswahlHinweis #DIV_HinweisAblaufZusatz {
	display: inline;
}
div#DIV_Tourdata #DIV_KabinenAuswahlHinweis #DIV_HinweisAblaufZusatz .DIV_AngebotStatusBildBelegt {
	display: inline-block !important;
	position: relative;
	top: 2px !important;
	left: 0px;
	background-image: none;
	width: 25px;
	height: 15px;
	background-color: rgb(204,204,204);
	border-radius: 4px;
}
div#DIV_Tourdata #DIV_KabinenAuswahlHinweis #DIV_HinweisAblaufZusatz .SPAN_AngebotStatusText {
	display: inline-block;
	font-style: italic;
}
div#DIV_Tourdata .DIV_FehlerMeldungen {
	color: red;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 0;
}
div#DIV_Tourdata .DIV_AlternateRowList:hover, div#DIV_Tourdata .DIV_AlternateRowList:nth-of-type(2n) {
	border: 0;
	background-color: transparent;
}
div#DIV_Tourdata .DIV_AngebotButtons {
	margin: 20px 0;
}
/* Datum auswählen unter dem Reise Titel einblenden, und Standard Ansicht Termin ändern ausblenden */
div#DIV_Tourdata .DIV_SeitenTitel h4 {
	display: block;
	visibility: visible;
	height: 27px;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl.DIV_Eingabe .DIV_Feld {
	height: 35px;
	line-height: 35px;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl .DropDown {
	width: 220px;
	padding: auto 0.2em auto 0.5em;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl {
	display: table;
	margin-top: 35px !important;
	padding-top: 15px;
	width: 100%;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahlTitel {
	display: block;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahlTitel #SPAN_DatumAuswahlTitel, div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl .DIV_Label {
	display: none;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahlTitel:before, div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl:before {
	content: 'Abreisedaten ab';
	display: block;
	color: #cf2e2e;
	font-family: "Helvetica Neue", Arial;
	font-size: 29px;
	font-weight: normal;
	margin: auto 25px 8px 3px;
	float: left;
}
div#DIV_Tourdata #DIV_DatumAuswahl .DIV_Label, div#DIV_Tourdata #DIV_DatumAuswahlTitel #SPAN_DatumAuswahlTitel {
	color: #cf2e2e;
	font-family: "Helvetica Neue", Arial;
	font-size: 29px;
	font-weight: normal;
	margin-bottom: 8px;
	width: 230px;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_ReiseprogrammAuswahl {
	display: table;
	width: 375px;
	margin-top: 35px !important;
	margin-bottom: 10px;
	padding-top: 15px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl {
	margin: 35px 0 0 0;
}
div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Feld {
	margin-left: 235px;
}

div#DIV_Tourdata #DIV_Reservation #DIV_ReservationRes #DIV_AngebotHead .DIV_Table {
	display: none;
}



/* Tooltip generell mit "i" kennzeichnen */
div#DIV_Tourdata #DIV_Reservation .SPAN_Tooltip:after,
div#DIV_Tourdata #DIV_Rechnung .SPAN_Tooltip:after {
    content: 'i';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #ededed;
    border-radius: 50%;
    text-align: center;
    line-height: 1.45em;
    padding: 0;
    font-size: 110%;
    margin-left: 15px;
	 font-style: italic;
}

/* Karte mit Einsteigeorten */

div#DIV_Tourdata #DIV_Reservation #DIV_Karte {
	z-index: 0;
	width: 1000px;
	height: 690px;
	position: relative;
	background-image: url(/tournet/_daten/sr/img/HalteortKarte.jpg);/*background-repeat: no-repeat;
	 background-size: contain;
	 width: 100vmin;
	 height: 100vmin;*/
}
div#DIV_Tourdata #DIV_Reservation #DIV_Halteorte #DIV_Karte .DIV_KarteOrtLabel {
	font-size: 12px;
	font-weight: 600;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Halteorte #DIV_Karte .DIV_KarteOrt {
	height: 20px;
}
/* Positionen der einzelnen Punkte */
div#DIV_Tourdata #DIV_Reservation #DIV_Karte .DIV_KarteOrt.DIV_sgsmar {
	z-index: 1000;
	position: absolute;
	right: 113px;
	bottom: 558px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Karte .DIV_KarteOrt.DIV_sgsmar .DIV_KarteOrtImg {
	position: relative;
	top: 5px !important;
	float: left;
	right: 2px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Karte .DIV_KarteOrt.DIV_sgsgal {
	z-index: 1000;
	position: absolute;
	right: 245px;
	bottom: 540px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Karte .DIV_KarteOrt.DIV_sgwil {
	z-index: 1000;
	position: absolute;
	right: 253px;
	bottom: 555px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Karte .DIV_KarteOrt.DIV_sgwil .DIV_KarteOrtImg {
	position: relative;
	top: 3px !important;
	float: left;
	right: 2px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Karte .DIV_KarteOrt.DIV_zhwiwi {
	z-index: 1000;
	position: absolute;
	right: 386px;
	bottom: 567px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Karte .DIV_KarteOrt.DIV_zhsil {
	z-index: 1000;
	position: absolute;
	right: 431px;
	bottom: 530px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Karte .DIV_KarteOrt.DIV_bsbas {
	z-index: 1000;
	position: absolute;
	right: 612px;
	bottom: 586px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Karte .DIV_KarteOrt.DIV_agbad {
	z-index: 1000;
	position: absolute;
	right: 471px;
	bottom: 550px;
}

/* Layout für Mobilgeräte: 481px bis 1080px (SamsungS4, iPhone6Plus) Portrait. */
@media only screen and (min-width: 300px) and (max-width: 1080px) and (orientation:portrait) {

div#DIV_Tourdata #DIV_Reservation #DIV_Halteorte #DIV_EinstiegAuswahlKarte .DIV_TableCell.DIV_CheckRadio {
    position: relative;
    height: 40px !important;
}

/* Einstiegeorte ohne Karte, sondern als Liste */
div#DIV_Tourdata #DIV_Reservation #DIV_Karte {
	background-image: none !important;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Halteorte #DIV_EinstiegAuswahlKarte {
	display: inline-block;
	width: 100%;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Halteorte #DIV_EinstiegAuswahlKarte .DIV_TableCell.DIV_CheckRadio {
	position: relative;
	height: 50px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_EinstiegAuswahlKarte #RB_HeimAbholort + label, div#DIV_Tourdata #DIV_Reservation #DIV_EinstiegAuswahlKarte #RB_StandardAbholort + label {
	position: absolute;
	left: 25px;
	top: 0;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Karte {
	z-index: 0;
	width: 100% !important;
	height: auto !important;
	position: relative;
	top: 15px;
	margin-bottom: 30px;
	/*background-image: url(/tournet/_daten/sr/img/HalteortKarte.jpg);*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Halteorte #DIV_Karte .DIV_KarteOrt {
	height: 27px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	display: inline-block;
	padding: 3px 5px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_EinstiegAuswahlKarte #DIV_KarteLegende img {
	width: auto;
	height: 65px;
}
div#DIV_Tourdata #DIV_Reservation #DIV_Halteorte #DIV_Karte .DIV_KarteOrtImg {
    position: relative;
    float: left;
    right: 5px;
    top: 3px !important;
}

}
