/* OBECNÉ NASTAVENÍ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
}

.cookieCudlik {
    padding: 4px 8px;
    border-style: none;
    background-color: #a29072;
    border-radius: 2px;
    margin: 20px 10px 8px 10px;
    padding: 6px 4%;
}

.toggle-text {
  display: none;
}

.toggle-label {
  color: #231f20;
  cursor: pointer;
  text-decoration: underline;
}

#toggle:checked ~ .toggle-text {
  display: block;
}

/* OBRÁZKY */
.logo {
    max-width: 140%;
}

.kartickaAkcePic {
    width: fit-content;
    border-radius: 28px 13px 34px 16px;
}

.kartickaAkcePic2 {
    width: 65%;
    aspect-ratio: 16 / 9;
    border-radius: 28px 13px 34px 16px;
}

.galeryPic {
    width: 100%;
    display: block;   /* 🔥 nejdůležitější */
}

.galeryPicKarta {
    width: 100%;
    display: block;   /* 🔥 nejdůležitější */
    border-radius: 28px 13px 34px 16px;
}

.lb-image {
  max-width: none !important;
  width: auto !important;
}

.recPic {
    border-radius: 35%;
    max-width: 80%;
}

/* PÍSMA */
h1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 44px;
    color: #ffffff;
    line-height: 1.2;
}

h2 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    color: #ffffff;
    line-height: 1.38;
}

h3 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 27px;
    color: #ffffff;
    line-height: 1.28;
    text-decoration: none;
}

p {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.28;
    text-decoration: none;
}

.textVlevo {
    text-align: left;
}

.cernePismo {
    color: #000000;
}

.patickaKontakt {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.kartaAkceTextInPic {
    font-size: 34px;
    text-transform: uppercase;
    padding: 19% 3% 2% 3%;
}

.kartickaAkceTextParametry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 2% 2%;
    padding: 1% 2%;
    align-items: center;
}

.parametryAkce {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.textBoxík {
    width: 100%;
}

.odsazeni {
    text-indent: 40px;
}

.mensiPismo {
    font-size: 17px;
}

/* HLAVNÍ STRÁNKA */

    /* HERO SEKCE */
.heroSekce {
    text-align: center;
    position: relative;
    min-width: 100%;
    background-image: url("/pics/heroPic.jpg");
    background-size: cover;      /* vyplní plochu */
    background-position: center; /* důležité */
    background-repeat: no-repeat;
}

.navigace {
    padding: 2% 5% 2% 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homePageButton {
    border: solid 0px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    padding: 0;
    max-width: 15%;
}

.navigaceLista {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
}

.polozkaListy {
    list-style: none;
    text-align: center;
    margin-left: 12%;
}

.odkazNaStranku {
    text-decoration: none;
    white-space: nowrap;
    align-items: center;
}

.odkaz {
    text-decoration: none;
}

.heroObsah {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 21% 10% 0 10%;
}

.heroText {
    display: grid;
}

.heroButtonZarovnani {
    display: flex;
    justify-content: center;
    margin: 2% 0 0 0;
}

.heroButton {
    list-style: none;
    background-color: #000000ba;
    border-radius: 11px 24px 35px 19px;
    padding: 6px 3% 6px 3%;
    border: solid;
    border-color: #ffffff00;
    border-width: 1px;
}

.vlna {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
}

    /* HLAVNÍ SEKCE */
.hlavniSekce {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 100%;
    background-color: #f8f5e9;
    background-size: cover;      /* vyplní plochu */
    background-position: center; /* důležité */
}

.kartaTextovyObsah {
    padding: 1% 5% 2% 5%;
    max-width: 75%;
}

.kartaTextovyObsah2 {
    padding: 1% 8% 1% 8%;
    margin: 2% 0 2% 0;
    background-color: #f3e8d071;
    border-radius: 76px 97px 86px 67px;
    text-align: center;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kartaNulaPadding {
    margin-bottom: 0px;
}

.prechodovyPic {
    text-align: center;
    position: relative;
    min-width: 100%;
    background-image: url("/pics/prechodovyPic.jpg");
    background-size: cover;      /* vyplní plochu */
    background-position: center; /* důležité */
    background-repeat: no-repeat;
}

.prechodovyPic2 {
    text-align: center;
    position: relative;
    min-width: 100%;
    background-image: url("/pics/prechodovyPic2.jpg");
    background-size: cover;      /* vyplní plochu */
    background-position: center; /* důležité */
    background-repeat: no-repeat;
}

.karticky {
    display: flex;
    justify-content: space-around;
    margin: 3%;
}

.kartickyRec {
    display: flex;
    justify-content: space-around;
    margin: 4% 10% 2% 10%;
}

.kartickyRecMensi {
    display: flex;
    justify-content: space-around;
    margin: 0% 6% 2% 6%;
    align-items: center;
}

.kartickaAkce {
    background-color: #f3e8d071;
    width: 31%;
    border-radius: 45px 32px 24px 34px;
    padding: 1% 2% 1% 2%;
}

.kartickaAkceRec {
    background-color: #f3e8d071;
    width: 45%;
    border-radius: 45px 32px 24px 34px;
    padding: 1% 2% 1% 2%;
}

.kartickaAkceRecMensi {
    background-color: #f3e8d071;
    width: 20%;
    border-radius: 45px 32px 24px 34px;
    padding: 1% 1% 1% 1%;
}

.kartickaPruvodce {
    background-color: #f3e8d071;
    width: 65%;
    border-radius: 45px 32px 24px 34px;
    padding: 1% 2% 1% 2%;
    margin: 1% 0 2% 0;
}

.kartickaAkceText {
    text-align: left;
    padding: 1% 5% 2% 5%;
}

.kartickaAkceTextRec {
    text-align: center;
    padding: 1% 0 2% 0;
}

.minuleAkce a {
    margin: 0;
}

.zuzeni {
    padding: 0 12%;
}

.galerieFotek {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  line-height: 0;   /* 🔥 odstraní mezeru mezi řádky */
}

.galerieFotekKarta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  line-height: 0;   /* 🔥 odstraní mezeru mezi řádky */
}

.gallery a {
  display: block;   /* důležité */
}

.radekFotek li{
    list-style-type: none;
    overflow: hidden;
    max-height: 100%;
}

.radekFotek img:hover{
    transform: scale(1.15);
    opacity: 1;
    transition: transform 0.5s, opacity 0.5s;
}

.kartaAkceVelka {
    background-color: #f3e8d071;
    width: 80%;
    border-radius: 45px 32px 24px 34px;
    padding: 1% 4% 1% 4%;
}

.kartaAkceHero {
    text-align: center;
    position: relative;
    min-width: 100%;
    background-image: url("/pics/kartaAkcePic1.jpg");
    background-size: cover;      /* vyplní plochu */
    background-position: center; /* důležité */
    background-repeat: no-repeat;
}

.kartaAkceHero2 {
    text-align: center;
    position: relative;
    min-width: 100%;
    background-image: url("/pics/kartaAkcePic2.jpg");
    background-size: cover;      /* vyplní plochu */
    background-position: center; /* důležité */
    background-repeat: no-repeat;
}

.kartaAkceHero3 {
    text-align: center;
    position: relative;
    min-width: 100%;
    background-image: url("/pics/kartaAkcePic3.jpg");
    background-size: cover;      /* vyplní plochu */
    background-position: center; /* důležité */
    background-repeat: no-repeat;
}

.malyCudl {
    background-color: #000000ba;
    border-radius: 6px 11px 9px 12px;
    padding: 4px 8px;
    color: white;
}

    /* PATIČKA */
.paticka {
    display: flex;
    justify-content: center;
    padding: 4% 13% 4% 13%;
    min-width: 100%;
    background-color: #f3e9d371;
    background-size: cover;      /* vyplní plochu */
    background-position: center; /* důležité */
}

.ikonky {
    margin-top: 13px;
    display: flex;
    justify-content: center;
}

.iconMargin {
    margin-right: 8px;
    margin-left: 8px;
}

.infoPaticka {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 3% 0 0 0;
}

.logoPaticka {
    max-width: 8%;
    margin-right: 3%;
}

.kartaButtons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


    /* FORMULÁŘ */
/* pozadí stránky */
.newsletter {
  background-color: #f8f5e9;
  padding: 80px 20px 40px 20px;

  display: flex;
  justify-content: center;
}

/* karta */
.card {
  background-color: #e5d9bfaa;
  max-width: 600px;
  width: 100%;
  padding: 50px;

  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);

  color: white;
  text-align: center;
}

/* text */
.card h2 {
  margin-bottom: 20px;
}

.desc {
  margin-bottom: 40px;
  opacity: 0.9;
}

/* formulář */
form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

input, textarea {
  padding: 12px;
  border-radius: 8px;
  border: none;
}

/* tlačítko */
button {
  margin-top: 20px;
  padding: 14px;
  background-color: #000000ba;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

button:hover {
  opacity: 0.9;
}

.newsletterCheck {
  display: flex;
  align-items: center;
  gap: 8px;

  font-size: 14px;
  color: #4b463f;   /* podobná barva jako text */
  margin: 6px 0 0 0;

  text-align: left;
}

.newsletterCheck input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.malePismo {
    font-size: 18px;
}


.accordion {
  max-width: 90%;
  margin: 60px auto;
}

/* každý blok */
.accordion details {
  border-top: 1px solid #d6d1c4;
  padding: 18px 0;
}

/* hlavička */
.accordion summary {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* odstraní default šipku */
.accordion summary::-webkit-details-marker {
  display: none;
}

/* vlastní + ikonka */
.accordion summary::after {
  content: "+";
  font-size: 26px;
  transition: 0.2s;
}

/* když je otevřeno → minus */
.accordion details[open] summary::after {
  content: "−";
}

/* obsah */
.accordion-content {
  margin: 12px 4% 0 2%;
  text-align: left;
  line-height: 1.6;
  color: #555;
}

.rozbalText{
    padding: 0;
}

.rozbalText summary {
  list-style: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  display: block;
}

.rozbalText summary::marker {
  display: none;
}

.rozbalText summary::-webkit-details-marker {
  display: none;
}

.podtrzeni {
  text-decoration: underline;
  font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 1.28;
}


.thankYouBox {
  margin-top: 25px;
  padding: 25px;
  background: #000000ba;
  border-radius: 12px;
  text-align: center;
}


/* TABLET */
@media (max-width: 1024px) {
    .heroObsah {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 21% 18% 0 18%;
    }

    .kartaTextovyObsah {
    padding: 1% 5% 2% 5%;
    max-width: 80%;
    }

    .kartaTextovyObsah2 {
    padding: 1% 8% 1% 8%;
    margin: 2% 0 2% 0;
    background-color: #f3e8d071;
    border-radius: 76px 97px 86px 67px;
    text-align: center;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .karticky {
    display: flex;
    justify-content: space-around;
    margin: 1%;
    }

    .kartickaAkce {
    background-color: #f3e8d071;
    width: 32%;
    border-radius: 45px 32px 24px 34px;
    padding: 1% 1% 1% 1%;
    }

    .kartickyRecMensi {
    display: flex;
    justify-content: space-around;
    margin: 0% 1% 2% 1%;
    }

    .kartickaAkceRecMensi {
    background-color: #f3e8d071;
    width: 24%;
    border-radius: 45px 32px 24px 34px;
    padding: 1%;
    }

    .kartickaPruvodce {
    background-color: #f3e8d071;
    width: 80%;
    border-radius: 45px 32px 24px 34px;
    padding: 1% 2% 1% 2%;
    margin: 1% 0 2% 0;
    }

    .kartaAkceVelka {
    background-color: #f3e8d071;
    width: 90%;
    border-radius: 45px 32px 24px 34px;
    padding: 1% 2% 1% 2%;
    }

    .kartickaAkcePic2 {
    width: 75%;
    aspect-ratio: 16 / 9;
    border-radius: 28px 13px 34px 16px;
    }
}



/* TELEFON */
@media (max-width: 790px) {
    .logo {
    max-width: 65%;
    }

    .kartickaAkceTextParametry {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        gap: 12% 1%;
        padding: 1% 2% 12% 2%;
        align-items: center;
    }

    h1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    color: #ffffff;
    line-height: 1.2;
    }

    .heroObsah {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 21% 9% 0 9%;
    }

    .navigace {
    padding: 2% 5% 2% 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    }

    .navigaceLista {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    }

    .homePageButton {
    border: solid 0px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;
    padding: 0;
    max-width: 60%;
    }

    .polozkaListy {
    list-style: none;
    text-align: center;
    margin-left: 6%;
    margin-right: 6%;
    }

    .kartaTextovyObsah {
    padding: 2% 3% 5% 3%;
    max-width: 90%;
    }

    .zuzeni {
        padding: 0 2%;
    }

    h2 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.38;
    }

    .kartaTextovyObsah2 {
    padding: 2% 5% 5% 5%;
    margin: 2% 0 2% 0;
    background-color: #f3e8d071;
    border-radius: 76px 97px 86px 67px;
    text-align: center;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .karticky {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1%;
    }

    .kartickaAkce {
    background-color: #f3e8d071;
    width: 80%;
    border-radius: 45px 32px 24px 34px;
    padding: 1%;
    margin: 2% 0;
    }

    .kartickyRecMensi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
    margin: 0% 2% 2% 2%;
    align-items: center;
    }

    .kartickaAkceRecMensi {
    background-color: #f3e8d071;
    width: 100%;
    border-radius: 45px 32px 24px 34px;
    padding: 1%;
    }

    .card {
        background-color: #e5d9bfaa;
        max-width: 600px;
        width: 100%;
        padding: 15px;
        margin: 0 2%;
        border-radius: 16px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);

        color: white;
        text-align: center;
    }

    .paticka {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4% 5% 4% 5%;
    min-width: 100%;
    background-color: #f3e9d371;
    background-size: cover;      /* vyplní plochu */
    background-position: center; /* důležité */
    }

    .patickaPismo {
        font-size: 17px;
    }

    .logoPaticka {
    max-width: 25%;
    margin-right: 3%;
    margin-bottom: 3%;
    }

    .kartickaAkcePic2 {
    width: 85%;
    aspect-ratio: 16 / 9;
    border-radius: 28px 13px 34px 16px;
    }

    .kartickaPruvodce {
    background-color: #f3e8d071;
    width: 90%;
    border-radius: 45px 32px 24px 34px;
    padding: 1% 2% 1% 2%;
    margin: 1% 0 2% 0;
    }

    .kartaAkceVelka {
    background-color: #f3e8d071;
    width: 94%;
    border-radius: 45px 32px 24px 34px;
    padding: 1% 2% 1% 2%;
    }
}

/* TELEFON MENSI */
@media (max-width: 650px) {
    .logo {
    max-width: 85%;
    }

    .homePageButton {
    border: solid 0px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 2%;
    max-width: 60%;
    }

    .mensiPismoH1 {
        font-size: 24px;
    }
}

/* TELEFON MENSI MENSI */
@media (max-width: 490px) {
    .patickaPismo {
        font-size: 14px;
    }

    p {
        font-size: 18px;
    }

    h1 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h2 {
        font-size: 25px;
    }
}