*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body{
    width: 100%;
    min-height: 100%;
    background-image: linear-gradient(130deg, #FFFFFF, #F5F1A9, #efb0fcdf, #F5F1A9, #FFFFFF, #FFFFFF, #FFFFFF, #efb0fcdf);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    animation: color 20s ease-in-out infinite;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

@keyframes color{
    0%{
        background-position: 0 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0 50%;
    }
}


/*zkoudsim animavi*/

/*
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    overflow-x: hidden; 
    position: relative; 
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, #FFFFFF, #F5F1A9, #efb0fcdf, #F5F1A9, #FFFFFF, #efb0fcdf);
    background-size: 300% 300%;
    animation: color 20s ease-in-out infinite;
    z-index: -1; 
}

@keyframes color {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

*/


nav{
    background: rgb(255, 255, 255);
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 1000;
}

label.logo{
    line-height: 80px;
}

.label_obrazek_logo{
    line-height: 80px;
    margin: 10px 5px 5px 20px;
    height: 60px;
    width: 60px;
}

nav ul{
    float: right;
    margin-right: 20px;
    background-color: #FFFFFF;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    color: rgba(34,10,9);
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: bold;
}

a:hover, a.active{
    background: rgba(255, 239, 146, 0.797);
    color: rgba(34,10,9);
}

.checkbtn{
    font-size: 30px;
    color:rgba(34,10,9);
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}


#check{
    display: none;
}

/*@media (max-width: 700px){
    label.logo{
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;
    }
}*/

@media (max-width: 1000px){
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #fef8ff66;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }

    #check:checked ~ ul{
        left: 0;
    }
}





/* Common styles */
.frame {
    width: 80%;
    margin: 40px auto;
    margin-top: 80px;
    padding: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.20);
}

.centered {
    text-align: center;
}

.underline {
    position: relative;
    margin-bottom: 25px;
}

.underline::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgb(255, 243, 178);
}

.images {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.images img {
    width: 220px; /* Adjust image width as needed */
    height: auto;
    margin: 0 10px; /* Adjust margin as needed */
    border-radius: 5px;
    box-shadow: 4px 4px 0px rgb(255, 239, 146);; /* Adjust shadow color and properties as needed */
}

.small-imageLoznice{
    margin-top: 80px;
}

.heading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.heading-container img.small-image {
    margin-bottom: 10px;
}

h1{
    font-size: 35px;
}

h2{
    font-size: 20px;
}

@media (min-width: 1200px) {
    .frame{
        width: 1000px;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .images {
        flex-wrap: wrap;
    }

    .images img {
        margin: 10px auto; /* Center images vertically */
    }
}


@media (max-width: 950px){
    .frame{
        width: 90%;
    }

    .images img {
        width: 200px;
    }
}

@media (max-width: 765px){
    .frame{
        width: 90%;
        padding-top: 60px;
    }

    .images img {
        width: 200px;
        margin: 5px;
        margin-bottom: 10px;
    }

    img.img_width410{
        width: 410px;
    }
}

@media (max-width: 555px){
    .frame{
        width: 90%;
        padding-top: 60px;
    }


    .images img {
        width: 180px;
        margin: 5px;
        margin-bottom: 10px;
    }

    img.img_width410{
        width: 360px;
    }
}

@media (max-width: 511px){
    .frame{
        width: 90%;
        padding-top: 60px;
    }

    .images img {
        width: 160px;
        margin: 5px;
        margin-bottom: 10px;
    }

    img.img_width410{
        width: 320px;
    }
}

@media (max-width: 466px){
    .frame{
        width: 90%;
        padding-top: 60px;
    }


    .images img {
        width: 150px;
        margin: 5px;
        margin-bottom: 10px;
    }

    img.img_width410{
        width: 300px;
    }
}

@media (max-width: 445px){
    .frame{
        width: 90%;
        padding-top: 50px;
    }

        body{
            font-size: 14px;
        }


    .images img {
        width: 130px;
        margin: 5px;
        margin-bottom: 10px;
    }

    img.img_width410{
        width: 260px;
    }
}

@media (max-width: 400px){
    .frame{
        width: 90%;
        padding: 12px;
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .images img {
        width: 100%;
        margin: 5px;
        margin-bottom: 10px;
    }

    img.img_width410{
        width: 100%;
    }

    body{
        font-size: 12px;
    }
}


/* PATIČKA */

.footer {
    background-color: rgba(255, 243, 178);
    padding: 20px;
    text-align: left;
    padding-top: 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    width: 80%;
    flex-wrap: wrap;
    margin: auto;

}

.footer-section {
    flex: 1;

    min-width: 80px;
    margin-bottom: 30px;
    word-wrap: normal;
}

.footer-section.hours{
    margin-left: 70px;
    margin-right: 40px;
}

.footer-section h3 {
    margin-bottom: 20px;
}

.footer-section p, .footer-section a {
    margin: 5px 0;
    color: rgba(97, 70, 68);
    text-decoration: none;
  
}

.social-icons img {
    width: 30px;
    margin-right: 10px;
}

.map-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.quick-menu{
    text-decoration: underline;
}

.footer-section a:hover {
    background-color: transparent; /* Make background color transparent */
    color: purple; /* Change text color on hover */
    text-decoration: purple underline;
}

@media (max-width: 990px) {

    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        width: 100%;
        text-align: left;
    }
    .footer-section.hours{
        margin: 0;
    }
}

@media (max-width: 200px) {

    .footer-content {
        align-items: flex-start;
    }

    .footer-section {
        width: 100%;
    }

    .footer-section.hours{
        margin: 0;
    }
}


@media (max-width: 350px) {
    .footer-content {
        align-items: flex-start;
    }

    .footer-section {
        width: 100%;
    }

    .footer-section.hours{
        margin: 0;
    }

}
.footer-section .patickaTel {
    color: purple;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-section .patickaTel:hover {
    color: darkorchid;
    text-decoration: underline;
}