.banner-box {
            height: 400px;
            background-color: #e9ecef;
            border: 1px solid #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        .product-box {
            width: 400px;
            background-color: #f8f9fa;
            border: 1px solid #ddd;
            margin: 10px;
            padding: 10px;
        }
        .footer-column {
            padding: 20px;
        }  
.banner-box {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
        border-radius: 25px;
}

.banner-text {
    color: white; /* Barva textu */
    text-align: center; /* Text zarovnaný na střed */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Stín textu pro lepší čitelnost */
}

.title {
    font-size: 35px; /* Velikost textu pro název */
    margin-bottom: 10px; /* Vzdálenost mezi názvem a detaily */
}
.title2 {
    font-size: 25px; /* Velikost textu pro název */
    margin-bottom: 10px; /* Vzdálenost mezi názvem a detaily */
}

.details p {
    font-size: 23px; /* Velikost textu pro termín a místo */
    margin: 5px 0; /* Mezera mezi termínem a místem */
}
.buttons {
    margin-top: 45px; /* Vzdálenost mezi detaily a tlačítky */
}

.btn-more-info,
.btn-tickets {
    display: inline-block;
    padding: 5px 20px;
    margin: 10px 0px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #a50000;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-more-info:hover,
.btn-tickets:hover {
    background-color: #0056b3; /* Tmavší modrá barva při najetí myší */
    color:white;
    text-decoration:none;
}
.text-secondary {
    color: white !important;
}
input, optgroup, select, textarea {
    width: 100%;
}
.img-thumbnail{
    width: auto;
    height: 150px;
}
.hlavni_img {
    width: 90%;
    height: auto;
}
.popis_form{
font-weight:bold;
margin-top: 25px;
}
.akce .details p {
    font-size: 16px;
    margin: 5px 0;
}
.vypis_table th, th.objednavka{
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid gray;
}
.vypis_table td {
    padding: 10px;
    border: 1px solid gray;
}
.vypis_table .form-control {
    line-height: 1!important;
}
.logo-home{width:550px;padding-bottom:25px;}
/* Styly pro tablety (např. šířka obrazovky od 768px do 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
  .logo-home {
    width: 100%; /* šířka 100% pro tablety */
  }
}

/* Styly pro mobily (např. šířka obrazovky menší než 768px) */
@media (max-width: 767px) {
  .logo-home {
    width: 100%!important; /* šířka 100% pro mobily */
  }
}
@media (max-width: 900px) {
  .details img {
    width: 100%!important; /* šířka 100% pro mobily */
  }
}
body {
  background-image: url('../img/bg4.jpg');
  background-size: cover; /* Přizpůsobí obrázek celé ploše */
  background-position: center; /* Vycentrování obrázku */
  background-repeat: no-repeat; /* Zakáže opakování obrázku */
}
.bg-light {
    background-color: #a80505a3 !important;
}
.navbar .nav-item a{
font-weight:bold;
color:white!important;
font-size:17px;
}
.navbar .nav-item a:hover{
font-weight:bold;
color:#a50000!important;
}
.dropdown-menu.show{
    background-color: #a80505;
}
.op p{
text-align:justify;
}
.fas{
    padding-right: 10px;
}
.container.footer2 {
    background-color: #a50000;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: auto;
}
.container.footer2 p{
    margin: auto;
    padding: 15px;
}
.markdown p{
    line-height: 30px;
}
