@charset "utf-8";
/* CSS Document */
@import url('http://fonts.googleapis.com/css?family=roboto');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

/*
font-family: 'Dancing Script', cursive;
*/

body {
  background: url(../img/pizza2.jpg) no-repeat left top;
  background-attachment:fixed;
  font-size: 22px;
  /*line-height: 32px;*/
  color: #272626;
  margin: 0;
  padding: 0;
  word-wrap: break-word !important;
  font-family: 'roboto', sans-serif;
}
#firmenlogo {
            position: fixed;
            z-index: 15;
            margin-left: 20px;
}
#imgLogo {
         width: 40%;
}
.wrap { max-width: 1100px; margin: 1em auto;
margin-top: 100px;  }
/*--------Accordion-------*/


/*--------Accordion-------*/

.accordion h6{
  color:#fff;
  text-align:center;
  font-weight: 300;
}
.accordion {
  width: 100%;
  margin: auto;
  height: 480px;
}
.accordion .panel {
  width: 98%;
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 0;
  overflow:hidden;
  color: rgba(0, 0, 0, 0);
  background-color: hsla(0,0%,100%,0);
  line-height: 28px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.5s;
}

.accordion label {
  cursor: pointer;
  background-color: rgba(239, 243, 11, 0.836);
  display: block;
  padding: 15px;
  width: 100%;
  color: #000;
  font-weight: 400;
  box-sizing: border-box;
  margin-bottom: 2px;
  z-index: 100;
}

.inputRadio{
  display: none;
}

.accordion input:checked+label {
  background-color: rgba(233, 249, 5, 0.993);
}

.accordion input:checked+label:before {
  transition: 0.5s;
}

.accordion input:checked~.panel {
  height: auto;
  background-color: #FFF;
  color: #333;
  font-size: 16px;
  padding: 20px;
  transition: 0.5s;
}
.accordion label:after  { content: " + "; color: white; float: right; font-size: 1.6em}
.accordion input:checked+label:after { content: "  "; color: white; float: right;font-size: 1.6em }

/* Wrap und Akkordeon bis hier */

.fehler {
        margin: 50px;
        font-size: 30px;
        color: #ff0900;
        background: #FFF;
        border-radius: 5px;
        padding: 10px
}

#container {
  margin: 0 auto;
  max-width: 890px;
}

p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  background-color: #f4f910;   /*#461725*/
  z-index: 10;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 30;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #254441;
}

nav a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 17px;
  line-height: 60px;
  text-decoration: none;
}

.amenue {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 17px;
  line-height: 30px;
  text-decoration: none;
}
nav ul li ul li:hover { background: #000000; }

nav a:hover { background-color: #000000; }

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: auto;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' >'; }

li > a:only-child:after { content: ''; }


#menueFooter {
             position: fixed;
             bottom: 0;
             left: 0;
             width: 40%;
             height: 40px;
             line-height: 40px;
             z-index: 10;
             background-color: #416725;     /*#416725*/
}
#menueFooter li  {
             float: left;
             list-style-type: none;
}
#menueFooter li a {
             text-decoration: none;
             font-size: 15px;
             padding: 5px;
             color: #FFF;
}
#menueFooter li a:hover {
             text-decoration: underline;
}

 #content {
          position: relative;
          background-image: url(../img/contentBG.png);
          width: 1343px;
          padding-bottom: 50px;
          margin: 0 auto;
          margin-top: 170px;
          min-height: 100%;
          height: auto !important;
          height: 100%;
          z-index: 1;
          color: #000;
 }
#content p {
         text-align: left;
}
#imgFooter {
           display: block;
           height: 100px;
           background-image: url('../img/bottombar.png');
           background-repeat: repeat-x;
           padding-bottom: 50px;
}
#warenkorb {
           position: absolute;
           top:0px;
           margin-top: 0px;
           margin-left: 45%;
           width: 300px;
           z-index: 100;
           height: 100px;
}
#txtWarenkorb {
              position: relative;
              display:block;
              width: 150px;
}
#preis {
       position: relative;
       display: block;
       width: 150px;
       float: right;
}
#kasse {
       position: absolute;
       display: block;
       background-color: #f63330;
       border: 2px solid #f63333;
       border-radius: 5px;
       text-align: center;
       width: 300px;
       top: 45px;
       z-index: 150;
}
#warenkorb a {
color: #FFF;
line-height: 30px;
padding: 0px;
}
.artikel {
         background-image: url(../img/contentBG.png);
         border: solid 1px #000;
         border-radius: 5px;
         margin: 5px;
         padding: 5px;
}
.bez1 {
         font-weight: bold;
}
.beschreibung {
              font-size: 15px;
}
.inputMenge {
            width: 37px;
            font-size: 15px;
            text-align: center;
}
.selectVarianten {
                 font-size: 15px;
                 text-align: center;
}
#divZutatBlock1 {
                float: left;
                margin-top: 10px;
                padding-right: 25px;
}
#divZutatBlock2 {
                float: left;
                margin-top: 10px;
                padding-right: 25px;
}
#divZutatBlock3 {
                margin-top: 10px;
                padding-right: 25px;
}
#txtAuswahlPizza {
                 position: relative;
                 display: block;
                 background-color: hsla(60,33.3%,96.5%,0.8);
                 border: solid 3px #f4f910;
                 border-radius: 4px;
                 background-size: cover;
}
#txtAuswahlPizza p {
                 font-family: 'Kaushan Script', cursive;
                 font-size: 40px;
                 padding-top: 10px;
                 background-color: rgba(246, 246, 231, 0.6);
                 line-height: 30px;
}
.txtVarianten {
              margin-left: 18%;
              background-color: #fff;
}
.txtKaeserand, .txtExtraZutaten {
               font-weight: bold;
}
.labelExtraZutaten {
                   font-weight: bold;
                   font-size: 25x;
}
#kasseCheckout {
 padding-top: 70px;
 background-color: hsla(60,33%,96%,0.8);
}
#kasseCheckout table {
               padding-left: 30px;
               width: 700px;
}
#kasseCheckout th {
  text-align: left;
}
#kasseCheckout td {
                 padding: 10px;
                 vertical-align: top;
}
.tab1 {
                width: 400px
}
.tab3 {
                width: 130px;
                text-align: right;
}
.nachricht p {
           text-align: left;
           padding-left: 20px;
}
.posBesch {
          font-Size: 12px;
          font-style: italic;
}
#divLieferdaten {
  background-color: hsla(60,33.3%,96.5%,0.8);
  padding: 10px;
  padding-top: 50px;
}
.clearAll {
  font-size: 17px;
  color: #000;
}
input[type=submit] {
  background-color: #f63330;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  margin: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
input[type=submit]:hover {
  background-color: #ff0900;
  cursor: pointer;
}
.spanLabel {
  font-weight: bold;
}
.adr {
            width: 160px;
            float:left;
}
.error {
  background-color: #ff0900;
  color: #fff;
  font-weight: bold;
}
.spanDelivery {
  font-weight: bold;
}
.spanDeliveryAGB {
  font-weight: bold;
}
#space {
  background-color: #ccc;
  height:200px;
  padding: 20px;
}
#space li a {
  color: #000;
  font-size: 15px;
}
#allgemein {
  background-color: #fff;
}
#inhaltAllgemein {
  padding: 30px;
}
#inhaltAllgemein p {
  text-align: left
}
.u1 {
  font-weight: bolder;
  text-decoration: underline;
}
.u2 {
  font-weight: bold;
}
.startPF {
  font-family: 'Kaushan Script', cursive;
  font-size: 60px;
}
.willFabrica {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
}
#statusRestaurant {
  text-align: right;
  background-color: rgba(246, 246, 231, 0.7);
  font-weight: bolder;
}
/* Media Queries
--------------------------------------------- 768px*/

@media all and (max-width : 768px) {
body {
     background: url(../img/pizza2.jpg) no-repeat left top;
     background-attachment:fixed;
     background-size: 600px 700px;
     font-size: 15px;
     line-height: 23px;
}
#warenkorb {
  position: absolute;
  top:0px;
  margin-top: 0px;
  margin-left: 20%;
  width: 250px;
  z-index: 100;
  height: 70px;
}
.startPF {
  font-family: 'Kaushan Script', cursive;
  font-size: 27px;
}
.willFabrica {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}

#txtWarenkorb {
  color: #fff;
}
#preis {
  position: relative;
  display: block;
  width: 150px;
  float: right;
  color: #fff;
  font-weight: bold;
}
#kasseCheckout table {
  padding-left: 30px;
  width: 100%;
}
#kasseCheckout {
  padding-top: 1px;
}
#kasse {
  position: absolute;
  display: block;
  background-color: #f63330;
  border: 2px solid #f63333;
  border-radius: 5px;
  text-align: center;
  width: 150px;
  top: 25px;
  z-index: 150;
}

#bilder {
        position: relative;
        margin: 0 auto;
        margin-top: 40px;
}
.bildStart {
           width: 25%;
           padding: 10px;
}

.txtVarianten {
  margin-left: 2px;
  background-color: #fff;
}
.txtInput {
          width: 60%;
}
#idnachricht {
             width:75%;
}
#firmenlogo {
            position: absolute;
            z-index: 15;
            margin-left: 240px;
}
#textStart1 {
            width: 99%;
}
#content {
         width: 98%;
}
#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: left;
  float: none;
}
#imgLogo {
         width: 80%;
}
nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0; }

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #254441;
  padding: 0 20px;
  color: #FFF;
  font-size: 17px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {
/*nav ul li {
  display: block;
  width: 94%;
}
#content {
         width: 98%;
}
#textStart1 {
            width: 95%;
}
}     */
}