/*==============================================================*/
/*
Theme Name: Aldrov
Text Domain: aldrov
Version: 1.4.3.3
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Custom tailored theme for Aldrov Resort.
Author: Lukas Postulka
Author URI: https://lukepostulka.net
Theme URI: https://lukepostlka.net
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/* **************************************** */
/* BASE *********************************** */
/* **************************************** */
html,
body {
  overflow: hidden;
}
.height-100 {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}
.photos-img__wrap img {
    width: 100%;
}
.photos-img__wrap {
    display: grid;
padding-top: 100px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.local-text_content{
   padding-top:50px;
}
.page-id-368 .main-hero__section,
.page-id-368 main#main-content {
    padding-top: 0;
}
.main-hero__section-about h2 {
    text-align: left !important;
    margin-top: 0 !important;
}
.reservation-inner {
    max-width: 1200px;
    margin: auto;
    padding: 100px 10px;
}
.page-id-17 div#jarallax-container-0 div {
    background-position: top !important;
}
body {
  font-family: 'TabacSans';
}
.menu__section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.background-gradient-2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, #0000007a, #00000017);
    z-index: -1;
}
.slogan-text{
    text-align: center;
    font-size: 36px;
    margin-top: 80px;
    font-weight: 600;
}
.main-hero__section img {
    width:100%;
    height: 600px !important;
    object-fit: cover;
}
.image-text {
    position: relative;
}

.button-white {
    background: white !important;
}

.fotogalerie-wrapper .header-hero__wrapper.inner {
    color: white;
    position: absolute;
    display: grid;
    place-content: center;
    place-items: center;
}
.video{
 position:relative;
width: 100%;
}

.video:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background:linear-gradient(0deg, #0000008a, #00000017);
    z-index: 0;
}
@media screen and (max-width: 1024px) {
.photos-img__wrap {
    grid-template-columns: 1fr;
  
}
.menu__section {
    grid-template-columns: 1fr;
    
}
.main-hero__section img {
    height: auto !important;

}
.main-hero__section {
    grid-template-columns: 1fr !important;
   
}
}
@media screen and (max-width: 600px) {
.slogan-text{
    font-size: 22px;

}

.image-text:after {
    font-size: 26px;
    height:60px;
        top: 10px;

}

}
.reservation-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  
}
.reservation-wrap h2 {
    text-decoration: underline;
}
.reservation-box__second {
    margin-top: 70px;
}
.background-gradient:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, #000000, #00000017);
    z-index:-1;
}
.main-hero__section {
   padding-top:120px;
    display: grid;
    padding-bottom: 80px;
    grid-template-columns: 1fr 1fr;
   gap:50px;
}
section.main-trip {
    padding-top: 60px;
}
section.main-trip h2 {
    text-align: center;
    margin-top: 25px;
}
.main-trip img {
    max-width: 1080px;
    margin: auto;
}

.inner {
  max-width: 1740px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  .inner {
    width: 95%;
  }
}
@media screen and (min-width: 993px) {
  .inner {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1024px) {
.reservation-box__second {
    margin-top: 0px;
}
.reservation-wrap {
     grid-template-columns: 1fr;
    
}
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.inner-full-width {
  max-width: 2138px;
  margin: 0 auto;
}
main.page {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  main.page {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  main.page {
    padding-top: 150px;
  }
}
.grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 640px) {
  .grid {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .grid {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* **************************************** */
/* EFFECTS ******************************** */
/* **************************************** */
/* **************************************** */
/* TYPOGRAPHY ***************************** */
/* **************************************** */
p {
  color: #100f0f;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
p a {
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
p a:hover {
  opacity: .6;
  text-decoration: none;
}
.content-list li {
  font-size: 1.8rem;
}
.homepage-header-hero__description,
.header-hero__description {
  font-family: 'TabacSans';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.homepage-header-hero__description p,
.header-hero__description p {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: -0.015ex;
}
@media screen and (min-width: 768px) {
  .homepage-header-hero__description p,
  .header-hero__description p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-header-hero__description p,
  .header-hero__description p {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1536px) {
  .homepage-header-hero__description p,
  .header-hero__description p {
    font-size: 3.2rem;
  }
}
h1 {
  font-family: 'TabacSans';
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 3.5rem;
  color: #ffffff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  letter-spacing: -0.01ex;
}
@media screen and (min-width: 340px) {
  h1 {
    font-size: 3.6rem;
    letter-spacing: -0.015ex;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 5rem;
    letter-spacing: -0.025ex;
  }
}
@media screen and (min-width: 1536px) {
  h1 {
    font-size: 7rem;
    line-height: 1.2;
    letter-spacing: -0.035ex;
  }
}
h2 {
  font-family: 'TabacSans';
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 4rem;
}
@media screen and (min-width: 640px) {
  h2 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1536px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  h2 br {
    display: none;
  }
}
.h2-section-content-title {
  margin-top: 4rem;
}
@media screen and (min-width: 640px) {
  .h2-section-content-title {
    margin-top: 8rem;
  }
}
.section-homepage-content-2 .h2-section-content-title {
  margin-top: 4rem;
}
@media screen and (min-width: 640px) {
  .section-homepage-content-2 .h2-section-content-title {
    margin-top: 0;
  }
}
.section-homepage-content-4 .h2-section-content-title {
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .section-homepage-content-4 .h2-section-content-title {
    margin-top: 8rem;
  }
}
.heading-smaller {
  font-family: 'TabacSans';
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .heading-smaller {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1536px) {
  .heading-smaller {
    font-size: 2.8rem;
  }
}
.footer-menu a {
  font-size: 1.8rem;
  color: #ffffff;
}
.primary-menu-wrapper .menu-item a {
  font-size: 1.6rem;
  line-height: 4.3;
  color: #181818;
}
@media screen and (min-width: 340px) {
  .primary-menu-wrapper .menu-item a {
    line-height: 3.5;
    font-size: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .primary-menu-wrapper .menu-item a {
    line-height: 3.5;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .primary-menu-wrapper .menu-item a {
    line-height: 1.8;
    font-size: 5rem;
  }
}
.big-text-xl {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 4rem;
  color: #ffffff;
}
@media screen and (min-width: 340px) {
  .big-text-xl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .big-text-xl {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1536px) {
  .big-text-xl {
    font-size: 8rem;
  }
}
.big-text-lg {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 4rem;
}
@media screen and (min-width: 640px) {
  .big-text-lg {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1536px) {
  .big-text-lg {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .big-text-lg br {
    display: none;
  }
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.jarallax-block {
  width:100%;
  min-height: 800px;
}
@media screen and (max-width: 1199px) {
  .jarallax-block {
    width:100%;
    min-height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .jarallax-block {
    width:100%;
    min-height: 500px;
  }
}
/* **************************************** */
/* INPUTS ******************************** */
/* **************************************** */
.input-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.input {
  font-family: 'TabacSans';
  width: 100%;
  text-align: left;
  display: block;
  margin: 0 auto;
  font-size: 1.7rem;
  padding: 1.6rem 2.4rem;
  letter-spacing: 0.25px;
  outline: none;
  color: #999;
  transition: border-color 0.2s ease-in-out;
  border: 2px solid #999;
}

.input:hover {

}

.input:focus {
  border-color: #d1a157;
  color: #d1a258;
}

.wpcf7-submit.button {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.button[type="submit"]:hover {
  cursor: pointer;
}

.wpcf7-not-valid-tip {
  text-align: left;
  margin: 7px 0 0 2px;
}

.input.wpcf7-not-valid {
  border-color: red;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0em auto 1em;
  padding: 0.7em 1em;
  text-align: center;
  width: auto;
  max-width: 800px;
}

.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

/* **************************************** */
/* BUTTONS ******************************** */
/* **************************************** */
.button {
  font-family: 'TabacSans';
  width: 95%;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  padding: 1.6rem 3rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
  border: 2px solid #d1a157;
  border-radius: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 340px) {
  .button {
    padding: 1.6rem 3.5rem;
    width: max-content;
  }
}
@media screen and (min-width: 640px) {
  .button {
    padding: 1.6rem 4.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .button {
    padding: 1.6rem 5.5rem;
    font-size: 1.8rem;
  }
}
.button-filled {
  background-color: #d1a157;
  border: none;
  padding: 2rem 7rem;
  font-size: 17px;
  transition: all 0.2s ease-in-out;
}
.button-filled:hover {
  color: #ffffff;
  background-color: #c18a47;
}
@media screen and (max-width: 1028px) {
  .button-filled {
    padding: 1.8rem 4.5rem;
    width: max-content;
  }
}
.button-outlined {
  color: #d1a157;
  transition: all 0.2s ease-in-out;
}
.button-outlined:hover {
  color: #000000;
  background-color: #d1a157;
}
.button-text-invert {
  color: #ffffff;
}
.button-outlined-black {
  border-color: #000000;
  transition: all 0.2s ease-in-out;
}
.button-outlined-black:hover {
  color: #ffffff;
  background-color: #000000;
}
.button-filled-black {
  background-color: #000000;
  color: #ffffff;
  padding: 1.6rem 3rem;
  border-color: #000000;
  transition: all 0.2s ease-in-out;
}
.button-filled-black:hover {
  color: #000000;
  background-color: #c18a47;
}
@media screen and (min-width: 340px) {
  .button-filled-black {
    padding: 1.6rem 4.5rem;
    width: max-content;
  }
}
/* **************************************** */
/* HELPERS ******************************** */
/* **************************************** */
.hide {
  display: none  !important;
}
@media only screen and (min-width: 640px) {
  .hide-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .hide-sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hide-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .hide-lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hide-lg-down {
    display: none !important;
  }
}
.text-invert {
  color: #ffffff !important;
}
.button-text-invert {
  color: #ffffff !important;
}
.button-text-invert:hover {
  color: #000000 !important;
}
/* MOBILE SPACING */
@media screen and (max-width: 1024px) {
  .mobile-spacing-white {
    margin-left: 2rem;
    margin-right: 2rem;
    background-color: #ffffff !important;
  }
  .mobile-spacing-white .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 0) and (max-width: 340px) {
  .mobile-spacing-up-8 {
    margin-top: -8rem !important;
  }
}
@media screen and (min-width: 340px) and (max-width: 640px) {
  .mobile-spacing-up-8 {
    margin-top: -10rem !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 600px) {
  .mobile-spacing-up-8 {
    margin-top: -36rem !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .mobile-spacing-up-8 {
    margin-top: -20rem !important;
  }
}
.mobile-image-expand {
  margin-left: -4rem !important;
  max-width: 124% !important;
  width: 124% !important;
}
@media screen and (min-width: 640px) {
  .mobile-image-expand {
    margin-left: -4rem !important;
    max-width: 111.5% !important;
    width: 111.5% !important;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-image-expand {
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}
/* PLUGIN ESSENTIAL GRID */
div.esg-filterbutton:nth-child(2) {
  display: none;
}
.fotogalerie-shortcode-navigation {
  padding-bottom: 8rem;
}
.esg-filterbutton {
  font-family: 'TabacSans' !important;
  font-weight: 500 !important;
  border: 2px solid #d1a157 !important;
  border-radius: 0 !important;
  padding: 1rem 3rem !important;
  text-transform: uppercase !important;
  font-size: 2rem !important;
  color: #d1a157 !important;
  margin: 0 -1px !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out !important;
  width: 90% !important;
  margin-bottom: 1rem !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1024px) {
  .esg-filterbutton {
    width: initial !important;
    margin-bottom: 0 !important;
  }
}
.esg-filter-wrapper > .esg-filterbutton:first-child {
  margin-right: 0 !important;
}
.esg-filter-wrapper > .esg-filterbutton:last-child {
  margin-left: 0 !important;
}
.esg-filterbutton:hover {
  background-color: #f4dfbd !important;
}
.esg-filterbutton.selected {
  background-color: #d1a157 !important;
  color: #ffffff !important;
}
.esg-filter-checked {
  display: none !important;
}
.fotogalerie-shortcode {
  margin-bottom: 14rem;
  min-height: 20rem;
}
@media screen and (min-width: 1024px) {
  .fotogalerie-shortcode {
    margin-bottom: 26rem;
    min-height: 20rem;
  }
}
.esg-navbutton-solo-left {
  top: 122% !important;
  left: 30% !important;
}
@media screen and (min-width: 1024px) {
  .esg-navbutton-solo-left {
    top: 134% !important;
    left: 40% !important;
  }
}
.esg-navbutton-solo-right {
  top: 122% !important;
  right: 30% !important;
}
@media screen and (min-width: 1024px) {
  .esg-navbutton-solo-right {
    top: 134% !important;
    right: 40% !important;
  }
}
.esg-navigationbutton {
  border: none !important;
  opacity: 1;
  transition: all 0.2s ease-in-out !important;
}
.esg-navigationbutton:hover {
  opacity: .6 !important;
}
.esg-navigationbutton.hovered {
  box-shadow: none !important;
  background: none !important;
}
.esg-navigationbutton .eg-icon-right-open::before,
.esg-navigationbutton .eg-icon-left-open::before {
  font-weight: normal !important;
  color: #000000 !important;
  font-size: 4rem !important;
}
.esg-navigationbutton .eg-icon-right-open::before {
  content: url("assets/icons/arrow-gallery-right.svg") !important;
  width: 55px !important;
  height: auto !important;
}
.esg-navigationbutton .eg-icon-left-open::before {
  content: url("assets/icons/arrow-gallery-left.svg") !important;
  width: 55px !important;
  height: auto !important;
}
/* **************************************** */
/* HEADER ********************************* */
/* **************************************** */
.header-nav__wrapper {
  padding: 36px 0;
}
.header-logo {
  max-width: 280px;
}
.reservation-title {
    font-size: 26px;
font-weight: bold;
    margin-bottom: 10px;
}
object {
    width: 100%;
    height: 750px;
}
.nav-logo {
  padding-top: 36px;
  max-width: 160px;
}
@media screen and (min-width: 640px) {
  .nav-logo {
    max-width: 200px;
  }
}
/* **************************************** */
/* NAVIGATION ***************************** */
/* **************************************** */
.jquery-modal.blocker {
  z-index: 1000;
  background: none !important;
}
/* #js-primary-nav-click,
.close-modal-alt {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#js-primary-nav-click:hover,
.close-modal-alt:hover {
  opacity: .5;
}
 */
#js-primary-nav-click,
#js-primary-nav-close {
  width: 55px;
  height: 55px;
  position: relative;
}

#js-primary-nav-click .menu-icon,
#js-primary-nav-close .menu-icon {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 3px;
  background-color: #fff;
}

.ready #js-primary-nav-click .menu-icon {
  transition: background-color 0.2s ease-out;
}

.header-dark #js-primary-nav-click .menu-icon {
  background-color: #181818;
}

#js-primary-nav-click:hover .menu-icon,
#js-primary-nav-close:hover .menu-icon {
  background-color: #181818;
}

.header-dark #js-primary-nav-click:hover .menu-icon {
  background-color: #d1a258;
}

#js-primary-nav-click .menu-icon::before,
#js-primary-nav-click .menu-icon::after,
#js-primary-nav-close .menu-icon::before,
#js-primary-nav-close .menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -13px;
  left: 0;
  background: #fff;
  transition: background-color 0.2s ease-out;
}

.header-dark #js-primary-nav-click .menu-icon::before,
.header-dark #js-primary-nav-click .menu-icon::after {
  background-color: #181818;
}

#js-primary-nav-click .menu-icon::after,
#js-primary-nav-close .menu-icon::after {
  top: 13px;
  width: 28px;
}

#js-primary-nav-click:hover .menu-icon::before,
#js-primary-nav-click:hover .menu-icon::after,
#js-primary-nav-close .menu-icon::before {
  background-color: #181818;
}

.header-dark #js-primary-nav-click:hover .menu-icon::before,
.header-dark #js-primary-nav-click:hover .menu-icon::after {
  background-color: #d1a258;
}

.jquery-modal.blocker.current #js-primary-nav-close .menu-icon {
  width: 0;
}

.jquery-modal.blocker.current #js-primary-nav-close .menu-icon::before,
.jquery-modal.blocker.current #js-primary-nav-close .menu-icon::after {
  top: 0;
  background-color: #fff;
}

.jquery-modal.blocker.current #js-primary-nav-close .menu-icon::before {
  transform: rotate(-45deg) translateY(-16px) translateX(-16px);
  width: 46px;
}

.jquery-modal.blocker.current #js-primary-nav-close .menu-icon::after {
  transform: rotate(45deg) translateY(16px) translateX(-16px);
  width: 46px;
}

.jquery-modal.blocker.current #js-primary-nav-close:hover .menu-icon::before,
.jquery-modal.blocker.current #js-primary-nav-close:hover .menu-icon::after {
  top: 0;
  background-color: #181818;
}

html {
  overflow-y: auto;
}

html.nav-active {
  overflow-y: auto !important;
}
div#primary-nav:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffeac6eb;
    z-index: -1;
}
a.popup-logo img {
    max-width: 240px;
    filter: invert(1);
}

 @media (max-width: 767px){
a.popup-logo img {
    max-width: 100px;
   
}
}
#primary-nav {
  /* background-image: url("assets/img/menu-bcg.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  box-shadow: none;
  height: 100vh;
  padding: 0;

}

#primary-nav .close-modal {
  display: none;
}
#primary-nav .close-modal-alt {
  margin-top: 36px;
  float: right;
}
#primary-nav .close-modal-alt img {
  width: 28px;
  height: auto;
}
.primary-menu-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
}
@media screen and (min-width: 1024px) {
  .primary-menu-wrapper {
    left: 23.5%;
  }
}
.primary-menu-wrapper li.menu-item {
  margin-bottom: 10px;
  counter-increment: number;
}

@media screen and (max-width: 1024px) {
  .primary-menu-wrapper li.menu-item {
    margin-bottom: 15px;
  }
}

.primary-menu-wrapper li.menu-item::before {
  content: "0" counter(number) " ";
  font-family: 'TabacSans';
  font-size: 1rem;
  color: #ffffffcc;
  font-weight: 500;
  font-style: italic;
}
@media screen and (min-width: 340px) {
  .primary-menu-wrapper li.menu-item::before {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 640px) {

  .primary-menu-wrapper li.menu-item::before {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .primary-menu-wrapper li.menu-item::before {
    font-size: 1.8rem;
  }
}
.primary-menu-wrapper li.menu-item:first-child {
  counter-reset: number;
}
.primary-menu-wrapper .menu-item a {
  margin-left: 1rem;
  padding: 0 .8rem;
  height: 4.7rem !important;
  display: inline-block;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .primary-menu-wrapper .menu-item a {
    height: 6.7rem !important;
  }
}
@media screen and (min-width: 768px) {
  .primary-menu-wrapper .menu-item a {
    height: 6.7rem !important;
  }
}
.primary-menu-wrapper .menu-item::marker {
  font-size: 1rem;
  color: #D7B38F;
  font-style: italic;
}
@media screen and (min-width: 340px) {
  .primary-menu-wrapper .menu-item::marker {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 640px) {
  .primary-menu-wrapper .menu-item::marker {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .primary-menu-wrapper .menu-item::marker {
    font-size: 1.8rem;
  }
}
.primary-menu-wrapper .menu-item.current_page_item a {
  border-bottom: 5px solid rgba(255,255,255,0.4);
}
@media screen and (min-width: 640px) {
  .primary-menu-wrapper .menu-item.current_page_item a {
    border-bottom: 6px solid rgba(255,255,255,0.4);
  }
}
@media screen and (min-width: 768px) {
  .primary-menu-wrapper .menu-item.current_page_item a {
    border-bottom: 7px solid rgba(255,255,255,0.4);
  }
}
@media screen and (min-width: 1024px) {
  .primary-menu-wrapper .menu-item.current_page_item a {
    border-bottom: 8px solid rgba(255,255,255,0.4);
  }
}
/* ANIMATIONS ***************************** */

/* right */
.section-homepage-content-1 .right-block,
.section-homepage-content-1 .right-block,
.section-lokalita-content-1 .left-block,
.section-rekreace-content-1 .right-block,
.section-apartman-content-1 .left-block,
.section-investice-content-1 .right-block,
.section-apartman-content-2 .right-block,
.section-rekreace-content-2 .left-block,
.section-lokalita-content-2 .right-block,
.section-homepage-content-4 .right-block,
.section-apartman-content-4 .right-block,
.section-rekreace-content-4 .left-block,
.section-lokalita-content-5 .grid,
.section-rekreace-content-6 .left-block,
.section-rekreace-content-7 .right-block {
  transform: translate(55px,0);
  opacity: 0;
  visibility: hidden;
}

/* left */
.section-investice-content-3 .left-block,
.rekreace-section-3-img, .rekreace-section-3-arrow {
  transform: translate(-55px,0);
  opacity: 0;
  visibility: hidden;
}

/* up */
.section-homepage-content-1 img,
.section-homepage-content-1 img,
.section-lokalita-content-1 img,
.section-rekreace-content-1 img,
.section-apartman-content-1 img,
.section-investice-content-1 img,
.section-investice-content-2 .grid,
.section-homepage-content-2 .grid,
.homepage-content-3-box,
.section-apartman-content-3 .grid,
.section-lokalita-content-3 .grid,
.section-homepage-content-4 img,
.section-apartman-content-4 img,
.lokalita-content-4-box,
.investice-content-4-box ,
.section-rekreace-content-4 img,
.rekreace-content-5-box {
  transform: translate(0,55px);
  opacity: 0;
  visibility: hidden;
}

.animate__animated {
  opacity: 1 !important;
  visibility: visible !important;
}


/* HERO *********************************** */
.header-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
  max-height: 1100px;
  place-items: center;
  display: grid;
}
.header-hero .header-nav__wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 11;
}
.header-hero .header-nav__wrapper .header-nav__menu-icon {
  width: 35px;
}
.header-hero .homepage-header-hero__caption {
  max-width: 740px;
  top: 27%;
}
.header-hero .header-hero__caption {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.header-hero .homepage-header-hero__description {
  max-width: 770px;
  padding-bottom: 4rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 340px) {
  .header-hero .homepage-header-hero__description {
    padding-right: 8rem;
  }
}
.header-hero .header-hero__description {
  max-width: 900px;
  padding-bottom: 4rem;
  margin:auto;
  padding-right: 0;
}
.header-hero .header-hero__scroll-button {
  position: absolute;
  width: 95%;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
}
.header-hero .header-hero__scroll-button a {
  display: inline-block;
  transform: translate(0,0);
  transition: transform .3s ease;
}
.header-hero .header-hero__scroll-button a:hover {
  transform: translate(0,-10px);
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.header-hero .header-hero__scroll-button-img {
  height: 58px;
}
.header-hero .button-filled {
  display: inline;
}
.fotogalerie-wrapper .header-hero__caption {
  padding-top: 40%;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .fotogalerie-wrapper .header-hero__caption {
    padding-top: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .fotogalerie-wrapper .header-hero__caption {
    padding-top: 15%;
  }
}
@media screen and (min-width: 1280px) {
  .fotogalerie-wrapper .header-hero__caption {
    padding-top: 10%;
  }
}
.page-404-wrapper {
  border: 10px solid #fff;
  background-image: url('assets/img/aldrov-imagebg.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-404-wrapper {
    border: 20px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .page-404-wrapper {
    border: 30px solid #fff;
  }
}
@media screen and (min-width: 1280px) {
  .page-404-wrapper {
    border: 40px solid #fff;
  }
}
.page-404-wrapper,
.page-404-wrapper h1,
.page-404-wrapper p,
.page-404-wrapper a {
  color: #fff;
}
.page-404-wrapper .header-hero__caption {
  padding-top: 40%;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .page-404-wrapper .header-hero__caption {
    padding-top: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .page-404-wrapper .header-hero__caption {
    padding-top: 15%;
  }
}
@media screen and (min-width: 1280px) {
  .page-404-wrapper .header-hero__caption {
    padding-top: 10%;
  }
}
.menu-item a {
  position: relative;
}
.footer-menu .menu-item a {
  text-decoration: none;
}
.menu-item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 90%;
  left: 0;
  background: #fff;
  opacity: 0.4;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .menu-item a::after {
    height: 6px;
    top: 90%;
  }
}
@media screen and (min-width: 768px) {
  .menu-item a::after {
    height: 7px;
    top: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .menu-item a::after {
    height: 8px;
  }
}
.current_page_item a::after {
  background: transparent;
}
.footer-menu .menu-item a::after {
  background: #999999;
  height: 3px;
  top: 120%;
  z-index: 1000;
}
.menu-item a:hover::after {
  transform: scaleX(1);
}
/* **************************************** */
/* CONTENT ******************************** */
/* **************************************** */
.section-page-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .section-page-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
/* MANI CONTENT *********************************** */
.section-page-content .right-block {
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .section-page-content  .right-block {
    padding-left: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-homepage-content-4  .right-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* HOMEPAGE ************************************** */
.section-homepage-content-1 .right-block {
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .section-homepage-content-1 .right-block {
    padding-left: 12rem;
  }
}
@media screen and (max-width: 1900px) {
  .section-homepage-content-1 .right-block {
    background-color: #ffffff;
  }
}
.section-homepage-content-2 {
  background-image: url("assets/img/content/homepage-section-2-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 17rem;
  padding-bottom: 10rem;
  margin-top: -15rem;
}
@media screen and (min-width: 640px) {
  .section-homepage-content-2 {
    padding-bottom: 27rem;
    padding-top: 20rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-homepage-content-2 {
    background-attachment: fixed;
    padding-top: 29rem;
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-homepage-content-2 {
    padding-top: 33rem;
    margin-top: -15rem;
  }
}
.section-homepage-content-2 .text-invert {
  color: #ffffff;
}
.section-homepage-content-2 .grid {
  max-width: 740px;
  margin: 0 auto;
}
.section-homepage-content-3 {
  padding-top: 0;
  margin-top: -4rem;
}
@media screen and (min-width: 640px) {
  .section-homepage-content-3 {
    margin-top: -10rem;
  }
}
.homepage-content-3-box {
  max-width: 964px;
  background-color: #ffffff;
}
@media screen and (min-width: 640px) {
  .homepage-content-3-box {
    position: relative;
    padding: 0 10rem 8rem 10rem;
    margin-left: 12rem;
    margin-top: -10%;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-content-3-box {
    padding: 0 10rem 8rem 10rem !important;
  }
}
.section-homepage-content-4 {
  background-image: url("assets/img/content/homepage-section-4-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 12rem;
}
/* PAGE KONTAKT *********************************** */
.pum-content {
  outline: none !important;
}
#section-kontakt-content {
  margin-top: -12rem;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (min-width: 1024px) {
  #section-kontakt-content {
    margin-top: -35rem;
  }
}
.kontakt-left-block,
.kontakt-right-block {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
@media screen and (min-width: 640px) {
  .kontakt-left-block,
  .kontakt-right-block {
    background-color: #ffffff;
    padding: 8rem 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .kontakt-left-block,
  .kontakt-right-block {
    background-color: #ffffff;
    padding: 8rem 8rem;
  }
}
.kontakt-right-block {
  background-color: #f5f2f2;
}
.kontakt-section-img {
  margin-bottom: 4rem;
}
/* PAGE LOKALITA *********************************** */
.section-lokalita-content-1 {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .section-lokalita-content-1 {
    margin-top: -16rem;
  }
}
@media screen and (max-width: 1024px) {
  .right-block-img {
    padding-left: 0 !important;
  }
}
.lokalita-section-1-img {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .lokalita-section-1-img {
    margin-top: -10rem;
  }
}
.section-lokalita-content-2 {
  margin-top: 0;
}
.section-lokalita-content-2 .right-block {
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .section-lokalita-content-2 .right-block {
    padding-left: 8rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-lokalita-content-2 .right-block {
    padding-top: 20%;
  }
}
.lokalita-section-2-img {
  margin-top: 6rem;
  margin-bottom: -8rem;
}
@media screen and (min-width: 1024px) {
  .lokalita-section-2-img {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -25%;
    max-width: 125%;
    width: 125%;
  }
}
.section-lokalita-content-3 {
  background-image: url("assets/img/content/lokalita-section-3-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding-top: 16rem;
  padding-bottom: 10rem;
  margin-top: -4rem;
}
@media screen and (min-width: 1024px) {
  .section-lokalita-content-3 {
    padding-top: 20rem;
    padding-bottom: 33rem;
    margin-top: -15rem;
  }
}
.section-lokalita-content-3 .section-content-text {
  padding-bottom: 10rem;
}
@media screen and (min-width: 1024px) {
  .section-lokalita-content-3 .section-content-text {
    padding-bottom: 0;
  }
}
.section-lokalita-content-3 .text-invert {
  color: #ffffff;
}
.section-lokalita-content-3 .grid {
  max-width: 740px;
  margin: 0 auto;
}
.section-lokalita-content-4 {
  padding-top: 0;
  margin-top: -10rem;
}
.lokalita-content-4-wrapper {
  padding-right: 0;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .lokalita-content-4-wrapper {
    padding-right: 12rem;
  }
}
.lokalita-content-4-box {
  background-color: #ffffff;
  display: inline-block;
  text-align: left;
  padding-top: 6rem;
}
@media screen and (min-width: 640px) {
  .lokalita-content-4-box {
    position: relative;
    padding: 8rem 0 8rem 0;
    margin-top: -10%;
  }
}
@media screen and (min-width: 1024px) {
  .lokalita-content-4-box {
    padding: 8rem 10rem 8rem 10rem !important;
    max-width: 853px;
  }
}
.section-lokalita-iframe-1 {
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}
.section-lokalita-content-5 {
  position: relative;
  background-image: url("assets/img/content/lokalita-section-5-bg-big.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 12rem;
  padding-bottom: 0;
  min-height: 885px;
}
@media screen and (max-width: 1024px) {
  .section-lokalita-content-5 {
    padding-top: 10rem;
    padding-bottom: 0rem;
    min-height: 655px;
  }
}
@media screen and (max-width: 640px) {
  .section-lokalita-content-5 {
    padding-top: 6rem;
    padding-bottom: 0rem;
    min-height: 535px;
  }
}
/*.section-lokalita-content-5::before {
  position: absolute;
  content: '';
  top: -60px;
  left: -50vw;
  width: 200vw;
  height: 100px;
  background: #fff;
  filter: blur(25px);
  position: absolute;
  z-index: 1;
}*/
.section-lokalita-content-5 .h2-section-content-title {
  position: relative;
  margin-top: 6rem;
}

/* PAGE REKREACE *********************************** */
.section-rekreace-background-wrapper {
  background-image: url("assets/img/content/rekreace-section-7-bg.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (min-width: 640px) {
  .section-rekreace-background-wrapper {
    background-position: -36rem bottom;
  }
}
@media screen and (min-width: 1024px) {
  .section-rekreace-background-wrapper {
    background-position: center bottom;
    background-position: -17rem bottom;
  }
}
@media screen and (min-width: 1280px) {
  .section-rekreace-background-wrapper {
    background-size: 100% auto;
    background-position: 0 bottom;
  }
}
@media screen and (min-width: 1536px) {
  .section-rekreace-background-wrapper {
    background-size: 100% auto;
    background-position: center bottom;
    background-position: 0 bottom;
  }
}
.section-rekreace-content-1 {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .section-rekreace-content-1 {
    margin-top: -10rem;
  }
}
.rekreace-section-1-img {
  margin-top: 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .rekreace-section-1-img {
    margin-top: -20rem;
  }
}
.section-rekreace-content-2 {
  margin-bottom: 8rem;
}
@media screen and (min-width: 1024px) {
  .section-rekreace-content-2 {
    margin-bottom: 14rem;
  }
}
.rekreace-section-2-img {
  margin-top: 6rem;
}
@media screen and (min-width: 1024px) {
  .rekreace-section-2-img {
    margin-top: 0;
    margin-right: -25%;
    max-width: 125%;
    width: 125%;
  }
}
.rekreace-section-3-box-bg {
  padding-left: 4.2rem !important;
  padding-right: 4.2rem !important;
  padding-top: 6rem;
  padding-bottom: 4rem;
  min-height: 512px;
  background-image: url("assets/img/content/rekreace-section-3-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .rekreace-section-3-box-bg {
    padding-top: initial;
    padding-left: 25% !important;
    padding-right: 20% !important;
  }
}
.rekreace-section-3-box-img {
  z-index: 1000;
  position: relative;
}
.rekreace-section-3-img {
  margin-top: -2rem;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .rekreace-section-3-img {
    margin-top: -4rem;
  }
}
@media screen and (min-width: 1024px) {
  .rekreace-section-3-img {
    margin-top: -10rem;
    max-width: 912px;
    width: 128%;
    padding-left: 0;
    padding-right: 0;
  }
}
.rekreace-section-3-arrow {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 16%;
  right: 3%;
  padding: 1.4rem 2.6rem;
}
@media screen and (min-width: 640px) {
  .rekreace-section-3-arrow {
    top: 30%;
    right: 2%;
  }
}
@media screen and (min-width: 1024px) {
  .rekreace-section-3-arrow {
    top: 16%;
    right: -28%;
  }
}
.rekreace-section-3-arrow img {
  width: 27px;
  height: 51px;
}
.section-rekreace-content-4 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .section-rekreace-content-4 {
    margin-top: 0;
  }
}
.rekreace-section-4-img {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .rekreace-section-4-img {
    margin-top: -15rem;
  }
}
.section-rekreace-content-5 {
  margin-top: 10rem;
}
@media screen and (min-width: 1024px) {
  .section-rekreace-content-5 {
    margin-top: 6rem;
  }
}
.rekreace-content-5-wrapper {
  padding-right: 0;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .rekreace-content-5-wrapper {
    padding-right: 12rem;
  }
}
.rekreace-content-5-box {
  max-width: 748px;
  background-color: #ffffff;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .rekreace-content-5-box {
    position: relative;
    padding: 0 10rem 8rem 10rem;
    margin-top: -20%;
  }
}
@media screen and (min-width: 1024px) {
  .rekreace-content-5-box {
    padding: 0 10rem 8rem 10rem !important;
  }
}
.section-rekreace-content-5-image-wrapper {
  position: relative;
  text-align: center;
}
.section-rekreace-content-5-image-wrapper .h1-image-title {
  width: 100%;
  position: absolute;
  top: 30%;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.section-rekreace-content-6 {
  margin-top: 6rem;
}
@media screen and (min-width: 640px) {
  .section-rekreace-content-6 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .rekreace-section-6-img {
    margin-right: -25%;
    max-width: 125%;
    width: 125%;
  }
}
.section-rekreace-content-7 {
  padding-top: 10%;
}
.section-rekreace-content-7 .right-block {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section-rekreace-content-7 .right-block {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .section-rekreace-content-7 .right-block {
    padding-left: 20% !important;
  }
}
.rekreace-content-7-wrapper {
  margin-bottom: 8rem;
  padding-right: 8rem;
  background-color: white;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .rekreace-content-7-wrapper {
    padding-right: 12rem;
    background-color: #ffffff;
    padding: 8rem 10rem 8rem 10rem;
  }
}
.rekreace-content-7-wrapper .h2-section-content-title {
  margin-top: 2rem;
}
.section-rekreace-content-8 {
  background-color: #c18a47;
  padding-top: 3rem;
}
.section-rekreace-content-8 .button {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .section-rekreace-content-8 {
    padding-top: 8rem;
  }
}
/* PAGE APARTMAN **************************** */
.section-apartman-content-1 {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .section-apartman-content-1 {
    margin-top: -14rem;
  }
}
.apartman-section-1-img {
  margin-top: 6rem;
}
@media screen and (min-width: 1024px) {
  .apartman-section-1-img {
    margin-top: -12rem;
    margin-right: -25%;
    max-width: 125%;
    width: 125%;
  }
}
.section-apartman-content-2 {
  background-image: url("assets/img/content/apartman-section-2-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 12rem;
}
.section-apartman-content-2 .right-block {
  padding-left: 0rem;
}
@media screen and (min-width: 1024px) {
  .section-apartman-content-2 .right-block {
    padding-left: 8rem;
  }
}
.apartman-section-2-img {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .apartman-section-2-img {
    margin-top: 0;
    margin-left: -25%;
    max-width: 125%;
    width: 125%;
  }
}
.section-apartman-content-3 {
  background-image: url("assets/img/content/apartman-section-3-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 640px) {
  .section-apartman-content-3 {
    padding-bottom: 20rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-apartman-content-3 {
    padding-top: 15rem;
    padding-bottom: 32rem;
  }
}
.section-apartman-content-4 {
  margin-bottom: 8rem;
}
@media screen and (min-width: 1024px) {
  .section-apartman-content-4 {
    margin-top: -12rem;
  }
}
.apartman-section-4-text {
  padding-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .apartman-section-4-text {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .apartman-section-4-text {
    padding-top: 16rem;
  }
}
@media screen and (min-width: 1280px) {
  .apartman-section-4-text {
    padding-top: 22rem;
  }
}
.apartman-section-4-img {
  margin-top: 6rem;
}
@media screen and (min-width: 1024px) {
  .apartman-section-4-img {
    margin-top: 0;
  }
}
/* PAGE INVESTICE ***************************** */
.section-investice-content-1 {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .section-investice-content-1 {
    margin-top: -9rem;
  }
}
.investice-section-1-img {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .investice-section-1-img {
    margin-top: -20rem;
  }
}
.section-investice-content-2 {
  background-image: url("assets/img/content/investice-section-2-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding-top: 15rem;
  padding-bottom: 10rem;
  margin-top: 8rem;
}
@media screen and (min-width: 640px) {
  .section-investice-content-2 {
    padding-bottom: 20rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-investice-content-2 {
    padding-top: 15rem;
  }
}
.section-investice-content-2 .text-invert {
  color: #ffffff;
}
.section-investice-content-2 .grid {
  max-width: 790px;
  margin: 0 auto;
}
.section-investice-content-3 {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .section-investice-content-3 {
    margin-top: 0;
  }
}
.investice-section-3-img {
  margin-top: 8rem;
}
@media screen and (min-width: 1024px) {
  .investice-section-3-img {
    margin-top: -10rem;
    margin-right: -25%;
    max-width: 125%;
    width: 125%;
  }
}
.content-list {
  padding: 2rem 1rem 1rem 2rem;
}
.content-list li::before {
  content: "";
  display: inline-block;
  margin-left: -18px;
  margin-right: 10px;
  margin-bottom: 2px;
  background-image: url(assets/icons/icon-item-circle.png);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
}
.section-investice-content-4 {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .section-investice-content-4 {
    margin-top: 6rem;
    margin-bottom: 0;
  }
}
.investice-content-4-box {
  max-width: 1282px;
  background-color: #ffffff;
  position: relative;
  padding: 0 0 8rem 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .investice-content-4-box {
    position: relative;
    padding: 0 10rem 8rem 10rem !important;
    margin-top: -12%;
  }
}
@media screen and (min-width: 1024px) {
  .investice-content-4-box {
    position: relative;
    padding: 0 10rem 8rem 10rem !important;
    margin-left: 12rem;
    margin-right: 12rem;
    margin-top: -10%;
  }
}
/* PAGE FOTOGALERIE ************************* */
video#video-bcg {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.fotogalerie-wrapper {
  padding-bottom: 6rem;
}
.fotogalerie-wrapper .header-hero {
  height: auto;
}

.fotogalerie-wrapper .header-hero__description p {
  color: black;
  text-shadow: none;
}
.fotogalerie-wrapper .header-hero__description {
  padding-bottom: 0;
}
.fotogalerie-wrapper #main-content {
  padding-top: 0;
}
.section-fotogalerie {
  text-align: center;
}
.fotogalerie-content-tabs {
  text-align: center;
}
.fotogalerie-content-tabs .fotogalerie-item {
  display: inline-block;
  border: 1px solid #d1a157;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-size: 2rem;
  color: #d1a157;
}
.fotogalerie-content-tabs .fotogalerie-item:first-of-type {
  background-color: #d1a157;
  color: #ffffff;
}
/* **************************************** */
/* FOOTER ********************************* */
/* **************************************** */
.footer {
  background-color: #070707;
}
@media screen and (max-width: 640px) {
  .footer {
    text-align: center;
  }
}
.footer-wrapper {
  padding: 67px 0;
}
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo img {
  max-width: 170px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.footer-logo img:hover {
  opacity: .5;
}
.footer-nav {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 340px) {
  .footer-menu {
    text-align: center;
  }
}
.footer-menu .menu-item {
  line-height: 2;
  display: inline-block;
}
.footer-menu .menu-item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
  background-image: url(assets/icons/icon-item-dot.png);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
}
.footer-social {
  color:white;
}
@media screen and (min-width: 768px) {
  .footer-social {
    margin-right: 0;
   font-size:16px;
  }
}
.footer-social a {
  padding:0;
 
}
.footer-social a:hover {
  opacity: .5;
}
.footer-social ul {
    display: grid;
    grid-template-columns: 1fr;
    gap:10px;
}
/* BACK TO TOP */
.back-to-top {
  width: 5rem;
  height: 5rem;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: #d1a157;
  padding: 1rem;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}
.back-to-top img {
  width: 4rem;
}
.back-to-top:hover {
  text-decoration: none;
  opacity: .6;
}

.primary-menu-wrapper .menu-item a {
    font-size: 34px;
height: auto !important;
}

.popup-logo__wrap {
    margin-bottom: 80px;
}

.subpage-fotogalerie {
    padding-top: 100px !important;
}
@media (max-width: 1600px){
.homepage-header-hero__h1 {
    font-size: 44px;
}

}

@media (max-width: 900px){
.primary-menu-wrapper .menu-item a {
    font-size: 18px;
    line-height: 2.5;
}
.homepage-header-hero__h1 {
        font-size: 26px;
    }
}

@media (max-width: 676px){
.header-logo {
    max-width: 120px;
}
.section-lokalita-content-1,
.section-apartman-content-1 {
    margin: 0;
    padding: 0 15px;
}

}


