@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700&display=swap&subset=latin-ext');

@-webkit-keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);            transform:rotateX(-100deg);    -webkit-transform-origin:top;            transform-origin:top;    opacity:0;  }

100%{-webkit-transform:rotateX(0deg);            transform:rotateX(0deg);    -webkit-transform-origin:top;            transform-origin:top;    opacity:1;  }

}

@keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);            transform:rotateX(-100deg);    -webkit-transform-origin:top;            transform-origin:top;    opacity:0;  }

100%{-webkit-transform:rotateX(0deg);            transform:rotateX(0deg);    -webkit-transform-origin:top;            transform-origin:top;    opacity:1;  }

}

body {
  font-family:'Titillium Web',sans-serif !important;
  background: #efefef;
  overflow-x: hidden;
  position: relative;
}

/* První modré kolečko vlevo nahoře pro desktop */
body::before {
  content: '';
  position: absolute;
  width: 20vw;
  height: 20vw;
  background: #1a73e8;
  border-radius: 50%;
  top: 5vh;
  left: -5vw;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1; /* za obsahem */
}

/* Druhé modré kolečko napravo níže pro desktop */
body::after {
  content: '';
  position: absolute;
  width: 20vw;
  height: 20vw;
  background: #1a73e8;
  border-radius: 50%;
  top: calc(5vh + 500px);
  right: -8vw;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1; /* za obsahem */
}

/* Skrytí obou koleček na obrazovkách menších než 1300px */
@media (max-width: 1300px) {
  body::before,
  body::after {
    display: none;
  }
}







.image-label {

  display: block;

  margin-top: 0px;

  width: 100%;

  font-size: 14px;

  font-weight: 500;

}

.btn-primary {
  background: #352c48 !important;
  border: 1px #352c48 !important;
}
a {

  color: #165ad8 !important;

  text-decoration: underline;

}



a:hover {

  text-decoration: none;

}

h1 {margin-bottom:0 !important;color:#000;}

h2 {margin-bottom:0 !important;font-weight:bold; color:#0071b8;}

h3 {text-align:center;margin-bottom:1rem !important;color:#0071b8 !important;}

.container-fluid {max-width:1400px !important;}

.fixed-top {-webkit-animation:swing-in-top-fwd 2s cubic-bezier(0.175,0.885,0.320,1.275) both;        animation:swing-in-top-fwd 2s cubic-bezier(0.175,0.885,0.320,1.275) both;}

.logoWs {width:25%;}

.uploader, .uploader2 {text-decoration:underline;color:#0097f5 !important;border: 2px solid #cdd3d8;background-color:#f7f7f7 !important;cursor:pointer !important;}

.uploader:hover, .uploader2:hover {background:#e1e1e1;text-decoration:none !important;}

.uploader .text, .uploader2 .text {cursor:pointer !important;}

    .progressPage {width:100vw;height:100vh;top:0;left:0;position:fixed;z-index:1000;background:#e1e1e1;padding:15rem;background: #e1e1e1;

background: -moz-linear-gradient(180deg, #fff 0%, #e1e1e1 100%);

background: -webkit-linear-gradient(180deg, #fff 0%, #e1e1e1 100%);

background: linear-gradient(180deg, #fff 0%, #e1e1e1 100%);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#e1e1e1",GradientType=1);}

.progress {height:auto !important;}

.progress-bar {padding:1rem;font-size:2rem;}

.black {color:#000 !important;}

.clanekArticle {background:#fff !important;
  box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 40%) !important;

}

.clanekArticle h3 {text-align:left;}

#clanky h4 a {text-decoration:underline !important;}

#clanky h4 a:hover {text-decoration:none !important;}

#clanky article {border:1px dashed #e1e1e1 !important;border-radius:3px !important;padding:1rem !important;}

#blog article {border-radius:0 !important;border:0 !important;}

#blog article:nth-child(even) {background:#fff !important;}

#skola table {background:#fff;}

#skola table td {padding-left:.75rem;}

#skola iframe {border:1px solid #e1e1e1;}

#popis table {width:100% !important;}

.card, .card-header, .card-body {font-size:1rem;}

.card2 {border-radius:5px !important;}

.popis {margin-top:3rem;margin-bottom:2rem;text-align:center;font-size:1.5rem;}

.red {color:#0097f5 !important;}

.green {color:#00b512 !important;}

.loader {

  border: 16px solid #01a0fe;

  border-top: 16px solid #553384;

  border-radius: 50%;

  width: 120px;

  height: 120px;

  animation: spin 2s linear infinite;

}



@keyframes spin {

  0% { transform: rotate(0deg); }

  100% { transform: rotate(360deg); }

}

.aktualityNadpis, .anketaOtazka {font-weight:600;}

.symbol img {width:250px;}

.note-editor.card {margin-top:0 !important;margin-bottom:0 !important;box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 10%) !important;}

.note-editor .card-header {background:#efefef !important;border-color:#e1e1e1 !important;}

.note-editable.card-block {border-color:#e1e1e1 !important;}

ul.submenu li > a:hover, ul.submenu li.active > a {border:1px solid #0097f5 !important;} 

#main_navbar {background:#fff !important;}

#main_navbar ul li > a, #main_navbar ul li > a:visited {color:#000 !important;margin-left:.25rem;margin-right:.25rem;border:1px solid #fff;border-radius:5px;}

#main_navbar ul li.active > a, #main_navbar ul li > a:hover, ul.submenu li > a:hover, ul.submenu li.active > a, .card-header, li.active .page-link, .page-link:hover {background: #0097f5 !important;

background: -moz-linear-gradient(left,  #0097f5 0%, #0097f5 100%) !important;

background: -webkit-linear-gradient(left,  #0097f5 0%,#0097f5 100%) !important;

background: linear-gradient(to right,  #0097f5 0%,#0097f5 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097f5', endColorstr='#ff7e07',GradientType=1 ) !important;

color:#fff !important;text-shadow:1px 1px 0px #0097f5 !important;border:1px solid #0097f5 !important;

}

.badge-primary, .btn-primary, .page-link, .progress-bar {

background: #352c48 !important;

background: -moz-linear-gradient(left,  #0097f5 0%, #0097f5 100%) !important;

background: -webkit-linear-gradient(left,  #0097f5 0%,#0097f5 100%) !important;

background: linear-gradient(to right,  #0097f5 0%,#0097f5 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352c48', endColorstr='#5680e9',GradientType=1 ) !important;

color:#fff !important;text-shadow:1px 1px 0px #352c48 !important;border:1px solid #352c48 !important;

}

.dz-preview {display:none !important;}

.img-thumbnail {height:10rem !important;margin:0 auto;border:1px solid #e1e1e1 !important;}

.img-thumbnail:hover {border:1px solid #352c48 !important;}

.btn-primary:hover {

background: #352c48 !important;

background: -moz-linear-gradient(left,  #0097f5 0%, #0097f5 100%) !important;

background: -webkit-linear-gradient(left,  #0097f5 0%,#0097f5 100%) !important;

background: linear-gradient(to right,  #0097f5 0%,#0097f5 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352c48', endColorstr='#5680e9',GradientType=1 ) !important;

color:#fff600 !important;text-shadow:1px 1px 0px #352c48 !important;border:1px solid #352c48 !important;

}

.deleteButton {cursor:pointer;}

.deleteButton:hover {text-decoration:underline;}

.card-header {border-radius:5px 5px 0px 0px !important;}

#main_navbar ul li ul li > a:hover, #main_navbar ul li ul li ul li > a:hover {background:#5ab9ea !important;

color:#fff !important;text-shadow:1px 1px 0px #0097f5 !important;border-color:#0097f5 !important;

}

.card-header, li.active .page-link, #main_navbar ul li ul li > a:hover, #main_navbar ul li ul li ul li > a:hover, ul.submenu li.active > a {font-weight:600;}

.mainContainer {margin-top:1.5rem;padding-bottom:1rem;background:transparent !important;border-color:transparent !important;}

.card-body {background:#fff !important;}

.card .card-body {border-radius:5px;}

.skolyHeader {margin-top:3rem;}

#searchBtn {margin-top:-5px;}



.mainContainer .card-body {background:transparent !important;border-bottom:1px dashed #e1e1e1 !important;}

.mainContainer .card {box-shadow:0 0 0 0 !important;-webkit-box-shadow:0 0 0 0 !important;}

li.list-group-item {background:#ffffff;
  box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 20%) !important;

} 

li.list-group-item:nth-child(even) {background:#ffffff;} 

li.list-group-item img {margin:auto;}

li.list-group-item .col-lg-4 {text-align:center;}

ul.submenu li > a , .skolyHeader, article, #main_navbar ul li ul li > a, #main_navbar ul li ul li ul li > a {background: #5680e9 !important;

border:1px solid #e1e1e1 !important;color:#000 !important;text-shadow:0 0 0 !important;

}

.skolyHeader h2 {color:#000 !important;}

.loginSchool {padding:2rem;background: #00b512 !important;

background: -moz-linear-gradient(left,  #00b512 0%, #00a723 100%) !important;

background: -webkit-linear-gradient(left,  #00b512 0%,#00a723 100%) !important;

background: linear-gradient(to right,  #00b512 0%,#00a723 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b512', endColorstr='#00a723',GradientType=1 ) !important;

color:#fff !important;text-shadow:1px 1px 0px #006f0b !important;border:1px solid #00a723 !important;font-weight:500;border-radius:5px !important;text-decoration:none !important;

}

.loginSchool input[type="text"], .loginSchool input[type="email"], .loginSchool input[type="password"] {border:1px solid #00a723 !important;font-size:.9rem !important;}

.loginSchool .text-danger, .loginSchool .text-success {color:#fff600 !important;}



.btn-secondary {

background: #2F4858 !important;

color:#fff !important;border-color:#2F4858 !important;font-weight:500;border-radius:5px !important;text-decoration:none !important;

}



/* .btn-secondary {

background: #00b512 !important;

background: -moz-linear-gradient(left,  #00b512 0%, #00a723 100%) !important;

background: -webkit-linear-gradient(left,  #00b512 0%,#00a723 100%) !important;

background: linear-gradient(to right,  #00b512 0%,#00a723 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b512', endColorstr='#00a723',GradientType=1 ) !important;

color:#fff !important;text-shadow:1px 1px 0px #006f0b !important;border-color:#00a723 !important;font-weight:500;border-radius:5px !important;text-decoration:none !important;

}*/

#panel {margin-bottom:2.5rem !important;}

.btn-secondary:hover, #panel .active {

background: #352c48 !important;

background: -moz-linear-gradient(45deg,  #352c48 0%, #352c48 100%) !important;

background: -webkit-linear-gradient(45deg,  #352c48 0%,#352c48 100%) !important;

background: linear-gradient(45deg,  #352c48 0%,#352c48 100%) !important;

color:#fff !important;text-shadow:1px 1px 0px #352c48 !important;border-color:#352c48 !important;font-weight:500;border-radius:3px !important;text-decoration:none !important;

}

.cena {text-align:right;font-weight:bold;background: #00b512 !important;

background: -moz-linear-gradient(left,  #00b512 0%, #00a723 100%) !important;

background: -webkit-linear-gradient(left,  #00b512 0%,#00a723 100%) !important;

background: linear-gradient(to right,  #00b512 0%,#00a723 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b512', endColorstr='#00a723',GradientType=1 ) !important;

color:#fff !important;text-shadow:1px 1px 0px #006f0b !important;border-color:#00a723 !important;font-weight:500;border-radius:5px !important;text-decoration:none !important;

}

.sluzba {border:1px dashed #e1e1e1;padding:1rem;border-radius:3px;background:#f9f9f9;}

.sluzba2 {background:#fff5ca;}

.zlata {color:#ffcc00 !important;}

#logo {width:500px;}

footer {border-radius:0 !important;border-top:0 !important;background:#fff !important;padding:3rem !important;}

.alert a {text-decoration:none !important;font-weight:600;}

.breadcrumbs .card-body {border:0 !important;}

.card {margin-top:2.5rem !important;margin-bottom:2.5rem !important;}

.card.breadcrumbs {margin-top:0 !important;margin-bottom:1rem !important;}

.mainContainer input {color:#000 !important;}

.fotoSkoly {border:1px solid #e1e1e1;width:100%;}

.bold {font-weight:bold !important;}

.stitek {border:1px solid #e1e1e1;background:#e7eeff;border-radius:5px;padding:.25rem .5rem;margin-right:.5rem;margin-bottom:1rem !important;font-size:.9rem;line-height:2rem;}

.gold {background: #ffffff !important;
}

/*.gold {background: #fffda6 !important;

background: -moz-linear-gradient(top,  #fffda6 0%, #fffda6 50%, #fff959 100%) !important;

background: -webkit-linear-gradient(top,  #fffda6 0%,#fffda6 50%,#fff959 100%) !important;

background: linear-gradient(to bottom,  #fffda6 0%,#fffda6 50%,#fff959 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffda6', endColorstr='#fff959',GradientType=0 ) !important;

}*/

#clanky h3 {text-align:left;}

.search input {width:17rem;}

.search button {margin-top:-4px;}

.shadow-sm, .card, .card2, .img-thumbnail {box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 40%) !important;}

#filtrace label {font-weight:bold;width:100%;}

#filtrace input, #filtrace button, #filtrace select {margin-top:.25rem;width:100%;}

#filtrace input[type="checkbox"] {width:auto !important;}

#filtrace .list-group label {font-weight:normal !important;margin-top:.2rem;cursor:pointer;width:auto !important;}

#filtrace .list-group label:hover {text-decoration:underline;}

#filtrace .list-group input[type="checkbox"] {margin-top:.6rem;}

#filtrace .list-group-item {padding:.15rem 2rem !important;}

#filtrace .list-group-item:nth-child(even) {background:#fff !important;}

#filtrace input[type="text"] {border: 1px solid rgba(0,0,0,.125) !important;border-radius:5px !important;padding:.5rem 1rem !important;}

#search {background:#fff;position:absolute;z-index:2;width:350px;margin-top:.8rem;margin-left:-.8rem;max-height:600px;overflow-y:scroll;}

#search p {margin-bottom:0;}

#search .list-group-item {padding:.75rem !important;}

.fb_iframe_widget_fluid {display:block !important;}

#main_navbar #search li > a, #main_navbar #search li > a:visited {background:none !important;border:0 !important;padding:0 !important;text-decoration:underline !important;font-size:.9rem !important;}

#main_navbar #search li > a:hover, #main_navbar #search li > a:visited:hover {text-decoration:none !important;color:#000 !important;text-shadow:0 0 0 !important;}

@media (max-width:768px){

#logo {width:100%;}

#main_navbar{border-radius:0px !important;}

.logoWs {width:100%;}

.search {width:90%;margin:0 auto;}

.search input {width:80%;}

}

@media (min-width:992px){

.list-group-item h4 {margin-top:.25rem;}

}

@media (min-width:768px) and (max-width:991px){

.list-group-item h4 {margin-top:1.5rem;}

}

@media (max-width:468px){

    /*.search {display:none !important;}*/

    #main_navbar .navbar-nav {margin-top:1rem !important;}

    h1 {font-size:2rem !important;}

    h2 {font-size:1.5rem !important;}

    .stitek {line-height:3rem;white-space:nowrap;}

    .img-thumbnail {height:7rem !important;}

}



/*
Nová stránka platby
*/


.main-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.platby-h3{
  font-size: 18px !important;
  font-weight:bold !important;
  color: black !important;
  margin: auto;
  text-align: center;
}

.main-container {
  background-color: rgba(155, 155, 155, 0);
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  margin: auto;
}

.pricing-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.pricing-card {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 300px;
  transition: transform 0.3s ease;
}

.small {
  min-height: 500px;
  z-index: 1;
}

.medium {
  min-height: 550px;
  margin-top: -25px;
  margin-bottom: -25px;
  z-index: 4 !important;
}

.image-container img {
  width: 100px;
  margin-bottom: 20px;
}

.price {
  font-size: 2.5em;
  font-weight:bold;
  color: black;
  margin-top: 5px;
}

.button-style {
  background-color: #0097f5;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin: 20px 0;
  display: inline-block;
  font-size: 1em;
  border: 2px solid #0097f5;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  font-weight:bold;

}

.button-style:hover {
  background-color: white;
  color: #0097f5;
  border-color: #0097f5;
}
.button-style2 {
  background-color: white;
  color: #0097f5;
  border-color: #0097f5;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin: 20px 0;
  display: inline-block;
  font-size: 0.9em;
  border: 2px solid #0097f5;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-weight:bold;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);

}

.button-style2:hover {
  background-color: #0097f5;
  color: white;
}

.a-platby {
  display: block;
  text-decoration: none;
  color: #ff5722;
  font-size: 0.9em;
}

.pricing-card:hover {
  transform: scale(1.05);
}

.custom-select {
  width: 200px;
  padding: 4px;
  padding-left: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 10px;
  appearance: none;
  background-color: white;
  background-size: 10px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.custom-select:hover {
  border-color: #0097f5;
}

@media (max-width: 1200px) {
  .pricing-container {
      flex-direction: column;
      gap: 20px;
      align-items: center;
  }

  .pricing-card {
      width: 90%;
  }

  .medium {
      margin: 0;
  }
}

.nadpis-uvodni-strana{
  text-align: center;
  padding: 30px;
}


.newsletter-form-wrapper {
  position: fixed; /* Fixní pozice */
  top: 50%; /* Uprostřed vertikálně */
  left: 50%; /* Uprostřed horizontálně */
  transform: translate(-50%, -50%); /* Posunout o polovinu šířky a výšky, aby byl ve středu */
  padding: 20px;
  background-color: #ffffff;
  border: 2px solid #6f6f6f;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  z-index: 1000; /* Zajištění, že bude nad ostatním obsahem */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Přidání jemného stínu pro estetiku */
}

.newsletter-form-button, .newsletter-form-close {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #1f9c00;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.newsletter-form-button:hover {
  background-color: #17ae00;
}

.newsletter-form-close {
  background-color: #6c757d;
}

.newsletter-form-close:hover {
  background-color: #5a6268;
}
.centered-form {
  max-width: 300px;
  margin: 0 auto;
}
.unsubscribe-button {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #0097f5;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;

}

.unsubscribe-button:hover {
  background-color: #0097f5;
}

.premiova-skola{
  font-size: 14px !important;
  font-weight: bold;
  color: #FFD700;
  float: right;
  border-radius: 2px;
  background-color: #0097f5;
  padding: 3px 5px;
  margin-right: -13px;
  margin-top: -6px;
  box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 40%) !important;

}
.standard-skola{
  font-size: 11px !important;
  font-weight: 200;
  color: #ffffff;
  float: right;
  border-radius: 2px;
  background-color: #67b8e9;
  padding: 1px 5px;
  margin-right: -13px;
  margin-top: -6px;
  box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 40%) !important;

}

.social-links {
  display: flex;
  flex-direction: column; /* Sloupec */
  margin-top: 10px; /* Rozestup nad odkazy */
}

.social-link {
  display: flex;
  align-items: center; /* Vertikální zarovnání ikonky a textu */
  margin: 5px 0; /* Rozestup mezi jednotlivými odkazy */
  text-decoration: none; /* Odstranit podtržení */
  color: #000; /* Barva textu */
  transition: color 0.3s; /* Plynulý přechod barvy */
}

.social-link:hover {
  color: #007bff; /* Barva textu při najetí */
}

.social-icon {
  width: 24px; /* Šířka ikony */
  height: 24px; /* Výška ikony */
  margin-right: 10px; /* Rozestup mezi ikonou a textem */
}

.sleva-na-tarif-button {
  background-color: #17ae00; /* Pěkná zelená barva */
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 80px;
}

.sleva-na-tarif-button:hover {
  background-color: #45a049; /* Tmavší zelená barva při hoveru */
}



/* CATALOG */

.catalog-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.catalog-item img {
  max-width: 100%;
  height: auto;
  width: 40%;
  margin-right: 20px;
  object-fit: contain; /* Zajištění správného škálování obrázků */
}

.catalog-item-content {
  width: 55%;
}

.catalog-item h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

.catalog-item p {
  margin: 10px 0;
}

.specs {
  font-weight: bold;
  margin: 10px 0;
}

.view-more {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff!important;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}
.view-more:hover {
  background-color: #0057b4;
}

/* Responsive */
@media (max-width: 950px) {
  .catalog-item {
      flex-direction: column;
  }

  .catalog-item img, .catalog-item-content {
      width: 100%;
      margin: 0 0 20px 0;
  }
}
p {font-size: 1.3rem;}

li {font-size: 1.3rem;}

li a {
  font-size: 1.1rem;
}
.list-group-item{
  font-size: 1.1rem;
}

.nad-button-slevovy-kod{
  color:#00aa1c; 
  padding-left:18px; 
  padding-top:15px;

}

.button-slevovy-kod {
  display: block;
  margin: 0px 15px;
  padding: 10px 6px;
  width: 240px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: white;
  background-color: #00aa1c;
  border: 4px solid #00aa1c;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  .nad-button-slevovy-kod {
    text-align: center; /* Textové zarovnání na střed */
    padding-left: 0; /* Zrušení levého odsazení */
  }

  .button-slevovy-kod {
    margin: 15px auto; /* Zarovnání tlačítka na střed s vertikálním odsazením */
  }
  p {
    /*text-align: justify !important;*/
  }
  p {font-size: 1.2rem;}

}
.button-slevovy-kod:hover {
  
  background-color: white;
  color: #00aa1c;

}
.promo-container {
  width: 100%;
  margin: 0px;
  margin-top: 14px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.promo-text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.promo-button {
  text-align: center;
  width: 110px;
  display: inline-block;
  padding: 10px 0px;
  text-decoration: none;
  color: white !important;
  background-color: #007BFF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.promo-button:hover {
  background-color: #0056b3;
}






.promo-container-review {
  display: flex;
  width: 100%;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  text-align: center; /* Zarovnání pro mobilní zobrazení */
  justify-content: center; /* Zajistí rovnoměrné rozložení, pokud má výšku */
  align-items: center;
}


.small-logo{
  width: 140px;
  display: table;
  margin: left;
}
.small-logo-img {
  width: 140px;
  display: table;
  margin: left;
}

/* Text */
.promo-text-review {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 0;

}


.promo-button-review {
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
  color: white !important;
  background-color: #00aa1c;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  width: 110px;
  text-align: center;
}

.promo-button-review:hover {
  background-color: #00be19;
}

/* ✅ OPRAVA PRO DESKTOP - KDYŽ JE ŠÍŘKA NAD 800px */
@media (max-width: 800px) {
  .promo-container-review {
    display: block;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .small-logo {
    width: 100px; /* Šířka divu */
    display: table; /* Umožní použití margin auto */
    margin: 0 auto; /* Zajistí, že celý div bude vycentrovaný */
    text-align: center; /* Zarovná obsah uvnitř */
}

.small-logo-img {
    width: 120px; /* Velikost obrázku */
    display: table; /* Odstraní jakýkoliv inline margin */
    margin: 0 auto; /* Zajistí, že obrázek je uvnitř divu centrovaný */
}

  .promo-text-review {
    display: block;
    width: 100%;
    text-align: center;
    flex-grow: 1;
    padding: 10px 0 10px 0;
  }
  .promo-button-review {
    display: block;
    margin: auto;
  }
  
}

.custom-button-container {
  display: none; /* 🔥 Skryjeme na desktopu */
}

/* ✅ Zobrazíme a přilepíme dole na mobilu */
@media (max-width: 800px) {
  .custom-button-container {
      display: flex; /* Aktivujeme na mobilech */
      flex-direction: row; /* Udržujeme logo + tlačítko vedle sebe */
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 55px;
      position: fixed; /* 🔥 Přilepení ke spodní části */
      bottom: 0;
      left: 0;
      background-color: #f9f9f9;
      box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
      padding: 10px;
      z-index: 1000;
  }
  .custom-logo-img {
    max-width: 98%;
    max-height: 52px;
    width: auto; /* Umožní zachování poměru stran */
    height: auto; /* Přizpůsobí výšku podle poměru stran */
    display: block; /* Odstraní nežádoucí mezery */
    object-fit: contain; /* Zachová původní proporce SVG */
}
/* Pokud je obrázek SVG, nastavíme výšku ručně */
.custom-logo-img[src$=".svg"] {
  height: 35px !important;
}
  /* Levá část - Logo */
  .custom-logo-container {
      width: 25%;
      display: flex;
      justify-content: center;
      align-items: center;
  }



  /* Pravá část - Tlačítko */
  .custom-button-wrapper {
      width: 75%;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  @keyframes pulse-animation {
    0% { transform: scale(1); }
    50% { transform: scale(1.04); } /* Mírné zvětšení */
    100% { transform: scale(1); }
}

.custom-visit-button {
    display: flex; /* Použití flexboxu pro zarovnání obsahu */
    justify-content: center; /* 🔥 Zarovná text horizontálně */
    align-items: center; /* 🔥 Zarovná text vertikálně */
    
    background-color: #00aa1c;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    height: 46px;
    width: 95%;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-decoration: none;

    animation: pulse-animation 1.2s ease-in-out 3; /* 🔥 Animace se opakuje 2x */
    animation-delay: 2s; /* ⏳ Počká 1 sekundu před spuštěním */
}


  .custom-visit-button:hover {
      background-color: #00be19;
      transform: scale(1.05);
  }
}

.recenze-text-info {
  margin-top: 100px;

  text-align: left;
  font-size: 16px;

}
.affil-text {
  margin-top: 25px;

  text-align: left;
  font-size: 14px;
  color: #505050;
}



/* Komentářový box – nový styl */
.cmt-box {
    display: flex;
    flex-direction: column;
    border-left: 4px solid #007bff;
    background: #f8f8f8;
    padding: 16px 20px;
    margin-bottom: 20px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.95em;
}

.cmt-box .cmt-author {
    font-weight: 600;
}

.cmt-box .cmt-date {
    font-size: 0.85em;
    color: #888;
}

.cmt-box .cmt-stars-display {
    margin-left: auto;
    font-size: 1em;
    color: #f5b301;
}

.cmt-box .cmt-text {
    margin-top: 6px;
    line-height: 1.5;
    color: #444;
}

/* Odpovědi – bez borderu, ale odsazené */
.cmt-replies {
    margin-left: 32px;
    padding-left: 0;
}

/* Formulář – layout se sloupci, bez zaoblení */
#cmt-form {
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 24px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: 'Segoe UI', sans-serif;
}

/* Nadpis formuláře */
#cmt-form h3 {
    margin: 0;
    font-size: 1.2em;
}

/* Form fieldy */
#cmt-form label {
    font-weight: 500;
    font-size: 0.95em;
    margin-bottom: 4px;
}

#cmt-form input[type="text"],
#cmt-form textarea {
    border: 1px solid #ccc;
    padding: 10px 12px;
    font-size: 1em;
    background: #fff;
    width: 100%;
    font-family: inherit;
}

/* Hvězdičky - výběr i zobrazení */
.cmt-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; /* změna z flex-start na flex-end */
    font-size: 1.4em;
}

.cmt-stars input[type="radio"] {
    display: none;
}

.cmt-stars label {
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
}

.cmt-stars input[type="radio"]:checked ~ label,
.cmt-stars label:hover,
.cmt-stars label:hover ~ label {
    color: #f5b301;
}

/* Výpis hvězdiček */
.cmt-stars-display {
    color: #f5b301;
    font-size: 1.1em;
}

/* Tlačítko odpovědi */
.cmt-reply-button {
    display: inline-block;
    color: #007bff;
    background: none;
    border: none;
    font-size: 0.9em;
    padding: 0;
    cursor: pointer;
    margin-top: 10px;
    text-align: left;
}

.cmt-reply-button:hover {
    text-decoration: underline;
}

/* Tlačítko odeslat – hranaté */
.cmt-submit-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 1em;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: background 0.2s;
}

.cmt-submit-button:hover {
    background-color: #0056b3;
}




#clanky .recenze-card-logo {
    flex: 0 0 150px;   /* logo má pevnou šířku 110px, neroste ani se nemačká */
}

/* Logo wrapper */
#clanky .recenze-card-logo {
    flex: unset; /* výchozí – na mobilech se přizpůsobí obsahu */
}

@media (min-width: 768px) {
    #clanky .recenze-card-logo {
        flex: 0 0 150px; /* na desktopu pevná šířka sloupce */
    }
}

/* Obrázek loga */
#clanky .recenze-card-logo-img {
    width: 150px;
    height: auto;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

/* Text u recenze */
#clanky .recenze-card-text {
    flex: 1; /* text vyplní zbylý prostor */
}

/* Tlačítko recenze */
#clanky .recenze-card-btn {
    flex: 0 0 auto; /* tlačítko si drží svoji velikost */
}
/* Specificky jen pro odkazy v recenzích */
#clanky .recenze-link-2024 {
    text-decoration: none !important;
}

#clanky .recenze-link-2024:hover {
    text-decoration: none !important;
}


/* Unikátní styly pro kategorie – ID 48293 */
.category-grid-48293 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.category-card-48293 {
    display: block;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.category-card-48293:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.category-img-48293 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.category-body-48293 {
    padding: 15px;
    text-align: center;
}

.category-body-48293 h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0073e6;
    margin: 0;
}

/* Mobilní zobrazení */
@media (max-width: 768px) {
    .category-img-48293 img {
        height: 160px;
    }
    .category-body-48293 h3 {
        font-size: 16px;
    }
}

.recenze-card-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    gap: 8px;
}

/* Základní styl pro obě tlačítka */
.recenze-btn-2024 {
    width: 180px; /* stejné tlačítka */
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 6px;
    text-decoration: none !important;
    color: #fff !important;
    transition: background-color 0.2s ease;
}

/* Modré tlačítko */
.recenze-btn-2024:not(.shop) {
    background-color: #007bff;
}
.recenze-btn-2024:not(.shop):hover {
    background-color: #0056b3;
}

/* Zelené tlačítko */
.recenze-btn-2024.shop {
    background-color: #28a745;
}
.recenze-btn-2024.shop:hover {
    background-color: #218838;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

.cards-grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.card-modern-4 {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.card-modern-4:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.12);
}

.card-modern-4 .card-header {
    font-weight: 600;
    font-size: 1.1rem;
    background-color: #007bff;
    color: #fff;
    padding: 15px 20px;
}

.card-modern-4 .card-body {
    padding: 20px;
    flex: 1;
}

.card-modern-4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-modern-4 li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-modern-4 img, .card-modern-4 .emoji-placeholder {
    width: 80px;
    height: 50px;
    border-radius: 10px;
    object-fit: contain;
    flex-shrink: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.card-modern-4 a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    line-height: 1.2;
    transition: color 0.2s;
}

.card-modern-4 a:hover {
    color: #007bff;
}

@media (max-width: 768px) {
    .cards-grid-4 {
        grid-template-columns: 1fr;
    }
}





/* --- Moderní a čisté vyhledávání --- */
#textSearch {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#textSearch input {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}

#textSearch input:focus {
  outline: none;
  border-color: #1a73e8;
  box-shadow: 0 4px 15px rgba(26,115,232,0.2);
}

/* Button vyhledávání */
#textSearch button {
  margin-left: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1a73e8, #4285f4);
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}

#textSearch button:hover {
  background: linear-gradient(135deg, #1558b0, #2a60d3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26,115,232,0.25);
}

/* Dropdown výsledků */
/* Dropdown výsledků */
#search {
  margin-top: 8px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  max-height: 400px;
  overflow-y: auto;
  padding: 4px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* jednotlivé položky */
#search .list-group-item {
  padding: 10px 16px;
  margin: 2px 8px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  transition: background 0.2s ease, transform 0.2s ease;
}

#search .list-group-item a {
  color: #333;
  text-decoration: none;
}

#search .list-group-item:hover {
  background-color: #f1f3f4;
  transform: translateX(2px);
}
/* Text nad seznamem */
#search .text-center {
  color: #1a73e8; /* modrá barva */
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

/* Moderní karty */
/* Moderní karty */
/* Moderní karty */
/* Moderní karty */
.card {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

/* Hlavička karty */
.card-header {
  background-color: #1a73e8;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 16px;
  text-transform: uppercase;
}

/* Tělo karty */
.card-body {
  padding: 12px 16px;
}

/* Seznam uvnitř karty */
.card-body ul.list-group {
  padding: 0;
  margin: 0;
  list-style: none;
}

.card-body ul.list-group li.list-group-item {
  padding: 10px 12px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 8px;
  transition: background 0.2s, transform 0.2s;
  background: #fdfdfd;
}

.card-body ul.list-group li.list-group-item:last-child {
  margin-bottom: 0;
}

.card-body ul.list-group li.list-group-item:hover {
  background: #f0f8ff;
  transform: translateX(4px);
}

.card-body ul.list-group li.list-group-item a {
  color: #2c3e50 !important; /* tmavá jemná barva */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.card-body ul.list-group li.list-group-item a:hover {
  color: #1a73e8 !important; /* modrý hover efekt */
  text-decoration: underline;
}


/* Badge pro počty přečtení */
.card-body .badge {
  background-color: #1a73e8;
  color: #fff;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 0.8rem;
}


/* overlay a modal box - design zůstává stejný */
.overlay789 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  display: none; /* skrytý na začátku */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.overlay789.show789 {
  display: flex; /* zobrazení při přidání třídy */
  opacity: 1;
}

.modalBox789 {
  position: relative;
  background-color: #ffffff;
  padding: 30px 40px;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  text-align: center;
  max-width: 400px;
  width: 90%;
  transform: scale(0.95);
  transition: transform 0.4s ease;
}

.overlay789.show789 .modalBox789 {
  transform: scale(1);
}

.modalClose789 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #e74d3c00;
  color: rgba(255, 255, 255, 0);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  transition: background-color 0.2s;
}

.modalClose789:hover {
  background-color: #c03a2b00;
}

.modalLogo789 {
  max-width: 120px;
  margin-bottom: 20px;
}

.modalText789 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #333;
}

.modalButtons789 {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btnOk789 {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btnOk789:hover {
  background-color: #217dbb;
}

.btnStore789 {
  background-color: #27ae60;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btnStore789:hover {
  background-color: #1e8449;
}