@charset "utf-8";
/* CSS Document */
/* =============================================================================
   Farben
   ========================================================================== */

   :root {
	--secondary-background-color: #AC8E48;

	--primary-accent-color: #AC8E48;
		
	--comment-background-color: #F6FF8E;
	--comment-title-color: #AC8E48;
	--comment-text-color: #AC8E48;

}


/* Spezifische Anpassungen */

/*div#DIV_Tourdata #DIV_Reservation #DIV_ReservationRes .DIV_LandleistungAuswahl .DIV_TableCaption{
	display: none;
}*/

div#DIV_Tourdata #DIV_FragebogenDaten label[for=CPH1_CB_DSGVO]{
	transform: translate(20px, -24px);
}

div#DIV_Tourdata #DIV_Reservation #DIV_ReservationRes #DIV_KinderAuswahl{
	display: none;
}

div#DIV_Tourdata #DIV_DankeFuerBuchungKopf #IMG_TO{
	max-height: 80px;
	margin-bottom: 30px;
}

/* Botton weiter im Header ausblenden */

div#DIV_Tourdata #DIV_AngebotRes #DIV_HPG_Hotel .DIV_AngebotDetail .DIV_TableRow{
	display: none;
}

/* Anpassungen an Hotel.aspx */

div#DIV_Tourdata #DIV_AngebotRes .DIV_SeitenTitel h1{
	margin-bottom: 30px;
}

div#DIV_Tourdata #DIV_AngebotRes .DIV_SeitenTitel h1{
	margin-bottom: 30px;
}

div#DIV_Tourdata #DIV_AngebotRes #DIV_HPG_Hotel .DIV_AngebotBild{
	margin-left: 35px;
	margin-top: 25px;
}

div#DIV_Tourdata #DIV_AngebotRes #DIV_HPG_Hotel .DIV_AngebotTitel{
	margin-top: 25px;
}

div#DIV_Tourdata #DIV_AngebotRes #DIV_Ergebnis .SPAN_Titel1{
	color: white;
	margin-left: 13px;
}

div#DIV_Tourdata #DIV_AngebotRes #DIV_Ergebnis .SPAN_Titel2{
	color: white;
}

div#DIV_Tourdata #DIV_AngebotRes #DIV_Ergebnis .SPAN_SeiteActive{
	color: white;
}

div#DIV_Tourdata #DIV_AngebotRes #DIV_Ergebnis .DIV_AngebotNr{
	display: none;
}

@media only screen and (min-width: 600px)  {

div#DIV_Tourdata #DIV_AngebotRes #DIV_Ergebnis .DIV_CellFeld{
	transform: translateY(-75%);
}
div#DIV_Tourdata #DIV_AngebotRes #DIV_Ergebnis #DIV_TableInhalt .DIV_AngebotStatus{
	transform: translateY(-15px);
}
div#DIV_Tourdata #DIV_AngebotRes #DIV_Ergebnis #DIV_TableInhalt #CPH1_LV_ReiseangeboteRes_DIV_AngebotStatus{
	transform: translateY(0px);
}
}