.rechtsbuendig {
  text-align: right;
}
.warning {
  color: #ff0000;
}
.fett {
  font-weight: bold;
}
.noshow {
  display: none;
}
.show {
  display: block;
}
.zentriert,
.centered {
  text-align: center;
}
.ausgeblendet {
  display: none;
}
.noTextBreak {
  white-space: nowrap;
}
.control-label.frmRequired::after,
.helpFrmRequired:after,
.frmRequired::after,
.control-label > .frmRequired::after {
  color: red;
  content: "*";
}
.notToPDF {
  margin-left: 1em;
  margin-top: .5em;
  margin-bottom: .5em;
  cursor: pointer;
}
.hover {
  cursor: pointer;
}
.datepicker table tr td,
.datepicker table tr th {
  color: black;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #efefef;
}
.datepicker table tr td.highlighted {
  background-color: lightpink;
  color: red;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted.disabled:hover {
  background-color: lightpink;
  color: #efefef;
}
.feiertag {
  background-color: lightpink;
  color: #888888;
  border: 1px solid black !important;
}
.feiertag:hover {
  background-color: #ffac00 !important;
}
.card-deck {
  display: inline-block;
  flex-wrap: wrap;
  align-items: stretch;
}
input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 2.5em;
  height: 2.5em;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
}
body {
  font-family: 'Verdana', 'Arial', sans-serif;
  font-size: 1rem;
  color: #121212;
}
#irContent {
  margin-top: 9.5em;
}
#oben {
  background-image: url('/images/background.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: .5em;
}
#overlay {
  margin-top: 1.6em;
  position: relative;
}
.btn {
  margin-bottom: .5em;
}
.logo {
  position: relative;
  top: .45em;
  z-index: 100;
}
#kontakt {
  max-width: 350px;
  right: 1em;
  min-width: 330px;
  padding: .5em;
  z-index: 100;
  background-color: transparent;
  top: -0.55em;
  position: relative;
}
#kontakt_text {
  color: #42771D;
  text-align: left;
  margin: .5em;
  padding-left: .5em;
  z-index: 100;
  background-color: rgba(255,255,255,0.8);
}
#menuplan {
  background-color: #93c11a;
}
#res_zimmer,
#opening {
  background-color: #9CBF1B;
}
#res_tisch {
  background-color: #BFD962;
}
