/* ----------------------------------------------------------
CSS for widgets and modules
------------------------------------------------------------- */
/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* grey page background (options) */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* website colors ----------- */
/* company color brown */
/* company color green */
/* company color pink -> gold */
/* company color yellow*/
/* company color dark grey*/
/* company color light grey*/
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* forms ----------- */
/* correct */
/* error */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
/* widget-lv-apartment-interior
------------------------------------------------------------- */
/* tmp svg error */
img[title~=apartment-interior] {
  width: 80%;
}

.lv-apartment-interior .interior-wrapper .interior-icon {
  text-align: center;
}
.lv-apartment-interior .interior-wrapper .interior-icon svg {
  width: 80%;
}
.lv-apartment-interior .interior-wrapper .interior-icon svg #bckgrd circle {
  fill: #242A2E !important;
}
.lv-apartment-interior .interior-wrapper .interior-icon svg #icon .stroke-color {
  stroke: #FFFFFF !important;
}
.lv-apartment-interior .interior-wrapper .interior-icon svg #icon .fill-color {
  fill: #FFFFFF !important;
}
.lv-apartment-interior .interior-wrapper p {
  margin-top: 1em;
  text-align: center;
}

/* widget lv-impressions
------------------------------------------------------------- */
.lv-impressions {
  /* .item.w2 { width: 38.8%; background: #9C0; }
  .item.h2 { height: 120px; background: #0C9; } */
}
.lv-impressions .gutter-sizer {
  width: 2%;
}
.lv-impressions .grid-sizer {
  width: 18.4%;
}
.lv-impressions .item-img {
  width: 18.4%;
  float: left;
}
.lv-impressions .img-width-1 {
  width: 38.8%;
}
.lv-impressions .img-width-4 {
  width: 38.8%;
}
/* widget appartment-categories
------------------------------------------------------------- */
.widget-appartment-categories .cat-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.widget-appartment-categories .cat-wrapper .card {
  background-color: transparent;
}
.widget-appartment-categories .cat-wrapper .card .cat-picture {
  overflow: hidden;
}
.widget-appartment-categories .cat-wrapper .card .cat-picture img {
  /* scale */
  -webkit-transform: scale(1);
  transform: scale(1);
  /* delay */
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget-appartment-categories .cat-wrapper .card:hover .cat-picture {
  /* .btn {
      background-color: $color102;
  } */
}
.widget-appartment-categories .cat-wrapper .card:hover .cat-picture img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.widget-appartment-categories .cat-wrapper .card .card-body {
  padding: 0;
}

/* widget-jump-panel
------------------------------------------------------------- */
.jump-panel .jp-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jump-panel .jp-link img {
  /* scale */
  -webkit-transform: scale(1);
  transform: scale(1);
  /* delay */
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.jump-panel .jp-link span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #FFFFFF;
  text-decoration: none;
}
.jump-panel .jp-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.jump-panel .jp-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: end;
}
.jump-panel .jp-col-1 .jp-img-02 img {
  max-width: 80%;
}
.jump-panel .jp-col-1 .jp-img-02 span {
  right: 10px;
}
.jump-panel .jp-col-2 .jp-img-03 img {
  max-height: 460px;
}
.jump-panel .jp-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: start;
}
.jump-panel .jp-col-3 .jp-img-05 img {
  max-width: 80%;
}

/* widget-news
------------------------------------------------------------- */
.widget-news .news-wrapper {
  min-height: 100%;
  padding: 10px;
}
.widget-news .news-wrapper.bckgrd-dark-grey * {
  color: #FFFFFF;
}

/* modul-booking
------------------------------------------------------------- */
.booking-form .datepicker .datepicker-cell.today {
  background-color: #AA8B5A;
}
.booking-form .datepicker .datepicker-cell.range-start, .booking-form .datepicker .datepicker-cell.range-end {
  background-color: #AA8B5A;
}

.caleran-container .caleran-input .caleran-header .caleran-header-start-day, .caleran-container .caleran-input .caleran-header .caleran-header-end-day {
  color: #AA8B5A !important;
}
.caleran-container .caleran-input .caleran-calendar .caleran-title .caleran-prev:hover, .caleran-container .caleran-input .caleran-calendar .caleran-title .caleran-next:hover {
  color: #AA8B5A !important;
}
.caleran-container .caleran-input .caleran-calendar .caleran-days-container .caleran-day:hover {
  background-color: #AA8B5A !important;
  opacity: 0.65 !important;
}
.caleran-container .caleran-input .caleran-calendar .caleran-days-container .caleran-day.caleran-selected {
  background-color: #AA8B5A !important;
}
.caleran-container .caleran-input .caleran-calendar .caleran-days-container .caleran-start.caleran-selected, .caleran-container .caleran-input .caleran-calendar .caleran-days-container .caleran-end.caleran-selected {
  background-color: #AA8B5A !important;
}
.caleran-container .caleran-input .caleran-calendar .caleran-days-container .caleran-start.caleran-selected span, .caleran-container .caleran-input .caleran-calendar .caleran-days-container .caleran-end.caleran-selected span {
  background-color: #AA8B5A !important;
}

.b5-map iframe {
  width: 100%;
  height: 30em;
}

/* widget-panel-text
------------------------------------------------------------- */
section.panel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
section.panel-text .wrapper-headline {
  position: absolute;
  width: 100%;
  z-index: 1;
}
section.panel-text .wrapper-headline * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
  font-size: 250%;
  color: #AA8B5A;
  opacity: 0.2;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 0.6em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow: visible;
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 576px) {
  section.panel-text .wrapper-headline * {
    font-size: 300%;
  }
}
@media (min-width: 768px) {
  section.panel-text .wrapper-headline * {
    font-size: 400%;
  }
}
@media (min-width: 992px) {
  section.panel-text .wrapper-headline * {
    font-size: 500%;
  }
}
section.panel-text .wrapper-headline * * {
  margin-bottom: 0;
  font-size: inherit;
  opacity: 1;
}
section.panel-text .wrapper-headline * *.space-left-3, section.panel-text .wrapper-headline * *.space-left-4, section.panel-text .wrapper-headline * *.space-left-5, section.panel-text .wrapper-headline * *.space-right-3, section.panel-text .wrapper-headline * *.space-right-4, section.panel-text .wrapper-headline * *.space-right-4 {
  padding-left: 0;
}
@media (min-width: 992px) {
  section.panel-text .wrapper-headline * *.space-left-3 {
    padding-left: 3em;
  }
  section.panel-text .wrapper-headline * *.space-left-4 {
    padding-left: 4em;
  }
  section.panel-text .wrapper-headline * *.space-left-5 {
    padding-left: 5em;
  }
  section.panel-text .wrapper-headline * *.space-right-3 {
    padding-right: 3em;
  }
  section.panel-text .wrapper-headline * *.space-right-4 {
    padding-right: 4em;
  }
  section.panel-text .wrapper-headline * *.space-right-5 {
    padding-right: 5em;
  }
}
section.panel-text .wrapper-text {
  z-index: 2;
}
section.panel-text .wrapper-text.panel-pos-right, section.panel-text .wrapper-text.panel-pos-left {
  -webkit-transform: translate3D(0, 7%, 0);
          transform: translate3D(0, 7%, 0);
}
@media (min-width: 992px) {
  section.panel-text .wrapper-text.panel-pos-right {
    -webkit-transform: translate3D(15%, 7%, 0);
            transform: translate3D(15%, 7%, 0);
  }
  section.panel-text .wrapper-text.panel-pos-left {
    -webkit-transform: translate3D(-15%, 7%, 0);
            transform: translate3D(-15%, 7%, 0);
  }
}
section.panel-text .wrapper-text * {
  font-size: 1.2rem;
}
section.panel-text .wrapper-text *:first-child::before {
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  width: 2em;
  content: url("/static/pictures/logos/signet-b5.svg");
}

/* flickity slider, fullscreen mode: images vertically centered
------------------------------------------------------------- */
.picture-slider {
  margin-bottom: 25px;
}

.picture-slider.is-fullscreen {
  z-index: 2000;
}
.picture-slider.is-fullscreen .carousel-cell {
  height: 100%;
}
.picture-slider.is-fullscreen .carousel-cell img {
  position: relative;
  display: block;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* vegas custom animation kenburns zoom in
------------------------------------------------------------- */
.vegas-animation-customkenburns {
  -webkit-animation: customkenburns ease-out forwards;
  animation: customkenburns ease-out forwards;
}

@-webkit-keyframes customkenburns {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(2) translate(0, 0);
    transform: scale(2) translate(0, 0);
  }
}
@keyframes customkenburns {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(2) translate(0, 0);
    transform: scale(2) translate(0, 0);
  }
}
/* content-options: center-block
------------------------------------------------------------- */
.center-block {
  text-align: center;
}

/* widget picture-text-link
------------------------------------------------------------- */
.wt-img {
  margin-bottom: 20px;
}

.card {
  height: 100%;
  background-size: cover;
  border-radius: 0px !important;
  border: none !important;
}
.card.notswh {
  height: auto !important;
}
.card.card-center {
  text-align: center;
}
.card .card-img-top {
  border-radius: 0px !important;
}
.card .boxlayout-float {
  float: left !important;
  width: 40%;
  margin: 0 8px 8px 0;
}
.card .card-header {
  background-color: #000000;
  border-radius: 0px !important;
}
.card .card-header .ch-wrapper .ch-title {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin: 0;
}
.card .card-body :first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .card .card-body.textlayout-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    text-align: justify;
  }
}
.card .card-footer {
  padding: 0px 0px 10px 0px;
  border-radius: 0px !important;
  border: none;
  background-color: transparent;
}
.card .card-footer.buttons-bottom {
  margin-top: 0;
}
.card.no-boxlayout {
  border: none !important;
  border-radius: 0px !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.card.no-boxlayout .card-header {
  position: relative;
  width: 100%;
  border-radius: 0px !important;
  border-bottom: none;
  background-color: transparent;
  padding: 0 0 20px 0;
}
.card.no-boxlayout .card-header .ch-wrapper .ch-title {
  color: #000000;
}
.card.no-boxlayout .card-body {
  padding: 0;
}
.card.no-boxlayout .card-body.bckgrdColor1 {
  /*background-color: $color0;*/
}
.card.no-boxlayout .card-body .card-img {
  /*margin-bottom: 15px;*/
}
.card.no-boxlayout .card-body .card-img img {
  /*@include border-radius (16px, 16px, 16px, 16px);
  border: 3px solid $color50;*/
}/*# sourceMappingURL=content.css.map */