/*
 Theme Name:   HotelPlus (Child)
 Author:       SlinQ.eu
 Author URI:   https://slinq.eu
 Template:     deasil
 Version:      22.07.21
 Text Domain: deasil-child
 */
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("includes/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("includes/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("includes/fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("includes/fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
html {
  margin-top: 0 !important; }

#wpadminbar {
  display: none !important; }

.logged-in.admin-bar #topbar.fixed {
  top: 0 !important; }

#topbar {
  /* border-bottom: solid 1px var(--col-lgray); */
  border-bottom: solid 4px var(--col-mgray); }
  #topbar::before {
    content: '';
    position: absolute;
    display: block;
    width: 2rem;
    height: 0;
    bottom: -4px;
    left: 0;
    border-bottom: solid 4px var(--col-cyan); }

html,
body,
.deasil-body {
  position: relative;
  display: block;
  height: 100%; }

#page {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; }

#content {
  flex: 1; }

.gm-style-mot, .gm-style-moc {
  display: none !important; }

#overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 90000;
  align-items: center; }

#overlaycontent {
  border: 5px solid var(--col-dgray);
  position: relative;
  width: auto;
  margin: auto;
  padding: 10px;
  z-index: 90002;
  background-color: var(--col-lgray); }
  #overlaycontent img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }

@media screen and (min-width: 768px) {
  #overlaycontent {
    width: auto; }
    #overlaycontent img {
      display: block;
      height: auto;
      max-height: 84vh;
      max-width: 95vw;
      width: auto; } }
:root {
  --col-prime: magenta;
  --col-lcyan: #45c2f8;
  --col-cyan: #0898d6;
  --col-dcyan: #0283bb;
  --col-marine: #1b252f;
  --col-mgray: #ccc;
  --col-dgray: #2c5681;
  --col-lgray: #eee;
  --col-tax-region: #E67A8B;
  --col-tax-typ: #E6DE4C;
  --col-tax-thema: #99953A; }

#content {
  position: relative;
  display: block;
  padding-top: 1rem; }

h3 {
  font-size: 1.5rem !important; }

#menu-footer-link > li.menu-item a {
  font-family: Montserrat;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.414rem; }

.hp-gallery {
  width: 100%;
  height: 250px;
  margin-bottom: 1rem;
  padding: 0 15px;
  text-align: center; }
  .hp-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hp-gallery .btn-default {
    background: var(--col-cyan);
    top: 1rem;
    left: 1rem;
    font-size: .8rem;
    font-weight: bold;
    z-index: 1; }
  .hp-gallery .hp-gallery__image {
    background: #eee;
    display: inline-block;
    width: calc(100% / 5 - 30px);
    height: 200px;
    margin: 0 5px 1rem;
    padding: 0;
    /* padding-bottom: calc(100% /16*9); */ }
    .hp-gallery .hp-gallery__image .hp-hidden {
      display: none; }

#map {
  height: 800px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  position: relative;
  display: block;
  margin-bottom: 3rem; }

.hp-content__wrap {
  padding-right: 1rem;
  padding-left: 1rem; }

.max-width {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto; }
  .max-width--wide {
    max-width: 1140px; }
  .max-width--medium {
    max-width: 900px; }

.hp-headline--small {
  display: block;
  margin: 0 0 .6em;
  padding: 0;
  font-size: 1.2rem; }

.hp-decor--tip {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0 2rem;
  padding: 0;
  border: none;
  border-bottom: solid 2px var(--col-mgray); }
  .hp-decor--tip::before {
    content: '';
    position: absolute;
    display: block;
    width: 2rem;
    height: 0;
    top: 0;
    left: 0;
    border-bottom: solid 2px var(--col-cyan); }

.menu-item a {
  /* min-width: 130px; */
  text-align: center; }

.location-carousel {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 0;
  letter-spacing: 0; }
  .location-carousel::before, .location-carousel::after {
    content: none; }
  .location-carousel > a {
    position: relative;
    display: inline-block;
    width: calc(100% /2);
    padding: .5rem;
    font-size: 1rem; }
    .location-carousel > a > div {
      position: relative;
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      padding-bottom: 100%;
      overflow: hidden; }
      .location-carousel > a > div .location-item {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .location-carousel > a > div:hover {
        background-size: auto 120%; }
        .location-carousel > a > div:hover .location-term .title {
          opacity: 0;
          margin-top: 1rem; }
        .location-carousel > a > div:hover .location-term::after {
          opacity: 0; }
        .location-carousel > a > div:hover .location-thumb {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
      .location-carousel > a > div .location-thumb {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform 0.6s ease-in-out;
        -moz-transition: transform 0.6s ease-in-out;
        -ms-transition: transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out; }
      .location-carousel > a > div .location-term {
        position: absolute;
        display: flex;
        color: white;
        width: 100%;
        height: 100%;
        top: 0;
        align-items: center;
        text-align: center;
        z-index: 1; }
        .location-carousel > a > div .location-term::after {
          content: '';
          background: var(--col-marine);
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0.5;
          -webkit-transition: opacity 0.3s ease-in-out;
          -moz-transition: opacity 0.3s ease-in-out;
          -ms-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
          z-index: 0; }
        .location-carousel > a > div .location-term .title {
          display: inline-block;
          opacity: 1;
          margin-top: 0;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .location-carousel > a > div .location-term > span {
          display: block;
          width: 100%;
          padding: 0 1rem;
          font-size: 1.5rem;
          z-index: 1; }
          .location-carousel > a > div .location-term > span > span img {
            position: absolute;
            display: block;
            width: auto;
            height: 100%;
            max-height: 15%;
            margin: 0 auto;
            top: 10%;
            left: 0;
            right: 0; }

.hp-location-menu {
  background: var(--col-lgray);
  position: fixed;
  display: none;
  top: 80px;
  height: auto;
  width: 100%;
  max-width: calc(1140px - 2rem);
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1000; }
  .hp-location-menu > li {
    background: var(--col-cyan);
    display: block;
    width: 10rem;
    padding: 1rem 1rem 1rem 2rem;
    margin: 0;
    color: white;
    font-weight: bold;
    z-index: 10;
    cursor: pointer; }
    .hp-location-menu > li.active ul {
      display: block !important; }
    .hp-location-menu > li > span {
      color: white;
      position: relative;
      z-index: 10; }
    .hp-location-menu > li > a > span {
      color: white;
      position: relative;
      z-index: 10; }
    .hp-location-menu > li ul {
      background: var(--col-lgray);
      position: absolute;
      display: none;
      width: 100%;
      margin: 0;
      padding: 0.5rem;
      top: 0;
      left: 0;
      font-size: 0;
      letter-spacing: 0;
      list-style: none;
      border-left: solid 10rem var(--col-cyan); }
      .hp-location-menu > li ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        width: calc(100% / 5);
        padding: 0 0 calc(100% /5) 0;
        font-size: 1.1rem;
        border: solid 0.5rem var(--col-lgray);
        overflow: hidden; }
        .hp-location-menu > li ul li span {
          color: white;
          position: rleative;
          z-index: 10; }
        .hp-location-menu > li ul li .location-item {
          background-size: cover;
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          .hp-location-menu > li ul li .location-item::after {
            content: '';
            background: var(--col-marine);
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0.5;
            -webkit-transition: opacity 0.6s ease-in-out;
            -moz-transition: opacity 0.6s ease-in-out;
            -ms-transition: opacity 0.6s ease-in-out;
            -o-transition: opacity 0.6s ease-in-out;
            transition: opacity 0.6s ease-in-out; }
        .hp-location-menu > li ul li a {
          position: absolute;
          display: flex;
          width: 100%;
          height: 100%; }
          .hp-location-menu > li ul li a span {
            display: block;
            width: 100%;
            font-size: 1rem;
            font-weight: bold;
            color: white;
            text-align: center;
            text-transform: none;
            align-self: center;
            z-index: 100; }
        .hp-location-menu > li ul li:hover::after {
          opacity: 0.8; }
        .hp-location-menu > li ul li:hover .location-item {
          background-size: cover;
          position: absolute;
          display: block;
          width: 120%;
          height: 120%;
          margin: -10% auto auto -10%; }
          .hp-location-menu > li ul li:hover .location-item::after {
            opacity: 0; }
    .hp-location-menu > li:hover ul {
      display: block; }
    .hp-location-menu > li:hover {
      background: var(--col-dcyan); }

.hp-theme-menu {
  background: var(--col-lgray);
  position: fixed;
  display: none;
  top: 80px;
  height: auto;
  width: 100%;
  max-width: calc(1140px - 2rem);
  margin: 0 auto;
  padding: .5rem;
  left: 0;
  right: 0;
  font-size: 0;
  letter-spacing: 0;
  z-index: 1000; }
  .hp-theme-menu li {
    position: relative;
    display: inline-block;
    width: calc(100% / 6);
    padding: 0 0 calc(100% /6) 0;
    margin: 0;
    font-size: 1.1rem;
    border: solid 0.5rem var(--col-lgray);
    overflow: hidden; }
    .hp-theme-menu li span {
      position: rleative;
      z-index: 10; }
    .hp-theme-menu li .theme-item {
      background-size: cover;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .hp-theme-menu li a {
      position: absolute;
      display: flex;
      width: 100%;
      height: 100%; }
      .hp-theme-menu li a span {
        display: block;
        width: 100%;
        font-size: 1rem;
        font-weight: bold;
        color: white;
        text-align: center;
        text-transform: none;
        align-self: center;
        z-index: 100; }
    .hp-theme-menu li::after {
      content: '';
      background: black;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: .5;
      -webkit-transition: opacity 0.6s ease-in-out;
      -moz-transition: opacity 0.6s ease-in-out;
      -ms-transition: opacity 0.6s ease-in-out;
      -o-transition: opacity 0.6s ease-in-out;
      transition: opacity 0.6s ease-in-out; }
    .hp-theme-menu li:hover::after {
      opacity: 0; }
    .hp-theme-menu li:hover .theme-item {
      background-size: cover;
      position: absolute;
      display: block;
      width: 120%;
      height: 120%;
      margin: -10% auto auto -10%; }

.hp-prefooter {
  margin-top: 3rem;
  position: relative;
  display: block;
  width: 100%; }
  .hp-prefooter__wrap {
    background-image: url("/img/Hotel_banner_panorama.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    padding-bottom: 6.68%;
    border-bottom: solid 15px var(--col-cyan); }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0798d8 !important; }

.shadow {
  text-shadow: 2px 2px #00aff0; }

.center {
  text-align: center;
  color: #54595F;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }

.hp-single {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  .hp-single .keyvisual .hp-favourites {
    position: absolute;
    display: block;
    width: 2.5rem;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    cursor: pointer; }
    .hp-single .keyvisual .hp-favourites svg {
      fill: white; }
  .hp-single .keyvisual.liked .hp-favourites svg {
    fill: red; }
  .hp-single__wrap {
    position: relative;
    display: block;
    font-size: 0;
    letter-spacing: 0; }
    .hp-single__wrap > div {
      position: relative;
      padding-right: 1rem;
      padding-left: 1rem;
      vertical-align: top;
      font-size: 1rem; }

.hp-single__logo {
  position: relative;
  margin-bottom: 2rem; }
  .hp-single__logo img {
    display: block;
    width: 12rem;
    height: 8rem;
    object-fit: contain;
    object-position: top left; }
.hp-single__keyvisual {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0 0 calc(100% / 5*3); }
  .hp-single__keyvisual img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.hp-single__headline {
  margin: 0;
  padding: 0;
  font-size: 2em; }
  .hp-single__headline-wrap {
    display: block;
    width: 100%;
    max-width: 51rem;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center; }
  .hp-single__headline::after {
    content: '';
    display: block;
    width: 3rem;
    margin: 1rem auto;
    border-bottom: solid 4px var(--col-cyan); }
.hp-single__preline {
  margin: 0 0 .5rem;
  padding: 0;
  font-size: .8em;
  color: var(--col-cyan);
  text-transform: uppercase;
  font-weight: bold; }
.hp-single__subline {
  margin: 0;
  padding: 0;
  font-weight: bold; }

.hp-single #hp-sidebar .hp-sidebar {
  background: orange; }

.hp-contact__address {
  position: relative;
  display: block; }

.page-template-favourites .hp-places__item {
  opacity: .5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .page-template-favourites .hp-places__item.liked {
    opacity: 1; }

.filters .ui-group h4 {
  display: inline;
  margin: 0 5px; }
.filters .ui-group .button-group {
  display: inline; }
  .filters .ui-group .button-group .is-checked {
    background: #066e9c !important; }
  .filters .ui-group .button-group .tag {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.3em 0.7em;
    border-radius: 1rem;
    font-size: .8rem;
    font-weight: bold; }
    .filters .ui-group .button-group .tag:not(:last-of-type) {
      margin-right: 0.5em; }
    .filters .ui-group .button-group .tag--region {
      background: var(--col-dgray);
      color: white; }
    .filters .ui-group .button-group .tag--typ {
      background: var(--col-cyan);
      color: white; }
    .filters .ui-group .button-group .tag--thema {
      background: var(--col-lcyan);
      color: white; }

.hp-places {
  position: relative;
  margin: 0 -1rem; }
  .hp-places .hp-favourites {
    position: absolute;
    display: block;
    width: 2.5rem;
    top: 1rem;
    right: 2rem;
    z-index: 1;
    cursor: pointer; }
    .hp-places .hp-favourites svg {
      fill: white; }
  .hp-places__item {
    background: white;
    position: relative;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    vertical-align: top;
    border: #eee 1px solid;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    .hp-places__item.liked .hp-favourites svg {
      fill: red; }
    .hp-places__item:not(:last-of-type) {
      margin-bottom: 2.5rem; }
  .hp-places__thumbnail {
    position: relative;
    display: block;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem 1.5rem;
    padding-top: 0;
    padding-bottom: calc(100% / 5*3); }
    .hp-places__thumbnail img {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover; }
  .hp-places .thumbnail__tags {
    position: relative;
    min-height: 60px;
    margin-bottom: 1rem;
    font-size: 0;
    letter-spacing: 0;
    z-index: 1; }
    .hp-places .thumbnail__tags .tag {
      display: inline-block;
      margin-bottom: 0.5em;
      padding: 0.3em 0.7em;
      border-radius: 1rem;
      font-size: .8rem;
      font-weight: bold; }
      .hp-places .thumbnail__tags .tag:not(:last-of-type) {
        margin-right: 0.5em; }
      .hp-places .thumbnail__tags .tag--region {
        background: var(--col-dgray);
        color: white; }
      .hp-places .thumbnail__tags .tag--typ {
        background: var(--col-cyan);
        color: white; }
      .hp-places .thumbnail__tags .tag--thema {
        background: var(--col-lcyan);
        color: white; }
  .hp-places__desc {
    position: relative;
    display: block;
    padding-bottom: 1rem;
    /* @Dirk HELP!!! border-bottom: solid 2px #ccc; */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; }

.module--text {
  position: relative;
  display: block;
  padding: 1.5rem 0; }
  .module--text > div {
    column-gap: 3rem; }
    .module--text > div p {
      position: relaitve;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto; }
      .module--text > div p:not(:last-of-type) {
        margin-bottom: 1rem; }
.module--headline_image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: calc(100% / 16*9); }
  .module--headline_image > div {
    background-size: cover;
    background-position: center center;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    text-align: center;
    text-transform: uppercase; }
    .module--headline_image > div::after {
      content: '';
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.5) 60%);
      background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.5) 60%);
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.5) 60%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .module--headline_image > div h1 {
      position: relative;
      display: block;
      max-width: 40rem;
      margin: 0 auto;
      padding: 0 2rem;
      font-size: 1.5rem;
      z-index: 1;
      text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
    .module--headline_image > div p {
      position: relative;
      display: inline-block;
      margin-top: 2rem;
      font-size: 1rem;
      z-index: 1; }
      .module--headline_image > div p::before, .module--headline_image > div p::after {
        content: '';
        position: relative;
        display: inline-block;
        width: 3rem;
        height: 0;
        margin: .5rem 1rem;
        border-bottom: solid 4px var(--col-cyan); }

.frontswiper {
  margin: 40px 0 30px 0;
  padding-top: 120px; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper {
  position: relative;
  display: block;
  overflow: hidden; }
  .swiper.gallery--logos .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important; }
  .swiper.gallery--logos .swiper-slide {
    position: relative;
    height: 0;
    padding-bottom: 6rem; }
    .swiper.gallery--logos .swiper-slide img {
      position: relative;
      display: block;
      width: 100%;
      height: 6rem;
      object-fit: contain;
      margin: 0 auto; }
  .swiper.gallery--thumb {
    margin-bottom: 1rem;
    margin-top: 1rem; }
    .swiper.gallery--thumb .swiper-slide {
      padding-bottom: calc((100% /3) / 3*2);
      cursor: pointer; }
  .swiper-slide {
    position: relative;
    height: 0;
    padding-bottom: calc(100% / 3*2); }
    .swiper-slide img {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover; }

.hp-login,
.hp-register {
  position: fixed;
  display: none;
  width: 100%;
  top: 80px;
  z-index: 100; }
  .hp-login .row,
  .hp-register .row {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 0;
    letter-spacing: 0; }
    .hp-login .row .col,
    .hp-register .row .col {
      display: inline-block;
      padding: 2rem;
      font-size: 1rem;
      vertical-align: top; }
      .hp-login .row .col-50,
      .hp-register .row .col-50 {
        width: 50%; }

.hp-login {
  background: var(--col-dcyan);
  color: white; }

.hp-register {
  background: var(--col-marine);
  color: white; }

.logo-img {
  margin-top: -15px;
  height: 68px !important; }

.container-fluid {
  /* background-image: linear-gradient(to bottom, white, var(--col-lcyan)); */ }

.fixed .container-fluid .navbar-logo .logo-img {
  margin-top: 0px;
  height: 40px !important; }

.nav-menu-button .center-menu .nav > li > a {
  padding: 0 1.3em !important; }

.page-template-hotelform .hp-single__logo,
.page-template-hotelform .hp-single__keyvisual {
  background: #eee;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  padding-bottom: calc(100% /16*9); }
  .page-template-hotelform .hp-single__logo button,
  .page-template-hotelform .hp-single__keyvisual button {
    background: var(--col-cyan);
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: .8rem;
    font-weight: bold;
    z-index: 1; }
    .page-template-hotelform .hp-single__logo button:active, .page-template-hotelform .hp-single__logo button:focus,
    .page-template-hotelform .hp-single__keyvisual button:active,
    .page-template-hotelform .hp-single__keyvisual button:focus {
      outline: none; }
  .page-template-hotelform .hp-single__logo #Keyvisual,
  .page-template-hotelform .hp-single__logo #Logo,
  .page-template-hotelform .hp-single__keyvisual #Keyvisual,
  .page-template-hotelform .hp-single__keyvisual #Logo {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
    .page-template-hotelform .hp-single__logo #Keyvisual.hp-hidden,
    .page-template-hotelform .hp-single__logo #Logo.hp-hidden,
    .page-template-hotelform .hp-single__keyvisual #Keyvisual.hp-hidden,
    .page-template-hotelform .hp-single__keyvisual #Logo.hp-hidden {
      display: none; }
.page-template-hotelform .hp-single__logo {
  width: 11.75rem;
  padding-bottom: 11.75rem; }
.page-template-hotelform .hp-single__preline {
  text-transform: uppercase;
  text-align: center;
  font-size: .8rem;
  font-family: inherit;
  color: var(--col-cyan);
  font-weight: bolder; }
  .page-template-hotelform .hp-single__preline::-webkit-input-placeholder {
    font-family: inherit;
    font-size: 0.8rem;
    color: var(--col-cyan);
    font-weight: normal; }
  .page-template-hotelform .hp-single__preline:-ms-input-placeholder {
    font-family: inherit;
    font-size: 0.8rem;
    color: var(--col-cyan);
    font-weight: normal; }
  .page-template-hotelform .hp-single__preline::placeholder {
    font-family: inherit;
    font-size: 0.8rem;
    color: var(--col-cyan);
    font-weight: normal; }
.page-template-hotelform .hp-single__headline {
  text-align: center;
  font-size: 2rem;
  font-family: inherit;
  color: inherit;
  font-weight: bold; }
  .page-template-hotelform .hp-single__headline::-webkit-input-placeholder {
    font-family: inherit;
    font-size: 2rem;
    color: inherit;
    font-weight: bold; }
  .page-template-hotelform .hp-single__headline:-ms-input-placeholder {
    font-family: inherit;
    font-size: 2rem;
    color: inherit;
    font-weight: bold; }
  .page-template-hotelform .hp-single__headline::placeholder {
    font-family: inherit;
    font-size: 2rem;
    color: inherit;
    font-weight: bold; }
.page-template-hotelform .hp-single__subline {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1rem;
  font-family: inherit;
  color: inherit;
  font-weight: bolder; }
  .page-template-hotelform .hp-single__subline::-webkit-input-placeholder {
    font-family: inherit;
    font-size: 1rem;
    color: inherit;
    font-weight: normal; }
  .page-template-hotelform .hp-single__subline:-ms-input-placeholder {
    font-family: inherit;
    font-size: 1rem;
    color: inherit;
    font-weight: normal; }
  .page-template-hotelform .hp-single__subline::placeholder {
    font-family: inherit;
    font-size: 1rem;
    color: inherit;
    font-weight: normal; }
.page-template-hotelform .hp-single__desc {
  background: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1rem;
  font-family: inherit;
  color: inherit;
  font-weight: normal;
  appearance: none; }
  .page-template-hotelform .hp-single__desc::-webkit-input-placeholder {
    font-family: inherit;
    font-size: 1rem;
    color: inherit;
    font-weight: normal; }
  .page-template-hotelform .hp-single__desc:-ms-input-placeholder {
    font-family: inherit;
    font-size: 1rem;
    color: inherit;
    font-weight: normal; }
  .page-template-hotelform .hp-single__desc::placeholder {
    font-family: inherit;
    font-size: 1rem;
    color: inherit;
    font-weight: normal; }
.page-template-hotelform .hp-single__desc-counter {
  position: relative;
  display: block;
  text-align: right;
  font-size: .8rem;
  opacity: .5; }
.page-template-hotelform .hp-hr-decor {
  background: none;
  position: relative;
  display: block;
  width: 3rem;
  height: 0;
  margin: 1rem auto;
  border: none;
  border-bottom: solid 4px var(--col-cyan); }
.page-template-hotelform .blank {
  background-color: #fafafa;
  border: none; }
.page-template-hotelform .hp-contact__meta {
  position: relative;
  font-size: 0;
  letter-spacing: 0; }
  .page-template-hotelform .hp-contact__meta > * {
    background-color: #fafafa;
    display: inline-block;
    width: calc(100% - 1rem);
    font-size: 1rem;
    margin-right: .5rem;
    margin-left: .5rem;
    border: none;
    box-sizing: border-box; }
  .page-template-hotelform .hp-contact__meta .hp-contact__street,
  .page-template-hotelform .hp-contact__meta .hp-contact__xtra,
  .page-template-hotelform .hp-contact__meta .hp-contact__city {
    width: calc(65% - 1rem); }
  .page-template-hotelform .hp-contact__meta .hp-contact__phone,
  .page-template-hotelform .hp-contact__meta .hp-contact__fax,
  .page-template-hotelform .hp-contact__meta .hp-contact__lat,
  .page-template-hotelform .hp-contact__meta .hp-contact__lng {
    width: calc(50% - 1rem); }
  .page-template-hotelform .hp-contact__meta .hp-contact__street_no,
  .page-template-hotelform .hp-contact__meta .hp-contact__zip {
    width: calc(35% - 1rem); }

.stars span {
  display: table-footer-group;
  width: 1.15rem;
  height: 1.15rem;
  cursor: pointer; }
  .stars span.clicked svg {
    fill: gold; }
  .stars span svg {
    fill: #ddd; }

.hp-hero-section {
  background: var(--col-mgray);
  position: relative;
  display: block;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 4rem; }
  .hp-hero-section__wrap {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    letter-spacing: 0; }
  .hp-hero-section a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: calc(100% / 3*2); }
  .hp-hero-section__thumb {
    background: var(--col-cyan);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden; }
    .hp-hero-section__thumb img {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
      -moz-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
      -ms-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
      -o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
      transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out; }
  .hp-hero-section__title {
    background: var(--col-cyan);
    position: absolute;
    display: none;
    /*inline-block;*/
    margin: 0 auto;
    padding: .125rem .5rem;
    bottom: 1rem;
    left: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    z-index: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out; }
  .hp-hero-section .row {
    position: relative;
    display: block;
    margin: 0 -.25rem;
    font-size: 0;
    letter-spacing: 0; }
    .hp-hero-section .row .col {
      position: relative;
      display: inline-block;
      width: calc(100% / 2);
      padding: 0 .25rem;
      font-size: 1rem; }
      .hp-hero-section .row .col:hover .hp-hero-section__title {
        -webkit-transform: translateY(-0.5rem);
        -moz-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
        -o-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem); }
      .hp-hero-section .row .col:hover .hp-hero-section__thumb img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .6; }

@media all and (min-width: 768px) {
  .hp-single #hp-main {
    display: inline-block;
    width: 60%; }

  .hp-single #hp-sidebar {
    display: inline-block;
    width: 40%; }

  .hp-places {
    margin: 0 -2rem; }
    .hp-places__wrap {
      padding-right: 1rem;
      padding-left: 1rem;
      font-size: 0;
      letter-spacing: 0; }
    .hp-places__item {
      display: inline-block;
      width: 50%;
      margin-bottom: 1.5rem;
      margin: 3px 0;
      overflow: hidden; }
    .hp-places__desc {
      font-size: 1rem;
      min-height: 115px; }
    .hp-places__title {
      min-height: 30px; }
    .hp-places .offer-badge {
      font-weight: 700;
      position: absolute;
      width: 150px;
      padding: 24px 10px 5px 10px;
      font-size: 1.2rem;
      text-align: center;
      left: -58px;
      line-height: 1;
      top: -10px;
      transform: rotate(-45deg);
      background-image: linear-gradient(to bottom, var(--col-dcyan), var(--col-lcyan));
      color: #fff; }
      .hp-places .offer-badge small {
        display: block;
        font-size: .8rem; }

  .module--headline_image > div h1 {
    font-size: 2.5rem; }
  .module--headline_image > div p {
    margin-top: 4rem;
    font-size: 1.5rem; }

  .swiper.gallery--thumb .swiper-slide {
    padding-bottom: calc((100% /4) / 3*2); }

  .location-carousel > a {
    width: calc(100% /3); }
    .location-carousel > a > div .location-term > span > span img {
      max-height: 15%;
      top: 10%; }

  .hp-hero-section a {
    padding-bottom: 150%; }
  .hp-hero-section .row .col {
    width: calc(100% / 3); } }
@media all and (min-width: 1200px) {
  .hp-single #hp-main {
    display: inline-block;
    width: 70%; }

  .hp-single #hp-sidebar {
    display: inline-block;
    width: 30%; }

  .hp-places__item {
    display: inline-block;
    width: calc(90% / 3);
    margin: 0 calc(6% / 6);
    /* width: calc(100% / 3); */
    margin-bottom: 1.5rem; }

  .location-carousel > a {
    width: calc(100% /5); }
    .location-carousel > a > div .location-term > span > span img {
      max-height: 15%;
      top: 10%; }

  .swiper.gallery--thumb .swiper-slide {
    padding-bottom: calc((100% /5) / 3*2); }

  .hp-hero-section .row .col {
    width: calc(100% / 5); } }

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