﻿:root {
	--color-primary: #123975;

	--color-text-primary: #000000;
	--color-text-secondary: #747474;
	--color-text-tertiary: #ffffff;

	--color-border-primary: #c6c6c6;

	--color-text-error: #ff0800;

	--color-status-green: #27a04c;
	--color-status-yellow: #FFA500;
	--color-status-red: #d61515;
	--color-status-blue: #1533d6;

}


/* Imbach */

@font-face {
	font-family: "Twerenbold Icon";
	src: url("https://www.reisemarkt.imbach.ch/tournet/_daten/im/fonts/twerenbold-icon-font-webfont.woff") format("woff"), url("/packages/travel/themes/twerenbold/fonts/twerenbold-icon-font.otf") format("opentype");
}

/* =============================================================================
   Hyperlinks
   ========================================================================== */
div#DIV_Tourdata a {}

div#DIV_Tourdata a:visited {}

div#DIV_Tourdata a:hover {}

div#DIV_Tourdata a:focus {
	outline: thin dotted;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen .DIV_Preis {
	display: none;
}

/* 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:"Univers® 45 Light";*/
	font-family: "Univers LT", Arial, sans-serif;
	/* generelle Schrift im Buchungsablauf, Titel und Überschriften haben eine eigene Schrift welche hier im css definiert ist */
	/*font-family: "Vesta Medium",Arial;*/
}

div#DIV_Tourdata .DIV_LoadingShadowModal {
	background: rgba(18, 57, 117, 0.3) none repeat scroll 0 0;
	background-color: #123975;
	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#DIV_Tourdata .DIV_MainInput {
	background-color: #FFFFFF;
	color: #585757;
	width: auto;
	margin: 15px auto;
	max-width: 1200px;
}

div#DIV_Tourdata {
	border-top: 4px solid #123975;
	padding: 0 30px;
}

div#DIV_Tourdata .SPAN_TitelAblauf {
	color: #123975;
}

div#DIV_Tourdata h2 {
	color: #123975;
}

div#DIV_Tourdata hr {
	display: none;
}

div#DIV_Tourdata .DIV_AngebotPager {
	color: #123975;
}

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: #123975;
}

div#DIV_Tourdata .DIV_TableCell {
	/*line-height:inherit;*/
}

div#DIV_Tourdata .DIV_TableErgebnisHead {
	color: #123975;
}

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: #123975;
}

div#DIV_Tourdata .DIV_TitelAblauf {
	color: #123975;
}

div#DIV_Tourdata .DIV_TableCaption {
	font-size: 100%;
	color: inherit;
}

div#DIV_Tourdata .IMG_AngebotBild {
	border-radius: 0;
}

/* 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;

	white-space: normal;
}

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;
}

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: #123975;
	font-size: 36px;
	font-family: "Vesta Medium", Arial;
	font-weight: 750;
}

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: #123975;
	font-family: "Vesta Medium", Arial;
}

div#DIV_Tourdata .DIV_AngebotTitel h2 {
	font-size: 100%;
	color: #123975;
	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: #123975;
	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: #123975 !important;
}

div#DIV_Tourdata .DIV_TitelAblauf {
	line-height: 2.8em;
	color: #123975;
	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_MitteilungBuchung .DIV_Table {
	margin: 25px 0;
}

div#DIV_Tourdata #DIV_AdresseRes span#SPAN_Neukunde {
	display: none;
}

div#DIV_Tourdata #DIV_AdresseRes .DIV_Adresse #DIV_AdresszusatzAuswahl {
	display: none;
}

div#DIV_Tourdata #DIV_AdresseRes #DIV_AdressEingabeTitelMitSuche:before {
	content: 'Sie sind neu hier? Registrieren Sie sich:';
	display: block !important;
	font-size: 24px;
	color: #123975;
	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: 50px;
	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_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: #123975;
	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: #123975;
	background-color: #d0d6e1;
	float: left;
	text-align: center;
	line-height: 1.7em;
	margin: 0 0 0 24px;
	padding: 0;
	border: 0px solid #ffffff;
	/*white-space:nowrap;*/
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	align-content: center;
	font-weight: bold;
}

div#DIV_Tourdata .DIV_Active .SPAN_PosNr {
	color: #FFF;
	font-weight: bold;
	background-color: #123975;
	border: 1px solid #123975;
}

/* =============================================================================
   BUTTONS
   ========================================================================== */
div#DIV_Tourdata .btn {
	/*display: block;*/
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	border: medium none;
	background-image: none;
	background-color: #0D2852;
	margin: 0;
	padding: 0 15px;
	border-radius: 0;
	border: 1px solid #123975;
	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: #123975;
}

div#DIV_Tourdata .DIV_BTN_Zurueck a {
	background-color: #d0d6e1;
	/*border: 1px solid #0D2852;*/
	color: #123975;
}

div#DIV_Tourdata #BTN_Zurueck:hover {
	background-color: #F0F0F0;
}

div#DIV_Tourdata #BTN_Details {
	width: auto !important;
	background-color: transparent;
	border: 1px solid #0D2852;
	color: #123975;
}

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_Weiter a::after,
div#DIV_Tourdata .DIV_BTN_Kommentar a::after {
	border: medium none;
	color: #fff;
	content: "";
	display: inline-block;
	font-family: "Twerenbold Icon";
	font-size: 18px;
	height: 30px;
	line-height: 1.375;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 6px;
	padding-top: 4px;
	position: absolute;
	right: 2;
	top: 4px;
	/*top:2px;*/
	text-align: center;
	width: 30px;
	align-content: center;
}

div#DIV_Tourdata #DIV_HPG_Reisearten .DIV_AngebotDetail .DIV_BTN_Weiter a:after {
	height: 29px;
	position: absolute;
	top: 0;
}

div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_BTN_Weiter a::after {
	background-color: red;
	align-content: center;
	position: absolute;
	top: 4px;
	right: 5px;
}

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 #123975;*/
	color: #123975;
	content: "";
	transform: rotate(180deg);
	display: inline-block;
	font-family: "Twerenbold Icon";
	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 #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: 0px solid #ffffff;
	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/im/img/select-arrow-hell.png') !important;
	/* eigenen Pfeil anzeigen (alle Browser gleich) */
	background-position: right 0px 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_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: #f0f0f0;
}

div#DIV_Tourdata .Edit {
	width: 168px;
}

div#DIV_Tourdata #ED_OrtRes {
	width: 120px;
}

/* =============================================================================
	Ergebnis Datum Liste (HPG_Hotel.aspx)
   ========================================================================== */
div#DIV_Tourdata .DIV_DataPager {
	background-color: #123975;
	border-bottom: 1px solid #bbb;
	color: #ffffff;
	font-size: inherit;
	line-height: 1.8em;
	margin: 0;
	overflow: auto;
	padding-left: 5px;
}

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: #fff;
}

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: 25Px 0px 0px 0px;
}

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: 95px;*/
}

/* 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 #UP_ErgebnisRes .DIV_AngebotDatum a,
div#DIV_Tourdata #UP_ErgebnisRes .DIV_AngebotPreis a {
	border-bottom: none;
}

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' !important;
	display: block;
	color: #123975;
	font-family: "Vesta Medium", Arial;
	font-size: 29px;
	font-weight: bold;
	margin: 25px 25px 8px 3px;
	float: left;
}

div#DIV_Tourdata #DIV_DatumAuswahl .DIV_Label,
div#DIV_Tourdata #DIV_DatumAuswahlTitel #SPAN_DatumAuswahlTitel {
	color: #123975;
	font-family: "Vesta Medium", Arial;
	font-size: 29px;
	font-weight: normal;
	margin-bottom: 8px;
	width: 230px;
}

div#DIV_Tourdata #DIV_HPG_Hotel #DIV_ReiseprogrammAuswahl {
	display: table;
	width: 100%;
	/*margin-top: 35px !important;*/
	padding-top: 15px;
}

div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl {
	margin: 75px 0 0 0;
}

div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Feld {
	margin-left: 235px;
}

div#DIV_Tourdata DIV_AngebotRes #DIV_ReiseprogrammAuswahl {
	margin: 0px 0px 0px 0px !important;
}




div#DIV_Tourdata #DIV_ReiseprogrammAuswahl label {
	width: calc(100% - 30px);



}

div#DIV_Tourdata #DIV_HPG_Hotel #DIV_ReiseprogrammAuswahl .DropDown {


	width: auto;
	padding-right: 35px;
}

div#DIV_Tourdata #DIV_HPG_Hotel .DIV_TableErgebnis .SPAN_Ausgebucht {
	visibility: hidden;
	/*border:white;
    color: #FFFFFF;*/
	height: 30px;
	line-height: 1.5em;
	margin: 0;
	padding: 0 15px;
	width: 135px;
	font-size: inherit;
	font-weight: normal;
}

div#DIV_Tourdata .DIV_Garantiert.DIV_TableCellEmpty div.DIV_CellFeld span.SPAN_Garantiert {
	display: none;
}

div#DIV_Tourdata #DIV_ReservationRes #DIV_TerminHinweis #SPAN_Durchfuehrungsgarantie {
	/*display:none;*/
}

div#DIV_Tourdata #DIV_ReservationRes #DIV_TransportAuswahlTitel .SPAN_TitelAblauf,
div#DIV_Tourdata #DIV_ReservationRes #ucLVDossierTransportSitzplatzRes_RP_TransporteRes_DIV_SitzplatzAuswahlTitel .SPAN_TitelAblauf {
	color: #123975;
	float: left;
	font-family: "Vesta Medium", Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 2.5em;
	width: 100%;
}

div#DIV_Tourdata #DIV_TerminAuswahlTitel,
div#DIV_Tourdata #DIV_TerminAuswahl,
div#DIV_Tourdata #DIV_TerminBisAuswahl,
div#DIV_Tourdata #DIV_Reservation #DIV_Garantiert {
	display: none;
}

div#DIV_Tourdata #DIV_AngebotHead .DIV_Angebot {
	display: none;
}

div#DIV_Tourdata #DIV_AngebotHead .DIV_SeperatorHR {
	display: none;
}

div#DIV_Tourdata #DIV_AngebotHead .DIV_Table {
	position: relative;
	top: 0px;
}

div#DIV_Tourdata #DIV_DossierKopRes .DIV_Table {
	position: relative;
	top: 45px;
	line-height: 2.5em;
	background-color: #F7F7F7;
	margin-bottom: 35px;
}

div#DIV_Tourdata #DIV_DossierKopRes .DIV_Table .DIV_TableCell {
	display: none;
}

div#DIV_Tourdata #DIV_DossierKopRes {
	border-bottom: 0;
}

div#DIV_Tourdata #DIV_DossierKopRes .DIV_TableCell {
	line-height: 2.5em;
}

div#DIV_Tourdata #DIV_AngebotKriterien {
	/*border-bottom:1px solid #B2B2B1;*/
	margin-bottom: 25px;
	margin-top: -20px;
}

div#DIV_Tourdata #DIV_ReservationRes #DIV_AngebotKriterien {
	margin-top: 0;
}

































/* deaktivieren gemäss Ticket 8030 */
/*div#DIV_Tourdata #DIV_ReservationRes #UP_LeistungsBemerkungen .DIV_TableCell.DIV_CellLabel {
	display: none;
}*/
div#DIV_Tourdata #DIV_ReservationRes #UP_LeistungsBemerkungen .DIV_Feld {
	margin-left: 0;
}



div#DIV_Tourdata #DIV_TerminHinweis {

	/*background-color: yellow;*/
}

div#DIV_Tourdata #DIV_TerminHinweis .DIV_Label {
	display: none;
}

div#DIV_Tourdata #DIV_TerminHinweis .DIV_Feld {
	margin: 10px 0 0 0;
	/*padding:10px;*/
}

div#DIV_Tourdata #DIV_TerminHinweis span {
	background-color: yellow;
	padding: 10px;
	display: block;
	width: 100%;
}

div#DIV_Tourdata #DIV_ReservationRes #DIV_TerminHinweis .SPAN_Garantiert {
	display: none;
}

div#DIV_Tourdata #DIV_ErwachseneAuswahl:before {
	/*content:'Anzahl Personen hier auswählen';*/
	/*line-height:2.8em;*/
	color: #123975;
	font-weight: bold;
	font-size: 24px;
	white-space: nowrap;
	font-family: "Vesta Medium", Arial;
}

div#DIV_Tourdata #DIV_TeilnehmerAuswahl {
	margin-top: 2.5em;
	float: none;
}

div#DIV_Tourdata #DIV_ErwachseneAuswahl,
div#DIV_Tourdata #DIV_KinderAuswahl {
	width: 25%;
}

div#DIV_Tourdata #DIV_ErwachseneAuswahl .DIV_Feld,
div#DIV_Tourdata #DIV_KinderAuswahl .DIV_Feld {
	margin-left: 0;
	margin-top: 10px;
}

/* auf Wunsch von Imbach generell ausblenden, sie haben keine Buchungen mit Kindern */
div#DIV_Tourdata #DIV_KinderAuswahl {
	display: none;
	position: relative;
	top: -2.1em;
	left: 25%;
}

div#DIV_Tourdata #DIV_ErwachseneAuswahl .DIV_Label,
div#DIV_Tourdata #DIV_KinderAuswahl .DIV_Label {
	display: none;
	color: #000000;
	font-weight: normal;
	width: 100%;
}

div#DIV_Tourdata .DIV_Halteorte .RadioButtons {
	display: block;
	visibility: visible;
}

div#DIV_Tourdata label .DIV_Bezeichnung {
	margin-left: 70px;
	float: none;
	clear: none;
}

div#DIV_Tourdata .DIV_Halteorte .DropDown {
	display: none;
	visibility: hidden;
}

/*div#DIV_Tourdata .DIV_Halteorte {
	margin:0;
	position:relative;
}*/
div#DIV_Tourdata #DIV_HalteortAuswahlTitel {
	margin-top: 0;
}

div#DIV_Tourdata #DIV_HalteortAuswahlTitel span {
	display: none;
}

div#DIV_Tourdata #DIV_HalteortAuswahlTitel:before {
	/*content:'Wählen Sie Ihren Ein- und Ausstiegsort';*/
	line-height: normal;
	color: #123975;
	font-weight: bold;
	font-size: 24px;
	font-family: "Vesta Medium", Arial;
	width: 100%;
	float: left;
}

div#DIV_Tourdata #DIV_Halteorte #DIV_AusstiegAuswahl {
	margin-top: 25px;
}

div#DIV_Tourdata #DIV_Halteorte #DIV_AusstiegAuswahl:before {
	content: 'Aussteigeort';
	color: #123975;
	font-weight: bold;
	font-size: 20px;
}

div#DIV_Tourdata #DIV_EinstiegAuswahl .DIV_Label,
div#DIV_Tourdata #DIV_AusstiegAuswahl .DIV_Label {
	display: none;
}

div#DIV_Tourdata #DIV_EinstiegAuswahl label,
div#DIV_Tourdata #DIV_AusstiegAuswahl label {
	margin: 0 0 0 -15px;
	padding: 0;
	font-weight: normal;
	width: calc(100% - 55px);
	text-indent: 35px;
}

/* wenn Ein- und Ausstiegsort vorhanden, vor Einstiegsort Text hinzufügen */
div#DIV_Tourdata #DIV_Halteorte label#Label_EinsteigeortHinfahrt.DIV_Label {
	display: block !important;
	border: 0 !important;
	background: none !important;
	color: transparent;
	line-height: 0;
	width: calc(100% + 45px);
}

div#DIV_Tourdata #DIV_Halteorte #DIV_EinstiegAuswahl label#Label_EinsteigeortHinfahrt::before {
	content: 'Einsteigeort' !important;
	display: block;
	height: 35px !important;
	color: #123975;
	position: relative;
	top: 20px;
	font-weight: bold;
	font-size: 20px;
	text-indent: 15px;
	width: calc(100% + 45px);
}

div#DIV_Tourdata #DIV_EinstiegAuswahl label .SPAN_Zeit,
div#DIV_Tourdata #DIV_AusstiegAuswahl label .SPAN_Zeit {
	font-weight: bold;
	padding-right: 15px;
}

div#DIV_Tourdata #DIV_EinstiegAuswahl label .SPAN_Bezeichnung,
div#DIV_Tourdata #DIV_AusstiegAuswahl label .SPAN_Bezeichnung {
	/*display:inline-block;*/
	font-size: initial;
}

div#DIV_Tourdata .DIV_BusLeistungen .DIV_Bus .DIV_TransportNr {
	display: block;
}

div#DIV_Tourdata .RadioButtons label {
	line-height: 40px;
}

div#DIV_Tourdata .DIV_Halteorte {
	border-bottom: 0;
}

div#DIV_Tourdata #DIV_EinstiegAuswahl .DIV_Feld,
div#DIV_Tourdata #DIV_AusstiegAuswahl .DIV_Feld {
	width: calc(100% + 45px);
	text-align: left;
	margin-left: -10px;
	padding: 0;
	display: inline-block;
}

div#DIV_Tourdata #DIV_EinstiegAuswahl input,
div#DIV_Tourdata #DIV_AusstiegAuswahl input {
	margin: 0;
	padding: 0;
	width: 25px;
	position: relative;
	left: 10px;
}

div#DIV_Tourdata #DIV_EinstiegAuswahl label:first-child,
div#DIV_Tourdata #DIV_AusstiegAuswahl label:first-child {
	border-top: 1px solid #B2B2B1;
}

div#DIV_Tourdata #DIV_EinstiegAuswahl label:nth-child(odd),
div#DIV_Tourdata #DIV_AusstiegAuswahl label:nth-child(odd) {
	background: rgb(18, 57, 117);
	background: rgba(18, 57, 117, 0.1);
	border-top: 1px solid #B2B2B1;
	border-bottom: 1px solid #B2B2B1;
	width: calc(100% - 25px);
	padding: 0;
	margin: 0 0 0 -15px;
}

div#DIV_Tourdata #DIV_EinstiegAuswahl label .SPAN_Zeit,
div#DIV_Tourdata #DIV_AusstiegAuswahl label .SPAN_Zeit {
	padding-right: 10px;
	font-weight: bold;
}

div#DIV_Tourdata #DIV_EinstiegAuswahl label .SPAN_Bezeichnung,
div#DIV_Tourdata #DIV_AusstiegAuswahl label .SPAN_Bezeichnung {
	/*display:inline-block;*/
	font-size: initial;
}

div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_TableCaption,
div#DIV_Tourdata .DIV_TransportAuswahl .DIV_TableCaption {
	font-size: 29px;
	color: #123975;
	margin-bottom: 8px;
	font-family: "Vesta Medium", Arial;
}

/*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_ReiseprogrammAuswahl .DIV_Feld span {
		width:100%;
	}
	div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Feld span br {
		display:none;
	}
	div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Feld span label {
		width:calc(100% - 20px);
		line-height:normal;
	}*/



div#DIV_Tourdata #DIV_Reservation #DIV_AngebotKriterien .DIV_Eingabe,
div#DIV_Tourdata #DIV_HPG_Hotel .DIV_Eingabe {
	line-height: normal;
}

div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Label,
div#DIV_Tourdata #DIV_ReiseprogrammAuswahl .DIV_Label {
	font-size: 29px;
	color: #123975;
	margin-bottom: 8px;
	font-family: "Vesta Medium", Arial;
	width: 100%;
}

div#DIV_Tourdata #DIV_ReiseprogrammAuswahl .DIV_Feld,
div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Feld {
	margin-left: 0;
}

div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Feld .RadioButtons label,
div#DIV_Tourdata #DIV_ReiseprogrammAuswahl .DIV_Feld .RadioButtons label {
	line-height: 20px;
	height: 20px;
	padding: 0;
	margin: 0;

}

div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_TableRow .DIV_TableCell:first-child {
	border: 0;
}

div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_TableRow .DIV_TableCell {
	border-top: 1px solid #123975;
	border-bottom: 1px solid #123975;
}

div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungCheck {
	width: 85px;
}

div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungBezeichnung {
	width: 50%;
}

div#DIV_Tourdata #SPAN_LandleistungAuswahl,
div#DIV_Tourdata #SPAN_KabinenAuswahl {
	font-size: 24px;
	font-family: "Vesta Medium", Arial;
}

div#DIV_Tourdata #DIV_LandleistungAuswahlTitel {
	margin-top: 45px;
}

div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_LandleistungBelegung {
	width: 95px;
}

div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_LandleistungPreis {
	width: 135px;
	white-space: nowrap;
}

div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_LandleistungStatus {
	text-align: inherit;
}

div#DIV_Tourdata .DDL_KategorieAnzahl {
	width: 90px;
}

/* bei Gruppe mit Leistungen select-Feld und Linien im Text daneben ausblenden */
div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paket .DIV_LandleistungBezeichnung,
div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paket .DIV_LandleistungBelegung,
div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paket .DIV_LandleistungPreis,
div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paket .DIV_LandleistungStatus {
	border-bottom: 1px dotted #63254A;
}

div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paketteil select.aspNetDisabled {
	background-image: none;
	border: none;
}

div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paketteil .DIV_LandleistungBezeichnung,
div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paketteil .DIV_LandleistungBelegung,
div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paketteil .DIV_LandleistungPreis,
div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paketteil .DIV_LandleistungStatus {
	border-bottom: 0;
	border-top: 0;
}

div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paketteil .DIV_LandleistungBezeichnung {
	/*text-indent: 5px;*/
}















div#DIV_Tourdata .DIV_TransportAuswahl .DIV_AlternateRowList:nth-of-type(2n) {
	background-color: transparent;
	border-bottom: 1px solid #b2b2b1;
	border-top: 1px solid #b2b2b1;
}

/* Adresse */
div#DIV_Tourdata .DIV_TableAdressSuche {
	margin: 10px 0;
}

div#DIV_Tourdata #DIV_AdressRes:before {
	/*content:'Personalien';*/
	font-size: 24px;
	font-weight: bold;
	color: #123975;
	margin-bottom: 5px;
	font-family: "Vesta Medium", Arial;
}

div#DIV_Tourdata #DIV_AdresseRes #DIV_AngebotButton {
	margin-top: 20px;
}

div#DIV_Tourdata .DIV_AdressSuche #DIV_KundeBestehend .SPAN_TitelAblauf,
div#DIV_Tourdata #DIV_AdressEingabeTitelMitSuche .SPAN_TitelAblauf {
	font-size: 24px;
	color: #123975;
	margin: 30px 0 15px 0;
	font-family: "Vesta Medium", Arial;
}

div#DIV_Tourdata .DIV_AdressSuche #DIV_KundeBestehend .SPAN_TitelAblauf {
	padding-left: 10px;
	display: none;
}

div#DIV_Tourdata .DIV_AdressSuche #DIV_KundeBestehend::before {
	content: 'Sie sind bereits Kunde oder Kundin?';
	font-size: 24px;
	color: #123975;
	margin: 10px 0 5px 10px;
	font-family: "Vesta Medium", Arial;
}

div#DIV_Tourdata #DIV_Teilnehmer #DIV_Hinweis {
	margin: 40px 0 30px 0;
}

div#DIV_Tourdata #DIV_Adresse #SPAN_PassRes {
	display: none;
}

div#DIV_Tourdata .DIV_Hinweis {
	margin-top: 25px;
}

div#DIV_Tourdata .DIV_Hinweis .DIV_TableRow:nth-child(2) .DIV_TableCell.DIV_CellLabel,
div#DIV_Tourdata .DIV_Hinweis .DIV_TableRow:nth-child(3) .DIV_TableCell.DIV_CellLabel,
div#DIV_Tourdata .DIV_Hinweis .DIV_TableRow:nth-child(4) .DIV_TableCell.DIV_CellLabel {
	visibility: hidden;
}

div#DIV_Tourdata .DIV_Hinweis .DIV_TableCell.DIV_CellLabel {
	padding: 10px;
	/*display: inline-flex;*/
}

div#DIV_Tourdata .DIV_Hinweis .DIV_TableCell.DIV_CellFeld {
	display: table-cell;
}

div#DIV_Tourdata .DIV_Hinweis .DIV_TableCell.DIV_CellFeld:empty {
	display: none;
}







div#DIV_Tourdata #DIV_Adresse #DIV_Hinweis #DIV_HinweisTeilnehmer {
	display: none;
}

div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom {
	display: none;
	visibility: visible;
	margin-top: 30px;
	margin-bottom: 0px;
}

div#DIV_Tourdata .DIV_Adresse #SPAN_InfoPflicht {
	line-height: 2.3em;
	width: 500px;
	margin: 0 auto;
	display: block;
}

div#DIV_Tourdata .DIV_Adresse #DIV_TelefonMobilAuswahlKeine.DIV_CheckRadio input[type="checkbox"] {
	vertical-align: inherit;





}

/*div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom #DIV_HinweisTeilnehmer2 span#SPAN_HinweisTeilnehmer::after {
    content: 'Eine Änderung nach Buchungsabschluss kann mit hohen Gebühren verbunden sein.';
    display: block;
    margin-top: 5px;
}*/
div#DIV_Tourdata .DIV_TableAdressSuche,
div#DIV_Tourdata .DIV_TableAdressEingabe,
div#DIV_Tourdata #DIV_TitelEmailSuche,
div#DIV_Tourdata #DIV_EmailSuche {
	width: 500px;
	margin: 0 auto;
}

div#DIV_Tourdata .DIV_TableAdressSuche .DropDown,
div#DIV_Tourdata .DIV_TableAdressSuche .Edit,
div#DIV_Tourdata .DIV_EmailSuche .Edit,
div#DIV_Tourdata .DIV_TableAdressEingabe .DropDown,
div#DIV_Tourdata .DIV_TableAdressEingabe .Edit {
	background-color: #d0d6e1;
	border: 0px solid #ffffff;
	border-radius: 10px 10px 10px 10px;
	width: 100%;
	font-size: 16px;
	height: 35px;
}

div#DIV_Tourdata .DIV_AdressSuche {
	padding-bottom: 20px;
}

div#DIV_Tourdata .DIV_TableAdressSuche label,
div#DIV_Tourdata .DIV_EmailSuche label,
div#DIV_Tourdata .DIV_TableAdressEingabe label,
div#DIV_Tourdata .DIV_DossierGutschein label {
	width: 100%;
	margin-top: 10px;
	line-height: 2em;
	font-size: 16px;
}

div#DIV_Tourdata .DIV_TableAdressEingabe #DIV_PLZOrtAuswahl .DIV_Feld input:first-child {
	width: 100px;
}

div#DIV_Tourdata .DIV_TableAdressEingabe #DIV_PLZOrtAuswahl .DIV_Feld input:nth-child(2) {
	width: 375px;
}

div#DIV_Tourdata .DIV_TableAdressSuche .DIV_Feld,
div#DIV_Tourdata .DIV_TableAdressEingabe .DIV_Feld,
div#DIV_Tourdata .DIV_EmailSuche .DIV_Feld {
	width: 100%;
	margin-left: 0;
}

div#DIV_Tourdata .DIV_Adresse #DIV_TelefonMobilAuswahlKeine.DIV_CheckRadio input[type="checkbox"] {
	vertical-align: inherit;
}

div#DIV_Tourdata #DIV_Adresse .DIV_Teilnehmer .DIV_AlternateRowList.DIV_TeilnehmerRowMobil div {
	margin-bottom: 25px;
}

div#DIV_Tourdata #DIV_Adresse .DIV_Teilnehmer .DIV_TeilnehmerAnrede,
div#DIV_Tourdata #DIV_Adresse .DIV_Teilnehmer .DIV_TableCell.DIV_TeilnehmerName {
	width: 185px;
}

div#DIV_Tourdata #DIV_Adresse .DIV_Teilnehmer .DIV_TableCell.DIV_TeilnehmerVorname {
	text-align: center;
}

div#DIV_Tourdata #DIV_Adresse div[id*="RowMobil"] .DIV_TableCell.DIV_TeilnehmerVorname {
	text-align: left;
}

div#DIV_Tourdata #DIV_Adresse div[id*="RowMobil"] .DIV_TableCell.DIV_TeilnehmerVorname {
	display: block !important;
	visibility: visible !important;
}

div#DIV_Tourdata #DIV_TelefonMobilAuswahlKeine {
	margin-left: 0;
	margin-top: -8px;
}

div#DIV_Tourdata #DIV_TelefonMobilAuswahlKeine label {
	margin-left: 15px;
	width: 80%;
}

div#DIV_Tourdata #DIV_AdressRes .DIV_Label {
	font-size: 16px !important;
}

div#DIV_Tourdata .DIV_Teilnehmer {
	margin-bottom: 25px;
	max-width: 950px;
}

div#DIV_Tourdata .DIV_Teilnehmer .DIV_TableCaption {
	font-size: 29px;
	color: #123975;
	margin: 25px 0 8px 0;
	font-family: "Vesta Medium", Arial;
}

div#DIV_Tourdata #DIV_Teilnehmer .DIV_TeilnehmerAuswahl .DIV_AlternateRowList:nth-of-type(2n+1),
div#DIV_Tourdata #DIV_Teilnehmer .DIV_TeilnehmerAuswahl .DIV_AlternateRowList:nth-of-type(2n) {
	border-bottom: 1px solid #B2B2B1;
	border-top: 1px solid #B2B2B1;
	background-color: transparent;
}

div#DIV_Tourdata #DIV_Teilnehmer .DIV_TeilnehmerAuswahl .DIV_TableRow .DIV_TableCell {
	padding: 5px 0;
}

div#DIV_Tourdata .DIV_DossierZusatzleistung .DIV_ZusatzleistungCheck {
	float: none;
	width: 55px;
}

div#DIV_Tourdata .DIV_Preis .DIV_TableCaption {
	font-size: 24px;
	color: #123975;
	margin-bottom: 8px;
	/*font-family: "Vesta Medium", Arial;*/
}

div#DIV_Tourdata #DIV_LeistungsAuswahlRes #SPAN_ZusatzleistungAuswahl {
	display: none;
	font-size: 24px;
	color: #123975;
	margin: 30px 0 15px 0;
	/*font-family: "Vesta Medium", Arial;*/
}

div#DIV_Tourdata #DIV_LeistungsAuswahlRes div[id*="DIV_ZusatzleistungAuswahlTitel"]:before {
	content: 'Wählen Sie Ihre optionalen Zusatzleistungen';
	font-size: 24px;
	color: #123975;
	margin: 30px 0 15px 0;
	/*font-family: "Vesta Medium", Arial;*/
}

div#DIV_Tourdata .DIV_DossierZusatzleistung .DIV_TableCaption {
	color: #123975;
	/*font-family: "Vesta Medium", Arial;*/
	font-size: 29px;
	margin-bottom: 8px;
}

div#DIV_Tourdata .DIV_DossierZusatzleistung .DIV_ZusatzleistungBezeichnung label {
	padding: 2px 10px;
}

div#DIV_Tourdata .DIV_KategorieBezeichnung .DIV_Label {
	width: 100%;
}

div#DIV_Tourdata .DIV_DossierLandleistungen #IMG_Plan {
	margin-top: 25px;
}



div#DIV_Tourdata .DIV_Preis .DIV_TableErgebnis .DIV_AlternateRowList .DIV_TableCell {
	line-height: 2.2em;
}

div#DIV_Tourdata .DIV_Preis .DIV_AlternateRowList:nth-of-type(1n) {
	background-color: transparent;
	border-top: 1px solid #123975;
	border-bottom: 1px solid #123975;
}

div#DIV_Tourdata .DIV_PreisBetrag {
	white-space: nowrap;
}

/* gestrichelte Linien in der Preistabelle ausblenden */
div#DIV_Tourdata .DIV_Preis .DIV_TableErgebnis .DIV_Preis_ZwischenTotalUnterstrich,
div#DIV_Tourdata .DIV_Preis .DIV_TableErgebnis .DIV_Preis_TotalUnterstrich {
	display: none;
}

div#DIV_Tourdata .DIV_Preis .DIV_TableErgebnis .DIV_Preis_ZwischenTotalUnterstrich+.DIV_TableRow {
	/*font-weight:bold;*/
	border-top: 1px solid #123975;
	border-bottom: 0 none;
}

/*div#DIV_Tourdata .DIV_Preis .DIV_TableErgebnis .DIV_TableRow:nth-last-child(+2) {
	font-weight:bold;
	border-top:1px solid #123975; border-bottom:0 none;
}*/
div#DIV_Tourdata .DIV_Preis .DIV_TableErgebnis .DIV_PzlCode92 {
	font-weight: bold;
}

div#DIV_Tourdata #DIV_Rechnung .DIV_Eingabe .DIV_TitelAblauf,
div#DIV_Tourdata #DIV_Rechnung .DIV_Eingabe .DIV_TableCaption {
	font-size: 24px;
	margin-bottom: 8px;
	width: 100%;
	float: none;
	/*width:165px;*/
}

#DIV_Rechnung #DIV_GesamtBetrag.DIV_Eingabe .DIV_TitelAblauf {
	width: auto;
	display: inline;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_GesamtBetrag.DIV_Eingabe {
	padding: 20px 0;
	display: inline-block;
	/*min-height: 75px;*/
}






div#DIV_Tourdata #DIV_Bestaetigen #DIV_GesamtBetrag,
div#DIV_Tourdata #DIV_GesamtBetrag {
	line-height: normal;
	width: 100%;
	padding: 20px 0 50px 0;
	margin-bottom: 25px;
	/*border-top:3px solid #B2B2B1;*/
	border-bottom: 3px solid #B2B2B1;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen #DIV_TitelAuswahl,
div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen>.DIV_Eingabe,
div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen .DIV_Eingabe .DIV_Eingabe {
	border-bottom: 3px solid #B2B2B1;
	padding: 0 0 20px 0;
	margin-right: 0;
	margin-bottom: 10px;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen .DIV_Eingabe .DIV_Eingabe:last-child,
div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen .DIV_TitelAblauf+.DIV_Eingabe {
	border-bottom: none;
	padding-bottom: 0;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_MitteilungAuswahl .DIV_Table,
div#DIV_Tourdata #DIV_Rechnung #DIV_MitteilungAuswahl .DIV_Table textarea {
	width: 100%;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_AGB {
	border-bottom: 0;
	padding: 0 0 20px 0;
}

div#DIV_Tourdata #DIV_Rechnung.DIV_REISE_gs_imb #DIV_AGB input {
	margin-top: 3px;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_AGB input {
	vertical-align: top;
	/*margin-top: 20px;*/
}

div#DIV_Tourdata #DIV_Rechnung #DIV_AGB label {
	width: auto;
}

div#DIV_Tourdata #DIV_Versandart .DIV_Hinweis {
	padding: 10px 0;
}

div#DIV_Tourdata #DIV_Rechnung .DIV_Eingabe .DIV_Table {
	margin-left: 0;
}

div#DIV_Tourdata #DIV_RechnungKopfDaten .DIV_Label {
	/*width:165px;*/
}

div#DIV_Tourdata #DIV_RechnungKopf #DIV_RechnungKopfBild {
	display: none;
}

div#DIV_Tourdata #DIV_RechnungKopfDaten {
	float: left;
	width: 100%;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_RechnungKopfDaten #DIV_Adresse {
	margin: 0;
}

div#DIV_Tourdata #DIV_Rechnung .DIV_Bestaetigen {
	border-bottom: 0;
}

/* Ausrichtung Abschlussseite Versicherung, etc. */
div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen>.DIV_Eingabe .DIV_Table {
	width: 100%;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen>.DIV_Eingabe .DIV_CheckRadio {
	width: 60%;
	padding-right: 15px;
	padding-top: 15px;
	box-sizing: border-box;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen>.DIV_Eingabe div[id*="Teilnehmer"].DIV_CheckRadio {
	padding: 2px 0 8px 55px;
	font-style: italic;
	box-sizing: border-box;
}

/* */
div#DIV_Tourdata #DIV_Rechnung .DIV_Bestaetigen #DIV_TitelAuswahl {
	font-size: 24px;
	color: #123975;
	font-weight: 700;
}

/* Kunde wünscht generellen Titel "Code/Guschein einlösen" nicht (Ticket 8628) */
div#DIV_Tourdata #DIV_Rechnung .DIV_Bestaetigen #DIV_Gutscheine .DIV_TitelAblauf #Label2 {
	display: none;
}

div#DIV_Tourdata #DIV_Rechnung .DIV_Bestaetigen .DIV_TitelAblauf,
div#DIV_Tourdata #DIV_Rechnung .DIV_Bestaetigen #DIV_VersandartRG .DIV_TitelAblauf {
	color: #123975;
}

div#DIV_Tourdata #DIV_Rechnung .DIV_Bestaetigen #DIV_Versandart .DIV_ReisedokumenteAuswahl #DIV_VerandEmailInfo,
div#DIV_Tourdata #DIV_Rechnung .DIV_Bestaetigen #DIV_AutoLeistungen .DIV_AutoLeistungen .DIV_Info {
	font-style: italic;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_Versicherung div[id*="Teilnehmer"] label {
	margin-left: -5px;
}

div#DIV_Tourdata #DIV_Newsletter label {
	font-size: inherit;
}

div#DIV_Tourdata #DIV_Rechnung .DIV_Bestaetigen #DIV_MitteilungBuchung .DIV_TitelAblauf {
	margin-top: 0;
}

div#DIV_Tourdata #DIV_Bestaetigen .DIV_Eingabe label {
	font-size: inherit;
}

div#DIV_Tourdata #DIV_LeistungsAuswahl .DIV_DossierZusatzleistung .DIV_CheckRadio label,
div#DIV_Tourdata #DIV_Bestaetigen .DIV_VersandAuswahl .DIV_CheckRadio label,
div#DIV_Tourdata #DIV_Bestaetigen .DIV_ZahlungsartAuswahl .DIV_CheckRadio label,
div#DIV_Tourdata #DIV_Bestaetigen #DIV_AGB .DIV_CheckRadio label,
div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_CheckRadio label,
div#DIV_Tourdata #DIV_Bestaetigen .DIV_Eingabe label {
	width: 90%;
	margin-left: 50px;
	display: block;
}

div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_CheckRadio input.IMG_Expand+label,
div#DIV_Tourdata #DIV_Bestaetigen .DIV_Eingabe input.IMG_Expand+label {
	margin-left: 50px;
}

div#DIV_Tourdata #DIV_Bestaetigen #DIV_Gutschein .DIV_CheckRadio label {
	width: auto;
}


div#DIV_Tourdata #DIV_Bestaetigen #DIV_Gutschein .DIV_CheckRadio input {
	height: 33px;





}

/* Im Buchungsablauf auf der Buchungsabschlussseite bei "Mitteilung" einen zusätzlichen Text einfügen (Ticket 9382) */
div#DIV_Tourdata #DIV_Bestaetigen #DIV_MitteilungAuswahl .DIV_TitelAblauf::after {
	content: '(z.B. Allergien, Unverträglichkeiten etc.)';
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

div#DIV_Tourdata #DIV_LeistungsAuswahl .DIV_DossierZusatzleistung .DIV_CheckRadio label,
div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_CheckRadio label {
	padding: 0;
}

div#DIV_Tourdata #DIV_LeistungsAuswahl .DIV_DossierZusatzleistung .DIV_CheckRadio input[type="checkbox"],
div#DIV_Tourdata #DIV_LeistungsAuswahl .DIV_DossierZusatzleistung .DIV_CheckRadio input[type="image"],
div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_CheckRadio input[type=checkbox],
div#DIV_Tourdata #DIV_Bestaetigen input[type=checkbox],
div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_CheckRadio input[type=image],
div#DIV_Tourdata #DIV_Versandart .DIV_ReisedokumenteAuswahl .DIV_CheckRadio input[type=radio],
div#DIV_Tourdata #DIV_Versandart .DIV_ZahlungsartAuswahl .DIV_CheckRadio input[type=radio],
div#DIV_Tourdata #DIV_VersandartRG .DIV_VersandAuswahl .DIV_CheckRadio input[type=radio],
div#DIV_Tourdata #DIV_Zahlungsart .DIV_ZahlungsartAuswahl .DIV_CheckRadio input[type="radio"],
div#DIV_Tourdata #DIV_RechnungAbschlussEnde input[type="checkbox"] {
	float: left;
}

div#DIV_Tourdata #DIV_LeistungsAuswahl .DIV_DossierZusatzleistung .DIV_Preis,
div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_Preis {
	display: inline-block;
	margin-left: 53px;
}

div#DIV_Tourdata #DIV_LeistungsAuswahl .DIV_DossierZusatzleistung .DIV_PDF,
div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_PDF {
	/*display: inline-block;*/
	margin-left: 25px;
	/*float: right;*/
	margin-top: 5px;
}

div#DIV_Tourdata #DIV_Bestaetigen .DIV_VersandAuswahl .DIV_CheckRadio label span {
	float: left;
	font-style: italic;
}

div#DIV_Tourdata #DIV_Bestaetigen .IMG_Expand,
div#DIV_Tourdata .IMG_Expand,
div#DIV_Tourdata .IMG_Collapse {
	border: 1px solid #BBBBBB;
	width: auto !important;
	height: 16px;
	position: relative;
	top: 2px;
	left: 5px;
}

div#DIV_Tourdata #DIV_Bestaetigen #DIV_Gutschein .DIV_CheckRadio label {
	width: 40%;
	display: inline-block;
}

div#DIV_Tourdata #DIV_Bestaetigen #DIV_Gutschein .DIV_CheckRadio input {
	height: 33px;









	float: left;
}


div#DIV_Tourdata #DIV_Bestaetigen .DIV_CheckRadio label {
	font-size: 16px;
	margin-left: 5px;
	width: auto;
}





/*div#DIV_Tourdata #DIV_Bestaetigen #DIV_AGB .DIV_CheckRadio label {
	width: 90%;
}



div#DIV_Tourdata #DIV_Bestaetigen #DIV_AGB .DIV_CheckRadio input {
	position: relative;
	top: -15px;
}*/
div#DIV_Tourdata #DIV_Bestaetigen #DIV_Gutschein div.DIV_TitelAblauf:after {
	content: 'Rabatte sind nicht miteinander kumulierbar!';
	display: block;
	font-size: 0.65em;
	font-weight: normal;
	color: #000;
	line-height: normal;
}

div#DIV_Tourdata #DIV_Bestaetigen #DIV_GesamtBetrag .DIV_Label,
div#DIV_Tourdata #DIV_GesamtBetrag .DIV_Label {
	font-size: 29px;
	font-family: "Vesta Medium", Arial;
}

div#DIV_Tourdata #DIV_Bestaetigen #DIV_GesamtBetrag .DIV_Feld,
div#DIV_Tourdata #DIV_GesamtBetrag .DIV_Feld {
	font-size: 24px;
	padding: 2px 0 0 0;
	width: auto;
	float: right;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_RechnungDetail .DIV_DossierTransport .DIV_CellFeld,
div#DIV_Tourdata #DIV_Rechnung #DIV_RechnungDetail .DIV_DossierLandleistungen .DIV_CellFeld {
	text-align: left;
	display: table-cell;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_RechnungDetail #DIV_ReiseZusatzkrit .FieldTitel {
	display: none;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_RechnungDetail #DIV_ReiseZusatzkrit .DIV_Feld {
	margin-left: 0;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen #DIV_Gutschein #SPAN_TitelGutschein:after {
	content: 'Reisegutscheine welche vor dem 10.06.2020 ausgestellt wurden, können nicht direkt online eingelöst werden. Bitte in diesem Fall den Gutschein-Code untenstehend im Feld «Ihre Mitteilung an uns» vermerken und den Gutschein per Post zusenden. ';
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	margin: 7px 0 15px;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen #DIV_Gutschein #SPAN_TitelGutschein.SPAN_Tooltip {
	border-bottom: none;
}

div#DIV_Tourdata #DIV_AGB a {
	text-decoration: none !important;
	border-bottom: 1px dotted #123975;
}

div#DIV_Tourdata #DIV_AGB a:hover {
	color: #123975;
}

div#DIV_Tourdata #DIV_Rechnung .DIV_Bestaetigen {
	border-bottom: 0;
}

div#DIV_Tourdata #DIV_Bestaetigen .DIV_Eingabe,
div#DIV_Tourdata #DIV_Bestaetigen #DIV_BTN_BuchungsAbschluss {
	margin: 0px 0px 2px 0px;
}

div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss.DIV_Eingabe {
	margin: 0px 0px 2px 0px;
}

div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_BTN_Detail a {
	margin: 10px 0 0 0;
	line-height: 2.5em;
}

div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_BTN_Weiter .btn {
	border: 1px solid red;
	padding-left: 0;
	padding-right: 15px;
	align-content: center;
}

/* Danke für Buchung PDF */
div#DIV_Tourdata #DIV_DankeFuerBuchungKopf #DIV_TOBild img {
	/*display:none;*/
}

div#DIV_Tourdata #DIV_DankeFuerBuchungKopf #DIV_TOBild {
	width: 384px;
	height: 55px;
	float: right;
	margin: 15px 0;
	text-align: right;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_TableCaption {
	font-size: 24px;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput {
	/*display: -webkit-box;
	display: -moz-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	    
	-ms-flex-direction:column;
	-webkit-flex-direction: column;
	        flex-direction: column;*/
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput h2 {
	color: #123975;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 29px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: normal;
	margin: 20px 0 35px;
	min-height: 40px;
	/* -webkit-flex: 1;
           -ms-flex: 1;
               flex: 1;
	-ms-flex-order: 4;
	 -webkit-order: 4;
				order: 4;*/
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput .DIV_Touroperator {
	/*-webkit-flex: 2;
           -ms-flex: 2;
               flex: 2;
	-ms-flex-order: 1;
	 -webkit-order: 1;
				order: 1;	*/
	position: relative;
	top: 0;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput .DIV_Adresse {
	/*-webkit-flex: 3;
           -ms-flex: 3;
               flex: 3;
	-ms-flex-order: 2;
	 -webkit-order: 2;
				order: 2;*/
	min-height: 150px;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput .DIV_DatumOrt {
	position: relative;
	/*-webkit-flex: 4;
           -ms-flex: 4;
               flex: 4;
	-ms-flex-order: 3;
	 -webkit-order: 3;
				order: 3;*/
	margin: 20px 0 0 0;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput div {
	/*-ms-flex-order: 5;
	 -webkit-order: 5;
				order: 5;*/
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput .DIV_Touroperator {
	width: 250px;
	float: right;
	height: auto;
	display: table;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput .DIV_Touroperator div {
	width: 250px;
	font-style: italic;
	text-align: right;
	display: table-row;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput .DIV_Touroperator .DIV_Seperator {
	display: none;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput .DIV_Touroperator span:after {
	/*white-space:pre;*/
}

div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_RechnungKopfBild {
	display: none;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_Eingabe,
div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_TableCell {
	line-height: normal;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_Label,
div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_CellLabel {
	width: 185px;
	color: #123975;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_Feld {
	margin-left: 185px;
}

/* Titel bei Zahlungskonditionen in der online Bestätigung ausblenden */
div#DIV_Tourdata #DIV_DankeFuerBuchung.DIV_Email #DIV_Zahlungsbedingungen .SPAN_TitelAblauf {
	display: none;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_Briefanrede #SPAN_BriefanredeKomma,
div#DIV_Tourdata #DIV_DankeFuerBuchung.DIV_Email #DIV_Briefanrede #SPAN_BriefanredeKomma {
	display: none;
}

/* generell Buchungsabschluss/Buchungsbestätigung alle Mandanten/alle Formulare die Mand-FaxNr ausblenden / Ticket 6612 */
div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_Touroperator #DIV_MainInput #DIV_Fax,
div#DIV_Tourdata #DIV_DankeFuerBuchung.DIV_Email #DIV_Touroperator #DIV_MainInput #DIV_Fax,
div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_MandantGruss #DIV_Fax,
div#DIV_Tourdata #DIV_DankeFuerBuchung.DIV_Email #DIV_MandantGruss #DIV_Fax,
div#DIV_Tourdata #DIV_MandantGruss div[id*='DIV_Fax'] {
	display: none;
}



div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_Preis .DIV_TableErgebnis .DIV_AlternateRowList {

	border: 0 none;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_Preis .DIV_TableErgebnis .DIV_AlternateRowList:last-child {

	font-weight: bold;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung div#DIV_BitteBeachten {


	font-weight: bold;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung div#DIV_BitteBeachten:after {
	content: ':';
	margin-left: -3px;
	font-weight: bold;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_AGB {
	margin-top: 10px;
}

/* =============================================================================
   Sitzplan
   ========================================================================== */
div#DIV_Tourdata .DIV_Sitzplan {
	margin-top: 30px;




}

div#DIV_Tourdata .DIV_FehlerMeldungen {
	margin: 25px 0;
}

div#DIV_Tourdata div.SPB_RT {
	color: white;
	background-image: url('/tournet/_daten/tw/img/bus/SitzplanRechtsTuer.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 35px auto;
}

div#DIV_Tourdata div.SPB_G {
	color: white;
	background-image: url('/tournet/_daten/tw/img/bus/SitzplanGang.jpg.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 35px auto;
}

/* Rand des Busses mit der Farbe von Twerenbold */
div.SPB_R {
	border-bottom: 2px solid #123975;
}

div.SPB_L {
	border-top: 2px solid #123975;
}

div.SPB_H {
	border-right: 2px solid #123975;
}

.DIV_Sitzplan .SPB_M2,
.DIV_Sitzplan .SPB_M3,
.DIV_Sitzplan .SPB_M4,
.DIV_Sitzplan .SPB_M5,
.DIV_Sitzplan .SPB_M6,
.DIV_Sitzplan .SPB_M7,
.DIV_Sitzplan .SPB_M8 {
	background-color: #F0F0F0;
	border-right: 5px solid #123975;
}

.DIV_Sitzplan .DIV_TableCell.SPB_FRONT {
	width: 30px;
}

.DIV_Sitzplan .SPB_FRONT.SPB_R {
	background-color: #F0F0F0;
	border-bottom: 2px solid #123975;
	border-right: 5px solid #123975;
}

.DIV_Sitzplan .SPB_FRONT.SPB_L {
	background-color: #F0F0F0;
	border-right: 5px solid #123975;
	border-top: 2px solid #123975;
}

div.SPB_RH {
	border-right: 2px solid #123975;
}

div.SPB_LH {
	border-right: 2px solid #123975;




























}

div#DIV_Tourdata .DIV_Spalte div.DIV_TableCell:nth-child(2) {
	width: 45px;
	background-position: top left 5px;
}

div#DIV_Tourdata .DIV_Sitzplan .DIV_Table {
	border-collapse: inherit;
}

div#DIV_Tourdata .DIV_SitzplatzAuswahlLegenede {
	margin-bottom: 5px;
	margin-left: 40px;
	margin-top: 10px;





}









/* Kabinenplan Sitz buchen */
div#DIV_Tourdata .DIV_DossierLandleistungenPlan .DIV_KategorieLegende .DIV_KategorieLegendeEintrag #DIV_AngebotKategorieFarbe {
	float: left;
	margin: 3px 3px 40px 0;
}

div#DIV_Tourdata .DIV_DossierLandleistungenPlan .DIV_KategorieLegende .DIV_KategorieLegendeEintrag #SPAN_AngebotStatusText {
	margin-left: 0;
}

/* =============================================================================
   Fragebogen
   ========================================================================== */
div#DIV_Tourdata #DIV_Fragebogen #DIV_DossierKopRes {
	padding-bottom: 0;
}

div#DIV_Tourdata .DIV_FragebogenDaten {
	width: 500px;
	margin: 0 auto;
}

div#DIV_Tourdata .DIV_FragebogenDaten .DropDown,
div#DIV_Tourdata .DIV_FragebogenDaten .Edit {
	background-color: #F0F0F0;
	border: 1px solid #B2B2B1;
	width: 100%
}

div#DIV_Tourdata .DIV_Fragebogen label,
div#DIV_Tourdata .DIV_FragebogenDaten label {
	width: 100%;
	margin-top: 10px;
	line-height: 2em;
	font-size: 100%;
}

div#DIV_Tourdata .DIV_FragebogenDaten .DIV_Feld {
	width: 100%;
	margin-left: 0;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_BTN_Weiter a::before {
	content: "weiter";
	padding-right: 15px;
}

div#DIV_Tourdata #DIV_FragebogenDaten #DIV_AngebotButton2 .DIV_BTN_Weiter a:before {
	content: "";
}

div#DIV_Tourdata #DIV_FragebogenDaten #DIV_AngebotButton2 .DIV_BTN_Weiter .btn {
	width: 200px;
}

div#DIV_Tourdata #DIV_FragebogenDaten #DIV_AngebotButton2 .DIV_BTN_Weiter span {
	display: block;
	visibility: visible;
	position: absolute;
	top: 3px;
}

/* =============================================================================
   Umfrage
   ========================================================================== */
div#DIV_Tourdata .DIV_Login .DIV_TitelAblauf {
	font-weight: bold;
	font-size: 24px;
}

div#DIV_Tourdata #DIV_LoginDaten {
	width: 550px;
	height: auto;
}

div#DIV_Tourdata .DIV_Login .DIV_TableCell {
	padding: 5px 15px;
}

div#DIV_Tourdata #DIV_LoginDaten .DIV_BTN_Weiter {
	padding: 25px 10px 10px 0;
}

div#DIV_Tourdata #DIV_LoginDaten .DIV_Label {
	font-size: 100%;
}

div#DIV_Tourdata #DIV_LoginDaten .DIV_BTN_Weiter a::before {
	content: "";
	padding-right: 0;
}

div#DIV_Tourdata #DIV_LoginDaten .DIV_BTN_Weiter a::after {
	position: absolute;
	top: 25px;
	right: 10px;
	height: 29px;
}

div#DIV_Tourdata #DIV_LoginDaten input {
	width: auto;
}

/* Fehlermeldung */
div#DIV_Tourdata .DIV_Login .DIV_FehlerMeldungen {
	width: 550px;
	height: auto;
	margin: 10px auto 0 auto;
}

div#DIV_Tourdata .DIV_Login .DIV_FehlerAuflistung {
	display: none;
}

div#DIV_Tourdata #DIV_Umfrage {
	padding: 0;
	margin: 0;
}

div#DIV_Tourdata #DIV_Umfrage #DIV_Intern {
	padding-top: 0;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_SeitenTitel {
	position: relative;
	top: 35px;
	left: 0;
	width: 100%;
	line-height: 2.5em;
	/*float:left;*/
	margin-bottom: 45px;
	border-bottom: 3px solid #B2B2B1;
	border-top: 3px solid #B2B2B1;
	z-index: 5;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown .DIV_Positions {
	margin-top: -10px;
}

div#DIV_Tourdata #DIV_Umfrage #DIV_PositionTitel {
	display: none;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_GruppenTitel {
	display: block;
	color: #123975;
	font-size: 24px;
	font-weight: bold;
	text-indent: 0;
	background-color: transparent;
}

div#DIV_Tourdata #DIV_Umfrage .LA_FragenTitel {
	font-weight: normal !important;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_GruppenDaten {
	border: 0;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Buchungsdaten {
	margin-top: 15px;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Buchungsdaten .DIV_Label {
	font-size: 100%;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort {
	margin: 0 0 15px 0;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort li:before {
	content: '';
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort li input {
	position: relative;
	top: 2px;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort li label {
	display: inline-block;
	margin: 0 auto 0 10px;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort label {
	float: none;
	width: auto;
	margin-top: 15px;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort input[type="checkbox"] {}

div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown .DropDown {
	/*width:200px;*/
	margin: 2px 0;
}

div#DIV_Tourdata #DIV_Umfrage textarea.EditGross {
	background-image: none;
	width: 50%;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown .Edit {
	width: 50%;
	margin: 2px 0;
	font-size: 100%;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort textarea {
	background-image: none;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Zurueck a.btn {
	background-color: transparent;
	border: 1px solid #0D2852;
	color: #123975;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_AngebotButtons {
	margin-bottom: 10px;
	margin-top: 40px;
}

div#DIV_Tourdata #DIV_Umfrage #DIV_AngebotButton .DIV_TableRow .DIV_TableCell {
	background-image: none;
}

div#DIV_Tourdata #DIV_Umfrage #DIV_AngebotButton .DIV_BTN_Weiter {
	float: right;
}

/* Danke-Text ausblenden und individuellen einfügen, Mand Gruss www-Adresse ausblenden (Ticket 9962) */
div#DIV_Tourdata #DIV_Umfrage .DIV_Danke {
	font-size: large;
	font-weight: bold;
	visibility: hidden;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Danke2 {
	font-size: large;
	font-weight: bold;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_Danke::before {
	content: 'Herzlichen Dank für Ihre Kundenrückmeldung!';
	visibility: visible;
	display: inline-block;
}

div#DIV_Tourdata #DIV_Umfrage #DIV_MandantGruss .DIV_MFG:after {
	content: 'Ihr Team von Imbach Reisen';
	display: block;
	margin-top: 15px;
}

div#DIV_Tourdata #DIV_Umfrage #DIV_MandantGruss .DIV_Homepage {
	display: none;
}

/*-*/


div#DIV_Tourdata .DIV_BTN_Weiter a.btn_abschluss:before {
	content: '';
}

div#DIV_Tourdata .DIV_BTN_Weiter a.btn_abschluss {
	width: 245px;
	padding-right: 55px;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Weiter a.btn_abschluss {
	width: 225px;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Weiter a.btn_abschluss span {
	display: block;
	visibility: visible;
	position: absolute;
	top: 3px;
}

div#DIV_Tourdata .DIV_LoginKopf .DIV_LoginBenutzer {
	margin: 0;
	padding: 0;

}

div#DIV_Tourdata #DIV_Fragebogen div.DIV_SeitenTitel,
div#DIV_Tourdata #DIV_FragebogenDaten div.DIV_SeitenTitel {
	color: #123975;
	font-family: "Vesta Medium", Arial;
	font-size: 36px;
	border-bottom: 3px solid #b2b2b1;
	border-top: 3px solid #b2b2b1;
	left: 0;
	line-height: 2.5em;
	margin-bottom: 55px;
	position: relative;
	top: 35px;
	width: 100%;
	z-index: 5;
}

div#DIV_Tourdata .DIV_LoginKopf .DIV_LoginAbmelden {
	text-align: right;
}

div#DIV_Tourdata .DIV_FragebogenDaten .DIV_Eingabe {
	line-height: normal;
}

div#DIV_Tourdata .DIV_FragebogenDaten .DIV_Label {
	width: 100%;
	line-height: 35px;
}

div#DIV_Tourdata .DIV_FragebogenDaten .DIV_TeilnehmerText .DIV_Feld {
	width: auto;
	line-height: 35px;
}

div#DIV_Tourdata .DIV_FragebogenDaten .DIV_Eingabe {
	margin-bottom: 5px;
}

div#DIV_Tourdata .DIV_FragebogenDaten .DIV_TeilnehmerText .DIV_Label {
	width: 120px;
}

div#DIV_Tourdata .DIV_FragebogenDaten .DIV_TeilnehmerNation .DIV_Label {
	width: 165px;
	float: none;
}

div#DIV_Tourdata .DIV_FragebogenDaten .DIV_TeilnehmerNation .DIV_Feld {
	margin: 0;
	padding: 0;
}

div#DIV_Tourdata .DIV_FragebogenDaten .DIV_TeilnehmerNation .DIV_Feld label {
	width: auto;
	margin: 0 0 0 15px;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten .EditDisable {

	color: #B2B2B1;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten .DIV_ZusatzKrit {
	margin-bottom: 15px;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten .DIV_ZusatzKrit .DIV_Label {
	width: 100%;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten .DIV_TeilnehmerText .DIV_Label {
	width: 135px;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_AngebotButtons .DIV_BTN_Weiter {
	position: relative;
	top: 55px;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_AngebotButtons {
	margin-bottom: 35px;
	width: 500px;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_AngebotButtons .DIV_TableCell {
	width: 50%;
	display: inline-block;
	margin: 0;
}

div#DIV_Tourdata.DIV_Ansicht_Kompakt #DIV_FragebogenAuswahlRes .DIV_AngebotButtons .DIV_BTN_Zurueck,
div#DIV_Tourdata #DIV_FragebogenAuswahlRes .DIV_AngebotButtons .DIV_BTN_Zurueck {
	width: 50% !important;
	float: left;
	display: block;
	position: relative;
	top: 0;
}

div#DIV_Tourdata.DIV_Ansicht_Kompakt #DIV_FragebogenAuswahlRes .DIV_AngebotButtons .DIV_BTN_Weiter,
div#DIV_Tourdata #DIV_FragebogenAuswahlRes .DIV_AngebotButtons .DIV_BTN_Weiter {
	width: 50% !important;
	float: right;
	display: block;
	position: relative;
	top: 0;
}

div#DIV_Tourdata #DIV_Umfrage .DIV_FragenDaten .DIV_Antwort ul li label span.code {
	display: none;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten #CPH1_ucDossierFragebogen1_RP_TeilnehmerRes_DIV_PassHinweis_0 {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	transform: translateY(-20px) !important;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten #CPH1_ucDossierFragebogen1_RP_TeilnehmerRes_DIV_PassHinweis_1 {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	transform: translateY(-20px) !important;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten #CPH1_ucDossierFragebogen1_RP_TeilnehmerRes_DIV_PassHinweis_2 {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	transform: translateY(-20px) !important;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten #CPH1_ucDossierFragebogen1_RP_TeilnehmerRes_DIV_PassHinweis_3 {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	transform: translateY(-20px) !important;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten #CPH1_ucDossierFragebogen1_RP_TeilnehmerRes_DIV_PassHinweis_4 {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	transform: translateY(-20px) !important;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten #CPH1_ucDossierFragebogen1_RP_TeilnehmerRes_DIV_PassHinweis_5 {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	transform: translateY(-20px) !important;
}

/* =============================================================================
	Ablauf Gutschein
	========================================================================== */
div#DIV_Tourdata #CPH1_DIV_TitelRes .DIV_SeitenTitel h2::after {
	content: ' online bestellen';
}

div#DIV_Tourdata #DIV_Gutschein.DIV_MainInput {
	font-size: 16px;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_DossierGutscheine .DIV_DossierGutschein .SPAN_TitelAblauf {
	font-size: 24px;
	color: #123975;
	font-family: "Vesta Medium", Arial;
	margin: 10px 0 15px 0;
	visibility: hidden;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_DossierGutscheine .DIV_DossierGutschein {
	width: 100%;
	max-width: 550px;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_DossierGutschein>div {
	margin-bottom: 10px;
	width: 100%;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_DossierGutschein label {
	width: 100%;
	margin-top: 0px;
	line-height: 2em;
	font-size: 16px;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_DossierGutschein select.DropDown,
div#DIV_Tourdata #DIV_Gutschein .DIV_DossierGutschein .DIV_Bemerkung textarea {
	background-color: #F0F0F0;
	border: 0px solid #ffffff;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_DossierGutschein .DIV_Bemerkung label {
	line-height: normal;
	margin: 10px auto 7px;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_DossierGutschein .DIV_Bemerkung textarea {
	height: 105px;
	background-image: none;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_DossierGutschein .DIV_Feld {
	width: 100%;
	margin-left: 0;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_DossierGutschein .DIV_Feld input {
	width: 100%;
}

div#DIV_Tourdata .DIV_Preis .DIV_PzlCode10,
div#DIV_Tourdata #DIV_DankeFuerBuchung.DIV_Email .DIV_Preis .DIV_PzlCode10 {
	display: none;
}

div#DIV_Tourdata #DIV_Gutschein .btn {
	height: 33px;
	line-height: 1.5em;
	/*margin-left: 20px;*/
	padding: 2px 0 0;
	position: relative;
	top: 0;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_BTN_Zurueck a::after {
	height: 33px;
	line-height: 1.5em;
	position: absolute;
	left: -1px;
	top: -1px;
}

div#DIV_Tourdata #DIV_Gutschein .DIV_BTN_Weiter a::after {
	height: 33px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 33px;
}

/* =============================================================================
   Gästebuch Login-Seite
   ========================================================================== */

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu div {
	margin: 0 auto;
	width: 500px;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu::before {
	content: "Neuer Gästebucheintrag";
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu::before {
	color: #123975;
	font-family: "Vesta Medium", Arial;
	font-size: 29px;
	margin-bottom: 5px;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_Label {
	line-height: 2em;
	margin-top: 10px;
	width: 100%;
	font-size: inherit;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_Feld {
	margin-left: 0;
	width: 100%;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_Feld input {
	width: 100%;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .Edit {
	background-color: #f0f0f0;
	border: 1px solid #b2b2b1;
	width: 100%;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_Hinweis {
	margin-top: 15px;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu #ctl00_CPH1_ucKommentarNew_DIV_TextAuswahl .DIV_Label br {
	display: none;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu #ctl00_CPH1_ucKommentarNew_DIV_VornameAuswahl span {
	font-size: 90%;
	font-style: italic;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_Hochladen .DIV_Feld a {
	margin-top: 15px;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_BTN_Speichern {
	padding: 15px 0;
	position: relative;
	top: 15px;
}

div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_BTN_Abbrechen {
	display: none;
	text-align: right;
	position: relative;
	top: 15px;
}

div#DIV_Tourdata .SPAN_Danke {
	display: block;
	margin: 45px 0;
	height: 100px;
}

div#DIV_Tourdata .DIV_LoginKopf+.SPAN_Danke {
	display: block;
	height: auto;
	margin: 5px 0;
}

div#DIV_Tourdata .DIV_LoginKopf .SPAN_Danke+input {
	position: relative;
	top: -75px;
}

div#DIV_Tourdata .VersicherungsZusLink {
	margin-top: 30px;
	display: block;
	border: none;
}

@media only screen and (min-width: 481px) and (max-width: 990px) {

	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_BTN_Kommentar a:after,
	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_BTN_Weiter a:after {
		position: relative;
		top: -1px;
		right: 6px;
	}

	div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_BTN_Kommentar a::after,
	div#DIV_Tourdata #DIV_HPG_Hotels .DIV_BTN_Kommentar a::after {
		content: '';
		background-color: transparent;
	}

	div#DIV_Tourdata .DIV_BTN_Kommentar {
		position: relative;
		right: 0px;
		width: 150px;
	}

	div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotDetail .DIV_BTN_Kommentar {
		width: auto;
	}

	div#DIV_Tourdata #DIV_KinderAuswahl {
		position: relative;
		top: -2.6em;
		left: 35%;
	}

	div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_LandleistungPreis {
		white-space: nowrap;
	}

	div#DIV_Tourdata #DIV_AdressEingabeTitelMitSuche.DIV_TitelAblauf,
	div#DIV_Tourdata .DIV_AdressSuche .DIV_TitelAblauf {
		line-height: normal;
		margin-top: 30px;
	}

	div#DIV_Tourdata .DIV_Login .DIV_TitelAblauf {
		line-height: normal !important;
	}

	div#DIV_Tourdata #DIV_Umfrage .DIV_SeitenTitel {
		line-height: normal !important;
		padding: 15px 0;
	}

	div#DIV_Tourdata #DIV_Bestaetigen #DIV_GesamtBetrag .DIV_Feld,
	div#DIV_Tourdata #DIV_GesamtBetrag .DIV_Feld {
		font-size: 24px;
		padding: 2px 0 0 0;
		width: auto;
		float: none;
	}

	div#DIV_Tourdata #DIV_RechnungKopfDaten #DIV_DossierNr .DIV_Label {
		width: auto;
		margin-right: 10px;
	}

	div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput .DIV_Adresse {
		-webkit-flex: 3;
		min-height: 150px;
		display: inline-block;
	}
}

@media only screen and (max-width: 550px)
/* ex 600px */
	{

	/* Ausrichtung Abschlussseite Versicherung, etc. */
	div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen>.DIV_Eingabe label {
		margin-left: 35px;
	}

	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_CheckRadio input.IMG_Expand+label,
	div#DIV_Tourdata #DIV_Bestaetigen .DIV_Eingabe input.IMG_Expand+label {
		margin-left: 20px;
	}

	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_TableCell.DIV_CheckRadio {
		display: flex !important;
		flex-direction: row;
		align-items: baseline;
		width: 100%;
	}

	div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen>.DIV_Eingabe .DIV_Preis {
		display: inline-block;
	}

	/* */

}

@media only screen and (max-width: 479px) {

	div#DIV_Tourdata,
	div#DIV_Tourdata .DIV_MainInput {
		/*font-size:1.2em;*/
		width: 100%;
	}

	div#DIV_Tourdata {
		padding: 0;
	}

	/* Status Farben nicht mit Bildern, sondern mit Text
   ========================================================================== */
	div#DIV_Tourdata .DIV_AngebotStatus,
	div#DIV_Tourdata .DIV_TransportStatus,
	div#DIV_Tourdata .DIV_LandleistungStatus {
		padding-left: 0;
	}

	/* =============================================================================
   Titel und Überschriften
   ========================================================================== */
	div#DIV_Tourdata #DIV_TitelRes .DIV_SeitenTitel {
		position: relative;
		top: 3em;
		left: 5px;
		width: 100%;
		line-height: 2.5em;
		float: left;
		z-index: 5;
	}

	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 {
		line-height: normal;
		margin-top: 25px;
	}

	/* =============================================================================
   Positionsmarken oben (Bus - Adresse - Buchung - Bestätigung etc.)
   ========================================================================== */
	div#DIV_Tourdata #DIV_TitelRes .DIV_SeitenTitel,
	div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_SeitenTitel {
		position: relative;
		top: 5.5em;
		left: 0;
		margin-bottom: 100px;
	}

	div#DIV_Tourdata[data-buchungsschritt*="Hauptlandleistungauswahl"] #DIV_TitelRes .DIV_SeitenTitel,
	div#DIV_Tourdata[data-buchungsschritt*="Hauptlandleistungauswahl"] div[id*='DIV_TitelRes'] .DIV_SeitenTitel {
		margin-bottom: 95px;
	}

	div#DIV_Tourdata #DIV_AdressEingabeTitelOhneSuche {
		display: none;
	}

	/* Positionsmarken-text wenn aktiv dann ganz links über dem Titel der Reise einblenden */
	div#DIV_Tourdata #DIV_PositionTitel {
		width: 100%;
		position: absolute;
		top: 25px;
		left: 0;
	}

	div#DIV_Tourdata #DIV_TitelRes .DIV_Positions,
	div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_Positions {
		position: absolute;
		top: 0;
	}

	div#DIV_Tourdata .DIV_Positions div {
		float: none;
		width: 100%;
	}

	/* Trennstrich zwischen den Positionen */
	div#DIV_Tourdata #DIV_TitelRes .DIV_TableRow .DIV_TableCell,
	div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_TableRow .DIV_TableCell {
		background-position: top 50% right;
		background-color: transparent;
		background-size: auto;
		width: auto;
		margin: 0 1px 0 0;
		float: none;
	}










	div#DIV_Tourdata #DIV_Umfrage .DIV_TableRow .DIV_TableCell {
		background-position: top 30% right;
	}

	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child {
		background-image: url('/tournet/_daten/tw/img/bg_positions_nr_trennstrich.jpg');
	}

	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:last-child {
		/*background-image:url('/tournet/_daten/tw/img/bg_positions_nr_trennstrich_randli.jpg');*/
		background-image: none;
	}

	div#DIV_Tourdata .SPAN_PosNr {
		color: #123975;
		background-color: #d0d6e1;
		float: left;
		text-align: center;
		line-height: 1.6em;
		margin: 0;
		padding: 0;
		border: 0px solid #ffffff;
		/*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-color: #123975;
		border: 1px solid #123975;
	}

	/* setzt die Breite der Position dynamisch, je nachdem wieviele Positionen im Ablauf vorhanden sind */
	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(2),
	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(2)~div {
		width: 50%;
		text-align: left;
	}

	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(3),
	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(3)~div {
		width: 33.3333%;
		text-align: left;
	}

	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(4),
	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(4)~div {
		width: 25%;
		text-align: left;
	}

	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(5),
	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(5)~div {
		width: 20%;
		text-align: left;
	}

	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(6),
	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(6)~div {
		width: 15%;
		text-align: left;
	}

	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(7),
	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(7)~div {
		width: 14.2857%;
		text-align: left;
	}

	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(8),
	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(8)~div {
		width: 10%;
		text-align: left;
	}

	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(9),
	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(9)~div {
		width: 10%;
		text-align: left;
	}

	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(10),
	div#DIV_Tourdata #DIV_Positions .DIV_TableRow div:first-child:nth-last-child(10)~div {
		width: 8%;
		text-align: left;
	}

	/* =============================================================================
	BUTTONS
   ========================================================================== */
	div#DIV_Tourdata .btn {
		/*display: block;*/
		margin: 0;
		padding: 0;
		width: 100%;
		line-height: 1.5em;
	}

	div#DIV_Tourdata .DIV_BTN_Weiter,
	div#DIV_Tourdata .DIV_BTN_Kommentar {
		width: 100%;
		margin: 5px 0;
		padding: 0;
	}

	div#DIV_Tourdata .DIV_BTN_Weiter,
	div#DIV_Tourdata .DIV_BTN_Zurueck {
		position: relative;
		right: 0;

		width: 50% !important;
	}

	div#DIV_Tourdata .DIV_BTN_Zurueck:empty {
		display: none;
	}

	div#DIV_Tourdata .DIV_BTN_Kommentar {
		position: relative;
		right: 0;
	}

	div#DIV_Tourdata .DIV_BTN_Kommentar a::after,
	div#DIV_Tourdata .DIV_BTN_Weiter a::after {
		position: absolute;
		right: 0px !important;
		bottom: 0 !important;
		/*top:0;*/
	}

	div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_BTN_Weiter a::after {
		position: absolute;
		right: 0;
		top: 15px;
	}

	div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss.DIV_Eingabe .DIV_Table {
		width: 100%;
	}

	div#DIV_Tourdata #BTN_KeinKundennummer {
		width: 100% !important;
	}

	div#DIV_Tourdata #BTN_FalscheAdresse {
		width: 100%;
	}

	div#DIV_Tourdata #BTN_Einkauf {
		margin: 15px 0;
	}

	div#DIV_Tourdata #DIV_Gutschein .DIV_AngebotButtons a {
		margin: 0;
	}

	div#DIV_Tourdata #DIV_Gutschein a.btn {
		margin-left: 20px;
	}

	div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss.DIV_Eingabe .DIV_Table {
		width: 100% !important;
	}

	div#DIV_Tourdata .DIV_BTN_Weiter,
	div#DIV_Tourdata .DIV_BTN_Zurueck {
		position: relative;
		right: 0;
		width: 49.45%;
		display: inline-block !important;
	}

	div#DIV_Tourdata[data-buchungsschritt="AGBBestaetigung"] .DIV_BTN_Weiter {
		width: 59% !important;
	}

	div#DIV_Tourdata[data-buchungsschritt="AGBBestaetigung"] .DIV_BTN_Zurueck {
		width: 40% !important;
	}

	div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_BTN_Weiter,
	div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_BTN_Zurueck {
		width: 47.5%;
	}

	/* =============================================================================
	Formulare
   ========================================================================== */

	div#DIV_Tourdata input[type="image"] {
		width: 19px;
		position: relative;
		top: 4px;
		padding: 1px;
	}



	div#DIV_Tourdata input[type="text"],
	div#DIV_Tourdata input[type="email"],
	div#DIV_Tourdata input[type="tel"] {
		padding: 0.1em 0.7em;
	}

	/* =============================================================================
	Ergebnis Datum Liste (HPG_Hotel.aspx)
   ========================================================================== */

	div#DIV_Tourdata .DIV_DataPager {
		display: none;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_DataPager .SPAN_Titel2 {
		letter-spacing: 4px;
		font-size: 115%;
		padding: 2px 0;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel #DIV_MonatAuswahl {
		padding: 0;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel #DIV_MonatAuswahl .DropDown {
		width: 100%;
		padding: .29em 1.75em .29em .25em;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel #DIV_MonatAuswahl .DIV_Feld {
		width: 100%;
		margin-left: 0;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_AlternateRowList:nth-of-type(2n) {
		background-color: transparent;
		border-bottom: none;
		border-top: none;
	}

	div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_TableRow {
		border-bottom: 1px solid #B2B2B1;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_TableErgebnis .DIV_CellLabel,
	div#DIV_Tourdata #DIV_ReservationRes .DIV_TransportAuswahl .DIV_CellLabel,
	div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_CellLabel {
		width: 110px;
		font-weight: bold;
		color: #585757;
		white-space: nowrap;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_TableErgebnis .DIV_CellFeld,
	div#DIV_Tourdata #DIV_ReservationRes .DIV_TransportAuswahl .DIV_CellFeld,
	div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_CellFeld {
		width: calc(100% - 112px);
		text-align: left;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel #DIV_Ergebnis #DIV_TableInhalt {
		margin-top: 15px;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel #DIV_ReiseprogrammAuswahl.DIV_KeineAuswahl {
		visibility: hidden;
		display: none;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl {
		padding: 15px 0 5px;
		margin: 0;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl .DIV_Label {
		display: block;
		margin: 0 0 15px 3px;
		font-size: 24px;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl .DIV_Feld {
		margin-left: 3px;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl .DropDown {
		width: calc(100% - 3px);
	}

	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 {
		margin: 20px 25px 8px 3px;
	}

	div#DIV_Tourdata #DIV_AngebotHead .DIV_Table {
		position: relative;
		top: 0;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_TableErgebnis .DIV_AngebotStatus {
		width: auto;
		max-width: inherit;
	}

	div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotBeschreibung,
	div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AngebotBeschreibung {
		display: block;
		margin: 0;
		min-height: inherit;
		padding: 0;
		width: 100%;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_BTN_Weiter a.btn {
		width: 100%;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_TableErgebnis .DIV_BTN_Weiter {
		width: 100% !important;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_BTN_Weiter a::after,
	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_BTN_Kommentar a::after {
		height: 29px;
		position: absolute;
		right: 0;
		top: 0;
	}

	div#DIV_Tourdata #DIV_HPG_Hotel .DIV_BTN_Weiter a:before {
		content: 'Auswählen';
		padding-right: 25px;
		position: relative;
		bottom: 0;
		top: 3px;
	}

	div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_BTN_Beschreibung {
		padding: 0;
	}

	div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_BTN_Beschreibung,
	div#DIV_Tourdata #DIV_HPG_Standardreisen .btn_Beschreibung {
		width: 100% !important;
	}

	div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_BTN_Kommentar a::after,
	div#DIV_Tourdata #DIV_HPG_Hotels .DIV_BTN_Kommentar a::after {
		content: '';
		background-color: transparent;
	}

	div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_BTN_Weiter a::after,
	div#DIV_Tourdata #DIV_HPG_Hotels .DIV_BTN_Weiter a::after {
		height: 29px;
		position: absolute;
		top: 0;
	}

	div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotZusatzinfo,
	div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AngebotZusatzinfo {
		width: 100%;
	}

	/* =============================================================================
	Reservation
	========================================================================== */

	div#DIV_Tourdata .DIV_TableCell.DIV_TeilnehmerZuweisen {
		display: none;
	}



	div#DIV_Tourdata #DIV_DossierKopRes .DIV_Table {
		position: relative;
		top: 105px;
		margin-bottom: 15px;
	}

	div#DIV_Tourdata #DIV_ReservationRes #DIV_TransportAuswahlTitel .SPAN_TitelAblauf,
	div#DIV_Tourdata #DIV_ReservationRes #ucLVDossierTransportSitzplatzRes_RP_TransporteRes_DIV_SitzplatzAuswahlTitel .SPAN_TitelAblauf {
		margin-bottom: 15px;
		line-height: normal;
	}

	div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl {
		margin: 0 0 -10px 0;
	}

	div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Feld span label {
		line-height: normal;
		width: calc(100% - 30px);
	}

	div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Feld span input[type=radio] {
		display: block;
		float: left;
	}

	div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Feld {
		margin-left: 0;
	}

	div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Label {
		color: #123975;
		font-weight: bold;
		line-height: 2.8em;
		border-bottom: 0;
		width: 100%;
	}

	div#DIV_Tourdata #DIV_TeilnehmerAuswahl:before {
		font-weight: bold;
		font-size: 24px;
		white-space: normal;
	}

	div#DIV_Tourdata #DIV_TeilnehmerAuswahl {
		margin-top: 3.5em !important;
		float: left;
	}

	div#DIV_Tourdata #DIV_ErwachseneAuswahl,
	div#DIV_Tourdata #DIV_TeilnehmerAuswahl,
	div#DIV_Tourdata #DIV_KinderAuswahl {
		width: 100%;
	}

	div#DIV_Tourdata #DIV_TeilnehmerAuswahl .DIV_Feld {
		margin: 15px 0 0 0;
	}

	div#DIV_Tourdata #DIV_TeilnehmerAuswahl .DIV_Label,
	div#DIV_Tourdata #DIV_KinderAuswahl .DIV_Label {
		margin-bottom: 3px;
		font-weight: bold;
	}

	div#DIV_Tourdata #DIV_KinderAuswahl {
		clear: none;
		position: relative;

		top: 0;
		left: 0;
		float: left;
	}

	div#DIV_Tourdata #DIV_HalteortAuswahlTitel:before {
		font-size: 24px;
		float: left;
		margin: 15px 0;
	}

	div#DIV_Tourdata #DIV_EinstiegAuswahl,
	div#DIV_Tourdata #DIV_AusstiegAuswahl {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	div#DIV_Tourdata #DIV_EinstiegAuswahl .DIV_Feld,
	div#DIV_Tourdata #DIV_AusstiegAuswahl .DIV_Feld {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	div#DIV_Tourdata #DIV_EinstiegAuswahl input,
	div#DIV_Tourdata #DIV_AusstiegAuswahl input {
		margin: 8px 0 0 0;
		float: left;


	}

	div#DIV_Tourdata #DIV_EinstiegAuswahl label .SPAN_Bezeichnung,
	div#DIV_Tourdata #DIV_AusstiegAuswahl label .SPAN_Bezeichnung {
		line-height: normal;
		width: calc(100% - 15px);
		/*position:relative; left:0;*/
		display: compact;
		margin: 0 0 5px 10px;
		text-indent: 0;
	}

	div#DIV_Tourdata #DIV_EinstiegAuswahl .RadioButtons label,
	div#DIV_Tourdata #DIV_AusstiegAuswahl .RadioButtons label {
		line-height: 30px;
	}

	div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_TableRow .DIV_TableCell {
		border-top: 0;
		border-bottom: 0;
	}

	div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_TableCaption {
		/*padding-top:15px;*/
	}

	div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungBezeichnung {
		width: auto;
	}

	div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungBezeichnung .DIV_CellLabel {
		width: 110px;
	}

	div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_TableRow.DIV_Paket,
	div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_TableRow.DIV_Paketteil,
	div#DIV_Tourdata #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_Paketteil .DIV_LandleistungBezeichnung {
		border-bottom: 0;
		border-top: 0;
	}

	div#DIV_Tourdata #DIV_Reservation .DIV_Paketteil .DIV_LandleistungBezeichnung .DIV_CellLabel {
		visibility: hidden !important;
	}

	div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungBezeichnung .DIV_CellFeld {
		width: calc(100% - 112px);
		text-align: left;
		display: table-cell;
		white-space: normal;
	}

	div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_LandleistungBelegung {
		width: 100%;
	}

	div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_LandleistungPreis {
		width: 100%;
	}

	div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungCheck {
		width: auto;
		margin-top: 5px;
	}

	div#DIV_Tourdata #DIV_LeistungsAuswahlRes div[id*="DIV_ZusatzleistungAuswahlTitel"]::before {
		position: relative;
		top: 25px !important;
		line-height: normal !important;
		display: inline-block;
	}

	div#DIV_Tourdata .DIV_DossierZusatzleistung .DIV_ZusatzleistungCheck {
		width: auto;
		padding-right: 10px;
		float: left;
	}

	div#DIV_Tourdata .DIV_DossierLandleistungenPlan .DIV_KategorieLegende .DIV_KategorieLegendeEintrag #SPAN_AngebotStatusText {
		margin-left: 28px;
	}

	/* Adresse */

	div#DIV_Tourdata .DIV_TableAdressEingabe input.aspNetDisabled {
		color: #333;
	}

	div#DIV_Tourdata .DIV_TableAdressEingabe #DIV_PLZOrtAuswahl .DIV_Feld input#ED_PLZRes {
		margin-top: 5px;
		float: left;
	}

	div#DIV_Tourdata .DIV_TableAdressEingabe #DIV_PLZOrtAuswahl .DIV_Feld input#ED_OrtRes {
		width: calc(80% - 10px);
		margin: 5px 0 0 6px;
		float: right;
	}

	div#DIV_Tourdata .DIV_TableAdressSuche {
		padding: 30px 0 10px 0;
	}

	div#DIV_Tourdata #PA_AdressSucheRes {
		background-color: transparent;
	}

	div#DIV_Tourdata #DIV_AdressRes:before {
		line-height: 2.5em;
	}

	div#DIV_Tourdata .DIV_TableAdressSuche,
	div#DIV_Tourdata .DIV_TableAdressEingabe,
	div#DIV_Tourdata #DIV_TitelEmailSuche,
	div#DIV_Tourdata #DIV_EmailSuche {
		width: auto;
		margin: 0 auto;
	}

	div#DIV_Tourdata .DIV_TableAdressSuche .DIV_Eingabe {
		margin: 0 10px;
	}

	div#DIV_Tourdata #DIV_Adresse div[id*="RowMobil"] .DIV_TableCell.DIV_TeilnehmerVorname.DIV_TableCellEmpty .DIV_CellLabel,
	div#DIV_Tourdata #DIV_Adresse div[id*="RowMobil"] .DIV_TableCell.DIV_TeilnehmerVorname.DIV_TableCellEmpty .DIV_CellFeld {
		padding: 0;
		margin: 0;
	}

	div#DIV_Tourdata #DIV_Adresse .DIV_Teilnehmer .DIV_AlternateRowList.DIV_TeilnehmerRowMobil div {
		margin-bottom: 0;
	}

	div#DIV_Tourdata #DIV_Adresse .DIV_Teilnehmer .DIV_TeilnehmerAnrede,
	div#DIV_Tourdata #DIV_Adresse .DIV_Teilnehmer .DIV_TableCell.DIV_TeilnehmerName {
		width: auto;
	}

	div#DIV_Tourdata #DIV_Adresse div[id*="RowMobil"] .DIV_TableCell.DIV_TeilnehmerVorname {
		display: inline-block !important;
		visibility: visible !important;
	}

	div#DIV_Tourdata #DIV_Adresse div[id*="RowMobil"] .DIV_TableCell.DIV_TeilnehmerVorname input {
		width: auto;
	}

	div#DIV_Tourdata #DIV_Adresse div[id*="RowMobil"] .DIV_TableCell.DIV_TeilnehmerVorname label {
		width: auto;
	}

	div#DIV_Tourdata #DIV_Adresse div[id*="RowMobil"] .DIV_TableCell.DIV_TeilnehmerAnrede span {
		visibility: hidden;
		display: none;
	}

	div#DIV_Tourdata #DIV_AdressRes .DIV_Eingabe {
		margin: 0 0 2px 0;
	}

	div#DIV_Tourdata #DIV_AdressEingabeTitelMitSuche.DIV_TitelAblauf,
	div#DIV_Tourdata .DIV_AdressSuche .DIV_TitelAblauf {
		line-height: normal;
		margin-top: 30px;
	}

	div#DIV_Tourdata #DIV_TitelEmailSuche {
		margin-top: 30px;
	}

	div#DIV_Tourdata #DIV_AdressRes {
		margin-bottom: 30px;
	}

	div#DIV_Tourdata #DIV_Teilnehmer #DIV_Hinweis {
		margin: 10px 0 60px 0;
	}

	div#DIV_Tourdata #DIV_Teilnehmer .DIV_TeilnehmerAuswahl .DIV_TableRow .DIV_TableCell {
		padding: 0;
	}

	div#DIV_Tourdata .DIV_AdressSuche #DIV_KundeBestehend .SPAN_TitelAblauf {
		padding-left: 0;
	}

	div#DIV_Tourdata #DIV_AdressRes .DIV_TableCell {}

	div#DIV_Tourdata #DIV_AdressRes .DIV_Label,
	div#DIV_Tourdata .DIV_TableAdressSuche .DIV_Label,
	div#DIV_Tourdata .DIV_EmailSuche #DIV_Email .DIV_Label {
		width: 100%;
		height: 25px;
	}

	div#DIV_Tourdata #DIV_AdressRes .DIV_Feld,
	div#DIV_Tourdata .DIV_TableAdressSuche .DIV_Feld,
	div#DIV_Tourdata .DIV_EmailSuche #DIV_Email .DIV_Feld {
		width: 100%;
		margin-left: 0;
		height: 60px;
	}

	div#DIV_Tourdata #DIV_AdressRes #DIV_PLZOrtAuswahl input:first-child {
		width: 20%;
	}

	div#DIV_Tourdata #DIV_AdressRes #DIV_PLZOrtAuswahl input:last-child {
		width: calc(80% - 6px);
	}

	div#DIV_Tourdata #DIV_AdressRes .DropDown,
	div#DIV_Tourdata .DIV_TableAdressSuche input[type="text"],
	div#DIV_Tourdata #DIV_EmailSuche input.Edit,
	div#DIV_Tourdata #DIV_AdressRes input[type="text"],
	div#DIV_Tourdata #DIV_AdressRes input[type="email"],
	div#DIV_Tourdata #DIV_AdressRes input[type="tel"] {
		width: 100%;
		margin-left: 0;
	}

	#UP_AdresseRes .DIV_TitelAblauf {
		line-height: none !important;
	}

	div#DIV_Tourdata .DIV_Teilnehmer .DIV_CellLabel {
		width: 100%;
		color: inherit;
		font-weight: bold;
	}

	div#DIV_Tourdata .DIV_Teilnehmer .DIV_TeilnehmerVorname .DIV_CellFeld,
	div#DIV_Tourdata .DIV_Teilnehmer .DIV_TeilnehmerVorname .DIV_CellFeld input,
	div#DIV_Tourdata .DIV_Teilnehmer .DIV_TeilnehmerName .DIV_CellFeld,
	div#DIV_Tourdata .DIV_Teilnehmer .DIV_TeilnehmerName .DIV_CellFeld input {
		width: 100%;
	}

	/*div#DIV_Tourdata #DIV_Teilnehmer .DIV_CellLabel {
	width:50%;
	color:inherit;
	font-weight:bold;
}*/
	div#DIV_Tourdata .DIV_TeilnehmerText {
		width: 100%;
		color: #123975;
		font-weight: bold;
		line-height: 2em;
	}

	div#DIV_Tourdata #DIV_Hinweis {
		position: relative;
		top: 45px;
		margin-bottom: 65px;
	}

	div#DIV_Tourdata #DIV_Hinweis .DIV_CellLabel {
		display: none;
	}

	div#DIV_Tourdata .DIV_Adresse #SPAN_InfoPflicht {
		width: 500px;
		margin: 10px auto 0;
		display: inline-block;
	}

	div#DIV_Tourdata #DIV_BuchungsAbschluss .SPAN_TitelAblauf {
		position: relative;
		top: 55px;
	}

	div#DIV_Tourdata #DIV_MitteilungBuchung .DIV_Table {
		margin: 65px 0;
	}

	div#DIV_Tourdata #DIV_Bestaetigen .DIV_TitelAblauf {
		line-height: 20px !important;
	}

	div#DIV_Tourdata #DIV_MitteilungAuswahl textarea {
		width: auto;
	}

	/* Ausrichtung Abschlussseite Versicherung, etc. */
	div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen>.DIV_Eingabe .DIV_CheckRadio {
		width: 100%;
	}

	/* */

	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_TitelAblauf,
	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Newsletter .DIV_TitelAblauf,
	div#DIV_Tourdata #DIV_Bestaetigen #DIV_MitteilungAuswahl .DIV_TitelAblauf,
	div#DIV_Tourdata #DIV_Bestaetigen #DIV_AGB .DIV_TitelAblauf {
		width: 100%;
		line-height: 2.5em;
	}

	div#DIV_Tourdata #DIV_LeistungsAuswahl .DIV_DossierZusatzleistung .DIV_CheckRadio label,
	div#DIV_Tourdata #DIV_Bestaetigen .DIV_VersandAuswahl .DIV_CheckRadio label,
	div#DIV_Tourdata #DIV_Bestaetigen #DIV_AGB .DIV_CheckRadio label,
	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_CheckRadio label,
	div#DIV_Tourdata #DIV_Bestaetigen .DIV_Eingabe label {
		width: 90%;
		margin-left: 35px;
		display: block;
	}

	div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen .DIV_Eingabe>.DIV_TableRow .DIV_CheckRadio label {
		line-height: normal;
	}

	div#DIV_Tourdata #DIV_LeistungsAuswahl .DIV_DossierZusatzleistung .DIV_PDF,
	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_PDF {
		float: right;
	}

	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_CheckRadio input.IMG_Expand+label,
	div#DIV_Tourdata #DIV_Bestaetigen .DIV_Eingabe input.IMG_Expand+label,
	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_CheckRadio input.IMG_Collapse+label,
	div#DIV_Tourdata #DIV_Bestaetigen .DIV_Eingabe input.IMG_Collapse+label {
		margin-left: 20px;
	}

	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Versicherung .DIV_TableCell.DIV_CheckRadio {
		display: flex !important;
		flex-direction: row;
		align-items: baseline;
	}

	div#DIV_Tourdata #DIV_Bestaetigen .DIV_CheckRadio label {
		width: auto;
	}

	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Gutschein .DIV_CheckRadio input {
		width: 40% !important;
	}

	div#DIV_Tourdata #DIV_Bestaetigen #DIV_Gutschein .DIV_CheckRadio label {
		float: right;
		margin: 0;
	}

	div#DIV_Tourdata .DIV_MainInput DIV_NewsletterAnmelden .SPAN_Danke {
		margin-top: 30px;
		padding: 15px;
		margin-bottom: 22px;
		border: 1px solid transparent;
		border-radius: 0;
		background-color: #dff0d8;
		border-color: #d6e9c6;
		color: #3c763d;
	}

	div#DIV_Tourdata #DIV_RechnungKopfDaten {
		width: 100%;
	}

	div#DIV_Tourdata #DIV_RechnungKopfDaten .DIV_Label {
		width: 95px;
	}

	div#DIV_Tourdata #DIV_RechnungKopfDaten .DIV_Feld {
		width: auto;
		margin-left: 100px;
	}

	div#DIV_Tourdata #DIV_RechnungKopfDaten #DIV_DossierNr .DIV_Label {
		width: auto;
		margin-right: 10px;
	}

	div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_MainInput .DIV_Adresse {
		-webkit-flex: 3;
		min-height: 150px;
		display: inline-block;
	}

	div#DIV_Tourdata #DIV_Bestaetigen #DIV_GesamtBetrag,
	div#DIV_Tourdata #DIV_GesamtBetrag {
		height: auto;
		padding: 20px 0 90px;
	}

	div#DIV_Tourdata #DIV_Bestaetigen #DIV_GesamtBetrag .DIV_Label,
	div#DIV_Tourdata #DIV_Bestaetigen #DIV_GesamtBetrag .DIV_Feld {
		width: 100%;
	}

	div#DIV_Tourdata #DIV_GesamtBetrag .DIV_Feld {
		width: auto;
	}

	div#DIV_Tourdata #DIV_Rechnung #DIV_GesamtBetrag .DIV_Feld {
		margin-left: 0;
		width: 100%;
	}

	div#DIV_Tourdata #DIV_Rechnung #DIV_AGB .DIV_CheckRadio input {
		width: 15px;
		float: left;
		display: inline-block;
	}

	div#DIV_Tourdata #DIV_Rechnung #DIV_AGB .DIV_CheckRadio label {
		width: calc(100% - 30px);
		margin-left: 10px;
		float: right;
	}

	/* =============================================================================
   Sitzplan
   ========================================================================== */
	div#DIV_Tourdata .DIV_Sitzplan {
		transform: rotate(-90deg);
		width: auto;
		height: auto;
		margin: 45% 0;
	}

	div#DIV_Tourdata .DIV_Sitzplan .DIV_TableCell {
		width: 40px;
	}

	div#DIV_Tourdata .DIV_Spalte div.DIV_TableCell:nth-child(2) {
		background-position: top left 0px;
	}

	div#DIV_Tourdata .DIV_ReihenText .DIV_TableCell {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
		padding: 0 10px 5px 0;
	}

	div#DIV_Tourdata .DIV_SpalteMitte .DIV_TableCell span {
		display: block;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	div#DIV_Tourdata div.SPB_Frei,
	div#DIV_Tourdata div.SPB_RFrei,
	div#DIV_Tourdata div.SPB_Act,
	div#DIV_Tourdata div.SPB_RAct,
	div#DIV_Tourdata div.SPB_Belegt,
	div#DIV_Tourdata div.SPB_RBelegt,
	div#DIV_Tourdata div.SPB_LA,
	div#DIV_Tourdata div.SPB_RA,
	div#DIV_Tourdata div.SPB_LTO,
	div#DIV_Tourdata div.SPB_RTO,
	div#DIV_Tourdata div.SPB_RT,
	div#DIV_Tourdata div.SPB_LT,
	div#DIV_Tourdata div.SPB_G {
		background-size: 90% auto;
	}

	div#DIV_Tourdata div.SPB_RA {
		background-position: bottom left;
	}

	/* =============================================================================
   Umfrage
   ========================================================================== */

	div#DIV_Tourdata #DIV_Umfrage {
		margin: 0 10px;
		width: auto;
	}

	div#DIV_Tourdata #DIV_Umfrage .DIV_SeitenTitel {
		line-height: normal;
		padding: 10px 0;
	}

	div#DIV_Tourdata #DIV_LoginDaten {
		width: 100%;
		height: auto;
		border: 0;
	}

	div#DIV_Tourdata .DIV_Login .DIV_TitelAblauf {
		line-height: 30px !important;
	}

	div#DIV_Tourdata .DIV_Login .DIV_TableCell {
		padding: 0;
	}

	div#DIV_Tourdata #DIV_LoginDaten .DIV_BTN_Weiter {
		padding: 25px 0 10px 0;
	}

	/* Trennstrich zwischen den Positionen */
	div#DIV_Tourdata #DIV_Umfrage .DIV_TableRow .DIV_TableCell {
		background-position: top 50% right;
		background-color: transparent;
		background-size: auto;
		width: auto;
		margin: 0 1px 0 0;
		float: none;
	}

	div#DIV_Tourdata #DIV_Umfrage .DIV_Positions {
		position: absolute;
		top: 0;
	}







	div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown .DropDown,
	div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown .Edit {
		width: 100%;
		margin: 2px 0;
		padding: 0 0.75em;
		height: 30px;
	}

	div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort {
		margin-bottom: 15px;
	}





























	div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown label,
	div#DIV_Tourdata #DIV_Umfrage label {
		width: 100%;
	}

	div#DIV_Tourdata #DIV_Umfrage .DIV_Buchungsdaten .DIV_Label,
	div#DIV_Tourdata #DIV_Umfrage .DIV_Buchungsdaten .DIV_Feld {
		width: 50%;
	}

	div#DIV_Tourdata .DIV_LoginKopf {
		margin: 0 10px;
	}

	div#DIV_Tourdata .DIV_LoginBenutzer {
		display: table-row;
		width: 100%;
	}

	div#DIV_Tourdata .DIV_LoginAbmelden {
		display: table-row;
		width: 100%;
	}

	div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Zurueck {
		display: table-cell;
		width: 45% !important;
	}

	div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Weiter {
		display: table-cell;
		width: 45% !important;
		float: right;
	}

	div#DIV_Tourdata #DIV_Umfrage #DIV_AngebotButton .DIV_BTN_Weiter {
		float: none;
		position: relative;
	}

	div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Weiter a.btn_abschluss span {
		padding-left: 10px;
	}

	div#DIV_Tourdata #DIV_Umfrage #DIV_AngebotButton .DIV_BTN_Weiter a:after {
		position: absolute;
		top: inherit;
		height: 29px;
	}

	div#DIV_Tourdata #DIV_LoginDaten .btn {
		height: 31px;
	}

	div#DIV_Tourdata #DIV_LoginDaten .DIV_BTN_Weiter a:after {
		float: right;
		position: relative;
		right: 0;
		top: 0;
	}

	/* =============================================================================
   Fragebogen
   ========================================================================== */

	div#DIV_Tourdata #DIV_Fragebogen div.DIV_SeitenTitel {
		line-height: normal;
		padding: 10px 0;
	}

	div#DIV_Tourdata .DIV_Fragebogen #DIV_DossierKopRes .DIV_TableCell {
		empty-cells: hide;
	}

	div#DIV_Tourdata .DIV_FragebogenDaten {
		margin: 0 auto;
		width: 100%;
	}

	div#DIV_Tourdata .DIV_Hinweis .DIV_CellLabel {
		display: none;
		float: left;
		width: 100%;
		line-height: none;
		margin: 0;
		padding: 5px 0 0 10px;
	}

	/*div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten .DIV_TeilnehmerText .DIV_Label,
div#DIV_Tourdata .DIV_FragebogenDaten .DIV_TeilnehmerText .DIV_Label {
	width:100%;
}
div#DIV_Tourdata #DIV_Fragebogen .DIV_TeilnehmerText .DIV_Label {
	width:165px;
}*/
	div#DIV_Tourdata #DIV_Fragebogen .DIV_TeilnehmerText .DIV_Feld {
		width: auto;
		margin-bottom: 5px;
	}

	div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten .DIV_Label,
	div#DIV_Tourdata #DIV_Fragebogen .DIV_FragebogenDaten .DIV_Feld {
		width: 100%;
	}

	div#DIV_Tourdata #DIV_Fragebogen .DIV_Dropdown .DropDown,
	div#DIV_Tourdata #DIV_Fragebogen .Edit {
		width: 100% !important;
		margin: 2px 0;
		padding: 0 0 0 10px;
		height: 30px;
	}




	div#DIV_Tourdata #DIV_Fragebogen .DIV_BTN_Zurueck {
		display: table-cell;
		width: 45% !important;
	}

	div#DIV_Tourdata #DIV_Fragebogen .DIV_BTN_Weiter {
		display: table-cell;
		width: 45% !important;
		float: right;
		position: relative;
		top: 75px;
	}

	div#DIV_Tourdata #DIV_Fragebogen .DIV_AngebotButtons .DIV_TableCell {
		width: 100%;
		display: block;
	}

	div#DIV_Tourdata #DIV_Fragebogen .DIV_AngebotButtons .DIV_BTN_Weiter a::after {
		position: absolute;
		top: 0;
	}

	/* =============================================================================
   Gästebuch Login-Seite
   ========================================================================== */

	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu div {
		margin: 0 auto;
		width: auto;
	}

	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_Hinweis .DIV_CellLabel {
		width: 100%;
	}

	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_BTN_Speichern,
	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_BTN_Abbrechen {
		width: 45% !important;
	}

	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_Table {
		width: 100%;
	}

	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_Label {
		line-height: 2em;
		margin-top: 10px;
		width: 100%;
		font-size: 100%;
	}

	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu .DIV_Eingabe {
		line-height: normal;
	}

	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_Hochladen label {
		line-height: 2em;
		margin-top: 10px;
		width: 100%;
	}

	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_Hochladen input[type="file"] {
		display: inline-block;
	}

	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu #ctl00_CPH1_ucKommentarNew_DIV_ReisebewertungAuswahl .DIV_Label {
		font-size: 100%;
	}

	div#DIV_Tourdata #ctl00_CPH1_ucKommentarNew_DIV_GaestebuchNeu #ctl00_CPH1_ucKommentarNew_DIV_VornameAuswahl .SPAN_ZusatzInfo {
		position: relative;
		top: 5px;
	}
}


/*Ausflüge*/

div#DIV_Tourdata {

	#DIV_Reservation {
		.DIV_Paket {
			.DIV_LandleistungBezeichnung {
				width: 70%;
			}
		}

		.DIV_LandleistungBezeichnung:has(.IMG_LandleistungBeschreibungExpand){
			width: auto;
		}
	}

	.DIV_Paketteil {
		.DIV_LandleistungBezeichnung {

			@media screen and (max-width: 720px) {
				padding-left: 0;
				display: flex;

				.DIV_CellFeld {
					width: 90%;
				}
			}

			.DIV_CellLabel {
				display: none;
			}
		}
	}

	.DIV_LandleistungBezeichnung:has(.IMG_LandleistungBeschreibungExpand) {

		width: 70%;
		padding-left: 10px;

		@media screen and (max-width: 720px) {
			padding-left: 0;
			display: flex;

			.DIV_CellFeld {
				width: 90%;
			}
		}

		.DIV_CellLabel {
			display: none;
		}
	}

	/*Nur für Ausflug*/
	.DIV_LandNeben .DIV_LandleistungAuswahl .DIV_TableRow:has(.DIV_Beschreibung) {
		display: block;
	}

	.DIV_LandNeben .DIV_LandleistungAuswahl .DIV_LandleistungAuswahlBeschreibungRow.expanded {
		display: block !important;
	}

	.DIV_LandNeben .DIV_LandleistungAuswahl .DIV_LandleistungAuswahlBeschreibungRow.DIV_TableRow {
		display: none;
		width: 100%;

		.SPAN_Titel {
			display: none;
		}
	}

	.expanded .DIV_TableCell {
		display: block;
	}

	.DIV_TableRow:has(.expanded) {
		border: none;
		display: block;
	}


	.DIV_LandleistungAuswahl .DIV_TableRow {
		border: none;

		@media screen and (max-width: 720px) {
			border-top: 1px solid var(--color-border-primary);
			border-bottom: 1px solid var(--color-border-primary);
		}
	}

	.DIV_LandleistungAuswahlBeschreibungExpand {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;

		background-color: #f8f8f8;

		border-top: 1px solid var(--color-border-primary);
		border-bottom: 1px solid var(--color-border-primary);

		.DIV_LandleistungAuswahlBeschreibungExpandItemBeschreibung {
			width: 65%;
			padding: 15px 15px 15px 40px;

			@media screen and (max-width: 720px) {
				padding: 15px;
				width: 100%;
			}
		}

		.DIV_LandleistungAuswahlBeschreibungExpandItem:has(img) {

			width: 35%;

			img {
				width: 100%;
			}

			@media screen and (max-width: 720px) {
				width: 100%;
			}
		}

		.SPAN_UnterwegsMitTitel,
		.SPAN_HinweisTitel,
		.SPAN_DauerTitel {
			font-weight: bold;
			margin-right: 10px;
		}

	}

	.DIV_LandNeben .DIV_LandleistungAuswahl .DIV_Paket,
	.DIV_LandNeben .DIV_LandleistungAuswahl .DIV_Paketteil {
		display: block;
		border-top: none;
		border-bottom: none;
	}

	.DIV_LandNeben .DIV_LandleistungAuswahl .DIV_Paketteil .DIV_TableCellEmpty {
		min-width: 100px
	}


	.DIV_LandleistungBezeichnung .IMG_LandleistungBeschreibungExpand {
		cursor: pointer;
		width: 10px;
		height: auto;
		transform: translateY(-2px);
		display: inline-block;
	}

	.DIV_LandleistungBezeichnung .IMG_LandleistungBeschreibungExpand path {
		fill: var(--color-primary);
	}

	.DIV_LandleistungBezeichnung.expanded .IMG_LandleistungBeschreibungExpand svg{
		transform: rotate(-90deg) translateY(-4px);
	}

	
	@media screen and (max-width: 720px) {
		.DIV_LandleistungBezeichnung .IMG_LandleistungBeschreibungExpand{
			transform: translateX(-5px);
		}

	}
}

/*Ausflüge Ende*/