/** BUCHUNGSMASKE KURPARK BS **/
.bookRoom h2 {
    color: #FF5DD1;
    font-family: serif;
	font-style: italic;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 34px;
}

.bookRoom label {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1.3em;
}

.select_box2 {
	padding: 0 30px 0 10px;
	height: 46px;
}

.submitBtn {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

div.wlogo {
  height: 0px;
  display: none;
}

.titlebar {
  color: white;
  font-size: 100%;
}

header.sticky .titlebar {
  font-size: 90%;
}

.select_box {
	border: black 1px solid;
}

.input1 {
	border: black 1px solid;
}

.txtArea {
	border: black 2px solid;
}

.hotContent > h4 {
   font-size: 18px;
}

h4 {
  padding-bottom: 5px;
}

h3 {
  font-size: 1.9em;
  font-family: sans-serif;
  font-weight: 600;
  padding: 5px;
}

h2 {
    color: #fff;
    font-size: 24px;
    padding: 10px 0 10px;
    position: relative;
    font-weight: 300;
}


/** Info Buchungskategorie - Stornofrist-Popup: */
.qm .hint {
  font-weight: normal;
  text-align: center;
  background: #e7e7e7 none repeat scroll 0px 0px;
  padding: 10px;  
}

.btn_book {
  background: #AD1915;
  padding: 10px 24px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;  
  margin-bottom: 5px;
}

.btn_next {
	padding: 12px 30px;
	background: #AD1915;
	line-height: 1.5;
	width: auto;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-family: 'Open Sans', sans-serif;
}

html > body .all_btn {
  background: #AD1915;
}

.form-group label {
  font-weight: 300;
  font-size: 1.3em;
  margin-top: 10px;
}

/** Verfügbarkeitskalender: Namen Fewo+Zahlen etwas größer und Padding oben unten weniger sowie Überschrift kleiner=> bei H3 */
table.avail th {
Font-size: 14px;
}

.p-v-30 {
    padding: 0px 0px 10px 0px;
}





	
	

