.overviewItem {
  overflow: hidden; }
  .gutter-small .overviewItem {
    padding-bottom: 2px; }
  .gutter-none .overviewItem {
    padding-bottom: 0px; }
  .gutter-default .overviewItem {
    padding-bottom: 20px; }
    @media (min-width: 992px) {
  .gutter-default .overviewItem {
    padding-bottom: 60px; } }
  .gutter-medium .overviewItem {
    padding-bottom: 5px; }
  .overviewItem article {
    position: relative;
    overflow: hidden; }
    .overviewItem article > a {
      z-index: 30;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-indent: -9999em; }
    .overviewItem article .image {
      position: relative;
      position: relative;
      padding-top: 100%;
      overflow: hidden; }
      .overviewItem article .image img {
        width: 100%;
        height: 100%;
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        object-position: center center;
        font-family: 'object-fit: cover; object-position: center center;'; }
    .overviewItem article:hover .image img {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .overviewItem article .event-date {
      position: absolute;
      z-index: 2;
      top: 15px;
      left: 15px;
      background: #96c6cf;
      height: 100px;
      width: 100px;
      padding: 15px;
      color: #fff;
      text-align: center; }
      .overviewItem article .event-date .day {
        font-family: "the-seasons", Georgia, serif;
        font-size: 26px;
        font-size: 1.7333333333rem;
        display: block;
        padding-bottom: 15px;
        margin-bottom: 10px;
        border-bottom: 1px solid #6f6181; }
      .overviewItem article .event-date .month {
        font-family: "area-normal", Arial, serif;
        font-size: 13px;
        font-size: 0.8666666667rem;
        line-height: 1.2rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: block; }
    .overviewItem article .text {
      z-index: 10;
      position: relative;
      width: calc(100% - 20px);
      height: auto;
      background: #fff;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      padding: 40px 20px 0 20px; }
      @media (min-width: 992px) {
  .overviewItem article .text {
    padding: 20px 20px 0 20px; } }
      .overviewItem article .text .inner {
        padding-bottom: 20px; }
      .overviewItem article .text header {
        margin-bottom: 1.5rem; }
        .overviewItem article .text header h2 {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
      .overviewItem article .text .description {
        min-height: 60px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .overviewItem article .text .btn {
        margin: 10px 0 0 !important; }
      @media (min-width: 992px) {
  .overviewItem article .text {
    width: calc(100% - 30px);
    margin: -55px auto 0;
    padding: 40px 30px 0 30px; }
    .overviewItem article .text .inner {
      padding-bottom: 30px; } }

.overviewRoom article .text .inner {
  padding-bottom: 0; }
  .overviewRoom article .text .inner .description {
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .overviewRoom article .text {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 0; }
  .overviewRoom article .image {
    position: relative;
    padding-top: 75%; }
  .overviewRoom article .image .favdetail {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
    width: 28px;
    height: 28px;
    cursor: pointer; }
    .overviewRoom article .image .favdetail:after {
      content: "\e912";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      font-size: 28px;
      width: 28px;
      height: 28px;
      line-height: 28px;
      position: relative;
      display: block;
      color: transparent;
      -webkit-text-stroke: 2px #fff;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -ms-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .overviewRoom article .image .favdetail:after {
      color: #fff; } }
    .overviewRoom article .image .favdetail.act:after {
      color: #6998af; }
  .overviewRoom article .image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 0;
    overflow: hidden;
    text-indent: -999em; }
  .overviewRoom article .price {
    background: #96c6cf;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    position: absolute;
    z-index: 5;
    line-height: 36px;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    top: -18px;
    left: 20px; }
  @media (min-width: 992px) {
    .overviewRoom article .price {
      left: 30px; } }
  .overviewRoom article .price span {
    font-weight: 700; }
  @media (min-width: 768px) and (max-width: 991px) {
    .overviewRoom article .buttons .btn {
      width: 100%; } }
  @media (min-width: 992px) {
    .overviewRoom article .buttons {
      display: flex; }
      .overviewRoom article .buttons .btn {
        flex-grow: 1;
        padding: 0 10px;
        margin-right: 10px !important; }
        .overviewRoom article .buttons .btn:last-of-type {
          margin-right: 0 !important; } }
  .overviewRoom article .roomdetails {
    margin: 0;
    padding: 1em 0;
    color: #1b2932;
    border-top: 2px solid #eee;
    display: none; }
  .overviewRoom article .roomdetails:before {
    content: "\e927";
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    text-align: center;
    position: relative;
    font-size: 16px;
    top: 2px;
    color: #557d8d; }
  .overviewRoom article .roomsize:before {
    content: "\e926"; }
  .overviewRoom article .beds:before {
    content: "\e931";
    font-size: 25px; }
  .overviewRoom article .balcony:before {
    content: "\e932";
    font-size: 25px; }
  .overviewRoom article .occupancy {
    font-weight: 600;
    display: block; }

.overviewRoom.is-filtered.fav .roomdetails {
  display: block; }
  .overviewRoom.is-filtered.fav .roomdetails:last-of-type {
    border-bottom: 2px solid #eee;
    margin-bottom: 30px; }

.frame-type-packagecontainer {
  background: url(/typo3conf/ext/zz_gowest_theme_stoiser/Resources/Public/Images/water.jpg);
  background-size: cover;
  padding: 45px 0px;
  overflow: hidden; }
  @media (max-width: 767px) {
  .frame-type-packagecontainer .frame-type-list {
    padding: 0 calc(20px/2); } }
  @media (min-width: 992px) {
  .frame-type-packagecontainer {
    margin-top: -45px;
    padding: 80px 0 70px; }
    .frame-type-packagecontainer:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0);
      /* IE6-9 */ } }
  @media (min-width: 1302px) {
    .frame-type-packagecontainer .overviewItem {
      flex: 0 0 50% !important;
      max-width: 50% !important;
      padding-bottom: 0; } }
  .frame-type-packagecontainer .overviewItem .text .buttons {
    margin: 0 -10px !important; }
  @media (min-width: 992px) {
    .frame-type-packagecontainer .overviewItem .text .buttons {
      margin: 0 -20px !important; } }
  @media (max-width: 767px) {
      .frame-type-packagecontainer .overviewItem .text .buttons .btn {
        margin-right: 3px !important; }
        .frame-type-packagecontainer .overviewItem .text .buttons .btn:last-of-type {
          margin-right: 0 !important; } }
  .frame-type-packagecontainer .image.col {
    display: none; }
  .frame-type-packagecontainer .image.col picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: calc((100vw - 960px) * 0.5 + 960px * 0.083333333); }
    @media (min-width: 1302px) {
    .frame-type-packagecontainer .image.col picture {
      width: calc((100vw - 1260px) * 0.5 + 1260px * 0.1666667); } }
    .frame-type-packagecontainer .image.col picture img {
      filter: grayscale(1); }
  .frame-type-packagecontainer .image.col .moments img {
    z-index: 1;
    position: absolute;
    top: -80px;
    right: calc((100vw - 1260px) * -0.5 + 35px + 1260px * 0.1666667);
    height: calc(100% + 150px);
    width: auto;
    opacity: 0.3;
    filter: brightness(2); }
  .frame-type-packagecontainer .image.col .btn {
    z-index: 2;
    position: absolute;
    left: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (min-width: 992px) {
    .frame-type-packagecontainer .image.col {
      -moz-transform: translateX(79.99999968px);
      -o-transform: translateX(79.99999968px);
      -ms-transform: translateX(79.99999968px);
      -webkit-transform: translateX(79.99999968px);
      transform: translateX(79.99999968px); } }
  @media (min-width: 1302px) {
    .frame-type-packagecontainer .image.col {
      display: block;
      -moz-transform: translateX(210.000042px);
      -o-transform: translateX(210.000042px);
      -ms-transform: translateX(210.000042px);
      -webkit-transform: translateX(210.000042px);
      transform: translateX(210.000042px); } }
  .frame-type-packagecontainer .flickity-prev-next-button.previous {
    left: auto;
    right: -65px; }
  .frame-type-packagecontainer .flickity-prev-next-button.next {
    right: -150px; }
    @media (min-width: 1302px) {
    .frame-type-packagecontainer .flickity-prev-next-button.next {
      right: -190px; } }

.flickity-enabled .flickity-prev-next-button {
  background: none !important;
  color: #1b2932 !important;
  height: 55px !important;
  width: 55px !important;
  z-index: 2;
  cursor: pointer;
  top: calc(50% - 25px) !important;
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: none !important; }
  .flickity-enabled .flickity-prev-next-button:hover {
    background: none !important;
    opacity: 0.8; }
  .flickity-enabled .flickity-prev-next-button svg {
    height: 60% !important;
    width: 60% !important;
    top: 20% !important;
    fill: #fff !important;
    left: 20% !important; }
  @media (min-width: 992px) {
  .flickity-enabled .flickity-prev-next-button {
    display: block !important; } }
/* ###################### Overview Jobs ###################### */
.overviewJobs .jobContainer {
  padding: 10px 0;
  height: 60px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #557d8d;
  text-decoration: none; }
  .overviewJobs .jobContainer:hover h3 {
    color: #557d8d; }
  .overviewJobs .jobContainer:last-child {
    border-bottom: none; }
  .overviewJobs .jobTitle {
    margin: 0;
    font-size: 1.25rem; }
  .overviewJobs .jobDescription {
    font-size: 1.1rem;
    margin: 0; }
  .overviewJobs .jobInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 97%; }
  @media (max-width: 991px) {
  .overviewJobs .jobInfo {
    flex-direction: column;
    align-items: start; }
  .overviewJobs .jobContainer {
    height: 80px; } }
  .overviewJobs .jobArrow {
    flex-basis: 3%;
    display: inline-flex;
    flex-direction: row-reverse;
    flex-shrink: 0; }
  .overviewJobs .jobArrow::after {
    font-family: "default";
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    content: "\2c3";
    font-size: 16px;
    text-decoration: none;
    color: #557d8d; }
