/*Nexus 10*/
.betrieb_detail_module h3 {
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-top: 0.2em; }

.betrieb_detail_module .descr {
  font-family: "Arial", sans-serif;
  font-size: 1.2em; }

.betrieb_detail_module .content_betrieb_header .prehead {
  font-family: "Arial", sans-serif;
  font-size: 1.0em;
  text-transform: uppercase; }
  @media only screen and (min-width: 48em) {
    .betrieb_detail_module .content_betrieb_header .prehead {
      font-size: calc(18px + (18 - 16) * (100vw - 800px) / 400); } }

.betrieb_detail_module .content_betrieb_header .price-area {
  display: inline-block; }

@media only screen and (min-width: 48em) {
  .betrieb_detail_module .content_betrieb_header .price-area {
    display: none; } }

.betrieb_detail_module .price-area {
  display: inline-block;
  margin-bottom: 1em; }
  .betrieb_detail_module .price-area .price-box {
    background-color: #000;
    color: #FFF;
    width: 100%;
    padding: 0.5em 0 0.5em 1.5em; }
    .betrieb_detail_module .price-area .price-box strong:first-of-type {
      text-transform: uppercase; }
    .betrieb_detail_module .price-area .price-box .price strong {
      font-size: 1.5em;
      font-family: "Arial", sans-serif; }

.betrieb_detail_module .betrieb_bullet_list {
  font-size: 1.1em;
  line-height: 2;
  margin-bottom: 2em; }
  .betrieb_detail_module .betrieb_bullet_list h6 {
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    font-size: calc(16px + (16 - 16) * (100vw - 400px) / 400);
    margin: 2em 0 1em; }
  .betrieb_detail_module .betrieb_bullet_list li {
    position: relative;
    display: block;
    margin-bottom: 0.5em;
    padding-left: 0.7em; }
    .betrieb_detail_module .betrieb_bullet_list li:before {
      content: '\2022';
      font-size: 1.125em;
      display: block;
      position: absolute;
      left: 0;
      top: -0.1em; }

.betrieb_detail_module .image-gallery figure {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 30em) {
    .betrieb_detail_module .image-gallery figure {
      height: 300px; } }
  @media only screen and (min-width: 41.25em) {
    .betrieb_detail_module .image-gallery figure {
      height: 400px; } }
  @media only screen and (min-width: 64em) {
    .betrieb_detail_module .image-gallery figure {
      height: 500px; } }

.betrieb_detail_module .image-gallery-nav figure {
  width: 50px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1em;
  margin-right: 1em; }
  .betrieb_detail_module .image-gallery-nav figure:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 30em) {
    .betrieb_detail_module .image-gallery-nav figure {
      height: 100px; } }
  @media only screen and (min-width: 41.25em) {
    .betrieb_detail_module .image-gallery-nav figure {
      height: 90px; } }
  @media only screen and (min-width: 64em) {
    .betrieb_detail_module .image-gallery-nav figure {
      height: 100px; } }

.betrieb_detail_module .split-right {
  display: none; }

@media only screen and (min-width: 48em) {
  .betrieb_detail_module .split-left {
    float: left;
    width: calc(100% - 300px); }
  .betrieb_detail_module .split-right {
    float: right;
    width: 200px;
    display: block; } }

.betrieb_detail_module .contact-info {
  display: none; }

@media only screen and (min-width: 48em) {
  .betrieb_detail_module .contact-info {
    display: block; }
  .betrieb_detail_module .price-area {
    margin-bottom: 2em; } }

.betrieb_detail_module .contact-info {
  border-left: 1px solid #000;
  padding-left: 1em; }
  .betrieb_detail_module .contact-info .contact_header {
    text-transform: uppercase; }
  .betrieb_detail_module .contact-info .statement {
    font-family: "Arial", sans-serif;
    font-style: italic;
    font-size: 1.0em; }

.betrieb_detail_module .services {
  margin: 1em 0; }
  .betrieb_detail_module .services h5 {
    font-family: "Arial", sans-serif;
    text-transform: uppercase; }
  .betrieb_detail_module .services li {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    margin: 0.5em 0.5em 0.5em 0; }
  @media only screen and (min-width: 30em) {
    .betrieb_detail_module .services ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.betrieb_detail_module .plus-sign {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  padding: 1em; }

.betrieb_detail_module table {
  table-layout: fixed;
  width: 100%;
  padding-right: 5%; }
  @media only screen and (min-width: 30em) {
    .betrieb_detail_module table td {
      position: relative; }
      .betrieb_detail_module table td:before {
        content: "..................................................................................................................................................................................................................................................";
        position: absolute;
        width: 100%;
        display: block;
        bottom: 5px;
        right: 10px;
        white-space: nowrap;
        overflow: hidden; }
      .betrieb_detail_module table td span {
        background-color: #FFF;
        position: relative;
        padding-left: 10px; }
    .betrieb_detail_module table tr:last-child td:before, .betrieb_detail_module table td.amount:before, .betrieb_detail_module table td.price:before {
      content: ""; } }
  @media only screen and (min-width: 48em) {
    .betrieb_detail_module table {
      table-layout: auto;
      -webkit-flex-basis: 20%;
          -ms-flex-preferred-size: 20%;
              flex-basis: 20%;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  .betrieb_detail_module table .amount {
    text-align: right;
    width: 5%; }
  .betrieb_detail_module table .desc {
    width: 60%;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right; }
  .betrieb_detail_module table .price {
    width: 20%;
    text-align: right; }
  .betrieb_detail_module table .sum {
    text-align: right; }

.betrieb_detail_module .buchung-package {
  background-color: #e6e6e6;
  padding: 0.5em; }
  .betrieb_detail_module .buchung-package table {
    background-color: #FFF;
    margin: 0 auto;
    font-family: "Arial", sans-serif; }

.betrieb_detail_module .buchung-rooms {
  background-color: #e6e6e6;
  padding: 0.5em; }
  .betrieb_detail_module .buchung-rooms .room-items {
    background-color: #FFF;
    margin: 0; }
  .betrieb_detail_module .buchung-rooms .room-item {
    padding: 0.3em;
    padding-left: 1.5em;
    position: relative;
    line-height: 1.2;
    border-bottom: 3px solid #e6e6e6;
    margin: 0.2em 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .betrieb_detail_module .buchung-rooms .room-item.open, .betrieb_detail_module .buchung-rooms .room-item:nth-last-child(2) {
      border-bottom: none; }
    .betrieb_detail_module .buchung-rooms .room-item:last-child {
      border-bottom: none; }
    .betrieb_detail_module .buchung-rooms .room-item:before {
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-image: url(/plugins/Progfb_Project/static/images/svg/plus_bold.svg);
      width: 13px;
      height: 13px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0.4em; }
    .betrieb_detail_module .buchung-rooms .room-item.open:before {
      background-image: url(/plugins/Progfb_Project/static/images/svg/minus.svg); }
    .betrieb_detail_module .buchung-rooms .room-item select {
      margin-top: 0.5em; }
    .betrieb_detail_module .buchung-rooms .room-item .select_with_label {
      padding: 0 0.5em;
      margin-top: 0.5em;
      color: #949599; }
      .betrieb_detail_module .buchung-rooms .room-item .select_with_label label {
        display: block; }
    .betrieb_detail_module .buchung-rooms .room-item .availability {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin: 0.5em; }
      .betrieb_detail_module .buchung-rooms .room-item .availability small {
        font-size: 100%;
        font-family: "Arial", sans-serif; }
    .betrieb_detail_module .buchung-rooms .room-item .price {
      -webkit-flex-basis: 10%;
          -ms-flex-preferred-size: 10%;
              flex-basis: 10%;
      text-align: right;
      padding-right: 1em;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center; }
    .betrieb_detail_module .buchung-rooms .room-item .board {
      -webkit-flex-basis: 100px;
          -ms-flex-preferred-size: 100px;
              flex-basis: 100px;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center; }
    .betrieb_detail_module .buchung-rooms .room-item .btn {
      -webkit-flex-basis: 50px;
          -ms-flex-preferred-size: 50px;
              flex-basis: 50px;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center; }
    .betrieb_detail_module .buchung-rooms .room-item .select_with_label {
      margin-top: 0; }
    .betrieb_detail_module .buchung-rooms .room-item .additional:before {
      content: "";
      width: 13px;
      height: 13px;
      display: inline-block;
      margin: 0 0.5em;
      background-image: url("/plugins/Progfb_Project/static/images/svg/plus_bold.svg");
      background-size: contain;
      background-repeat: no-repeat; }
  .betrieb_detail_module .buchung-rooms .btn-wrp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 1em; }
    .betrieb_detail_module .buchung-rooms .btn-wrp a {
      margin-bottom: 14px; }
  .betrieb_detail_module .buchung-rooms .room-gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .betrieb_detail_module .buchung-rooms .room-name {
    margin-top: 1em;
    font-size: 1.2em;
    font-family: "Arial", sans-serif; }
  @media only screen and (min-width: 64em) {
    .betrieb_detail_module .buchung-rooms .room-item {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .betrieb_detail_module .buchung-rooms .room-item .room {
        -webkit-flex-basis: 250px;
            -ms-flex-preferred-size: 250px;
                flex-basis: 250px; }
      .betrieb_detail_module .buchung-rooms .room-item .board {
        -webkit-flex-basis: 200px;
            -ms-flex-preferred-size: 200px;
                flex-basis: 200px; }
      .betrieb_detail_module .buchung-rooms .room-item .availability {
        -webkit-flex-basis: 150px;
            -ms-flex-preferred-size: 150px;
                flex-basis: 150px; }
        .betrieb_detail_module .buchung-rooms .room-item .availability small {
          font-size: 80%; } }

.betrieb_detail_module .room-details {
  border-bottom: 5px solid #e6e6e6; }
  .betrieb_detail_module .room-details .inner {
    padding: 1em;
    margin: 0 auto;
    max-width: 480px; }
  .betrieb_detail_module .room-details img {
    width: 30%;
    margin-right: 3%; }
