.container {
  max-height: 0px;
  max-width: 0%;
}

.slider {
  display: block;
  height: 900px;
  max-height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/header.jpg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  max-height: 3000px;
}

.slider-2 {
  position: relative;
  display: block;
  height: auto;
  max-height: none;
  min-height: 600px;
  background-image: url('../images/header.jpg');
  background-position: 0px 0px;
  background-size: 100% 500%;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  height: auto;
  max-width: 88%;
  -o-object-fit: fill;
  object-fit: fill;
}

.mask {
  -o-object-fit: fill;
  object-fit: fill;
}

.slide {
  background-image: url('../images/header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-3 {
  height: 100vh;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 800ms ease, opacity 200ms ease;
  transition: opacity 800ms ease, opacity 200ms ease;
}

.slide-2 {
  background-image: url('../images/header2.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: auto;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-3 {
  width: auto;
  max-width: 90vw;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: -60px;
  background-color: rgba(0, 0, 0, 0.41);
  opacity: 1;
}

.nav-link {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.youtube {
  -webkit-filter: brightness(43%);
  filter: brightness(43%);
}

.video {
  height: auto;
  padding-bottom: 0px;
}

.section {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.background-video {
  height: 100vh;
  -webkit-filter: brightness(39%);
  filter: brightness(39%);
  background-clip: border-box;
}

.navbar-3 {
  top: 100px;
  width: auto;
  margin-top: -60px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-link-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
}

.nav-link-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
}

.nav-link-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
}

.container-4 {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-4 {
  top: 67px;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.container-5 {
  width: auto;
  max-width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link-7 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.nav-link-8 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.nav-link-9 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.navbar-5 {
  top: 15vh;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.container-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-link-10 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.nav-link-11 {
  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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.1em;
}

.nav-link-12 {
  padding-bottom: 0px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.1em;
}

.headline-txt {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -63.5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -11%;
  margin-bottom: 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 6em;
  font-weight: 800;
}

.image {
  margin-top: 6%;
  margin-left: -8%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8em;
  line-height: 1em;
  letter-spacing: 0.2em;
}

.icon {
  font-size: 2em;
}

.section-3 {
  margin-top: -400px;
}

.image-2 {
  margin-top: auto;
}

.columns {
  width: 710vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-05 {
  position: relative;
  display: block;
  width: 13%;
  height: 13%;
  margin-top: -24px;
  margin-left: 18%;
  padding-top: 0%;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-6 {
  display: block;
  width: 13%;
  height: 13%;
  margin-top: 15%;
  margin-left: -13%;
}

.image-7 {
  position: relative;
  display: block;
  width: 13%;
  height: 13%;
  margin-top: 39%;
  margin-left: -13%;
}

.menu-button {
  color: #fff;
}

.menu-button.w--open {
  max-height: none;
  background-color: hsla(0, 0%, 78.4%, 0);
}

.nav-menu {
  position: relative;
  left: auto;
  top: 0%;
  right: -200px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: -872px;
  margin-bottom: -160px;
  padding: 0vh 0vh 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: rgba(101, 64, 64, 0);
  text-align: left;
}

.navbar-6 {
  position: relative;
  top: 60.8vh;
  right: 5vw;
  bottom: auto;
  display: block;
  max-width: 8vw;
  margin-top: -180px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 86.7%, 0);
  text-align: right;
}

.container-7 {
  width: auto;
  max-width: 8vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-menu-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: right;
}

.nav-link-13 {
  padding-right: 0px;
  float: right;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  text-align: right;
}

.nav-link-14 {
  padding-right: 0px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  text-align: right;
}

.nav-link-15 {
  padding-right: 0px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  text-align: right;
}

.navbar-7 {
  left: -3.2vw;
  top: auto;
  bottom: -42vh;
  max-width: 10vw;
  margin-top: -6.3vh;
  margin-bottom: 0px;
  margin-left: -126vw;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: rgba(51, 51, 51, 0);
}

.container-8 {
  width: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.nav-link-16 {
  float: right;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}

.nav-link-17 {
  float: right;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}

.nav-link-18 {
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}

.columns-2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0%;
}

.column-3 {
  left: 15.9vw;
  top: -25.4vh;
  padding-bottom: 0px;
}

.grid {
  grid-auto-flow: row;
  grid-template-areas: "Area-2 Area-3"
    "Area-4 Area"
    "Area-5 Area-6"
    "Area-7 Area-8"
    "Area-9 Area-10";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-2 {
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-4 {
  margin-top: -6vh;
  padding-top: 0px;
  background-image: url('../images/NOVALJA_bg.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-attachment: scroll;
}

.grid-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-rows: auto 15px auto;
  grid-template-areas: "Area . ."
    ". . Area-2";
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block {
  height: auto;
}

.image-8 {
  height: auto;
}

.section-5 {
  margin-top: 13%;
}

.bg-white {
  max-height: 100%;
  max-width: 100vw;
  min-height: 100vh;
  background-color: #fff;
}

.column-4 {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
}

.oblak1 {
  margin-top: 49px;
}

.oblak2 {
  margin-top: 47px;
}

.columns-3 {
  background-color: hsla(0, 0%, 100%, 0);
}

.about {
  margin-top: -50px;
  padding-right: 15%;
  padding-left: 15%;
  font-family: 'Open Sans', sans-serif;
  color: #5d5b5b;
  font-size: 3.5em;
  line-height: 2.5em;
  font-weight: 800;
  text-align: center;
}

.text-block {
  margin-bottom: -60px;
  padding-right: 15%;
  padding-bottom: 0px;
  padding-left: 15%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  line-height: 28px;
  text-align: center;
}

.contact {
  margin-bottom: 96px;
  padding-top: 0vh;
}

.section-9 {
  display: inline-block;
  margin-top: 15%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.gallery {
  padding-top: 0px;
  padding-bottom: 100px;
}

.centered-container {
  max-width: 95%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-5 {
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #353535;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #a4a4a4;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #a4a4a4;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #565656;
  text-decoration: underline;
}

.image-9 {
  width: 100%;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #5d5b5b;
  font-size: 3.5em;
  line-height: 2.5em;
  font-weight: 800;
}

.paragraph-2 {
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 41px;
  margin-left: auto;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  line-height: 28px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  height: 13%;
  max-width: 100%;
  margin-top: -24px;
  margin-left: 18px;
  background-image: url('../images/BOOKING.png');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block-2 {
  position: static;
  overflow: visible;
  width: 13%;
  height: 9%;
  max-height: none;
  max-width: none;
  margin-top: -24px;
  margin-left: 18%;
  padding-top: 0%;
}

.link-block-3 {
  position: static;
  display: block;
  width: 13%;
  height: 9%;
  max-width: 100vh;
  margin-top: 15%;
  margin-right: 0px;
  margin-left: -13%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-10 {
  margin-left: 0%;
  padding-left: 0px;
}

.link-block-4 {
  width: 13%;
  height: 9%;
  max-width: 100%;
  margin-top: 39%;
  margin-left: -13%;
}

.image-11 {
  margin-left: 0%;
}

.container-10 {
  max-width: 80%;
}

.header-link {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #d7d0d0;
  font-size: 14px;
  text-align: right;
  text-decoration: none;
}

.text-span {
  color: #a4a4a4;
}

.text-span-2 {
  color: #a6a6a6;
  text-decoration: none;
}

.text-span-2:hover {
  color: #7a7979;
}

.heading-3 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #a4a4a4;
  font-size: 14px;
  text-align: right;
}

.heading-3:hover {
  color: #646464;
}

.textarea {
  display: block;
  height: auto;
  max-height: none;
  padding-bottom: 86px;
}

.paragraph-3 {
  margin-bottom: 27px;
  font-family: 'Open Sans', sans-serif;
  color: #5d5b5b;
  font-size: 3.5em;
  line-height: 28px;
  font-weight: 800;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  line-height: 28px;
  text-align: center;
}

.button {
  margin-bottom: 29px;
  padding-bottom: 9px;
}

.columns-4 {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 136px;
  padding-bottom: 30px;
}

.image-12 {
  position: relative;
  z-index: 1;
  display: block;
}

.image-13 {
  position: relative;
  z-index: 1;
}

.image-14 {
  position: relative;
  z-index: 1;
}

.image-15 {
  position: relative;
  z-index: 1;
}

.bottom-cookie-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1f1f;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.cookie-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-button-bottom {
  margin-right: 35px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.no-margin {
  margin-bottom: 0px;
}

.no-margin.white-text {
  color: #fff;
}

.cookie-span {
  border-bottom-style: none;
  color: #b5e3f4;
  font-weight: 600;
}

.div-block-6 {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 4em;
  }

  .paragraph {
    font-size: 1.5em;
  }

  .column {
    margin-top: 2%;
  }

  .image-6 {
    margin-top: 11%;
  }

  .navbar-7 {
    bottom: -40.5vh;
    margin-top: -11.3vh;
  }

  .about {
    margin-top: 155px;
    padding-bottom: 24px;
    line-height: 50px;
  }

  .text-block {
    margin-bottom: 0px;
    padding-top: 8px;
  }

  .section-9 {
    margin-bottom: 64px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    top: 20px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .cookie-content {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cookie-content.bottom-banner-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 650px;
  }

  .headline-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 650px;
    margin-top: -648px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading {
    margin-top: -25%;
    margin-bottom: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 5em;
    line-height: 1em;
    text-align: center;
  }

  .image {
    width: 95%;
    min-width: 95px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph {
    margin-bottom: 6%;
    font-size: 1.4em;
  }

  .icon {
    color: #fff;
    font-size: 1em;
  }

  .image-05 {
    margin-top: -8%;
  }

  .column {
    top: 480px;
    margin-top: -102px;
  }

  .image-6 {
    margin-top: -8%;
    margin-left: 11%;
  }

  .image-7 {
    margin-top: -8%;
    margin-left: 11%;
  }

  .navbar-6 {
    position: static;
    top: auto;
    right: auto;
    width: 100vw;
    height: 20vh;
    max-height: 30%;
    max-width: 100%;
    margin: 0px auto -19.9vh;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    color: #fff;
  }

  .container-7 {
    position: static;
    width: 100vw;
    height: 20vh;
    max-height: none;
    max-width: none;
    margin-top: 0px;
    padding-left: 0px;
  }

  .nav-menu-2 {
    position: relative;
    top: auto;
    bottom: auto;
    display: block;
    overflow: visible;
    width: 100vw;
    height: 50vh;
    margin: 0% 0% 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .nav-link-13 {
    display: block;
    padding-right: 20px;
    float: none;
  }

  .nav-link-14 {
    padding-right: 20px;
    float: none;
  }

  .nav-link-15 {
    padding-right: 20px;
    float: none;
  }

  .column-2 {
    padding-top: 43px;
  }

  .menu-button-2 {
    margin-top: -154px;
    margin-left: -6px;
    padding-right: 2px;
    padding-left: 0px;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .menu-button-2.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24vw;
    height: 10vh;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .navbar-7 {
    left: 0vw;
    bottom: 0vh;
    width: 100vw;
    max-width: none;
    margin-top: 0vh;
    margin-left: -100vw;
  }

  .nav-link-16 {
    position: fixed;
    left: 0vw;
    width: auto;
    float: none;
    font-size: 17px;
  }

  .nav-link-17 {
    position: fixed;
    left: 16vw;
    right: 20vw;
    width: auto;
    padding-left: 20px;
    float: none;
    font-size: 17px;
    text-align: center;
  }

  .nav-link-18 {
    position: fixed;
    left: auto;
    top: auto;
    right: 0vw;
    bottom: auto;
    width: auto;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    font-size: 17px;
  }

  .nav-menu-3 {
    background-color: hsla(0, 0%, 78.4%, 0);
    text-align: left;
  }

  .menu-button-3 {
    background-color: transparent;
  }

  .menu-button-3.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .icon-2 {
    background-color: transparent;
    color: #fff;
  }

  .section-4 {
    margin-top: 70vh;
    background-position: 50% 100%;
    background-size: 165% 150%;
    background-clip: border-box;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-3 {
    display: -ms-grid;
    display: grid;
    width: 200vw;
    height: 20vh;
    max-width: none;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-auto-rows: 53px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-areas: "Area . ."
      ". . Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .oblak1 {
    height: 30vh;
    max-height: none;
    margin-top: 0px;
  }

  .oblak2 {
    height: 30vh;
    max-height: none;
    margin-top: 0px;
  }

  .columns-3 {
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 0px;
  }

  .about {
    width: 80%;
    max-width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0% 20px;
    font-size: 2em;
    line-height: 1.5em;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block {
    max-width: 90%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 1.3em;
    line-height: 30px;
    text-align: center;
  }

  .contact {
    margin-bottom: 19%;
    padding-top: 12%;
  }

  .section-9 {
    display: block;
    height: 400px;
    max-width: 90%;
    margin: 0px auto;
    padding-top: 73px;
    padding-bottom: 0px;
  }

  .gallery {
    width: auto;
    padding-top: 39px;
    padding-bottom: 40px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    width: auto;
    margin-right: 0px;
    margin-bottom: -14%;
    margin-left: 0px;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .grid-4 {
    grid-column-gap: 3px;
    grid-row-gap: 5px;
    grid-template-areas: "Area-2 Area-2 Area Area"
      "Area-2 Area-2 Area Area"
      "Area-3 Area-3 Area-4 Area-4";
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) minmax(50%, 1fr);
    -ms-grid-rows: ;
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  }

  .section-10 {
    margin-top: 67px;
  }

  .grid-5 {
    grid-template-columns: repeat(auto-fit, minmax(50%, 50%)) minmax(50%, 1fr);
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
    text-align: center;
  }

  .footer-link {
    text-align: center;
  }

  .container-9 {
    max-width: 90%;
  }

  .lightbox-link {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-2 {
    font-size: 2em;
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
  }

  .link-block-2 {
    width: 13%;
    height: 9%;
    margin-top: -6%;
  }

  .link-block-3 {
    margin-top: -6%;
    margin-left: 15%;
  }

  .link-block-4 {
    margin-top: -6%;
    margin-left: 14%;
  }

  .paragraph-3 {
    margin-bottom: 11px;
    font-size: 2em;
  }

  .paragraph-4 {
    margin-bottom: 32px;
  }

  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .columns-4 {
    position: static;
    display: block;
    width: 244.8px;
    margin-top: 10px;
    margin-bottom: -17px;
    padding-top: 48px;
    padding-bottom: 0px;
  }

  .column-6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-16 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bottom-cookie-wrapper {
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cookie-content.bottom-banner-content {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-2 {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-4 {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-5 {
    padding-bottom: 18px;
  }

  .column-7 {
    padding-bottom: 0px;
  }

  .div-block-6 {
    width: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-5 {
    position: relative;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-17 {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

#w-node-_8746e3a6-0f69-1a47-c3e4-a963df7b69ce-d0fa3a13 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_8746e3a6-0f69-1a47-c3e4-a963df7b69ce-d0fa3a13 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}