/* =============================================================================
	GLUR
	========================================================================== */

/* ALLGEMEIN
	========================================================================== */
html, body {
	font-size: 16px;
	/*font-family:"Univers® 45 Light";*/
	font-family: "Univers LT", Arial, sans-serif;
}
/* HYPERLINKS
	========================================================================== */


/* BUTTONS
	========================================================================== */

	
	
/* TITEL UND ÜBERSCHRIFTEN
	========================================================================== */
	
	
	
/* POSITIONSMARKEN (Bus - Adresse - Buchung - Bestätigung etc.)
	========================================================================== */
div#DIV_Tourdata #DIV_Positions {
	width: auto;
	float: right;
	position: absolute; top: 35px; right: 10px;
}
/* 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 {
   display: inline-block;
	font-size: 110%; text-indent: 0;
	width: auto;
	position: relative; top: 0; left: 0;
	/*margin-top:15px;*/
	background-color: transparent;
	z-index: 15;
}
div#DIV_Tourdata #DIV_Positions .DIV_TableRow {
	width: auto;
	float: right;
}
div#DIV_Tourdata #DIV_Positions .DIV_TableRow div {
	line-height: 1.65em;
}
div#DIV_Tourdata .DIV_Active .SPAN_PosNr {
	color: #DCDCDC; font-weight: bold;
	border: 1px solid #696969;
	background: -moz-linear-gradient(top, #C0C0C0 0%, #696969);
	background: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#696969));
	text-shadow: none;

}
div#DIV_Tourdata .SPAN_PosNr {
	font-size: 90%;
	float: right;
	text-align: center;
   margin :0 0 0 15px; padding: 0;
	border: 1px solid LightGray;
   width: 25px; height: 25px;
	-webkit-border-radius: 0;
	 -moz-border-radius: 0;
			border-radius: 0;
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 1px rgba(255,255,255,0.3);
	text-shadow: 0px -1px 0px rgba(211,211,211,0.4), 0px 1px 0px rgba(255,255,255,0.3);
}


/* Status Farben nicht mit Bildern, sondern mit Text
	-------------------------------------------------------------------------- */



/* FORMULARE
	========================================================================== */




/* DATUMSÜBERSICHT
	========================================================================== */




/* RESERVATION
	========================================================================== */


/* Prospektbestellung
	========================================================================== */
div#DIV_Tourdata .DIV_Prospekte .DIV_Prospekt {
    width: calc(100% - 20px);
    float: left;
    text-align: center;
    margin: 15px 5px;
}
div#DIV_Tourdata .DIV_Prospekte .DIV_Prospekt .DIV_Auswahl input {

    margin: 5px 10px !important;

}

/* UMFRAGE
	========================================================================== */
div#DIV_Tourdata #DIV_Umfrage {
	width: auto;
	margin: 0 10px;
}
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%;
	padding: 10px 0;
	line-height: normal;
	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 {
	display: none;
	position: absolute; top: -10px;
}
div#DIV_Tourdata #DIV_Umfrage #DIV_PositionTitel {
	display: none;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_GruppenTitel {
	display: block;
	color: inherit;
	font-size: 24px;
	font-weight: bold;
	text-indent: 0;
	background-color: transparent;
	margin: 40px 0 0;
}
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 {
	width: 160px;
	font-size: 100%;
	float: left;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Buchungsdaten .DIV_Feld {
	width: calc(100% - 170px);
	float: left;
}
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;
	padding: 0 0 5px;
	display: inline-block;
}
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 textarea.EditGross {
	background-image: none;
	height: 70px;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Zurueck a.btn {
	background-color: transparent;
	color: inherit;
}
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 {
	position: relative;
	float: right;
}
div#DIV_Tourdata .DIV_BTN_Weiter a.btn_abschluss:before {
	content: '';
	display: inline-block;
}
div#DIV_Tourdata .DIV_BTN_Weiter a.btn_abschluss {
	width: 245px;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Weiter a.btn_abschluss {
	text-align: center;
	width: 155px;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Weiter a.btn_abschluss#CPH1_BTN_UmfrageSenden {
	width: 195px;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Weiter a.btn_abschluss#CPH1_BTN_UmfrageSenden span {
	margin: 0 auto;
	width: 195px;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Weiter a.btn_abschluss span {
	display: block;
	visibility: visible;
	position: absolute;
	top: 6px;
}



/* Layout für Mobilgeräte: 481px bis 1080px (SamsungS4, iPhone6Plus) Portrait. */
@media only screen and (min-width: 481px) and (max-width: 1080px) and (orientation:portrait) {
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. (alt - and (orientation:landscape) -) */
@media only screen and (min-width: 481px) {
}

/* Desktoplayout: 769 bis maximal 1675px (vorher 1232).  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 769px) and (orientation:landscape) {

/* Prospektbestellung
	========================================================================== */
div#DIV_Tourdata .DIV_Prospekte .DIV_Prospekt {
    width: calc(100% / 4 - 20px);
    float: left;
    text-align: center;
    margin: 15px 5px;
}


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;
	padding: 0;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown .DIV_Positions {
	display: block;
	position: relative;
	margin-top: -10px;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown .DropDown {
	margin: 2px 0;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_Dropdown .Edit {
	margin: 2px 0;
	font-size: 100%;
}
div#DIV_Tourdata #DIV_Umfrage .DIV_BTN_Weiter a.btn_abschluss#CPH1_BTN_UmfrageSenden {
	padding-left: 0;
}
}
 