/* ================================================================ */
/* ================================================================ */
/* Common */
.clear {
  clear: both; }

.row.space-below {
  margin-bottom: 30px; }

.panel-heading A.shy-link {
  color: #333333;
  cursor: pointer; }

/* ================================================================ */
/* Page */
h1.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
  font-size: 30px; }

#PageHomeLink {
  background-image: url("media/page-head-icon.png");
  background-repeat: no-repeat;
  padding-left: 72px; }

/* ================================================================ */
/* Navigation */
.navbar-inverse .navbar-brand {
  color: #ffffff;
  font-weight: bold; }

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  /*border: 0px solid #000000;*/
  border: 1px solid transparent;
  /*border-width: 0px 1px 1px 1px;*/
  /*background-color: #333;*/
  border-radius: 1px;
  margin: 5px;
  padding: 8px;
  font-weight: bold; }
  .navbar-inverse .navbar-nav > li > a.selected, .navbar-inverse .navbar-nav > li > a:hover {
    border-color: #2e6da4;
    background-color: #337ab7;
    background: #337ab7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #337ab7 0%, #337ab7 46%, #2e6da4 55%, #2e6da4 55%, #2e6da4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 46%, #2e6da4 55%, #2e6da4 55%, #2e6da4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #337ab7 0%, #337ab7 46%, #2e6da4 55%, #2e6da4 55%, #2e6da4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#2e6da4',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #6fa6d6;
    border-width: 1px 1px 1px 1px; }

/* ================================================================ */
/* Expose */
.row.be-expose-controls {
  padding-top: 10px; }

.be-expose-img-row a {
  display: inline;
  float: left;
  margin: 5px 5px 5px 0px; }
  .be-expose-img-row a img {
    display: inline; }

.panel .be-expose-imgs .be-expose-imgs-left {
  /*            overflow: hidden;
              max-height: 216px;*/ }

.be-expose-objekt-detail .be-detail-panel {
  padding: 10px; }
  .be-expose-objekt-detail .be-detail-panel .be-detail-panel-tiles {
    margin: 0px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center; }
    .be-expose-objekt-detail .be-detail-panel .be-detail-panel-tiles .be-detail-tile-spacer {
      padding-left: 5px;
      padding-right: 5px; }
    .be-expose-objekt-detail .be-detail-panel .be-detail-panel-tiles .be-detail-tile {
      display: block;
      padding: 4px;
      margin-bottom: 10px;
      margin-right: 0px;
      line-height: 1.42857143;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      -webkit-transition: border .2s ease-in-out;
      -o-transition: border .2s ease-in-out;
      transition: border .2s ease-in-out; }
      .be-expose-objekt-detail .be-detail-panel .be-detail-panel-tiles .be-detail-tile .be-detail-icon,
      .be-expose-objekt-detail .be-detail-panel .be-detail-panel-tiles .be-detail-tile .be-detail-text,
      .be-expose-objekt-detail .be-detail-panel .be-detail-panel-tiles .be-detail-tile .be-detail-value {
        text-align: center; }
      .be-expose-objekt-detail .be-detail-panel .be-detail-panel-tiles .be-detail-tile .be-detail-icon {
        font-size: 120%;
        color: #999999; }
      .be-expose-objekt-detail .be-detail-panel .be-detail-panel-tiles .be-detail-tile .be-detail-text {
        font-size: 90%; }
  .be-expose-objekt-detail .be-detail-panel .be-expose-detail {
    padding-left: 30px;
    padding-right: 30px; }
    .be-expose-objekt-detail .be-detail-panel .be-expose-detail.be-expose-detail-preisab {
      font-size: 140%;
      margin-bottom: 10px; }
  .be-expose-objekt-detail .be-detail-panel .be-expose-controls {
    margin-top: 20px; }
.be-expose-objekt-detail .be-expose-text {
  margin-top: 20px; }

.app-datepicker-inline .ui-datepicker-inline {
  width: 100%; }
.app-datepicker-inline .dp-day-blocked > .ui-state-default {
  background: none;
  background-color: #cccccc; }
.app-datepicker-inline .dp-day-in-range > .ui-state-default {
  background: none;
  background-color: #b3ecff; }
.app-datepicker-inline .dp-day-in-range-border > .ui-state-default {
  background: none;
  background-color: #70dbff; }
.app-datepicker-inline .ui-state-default.ui-state-active {
  color: #fff;
  background: none;
  background-color: #00b3ee; }

/* ================================================================ */
/* Anfahrt */
.gmaps-anfahrt-container {
  border: 1px solid #d0d0d0;
  padding: 0px; }
  .gmaps-anfahrt-container .gmaps-anfahrt {
    display: block;
    width: 100%;
    height: 600px;
    margin: 0px;
    padding: 0px; }

/* ================================================================ */
/* Datepicker */
.ui-datepicker-calendar td > span,
.ui-datepicker-calendar td > a {
  min-height: 30px;
  line-height: 30px; }

.ui-datepicker-title .ui-datepicker-year,
.ui-datepicker-title .ui-datepicker-month {
  min-height: 24px; }

/* ================================================================ */
/* Booking Form */
#BookingForm INPUT.ng-invalid {
  background-color: #ffffcc; }

/* ================================================================ */
/* Animations */
.busytext {
  font-size: 24px;
  font-weight: bold;
  color: #888;
  line-height: 50px;
  vertical-align: top;
  padding-left: 10px; }

.busyindicator > span {
  width: 20px;
  height: 50px;
  background-color: #2e6da4;
  display: inline-block;
  animation: busyindicator-anim 2.5s infinite ease-in-out both; }

.busyindicator .busyindicator1 {
  animation-delay: -0.80s; }

.busyindicator .busyindicator2 {
  animation-delay: -0.60s; }

.busyindicator .busyindicator3 {
  animation-delay: -0.40s; }

.busyindicator .busyindicator4 {
  animation-delay: -0.20s; }

@keyframes busyindicator-anim {
  0%, 20%, 80%, 100% {
    transform: scale(0.1, 1); }
  50% {
    transform: scale(0.8, 1); } }
/* ================================================================ */
/* Media Queries */
/* Extra Small */
@media (max-width: 767px) {
  .be-expose-text {
    padding-top: 10px; }

  .be-expose-controls .btn {
    margin-top: 5px; } }
/* Small */
@media (min-width: 768px) and (max-width: 991px) {
  .be-expose-text {
    padding-top: 10px; }

  .be-expose-controls .btn {
    margin-top: 5px; } }
/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .panel .be-expose-imgs {
    padding-top: 20px; }

  .be-expose-imgs .be-expose-imgs-left {
    padding-right: 0px; }

  .be-expose-imgs .be-expose-imgs-right {
    padding-left: 0px; }

  .be-expose-imgs .be-expose-imgs-right IMG {
    margin-left: 10px; }

  .be-expose-imgs .be-expose-imgs-right IMG:first-child {
    margin-bottom: 10px; }

  .be-expose-text {
    padding-top: 10px; }

  .be-expose-controls .btn {
    margin-top: 5px; } }
/* Large */
@media (min-width: 1200px) {
  .panel .be-expose-imgs {
    padding-top: 20px; }

  .be-expose-imgs .be-expose-imgs-left {
    padding-right: 0px; }

  .be-expose-imgs .be-expose-imgs-right {
    padding-left: 0px; }

  .be-expose-imgs .be-expose-imgs-right IMG {
    margin-left: 10px; }

  .be-expose-imgs .be-expose-imgs-right IMG:first-child {
    margin-bottom: 10px; }

  .be-expose-text {
    padding-top: 10px; }

  .be-expose-imgs .be-expose-imgs-left {
    max-height: 300px;
    overflow: hidden; }

  .be-expose-imgs .be-expose-imgs-right {
    max-height: 300px;
    overflow: hidden; }
    .be-expose-imgs .be-expose-imgs-right img {
      max-height: 150px; } }
/* ================================================================ */
/* TinyMCE Styling */
.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

#tinymce.mce-content-body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #tinymce.mce-content-body h1 {
    font-size: 18px;
    font-weight: bold; }
  #tinymce.mce-content-body h2 {
    font-size: 18px;
    font-weight: bold; }
  #tinymce.mce-content-body h3 {
    font-size: 18px;
    font-weight: normal; }
  #tinymce.mce-content-body h1, #tinymce.mce-content-body h2, #tinymce.mce-content-body h3 {
    border-bottom: 1px solid #d0d0d0; }
  #tinymce.mce-content-body p {
    padding-left: 10px; }

/* ================================================================ */

/*# sourceMappingURL=front.css.map */
