
header, nav, section, footer {
  display: block;
}

header {
  max-width: 100%;
  height: 237px ;
  position: relative;
  display: block;
  margin: 0 auto;  
}

header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  height: auto !important;        
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    background-image: url("https://www.luckauer-eventgrill.de/bilder/background.jpg");
    background-repeat: repeat-y;
    -webkit-background-size: 100%;      
    -moz-background-size: 100%;          
    -o-background-size: 100%;         
    background-size: 100%;
    color: #444;
    -webkit-font-smoothing: antialiased;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    text-rendering: optimizeLegibility;
    width: 100%;
    margin: 0 auto;
}

div.separator {
  min-width: 100%;
  width: 100%;
  height: 10px;
}

div.wrapper {
  margin: 20px 10px;
  padding-bottom: 20px;
  width: 256px;
  float: left;
  height: 100%;
}

div.content {
  margin: 20px 276px;
  min-width: 1000px;
  width: auto !important;
  margin-bottom: 40px;
}

div.content > div.haupt, div.style1, div.style2, div.style3, div.style4, div.fehler, div.nichts {
  border: 1px solid;
  border-radius: 4px;
  border-color: rgb(86, 21, 21);
  color: rgb(0, 0, 0);
  background-color: rgba(104, 104, 104, 0.75);
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

div.content > div.fehler {
  width: 100%;
  height: auto !important;
  overflow: hidden !important;
  margin-bottom: 15px;
}

div.content > div.fehler p {
  margin: 5px 5px;
  color: rgb(255, 0, 0);
  font-weight: bold;
  font-size: 25px;
  text-shadow:  1px  1px 1px rgb(86, 21, 21),
                1px -1px 1px rgb(86, 21, 21),
                -1px  1px 1px rgb(86, 21, 21),
                -1px -1px 1px rgb(86, 21, 21); 
}

div.content > div.haupt {
  min-height: 200px;
  width: 100%;
  height: auto !important;
  margin-bottom: 25px;
}

div.content > div.haupt > form p, input {
  margin: 5px 5px 5px 5px;
}

div.content > div.haupt > form div.g-recaptcha {
  margin-left: 10px;
}

div.content > div.haupt > form > p textarea {
  margin: 5px 5px 5px 5px;
  width: 99%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.content > div.neuigkeiten {
  width: 100%;
  height: auto !important;
  overflow: hidden !important;
  border: 0;
  background-color: 0;
  margin-bottom: 15px;
}

div.content > div.neuigkeiten p {
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-decoration: underline;
  font-size: 45px;
  text-shadow:  1px  1px 1px rgb(143, 143, 143),
                1px -1px 1px rgb(143, 143, 143),
                -1px  1px 1px rgb(143, 143, 143),
                -1px -1px 1px rgb(143, 143, 143); 
}

div.content > div.nichts {
  width: 100%;
  height: auto !important;
  overflow: hidden !important;  
}

div.content > div.nichts p {
  font-size: 45px;
  text-shadow:  1px  1px 1px rgb(143, 143, 143),
                1px -1px 1px rgb(143, 143, 143),
                -1px  1px 1px rgb(143, 143, 143),
                -1px -1px 1px rgb(143, 143, 143);
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: center;                  
}

div.content > div.style1 > h1 {
  margin: 5px 5px;
}

div.content > div.style1 > span.subtitle {
  margin-left: 5px;
  font-weight: bold;
}

div.content > div.style1 > p {
  margin: 5px 10px;
  font-size: 1rem;
  text-align: left;
}

div.content > div.style1 > p.date {
  margin: 5px 5px;
  font-size: .85rem;
  text-align: left;
  color: rgb(45, 45, 45);
}

nav.vertical {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  overflow: hidden;
  text-align: center;
}

  nav.vertical > ul {
    list-style-type: none;
  }

    nav.vertical > ul > li {
      display: block;
    }

      nav.vertical > ul > li > a {
        background-color: rgb(157, 34, 60);
        background-image: -webkit-linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
        background-image: -moz-linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
        background-image: -o-linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
        background-image: linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
        border-bottom: 1px solid rgba(255,255,255,.1);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
        color: rgb(255,255,255);
        display: block;
        font-size: .85rem;
        font-weight: 500;
        height: 50px;
        letter-spacing: .5rem;
        line-height: 50px;
        text-shadow: 0 1px 1px rgba(0,0,0,.1);
        text-transform: uppercase;
        transition: all .1s ease;
        text-decoration: none;
      }

        nav.vertical > ul > li > a:hover {
         background-color: rgb(114, 51, 98); 
         cursor: pointer;
        }
        
      nav.vertical > ul > li > p {
        background-color: rgb(157, 34, 60);
        background-image: -webkit-linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
        background-image: -moz-linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
        background-image: -o-linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
        background-image: linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
        border-bottom: 1px solid rgba(255,255,255,.1);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
        color: rgb(255,255,255);
        display: block;
        font-size: .85rem;
        font-weight: 500;
        height: 50px;
        letter-spacing: .5rem;
        line-height: 50px;
        text-shadow: 0 1px 1px rgba(0,0,0,.1);
        text-transform: uppercase;
        transition: all .1s ease;
        text-decoration: none;
      }

        nav.vertical > ul > li > p:hover {
         background-color: rgb(114, 51, 98); 
         cursor: pointer;
        }  
        
          nav.vertical > ul > li > div {
            background-color: rgb(255,255,255);
          }
 
          nav.vertical > ul > li > div > ul {
            list-style-type: none;
          }

            nav.vertical > ul > li > div > ul > li > a {
             background-color: rgb(255,255,255);
             border-bottom: 1px solid rgba(0,0,0,.05);
             color: #333331;
             display: block;
             font-size: 1.1rem;
             padding: 10px 0;
             text-decoration: none;
             transition: all 0.15s linear;
            }

              nav.vertical > ul > li > div > ul > li:hover > a {
                background-color: rgb(96, 31, 31);
                color: rgb(255,255,255);
              }

#cookiedingsbums a {color:#d15410; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums {  
   text-align: right; 
   border-top: 1px solid #000000;
   background: rgba(104, 104, 104, 0.85);  
   position: fixed;
   bottom: 27px; 
   z-index:10000; 
   width:100%; 
   font-size:12px;
   color: #000000; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #d15410;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   border-top:1px solid #000000; 
   border-left:1px solid #000000; 
   border-bottom:1px solid #000000; 
   border-right:1px solid #000000;
   border-radius: 3px; 
   padding:4px;
   background: #686868; /* Old browsers */ 
 }

#cookiedingsbumsCloser:hover {
  color: #ff0000;
}

footer {
  min-width: 100%;
  min-height: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 1.2em;
  text-align: left;
  background-color: rgb(157, 34, 60);
  background-image: -webkit-linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
  background-image: -moz-linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
  background-image: -o-linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
  background-image: linear-gradient(135deg, rgb(0, 0, 0), rgb(157, 34, 60));
  box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
  border-top: 1px solid rgba(0,0,0,.05);
}

footer > div.links {
  display: inline-block;
  width: 80%;
  height: 100%;
  text-align: left;
  margin-right: -5px;
}

footer > div.rechts {
  display: inline-block;
  float: right;
  text-align: right;
  width: 20%;
  height: 100%;
  position: relative;
}            

footer > div.links p {
  font-size: 15px;
  color: rgb(71, 71, 71);
  margin-left: 5px;
}

footer > div.rechts li {
  list-style-type: none;
  display: inline;
  float: right;
  margin-right: 5px;
  margin-top: 2px;
}

footer > div.rechts ul {
  margin-right: 5px;
}

footer > div.rechts img {
  height: 18px;
  width: 18px;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 1px;
}