footer{
    background-color: #2e4053;
    color: white;
}
.footer-container {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer-section {
    padding: 30px; 
    min-width: 200px;
    background-color: #2e4053;
}
.footer-section h3{
    font-weight: normal;
    margin-bottom: 40px;
}
.footer-section ul {
    margin-top: 10px;
    list-style: circle;
    padding: 0;
}
.footer-section ul li { 
    margin: 10px 0; 
}
.footer-section .social-media a {
    margin: 0 10px;
    display: inline-block;
} 
.footer-section .social-media a img {
    width: 30px;
    height: 30px;
}
.footer-onas{
    flex: 1; 
    padding: 30px;
    min-width: 200px;
    max-width: 966px;
    background-color: #2e4053;
}
.footer-onas p,.footer-onas h3{
    font-weight: normal;
    margin-top: 0px;
    margin-left: 10%;
}
.footer-onas img{
    margin-left: 10%;
    margin-top: 4%;
    max-width: 120px;
}
#copyright{
    margin-left: 10%;
}
.Kontakt-container{
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding-right: 80px;
    background-color: #2e4053;
    max-width: 400px;
}
.opening-hours-container{
    display: flex;
    flex-direction: column;
    background-color: #2e4053;
}
.Kontakt-container h3{
    font-weight: normal;
    margin-bottom: 40px;
    margin-top: 0px;
    margin-left: 90px;
}
.nabidka{
    display: flex;
    flex-direction: row;
    gap: 30%;
}
.list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: center;
}
.list a{
    text-decoration: none;
    color: white;
}
.list a:hover{
    text-decoration: underline;
}
.list h3{
    margin-left: -20px;
    margin-top: 0px;
    margin-bottom: 10%;
}
.row-section{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 25px;
}
.row-section a{
    text-decoration: none;
    color: white;
}
.row-section a:hover{
    text-decoration: underline;
}
.row-section img{
    width: auto;
    margin-right: 20px;
    max-width: 27px;
}
.social-media img{
    margin-left: 5px;
    max-width: 30px;
}
.opening-hours {
    background-color: #3b536b;
    padding: 20px;
    border-radius: 10px;
    width: fit-content;
    font-family: Arial, sans-serif;
}
.opening-hours table {
  border-collapse: collapse;
  width: 100%;
}
.opening-hours td {
  padding: 6px 12px;
  font-size: 16px;
}
.opening-hours td:first-child {
  font-weight: bold;
  white-space: nowrap;
}
.opening-hours td:last-child {
  text-align: right;
}
.opening-hours h3{
    text-align: center;
    margin-top: 10px;
}
.signature {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}
.signature span{
    color: #bdc8d5;
}
.signature a{
    margin-bottom: 5px;
    color: #eef2f7;
}

