#menicka .content .text .restaurace .vypis_menicek .hlavicka
   { 
      width: 100%;
   }
   
#menicka .content .text .restaurace .vypis_menicek .hlavicka .info .nazev a
   { 
      width: 500px;
   }
   
#menicka .content .text .restaurace .vypis_menicek .hlavicka .info .telefon
   { 
      width: 400px;
   }
   
#menicka .content .text .restaurace .vypis_menicek .hlavicka .ikony
   {
      width: 78px;
      position: absolute;
      margin-top: 27px;
      margin-left: 560px;
   }
   
#menicka .content .text .restaurace .vypis_menicek .menicka a.rezervace
   {
      width: 643px;
   }
   
#menicka .content .text .restaurace .vypis_menicek .menicka .nabidka_1
   {
      width: 550px;
   }
   
#menicka .content .text .restaurace .vypis_menicek .menicka .nabidka_2
   {
      width: 550px;
   }
   
#menicka .content .text .restaurace .vypis_menicek .menicka .doplnujici_info
   {
      width: 570px;
   }  

#menicka .content .column h2 a.vsechny_akce {
   font-size: 11px !important;
   float: right;
   font-weight: normal;
   text-decoration: underline;
   padding-top: 2px;
}  

#menicka .content .column h2 a.vsechny_akce:hover {
   color: #000000;
}    
   
#menicka .content .column .banner-akce {
   width: 302px;
   min-height: 100px;
   display: flex;
   font-size: 11px;
   font-family: Arial;
}

#menicka .content .column .banner-akce .foto {
   width: 100px;   
   border-radius: 10px;
   overflow: hidden;
}

#menicka .content .column .banner-akce .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  //transform: scale(1.5);
  border-radius: 10px;
}

#menicka .content .column .banner-akce .info {
   padding-left: 10px;
   padding-right: 5px;
   box-sizing: border-box;
   width: 198px;
   padding-top: 5px;
   padding-bottom: 0px;
}

/*
#menicka .content .column .banner-akce .info .nazev {
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 0px;
   display: inline-block;
   background: linear-gradient(#f8d0cb, #f8d0cb) 0 90% / 100% 4px no-repeat;
   //border-bottom: 2px solid #f8d0cb;
   //border-bottom: 2px solid #f3b1a7 
}

#menicka .content .column .banner-akce .info .nazev a:hover {
   text-decoration: none;
}

#menicka .content .column .banner-akce .info .datum {
   margin-top: 8px;
   margin-bottom: 5px;
   padding-bottom: 5px;
   border-top: 1px dotted #000000;
   padding-top: 5px;
   color: var(--red);
   border-bottom: 1px dotted #000000;
}

#menicka .content .column .banner-akce .info .datum span {
}



#menicka .content .column .banner-akce .info .restaurace {
   font-weight: bold;
}

#menicka .content .column .banner-akce .info .mesto {
   font-style: italic;
   padding-top: 3px;
   font-size: 10px;
}

#menicka .content .column .banner-akce .info a.vice {
   display: inline-block;   
   text-decoration: none;   
   font-size: 11px;
   border: 1px solid var(--red);
   color: var(--red);
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   padding: 3px;
   margin-top: 5px;
   font-weight: normal;
   float: right;
}                               

#menicka .content .column .banner-akce .info a.vice:hover {
   text-decoration: none;
   color: #ffffff;
   background: var(--red);
   border: 1px solid var(--red);
}
*/


#menicka .content .column .banner-akce .info .nazev {
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 0px;
   display: inline-block;
   background: linear-gradient(#d7e6fa, #d7e6fa) 0 90% / 100% 4px no-repeat;
   //border-bottom: 2px solid #f8d0cb;
   //border-bottom: 2px solid #f3b1a7 
}

#menicka .content .column .banner-akce .info .nazev a:hover {
   text-decoration: none;
}

#menicka .content .column .banner-akce .info .datum {
   margin-top: 5px;
   margin-bottom: 2px;
   padding-bottom: 5px;
   border-top: 0px dotted #000000;
   padding-top: 5px;
   color: #2a7ee7;
   border-bottom: 0px dotted #000000;
}


#menicka .content .column .banner-akce .info .datum .line_time {
   padding-top: 5px;
}

#menicka .content .column .banner-akce .info .datum span {
   background: #2a7ee7;
   color: #ffffff;
   padding: 3px;
}


#menicka .content .column .banner-akce .info .restaurace {
   font-weight: bold;
}

#menicka .content .column .banner-akce .info .mesto {
   font-style: italic;
   padding-top: 3px;
   font-size: 10px;
}

#menicka .content .column .banner-akce .info a.vice {
   display: inline-block;   
   text-decoration: none;   
   font-size: 11px;
   border: 1px solid #2a7ee7;
   color: #2a7ee7;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   padding: 5px;
   margin-top: 5px;
   font-weight: normal;
   float: right;
}                               

#menicka .content .column .banner-akce .info a.vice:hover {
   text-decoration: none;
   color: #ffffff;
   background: #2a7ee7;
   border: 1px solid #2a7ee7;
}
