
 html {
     scroll-behavior: smooth;
     scroll-padding-top: 80px;
}
body {
     color: #fff;
    font-family: "Kufam", sans-serif;
     margin: 0;
     padding: 0;
     font-weight: 400;
     background: #000 url('../images/bg_secondary.webp') no-repeat;
     background-size: cover;
}

body.secondary {
    color: #fff;
   font-family: "Kufam", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
    background: url('../images/bg_secondary.webp') no-repeat;
    background-size: cover:
}

body.page-template-homepage {
    color: #fff;
   font-family: "Kufam", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
    background: #000;
    background-size: cover:
}


 a {
     color: #fff;
     transition: all 0.4s;
     text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
     color: #fff;
       font-family: "Kufam", sans-serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 1.8;
}
 img {
     max-width: 100%;
}


h1 {
    color: #fff;
    text-align: center;
    font-size: 56px;
    font-family: "Kufam", sans-serif;
    margin: 30px 0 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}

 h2 {
     text-align: center;
     margin: 0 0 30px;
     padding: 0;
     font-family: "Kufam", sans-serif;
     font-weight: 600;
     font-size: 36px;
     font-style: normal;
}

 h3 {
     font-size: 23px;
     margin: 0;
     padding: 0;
     line-height: 1.2;
     font-family: "Kufam", sans-serif;
     margin: 12px 0;
     color: #fff;
     text-align: left;
}
input {
    font-family: "Kufam", sans-serif;
    color: #000;
    font-size: 16px;
    border-radius: 11px;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 16px 18px;
    outline: none;
}

input.button {
  border: 0;
  cursor: pointer;
}


 textarea {
     width: 100%;
     background: none;
     font-family: "Kufam", sans-serif;
     height: 120px;
     padding: 16px 0;
     outline: none;

     font-family: "Kufam", sans-serif;
     color: #000;
     font-size: 16px;
     border-radius: 11px;
     background: #ffffff;
     border: 1px solid #000000;
     padding: 16px 18px;
     outline: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    font-weight: 700;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    color: #000;
    padding: 20px;
    font-weight: 700;
    border-radius: 20px;
    font-size: 13px;
    text-align: center;
}

.main {
  background-size: cover!important;
  text-align: center;
  padding: 0;
}

.home .main {
  background: url('../images/main-cover.webp') no-repeat top center;
  background-size: cover!important;

}



.page-template-faq .main {
  background: url('../images/bg/bg_2.jpg') no-repeat top center;
  background-size: cover!important;

}

.page-template-tours .main {
  background: url('../images/bg/bg_4.jpg') no-repeat top center;
  background-size: cover!important;

}


.page-template-gift-card .main {
  background: url('../images/bg/bg_1.jpg') no-repeat top center;
  background-size: cover!important;

}

.page-template-about-us .main {
  background: url('../images/bg_aboutus.webp') no-repeat top center;
  background-size: cover!important;

}

.page-template-contact .main {
  background: url('../images/bg/bg_3.jpg') no-repeat top center;
  background-size: cover!important;

}


.page-template-our-guide .main {
  background: url('../images/bg_tour.webp') no-repeat top center;
  background-size: cover!important;
  text-align: center;
  padding: 0;
}


.single-post .article .container {
    max-width: 700px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 330px;
    object-fit: cover;
    width: 100%;
}



.single p {
  font-size: 16px;
}

.more-text {
     display: none;
}

.main h1 {
  text-align: center;
}

section {
  padding: 80px 20px;
}

.container {
  max-width: 1300px;
  margin: auto;
}

ul {
  margin: 5px 0;
  line-height: 1.4;
  list-style: none;
}

li {
  text-align: left;
  font-size: 14px;
}

ul.menu {
  list-style: none;
  display: flex;
  gap: 32px;
  padding: 16px 0;
  align-items: center;
}

ul.menu a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0s;
}

ul.menu a:hover {
  padding-bottom: 10px;
}

header div {
    display: flex;
    justify-content: space-between;
}

header {
    padding: 20px;
}

.button {
  background: #BA873B;
  color: #fff;
  padding: 16px 28px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: Lekton, sans-serif;
  text-decoration: none;
  display: table;
  font-weight: 600;
  border-radius: 50px;

}

body h3.black {
  color: #000!important;
}
.center {
  text-align: center;
  margin: auto;
}

.topbar {
  background: #fff;
  color: #000;
}

.topbar .container {
  display: flex;
  gap: 60px;
  padding: 12px;
  justify-content: flex-end;
  align-items: center;
}

.topbar .container div {
display: flex;
    align-items: center;
    gap: 32px;
}

label {
    font-size: 13px;
    font-weight: 700;
}

button.toggle-button {
    background: none;
    border: 1px solid #bb873b;
    padding: 4px 12px;
    color: #bb873b;
    margin: auto;
    border-radius: 50px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    transition: 1s;

    position: relative;
    top: -9px;
    font-weight: 600;
}

.topbar a {
  color: #000;
  font-size: 14px;
}


.top-contact a {
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  font-weight: 600;
  gap:8px;
}


.top-contact a::before {
  position: relative;
  top: 2px;
}

.mail::before { content: url('../images/icons/mail.svg'); }
.tel::before { content: url('../images/icons/phone.svg'); }

.mail_w::before { content: url('../images/icons/mail_w.svg'); }
.tel_w::before { content: url('../images/icons/phone_w.svg'); }

.topbar .at { content: url('../images/icons/ta.svg'); }
.topbar .fb { content: url('../images/icons/fb.svg'); }
.topbar .yt { content: url('../images/icons/yt.svg'); }
.topbar .ig { content: url('../images/icons/ig.svg'); }
.topbar .tt { content: url('../images/icons/tt.svg'); }

.contact-page .at { content: url('../images/icons/ta.svg'); }
.contact-page .fb { content: url('../images/icons/fb.svg'); }
.contact-page .yt { content: url('../images/icons/yt.svg'); }
.contact-page .ig { content: url('../images/icons/ig.svg'); }
.contact-page .tt { content: url('../images/icons/tt.svg'); }

 .at_w { content: url('../images/icons/ta_w.svg'); }
 .fb_w { content: url('../images/icons/fb_w.svg'); }
 .yt_w { content: url('../images/icons/yt_w.svg'); }
 .ig_w { content: url('../images/icons/ig_w.svg'); }
 .tt_w { content: url('../images/icons/tt_w.svg'); }

.topbar .de { content: url('../images/icons/de.svg'); }
.topbar .en { content: url('../images/icons/en.svg'); }


li#menu-item-549-en a { content: url('../images/icons/en.svg'); }
li#menu-item-549-en a img { display: none}

li#menu-item-549-de a { content: url('../images/icons/de.svg'); }
li#menu-item-549-de a img { display: none}


ul#menu-lang li {
  display: flex;

}

.bar-social {
  display: flex;
  gap: 10px;
}

.main-text {
  text-align: center;
  margin-top: 60px;
}

.main-text .company {
  font-size: 24px;
  letter-spacing: 2px;
}

.main-text p.text_claim {
    max-width: 1000px;
    margin: auto;
}

.arrow-down { content: url('../images/arrow-down.svg'); margin-top: 10vh;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.price {
  font-weight: 700;
}

.price span {
  font-weight: 300;
}

.box {
  width: 30%;
  border-radius: 30px;
  overflow: hidden;
}

.box-title {
  padding: 38px;
  background: #fff;
  height: 100%;
  color: #fff;
}

.box-title p,
.box-title h3 {
  color: #000;
  text-align: center;
}

.boxes {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.usp {
  padding: 80px 30px;;
}

.usp .box-usp {
  width: 25%;
  text-align: center;
}

.usp .box-usp h3 {
  text-align: center;
}

.usp .box-usp p {
  line-height: 1.6;
  font-size: 16px;
}

section.about-offer {
    padding: 0;
}


.about-section {
    background: url(../images/bg_about.jpg) no-repeat center right;
    background-size: 102%;
    max-width: 1400px;
    margin: auto;
}

.about-section h2 {
    font-size: 24px;
    text-align: left;
    text-transform: none;
}

.about-section p {
    font-size: 16px;
}
.about-offer .container {
  padding: 5%;
  background-size: cover;
  max-width: 1100px!important;
  border-radius: 30px;
  margin-bottom: 80px;
}

.about-offer h2 {
    text-align: left;
}

.text-about {
  width: 55%;
}

footer {
  background: #000;
}

.ReviewText__Title-sc-t7690a-1.fnZqRM.es-review-content-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.es-review-background-container {
  background: #FCF6ED!important
}

.es-review-author-name,
.es-review-info-date-container,
.es-review-content-title,
.es-review-content-text {
    color: #000!important
}

.WidgetTitle__Header-sc-ruy1gu-2.jRiMaM {
    display: none;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 0;
}


.footer-content div:nth-child(1) {
    display: flex;
    align-items: center;
}

.footer-content div:nth-child(2) ul {
    margin: 5px 0;
    line-height: 1.4;
    list-style: none;
    padding: 0;
}

ul.f_menu {
    column-count: 2;
}

.social {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.includes {
    display: flex;
    gap: 92px;
}

.done p::before {
  content: url(../images/produkt/done.svg);
  margin-right: 5px;
}

.done p {
  color: #35C14C!important;
}

.out p::before {
  content: url(../images/produkt/x.svg);
  margin-right: 5px;
}

.out p {
  color: #AAAAAA!important;
}


.contact-page {
    display: flex;
    gap: 40px;
}

.gallery {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.main-photo img {
border-radius: 20px;

}

.main-photo a {
    display: flex;
}

.other-photos a {
    display: none;
}

.other-photos a:nth-child(1),
.other-photos a:nth-child(2),
.other-photos a:nth-child(3),
.other-photos a:nth-child(4) {
    display: flex;
}

.other-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.other-photos a {
    width: 48%;
}

.other-photos a img {
    object-fit: cover;
    border-radius: 20px;
}

.main-photo {
    width: 50%;
}

.other-photos {
    width: 50%;
    position: relative;
}

a.more-photos {
  color: #fff!important;
  bottom: 20px;
  text-align: right;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  right: 20px;
  display: block!important;
  text-decoration: none;
  position: absolute;
}

a.more-photos::after {
  content: url(../images/arrow-right.svg);
}

.awards-produkt {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 0 120px;
}

.info h2 {
    text-align: left;
    font-size: 30px;
    margin: 0;
}

.info-content {
    display: flex;
    grid-gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
}


.awards-produkt {
    display: flex;
    justify-content: center;
    gap: 30px;
}



ul.anchor {
    display: flex;
    list-style: none;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 2px;
}

.article .container ul.anchor li {
    list-style: none;
    margin-bottom: 0;
}

.article .container ul.anchor li a {
    color: #BA873B;
    font-size: 15px;
}

.article h3 {
  color: #000;
}


.flex-video {
    display: flex;
    gap: 60px;
}

.flex-video a img{
    border-radius: 20px;
}

.page-id-78 .article li,
.page-id-664 .article li {
  font-size: 16px;
  font-size: 16px;
    line-height: 1.7;
}


.page-id-78 .article ul,
.page-id-664 .article ul {
  list-style: none!important; /* Odstraní výchozí kolečka */
}

.page-id-78 .article li,
.page-id-664 .article li {
  position: relative; /* Umožní umístit nové kolečko */
  padding-left: 20px; /* Přidá místo pro nové kolečko */
}


.page-id-78 .article li::before,
.page-id-664 .article li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em; /* Zarovná kolečko vertikálně se středem textu */
  width: 0.6em; /* Nastaví šířku kolečka */
  height: 0.6em; /* Nastaví výšku kolečka */
  background-color: #BB8646; /* Nastaví barvu kolečka */
  border-radius: 50%; /* Vytvoří kulatý tvar */
}

.page-template-produkt .article h3 {
  font-size: 22px;
  font-weight: 600;
}

.starting h3::before {
  content: url(../images/place.svg);
  position: relative;
  left: -5px;
  top: 3px;
}

.gif {
  max-width: 68px;
}

.gif2 {
  max-width: 88px;
}

section.about-offer.offer_4 .button {
    display: none;
}

.separe.starting {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 24px 0;
  margin-top: 30px;

}

.separe {
  border-bottom: 1px solid #ececec;
  padding: 50px 0;

}

.details {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.article .container #highlights ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
}

.page-template-produkt .article .container ul li {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}


#itinerary {
      border-top: 1px solid #ececec;
}

.details div {
    display: flex;
    gap: 12px;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.details div p {
    padding: 0;
    text-align: center;
    margin: auto;
}

.details div img {
  margin: auto;
  }

.itinary div p {
    padding: 2px 0;
    margin: 0;
}


.itinary div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding-bottom: 60px;
}

.itinary div {
    background: url(../images/produkt/line.svg) repeat-y 13px 0;
}


.contact_f a {
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  gap:8px;
}


.contact_f a::before {
  position: relative;
  top: 2px;
}

.contact_f {
  display: flex;
  flex-direction: column;
  gap:10px;
}

ul.footer-content li {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.3px;
}

.tour .container {
  background: #FCF6ED;
  border-radius: 40px;
}

.tour .container {
    background: #FCF6ED;
    border-radius: 40px;
    padding: 50px;
    width: 70%;
    margin-bottom: 60px;
}

.tour .container:nth-child(even) {
    background: #fff!important;
}

.tour .container:nth-child(even) .tour-guides {
    display: flex;
    gap: 70px;
    flex-direction: row-reverse;
}

.tour h2,
.tour h3,
.tour p,
.tour a {
    color: #000;
    text-align: left;
}

.tour a {
    display: flex;
    flex-direction: column;
}

a.en-tour {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.ende-tour::before {
  content: url(../images/icons/ende.svg);
}

.en-tour::before {
    content: url(../images/icons/en.svg);
}

a.ende-tour {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

a.de-tour {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.de-tour::before {
    content: url(../images/icons/de.svg);
}

.page-template-blog .box a {
    display: flex;
}

.page-template-blog .boxes {
    display: flex;
    gap: 40px;
    flex-flow: wrap;
    justify-content: center;
}

.page-template-blog .box-title h3 {
 font-size: 20px;
 padding: 0;
 margin: 0;
}

.page-template-blog .box-title h3 a {
 text-decoration: underline;
 color: #000
}

.page-template-blog .boxes p  {
 font-size: 16px;
 padding: 8px 0 0;
 line-height: 1.6;
 margin: 0;
}


.page-template-blog .box-title h3,
.page-template-blog .boxes p  {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}
.tour-guides {
    display: flex;
    gap: 50px;
    align-content: flex-start;
    align-items: flex-start;
}

.tour-guides img {
    max-width: 400px;
}

.tour-guides p {
    font-size: 16px;
}


.article .container {
    background: #fff;
    border-radius: 30px;
    padding: 60px 80px;
    max-width: 1200px;
}

.article .container p,
.article .container ul,
.article .container a,
.article .container h2 {
  color: #000;

}

.article .container ul {
  list-style: disc;

}

.article .container ul li {
  margin-bottom: 16px;

}

.space-header {
  padding-bottom: 100px;
}


.faq-container {
    max-width: 800px;
    letter-spacing: 0.7px;
    margin: 40px auto;
}

.faq-item {
    border: 2px solid #ffffff1c;
    padding: 11px 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #000;
}

#our-tours {
    padding: 80px 20px 0;
}

#our-tours .box-title h3 a {
  color: #000;
  text-decoration: none;
}


.fixed {
    position: fixed;
    top: -10px;
    background: #fff;
    z-index: 999999;
    width: 100%;
    max-width: 1205px;
    left: 0;
    right: 0;
    transition: 0.2s;
    margin: auto;
    white-space: nowrap;
}

.info {
    margin-top: 30px;
}

.faq-question {
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: left;
}

.faq-answer {
    display: none;
    padding: 16px 0;
    border-radius: 4px;
    margin-top: 5px;
}


.faq-question h3 {
    margin: 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.8;max-width: 80%
}

.faq-answer p {
    margin: 0;
    text-align: left;
    font-size: 14px;
    margin-bottom: 23px;
    line-height: 1.8;
    font-weight: 300;
}


.page-template-faq .faq-question::after {
  content: url(../images/arrow-down-faq.svg);
  position: absolute;
  right: 10px;
  top: 40%;
  transition: 0.3s;
}

.page-template-faq .faq-question.active::after {
    content: url(../images/arrow-down-faq.svg);
    transform: rotate(180deg);
    position: absolute;
    right: 10px;
    top: 40%;
}

.faq-question::after {
  content: url(../images/arrow-down-faq.svg);
  position: absolute;
  right: 10px;
  top: 8px;
  transition: 0.3s;
}

.faq-question.active::after {
    content: url(../images/arrow-down-faq.svg);
    transform: rotate(180deg);
    position: absolute;
    right: 10px;
    top: 0;
}


.tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 50px auto 0;
}

.tab-link {
    border: none;
    font-family: Lekton, sans-serif;
    font-weight: 700;
    outline: none;
    border: 2px solid #fff;
    border-radius: 50px;
    background: none;
    color: #fff;
    cursor: pointer;
    padding: 14px 36px;
    transition: background-color 0.3s;
    font-size: 20px;
}

.tab-link:hover {
  color: #FFF;
    border: 2px solid #BA873B;
}

.tab-link.active {
    background-color: #BA873B;
    border: 2px solid #BA873B;
}

.tab-content {
    display: none;
    border-top: none;
}

.tab-content.active {
    display: block;
}


.page-template-produkt .faq-question {
  padding: 0;
}
.page-template-produkt .faq-container {
  max-width: 100%;
  margin: 0;
}


.page-template-produkt .faq-item {
      background: none;
      padding: 0;
      width: 100%;
      margin-bottom: 0;

}

.page-template-produkt .faq-answer p {
  font-size: 16px;
}


#highlights,
#what-do-you-need,
#meeting-point,
#full-description,
#itinerary,
#includes,
#important-information,
#cancellation-policy {
    padding: 32px 0;
}


.start-meet {
  display: flex;
  gap:50px;
  flex-wrap: wrap;
}

.about-video {
  display: flex;
  gap:50px;
  flex-wrap: wrap;
}

.about-video div {
    width: 55%;
}


.mobile-title {
  display: none;
}

p.de-tour,
p.en-tour {
    display: flex;
    gap: 9px;
    font-size: 14px;
    align-items: flex-start;
    align-content: flex-start;
}

.rev {
  margin-top: 40px
}

.vat {
  margin: 0;
  padding: 0;
}


.book {
    max-width: 250px;
    background: #FCF6ED;
    padding: 40px;
    border-radius: 40px;
}

.book h3 {
  margin-bottom: 10px;
}

.book i {
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    display: block;
}

.book ul {
  border-bottom: 1px solid #CECECE;
  padding: 0 16px 20px
}

.book .price {
  font-weight: 600;
  margin: 0;
}

.book .button {
  color: #fff;
  border: 0;
  cursor: pointer;

}

.book-panel p.or {
  text-align: center;
}

.review.button.center {
  color: #fff;
  margin-top: 20px;
}

.detail-left {
    width: 70%;
}

.book-panel {
    max-width: 30%;
    margin-top: 30px;
}

.detail-products {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

div#full-description {
    border: 0;
}


@media only screen and (max-width: 756px) {

  header {
      padding: 20px 0;
  }

  p {
    font-size: 16px;
  }

  .main-text .company {
    font-size: 16px;
    letter-spacing: 2px;
}

h1 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin: 10px 0 0;
}

  .article .container {
      background: #fff;
      border-radius: 16px;
      padding: 30px 32px;
      max-width: 1200px;
  }

  .tour-guides {
      display: flex;
      gap: 50px;
      flex-direction: column;
  }

  .footer-content {
    flex-direction: column;
}

  .container {
    padding: 0 20px;
}

.contact-page {
  flex-direction: column;
}

input,
textarea {
  max-width: 87%;
}

ul.menu {
    list-style: none;
    display: block;
  }


ul.menu a {
  color: #000;
}

.page-template-produkt .faq-item {
      border: none;
}

.top-contact {
    display: none !important;
}

.page-template-produkt .article h3 {
    font-size: 20px;

}

.other-photos {
    width: 100%;
    position: relative;
}

.other-photos a {
    width: 47%;
}

a.more-photos {
    font-size: 12px;
}

.mobile-title {
  display: block;
}

.info h2 {
  display: none;
}

.topbar .container {
    justify-content: space-between;
    padding: 14px 20px;
}

.footer-content div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
  text-align: center;
}

ul.f_menu {
    column-count: 1;
}

ul.f_menu li {
  padding: 4px 0;
  text-align: center;
}

.contact_f a {
    justify-content: center;

}

.social {
  justify-content: center;
}


ul.footer-content li {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.3px;
}



.tab-link {
    padding: 6px 22px;
    font-size: 16px;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 42px auto 0;
}

.faq-item {
        border: 1px solid #4c4c4c;
        padding: 11px 25px;
        margin-bottom: 20px;
        border-radius: 10px;
        background: #000;
    }

.faq-question h3 {
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    max-width: 80%;
}

.page-template-blog .boxes {
    flex-direction: column;
}

.box {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

section {
    padding: 40px 20px;
}

.article h2 {
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    font-family: "Kufam", sans-serif;
    font-weight: 600;
    font-size: 24px;
    font-style: normal;
}

.tour-guides img {
    max-width: 100%;
}

.tour-guides {
    display: flex;
    gap: 50px;
    flex-direction: column;
}


.tour .container:nth-child(even) .tour-guides {
    display: flex;
    gap: 70px;
    flex-direction: column;
}


.boxes {
    flex-direction: column;
}

.usp .box-usp {
    width: 100%;
    text-align: center;
}

.text-about {
    width: 100%;
}



/* Základní styly pro menu */

.main-menu {
position: relative;
width: 100%;
}

.menu-toggle1,
.menu-toggle {
display: none;
flex-direction: column;
cursor: pointer;
padding: 10px;
}

.menu-toggle1 span,
.menu-toggle span {
height: 2px;
width: 36px;
background: #fff;
margin: 4px 0;
transition: 0.4s;
}

.menu-menu-de-container,
.menu-main-menu-container {
display: flex;
flex-direction: column;
}

.menu-toggle1.active span,
.menu-toggle.active span {
background: #000;
}
.menu-menu-de-container,
.menu-main-menu-container {
 display: none;
 flex-direction: column;
 width: 100%;
 background-color: white;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: 1000;
 padding-top: 30px;
}

.menu-menu-de-container.active,
.menu-main-menu-container.active {
display: flex;
border-radius: 8px;
}

.menu-toggle,
.menu-toggle1 {
display: flex;
position: absolute;
top: 2px;
right: 5px;
z-index: 1001;
}

.menu li {
text-align: center;
padding: 10px 0;
}

.menu-toggle1.active span:nth-child(1),
.menu-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(9px, 7px);
}

.menu-toggle1.active span:nth-child(2),
.menu-toggle.active span:nth-child(2) {
opacity: 0;
}

.menu-toggle1.active span:nth-child(3),
.menu-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(7px, -7px);
}

.main-photo {
    width: 100%;
}

ul.anchor {

    gap: 14px;
}

.info-content {
    display: flex;
    grid-gap: 0;
    flex-direction: column;
}

.details div {
    width: 100%;
}

.details {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.gallery {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-direction: column;
}

.info-content img {
    max-width: 180px;
    margin: auto;
}

.detail-left {
    width: 100%;
}

.detail-products {
    flex-direction: column-reverse;
}



.book-panel {
    max-width: 100%;
    margin-top: 30px;
}

.includes {

    gap: 10px;
    flex-direction: column;
}

.about-video div {
    width: 100%;
}

.about-video {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.about-offer h2 {
    text-align: left;
    font-size: 25px;
    margin: 0;
}

.about-offer .container {
    padding: 32px;
    width: 75%;
    background-size: cover;
    max-width: 1100px !important;
    border-radius: 30px;
    margin-bottom: 80px;
}

.page-template-about-us iframe {
    max-width: 100%;
}

.page-template-about-us .button {
  margin: auto;
}

.fixed {
    position: static;
  }


  .awards-produkt img {
    width: 100px;
}

img.gif2 {
  max-width: 90px;
}

ul.anchor {
    padding: 40px 2px 0;
}

.flex-video {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

}
