﻿/* Mittelthurgau */

/* =============================================================================
   Upselling
   ========================================================================== */

div#DIV_Tourdata #DIV_BeschreibungPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen .DIV_Preis{
	display: none;
}

div#DIV_Tourdata #DIV_BeschreibungPopup #DIV_BeschreibungPopup_Container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  max-height: 90vh;
  overflow-y: auto;
}

div#DIV_Tourdata #DIV_BeschreibungPopup #DIV_BeschreibungPopup_Beschreibung {
  margin-bottom: 20px;
}

div#DIV_Tourdata #DIV_BeschreibungPopup #DIV_BeschreibungPopup_Container img {
  margin-bottom: 20px;
  border-radius: 5px;
  max-height: 400px;
  object-fit: cover;
}

div#DIV_Tourdata .DIV_LandleistungAuswahlContainer {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  margin-top: 0px;
}

div#DIV_Tourdata .DIV_LandleistungAuswahlContainer .DIV_LandleistungAuswahl {
  border: 2px solid #f2f2f2;
  padding: 10px;
  width: 300px;
  margin-left: -2px;
  margin-top: -2px;
  position: relative;
}

div#DIV_Tourdata .DIV_LandleistungAuswahl .ausflugGebucht {
  opacity: 0.5;
  pointer-events: none;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahlFiller {
  border: none;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .IMG_Bild {
  object-fit: fill;
  width: 100%;
  height: 180px;
  border: 1px solid #f2f2f2;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_Titel,
div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_DatumOrt {
  font-weight: bold;
  margin: 5px 0 5px 0;
  height: 50px;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_Beschreibung {
  margin-bottom: 120px;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_Beschreibung
  input {
  background: none;
  border: none;
  color: #63254a;
  text-decoration: underline;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_LandleistungBuchenContainer
  a {
  border: none;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_LandleistungBuchenContainer
  .DIV_Preis {
  height: 25px;
}

@media (min-width: 1060px) {
  div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb {
    position: fixed;
    bottom: 20px;
    background: white;
    padding: 5px 20px 60px 20px;
    min-height: 450px;
    z-index: 1000;
    border: 2px solid #f2f2f2;
    max-width: 350px;
    min-width: 350px;;
  }

  div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb_Content {
    position: relative;
    min-height: 450px;
  }

  div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb a {
    right: 0;
    bottom: 0;
    transform: translateY(35px);
  }
}

@media (max-width: 1060px) {
  div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb {
    width: 85%;
    margin: 0 auto;
  }

  div#DIV_Tourdata .DIV_LandleistungAuswahlContainer {
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb {
    max-width: 359px;
  }
}

@media (max-width: 1455px) {
  .DIV_LandleistungAuswahlContainer {
    max-width: 800px;
  }
}

@media (min-width: 1455px) {
  div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb {
    top: 213px;
    bottom: initial;
  }
}

@media (min-width: 1455px) and (max-width: 1655px) {
  div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb {
    max-width: 350px;
  }
}

@media (min-width: 2115px) {
  div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb {
    transform: translateX(1120px);
  }

  div#DIV_Tourdata .DIV_LandleistungAuswahlContainer {
    justify-content: center;
  }
}

@media (max-width: 2115px) {
  div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb {
    right: 0;
    transform: translateX(0px);
  }
}

div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb a {
  position: absolute;
  padding-right: 40px;
  right: 0;
}

div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb .DIV_Preis {
  padding-bottom: 10px;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_LandleistungBuchenContainer {
  position: absolute;
  bottom: 0;
  height: 65px;
  right: 10px;
  text-align: right;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_Status {
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin: 5px 0 5px 0;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .btn_Status_Gebucht {
  background-color: #f2f2f2;
  color: black;
  font-weight: bold;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .btn_Status_Gebucht
  span {
  margin-right: 10px;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .btn_Status_Gebucht
  img {
  height: 13px;
  margin-right: 5px;
}


div#DIV_Tourdata
.DIV_LandleistungAuswahlContainer
.DIV_LandleistungAuswahl
.DIV_LandleistungBuchenContainer
a {
  padding: 2px 0 0 0;
}


div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .btn_Status_Frei {
  background-color: #63254a;
  color: white;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .btn_Status_Selektiert {
  background-color: white;
  border: 2px solid #63254a !important;
  color: #63254a;
  font-weight: bold;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .btn_Status_Selektiert span{
    display: block;
  transform: translateY(-2px);
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_Status_Frei {
  color: red;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_Status_Wenig {
  color: red;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_Status_Request {
  color: red;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlContainer
  .DIV_LandleistungAuswahl
  .DIV_Status_Ausgebucht {
  color: red;
}

div#DIV_Tourdata
  #BuchungZusatzAuswahlZahlung
  #DIV_LandleistungAuswahlContainer,
div#DIV_Tourdata #BuchungZusatzAuswahlZahlung #DIV_Gutscheine,
div#DIV_Tourdata #BuchungZusatzAuswahlZahlung #DIV_Zahlungsart {
  border-bottom: 3px solid #b2b2b1;
  padding: 0 0 20px 0;
  margin-right: 0;
  margin-bottom: 10px;
}

/* =============================================================================
   Ende Upselling
   ========================================================================== */

/* =============================================================================
   Hyperlinks
   ========================================================================== */

div#DIV_Tourdata a {
}
div#DIV_Tourdata a:visited {
}
div#DIV_Tourdata a:hover {
}
div#DIV_Tourdata a:focus {
  outline: thin dotted;
}
/* Verbessert in allen Browsern die Lesbarkeit von Hyperlinks, die über die Tabulatortaste fokussiert werden (focus) und von Hyperlinks, auf die der Mauszeiger gerichtet ist (hover) */
div#DIV_Tourdata a:hover,
div#DIV_Tourdata a:active {
  outline: 0;
}
/* =============================================================================
   Allgemein
   ========================================================================== */

/*#form1 {
	display: flex;
	flex-direction: column;
}*/
html,
body {
  margin: 0;
  padding: 0;
  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(0, 75, 147, 0.3) none repeat scroll 0 0;
  background-color: #63254a;
  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 #63254a;
  padding: 0 30px;
}
div#DIV_Tourdata .SPAN_TitelAblauf {
  color: #63254a;
}
div#DIV_Tourdata h2 {
  color: #63254a;
}
div#DIV_Tourdata hr {
  display: none;
}
div#DIV_Tourdata .DIV_AngebotPager {
  color: #63254a;
}
div#DIV_Tourdata .DIV_TableRowHead {
  color: #585757;
  font-weight: bold;
  border: 0;
  height: 2em;
  /*display: block;*/
}

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: #63254a;
}
div#DIV_Tourdata .DIV_TableCell {
  /*line-height:inherit;*/
}
div#DIV_Tourdata .DIV_TableErgebnisHead {
  color: #63254a;
}
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: #63254a;
}
div#DIV_Tourdata .DIV_TitelAblauf {
  color: #63254a;
}
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;
  width: auto;
  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_HPG_Hotel .DIV_AngebotStatusBild .SPAN_AngebotStatusText {
  /*display:block;*/
  /*white-space:inherit;*/
}
div#DIV_Tourdata .DIV_AngebotStatusBild .SPAN_AngebotStatusText {
  display: block; /*white-space: normal;*/
}
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: #63254a;
  font-size: 36px;
  font-family: "Vesta Medium", Arial;
}

div#DIV_Tourdata #DIV_BuchungZusatzAuswahl #DIV_IhreReise #SPAN_IhreReiseLabel,
div#DIV_Tourdata
  #BuchungZusatzAuswahlZahlung
  #DIV_IhreReise
  #SPAN_IhreReiseLabel {
  color: #63254a;
  font-weight: bold;
}

div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_SeitenTitel h1,
div#DIV_Tourdata #BuchungZusatzAuswahlZahlung .DIV_SeitenTitel h1 {
  margin: -70px 0 35px 0;
}

div#DIV_Tourdata #DIV_BuchungZusatzAuswahl #DIV_Einleitung,
div#DIV_Tourdata #BuchungZusatzAuswahlZahlung #DIV_Einleitung {
  transform: translateY(10px);
}

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: #63254a;
  font-family: "Vesta Medium", Arial;
}
div#DIV_Tourdata .DIV_AngebotTitel h2 {
  font-size: 100%;
  color: #63254a;
  margin: 2px 0 0 0;
}
div#DIV_Tourdata .DIV_SeitenTitel h1,
div#DIV_Tourdata .DIV_SeitenTitel h2 {
  font-size: 1.5em;
  font-family: "Vesta Medium", Arial;
  margin: 0;
}
div#DIV_Tourdata .DIV_SeitenTitel h4 {
  font-size: 21px;
  font-weight: normal !important;
  font-style: italic;
  color: #585757;
  margin: -35px 0 40px 0;
  line-height: 1.283em;
}
div#DIV_Tourdata .DIV_SeitenTitel h4 a {
  border-bottom: 1px dotted #585757;
  color: #585757;
  margin-left: 5px;
}
div#DIV_Tourdata .DIV_SeitenTitel h4:empty {
  display: none;
}
div#DIV_Tourdata #DIV_Versicherung .DIV_TableCaption,
div#DIV_Tourdata .DIV_TableCaption {
  /*color:#63254A !important;*/
}
div#DIV_Tourdata #DIV_Rechnung .DIV_Label {
  color: #63254a !important;
}
div#DIV_Tourdata .DIV_TitelAblauf {
  line-height: 2.8em;
  color: #63254a;
  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: "Oder registrieren Sie sich als Neukunde hier:";
  display: block !important;
  font-size: 24px;
  color: #63254a;
  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: 0.3em;
  left: 0;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border-bottom: 3px solid #b2b2b1;
  z-index: 5;
}
div#DIV_Tourdata #DIV_TitelRes .DIV_SeitenTitel,
div#DIV_Tourdata div[id*="DIV_TitelRes"] .DIV_SeitenTitel {
  position: relative;
  top: 80px;
  left: 0;
  width: 100%;
  line-height: 2.5em;
  /*float:left;*/
  margin-bottom: 75px;
  /*border-bottom: 3px solid #B2B2B1;
	border-top: 3px solid #B2B2B1;*/
  z-index: 5;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Positions,
div#DIV_Tourdata #DIV_TitelRes .DIV_Positions,
div#DIV_Tourdata div[id*="DIV_TitelRes"] .DIV_Positions {
  height: 2.5em;
  margin: 15px 0 40px 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  width: 100%;
  float: left;
  z-index: 10;
}
div#DIV_Tourdata #DIV_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: #63254a;
  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: #63254a;
  background-color: #fff;
  float: left;
  text-align: center;
  line-height: 1.7em;
  margin: 0 0 0 24px;
  padding: 0;
  border: 1px solid #63254a;
  /*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: #63254a;
  border: 1px solid #63254a;
}
/* =============================================================================
   BUTTONS
   ========================================================================== */
div#DIV_Tourdata .btn {
  /*display: block;*/
  font-size: 100%;
  font-weight: normal;
  color: #fff;
  border: medium none;
  background-image: none;
  background-color: #63254a;
  margin: 0;
  padding: 0 15px;
  border-radius: 0;
  border: 1px solid #63254a;
  width: 155px;
  line-height: 1.5em;
  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_BTN_Weiter,
div#DIV_Tourdata .DIV_BTN_Zurueck {
  position: relative;
  right: 0;
  width: auto;
}
div#DIV_Tourdata #BTN_Weiter:hover {
  background-color: #63254a;
}
div#DIV_Tourdata .DIV_BTN_Zurueck a {
  background-color: transparent;
  border: 1px solid #63254a;
  color: #63254a;
}
div#DIV_Tourdata #BTN_Zurueck:hover {
  background-color: #f0f0f0;
}
div#DIV_Tourdata #BTN_Details {
  width: auto !important;
  background-color: transparent;
  border: 1px solid #63254a;
  color: #63254a;
}
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,
div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb a::after {
  background-color: #b69854;
  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: 2px;
  bottom: 2px; /*top:2px;*/
  text-align: center;
  width: 30px;
}

div#DIV_Tourdata #DIV_BuchungZusatzAuswahl .DIV_DIV_Warenkorb a::after {
  bottom: -0.5px;
  right: -1px;
}

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,
div#DIV_Tourdata #BuchungZusatzAuswahlZahlung .DIV_BTN_Weiter a::after {
  background-color: red;
}
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 #63254a;
  color: #63254a;
  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: 1px solid #63254a;
  padding: 0.29em 0.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/mi/img/select-arrow-white.png"); /* eigenen Pfeil anzeigen (alle Browser gleich) */
  background-position: right -7px bottom 50%;
  background-repeat: no-repeat;
  line-height: 1.2em !important;
}
/* Pfeile in Felder abschalten für IE 10 */
div#DIV_Tourdata select::-ms-expand {
  display: none;
}
div#DIV_Tourdata .DIV_ZusatzleistungCheck input[type="image"] {
  width: 16px;
  position: relative;
  top: 2px;
  padding: 1px;
}
div#DIV_Tourdata
  #DIV_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: #63254a;
  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:#63254A;
	font-weight:bold; font-size:24px;
	font-family: "Vesta Medium",Arial;
}*/
div#DIV_Tourdata .DIV_TableErgebnis {
  padding: 3px;
}
div#DIV_Tourdata #DIV_HPG_Reisearten .DIV_AlternateRowList:nth-of-type(n) {
  border: 0;
  background-color: transparent;
}
div#DIV_Tourdata #DIV_HPG_Reisearten .DIV_AlternateRowList:nth-of-type(2n),
div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AlternateRowList:nth-of-type(2n),
div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AlternateRowList:nth-of-type(2n) {
  background-color: transparent; /* rgba(0, 121, 83, 0.1) */
  border-top: 1px solid #b2b2b1;
  border-bottom: 1px solid #b2b2b1;
}
div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotBeschreibung,
div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AngebotBeschreibung {
  display: inline;
  margin: 0;
  min-height: 55px;
  padding: 0;
  width: calc(100% - 165px);
}
div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotZusatzinfo,
div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AngebotZusatzinfo {
  width: 155px;
  font-size: 105%;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_MonatAuswahl .DropDown {
  width: auto;
  padding: 0.29em 1.75em 0.29em 0.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 .DIV_AngebotDatum input[type="image"],
div#DIV_Tourdata .DIV_AngebotPreis input[type="image"] {
  width: auto;
}
div#DIV_Tourdata .DIV_AngebotZusatzinfo div {
  white-space: normal;
}
/* =============================================================================
	Reservation
	========================================================================== */

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_LandleistungAuswahlBeschreibungRow .DIV_TableRow {
  display: block !important;
  width: 100%;
}

div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_TableCell {
  padding-bottom: 0 !important;
}

div#DIV_Tourdata .DIV_LandleistungAuswahlBeschreibungRow {
  width: 100%;
  /*border-bottom: 1px solid #b2b2b1 !important;*/
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlBeschreibungRow
  .DIV_LandleistungAuswahlBeschreibungExpand {
  background-color: #f8f8f8;
  border-top: 1px solid #b2b2b1;
  border-bottom: 1px solid #b2b2b1;
  padding: 0;
  display: none !important;
  margin-bottom: 10px;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlBeschreibungRow.expanded
  .DIV_LandleistungAuswahlBeschreibungExpand {
  display: flex !important;
}

div#DIV_Tourdata .DIV_LandNeben .DIV_LandleistungAuswahl .DIV_TableRow {
  display: block;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlBeschreibungRow
  .DIV_LandleistungAuswahlBeschreibungExpand
  .DIV_LandleistungAuswahlBeschreibungExpandItemBeschreibung {
  padding: 15px 15px 15px 40px;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlBeschreibungRow
  .DIV_LandleistungAuswahlBeschreibungExpand
  .SPAN_Beschreibung {
  display: block;
}

div#DIV_Tourdata
  .DIV_LandleistungAuswahlBeschreibungRow
  .DIV_LandleistungAuswahlBeschreibungExpand
  .SPAN_UnterwegsMitTitel,
div#DIV_Tourdata
  .DIV_LandleistungAuswahlBeschreibungRow
  .DIV_LandleistungAuswahlBeschreibungExpand
  .SPAN_DauerTitel,
  div#DIV_Tourdata
  .SPAN_UnterwegsMitTitel,
  div#DIV_Tourdata
  .SPAN_HinweisTitel,
div#DIV_Tourdata
  .SPAN_DauerTitel{
  font-weight: bold;
  margin-right: 3px;
}

div#DIV_Tourdata
  .DIV_Paketteil
  .DIV_LandleistungCheck.DIV_TableCellEmpty
  .DIV_CellFeld {
  padding: 13px;
  width: 90px;
}

div#DIV_Tourdata .DIV_TableRowHead .DIV_LandleistungCheck .DIV_CellFeld {
  width: 90px;
}

div#DIV_Tourdata .DIV_TableRowHead .DIV_LandleistungStatus .DIV_CellFeld {
  width: 100px;
  text-align: right;
}

div#DIV_Tourdata .DIV_TableRowHead .DIV_LandleistungPreis .DIV_CellFeld {
  width: 120px;
  text-align: right;
}

div#DIV_Tourdata .DIV_LandleistungAuswahlBeschreibungRow .SPAN_Titel {
  font-weight: bold;
  width: 100%;
  display: inline-block;
  transform: translateX(30px);
  cursor: pointer;
  user-select: none;
  margin-bottom: 5px;
  display: none;
}

div#DIV_Tourdata .DIV_LandleistungBezeichnung {
  transform: translateX(0px);
}

div#DIV_Tourdata .DIV_Paketteil .DIV_LandleistungBezeichnung {
  transform: translateX(5px);
}

div#DIV_Tourdata .DIV_LandleistungAuswahl .IMG_AusflugsIcon{
    width: 15px;
    margin-left: 2px;
    display: inline-block;
  }

  div#DIV_Tourdata .DIV_LandleistungAuswahl .IMG_AusflugsIcon svg path,
  div#DIV_Tourdata .DIV_LandleistungAuswahl .IMG_AusflugsIcon svg rect{
    stroke: #63245a !important;
  }

div#DIV_Tourdata
  .DIV_LandleistungBezeichnung
  .IMG_LandleistungBeschreibungExpand {
  cursor: pointer;
  /*margin-left: -25px;
    position: absolute;
	/*transform: rotate(-90deg) translateX(-3px);
	transform: translate(7px, -1px);*/
  width: 10px;
  height: auto;
  transform: translateY(1px) translateX(-5px);
  display: inline-block;
}

div#DIV_Tourdata
  .DIV_LandleistungBezeichnung
  .IMG_LandleistungBeschreibungExpand
  path {
  fill: #63245a;
}

div#DIV_Tourdata
  .DIV_LandleistungBezeichnung.expanded
  .IMG_LandleistungBeschreibungExpand {
  transform: rotate(-90deg) translateY(-4px);
}

div#DIV_Tourdata .DIV_AngebotButtons {
  margin: 20px 0;
}
/* Datum auswählen unter dem Reise Titel einblenden, und Standard Ansicht Termin ändern ausblenden */
div#DIV_Tourdata .DIV_SeitenTitel h4 {
  display: block;
  visibility: visible;
  height: 27px;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl.DIV_Eingabe .DIV_Feld {
  height: 35px;
  line-height: 35px;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl .DropDown {
  width: 220px;
  padding: auto 0.2em auto 0.5em;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl {
  display: table;
  margin-top: 35px !important;
  padding-top: 15px;
  width: 100%;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahlTitel {
  display: block;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahlTitel #SPAN_DatumAuswahlTitel,
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl .DIV_Label {
  display: none;
}
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahlTitel:before,
div#DIV_Tourdata #DIV_HPG_Hotel #DIV_DatumAuswahl:before {
  content: "Abreisedaten ab";
  display: block;
  color: #63254a;
  font-family: "Vesta Medium", Arial;
  font-size: 29px;
  font-weight: normal;
  margin: auto 25px 8px 3px;
  float: left;
}
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: 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_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_TransportAuswahlTitel
  .SPAN_TitelAblauf,
div#DIV_Tourdata
  #DIV_ReservationRes
  #ucLVDossierTransportSitzplatzRes_RP_TransporteRes_DIV_SitzplatzAuswahlTitel
  .SPAN_TitelAblauf {
  color: #63254a;
  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;
}
div#DIV_Tourdata .DIV_LandNeben .DIV_LandleistungAuswahlHauptTitel {
  display: inline-block;
}
div#DIV_Tourdata .DIV_LandNeben .DIV_LandleistungAuswahlTitel {
  display: none;
}
/* Kabinenplan */
div#DIV_Tourdata .DIV_DossierLandleistungenPlan .DIV_KategorieLegende {
  margin-top: 5px;
}
div#DIV_Tourdata
  .DIV_DossierLandleistungenPlan
  .DIV_KategorieLegende
  .DIV_TableCell {
  float: left;
  margin-right: 25px;
}
/* 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;
}
/* 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_Reservation .DIV_AngebotButtons {
  /*margin-top: 15px;*/
}
div#DIV_Tourdata #DIV_TerminHinweis,
div#DIV_Tourdata #DIV_Hinweis {
  background-color: #b69854; /* ALT yellow */
  color: #fff;
}
div#DIV_Tourdata #DIV_TerminHinweis .DIV_Label {
  display: none;
}
div#DIV_Tourdata #DIV_TerminHinweis .DIV_Feld {
  margin-left: 0;
  padding: 10px;
}
div#DIV_Tourdata #DIV_ErwachseneAuswahl:before {
  /*content:'Anzahl Personen hier auswählen';*/
  /*line-height:2.8em;*/
  color: #63254a;
  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;
}
div#DIV_Tourdata #DIV_KinderAuswahl {
  position: relative;
  top: -2.1em;
  left: 350px;
}
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;*/
  line-height: normal;
  color: #63254a;
  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: #63254a;
  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: #63254a;
  position: relative;
  top: 20px;
  font-weight: bold;
  font-size: 20px;
  text-indent: 15px;
  width: calc(100% + 45px);
}
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(99, 37, 74);
  background: rgba(99, 37, 74, 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: 24px;
  color: #63254a;
  margin-bottom: 8px;
  font-family: "Vesta Medium", Arial;
}
div#DIV_Tourdata #DIV_Reservation #DIV_AngebotKriterien .DIV_Eingabe,
div#DIV_Tourdata #DIV_HPG_Hotel .DIV_Eingabe {
  line-height: 2em;
}
div#DIV_Tourdata #DIV_Reservation #DIV_ReiseprogrammAuswahl .DIV_Label,
div#DIV_Tourdata #DIV_ReiseprogrammAuswahl .DIV_Label {
  font-size: 29px;
  color: #63254a;
  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;
  width: auto;
}
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 #63254A;
	border-bottom: 1px solid #63254A;
}*/

div#DIV_Tourdata #DIV_Reservation .DIV_TableRowHead.DIV_Bus {
  display: table-header-group;
}

div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungCheck {
  width: 85px;
}
div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungBezeichnung {
  width: 100%;
}
div#DIV_Tourdata #SPAN_LandleistungAuswahl,
div#DIV_Tourdata #SPAN_KabinenAuswahl,
div#DIV_Tourdata #UP_Zusatzleistung .SPAN_TitelAblauf {
  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;
  margin-right: 10px;
}

div#DIV_Tourdata .DIV_LandleistungAuswahl .DIV_LandleistungPreis .DIV_CellFeld {
  width: 120px;
  text-align: right;
}
div#DIV_Tourdata
  .DIV_LandleistungAuswahl
  .DIV_LandleistungStatus
  .DIV_CellFeld {
  width: 105px;
  text-align: right;
}

/* 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: #63254a;
  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: #63254a;
  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?";
  font-size: 24px;
  color: #63254a;
  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_Hinweis {
  margin-top: 25px;
  background-color: #b69854;
  color: white;
}
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_AdresseRes
  .DIV_TableRowHead
  .DIV_TableCell.DIV_TeilnehmerName::after,
div#DIV_Tourdata
  #DIV_AdresseRes
  .DIV_TableRowHead
  .DIV_TableCell.DIV_TeilnehmerVorname::after {
  content: "(vollständig)";
  display: inline-block;
  padding-left: 5px;
  font-weight: normal;
  font-style: italic;
}
div#DIV_Tourdata #DIV_Adresse #DIV_Hinweis #DIV_HinweisTeilnehmer {
  display: none;
}
div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom {
  display: block;
  visibility: visible;
  margin-top: 30px;
  margin-bottom: 0px;
}

/* Feld DIV_HinweisTeilnehmer2 ausblenden und neuen Text einfügen, nur bei Mittelthurgau (siehe Ticket 1723) */
/* Passbestimmungen ausblenden und neuen Text oberhalb vom Titel "Teilnehmer" einfügen */
    div#DIV_Tourdata
    #DIV_Adresse
    div.DIV_TableErgebnis.DIV_Teilnehmer
    .DIV_TableCaption::before {
        content: "Bitte achten Sie auf die korrekte Schreibweise der Namen der Reiseteilnehmer laut Personalausweis/Reisepass mit sämtlichen Vor- und Nachnamen. \A Eine Änderung nach Buchungsabschluss ist mit hohen Gebühren verbunden.";
        display: block;
        width: 100%;
        margin: 5px 0 25px;
        line-height: normal;
        font-size: 16px;
        font-weight: normal;
        color: #fff; /* ALT #585757 */
        font-family: "Univers LT", Arial, sans-serif;
        background-color: #b69854; /* ALT yellow */
        padding: 15px;
    }
div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom {
  background-color: transparent;
}
/*div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom #DIV_HinweisTeilnehmer2 #SPAN_HinweisTeilnehmer2*/
div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom #DIV_HinweisTeilnehmer2,
div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom #DIV_HinweisPass {
  display: none;
}
/*div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom #DIV_HinweisTeilnehmer2 div.DIV_CellFeld::before {
	content: 'Bitte achten Sie auf die korrekte Schreibweise der Namen der Reiseteilnehmer laut Personalausweis/Reisepass.';
	display: block;
	margin-top: 5px;
}
div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom #DIV_HinweisTeilnehmer2 div.DIV_CellFeld::after {
	content: 'Eine Änderung nach Buchungsabschluss ist mit hohen Gebühren verbunden.';
	display: block;
}*/
/* Label "Hinweis" nur beim ersten Eintrag anzeigen */
/*div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom div.DIV_TableRow .DIV_CellLabel {
    visibility: hidden;
}
div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom div.DIV_TableRow:first-child .DIV_CellLabel {
	visibility: visible;
}*/
/*--*/
/*div#DIV_Tourdata #DIV_Adresse #DIV_HinweisBottom #DIV_HinweisPass .DIV_CellLabel {
	display: block;
	visibility: visible;
}*/
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_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: #f0f0f0;
  border: 1px solid #b2b2b1;
  width: 100%;
  font-size: 16px;
}
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: #63254a;
  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: #63254a;
  margin-bottom: 0px;
  /*font-family: "Vesta Medium", Arial;*/
}
/* gemäss Ticket 11083 SPAN_TitelAblauf ausblenden und Titel DIV_TableCaption einblenden und Text hinzufügen */
div#DIV_Tourdata #DIV_LeistungsAuswahlRes #SPAN_ZusatzleistungAuswahl {
  display: none;
  font-size: 24px;
  color: #63254a;
  margin: 30px 0 15px 0;
  line-height: normal;
  font-family: "Vesta Medium", Arial;
}
div#DIV_Tourdata #DIV_LeistungsAuswahlRes .DIV_DossierZusatzleistung {
  margin-top: 0;
}
div#DIV_Tourdata
  #DIV_LeistungsAuswahlRes
  .DIV_DossierZusatzleistung
  .DIV_TableCaption:before {
  content: "Wählen Sie ";
  display: inline-block;
  font-size: 24px;
  color: #63254a;
  margin: 30px 0 15px 0;
  line-height: normal;
  font-family: "Vesta Medium", Arial;
}
div#DIV_Tourdata .DIV_DossierZusatzleistung .DIV_TableCaption {
  color: #63254a;
  font-family: "Vesta Medium", Arial;
  font-size: 24px;
  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_DossierLandleistungenPlan .SPAN_Zusatzinfo {
  margin-left: 28px;
}
/*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 #63254A;
	border-bottom: 1px solid #63254A;*/
}
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_TableRow:nth-last-child(+ 2) {
  /*font-weight: bold;*/
  /*border-top: 1px solid #63254A;*/
  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;
}
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_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: 95px;*/
}
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: #63254a;
  font-weight: 700;
}

/* Kunde wünscht generellen Titel "Code/Guschein einlösen" nicht (Ticket 8628) */
div#DIV_Tourdata #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: #63254a;
}
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;
}
/*div#DIV_Tourdata #DIV_Bestaetigen #DIV_Gutschein .DIV_CheckRadio label {
			width: auto; min-width: 115px;
			display: inline-block;
		}*/
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 {
  display: table-cell;
  margin-left: 53px;
}
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_GesamtBetrag .DIV_Label,
div#DIV_Tourdata #DIV_GesamtBetrag .DIV_Label {
  font-size: 24px;
  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 #63254a;
}
div#DIV_Tourdata #DIV_AGB a:hover {
  color: #63254a;
}
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,
div#DIV_Tourdata #BuchungZusatzAuswahlZahlung .DIV_BTN_Weiter .btn {
  border: 1px solid red;
  padding-left: 0;
  padding-right: 15px;
}
/* Danke für Buchung PDF */
div#DIV_Tourdata #DIV_DankeFuerBuchungKopf #DIV_TOBild img {
  /*display:none;*/
}
div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_Briefanrede {
  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: #63254a;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 5px;
  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: #63254a;
}
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;
}
/* =============================================================================
   Sitzplan
   ========================================================================== */
div#DIV_Tourdata .DIV_TransportSitzplan {
  display: flex;
}
div#DIV_Tourdata .DIV_TransportSitzplan .DIV_Bus {
  max-width: auto;
}
div#DIV_Tourdata .DIV_TransportSitzplan .DIV_Flug {
  margin-top: 30px;
  max-width: 920px;
}
div#DIV_Tourdata .DIV_Sitzplan {
  margin-top: 30px;
  max-width: inherit;
}
div#DIV_Tourdata .DIV_Flug .DIV_Plan {
  width: 1200px;
}
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 #63254a;
}
div.SPB_L {
  border-top: 2px solid #63254a;
}
div.SPB_H {
  border-right: 2px solid #63254a;
}
.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 #63254a;
}
.DIV_Sitzplan .DIV_TableCell.SPB_FRONT {
  width: 30px;
}
.DIV_Sitzplan .SPB_FRONT.SPB_R {
  background-color: #f0f0f0;
  border-bottom: 2px solid #63254a;
  border-right: 5px solid #63254a;
}
.DIV_Sitzplan .SPB_FRONT.SPB_L {
  background-color: #f0f0f0;
  border-right: 5px solid #63254a;
  border-top: 2px solid #63254a;
}
div.SPB_RH {
  border-right: 2px solid #63254a;
}
div.SPB_LH {
  border-right: 2px solid #63254a;
}
/* Sitzplan für Flug */
.DIV_Flug div.SPB_RH,
.DIV_Flug div.SPB_LH,
.DIV_Flug div.SPB_H {
  border-right: 0;
}
.DIV_Flug .DIV_Plan .SPB_M2 {
  background-color: transparent;
  background-image: none;
  background-size: 20px auto;
  border-right: 0;
}
.DIV_Flug .DIV_Plan .SPB_M2,
.DIV_Flug .DIV_Plan .SPB_M3,
.DIV_Flug .DIV_Plan .SPB_M4,
.DIV_Flug .DIV_Plan .SPB_M5,
.DIV_Flug .DIV_Plan .SPB_M6,
.DIV_Flug .DIV_Plan .SPB_M7,
.DIV_Flug .DIV_Plan .SPB_M8 {
  background-color: inherit;
  border-right: 0;
}
.DIV_Flug .DIV_Plan .SPB_FRONT.SPB_R {
  background-color: transparent;
  border-bottom: 0;
  border-right: 0;
}
.DIV_Flug .DIV_Plan .SPB_FRONT.SPB_L {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
}
.DIV_Flug .DIV_Plan .SPB_RFLUEGEL1 {
  background-color: Gray;
  background-image: none;
}
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;
  width: auto;
  float: left;
}
div#DIV_Tourdata .DIV_SitzplatzAuswahlLegenede .DIV_Sitzplatz {
  background-repeat: no-repeat;
}
div#DIV_Tourdata .DIV_TransportSitzplanInfo {
  width: auto;
  position: relative;
  left: 0;
  top: 37px;
  margin-left: 235px;
  font-weight: bold;
  font-size: 115%;
}
/* 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_MainInput .DIV_SeitenTitel {
  border-bottom: none;
}
div#DIV_Tourdata #DIV_Fragebogen .DIV_SeitenTitel h4 {
  background-color: #dfdfdf;
  display: inline-block;
  color: #63245a;
  font-style: normal;
  font-size: 16px;
  font-family: "Univers LT", Arial, sans-serif;
  line-height: normal;
  height: auto;
  width: 100%;
  padding: 10px;
  margin: 25px 0 0;
}
div#DIV_Tourdata
  div[id*="DIV_Fragebogen"].DIV_MainInput
  .DIV_Table.DIV_Hinweis {
  margin-bottom: 15px;
  background-color: #b69854;
  color: #fff;
}

/* Reihenfolge der Elemente (Seitentitel, Hinweis, Daten, Buttons, etc.) anders anordnen (Ticket 10752) */
/*div#DIV_Tourdata div[id*='DIV_Fragebogen'].DIV_MainInput {
  display: flex;
  flex-direction: column;
}
div#DIV_Tourdata div[id*='DIV_Fragebogen'].DIV_MainInput .DIV_SeitenTitel {
  order: 1;
}
div#DIV_Tourdata div[id*='DIV_Fragebogen'].DIV_MainInput div[id*='DIV_Hinweis'].DIV_Hinweis {
  order: 2;
}*/
/* spez. Hinweis mit grauem Hintergrund Text in Aubergine und ohne Titel "Hinweis" */
/*div#DIV_Tourdata div[id*='DIV_Fragebogen'].DIV_MainInput div[id*='DIV_Hinweis'].DIV_Hinweis {
	background-color: #dfdfdf;
	color: #63245a;
}
div#DIV_Tourdata div[id*='DIV_Fragebogen'].DIV_MainInput div[id*='DIV_Hinweis'].DIV_Hinweis .DIV_CellLabel {
	display: none;
}
div#DIV_Tourdata div[id*='DIV_Fragebogen'].DIV_MainInput .DIV_Table.DIV_Hinweis {
  order: 3;
}
div#DIV_Tourdata div[id*='DIV_Fragebogen'].DIV_MainInput .DIV_TableErgebnis {
  order: 4;
  margin-top: 20px;
}
div#DIV_Tourdata div[id*='DIV_Fragebogen'].DIV_MainInput .DIV_FragebogenDaten {
  order: 5;
}
div#DIV_Tourdata div[id*='DIV_Fragebogen'].DIV_MainInput div[id*='DIV_AngebotButton'] {
  order: 6;
}*/
/* generell Hinweis - Hintergrund in gold und Schrift in weiss */
/*div#DIV_Tourdata .DIV_Hinweis {
  background-color: #b69854;
  color: #fff;
}
div#DIV_Tourdata .DIV_Hinweis .DIV_TableCell.DIV_CellLabel {
  font-weight: 600;
}*/
/*--*/

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_FragebogenDaten .DropDown,
div#DIV_Tourdata .DIV_FragebogenDaten input {
  background-color: #fff;
  border: 1px solid #63254a;
  width: 100%;
  box-shadow: 0px 2px 4px rgba(99, 37, 47, 0.1);
}
div#DIV_Tourdata .DIV_FragebogenDaten input[disabled],
div#DIV_Tourdata .DIV_FragebogenDaten select[disabled] {
  color: #919191; /*alt #b2b2b1*/ /*background-color: #fcfcfc;*/
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
}
div#DIV_Tourdata .DIV_FragebogenDaten select[disabled] {
  background-image: none;
}
div#DIV_Tourdata .DIV_FragebogenDaten .DIV_TeilnehmerNation input[disabled] {
  width: 50px;
  float: left;
  position: relative;
  top: 4px;
}
div#DIV_Tourdata .DIV_FragebogenDaten .DIV_TeilnehmerMobil span.FieldError {
  display: none;
}
/* Checkbox ausblenden und eigenes hinzufügen */
div#DIV_Tourdata .DIV_FragebogenDaten .DIV_TeilnehmerNation,
div#DIV_Tourdata .DIV_FragebogenDaten div[id*="DIV_TelefonMobilAuswahlKeine"] {
  position: relative;
}
div#DIV_Tourdata .DIV_FragebogenDaten .DIV_TeilnehmerNation input:not(.Edit),
div#DIV_Tourdata
  .DIV_FragebogenDaten
  div[id*="DIV_TelefonMobilAuswahlKeine"]
  input {
  display: none;
}
div#DIV_Tourdata
  .DIV_FragebogenDaten
  .DIV_TeilnehmerNation
  span.aspNetDisabled {
  width: 100%;
  background-color: #f0f0f0;
  display: block;
}
div#DIV_Tourdata
  .DIV_FragebogenDaten
  div[id*="DIV_TelefonMobilAuswahlKeine"]
  .aspNetDisabled
  input {
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  top: 5px;
}
div#DIV_Tourdata
  .DIV_FragebogenDaten
  .DIV_TeilnehmerNation
  input[disabled]
  + label:before {
  display: block;
  height: 21px;
  width: 21px;
  background: #f0f0f0;
  content: "";
  border-radius: 0;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 2px;
  top: 40px;
  cursor: pointer;
  border: 1px solid #ccc;
}
div#DIV_Tourdata
  .DIV_FragebogenDaten
  .DIV_TeilnehmerNation
  input:not([disabled])
  + label:before {
  display: block;
  height: 21px;
  width: 21px;
  background: #fff;
  content: "";
  border-radius: 0;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 2px;
  top: 40px;
  cursor: pointer;
  border: 1px solid #632541;
  box-shadow: 0px 2px 2px rgba(99, 37, 47, 0.1);
}
div#DIV_Tourdata
  .DIV_FragebogenDaten
  div[id*="DIV_TelefonMobilAuswahlKeine"]
  input
  + label:before {
  display: block;
  height: 21px;
  width: 21px;
  background: #fff;
  content: "";
  border-radius: 0;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 2px;
  top: 5px;
  cursor: pointer;
  border: 1px solid #632541;
  box-shadow: 0px 2px 2px rgba(99, 37, 47, 0.1);
}
div#DIV_Tourdata
  .DIV_FragebogenDaten
  .DIV_TeilnehmerNation
  input[type="checkbox"]:checked
  + label:before,
div#DIV_Tourdata
  .DIV_FragebogenDaten
  div[id*="DIV_TelefonMobilAuswahlKeine"]
  input[type="checkbox"]:checked
  + label:before {
  content: "";
  background-image: url("https://www.reisemarkt.ch/tournet/_daten/qm/img/checkbox_active.png");
  background-position: center center;
  background-repeat: no-repeat;
}
/* */

/*div#DIV_Tourdata .DIV_FragebogenDaten .DIV_Ausweistyp .DIV_Feld {
    background-color: #f0f0f0;
    padding: 0.3em 0.7em;
    display: inline-block;
}*/
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 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;
}
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;
}


/* =============================================================================
   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: #63254a;
  font-size: 24px;
  font-weight: bold;
  text-indent: 0;
  background-color: transparent;
}
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 label {
  float: none;
  width: auto;
  margin-top: 15px;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown .DropDown {
  /*width:200px;*/
  margin: 2px 0;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort li {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 18px;
  display: block;
  float: left;
  width: auto;
  min-width: 100px;
  text-align: center;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort li input {
  margin-left: 15px;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort li::before {
  content: "";
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort .LA_FragenTitel {
  font-weight: bold !important;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort:first-child .DIV_FragenTitelHinweis {
  margin-top: 10px;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Antwort .DIV_FragenTitelHinweis {
  margin-top: 25px;
}
div#DIV_Tourdata
  #DIV_Umfrage
  .DIV_FragenDaten
  .DIV_Antwort
  ul
  li:first-child:nth-last-child(10),
div#DIV_Tourdata
  #DIV_Umfrage
  .DIV_FragenDaten
  .DIV_Antwort
  ul
  li:first-child:nth-last-child(10)
  ~ li {
  width: calc(100% / 10);
  margin: 0 auto;
  padding: 0;
  min-width: 10px;
  height: auto;
  /*border: 1px solid red;*/
  float: left;
  text-align: center;
  /*text-align:left;*/
  box-sizing: border-box;
  list-style-type: none;
}
div#DIV_Tourdata
  #DIV_Umfrage
  .DIV_FragenDaten
  .DIV_Antwort
  ul
  li:first-child:nth-last-child(11),
div#DIV_Tourdata
  #DIV_Umfrage
  .DIV_FragenDaten
  .DIV_Antwort
  ul
  li:first-child:nth-last-child(11)
  ~ li {
  width: calc(100% / 11);
  margin: 0 auto;
  padding: 0;
  min-width: 10px;
  height: auto;
  /*border: 1px solid red;*/
  float: left;
  text-align: center;
  /*text-align:left;*/
  box-sizing: border-box;
  list-style-type: none;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown .Edit {
  /*width:185px;*/
  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 #63254a;
  color: #63254a;
}
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;
}
div#DIV_Tourdata #DIV_Umfrage #DIV_MandantGruss .DIV_AdressZusatz {
  display: none;
}
div#DIV_Tourdata #DIV_Umfrage #DIV_MandantGruss .DIV_PLZOrt {
  margin-bottom: 15px;
}
div#DIV_Tourdata #DIV_Umfrage #DIV_MandantGruss .DIV_Name:before {
  content: "Ihr Schiffsreisenmacher von";
  display: block;
}

/* Text unterhalb Danke-Text ausblenden (Ticket 9962) */
div#DIV_Tourdata #DIV_Umfrage .DIV_DankeZusatzInfo {
  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;
  height: 55px;
}
div#DIV_Tourdata #DIV_Fragebogen div.DIV_SeitenTitel,
div#DIV_Tourdata #DIV_FragebogenDaten div.DIV_SeitenTitel {
  color: #63254a;
  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,
div#DIV_Tourdata
  .DIV_FragebogenDaten
  div[id*="DIV_TelefonMobilAuswahlKeine"]
  label {
  width: auto;
  margin: 0 0 0 35px;
}

div#DIV_Tourdata #DIV_Fragebogen .DIV_AngebotButtons .DIV_BTN_Weiter {
  position: relative;
  top: 55px;
}
div#DIV_Tourdata #DIV_Fragebogen .DIV_AngebotButtons {
  margin: 35px auto;
  width: 500px;
}
div#DIV_Tourdata #DIV_Fragebogen .DIV_AngebotButtons .DIV_TableCell {
  width: 50%;
  display: inline-block;
  margin: 0;
}
div#DIV_Tourdata
  #DIV_Fragebogen
  .DIV_AngebotButtons
  .DIV_TableCell.DIV_BTN_Weiter {
  float: right;
  top: 0;
}

div#DIV_Tourdata
  #DIV_Umfrage
  .DIV_FragenDaten
  .DIV_Antwort
  ul
  li
  label
  span.code {
  display: none;
}

/* =============================================================================
	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: #63254a;
  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: 1px solid #b2b2b1;
}
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: #63254a;
  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;
}

/* =============================================================================
   Warenkorb
   ========================================================================== */
#DIV_AngebotInfo {
  position: absolute;
  right: -25px;
}
/*#DIV_AngebotInfo .buchungDetails {
	display: none;
	width: 320px;
	height: auto;
	display: inline-block;
	position: fixed;
	top: 145px;
}*/
#DIV_AngebotInfo .buchungDetails {
  width: 320px;
  height: auto;
  position: relative;
  top: 0;
  right: -350px;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .header {
  height: 45px;
  background-color: #63254a;
  display: flex;
  flex-direction: row;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .header span.rating {
  display: none;
  width: 75px;
  margin: 7px;
  padding: 6px 0 0;
  color: #fbba00;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 600;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .header span.reiseart {
  display: none;
  position: relative;
  top: 25%;
}
#DIV_AngebotInfo
  .buchungDetails
  .buchungDetailsInhalt
  .header
  span.reiseart
  img {
  width: 24px;
  height: 24px;
}
#DIV_AngebotInfo
  .buchungDetails
  .buchungDetailsInhalt
  .header
  span.bezeichnung {
  width: auto;
  margin: 7px;
  padding: 6px 6px 0 0;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 0;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .bild {
  width: 100%;
  height: auto;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .bild img {
  width: 100%;
  height: auto;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .titel {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #63254a;
  color: #fff;
  box-sizing: border-box;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .titel span {
  width: 100%;
  display: block;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .titel span:first-child {
  font-weight: 600;
  margin-bottom: 15px;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .titel span:last-child {
  font-size: 75%;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .buchungdetails {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
#DIV_AngebotInfo .buchungDetails .buchungDetailsInhalt .buchungdetails > span {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #273a69;
  font-size: 90%;
  display: inline-block;
}
/* wenn kein Zimmer ausgewählt, den Span/Listpunkt ausblenden */
#DIV_AngebotInfo
  .buchungDetails
  .buchungDetailsInhalt
  .buchungdetails
  .SPAN_ZimmerListPunkt0 {
  display: none;
}
/* wenn Gesamtbetrag 0, ganze Zeile ausblenden */
#DIV_AngebotInfo
  .buchungDetails
  .buchungDetailsInhalt
  .buchungdetails
  span[class="summeTotal SPAN_Betrag"] {
  visibility: hidden;
}
#DIV_AngebotInfo
  .buchungDetails
  .buchungDetailsInhalt
  .buchungdetails
  > span:last-child {
  border-bottom: 0;
}
#DIV_AngebotInfo
  .buchungDetails
  .buchungDetailsInhalt
  .buchungdetails
  > span.summeTotal {
  font-weight: 600;
  line-height: 25px;
}
#DIV_AngebotInfo
  .buchungDetails
  .buchungDetailsInhalt
  .buchungdetails
  > span
  .betrag {
  position: absolute;
  right: 10px;
}
#DIV_AngebotInfo
  .buchungDetails
  .buchungDetailsInhalt
  .buchungdetails
  > span.summeTotal
  .betrag {
  font-size: 20px;
}
/* Ende Warenkorb */

@media only screen and (min-width: 481px) and (max-width: 990px) {
  div#DIV_Tourdata
    .DIV_LandleistungAuswahlBeschreibungRow.expanded
    .DIV_LandleistungAuswahlBeschreibungExpand {
    flex-wrap: wrap;
  }

  div#DIV_Tourdata .DIV_LandleistungAuswahlBeschreibungRow .IMG_Bild {
    width: 100%;
  }

  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.2em;
    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_AdresseRes
    .DIV_TableRowHead
    .DIV_TableCell.DIV_TeilnehmerName::after,
  div#DIV_Tourdata
    #DIV_AdresseRes
    .DIV_TableRowHead
    .DIV_TableCell.DIV_TeilnehmerVorname::after {
    content: "(vollständig)";
    display: block;
    padding-left: 0;
    font-weight: normal;
    font-style: italic;
  }
  div#DIV_Tourdata
    #DIV_Adresse
    .DIV_Teilnehmer
    .DIV_TableCell.DIV_TeilnehmerVorname {
    text-align: left;
  }

  /* Ausrichtung Abschlussseite Versicherung, etc. */
  div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen > .DIV_Eingabe .DIV_Preis {
    display: table-cell;
  }
  /* */

  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: 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_LandleistungAuswahlBeschreibungRow
    .DIV_LandleistungAuswahlBeschreibungExpand {
    flex-wrap: wrap;
  }

  div#DIV_Tourdata
    .DIV_LandleistungAuswahlBeschreibungRow
    .DIV_LandleistungAuswahlBeschreibungExpand
    .DIV_LandleistungAuswahlBeschreibungExpandItemBeschreibung {
    padding: 10px;
    max-width: calc(100vw - 30px);
  }

  div#DIV_Tourdata
    .DIV_LandleistungAuswahlBeschreibungRow
    .DIV_LandleistungAuswahlBeschreibungExpand
    .DIV_LandleistungAuswahlBeschreibungExpandItem
    .IMG_Bild {
    max-width: calc(100vw - 40px);
  }

  div#DIV_Tourdata
    .DIV_LandleistungBezeichnung
    .IMG_LandleistungBeschreibungExpand {
    transform: translateY(26px) translateX(-115px);
  }

  div#DIV_Tourdata
    .DIV_LandleistungBezeichnung.expanded
    .IMG_LandleistungBeschreibungExpand {
    transform: translateY(26px) translateX(-115px) rotate(90deg);
  }

  div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungCheck .DIV_CellFeld,
  div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungBezeichnung .DIV_CellFeld,
  div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungPreis .DIV_CellFeld,
  div#DIV_Tourdata #DIV_Reservation .DIV_LandleistungStatus .DIV_CellFeld {
    transform: translateX(15px);
  }

  div#DIV_Tourdata .DIV_TableRowHead {
    display: none;
  }

  div#DIV_Tourdata .DIV_LandleistungBezeichnung {
    transform: translateX(-1px);
  }

  div#DIV_Tourdata .DIV_LandleistungStatus {
    transform: translateX(1px);
  }

  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: 90px;
  }
  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: 30px;
    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_TransportSitzplanInfo {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    font-weight: bold;
    font-size: 115%;
    float: left;
  }
  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: #63254a;
    background-color: #fff;
    float: left;
    text-align: center;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    border: 1px solid #63254a;
    /*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: #63254a;
    border: 1px solid #63254a;
  }
  /* 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: 2px;
  }
  div#DIV_Tourdata .DIV_BTN_Zurueck:empty + .DIV_BTN_Weiter a::after {
    position: absolute;
    right: 0;
    top: 0;
  }
  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; /*top:0;*/
  }
  div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_BTN_Weiter a::after {
    position: absolute;
    right: -17px;
    top: 17px;
  }
  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 .DIV_DossierLandleistungenPlanAuswahl input[type="image"] {
    width: auto;
  }
  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: 0.29em 1.75em 0.29em 0.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: 30px;
    position: absolute;
    right: 0;
    top: 2px;
  }
  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_TransportBild {
    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: #63254a;
    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;
    position: relative;
    left: 15px;
  }
  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: #63254a;
    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 {
    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(0deg); /* ALT 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: 85% auto; /* ALT 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_Positions div {
    float: left;
  }
  div#DIV_Tourdata #DIV_Umfrage .DIV_Positions .SPAN_PosNr {
    width: 25px;
    height: 25px;
  }
  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_Antwort
    ul
    li:nth-child(1):nth-last-child(3),
  div#DIV_Tourdata
    #DIV_Umfrage
    .DIV_Antwort
    ul
    li:nth-child(1):nth-last-child(3)
    ~ li {
    width: calc(100% / 3);
    min-width: 50px;
    margin: 0;
    padding: 0 5px 5px 0;
    height: auto; /*border: 1px solid red;*/
    /*text-align:left;*/
  }
  div#DIV_Tourdata
    #DIV_Umfrage
    .DIV_Antwort
    ul
    li:nth-child(1):nth-last-child(4),
  div#DIV_Tourdata
    #DIV_Umfrage
    .DIV_Antwort
    ul
    li:nth-child(1):nth-last-child(4)
    ~ li {
    width: calc(100% / 4);
    min-width: 50px;
    margin: 0;
    padding: 0 5px 5px 0;
    height: auto; /*border: 1px solid red;*/
    /*text-align:left;*/
  }
  div#DIV_Tourdata
    #DIV_Umfrage
    .DIV_Antwort
    ul
    li:nth-child(1):nth-last-child(6),
  div#DIV_Tourdata
    #DIV_Umfrage
    .DIV_Antwort
    ul
    li:nth-child(1):nth-last-child(6)
    ~ li {
    width: calc(100% / 6);
    min-width: 50px;
    margin: 0;
    padding: 0 5px 5px 0;
    height: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
  }
  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,
  div#DIV_Tourdata
    #DIV_Adresse
    #DIV_HinweisBottom
    #DIV_HinweisPass
    .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_AngebotButtons {
    margin: 35px auto;
    width: 100%;
  }
  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;
  }
}
@media only screen and (min-width: 1200px) {
  /* 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%;
  }
  div#DIV_Tourdata #DIV_Rechnung #DIV_Bestaetigen > .DIV_Eingabe .DIV_Preis {
    width: 20%;
    display: table-cell;
  }
  /* */
}
  /* =============================================================================
   Kreditkarten Zahlungslink
   ========================================================================== */

  div#DIV_Tourdata #CPH1_DIV_Zahlung .DIV_Reise_Info_Container {
    margin-top: 50px;
	margin-bottom: 20px;
  }
 div#DIV_Tourdata #CPH1_DIV_Zahlung .DIV_Info_Container {
    margin-top: 20px;
	margin-bottom: 20px;
  }
 div#DIV_Tourdata #CPH1_DIV_Zahlung .DIV_Info_Container .LB_Info_Label{
	font-weight: bold;
	margin-bottom: 20px;
  }

 div#DIV_Tourdata #CPH1_DIV_Zahlung .DIV_ZahlungsOptionen {
	margin-bottom: 20px;
  }
 div#DIV_Tourdata #CPH1_DIV_Zahlung .DIV_Reise_Info_Titel {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
  }

/* =============================================================================
   Umstellung 2 Brands RMT > Excellence TOUR-23637
   ========================================================================== */

div#DIV_Tourdata #DIV_DankeFuerBuchung .DIV_Touroperator {
    display: none !important;
}

/*div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_MandantGruss #DIV_Name {
    color: transparent !important;
    position: relative;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_MandantGruss #DIV_Name:before {
    content: "Excellence Cruises c/o " !important;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_MandantGruss #SPAN_TitelTelefon {
    display: none;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_MandantGruss #SPAN_TitelEmail {
    display: none;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_MandantGruss #DIV_EMail {
    visibility: hidden;
    position: relative;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_MandantGruss #DIV_EMail:before {
    content: "ahoi@excellence.ch" !important;
    visibility: visible;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_MandantGruss #DIV_Homepage {
    visibility: hidden;
    position: relative;
}

div#DIV_Tourdata #DIV_DankeFuerBuchung #DIV_MandantGruss #DIV_Homepage:before {
    content: "excellence.ch" !important;
    visibility: visible;
}*/
