@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "opensans";
	src: url("https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2") format("woff2");
}



/* =============================================================================
   Spezifische Einstellungen
   ========================================================================== */

/* Da Solbus so ein kleines Fenster hat, wird die Textgrösse leicht angepasst, sodass es noch schön aussieht*/
#DIV_AngebotTableRowGrossRes .DIV_AngebotBeschreibung,
#DIV_AngebotTableRowGrossRes .DIV_BTN_Beschreibung {
	font-size: 0.80em !important;
}

#DIV_AngebotTableRowGrossRes .DIV_AngebotTitel {
	font-size: 0.92em !important;
}

#DIV_AngebotTableRowGrossRes .DIV_AngebotDatumHotel {
	text-align: right;
	padding-right: 10px;
}


:root {
	--primary-background-color:
		/*#020101*/
		#ffffff;
	--secondary-background-color: #666666;
	--tertiary-background-color: #f8f8f8;

	--primary-accent-color: #0a75b9;
	/*--secondary-accent-color: #DD0333;*/
	--tertiary-accent-color: #deeaf2;

	--primary-text-color: #333333;
	--secondary-text-color: #333333;
	--tertiary-text-color: #ffffff;
}

/* =============================================================================
   Hyperlinks
   ========================================================================== */

div#DIV_Tourdata #HYLU_AGB {
	margin-left: 5px;
}


div#DIV_Tourdata a {}

div#DIV_Tourdata a:visited {}

div#DIV_Tourdata a:hover {}

div#DIV_Tourdata a:focus {
	outline: thin dotted;
}

/* Verbessert in allen Browsern die Lesbarkeit von Hyperlinks, die über die Tabulatortaste fokussiert werden (focus) und von Hyperlinks, auf die der Mauszeiger gerichtet ist (hover) */
div#DIV_Tourdata a:hover,
div#DIV_Tourdata a:active {
	outline: 0;
}

/* =============================================================================
   Allgemein
   ========================================================================== */
html,
body {
	font-size: inherit;
	/*font-family:"Helvetica Neue";*/
	font-family: 'Open Sans', Arial, sans-serif;
	/* generelle Schrift im Buchungsablauf, Titel und Überschriften haben eine eigene Schrift welche hier im css definiert ist */
	/*font-family: "Helvetica Neue",Arial;*/
}

div#DIV_Tourdata .DIV_LoadingShadowModal {
	background: rgba(18, 57, 117, 0.3) none repeat scroll 0 0;
	background-color: #999999;
	height: 100%;
	left: 0;
	opacity: 0.3;
	padding: 10px;
	position: fixed;
	top: 0px;
	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: var(--primary-background-color);
	color: var(--primary-text-color);
	width: auto;
	max-width: 1200px;
}

div#DIV_Tourdata {
	border-top: 3px solid #FFFFFF;

}

div#DIV_Tourdata .DIV_AdressEingabe {
	padding-top: 20px;
}

div#DIV_Tourdata .SPAN_TitelAblauf {
	color: var(--primary-accent-color);
}

div#DIV_Tourdata h2 {
	color: var(--primary-accent-color);
}

div#DIV_Tourdata hr {
	display: none;
}

div#DIV_Tourdata .DIV_AngebotPager {
	color: var(--primary-accent-color);
}

div#DIV_Tourdata .DIV_TableRowHead {
	color: var(--primary-accent-color);
	font-weight: bold;
	border: 0;
	height: 2em;
	background-color: var(--tertiary-background-color);
}

div#DIV_Tourdata .DIV_TableRowHead a {
	color: var(--primary-accent-color);
	border-bottom: 1px dotted var(--primary-accent-color);
}

div#DIV_Tourdata .DIV_TableRowHead a.aspNetDisabled {
	border-bottom: none;
}

div#DIV_Tourdata .DIV_CellLabel {
	color: var(--primary-accent-color);
}

div#DIV_Tourdata .DIV_TableCell {
	/*line-height:inherit;*/
}

div#DIV_Tourdata .DIV_TableErgebnisHead {
	color: var(--primary-accent-color);
}

div#DIV_Tourdata .DIV_Label {
	color: var(--primary-text-color);
	font-weight: bold;
	font-size: 16px;
}

div#DIV_Tourdata .DIV_CheckRadio label {
	font-size: 16px;
}

@media only screen and (max-width: 790px) {
	div#DIV_Tourdata #DIV_Rechnung .DIV_CheckRadio label {
		margin-left: 25px;
		transform: translateY(-32px);
	}
}

div#DIV_Tourdata .DIV_Positions {
	color: var(--primary-accent-color);
}

div#DIV_Tourdata .DIV_TitelAblauf {
	color: var(--primary-accent-color);
}

div#DIV_Tourdata .DIV_TableCaption {
	font-size: 100%;
	color: inherit;
}

div#DIV_Tourdata .DropDown.Disabled {
	background-color: var(--tertiary-background-color);
}

@media only screen and (min-width: 720px) {

	div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_Angebot .DIV_AngebotButtons,
	div#DIV_Tourdata #UP_Ergebnis .DIV_Angebot .DIV_AngebotButtons,
	div#DIV_Tourdata #DIV_Reisekalender .DIV_Angebot .DIV_AngebotButtons,
	div#DIV_Tourdata #DIV_HPG_Hotels .DIV_Angebot .DIV_AngebotButtons {
		width: calc(100% - 220px);
		margin: 0 0 10px 220px;
	}
}



/* =============================================================================
   Buttons
   ========================================================================== */

/* Mainbutton */

div#DIV_Tourdata .btn {
	background: var(--primary-accent-color);
	color: #ffffff;
	font-size: 12px;
	margin: 5px auto;
	text-align: center;
	border: solid var(--primary-accent-color) 2px
}

div#DIV_Tourdata .btn:hover {
	background: #ffffff;
	border: solid var(--primary-accent-color) 2px;
	color: var(--primary-accent-color);
}


/* Button Weiter */

div#DIV_Tourdata .DIV_BTN_Weiter .btn {
	background: var(--primary-accent-color);
	color: var(--tertiary-text-color);
	font-size: 16px;
	margin: 10px auto;
	text-align: center;
	border: solid var(--primary-accent-color) 2px;
	float: right;
}

@media only screen and (min-width: 720px) {
	div#DIV_Tourdata .DIV_BTN_Weiter {
		width: 0% !important
	}
}

div#DIV_Tourdata .DIV_BTN_Weiter .btn:hover {
	background: var(--tertiary-text-color) !important;
	border: solid var(--primary-accent-color) 2px !important;
	color: var(--primary-accent-color) !important;
}



/* Button Zurück */


div#DIV_Tourdata .DIV_BTN_Zurueck .btn {
	background: var(--tertiary-text-color);
	color: var(--primary-accent-color);
	font-size: 16px;
	margin: 10px auto;
	text-align: center;
	border: solid var(--primary-accent-color) 2px;
	float: right;
}

div#DIV_Tourdata .DIV_BTN_Zurueck {
	width: 0% !important
}

div#DIV_Tourdata .DIV_BTN_Zurueck .btn:hover {
	background: var(--primary-accent-color) !important;
	border: solid var(--primary-accent-color) 2px !important;
	color: var(--tertiary-text-color) !important;
}

div#DIV_Tourdata .DIV_TableCell .DIV_Titel {
	color: #5ec0e6;
	font-size: 16px
}

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: var(--primary-accent-color);
}

div#DIV_Tourdata .DIV_BTN_Zurueck a {
	background-color: transparent;
	border: 2px solid var(--primary-accent-color);
	color: var(--primary-accent-color);
}

div#DIV_Tourdata #BTN_Zurueck:hover {
	background-color: var(--tertiary-text-color);
}

/* Weitere Buttons */
div#DIV_Tourdata #BTN_Details {
	width: auto !important;
	background-color: transparent;
	border: 1px solid var(--primary-accent-color);
	color: var(--primary-accent-color);
}

div#DIV_Tourdata #BTN_Details:hover {
	background-color: #F0F0F0;
}

div#DIV_Tourdata .DIV_BTN_Kommentar {
	position: relative;
	right: 24px;
	/*width: 150px;*/
	/*Wird möglicherweise noch benötigt*/
}

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: 0px;
}

div#DIV_Tourdata #DIV_LoginDaten .DIV_BTN_Weiter a::after {
	height: 30px;
	right: 3px;
}

div#DIV_Tourdata #DIV_Reisekalender .DIV_AngebotDetail .DIV_BTN_Weiter a:before,
div#DIV_Tourdata #DIV_HPG_Reisearten .DIV_AngebotDetail .DIV_BTN_Weiter a:before,
div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotDetail .DIV_BTN_Weiter a:before,
div#DIV_Tourdata #DIV_HPG_Hotels .DIV_AngebotDetail .DIV_BTN_Weiter a:before {
	content: '';
	padding: 0;
}

div#DIV_Tourdata #DIV_HPG_Standardreisen .DIV_AngebotDetail .DIV_BTN_Kommentar {
	width: 175px;
}

div#DIV_Tourdata .DIV_BTN_Zurueck span {
	display: none;
}

div#DIV_Tourdata .DIV_BTN_Zurueck a:before {
	content: 'Zurück';
	padding-left: 0px;
}

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';
}

/* =============================================================================
   Positionsmarken oben (Bus - Adresse - Buchung - Bestätigung etc.)
   ========================================================================== */

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;
}

div#DIV_Tourdata .SPAN_PosNr {
	color: var(--primary-accent-color);
	background: none;
	background-color: white;
	float: left;
	text-align: center;
	line-height: 1.6em;
	margin: 0 0 0 24px;
	padding: 0;
	border: 2px solid var(--primary-accent-color);
	/*white-space:nowrap;*/
	width: 30px;
	height: 30px;
}

div#DIV_Tourdata .DIV_Active .SPAN_PosNr {
	color: var(--tertiary-text-color);
	font-weight: bold;
	background: none;
	background-color: var(--primary-accent-color);
	border: 2px solid var(--primary-accent-color);
}

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-repeat: no-repeat;
	background-position: top 15% left;
	background-color: transparent;
	background-size: auto;
	font-size: 18px;
	width: auto;
	/*width:55px;*/
	margin: 0 1px 0 0;
	float: left;
}

div#DIV_Tourdata #DIV_PositionTitel {
	display: block;
	color: 575755;
	font-size: 24px;
	font-weight: bold;
	text-indent: 0;
	/* alt 35px */
	width: 195px;
	left: 0;
	background-color: transparent;
}

/* =============================================================================
   Seitentitel
   ========================================================================== */

/*H2 Haupttitel*/
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;
	color: var(--tertiary-text-color);
	font-size: 30px;
	font-family: "Helvetica Neue", Arial;
	padding: 20px 0 0 10px;
}

@media only screen and (min-width: 720px) {

	/*H2 Haupttitel*/
	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 {
		padding: 40px 0 0 35px;
		font-size: 28px;
	}
}

/*H4 Untertitel*/
div#DIV_Tourdata .DIV_SeitenTitel h4 {
	font-size: 18px;
	font-weight: normal !important;
	font-style: italic;
	color: var(--tertiary-text-color);
	line-height: 1.283em;
	padding: 0 0 20px 10px;
}

@media only screen and (min-width: 720px) {

	/*H4 Untertitel*/
	div#DIV_Tourdata .DIV_SeitenTitel h4 {
		padding: 0 0 40px 35px;
		font-size: 21px;
	}
}

/*ändern rechts von Untertitel*/
div#DIV_Tourdata .DIV_SeitenTitel h4 a {
	border-bottom: 1px dotted var(--primary-accent-color);
	color: var(--primary-accent-color);
	margin-left: 10px;
}

/*Breite farbiger Balken vom Titel*/
div#DIV_Tourdata #DIV_TitelRes .DIV_SeitenTitel,
div#DIV_Tourdata div[id*='DIV_TitelRes'] .DIV_SeitenTitel {
	position: relative;
	/*top: 50px;*/
	left: 0;
	width: 100%;
	line-height: 2.5em;
	margin-bottom: 0px;
	z-index: 5;
}

/*Hintergrund von Seitentitel*/
div#DIV_Tourdata .DIV_SeitenTitel {
	background-color: var(--secondary-background-color);
}

/* =============================================================================
   Angebotsbeschreibung
   ========================================================================== */
div#DIV_Tourdata #DIV_AngebotHead .DIV_Angebot {
	background-color: var(--tertiary-background-color);
	border-color: var(--tertiary-background-color);
	margin-top: -15px;
	box-shadow: none;
}

div#DIV_Tourdata #DIV_AngebotHead .DIV_AngebotTitel {
	margin: 40px 0px 0px 30px;
}

div#DIV_Tourdata #DIV_AngebotHead .DIV_AngebotBeschreibung {
	margin: 15px 0px 0px 30px;

}

div#DIV_Tourdata #DIV_Reisekalender .DIV_Angebot .DIV_AngebotBild,
div#DIV_Tourdata #DIV_Reisekalender .DIV_Angebot .DIV_AngebotBild img {
	width: 200px;
}


div#DIV_Tourdata #DIV_AngebotHead .DIV_AngebotBild {
	margin: 0 0 0 0 !important;
	display: none;
}

/* =============================================================================
   Outlines Auswahlboxen
   ========================================================================== */

/*Seite Reisekalender*/

div#DIV_Tourdata #DIV_Reisekalender label {
	font-size: 14px;
}

div#DIV_Tourdata .btn {
	margin: 5px auto;
}

div#DIV_Tourdata #DIV_Reisekalender input:hover,
div#DIV_Tourdata #DIV_Reisekalender input:active,
div#DIV_Tourdata #DIV_Reisekalender textarea:hover,
div#DIV_Tourdata #DIV_Reisekalender textarea:active,
div#DIV_Tourdata #DIV_Reisekalender select:active,
div#DIV_Tourdata #DIV_Reisekalender select:hover {
	background: #ffffff;
	border: solid var(--primary-accent-color) 2px;
	color: black;
}

div#DIV_Tourdata #DIV_Reisekalender input[type="checkbox"] {
	margin-top: 25px;
	margin-bottom: 15px;
	width: 24px !important;
	height: 24px;
	border: 2px solid #a0a0a0;
	border-radius: 0px;
	background-color: #fff;
	box-shadow: none !important;
}

div#DIV_Tourdata input,
div#DIV_Tourdata select {
	color: #666666;
	background-color: #ffffff;
	border: 2px solid #dbdbdb;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: none !important;
}

div#DIV_Tourdata .DIV_DataPager {
	background: var(--secondary-background-color);
	border: 2px var(--secondary-background-color);
}

div#DIV_Tourdata .SPAN_Titel1,
.SPAN_Titel2 {
	color: #ffffff;
}

div#DIV_Tourdata #DIV_Reisekalender #DIV_TableInhalt .DIV_TableCell {
	background-color: #ffffff !important;
	margin-top: 0px;
	box-shadow: none;
}

div#DIV_Tourdata #DIV_Reisekalender .DIV_AngebotDatumHotel {
	font-weight: bold;
	font-size: 100%;
}

@media only screen and (min-width: 720px) {

	div#DIV_Tourdata #DIV_Reisekalender .DIV_AngebotDatumHotel {
		margin-top: -25px;
	}


	div#DIV_Tourdata #DIV_Reisekalender .DIV_AngebotDauer {
		margin-top: -50px;
	}
}

/*Seite ResevationRes*/

div#DIV_Tourdata .btn {
	margin: 5px auto;
}

div#DIV_Tourdata #DIV_ReservationRes input:hover,
div#DIV_Tourdata #DIV_ReservationRes input:active,
div#DIV_Tourdata #DIV_ReservationRes textarea:hover,
div#DIV_Tourdata #DIV_ReservationRes textarea:active,
div#DIV_Tourdata #DIV_ReservationRes select:active,
div#DIV_Tourdata #DIV_ReservationRes select:hover {
	background: #ffffff;
	border: solid var(--primary-accent-color) 2px;
	color: black;
}

div#DIV_Tourdata #DIV_ReservationRes input[type="checkbox"] {
	margin-top: 25px;
	margin-bottom: 15px;
	width: 24px !important;
	height: 24px;
	border: 2px solid #a0a0a0;
	border-radius: 0px;
	background-color: #fff;
	box-shadow: none !important;
	transform: translateY(5px);
}

div#DIV_Tourdata input,
div#DIV_Tourdata select {
	color: var(--secondary-background-color);
	background-color: #ffffff;
	border: 2px solid #dbdbdb;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: none !important;
}

/*Seite AdresseRes*/

div#DIV_Tourdata #DIV_AdresseRes label {
	font-size: 14px;
}

div#DIV_Tourdata .btn {
	margin: 5px auto;
}

div#DIV_Tourdata #DIV_AdresseRes input:hover,
div#DIV_Tourdata #DIV_AdresseRes input:active,
div#DIV_Tourdata #DIV_AdresseRes textarea:hover,
div#DIV_Tourdata #DIV_AdresseRes textarea:active,
div#DIV_Tourdata #DIV_AdresseRes select:active,
div#DIV_Tourdata #DIV_AdresseRes select:hover {
	background: #ffffff;
	border: solid var(--primary-accent-color) 2px;
	color: var(--primary-text-color);
}

div#DIV_Tourdata #DIV_AdresseRes input[type="checkbox"] {
	margin-top: 25px;
	margin-bottom: 15px;
	width: 24px !important;
	height: 24px;
	border: 2px solid var(--tertiary-background-color);
	border-radius: 0px;
	background-color: #fff;
	box-shadow: none !important;
}

div#DIV_Tourdata input,
div#DIV_Tourdata select {
	color: var(--primary-text-color);
	background-color: #ffffff;
	border: 2px solid var(--tertiary-background-color);
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: none !important;
}

/*oberer Hinweis ausblenden*/

div#DIV_Tourdata #DIV_AdresseRes #DIV_Hinweis {
	display: none;
}

/*unterer Hinweis Hintergrundfarbe*/

div#DIV_Tourdata #DIV_AdresseRes #DIV_HinweisTeilnehmer2 {
	background-color: var(--tertiary-accent-color);
}
div#DIV_Tourdata #DIV_AdresseRes #DIV_HinweisPass {
	background-color: var(--tertiary-accent-color);
}

/* =============================================================================
   Bestellabschlussseite
   ========================================================================== */

/*2. Bestätigungsbutton weg*/

div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_BTN_Weiter #BTN_Einkauf2 {
	display: none !important;
}

@media only screen and (min-width: 720px) {
	div#DIV_Tourdata #DIV_BTN_BuchungsAbschluss .DIV_BTN_Weiter .btn {
		width: 210px;
	}
}