﻿body {
  background-image: url(einehandvollpizza-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, 0.9);
}

.storelogo {
  max-width: 320px;
  position:relative;
  top: 20px;
  left: 0px;
  border-radius:10px;
  padding: 0px; 
}

NAV {
  color: #FFF;
  background-color: #7c287a;
}

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

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

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

FOOTER {
  background-color: #7c287a;
  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: #7c287a;
}
article ul.bigimageview li.bgset {
    background-position: right center;
    background-size: contain;
}
ul.ordertab li {
  background-color: rgba(138, 44, 136, 1);
}
ul.ordertab li.aktiv, ul.ordertab li:hover {
  background: linear-gradient(to bottom, rgb(251, 209, 87) 0%, rgba(138, 44, 136, 1) 60%);
}

/*
header section::after {
  content: 'Wegen Unwetterschäden heute geschlossen!';
  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;
}
*/