.title-rozdelovac h3{ 
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.stav {
display: inline-block;
width: 25px;
height: 12px;
margin-right: 5px;
border-radius: 2px; } .stav.predany {
background-color: #d93025; }
.stav.rezervovany {
background-color: #fbbc05; }
.stav.volny {
background-color: #34a853; }
@media (min-width: 1025px) {
#content-hotspot-6 {
background: #ffffff !important;
border: 0 #7e943b solid;
color: #000000 !important;
position: relative;
height: max-content;
top: 150px;
left: 22px;
z-index: 553;
box-shadow: 20px 8px 20px;
border-radius: 30px;
}
#content-hotspot-6 h2.hotspot-title{
color: #000000;
}
#content-hotspot-6 .hotspot-content{
padding: 15px;
}	
.pocitadlo {
position: relative;
right: 50%;
background-color: white;
box-shadow: 10px 18px 40px;
top: 22px;
}
}
.kontakt-formular {
max-width: 600px;
margin: 0 auto;
} .kontakt-formular .mail-form,
.kontakt-formular .mobil-form {
width: 48% !important;
display: inline-block;
vertical-align: top;
margin-right: 2% !important;
}
.kontakt-formular .mail-form input,
.kontakt-formular .mobil-form input,
#wpforms-749-field_0 {
max-width: 100% !important;
}
.kontakt-formular .mobil-form {
margin-right: 0;
} .kontakt-formular #wpforms-submit-749 {
background-color: #809543;
color: white;
border: none;
padding: 12px 24px;
font-size: 16px;
border-radius: 6px;
cursor: pointer;
transition: background-color 0.3s ease;
margin-top: 10px;
}
.kontakt-formular #wpforms-submit-749:hover {
background-color: #1d6310; 
} @media (max-width: 768px) {
.kontakt-formular .mail-form,
.kontakt-formular .mobil-form {
display: block;
width: 100%;
margin-right: 0;
}
}
.sopnovillaem-slide-btn {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-top: 20px;
} .sopnovillaem-slide-btn .read-more {
border-radius: 6px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
} .sopnovillaem-slide-btn .presentation-btn {
background-color: #809543 !important;
color: white !important;
border: 2px solid #809543 !important;
display: inline-block;
-webkit-appearance: none; appearance: none;
text-align: center;
} @media (max-width: 768px) {
.sopnovillaem-slide-btn {
flex-direction: column;
align-items: flex-start;
}
}