﻿body {
  background-image: url(burger4-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}

HEADER .restaurantinfo {
  position: absolute;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius:10px;
  font-size: 100%;
  right: 5px;
  top: 0px;
  padding: 15px 20px;
  color: #FFF;
  background-color: rgba(87, 164, 50, 1);
}

.storelogo {
  max-width: 320px;
  position:relative;
  top: 20px;
  left: 10px;
  border-radius:10px;
  padding: 5px; 
  background-color: rgba(255, 255, 255, 1);
  }

NAV {
  color: #FFF;
  background-color: #111;
}

NAV UL.primar LI {
  color: inherit;
  display:inline-block;
  position:relative;
  width: calc((100% - 3px) / 8);
}

NAV .sub > LI:hover > A,
NAV UL.primar > LI:hover > A {
  color: #111;
  background: #fff;
}

NAV .sub > LI:hover > A,
NAV UL.primar > LI:hover > A, NAV UL.primar > LI.activ > A{
  color: #111;
  background: #fff;
}

FOOTER {
  background-color: #111;
  color: #FFF;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
FOOTER A:hover {
  background-color: #FFF;
  color: #1f3688;
}
FOOTER .copyright {
  font-size: 85%;
  color: #CCC;
  margin-top: 5px;
}

ASIDE {/*.basket */
  float:right;
  display: inline-block;
  width: 30%;
  min-width: 280px;
  background-color: #111;
}
article ul.bigimageview li.bgset {
    background-position: right center;
    background-size: contain;
}
ul.ordertab li {
  background-color: rgba(17, 17, 17, 1);
}
ul.ordertab li.aktiv, ul.ordertab li:hover {
  background: linear-gradient(to bottom, rgb(251, 209, 87) 0%, #111 60%);
}
/*header section::after {  content: 'Wir haben bis zum 23.01.2020 Betriebsurlaub!';  width: 80%;  position: relative;  display: block;  background-color: rgba(200,200,200,0.9);  color: black;  padding: 22px;  font-size: 150%;  font-weight: bold;  border-radius: 5px;  text-align: center;  margin: 0px auto;  margin-bottom: 30px;}*/