/*Nexus 10*/
.content_booking_module .headline-wrp {
  margin-right: 1em;
  margin-bottom: 0.4em; }

.content_booking_module h4 {
  font-family: "Brandon_bld", sans-serif;
  font-size: calc(18px + (18 - 16) * (100vw - 400px) / 400);
  text-transform: uppercase;
  margin: 1em 0 0 0;
  display: inline-block; }

.content_booking_module .fancy-underline:after {
  margin-bottom: 0; }

.content_booking_module .fancy-underline small {
  font-size: 70%;
  font-family: "Arial", sans-serif;
  text-transform: none; }

.content_booking_module .field-group {
  display: block; }
  @media only screen and (min-width: 30em) {
    .content_booking_module .field-group {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.content_booking_module .field-group-radio {
  margin: 2em 0; }

.content_booking_module .field-item-row {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.content_booking_module .field-item-row .field-item-row {
  margin: 1.5em 1em 0 0; }

@media only screen and (min-width: 48em) {
  .content_booking_module .field-item-row {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    margin: 0 1em 0 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .content_booking_module .field-item-row label {
      width: auto; }
  .content_booking_module .field-item-row .field-item-row {
    margin: 0 0 0 1em; } }

.content_booking_module .label {
  font-size: calc(18px + (18 - 16) * (100vw - 400px) / 400);
  margin: 0 0.5em 0 0; }

.content_booking_module .field-item--radio label.label {
  font-size: calc(18px + (18 - 16) * (100vw - 800px) / 800);
  margin-left: 1.2em; }

.content_booking_module .select-number {
  width: 100px; }

.content_booking_module .optional-departure {
  font-size: calc(18px + (18 - 16) * (100vw - 800px) / 800);
  margin: 0 1em 1em 0; }

.content_booking_module .sortieren {
  margin: 0.5em 1em 1em 1em;
  font-size: 1em; }

.content_booking_module .occupancy-wrp {
  background-color: #e6e6e6;
  margin-top: 0.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.content_booking_module .occupancy-item {
  padding: 0.5em 0;
  background-color: #e6e6e6; }
  .content_booking_module .occupancy-item label {
    text-align: right; }

#available-hotels {
  position: relative;
  min-height: 150px; }
  #available-hotels .noresult {
    padding: 15px; }
