.navbar-objednat-se {
  display: none !important; }

@font-face {
  font-family: 'Montserrat';
  font-weight: 100 900;
  font-style: normal;
  src: url('/styles/fonts/Montserrat-VariableFont_wght.ttf');
  font-display: swap; }

@font-face {
  font-family: 'JosefinSans';
  font-weight: 100 700;
  font-style: normal;
  src: url('/styles/fonts/JosefinSans-VariableFont_wght.ttf');
  font-display: swap; }

html {
  font-size: 16px; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
  body {
    font-size: 0.875rem; } }

@media only screen and (min-width: 1400px) {
  .container {
    width: 1370px; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

h1, .h1 {
  font-family: 'JosefinSans', sans-serif;
  font-size: 2.75rem; }
  @media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 1.875rem; } }

h2, .h2 {
  font-size: 2.5rem; }
  @media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 1.75rem; } }

h3, .h3 {
  font-size: 2.25rem; }
  @media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 1.625rem; } }

h4, .h4 {
  font-size: 2rem; }
  @media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.75rem; }
  @media only screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 1.375rem; } }

h6, .h6 {
  font-size: 1.375rem; }
  @media only screen and (max-width: 767px) {
  h6, .h6 {
    font-size: 1.25rem; } }

p.large {
  font-size: 1.125rem; }
  @media only screen and (max-width: 767px) {
  p.large {
    font-size: 1rem; } }

a {
  color: #303030;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s; }
  a:hover, a:focus {
    color: #0a568f; }

strong, b {
  font-weight: 700; }

.custom-button {
  display: inline-block;
  background: #f1edea;
  border: 0;
  border-radius: 0;
  color: #303030;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  padding: 0.875rem 1.5rem 0.75rem;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s; }
  .custom-button:hover, .custom-button:focus {
    background: #303030;
    color: #fff; }

.main-color {
  color: #0a568f; }

.container .container {
  width: 100%;
  padding: 0; }

.whitespace-nowrap {
  white-space: nowrap;
  /* ------------------------- */
  /* -------- NAVBAR --------- */
  /* ------------------------- */ }

.navbar-default {
  min-height: 0;
  background: #2d4161;
  border: 0;
  border-radius: 0;
  margin-bottom: 0; }
  .navbar-default .navbar-header {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .navbar-default .logo img {
    width: 16rem; }
  .navbar-default .navbar-toggle {
    background: #fff;
    border: 0;
    border-radius: 0;
    margin-top: 2rem;
    margin-right: 1rem; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #2d4161; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background: #fff; }
    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
      background: #2d4161; }

@media only screen and (min-width: 992px) {
  .navbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    margin: 0 auto; }

  .navbar-collapse {
    padding: 0; }

  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 2rem; }
    .navbar-nav:before, .navbar-nav:after {
      display: none; }
    .navbar-nav > li {
      border-bottom: 0; }
      .navbar-nav > li > a {
        color: #fff !important;
        font-size: 1.25rem;
        font-weight: 500;
        padding: 0;
        -webkit-transition: all 0.15s ease-in-out 0s;
        transition: all 0.15s ease-in-out 0s; }
      .navbar-nav > li:hover {
        border-bottom: 0; }
        .navbar-nav > li:hover > a {
          color: #fff !important; }
        .navbar-nav > li:hover > .submenu {
          top: 1.625rem; }
      .navbar-nav > li.active {
        border-bottom: 0; }
        .navbar-nav > li.active > a {
          color: #fff !important; }
      .navbar-nav > li:last-child {
        margin-left: 1.5rem; }
        .navbar-nav > li:last-child a {
          background: #fff;
          color: #303030 !important;
          text-decoration: none !important;
          padding: 0.75rem 1.25rem 0.625rem; }
        .navbar-nav > li:last-child:hover > a {
          background: #303030;
          color: #fff !important; }
        .navbar-nav > li:last-child.active > a {
          background: #fff !important;
          color: #303030 !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1399px) {
  .navbar-nav > li > a {
    font-size: 1.125rem; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li > a {
    font-size: 1rem; } }

@media only screen and (max-width: 991px) {
  .navbar-default .logo img {
    width: 10rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 1rem; }

  .navbar-collapse {
    background: #fff; }
    .navbar-collapse ul li a {
      line-height: 20px; }

  .navbar-default .navbar-nav > li > a {
    color: #303030; } }

.body-index {
  /* ------------------------- */
  /* - BREADCRUMB NAVIGATION - */
  /* ------------------------- */ }
  .body-index .navbar-default {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    background: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 900; }
    @media only screen and (min-width: 1200px) {
  .body-index .navbar-default .logo img {
    width: 26rem; } }
    @media only screen and (max-width: 991px) {
  .body-index .navbar-default .logo img {
    width: 12rem; } }

.breadcrumb-wrap {
  background: #f7f5f3;
  border: 0;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  /* ------------------------- */
  /* ------- LINK BOX -------- */
  /* ------------------------- */ }
  .breadcrumb-wrap .breadcrumb {
    font-size: 0.75rem; }
  .breadcrumb-wrap a {
    text-decoration: none; }
  @media only screen and (max-width: 991px) {
  .breadcrumb-wrap {
    padding: 0.75rem 0; } }

.link-box {
  /* ----------------------------------------------------- */
  /* -- CUSTOM ------------------------------------------- */
  /* ----------------------------------------------------- */ }
  .link-box a {
    text-decoration: none; }

.page-wrapper {
  background: #ede8e4;
  overflow: hidden; }
  .page-wrapper .page-wrapper-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1920px;
    min-height: 100vh;
    background: #fff;
    margin-left: auto;
    margin-right: auto; }
    .page-wrapper .page-wrapper-inner .page-content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-bottom: 3rem; }

footer.page-footer {
  position: relative;
  bottom: auto;
  height: auto;
  background: #f7f5f3;
  color: #303030;
  line-height: 1.4;
  padding: 0;
  padding-top: 3rem; }
  footer.page-footer a {
    color: #303030;
    text-decoration: none; }
    footer.page-footer a:hover {
      text-decoration: underline;
      opacity: 1; }
  footer.page-footer .static-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #303030;
    color: #303030;
    font-size: 0.875rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem; }
    footer.page-footer .static-footer a {
      color: #303030; }
  @media only screen and (max-width: 991px) {
  footer.page-footer .static-footer {
    display: block;
    text-align: center; } }
  @media only screen and (max-width: 767px) {
  footer.page-footer {
    font-size: unset;
    text-align: unset; } }

.wrap-bg-dark {
  background-color: #303030;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #fff; }
  .wrap-bg-dark p, .wrap-bg-dark a, .wrap-bg-dark ul, .wrap-bg-dark ol {
    color: #fff; }

.wrap-bg-light {
  background-color: #f7f5f3;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.wrap-hp-header {
  background-color: #2d4161;
  background-repeat: no-repeat;
  background-position: top 0 left 50%;
  background-size: cover;
  color: #fff;
  padding: 18rem 0 6rem; }
  .wrap-hp-header .heading {
    font-family: 'JosefinSans', sans-serif;
    font-size: 3.75rem;
    line-height: 1.2; }
  .wrap-hp-header .text-shadow {
    text-shadow: 0 0 1rem #000; }
  .wrap-hp-header p, .wrap-hp-header a, .wrap-hp-header ul, .wrap-hp-header ol {
    color: #fff; }
  .wrap-hp-header .custom-button {
    background: #fff;
    color: #303030; }
    .wrap-hp-header .custom-button:hover {
      opacity: 0.8; }
  @media only screen and (max-width: 1399px) {
  .wrap-hp-header .heading {
    font-size: 3.5rem; } }
  @media only screen and (max-width: 1199px) {
  .wrap-hp-header {
    padding: 13rem 0 4rem; }
    .wrap-hp-header .heading {
      font-size: 3.25rem; } }
  @media only screen and (max-width: 991px) {
  .wrap-hp-header {
    padding: 8rem 0 3rem; }
    .wrap-hp-header .heading {
      font-size: 2.5rem; }

    .wrap-hp-header .h4 {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 500px) {
  .wrap-hp-header {
    padding: 7rem 0 2rem; }
    .wrap-hp-header .heading {
      font-size: 2rem; }

    .wrap-hp-header .h4 {
      font-size: 1.25rem; } }

.service-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem; }
  .service-tiles .tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #e4e5eb;
    text-align: center;
    text-decoration: none !important; }
    .service-tiles .tile .content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 2rem; }
      .service-tiles .tile .content .inner {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        padding: 2rem 1rem;
        margin-top: -5rem; }
        .service-tiles .tile .content .inner .flex-grow {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        .service-tiles .tile .content .inner .button {
          font-weight: 500;
          margin-top: 3rem; }
    .service-tiles .tile:hover {
      -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15);
      box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15);
      color: #303030;
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
      .service-tiles .tile:hover .content .inner .button {
        color: #0a568f; }
  @media only screen and (max-width: 1399px) {
  .service-tiles {
    gap: 1.25rem; } }
  @media only screen and (max-width: 1199px) {
  .service-tiles {
    gap: 1rem; }
    .service-tiles .tile .content {
      padding: 1.5rem; }
      .service-tiles .tile .content .inner {
        padding: 1.5rem 1rem;
        margin-top: -4rem; }
        .service-tiles .tile .content .inner .button {
          margin-top: 2rem; } }
  @media only screen and (max-width: 991px) {
  .service-tiles {
    gap: 2rem; }
    .service-tiles .tile {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 767px) {
  .service-tiles {
    grid-template-columns: 1fr;
    gap: 1rem; }
    .service-tiles .tile {
      max-width: 425px; }
      .service-tiles .tile .content {
        padding: 1rem; } }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0; }
  .socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #0a568f;
    border-radius: 999px;
    font-size: 1.375rem;
    text-decoration: none !important; }
    .socials a i {
      color: #fff; }
    .socials a:hover {
      background: #303030; }
      .socials a:hover i {
        color: #fff; }

.custom-video {
  display: block;
  max-width: 100%;
  height: auto; }

.custom-form {
  background: #f1edea;
  padding: 2rem;
  margin: 1rem 0; }
  .custom-form label {
    margin-bottom: 0.25rem;
    font-weight: 500; }
    .custom-form label.required:after {
      content: '*';
      color: red; }
  .custom-form .form-control {
    height: 2.75rem;
    border: 0;
    border-bottom: 2px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #303030;
    font-size: 1rem; }
    .custom-form .form-control:focus {
      border-bottom-color: #0a568f; }
  .custom-form textarea {
    min-height: 10rem;
    resize: vertical; }
  .custom-form .custom-button {
    background: #0a568f;
    color: #fff; }
    .custom-form .custom-button:hover, .custom-form .custom-button:focus {
      background: #303030;
      color: #fff; }
  .custom-form .g-recaptcha {
    margin-bottom: 1rem;
    overflow: hidden; }
  @media only screen and (max-width: 450px) {
  .custom-form {
    padding: 1rem; } }

.reservation-form {
  border-radius: 0.25rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }
  .reservation-form .heading {
    margin-bottom: 1.5rem; }

.terms-calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  background: #f1edea;
  border-radius: 0.25rem;
  text-align: center;
  padding: 1.5rem;
  margin: 0 0.5rem; }
  .terms-calendar-header .prev-button, .terms-calendar-header .next-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    width: 8rem;
    color: #0a568f;
    font-size: 0.9rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: left; }
    .terms-calendar-header .prev-button i, .terms-calendar-header .next-button i {
      font-size: 2.5rem; }
    .terms-calendar-header .prev-button:hover, .terms-calendar-header .next-button:hover {
      color: #303030; }
  .terms-calendar-header .next-button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }
  .terms-calendar-header .center-column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .terms-calendar-header .center-column .heading {
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 1rem; }
    .terms-calendar-header .center-column .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 1rem; }
      .terms-calendar-header .center-column .buttons .custom-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        background: #0a568f;
        color: #fff;
        font-weight: 400;
        white-space: nowrap;
        padding: 0.75rem 1rem; }
        .terms-calendar-header .center-column .buttons .custom-button span {
          margin-bottom: -0.375rem; }
  .terms-calendar-header .calendar-toggle-button-wrapper {
    position: relative; }
    .terms-calendar-header .calendar-toggle-button-wrapper .calendar-wrapper {
      position: absolute;
      top: calc(100% + 0.5rem);
      left: 50%;
      z-index: 900;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media only screen and (max-width: 991px) {
  .terms-calendar-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .terms-calendar-header .prev-button {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }

    .terms-calendar-header .next-button {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }

    .terms-calendar-header .center-column {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media only screen and (max-width: 767px) {
  .terms-calendar-header .prev-button, .terms-calendar-header .next-button {
    display: none; }
  .terms-calendar-header .center-column .heading {
    display: none; } }

.terms-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.5rem; }
  .terms-calendar a {
    text-decoration: none; }
  .terms-calendar thead td {
    background: #f1edea;
    border-radius: 0.25rem;
    line-height: 1.2;
    text-align: center;
    padding: 0.5rem 0.25rem; }
    .terms-calendar thead td strong {
      display: block; }
  .terms-calendar tbody td {
    width: 12.5%;
    background: #f1edea;
    border-radius: 0.25rem;
    text-align: center;
    vertical-align: middle;
    padding: 0.75rem 0.25rem; }
    .terms-calendar tbody td:first-child {
      background: #f1edea;
      font-weight: bold; }
    .terms-calendar tbody td.status-available {
      background: #70c110; }
      .terms-calendar tbody td.status-available .status-title {
        color: #fff; }
    .terms-calendar tbody td.status-not-available .status-title {
      color: #cf0000; }
    .terms-calendar tbody td.active {
      background: #0a568f; }
      .terms-calendar tbody td.active .status-title {
        text-decoration: none !important; }
    .terms-calendar tbody td .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 0.5rem; }
      .terms-calendar tbody td .item a.status-title:hover {
        text-decoration: underline; }
      .terms-calendar tbody td .item .button:hover {
        color: #cf0000; }
  @media only screen and (max-width: 991px) {
  .terms-calendar {
    font-size: 0.875rem; } }

.no-terms-message {
  background: #f1edea;
  border-radius: 0.25rem;
  text-align: center;
  padding: 3rem 1rem;
  margin: 0.5rem; }
