.container-fluid {
  width: 1270px;
  max-width: 100%;
}

body {
  font-family: "arno-pro", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  cursor: text;
}

h1,
h2,
h3,
p,
li,
td,
label,
input,
textarea,
.rezervace .btn {
  font-family: "arno-pro", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  cursor: text;
}

.page-content a:not(.btn) {
  color: #b29264;
}

div.header {
  position: relative;
  background: #000000;
  height: auto;
  padding: 25px 0 15px 0;
}

.logo-heading {
  justify-content: space-between;
  align-items: center;
}

.logo-heading p.heading {
  color: #dfdfdf;
  text-transform: uppercase;
  font-family: "arno-pro", serif !important;
  font-size: 23px;
  letter-spacing: 4px;
  margin-bottom: 0;
  margin-top: -24px;
}

.header-right-box {
  display: inline-block;
  text-align: left;
}
.header-right-box .link {
  color: #ecad68;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "arno-pro", serif !important;
  text-decoration: none;
  display: inline-block;
  line-height: 130%;
  font-weight: 600;
}

.header-right-box .link:hover, .header-right-box .link:focus{
  color: white;
}

.header.static,
.strankasub div.header.static {
  position: relative;
  z-index: 5;
  background: #0a121a;
}

.header .stripes-header {
  position: absolute;
  right: 0;
  top: 148px;
  overflow: hidden;
}

.desktop-menu {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.mobile-menu {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.header ul.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.header ul.menu.bigger {
  justify-content: flex-end;
}

ul.menu a {
  font-family: "arno-pro", serif !important;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #152738;
  padding: 0 10px;
}
ul.menu.bigger a {
  font-size: 20px;
}

ul.menu li a:hover,
ul.menu li a:focus {
  color: #152738;
}

.section-color {
  position: relative;
  padding: 60px 0 60px 0;
}
/* .section-color::before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 4%;
  top: 40px;
  background: url(../img/2025/white_logo_vinofol_bg.png) no-repeat center;
  width: 280px;
  height: 270px;
  z-index: 1;
  background-size: cover;
} */
.page-content.section-color {
  padding: 60px 0 60px 0;
}
.page-content .container-fluid {
  position: relative;
  z-index: 2;
}

.section-color h1,
.section-color h2 {
  position: relative;
  margin: 0 0 40px 0 !important;
}
/* .section-color h1::after,
.section-color h2::after {
  display: inline-block;
  content: " ";
  width: 100px;
  height: 5px;
  background: #ded1bd;
  margin-left: 15px;
} */

h1 {
  font-family: "arno-pro", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  position: relative;
  text-transform: inherit;
  font-size: 55px;
  color: #142c40;
}

.homepage-rozcestnik {
  background: url(../img/2025/homepage_bg_smaller.jpg) no-repeat center;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.homepage-rozcestnik .inner-box {
}
.homepage-rozcestnik .inner-box a {
  color: white;
  font-size: 33px;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-content: center;
  align-items: center;
  text-transform: uppercase;
  min-height: 280px;
  margin: 8px 0;
  font-family: "arno-pro", serif !important;
  color: #f6f0e6;
  line-height: 32px;
  padding: 40px;
  justify-content: center;
  text-align: center;
}
.homepage-rozcestnik .inner-box a.blue {
  background: rgba(8, 22, 33, 0.92);
}
.homepage-rozcestnik .inner-box a.blue:hover,
.homepage-rozcestnik .inner-box a.blue:focus {
  background: rgba(8, 22, 33, 1);
}
.homepage-rozcestnik .inner-box a.blue2 {
  background: rgba(14, 42, 70, 0.92);
}
.homepage-rozcestnik .inner-box a.blue2:hover,
.homepage-rozcestnik .inner-box a.blue2:focus {
  background: rgba(14, 42, 70, 1);
}
.homepage-rozcestnik .inner-box a.blue3 {
  background: rgba(13, 65, 116, 0.92);
}
.homepage-rozcestnik .inner-box a.blue3:hover,
.homepage-rozcestnik .inner-box a.blue3:focus {
  background: rgba(13, 65, 116, 1);
}
.homepage-rozcestnik .inner-box a img {
  margin-top: 30px;
  width: 70px;
}
.homepage-rozcestnik .inner-box a small {
  font-size: 20px;
  margin-bottom: 17px;
}

#footer {
  background: #e7ecf3;
  border-top: 0px;
  padding: 40px 0;
}

#footer p {
  font-family: "arno-pro", serif !important;
  color: #15212d;
  font-size: 16px;
  line-height: 22px;
}
#footer p a {
  font-family: "arno-pro", serif !important;
  color: #15212d;
  font-size: 16px;
  text-decoration: none;
}

.footer-veltlinium {
  width: 256px;
  max-width: 100%;
}

.footer .vertical-line {
  width: 1px;
  height: 100%;
  background: #d3b58a;
  position: absolute;
  left: 0;
  top: 0;
}

.footer .copytext {
  font-size: 14px;
}

.page-content {
  padding: 40px 0 60px 0;
}

.page-content h1 {
  margin: 0 0 0 0;
}

.rezervace {
  padding: 0;
}

.sklep-slider {
  position: relative;
}
.sklep-slider .box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.sklep-slider .box h2 {
  color: white;
  font-family: "arno-pro", serif !important;
  margin: 0 0 140px 0;
  font-size: 70px;
  line-height: 120%;
  font-weight: normal !important;
}

.sklep-slider .box img {
  width: 260px;
  max-width: 100%;
}

.page-content p,
.page-content li,
.page-content td {
  font-family: "arno-pro", serif !important;
  font-size: 22px;
  line-height: 150%;
  color: black;
}

.btn-eld {
  background: #d3b58a;
  padding: 15px 35px;
  color: black;
  font-family: "arno-pro", serif !important;
  font-size: 22px;
}
.btn-eld:hover,
.btn-eld:focus {
  background: #bea27a;
}

.photoshoot {
  margin-top: 60px;
  margin-bottom: 60px;
}
.photoshoot .image {
  display: block;
  overflow: hidden;
  height: 350px;
  margin-bottom: 17px;
}
.photoshoot .image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.form-control {
  padding: 0px 15px;
}
.btn {
  cursor: pointer !important;
}

.cformx input[type="text"],
.cformx input[type="number"],
.cformx textarea,
.cformx .btn {
  color: white;
  font-family: "arno-pro", serif !important;
  font-size: 18px;
  height: auto;
  padding: 13px 20px;
}
.cformx textarea {
  color: white;
  font-family: "arno-pro", serif !important;
  font-size: 18px;
  padding: 15px;
  border: 2px solid #fff;
  height: auto;
  padding: 13px 20px;
  min-height: 201px;
}
.cformx textarea:focus {
  border-color: #161616;
  background: #161616;
  color: white;
  border: 2px solid #fff;
}

.page-content h2 {
  font-family: "arno-pro", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  position: relative;
  text-transform: inherit;
  font-size: 35px;
  color: #142c40;
}

.page-content h3 {
  font-family: "arno-pro", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  position: relative;
  text-transform: inherit;
  font-size: 35px;
  color: #142c40;
}

#kontakt {
  background: #0a1118;
}

.gallery {
}

.gallery .fotografie {
  display: block;
  overflow: hidden;
  height: 300px;
  margin-bottom: 15px;
}

.gallery .fotografie img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lb-nav a.lb-prev {
  background-position: left 40px center !important;
}
.lb-nav a.lb-next {
  background-position: right 40px center !important;
}

.aktualita-detail {
  margin: 0 0 15px 0;
  background: #fff;
  padding: 40px;
  display: flex;
}

.aktualita-detail .image {
  position: relative;
  height: 350px;
  margin-bottom: 20px;
  width: 480px;
  margin-right: 50px;
}

.aktualita-detail p strong {
  font-size: 30px;
}

.aktualita-detail .image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.footer .footer-logos {
}

a.logo {
  display: inline-block;
  float: none;
  margin: 0;
}

section.slider {
  position: relative;
}

.absolute-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}
.absolute-text h1 {
  font-size: 85px;
  color: white;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 82%;
}
.absolute-text p {
  font-size: 26px;
  color: white;
  line-height: 130%;
}

.absolute-text.fullsize {
  bottom: 0;
  padding-top: 30px;
}

.owl-carousel .owl-buttons {
  display: block !important;
}
.owl-carousel .owl-pagination {
  display: none !important;
}

.site-content {
  padding: 70px 0 70px 0;
  overflow: hidden;
}
.site-content.oteviracka {
  padding: 90px 0 90px 0;
}

.site-content h2 {
  font-size: 34px;
  color: #b8a58a;
  letter-spacing: 4px;
}
.site-content .stripes {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.site-content .stripes.left {
  right: auto;
  left: 0;
}
.site-content.inverse .stripes {
  right: auto;
  left: 0;
}
.site-content .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.site-content .content p {
  font-size: 28px;
  color: #152738;
  line-height: 140%;
}
.site-content .content p strong {
  font-size: 40px;
  font-weight: 400;
}

.site-content .inner-content {
  position: relative;
  margin-top: 155px;
}
.site-content .inner-content2 {
  position: relative;
  margin-top: 95px;
}
.site-content .inner-content::before {
  content: " ";
  display: block;
  background: #f4f4f4;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: -360px;
}
.site-content.inverse .inner-content::before {
  left: auto;
  right: -360px;
}
.site-content .inner-content::after {
  content: " ";
  display: block;
  background: #d4cabb;
  height: 78px;
  width: 61%;
  position: absolute;
  top: -78px;
  right: -7px;
}

.site-content.inverse .inner-content::after {
  right: auto;
  left: -8px;
}

.site-content .image-box {
  display: block;
  width: 100%;
  height: 715px;
}
.site-content .image-box .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}

.inner-higher {
  z-index: 2;
  position: relative;
}

.container-wide {
  width: 1920px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  text-transform: uppercase;
  font-size: 24px;
  border: 2px solid #14212e;
  border-radius: 0px;
  padding: 15px 40px;
  color: #152738;
}
.btn:hover,
.btn:focus {
  background: rgb(240 240 240);
  border: 2px solid #14212e;
}

.btn.btn-white {
  color: white;
  border-color: white;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
  background: white;
  color: black;
}
.btn.btn-lg {
  font-size: 20px;
  padding: 11px 23px;
}

section.slider {
  position: relative;
}
section.slider .stripes {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.oteviraci-doba-text {
}
.oteviraci-doba-text p {
  font-size: 20px;
  color: #15212d;
  line-height: 140%;
  font-weight: 400;
}
.oteviraci-doba-text p a {
  font-size: 20px;
  color: #15212d;
}
.oteviraci-doba-text p strong {
  font-size: 30px;
}
.oteviraci-doba-text p small {
  font-size: 20px;
}

.greybg {
  background: #ebebe9;
}
.site-content h2 {
  font-size: 34px;
  color: #201d1d;
}
.site-content .blocks {
}
.site-content .blocks img {
  margin-bottom: 30px;
}
.site-content .blocks p {
  font-size: 30px;
  line-height: 130%;
  color: #152738;
}

.enoteka img.img-fluid {
  width: 430px;
  max-width: 100%;
}

.mobile-menu .menu-item {
  margin: 0;
}
.mobile-menu .menu-item a {
  font-size: 24px;
  text-decoration: none;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* IE 9 */

    -webkit-transform: scale(1.3);
    /* Safari and Chrome */

    -o-transform: scale(1.3);
    /* Opera */

    -moz-transform: scale(1.3);
    /* Firefox */
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */

    -webkit-transform: scale(1);
    /* Safari and Chrome */

    -o-transform: scale(1);
    /* Opera */

    -moz-transform: scale(1);
    /* Firefox */
  }
}

.animation-move {
  -webkit-animation-name: move;
  animation-name: move;
  animation-duration: 60s !important;
}

a.logo img {
  height: 93px;
}

.apartmany {
  background: url("../img/apartman_new_sq.jpg") no-repeat center;
  background-size: cover;
  height: 1062px;
  position: relative;
  padding: 0;
}
.apartmany .stripes {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
}
.apartmany .content {
  padding: 0;
}
.apartmany .content h2 {
  font-size: 57px;
  color: white;
  margin: 40px 0 0 0;
}
.apartmany .content p {
  font-size: 25px;
  color: white;
  font-weight: 400;
  line-height: 120%;
}
.apartmany .content p.buttonarea {
  margin-top: 80px;
}

.enoteka {
  background: url("../img/enoteka_bg.jpg") no-repeat center;
  background-size: cover;
  height: 690px;
  position: relative;
}
.enoteka .stripes {
  position: absolute;
  left: 0;
  top: 0;
}
.enoteka .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px;
  height: 100%;
}

.uvnitr {
  padding: 140px 0px;
}
.uvnitr .block {
  margin: 15px 0;
}
.uvnitr .texts {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
}
.uvnitr .texts p {
  color: #000000;
  font-size: 20px;
  line-height: 130%;
}
.uvnitr .texts img {
  margin-right: 40px;
      height: 60px;
}
.uvnitr .texts p strong {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.uvnitr .gallery {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.oteviraci-doba-text p strong{
      border-bottom: 5px solid #ffc072;
    display: inline-block;
    padding-bottom: 8px;
}

@media (max-width: 2000px) {
  .apartmany .stripes {
    overflow: hidden;
    max-width: 40%;
  }
  .enoteka .stripes {
    overflow: hidden;
    max-width: 40%;
  }
}
@media (max-width: 1850px) {
  .stripes-header {
    width: 434px;
  }
}
@media (max-width: 1700px) {
}
@media (max-width: 1600px) {
  .stripes-header {
    width: 314px;
  }
  section.slider .stripes {
    overflow: hidden;
    max-width: 45%;
  }
}

@media (max-width: 1300px) {
  .container-fluid {
    width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 1200px) {
  .uvnitr .texts img {
    margin-right: 0;
  }
  .uvnitr .texts {
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
  }
  .uvnitr .texts p {
    margin: 40px 0;
  }
  .uvnitr .block {
    margin: 30px 0;
  }

  .uvnitr .gallery {
    justify-content: center;
  }
}

@media (max-width: 1100px) {
}

@media (max-width: 992px) {
  .footer .vertical-line {
    display: none;
  }
  .header .stripes-header {
    display: none;
  }
  section.slider .stripes img,
  .apartmany .stripes img,
  .enoteka .stripes img {
    max-width: 100%;
  }
  .apartmany .stripes {
    display: inline-block;
    height: auto;
  }
  .absolute-text h1 {
    font-size: 75px;
  }
  .absolute-text p {
    font-size: 30px;
    text-align: center;
  }
  .btn.btn-lg {
    font-size: 24px;
    padding: 5px 23px;
  }

  .absolute-text {
    bottom: 100px;
  }
  .uvnitr .gallery {
    justify-content: center;
    flex-wrap: wrap;
  }
  .site-content h2 {
    font-size: 34px;
    line-height: 120%;
  }

  .apartmany .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .apartmany .content h2 {
    font-size: 50px;
  }
  .apartmany .content p {
    font-size: 25px;
  }
  .apartmany {
    height: 80vh;
  }

  .enoteka {
    height: 80vh;
  }

  .uvnitr {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .slider {
    overflow: hidden;
  }
  .slider .mainslide {
    width: auto;
    max-width: initial;
    height: 550px;
  }
}

@media (max-width: 550px) {
  a.logo img {
    height: auto;
    width: 200px;
    max-width: 100%;
  }
  .header-right-box .link {
    font-size: 16px;
  }
  .absolute-text h1 {
    font-size: 55px;
  }
  .absolute-text p {
    font-size: 24px;
    margin-top: 20px;
  }
  .apartmany .content h2 {
    font-size: 45px;
  }
  .apartmany .content p {
    font-size: 25px;
  }
}
