@charset "UTF-8";
.site {
  max-width: 1999px;
  margin: 0 auto;
  background-color: #F5ebe0;
}

.aboutus-hero {
  position: relative;
}
@media screen and (min-width: 700px) {
  .aboutus-hero {
    color: #E6E6E6;
  }
}
.aboutus-hero__link {
  text-decoration: none;
  color: #1f1b16;
  padding: 0;
  margin: 0;
}
.aboutus-hero__link:hover {
  color: #5e84a2;
}
.aboutus-hero__link:active {
  color: #5e84a2;
}
.aboutus-hero__link:focus {
  color: #5e84a2;
}
.aboutus-hero__menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .aboutus-hero__menu {
    top: 0;
    left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .aboutus-hero__menu {
    left: 160px;
  }
}
.aboutus-hero__imagebox {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  margin: 0px auto 0 auto;
  text-align: center;
  position: relative;
  z-index: 0;
}
.aboutus-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  -o-object-position: center top;
     object-position: center top;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.aboutus-hero__content {
  position: absolute;
  top: 200px;
  left: 20px;
  z-index: 1;
  height: 300px;
  max-width: 400px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
}
@media screen and (min-width: 800px) {
  .aboutus-hero__content {
    max-width: 800px;
    left: 50px;
    top: 100px;
    align-items: left;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .aboutus-hero__content {
    left: 180px;
  }
}
.aboutus-hero__mainheader {
  padding-top: 40px;
  padding-bottom: 5px;
  margin: 0;
  color: #1f1b16;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 900;
  border-bottom: 1px solid #1f1b16;
}
@media screen and (min-width: 800px) {
  .aboutus-hero__mainheader {
    font-size: 55px;
  }
}
.aboutus-hero__slogan {
  padding: 10px 0px 0px 0;
  margin: 0 0 60px 0;
  color: #1f1b16;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (min-width: 800px) {
  .aboutus-hero__slogan {
    font-size: 80px;
  }
}
.aboutus-hero__discribe {
  color: #1f1b16;
  font-family: "Inter", sans-serif;
  padding: 5px;
  margin: 0;
  font-size: 20px;
}

.aboutus-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* béžový image-color overlay */
  background: linear-gradient(to bottom, rgba(194, 169, 138, 0.8) 0%, rgba(194, 169, 138, 0.7) 40%, rgba(176, 137, 104, 0.6) 65%, rgba(74, 52, 40, 0.35) 100%);
  z-index: 1;
  pointer-events: none;
}

.news-box {
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 40px;
  max-width: 1400px;
  font-family: "Inter", sans-serif;
  color: #1f1b16;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .news-box {
    margin-left: auto;
    margin-right: auto;
  }
}

.news__imagebox1, .news__imagebox2, .news__imagebox3, .news__imagebox4 {
  max-width: 800px;
  margin: 20px auto 0 auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .news__imagebox1 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1000px) {
  .news__imagebox2 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1000px) {
  .news__imagebox3 {
    grid-row: 4/5;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1000px) {
  .news__imagebox4 {
    grid-row: 4/5;
    grid-column: 2/3;
  }
}
.news__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  -o-object-position: center top;
     object-position: center top;
  margin: 0;
  padding: 0;
  height: 500px;
}
@media screen and (min-width: 500px) {
  .news__image {
    width: 90%;
    height: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .news__image {
    height: 650px;
    width: 100%;
  }
}
.news__caption {
  font-family: "Inter", sans-serif;
  color: #D9A1AE;
  font-weight: 600;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 5px;
}
.news__text {
  padding: 0 20px;
  font-family: "Inter", sans-serif;
  color: #1f1b16;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 700px) {
  .news__text {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .news__text {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    gap: 40px;
    margin: 80px 20px;
    line-height: 1.7;
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .news__text {
    margin: 80px 60px;
  }
}
@media screen and (min-width: 1000px) {
  .news__grip-cell {
    max-width: 500px;
  }
}
.news__header {
  color: black;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1.2;
  margin: 40px 0 10px 0;
  border-bottom: 2px solid black;
}
@media screen and (min-width: 700px) {
  .news__header {
    text-align: center;
  }
}
.news__name {
  font-weight: 800;
  color: #E6E6E6;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0.8);
}
.news__link {
  color: #D9A1AE;
}
.news__link:hover {
  color: #8F6673;
}

.news {
  margin-left: 40px;
  margin-right: 40px;
  max-width: 800px;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1000px) {
  .news {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.news__header {
  color: black;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1.2;
  margin: 40px 0 10px 0;
  border-bottom: 2px solid black;
}
.news__info {
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #E6E6E6;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .news__info {
    font-size: 20px;
  }
}
.news__link {
  color: #D9A1AE;
}
.news__link:hover {
  color: #8F6673;
}

.site {
  max-width: 1999px;
  margin: 0 auto;
  background-color: whitesmoke;
}

.production-hero {
  position: relative;
}
@media screen and (min-width: 700px) {
  .production-hero {
    color: #E6E6E6;
  }
}
.production-hero__link {
  text-decoration: none;
  color: #1f1b16;
  padding: 0;
  margin: 0;
}
.production-hero__link:hover {
  color: #9F596D;
}
.production-hero__link:active {
  color: #9F596D;
}
.production-hero__link:focus {
  color: #9F596D;
}
.production-hero__menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .production-hero__menu {
    top: 0;
    left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .production-hero__menu {
    left: 160px;
  }
}
.production-hero__imagebox {
  display: flex;
  flex-direction: column;
  height: 140vh;
  overflow: hidden;
  margin: 0px auto 0 auto;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 800px) {
  .production-hero__imagebox {
    height: 100vh;
  }
}
.production-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  -o-object-position: center top;
     object-position: center top;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.production-hero__content {
  position: absolute;
  top: 200px;
  left: 20px;
  z-index: 1;
  height: 300px;
  max-width: 350px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
}
@media screen and (min-width: 550px) {
  .production-hero__content {
    top: 80px;
  }
}
@media screen and (min-width: 800px) {
  .production-hero__content {
    max-width: 850px;
    left: 50px;
    top: 100px;
    align-items: left;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .production-hero__content {
    left: 180px;
  }
}
.production-hero__mainheader {
  padding-top: 40px;
  padding-bottom: 5px;
  margin: 0;
  color: #1f1b16;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 900;
  border-bottom: 1px solid #1f1b16;
}
@media screen and (min-width: 800px) {
  .production-hero__mainheader {
    font-size: 55px;
  }
}
.production-hero__slogan {
  padding: 10px 0 0 0;
  margin: 0 0 60px 0;
  color: #1f1b16;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (min-width: 800px) {
  .production-hero__slogan {
    font-size: 80px;
  }
}
.production-hero__discribe {
  color: #1f1b16;
  font-family: "Inter", sans-serif;
  padding: 5px 0;
  margin: 0;
  font-size: 20px;
}

.production-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* béžový image-color overlay */
  background: linear-gradient(to bottom, rgba(242, 230, 210, 0.78) 0%, rgba(242, 230, 210, 0.65) 60%, rgba(242, 230, 210, 0.55) 85%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 1;
  pointer-events: none;
}

.production-header {
  margin-top: 80px;
  align-items: left;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .production-header {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    align-items: left;
  }
}
.production-header__text {
  color: black;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  border-bottom: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 5px 5px 5px 20px;
  font-size: 50px;
  font-weight: 300;
}
@media screen and (min-width: 800px) {
  .production-header__text {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 90px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .production-header__text {
    padding-left: 0;
  }
}

.production-box {
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 40px;
  max-width: 1400px;
  font-family: "Inter", sans-serif;
  color: #1f1b16;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .production-box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 900px) {
  .production {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    align-items: first baseline;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1000px) {
  .production {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .production__flex-cell {
    max-width: 350px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .production__flex-cell {
    max-width: 650px;
  }
}
@media screen and (min-width: 900px) {
  .production__flex-cell1, .production__flex-cell2, .production__flex-cell4, .production__flex-cell4 {
    max-width: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .production__flex-cell1, .production__flex-cell2, .production__flex-cell4, .production__flex-cell4 {
    max-width: 650px;
  }
}
@media screen and (min-width: 800px) {
  .production__flex-cell1 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 800px) {
  .production__flex-cell2 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 800px) {
  .production__flex-cell3 {
    grid-row: 4/5;
    grid-column: 1/2;
  }
}
.production__header {
  color: #D9A1AE;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  margin: 40px 0 10px 0;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 700px) {
  .production__header {
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .production__header {
    font-size: 40px;
    letter-spacing: 2.5px;
  }
}
.production__caption {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  color: #D9A1AE;
  font-weight: 600;
  padding: 10px;
  font-size: 20px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 5px;
}

.production-photobox__box {
  max-width: 350px;
  padding: 0;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .production-photobox__box {
    max-width: 450px;
  }
}
.production-photobox__photo {
  width: 100%;
  cursor: pointer;
  border-radius: 30px;
  margin: 0 auto;
  max-height: 550px;
}
@media screen and (min-width: 1000px) {
  .production-photobox__photo {
    height: 550px;
  }
}
.production-photobox__lightbox-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.production-photobox__lightbox-dots span {
  width: 8px;
  height: 8px;
  background: #bbb;
  border-radius: 50%;
}
.production-photobox__lightbox-dots span:nth-child(2) {
  background: #888;
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}

#lightbox img {
  max-width: 75%;
  max-height: 75%;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  transform: none;
}
@media (min-width: 769px) {
  #lightbox img {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}

#lightbox__close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

#lightbox button {
  display: none;
}
@media (min-width: 769px) {
  #lightbox button {
    display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 40px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
  }
}

#lightboxB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}

#lightboxB img {
  max-width: 75%;
  max-height: 75%;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  transform: none;
}
@media (min-width: 769px) {
  #lightboxB img {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}

#lightboxB__close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

#lightboxB button {
  display: none;
}
@media (min-width: 769px) {
  #lightboxB button {
    display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 40px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
  }
}

.production-lightboxB__prev {
  left: 30px;
}
.production-lightboxB__next {
  right: 30px;
}
.production-lightboxB__close {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.production-lightbox__prev {
  left: 30px;
}
.production-lightbox__next {
  right: 30px;
}
.production-lightbox__close {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
}

#lightboxC {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}

#lightboxC img {
  max-width: 75%;
  max-height: 75%;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  transform: none;
}
@media (min-width: 769px) {
  #lightboxC img {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}

#lightboxC__close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

#lightboxC button {
  display: none;
}
@media (min-width: 769px) {
  #lightboxC button {
    display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 40px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
  }
}

.production-lightboxC__prev {
  left: 30px;
}
.production-lightboxC__next {
  right: 30px;
}
.production-lightboxC__close {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
}

#lightboxD {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}

#lightboxD img {
  max-width: 75%;
  max-height: 75%;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  transform: none;
}
@media (min-width: 769px) {
  #lightboxD img {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}

#lightboxD__close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

#lightboxD button {
  display: none;
}
@media (min-width: 769px) {
  #lightboxD button {
    display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 40px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
  }
}

.production-lightboxD__prev {
  left: 30px;
}
.production-lightboxD__next {
  right: 30px;
}
.production-lightboxD__close {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* .maintextbox {
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 1200px;
    margin-top: 40px;


        @media screen and (min-width:1000px) {
            margin-left: auto;
            margin-right: auto;
            padding-left: 20px;
            padding-right: 20px;
        }

    &__imagebox {
        max-width: 800px;
        margin: 40px auto 0 auto; 
        text-align: center;  



    @media screen and (min-width:1000px) {
        //max-width: 400px;
    }

    }

    &__image1 {
        width: 100%;
        object-fit: cover;
        border-radius: 50px;
        object-position: center top;
        margin: 0;
        padding: 0;
        height: 500px;


        @media screen and (min-width:500px) {
            width: 90%;
            height: 650px;
         }

        @media screen and (min-width:1000px) {
          height: 550px;
          width: 100%;
        }
    }

     &__image2 {
        width: 100%;
        object-fit: cover;
        border-radius: 50px;
        object-position: center top;
        margin: 0;
        padding: 0;
        height: 500px;
        object-position: bottom center;


        @media screen and (min-width:500px) {
            width: 90%;
            height: 600px;
         }

        @media screen and (min-width:1000px) {
          height: 600px;
          width: 100%;


        }
    }

    &__caption {
        font-family: variables.$text-slogan;
        color: variables.$color-caption;
        font-weight: 600;
        padding: 10px;
        font-size: 16px;
        letter-spacing: 0.6px;
        text-align: center;
        margin-bottom: 5px;
    }




    &__text {

        padding: 0 20px;
        font-family: variables.$text-fontprimary;
        color: variables.$color-text-main;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 40px;
        margin-top: 40px;


         @media screen and (min-width:700px) {
            text-align: center;
         }

         @media screen and (min-width:1000px) {
                display: grid;
                grid-template-columns: 50% 50%;
               align-items: first baseline;
                gap: 40px;
                margin: 80px 20px;
                line-height: 1.7;
                font-size: 20px;
                //max-width: 1600px;

         }



          @media screen and (min-width:1400px) {
                margin: 80px 60px;
          }
    }

    &__grip-cell {

           @media screen and (min-width:1000px){
            max-width: 500px;

           }

    }

     &__grip-cell2 {

           @media screen and (min-width:1000px){
            max-width: 500px;
             grid-column: 1/2;
             grid-row: 2/3;

           }

    }

    &__header {
        color: variables.$header-color;
        font-family: variables.$text-header;
        font-size: 34px;
        line-height: 1.2;
        margin: 40px 0 10px 0;
        border-bottom: 2px solid variables.$header-color;
        padding: 5px;


         @media screen and (min-width:700px) {
                text-align: center;
         }

    }

    &__name {
        font-weight: 800;
        color: variables.$text-color;
        text-shadow:  0 1px 1px rgba(0,0,0,0.6),
        0 0 1px rgba(0,0,0,0.8);


    }

    &__link {
        color: variables.$color-caption;
    }

    &__link:hover {
        color:variables.$color-hover;

    }
    } */
.body-mainpage {
  margin: 0;
  height: 100%;
  background: #1C1C1C;
}

.body-mainpage2 {
  margin: 0;
  height: 100%;
  background: #F5ebe0;
}

.site {
  max-width: 1999px;
  margin: 0 auto;
  background-color: whitesmoke;
}

.site2 {
  max-width: 1999px;
  margin: 0 auto;
  background-color: #F5ebe0;
}

#bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  opacity: 1;
}

#bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(242, 230, 210, 0.75) 0%, rgba(242, 230, 210, 0.65) 40%, rgba(0, 0, 0, 0.35) 100%);
}

.menu {
  margin-top: 100px;
}
.menu__box {
  position: relative;
  z-index: 1;
  height: 500px;
  max-width: 350px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 830px) {
  .menu__box {
    max-width: 1000px;
    height: 600px;
    align-items: left;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1800px) {
  .menu__box {
    height: 800px;
  }
}
.menu__mainheader {
  padding: 10px;
  margin: 10px;
  color: #1f1b16;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  border-bottom: 1px solid #1f1b16;
  letter-spacing: 1px;
  font-weight: 900;
}
@media screen and (min-width: 830px) {
  .menu__mainheader {
    font-size: 50px;
    padding: 20px 20px 5px 0px;
    margin: 0 0 0 40px;
  }
}
.menu__slogan {
  padding: 20px;
  margin: 10px;
  color: #1f1b16;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (min-width: 830px) {
  .menu__slogan {
    font-size: 80px;
    padding: 20px 0 0 0px;
    margin: 0 0 60px 40px;
  }
}
.menu__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 830px) {
  .menu__list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.menu__option {
  margin-bottom: 20px;
  border-radius: 3px;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 830px) {
  .menu__option {
    margin-bottom: 50px;
  }
}
.menu__option2 {
  margin-bottom: 20px;
  margin-top: 40px;
  border-radius: 3px;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 830px) {
  .menu__option2 {
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0;
  }
}
.menu__link {
  color: black;
  padding: 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  font-family: "Cormorant Garamond", serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  letter-spacing: 0.3px;
  border: 2px solid black;
  background-color: rgb(251, 251, 246);
  opacity: 70%;
  border-radius: 40px;
  text-transform: uppercase;
  width: 450px;
}
@media screen and (min-width: 830px) {
  .menu__link {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1020px) {
  .menu__link {
    padding: 20px 50px;
    font-size: 30px;
    letter-spacing: 0.4px;
  }
}
.menu__link:hover {
  color: #B08D57;
  border: 2px solid #B08D57;
}
.menu__link:active {
  color: #B08D57;
  background-color: whitesmoke;
  border: 2px solid #B08D57;
}
.menu__link:focus {
  color: #B08D57;
  background-color: whitesmoke;
  border: 2px solid #B08D57;
}

.menusmall {
  max-width: 1999px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .menusmall {
    margin-bottom: 0px;
  }
}
.menusmall__hamburger {
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  margin: 10px 20px 10px 120px;
  display: block;
  color: #1f1b16;
}
@media screen and (min-width: 800px) {
  .menusmall__hamburger {
    display: none;
  }
}
.menusmall__list {
  padding: 0 20px 0 0;
  text-align: center;
  list-style: none;
  /* MOBIL – schované menu */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.menusmall__list.open {
  max-height: 400px;
}
@media screen and (min-width: 800px) {
  .menusmall__list {
    display: flex;
    justify-content: left;
    max-height: none;
  }
}
.menusmall__option {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  font-family: "Inter", sans-serif;
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .menusmall__option {
    padding: 12px 20px;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall__option {
    padding: 20px 20px;
  }
}
.menusmall__option1 {
  list-style: none;
  padding: 0;
  font-family: "Inter", sans-serif;
  text-align: left;
  margin: 5px 0;
}
@media screen and (min-width: 1000px) {
  .menusmall__option1 {
    padding: 12px 20px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall__option1 {
    padding: 20px 20px;
  }
}
.menusmall__option3 {
  list-style: none;
  padding: 0;
  font-family: "Inter", sans-serif;
  text-align: left;
  margin: 5px 0;
}
.menusmall__link {
  text-decoration: none;
  color: #1f1b16;
  font-size: 14px;
  border-radius: 30px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 20px;
  transition: transform 0.25s ease;
  display: inline-block;
  border: 1px solid black;
}
@media screen and (min-width: 800px) {
  .menusmall__link {
    font-size: 16px;
    padding: 10px 20px;
    border: none;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall__link {
    font-size: 18px;
    padding: 20px 20px;
  }
}
.menusmall__link:hover {
  color: #D9A1AE;
  background-color: #1f1b16;
}
@media screen and (min-width: 1000px) {
  .menusmall__link:hover {
    transform: translateY(6px);
  }
}
.menusmall__link:active {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.menusmall__link:focus {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.menusmall__link1 {
  text-decoration: none;
  color: #E6E6E6;
  background-color: #1f1b16;
  font-size: 14px;
  padding: 7px 20px;
  font-weight: 600;
  border-radius: 30px;
  transition: transform 0.25s ease;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 800px) {
  .menusmall__link1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .menusmall__link1 {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall__link1 {
    font-size: 18px;
    padding: 20px 20px;
  }
}
.menusmall__link1:hover {
  background-color: #D9A1AE;
  color: white;
}
@media screen and (min-width: 1000px) {
  .menusmall__link1:hover {
    transform: translateY(6px);
  }
}
.menusmall__link1:active {
  background-color: #D9A1AE;
}
.menusmall__link1:focus {
  background-color: #D9A1AE;
}
.menusmall__header {
  color: black;
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  text-align: center;
  border-bottom: 2px solid black;
  padding: 0px 20px 10px 20px;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .menusmall__header {
    font-size: 50px;
    padding: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .menusmall__header {
    font-size: 80px;
    padding: 5px;
  }
}

.contact-hero {
  font-family: "Inter", sans-serif;
  color: black;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px 20px;
}
.contact-hero__link {
  color: #1f1b16;
}
.contact-hero__link:hover {
  color: #5e84a2;
  text-decoration: underline;
}
.contact-hero__header {
  font-size: 50px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 20px 0 40px 0;
  text-align: left;
  line-height: 0.8;
}
@media (min-width: 1000px) {
  .contact-hero__header {
    font-size: 90px;
    text-align: left;
    margin: 40px 0 40px 0;
  }
}
.contact-hero__header2 {
  font-size: 50px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 20px 0 40px 0;
  text-align: left;
  line-height: 0.8;
}
@media (min-width: 1000px) {
  .contact-hero__header2 {
    font-size: 90px;
    text-align: left;
    margin: 80px 0 40px 0;
  }
}
.contact-hero__textbox {
  margin-bottom: 60px;
  padding: 0px 10px 0px 10px;
}
@media (min-width: 1000px) {
  .contact-hero__textbox {
    padding: 0;
  }
}
.contact-hero__textbox1 {
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 0px 10px 0px 10px;
}
@media (min-width: 1000px) {
  .contact-hero__textbox1 {
    padding: 0;
    margin-top: 100px;
  }
}

.opening__imagebox {
  width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 400px) {
  .opening__imagebox {
    width: 300px;
  }
}
@media screen and (min-width: 500px) {
  .opening__imagebox {
    width: 400px;
  }
}
@media screen and (min-width: 830px) {
  .opening__imagebox {
    margin-top: 20px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .opening__imagebox {
    width: 600px;
    margin-right: 60px;
  }
}
.opening__image {
  width: 100%;
  border-radius: 30px;
}
.opening__flex {
  margin: 0 auto;
}
@media screen and (min-width: 830px) {
  .opening__flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

.opening-hours__head {
  padding: 10px 80px 40px 10px;
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .opening-hours__head {
    font-size: 22px;
  }
}
.opening-hours__time {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.opening-hours__day {
  padding-bottom: 10px;
  padding-left: 10px;
}

.order-hero {
  font-family: "Inter", sans-serif;
  color: #1f1b16;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px 20px;
}
.order-hero__header {
  font-size: 50px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 10px 0 40px 0;
  text-align: center;
  line-height: 0.8;
}
@media (min-width: 1000px) {
  .order-hero__header {
    font-size: 90px;
    text-align: left;
    margin: 20px 0 40px 0;
  }
}
.order-hero__smallheader {
  font-size: 28px;
  margin: 0;
  font-weight: 800;
}
@media (min-width: 1000px) {
  .order-hero__smallheader {
    font-size: 60px;
  }
}
.order-hero__main-info {
  font-size: 28px;
  margin: 60px 0 0 0;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .order-hero__main-info {
    font-size: 36px;
  }
}
.order-hero__link {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #1f1b16;
  font-size: 14px;
  font-weight: 400;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  border: 1px solid black;
  border-radius: 30px;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 800px) {
  .order-hero__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .order-hero__link {
    font-size: 26px;
  }
}
.order-hero__link:hover {
  color: #D9A1AE;
  background-color: #1f1b16;
  border: 1px solid #D9A1AE;
}
.order-hero__link:active {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.order-hero__link:focus {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.order-hero__link2 {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: whitesmoke;
  background-color: #1f1b16;
  font-size: 14px;
  font-weight: 400;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  border: 1px solid black;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 800px) {
  .order-hero__link2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .order-hero__link2 {
    font-size: 26px;
  }
}
.order-hero__link2:hover {
  color: white;
  background-color: #D9A1AE;
  border: 1px solid #D9A1AE;
}
.order-hero__link2:active {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.order-hero__link2:focus {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.order-hero__weigthfont {
  font-weight: 700;
}

.order-questions {
  font-family: "Inter", sans-serif;
  color: #1f1b16;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-top: 100px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px 20px;
}

.order {
  font-family: "Inter", sans-serif;
  color: #1f1b16;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding: 10px 20px 100px 20px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  border-radius: 5px;
}
.order__instruction {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.order__header {
  margin-top: 80px;
  font-size: 28px;
}
.order__header1 {
  margin: 0 0 0 20px;
  padding: 5px;
  font-size: 20px;
}
@media (min-width: 800px) {
  .order__header1 {
    font-size: 28px;
  }
}
.order__small-info {
  margin-top: 0;
  padding-top: 5px;
}
.order__header-obtion {
  margin-bottom: 0;
  padding-bottom: 0;
}
.order__inspiration-box {
  margin-top: 60px;
  border-radius: 10px;
  padding: 20px;
  background-color: #D9A1AE;
}
.order__header-main {
  margin: 40px 0 20px 0;
  font-size: 30px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 0px 0 40px 0;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .order__header-main {
    font-size: 70px;
    text-align: left;
    margin: 10px 0 40px 0;
  }
}
.order__form {
  max-width: 800px;
  position: relative;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
.order__input {
  width: 100%;
  font-family: "Inter", sans-serif;
  background-color: whitesmoke;
  border: 1px solid black;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: black;
}
.order__inputbox {
  width: 97%;
  font-family: "Inter", sans-serif;
  background-color: whitesmoke;
  font-size: 16px;
}
.order__input-box {
  margin-bottom: 10px;
  width: 97%;
}
.order__label-check {
  padding-left: 10px;
}
.order__input-file {
  width: 250px;
  font-family: "Inter", sans-serif;
  background-color: whitesmoke;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
}
.order__label {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}
.order__label-radio {
  margin-left: 50px;
}
.order__checked-box {
  margin-top: 20px;
}
.order__checked-box-link {
  color: black;
}
.order__star {
  color: rgb(195, 18, 18);
}
.order__choice {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
}
.order__price-info {
  margin-left: 10px;
}
.order__cake-choice {
  margin-bottom: 10px;
}
.order__corpus-choice {
  margin-bottom: 10px;
}
.order__peaces-choice {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
.order__delivery-choice {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
.order__modelation-choice {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
.order__note {
  margin-top: 20px;
}
.order__button {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: whitesmoke;
  background-color: #1f1b16;
  font-size: 14px;
  font-weight: 400;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  border: 1px solid black;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-top: 40px;
  transition-property: transform;
  transition-duration: 0.3s;
}
@media screen and (min-width: 800px) {
  .order__button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .order__button {
    font-size: 26px;
  }
}
.order__button:hover {
  transform: scale(1.1);
  background-color: #8F6673;
  color: white;
  background-color: #D9A1AE;
  border: 1px solid #D9A1AE;
}
.order__button:active {
  transform: scale(1);
  color: #D9A1AE;
  background-color: #1f1b16;
}
.order__button:focus {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.order__final-info {
  text-align: center;
}
.order__termslink {
  color: #1f1b16;
  text-decoration: underline;
}
.order__termslink:hover {
  color: #8F6673;
  text-decoration: underline;
}

.hidden {
  display: none;
  margin-top: 20px;
}

.hidden2 {
  display: none;
}

.inspiration-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 800px) {
  .inspiration-header {
    justify-content: space-around;
  }
}

.inspiration-icon {
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 800px) {
  .inspiration-content {
    margin-left: 80px;
  }
}

.hidden3 {
  display: none;
}

.calendar-box {
  margin-top: 20px;
}

.hidden4 {
  display: none;
}

.footer {
  background-color: #E6E6E6;
  color: #1f1b16;
  height: auto;
  padding: 40px 0 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.footer__header {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 10px;
  color: black;
}
.footer__link {
  color: #1f1b16;
  text-decoration: none;
}
.footer__link:hover {
  color: #8F6673;
  text-decoration: underline;
}
.footer__link-order {
  color: #8F6673;
}
.footer__link-order:hover {
  color: #8F6673;
}
.footer__instagram {
  background-image: url(/images/icons/instagram-ikona.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left;
  padding-left: 20px;
  color: #1f1b16;
  text-decoration: none;
}
.footer__instagram:hover {
  color: #8F6673;
  text-decoration: underline;
}
.footer__facebook {
  background-image: url(/images/icons/facebook-ikona.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left;
  padding-left: 20px;
  color: #1f1b16;
  text-decoration: none;
}
.footer__facebook:hover {
  color: #8F6673;
  text-decoration: underline;
}
.footer__box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer__box {
    max-width: 1700px;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 40px;
  }
}
.footer__copyright {
  background-color: whitesmoke;
  padding: 2px;
  color: #1f1b16;
  text-align: center;
  font-size: 12px;
}

.gallery-production__filter-buttons {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-production__filter-buttons button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 700;
}

.gallery-production__filter-buttons button.active,
.gallery-production__filter-buttons button:hover {
  background: #D9A1AE;
  color: white;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

.gallery-item {
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gallery-item.hide {
  display: none;
}

.gallery-production__foto {
  width: 100%;
  display: block;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transform: scale(1);
  transition: transform 0.4s ease;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .gallery-production__foto {
    -o-object-position: center;
       object-position: center;
    height: 320px;
  }
}

.gallery-production__foto:hover {
  transform: scale(1.05);
}

.gallery-production-hero {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-production-hero__logo {
  border-radius: 50%;
  max-height: 90px;
  margin: 10px 20px 20px 20px;
  border: 1.5px solid #f8cce8;
}
@media (min-width: 1000px) {
  .gallery-production-hero__logo {
    order: 2;
    max-height: 140px;
    margin: 40px 40px 0 30px;
  }
}
.gallery-production-hero__logo2 {
  max-height: 90px;
  margin: 10px 20px 20px 20px;
}
@media (min-width: 1000px) {
  .gallery-production-hero__logo2 {
    order: 2;
    max-height: 140px;
    margin: 40px 40px 0 30px;
  }
}
.gallery-production-hero__menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gallery-production {
  margin-top: 0px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px 20px;
}
.gallery-production__header {
  font-size: 50px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 0px 0 40px 0;
  text-align: center;
  line-height: 0.8;
}
@media (min-width: 1000px) {
  .gallery-production__header {
    font-size: 90px;
    text-align: left;
    margin: 10px 0 40px 0;
  }
}
.gallery-production__smallheader {
  font-size: 28px;
  margin: 0;
  font-weight: 800;
}
@media (min-width: 1000px) {
  .gallery-production__smallheader {
    font-size: 60px;
  }
}

.menusmall2 {
  max-width: 1999px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .menusmall2 {
    margin: 0;
  }
}
.menusmall2__hamburger {
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  margin: 10px 20px 10px 120px;
  display: block;
  color: #1f1b16;
}
@media screen and (min-width: 1000px) {
  .menusmall2__hamburger {
    display: none;
  }
}
.menusmall2__list {
  padding: 0 20px 0 0;
  text-align: center;
  list-style: none;
  /* MOBIL – schované menu */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.menusmall2__list.open {
  max-height: 400px;
}
@media screen and (min-width: 1000px) {
  .menusmall2__list {
    display: flex;
    justify-content: left;
    max-height: none;
  }
}
.menusmall2__option {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  font-family: "Inter", sans-serif;
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .menusmall2__option {
    padding: 12px 20px;
    text-align: left;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall2__option {
    padding: 20px 20px;
  }
}
.menusmall2__option1 {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  font-family: "Inter", sans-serif;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .menusmall2__option1 {
    padding: 12px 20px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall2__option1 {
    padding: 20px 20px;
  }
}
.menusmall2__link {
  text-decoration: none;
  color: #1f1b16;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 20px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.25s ease;
  display: inline-block;
  border: 1px solid black;
}
@media screen and (min-width: 800px) {
  .menusmall2__link {
    font-size: 16px;
    padding: 10px 20px;
    border: none;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall2__link {
    font-size: 18px;
    padding: 20px 20px;
  }
}
.menusmall2__link:hover {
  color: #D9A1AE;
  background-color: #1f1b16;
}
@media screen and (min-width: 1000px) {
  .menusmall2__link:hover {
    transform: translateY(6px);
  }
}
.menusmall2__link:active {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.menusmall2__link:focus {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.menusmall2__link1 {
  text-decoration: none;
  color: #E6E6E6;
  background-color: #1f1b16;
  font-size: 14px;
  padding: 7px 20px;
  font-weight: 600;
  border-radius: 30px;
  transition: transform 0.25s ease;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 800px) {
  .menusmall2__link1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .menusmall2__link1 {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall2__link1 {
    font-size: 18px;
    padding: 20px 20px;
  }
}
.menusmall2__link1:hover {
  background-color: #D9A1AE;
  color: white;
}
@media screen and (min-width: 1000px) {
  .menusmall2__link1:hover {
    transform: translateY(6px);
  }
}
.menusmall2__link1:active {
  background-color: #D9A1AE;
}
.menusmall2__link1:focus {
  background-color: #D9A1AE;
}
.menusmall2__header {
  color: black;
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  text-align: center;
  border-bottom: 2px solid black;
  padding: 0px 20px 10px 20px;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .menusmall2__header {
    font-size: 50px;
    padding: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .menusmall2__header {
    font-size: 80px;
    padding: 5px;
  }
}

.prices-hero {
  font-family: "Inter", sans-serif;
  color: #1f1b16;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px 20px;
}
.prices-hero__header {
  font-size: 50px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 10px 0 40px 0;
  text-align: center;
  line-height: 0.8;
}
@media (min-width: 1000px) {
  .prices-hero__header {
    font-size: 90px;
    text-align: left;
    margin: 20px 0 40px 0;
  }
}
.prices-hero__smallheader {
  font-size: 30px;
  margin: 0;
  font-weight: 800;
}
@media (min-width: 1000px) {
  .prices-hero__smallheader {
    font-size: 70px;
    letter-spacing: 2.5px;
  }
}
.prices-hero__main-info {
  font-size: 28px;
  margin: 100px 0 0 0;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .prices-hero__main-info {
    font-size: 36px;
  }
}
.prices-hero__link {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #1f1b16;
  font-size: 14px;
  font-weight: 400;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  border: 1px solid black;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .prices-hero__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .prices-hero__link {
    font-size: 26px;
  }
}
.prices-hero__link:hover {
  color: #D9A1AE;
  background-color: #1f1b16;
  border: 1px solid #D9A1AE;
}
.prices-hero__link:active {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.prices-hero__link:focus {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.prices-hero__link2 {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: whitesmoke;
  background-color: #1f1b16;
  font-size: 14px;
  font-weight: 400;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  border: 1px solid black;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  .prices-hero__link2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .prices-hero__link2 {
    font-size: 26px;
  }
}
.prices-hero__link2:hover {
  color: white;
  background-color: #D9A1AE;
  border: 1px solid #D9A1AE;
}
.prices-hero__link2:active {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.prices-hero__link2:focus {
  color: #D9A1AE;
  background-color: #1f1b16;
}
.prices-hero__weigthfont {
  font-weight: 700;
}

.prices {
  font-family: "Inter", sans-serif;
  color: #1f1b16;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding: 10px 20px 100px 20px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  border-radius: 5px;
}
.prices__instruction {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.prices__textbox {
  margin-bottom: 40px;
}
.prices__textbox1 {
  margin-bottom: 40px;
  margin-top: 0;
  background-color: #D9A1AE;
  padding: 5px 20px 20px 20px;
  border-radius: 10px;
}
.prices__header {
  margin-top: 80px;
  font-size: 28px;
}
.prices__ulist li {
  margin-bottom: 10px;
}
.prices__header-main {
  font-size: 30px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  margin: 40px 0 0px 0;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .prices__header-main {
    font-size: 70px;
    text-align: left;
    margin: 60px 0 0px 0;
  }
}
.prices__header-main2 {
  font-size: 30px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 20px 0 0px 0;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .prices__header-main2 {
    font-size: 70px;
    text-align: left;
    margin: 20px 0 0px 0;
  }
}
.prices__header-main1 {
  font-size: 30px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 40px 0 0px 0;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .prices__header-main1 {
    font-size: 70px;
    text-align: left;
    margin: 60px 0 0px 0;
  }
}
.prices__smallheader {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  margin: 0px 0 40px 0;
  text-align: left;
  line-height: 1.5;
  color: #8F6673;
}
@media (min-width: 1000px) {
  .prices__smallheader {
    font-size: 70px;
    text-align: left;
  }
}

.about-me-hero {
  font-family: "Inter", sans-serif;
  color: #1f1b16;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px 20px;
}
.about-me-hero__header {
  font-size: 50px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 10px 0 40px 0;
  text-align: center;
  line-height: 0.8;
}
@media (min-width: 1000px) {
  .about-me-hero__header {
    font-size: 90px;
    text-align: left;
    margin: 20px 0 40px 0;
  }
}
.about-me-hero__smallheader {
  font-size: 30px;
  margin: 0;
  font-weight: 800;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .about-me-hero__smallheader {
    font-size: 50px;
    letter-spacing: 2.5px;
  }
}
.about-me-hero__main-info {
  font-size: 28px;
  margin: 140px 0 0 0;
  font-weight: 400;
}
@media (min-width: 500px) {
  .about-me-hero__main-info {
    margin: 60px 0 0 0;
  }
}
@media (min-width: 1000px) {
  .about-me-hero__main-info {
    font-size: 36px;
  }
}
.about-me-hero__main-info2 {
  font-size: 28px;
  margin: 40px 0 0 0;
  font-weight: 400;
}
@media (min-width: 500px) {
  .about-me-hero__main-info2 {
    margin: 60px 0 0 0;
  }
}
@media (min-width: 1000px) {
  .about-me-hero__main-info2 {
    font-size: 36px;
  }
}
.about-me-hero__textbox {
  margin-bottom: 40px;
}
.about-me-hero__photobox {
  max-width: 1340px;
  position: relative;
}
.about-me-hero__photo {
  width: 100%;
  border-radius: 10px;
}
.about-me-hero__slogan {
  font-weight: 700;
  padding: 10px;
  background-color: whitesmoke;
  opacity: 80%;
  font-size: 20px;
  position: absolute;
  bottom: -115px;
  left: 0px;
  max-width: 700px;
}
@media (min-width: 430px) {
  .about-me-hero__slogan {
    bottom: -25px;
    left: 0px;
  }
}
@media (min-width: 500px) {
  .about-me-hero__slogan {
    padding: 20px;
  }
}
@media (min-width: 1100px) {
  .about-me-hero__slogan {
    font-size: 30px;
    max-width: 1340px;
    border-radius: 0 10px 0 0;
  }
}

.menusmall3 {
  max-width: 1999px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .menusmall3 {
    margin: 0;
  }
}
.menusmall3__hamburger {
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  margin: 10px 20px 10px 120px;
  display: block;
  color: #1f1b16;
}
@media screen and (min-width: 1000px) {
  .menusmall3__hamburger {
    display: none;
  }
}
.menusmall3__list {
  padding: 0 20px 0 0;
  text-align: center;
  list-style: none;
  /* MOBIL – schované menu */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.menusmall3__list.open {
  max-height: 400px;
}
@media screen and (min-width: 1000px) {
  .menusmall3__list {
    display: flex;
    justify-content: left;
    max-height: none;
  }
}
.menusmall3__option {
  list-style: none;
  font-family: "Inter", sans-serif;
  text-align: right;
  margin: 5px 0;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .menusmall3__option {
    padding: 12px 20px;
    text-align: left;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall3__option {
    padding: 20px 20px;
  }
}
.menusmall3__option1 {
  list-style: none;
  font-family: "Inter", sans-serif;
  text-align: left;
  padding: 0;
  margin: 5px 0;
}
@media screen and (min-width: 1000px) {
  .menusmall3__option1 {
    padding: 12px 20px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall3__option1 {
    padding: 20px 20px;
  }
}
.menusmall3__link {
  text-decoration: none;
  color: #1f1b16;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 20px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.25s ease;
  display: inline-block;
  border: 1px solid black;
}
@media screen and (min-width: 800px) {
  .menusmall3__link {
    font-size: 16px;
    padding: 10px 20px;
    border: none;
  }
}
@media screen and (min-width: 1140px) {
  .menusmall3__link {
    font-size: 18px;
    padding: 20px 20px;
  }
}
.menusmall3__link:hover {
  color: white;
  background-color: #5e84a2;
}
@media screen and (min-width: 1000px) {
  .menusmall3__link:hover {
    transform: translateY(6px);
  }
}
.menusmall3__link:active {
  color: white;
  background-color: #5e84a2;
}
.menusmall3__link:focus {
  color: white;
  background-color: #5e84a2;
}
.menusmall3__header {
  color: black;
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  text-align: center;
  border-bottom: 2px solid black;
  padding: 0px 20px 10px 20px;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .menusmall3__header {
    font-size: 50px;
    padding: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .menusmall3__header {
    font-size: 80px;
    padding: 5px;
  }
}

.footer2 {
  background-color: #D7C2AD;
  color: #1f1b16;
  height: auto;
  padding: 40px 0 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.footer2__header {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 10px;
  color: black;
}
.footer2__link {
  color: #1f1b16;
  text-decoration: none;
}
.footer2__link:hover {
  color: #5e84a2;
  text-decoration: underline;
}
.footer2__link-order {
  color: #5e84a2;
}
.footer2__link-order:hover {
  color: #5e84a2;
}
.footer2__instagram {
  background-image: url(/images/icons/instagram-ikona.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left;
  padding-left: 20px;
  color: #1f1b16;
  text-decoration: none;
}
.footer2__instagram:hover {
  color: #5e84a2;
  text-decoration: underline;
}
.footer2__facebook {
  background-image: url(/images/icons/facebook-ikona.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left;
  padding-left: 20px;
  color: #1f1b16;
  text-decoration: none;
}
.footer2__facebook:hover {
  color: #5e84a2;
  text-decoration: underline;
}
.footer2__box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer2__box {
    max-width: 1700px;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 40px;
  }
}
.footer2__copyright {
  background-color: whitesmoke;
  padding: 2px;
  color: #1f1b16;
  text-align: center;
  font-size: 12px;
}

.about-us {
  font-family: "Inter", sans-serif;
  color: #1f1b16;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px 20px;
}
@media (min-width: 900px) {
  .about-us__grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 0px 40px;
    align-items: center;
  }
}
.about-us__header {
  font-size: 50px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 10px 0 40px 0;
  text-align: center;
  line-height: 0.8;
}
@media (min-width: 1000px) {
  .about-us__header {
    font-size: 90px;
    text-align: left;
    margin: 20px 0 40px 0;
  }
}
.about-us__smallheader {
  font-size: 30px;
  margin: 0;
  font-weight: 800;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .about-us__smallheader {
    font-size: 50px;
    letter-spacing: 2.5px;
  }
}
.about-us__main-info {
  font-size: 28px;
  margin: 60px 0 0 0;
  font-weight: 400;
}
@media (min-width: 500px) {
  .about-us__main-info {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 600px) {
  .about-us__main-info {
    margin: 0px 0 0 0;
  }
}
@media (min-width: 1000px) {
  .about-us__main-info {
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  .about-us__text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .about-us__text {
    font-size: 18px;
  }
}
.about-us__textbox {
  margin-bottom: 60px;
}
.about-us__textbox1 {
  margin-bottom: 60px;
  margin-top: 40px;
}
@media (min-width: 900px) {
  .about-us__textbox1 {
    margin-bottom: 0;
  }
}
.about-us__textbox2 {
  margin-bottom: 60px;
  margin-top: 40px;
}
@media (min-width: 900px) {
  .about-us__textbox2 {
    margin-top: 0;
  }
}
.about-us__textbox3 {
  margin-bottom: 60px;
  margin-top: 40px;
}
@media (min-width: 900px) {
  .about-us__textbox3 {
    margin-top: 0;
    grid-column: 1/3;
  }
}
.about-us__photobox {
  position: relative;
}
@media (min-width: 900px) {
  .about-us__photobox {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.about-us__photo {
  width: 100%;
  border-radius: 10px;
}
.about-us__slogan {
  font-weight: 700;
  margin: 0;
  padding: 10px;
  background-color: #B89A7F;
  color: white;
  font-size: 14px;
  position: absolute;
  top: -50px;
  left: 0px;
  max-width: 700px;
}
@media (min-width: 430px) {
  .about-us__slogan {
    top: 0px;
    left: 0px;
  }
}
@media (min-width: 600px) {
  .about-us__slogan {
    font-size: 16px;
    padding: 20px;
    max-width: 1340px;
    border-radius: 0 0px 10px 0;
  }
}
@media (min-width: 1100px) {
  .about-us__slogan {
    border-radius: 0 10px 0 0;
    padding-right: 41.6px;
  }
}

.gallery-coffee {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

.gallery__coffee-item {
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gallery__coffee-foto {
  width: 100%;
  display: block;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: transform 0.4s ease;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .gallery__coffee-foto {
    -o-object-position: center;
       object-position: center;
    height: 320px;
  }
}

.gallery__coffee-foto:hover {
  transform: scale(1.05);
}/*# sourceMappingURL=style.css.map */