﻿
/* covid 19 Tegesmenu ausblenden */
/* https://tuttobene-osteria.ch/assets/css/style.css Zeile 1632 */
/* 
.spcontainer {
    padding: 0;
    margin: 0;
    height: 90px;
    width: 430px;
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: none;			
    Ausblenden 21.12.2020 
}
*/

/* covid 19 Take Away */
.span-covid{
top: 85px;
position: fixed;
z-index: 9999;
left: 33%;
}
.img-covid{
max-width: 250px;
position: fixed;
z-index: 1;
}


 /* News Download buttons */
.news_btn {
  background-color: #ad1f26;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.news_btn:hover {
  background-color: #ad1f26;;
    color:yellow;
} 
