table.tx_nwtariftabelle {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 3.2em 0;
}
table.tx_nwtariftabelle td,
table.tx_nwtariftabelle th {
  padding: 0.8em 1.2em;
  border: 3px solid #fff;
  text-align: center;
  background-color: #e4e9f4;
}
table.tx_nwtariftabelle tr td:first-child {
  text-align: left;
}
table.tx_nwtariftabelle th.blank {
  background-color: #fff;
}
table.tx_nwtariftabelle th.title {
  background-color: #c7d2e8;
}
table.tx_nwtariftabelle th strong {
  color: #255fa8;
}
div.frame-type-spics-usermanual-field {
  margin: 0;
}
div.ce-spics-usermanual-field table {
  margin-bottom: 0;
}
div.frame-type-spics-usermanual-field:last-of-type table {
  border-bottom: 1px solid #dddddd;
}
div.ce-spics-usermanual-field table td.col-1 {
  width: 25%;
}
div.ce-spics-usermanual-field table td.col-2 {
  width: 75%;
}
form.wohnangebot-formular div {
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 769px) {
  form.wohnangebot-formular div {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
form.wohnangebot-formular label {
  padding: 0.3em 0;
}
@media only screen and (max-width: 768px) {
  form.wohnangebot-formular label {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  form.wohnangebot-formular label {
    width: 25%;
  }
}
form.wohnangebot-formular div.field-text input {
  padding: 0.3em 0.6em;
}
@media only screen and (min-width: 769px) {
  form.wohnangebot-formular div.field-text input {
    width: 50%;
  }
}
form.wohnangebot-formular div.field-text-small input {
  padding: 0.3em 0.6em;
}
@media only screen and (min-width: 769px) {
  form.wohnangebot-formular div.field-text-small input {
    width: 20%;
  }
}
form.wohnangebot-formular div.field-select select {
  padding: 0.3em 0.6em;
}
@media only screen and (min-width: 769px) {
  form.wohnangebot-formular div.field-select select {
    width: 50%;
  }
}
form.wohnangebot-formular div.field-radio input {
  margin: 0;
  margin-right: 0.6em;
}
form.wohnangebot-formular div.field-radio span {
  display: inline-block;
  padding: 0.3em 0;
  margin-right: 1.2em;
}
form.wohnangebot-formular div.field-check input {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  form.wohnangebot-formular div.field-check input {
    margin-left: 25%;
  }
}
form.wohnangebot-formular div.field-check label {
  padding: 0 0.6em;
}
@media only screen and (max-width: 768px) {
  form.wohnangebot-formular div.field-check label {
    display: inline;
  }
}
form.wohnangebot-formular div.field-button input {
  padding: 0.3em 0.6em;
}
@media only screen and (min-width: 769px) {
  form.wohnangebot-formular div.field-button input {
    margin-left: 25%;
  }
}
div.wohnangebot {
  padding: 2.4em 0 1.2em 0;
}
@media only screen and (min-width: 769px) {
  div.wohnangebot {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
div.wohnangebot + div.wohnangebot {
  border-top: 1px solid #555;
}
div.wohnangebot-details figure.wohnangebot-bild {
  margin: 2.4em 0;
}
@media only screen and (min-width: 769px) {
  div.wohnangebot-details dl dt,
  div.wohnangebot-details dl dd {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.6em;
  }
}
@media only screen and (min-width: 769px) {
  div.wohnangebot-details dl dt {
    width: 30%;
  }
}
@media only screen and (min-width: 769px) {
  div.wohnangebot-details dl dd {
    width: 70%;
  }
}
@media only screen and (min-width: 769px) {
  div.wohnangebot-details div.galerie {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.wohnangebot-details div.galerie figure {
  margin: 0.6em 0.6em 0 0;
}
div#belegung-wrap {
  position: relative;
  overflow: hidden;
}
div#belegung-wrap:before {
  content: "";
  display: block;
  position: absolute;
  border: 5px solid #0081b7;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
@media only screen and (min-width: 769px) {
  div#belegung-wrap:before {
    left: 33.33%;
    width: 33.33%;
  }
}
div#belegung-wrap div#belegung-prev,
div#belegung-wrap div#belegung-next {
  position: absolute;
  top: 12px;
  width: 20px;
  height: 25px;
}
@media only screen and (min-width: 769px) {
  div#belegung-wrap div#belegung-prev,
  div#belegung-wrap div#belegung-next {
    top: 45%;
  }
}
div#belegung-wrap div#belegung-prev a,
div#belegung-wrap div#belegung-next a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
}
div#belegung-wrap div#belegung-prev a::before,
div#belegung-wrap div#belegung-next a::before,
div#belegung-wrap div#belegung-prev a::after,
div#belegung-wrap div#belegung-next a::after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 3px;
  height: 3px;
  width: 15px;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  div#belegung-wrap div#belegung-prev a::before,
  div#belegung-wrap div#belegung-next a::before,
  div#belegung-wrap div#belegung-prev a::after,
  div#belegung-wrap div#belegung-next a::after {
    background: #666;
  }
}
div#belegung-wrap div#belegung-prev {
  left: 14px;
}
@media only screen and (min-width: 769px) {
  div#belegung-wrap div#belegung-prev {
    left: 0px;
  }
}
div#belegung-wrap div#belegung-prev a::before {
  top: 14px;
  transform: rotate(45deg);
}
div#belegung-wrap div#belegung-prev a::after {
  top: 5px;
  transform: rotate(-45deg);
}
div#belegung-wrap div#belegung-next {
  right: 10px;
}
@media only screen and (min-width: 769px) {
  div#belegung-wrap div#belegung-next {
    right: -6px;
  }
}
div#belegung-wrap div#belegung-next a::before {
  top: 14px;
  transform: rotate(-45deg);
}
div#belegung-wrap div#belegung-next a::after {
  top: 5px;
  transform: rotate(45deg);
}
div#belegung {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  transition: 0.5s translate ease-in-out;
  /* Month header */
  /* Month list */
  /* Previous button inside month header */
  /* Next button */
  /* Weekdays (Mon-Sun) */
  /* Days (1-31) */
  /* Highlight the "current" day */
  /* Highlight belegt */
  /* Highlight verfügbar */
  /* Highlight nicht innerhalb des Monats */
  /* Highlight undefiniert (nicht mehr angezeigt) */
}
div#belegung div.calreservation-month {
  padding: 10px;
  width: 100%;
  flex-shrink: 0;
  opacity: 0.7;
  transform: scale(0.75);
  transition: 0.5s all ease-in-out;
}
div#belegung div.calreservation-month.active {
  transform: scale(1);
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  div#belegung div.calreservation-month {
    width: 33.33%;
  }
}
div#belegung .month {
  padding: 3px 3px;
  width: 100%;
  background: #009ee0;
  text-align: center;
}
div#belegung .month ul {
  margin: 0;
  padding: 0;
}
div#belegung .month ul li {
  list-style-type: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div#belegung .month .prev {
  float: left;
  padding-top: 10px;
}
div#belegung .month .next {
  float: right;
  padding-top: 10px;
}
div#belegung .weekdays {
  margin: 0;
  padding: 3px 0;
  /*background-color:#ddd;*/
}
div#belegung .weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #999;
  text-align: center;
  margin-left: 1px;
  font-size: 11px;
}
div#belegung .days {
  padding: 10px 0;
  margin: 0;
}
div#belegung .days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-left: 1px;
  margin-bottom: 1px;
  font-size: 12px;
  color: #777;
}
div#belegung .days li.active {
  padding: 5px;
  background: #1abc9c;
  color: white !important;
}
div#belegung .days li.reserved {
  padding: 5px;
  background: #B40000;
  color: white !important;
}
div#belegung .days li.available {
  padding: 5px;
  background: #3C9D46;
  color: white !important;
}
div#belegung .days li.outside {
  padding: 5px;
  color: white !important;
}
div#belegung .days li.undefined {
  padding: 5px;
  background: #D7D7D7;
  color: white !important;
}
/* The work below, CSSBox, is released under the Creative Commons
   Attribution-ShareAlike 4.0 license and is available on
   https://github.com/TheLastProject/CSSBox. You are not required to add
   additional credit to your website, just leave the above text in this file */
div.cssbox {
  display: inline-block;
}
span.cssbox_full {
  z-index: 999999;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  transition: opacity 0.5s linear;
}
span.cssbox_full img {
  position: fixed;
  background-color: white;
  margin: 0;
  padding: 0;
  max-height: 90%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px black;
}
a.cssbox_close,
a.cssbox_prev,
a.cssbox_next {
  z-index: 999999;
  position: fixed;
  text-decoration: none;
  visibility: hidden;
  color: white;
  font-size: 36px;
}
a.cssbox_close {
  top: 1%;
  right: 1%;
}
a.cssbox_close::after {
  content: '\00d7';
}
a.cssbox_prev,
a.cssbox_next {
  top: 50%;
  transform: translate(0%, -50%);
}
a.cssbox_prev {
  left: 5%;
}
a.cssbox_next {
  right: 5%;
}
a:target ~ a.cssbox_close,
a:target ~ a.cssbox_prev,
a:target ~ a.cssbox_next {
  visibility: visible;
}
a:target > img.cssbox_thumb + span.cssbox_full {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

/* This is the end of CSSBox */
