﻿/* Main-CSS für Online-Buchung */
/* Stand 15.10.2020 */
/* by mdas.ch */


/* ######################## */
/* Hintergrund */
/* ######################## */

body, .ui-widget {
	background: none;
}

.paddingWebApp .ui-widget-content {
	background: none;
}

.ui-datepicker .ui-datepicker-header {
	background: white;
}

.ui-datepicker .ui-datepicker-calendar {
	background: white;
}

.ui-combobox {
	background: white;
}

.ui-widget li {
	background: white;
}

.ui-widget li:hover {
	background: white;
}

.ui-dialog {
	background: white;
}

.Accordion-Background {
	background-color: rgba(255, 255, 255, 0.5);
}



/* ######################## */
/* Datepicker */
/* ######################## */

.ui-datepicker-next > .ui-icon-circle-triangle-e {
    background-position: 0px 0px;
    background-image: url(../../bpWebApp/images/tree/cal_arrow_M_right_24.png);
}

.ui-datepicker-prev > .ui-icon-circle-triangle-w {
    background-position: 0px 0px;
    background-image: url(../../bpWebApp/images/tree/cal_arrow_M_left_24.png);
}

.ui-datepicker-header > .ui-datepicker-buttonpane > button.ui-datepicker-current {
    background: url(../../bpWebApp/images/tree/cal_today_24.png) no-repeat center center;
}


/* ######################## */
/* Schriftart */
/* ######################## */

body, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea , .ui-widget-content {
    font-family: "Libre Baskerville", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #827c71;
}


/* ######################## */
/* Textformatierungen */
/* ######################## */

.ueberschrift1 {
	font-size: 2.2em;
	font-weight: 300;
	vertical-align: middle;
}

.ueberschrift2 {
	font-size: 1.4em;
	font-weight: 300;
	vertical-align: middle;
}

.ueberschrift3 {
	font-size: 1.1em;
	font-weight: 300;
	vertical-align: middle;
}


/* ######################## */
/* Tabulatoren */
/* ######################## */

.ui-tabs .ui-tabs-nav > li.ui-state-active a {
	color: #827c71;
	font-weight: bold;
}

.ui-tabs .ui-tabs-nav > li a {
	color: #827c71;
}

/* ######################## */
/* Accordion */
/* ######################## */

.ui-accordion .ui-accordion-content {
	padding: 20px;
}

.BpWebApp_Container_Accordion .BpWebApp_Container_Accordion_Index_Entry {
	color: #2E3338;
	font-weight: bold;
}

/* ######################## */
/* Padding */
/* ######################## */

.paddingWebApp {
	padding: 10px;
	background: none;
}



/* Icon aus Tabelle ausblenden */
th div::before {
	content: none;
}


/* Rahmen um WebApp entfernen */
.BpWebApp_Container_VBox_Content > .ui-widget-content {
	border: none;
	padding: 0px;
}


/* Margin aus Eingabefelder mit Buttons entfernen */
.ui-buttonset .ui-button {
	margin-left: 0px;
	margin-right: 0px;
}



/* ######################## */
/* Eingabefelder */
/* ######################## */

.BpWebApp_Field {
	border-radius: 0px;
}

.BpWebApp_Field_Text {
	border-radius: 0px;
}

.BpWebApp_Field_Required {
	border-color: #FF0000;
	
}

.ui-combobox > .BpWebApp_Field_Required {
	border-color: #FF0000 !important;
	
}

.width-auto input {
	width: auto !important;
}

.width-auto label {
	width: auto !important;
}


/* ######################## */
/* Buttons */
/* ######################## */

.BpWebApp_Button {
	font-size: 15px;
	background-color: #c7ab8e;
	border-color: #c7ab8e;
	color: #ffffff;
	cursor: pointer;
	opacity: initial;
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: inherit;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	line-height: initial;
}

.BpWebApp_Button:hover {
	font-size: 15px;
	background-color: #c7ab8e;
	border-color: #c7ab8e;
	color: #ffffff;
}


/* ######################## */
/* Zusammenfassung */
/* ######################## */

.Zusammenfassung .Summary_Ueberschrift {
	font-size: 1.4em;
	font-weight: 700;
}

.Zusammenfassung .ueberschrift2 {
	font-weight: bold;
}

.Zusammenfassung .BpWebApp_Field_Required {
	box-shadow: none;
}

.BpWebApp_Summary_Field_Box {
	
}

.BpWebApp_Container_VBox_Content .BpWebApp_Summary_Container_Box .BpWebApp_Field_Label {
	width: 250px;
}

.BpWebApp_Summary_Container_Box {
	text-align: left;
}

.BpWebApp_Field_Summary .ui-widget-content {
	border: none;
}

.BpWebApp_Summary_Field_Box .ui-state-hover {
	background: none;
}

.BpWebApp_Field_Summary .BpWebApp_Table_Cell {
	border: 1px solid black;
}

.BpWebApp_Field_Summary .ui-state-hover {
	border: none;
}

/* ######################## */
/* Lade-Dialog */
/* ######################## */

.BpWebApp_LoadingDialog {
	background-color: transparent;
}


/* ############## */
/* Footer */
/* ############## */

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	font-size: 10px;
}

.footer-copyright {
    float: right;
	font-size: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}


/* ############## */
/* Sonstiges */
/* ############## */

td input, td select, td textarea, th input, th select, th textarea {
    width: 100% !important;
}

.css-newsletter-ueberobjekt {
	display: flex;
}

.css-newsletter-beschriftung {
	width: 100% !important;
}