body{
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  color : #EEE;
  font-size: 14px;
  line-height: 170%;
  background: rgba(108, 160, 227, 1);
/*   background: -moz-linear-gradient(top,  rgba(117,168,229,1) 0%, rgba(150,150,150,1) 100%); */
  background: -moz-linear-gradient(top,  rgba(117,168,229,1) 0%,  rgba(26, 18, 9, 1) 100%);
  background: -o-linear-gradient(top,  rgba(88,88,88,1) 0%,rgba(150,150,150,1) 100%);
  background: -ms-linear-gradient(top,  rgba(88,88,88,1) 0%,rgba(150,150,150,1) 100%);
  background: linear-gradient(top,  rgba(88,88,88,1) 0%,rgba(150,150,150,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6ca0e3", endColorstr="#ffffff",GradientType=0 );
  background-attachment: fixed;
  border: 0px solid green;
  margin: 0 auto;
/*   padding: 0px; */
  min-width        : 800px;
  max-width        : 1200px;
  position: relative;
/*   width: 1200px; */
/*   width: 90% */
  box-shadow       : 0 0 15px #6ca0e3;
  line-height      : 15px;
  font: bold 1em Helvetica, Arial, Sans-Serif;
}
td, tr, p, div {
  font-family      : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size        : 16px;
}

section {
  display: inline-block;
  float: right;
  margin: 0 5px; 
/*   outline: 1px dotted blue; */
/*   width: 20%; */
}

#left {
  background-color: rgba(26, 18, 9, 1);
  background-image: url("../../pictures/pic4site/braun-gala_Koepfe_hg.jpg");
  background-repeat: no-repeat;
  text-shadow:
    2px  2px 2px hsla(0, 0%, 0%, 1),
    2px 2px 2px hsla(0, 0%, 0%, 1),
    2px  2px 2px hsla(0, 0%, 0%, 1),
    2px 2px 2px hsla(0, 0%, 0%, 1);
  color: white;
  width: 100%;
  float: left;
/*   border-radius: 5px; */
  bottom:0px;
  position:relative;
  min-height: 800px;
/*   outline: 1px dotted blue; */
}

#bglightcolor{
  background-color: rgba(120, 120, 120, 0.25);
  padding: 10px;
}

#footer {
/*     background:#efefef; */
    height:5%;
    text-align:center;
    position:fixed;
    bottom:0px;
    padding:10px;
    width:100%;
}

#question {
  background-color: #585858;
  width: 20%;
  max-width: 250px;
  float:right;
  border-radius: 5px;
}

#middle {
  background-color: red;
  width: 33%;
  outline: 1px dotted blue; /* to show content box limits */
  margin: 0 33%;
}

#devider {
  background-color: black;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

ul.first  {
  list-style-type: disc;
  line-height: 120%;
}
ul.second {
  list-style-type: circle;
}
ol.first  {
  list-style-type: decimal;
}
ol.second {
  list-style-type: lower-roman;
}

ol.ebene1 {
  counter-reset: listenpunkt_ebene1; 
  list-style-type: none;
  padding-left: 10px;
  padding-bottom: 10px;
}
ol.ebene1 li::before {
  content: counter(listenpunkt_ebene1) ". ";
  counter-increment: listenpunkt_ebene1;
} 
ol.ebene2 { 
  counter-reset:listenpunkt_ebene2;
  list-style-type:none;
}
ol.ebene2 li::before {
  content: counter(listenpunkt_ebene1) counter(listenpunkt_ebene2,lower-alpha) ". ";
  counter-increment:listenpunkt_ebene2; 
}

h1 {
  font-weight: bold;
  font: 700 1.3em verdana, sans-serif;
  color: #86E160;
/*   background: #686868; */
}

h2 {
  font: 12px;
/*  letter-spacing: 2px; */
  text-align: left;
  color: #86E160;
  padding-top: 5px;
  padding-bottom: 5px;
}

h3 {
  font: 14px;
  text-align: left;
  color: #86E160;
  padding-top: 10px;
}

a:link, a:visited  {
  color: #86E160;
}

/*#sitem{
  outline: 1px dotted blue;
  background-color: #777777;
  padding-top: 5px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: solid 2px #585858;
}*/

sitem,
  sitem ul,
  sitem li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
  }
  sitem ul {
    width: 10em;
    padding: 0.8em;
    background-color: #777777;
/*   background-color: rgba(98,  152, 226, 0); */
    padding: 1em 1em 1em 1em;
  }
  sitem li {
    padding: 1em 1em 1em 1em;
    margin: 0.4em; 
    padding: 0.2em;
    background-color: #555555;
/*   background-color: rgba(62,  136, 236, 0); */
  }
  sitem a {
    text-decoration: none; 
    font-weight: bold;
    background-color: #555555;
/*   background-color: rgba(0,  108, 255, 0); */
  }
  sitem a:hover,
  sitem a:focus,
  sitem a:active {
    color: black;
/*   background-color: rgba(98,  152, 226, 0); */
    background-color: #86E160;
  }

#right {
  float:right;
  background-color: #585858;
  width: 18%;
  border-radius: 10px;
  padding: 1% 1% 1% 1%;
}

.contentheading,.componentheading {
  text-align: left;
  margin: 5px 0;
  padding:3px;
  font: 700 1.2em verdana, sans-serif;
  text-transform: uppercase;
  color: #7BD32C;
  background: #888888;
  border-radius: 5px;
}

.contentheading a{
text-decoration: none;
width:auto;
}

.bildrechts {
  float:right;
}

.logo-bg
{
/*   background-color:     #86E160; */
  background-color: rgba(98,  152, 226, 0);
  background-image:     url(../../pictures/pic4site/logo_mb.gif);
  background-repeat:    no-repeat;
  background-position:  left;
  width:                100%;
  height:               40px;
  box-shadow:           0px 0px 5px #aaa;
  font-size: 22px;
  color: black;
  font-style: bold;
  text-align: right;
}

#sidemenu {
  width: 837px;
  margin: 0 auto;
  text-align: left;
  height: 40px;
}

/* CSS für das Menü */
#menu {
  width: 100%;
  height: 50px;
  margin: 0px auto;
  font-family: "Droid Sans", sans-serif;
  background: #86E160;
  box-shadow: 0 0 5px #aaa;
}

#menu a {
  color: #FFFFFF ;
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#menu .inhalt {
  width: 100%;
  margin: 0 auto;
}

#menu .inhalt ul {
  position: absolute;
  margin: 0 auto;
  list-style: none;
  z-index: 100;
}

#menu .inhalt ul li {
  float: left;
  margin: 0 0 0 20px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
}

#menu .inhalt>ul>li:hover {
  height: 50px;
  margin-top: -5px;
  color: #9F9F00;
  background: #66C140;
  /*Streifen über den Menüknöpfen*/
  border-top: 5px solid #004F00;
  box-shadow: 0 0 5px #aaa;
}

#menu .inhalt ul li img {
  float: left;
  width: 16px;
  height: 16px;
  margin: 11px 5px ;
  padding: 6px;
  background: #000222;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#menu .inhalt ul li ul {
  top: -9999px;
  min-width: 200px;
  background: #00eeee;
  /* Hintergrundfarbe des Untermenü */
  background: -moz-linear-gradient(top,  #86E160 0%, #009f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86E160), color-stop(100%,#009f00));
  background: -webkit-linear-gradient(top,  #86E160 0%,#009f00 100%);
  background: -o-linear-gradient(top,  #86E160 0%,#009f00 100%);
  background: -ms-linear-gradient(top,  #86E160 0%,#009f00 100%);
  background: linear-gradient(top,  #86E160 0%,#009f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#86E160", endColorstr="#009f00",GradientType=0 );
  padding: 0;
  margin: 0 0 0 -10px;
  box-shadow: 0 1px 5px #000000;
}

/********START*****************/

body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 90%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 10;
  left: 10;
  background-color: #9F9F00;
  color: #FFFFFF;
/*   background: #66C140; */
  background: rgba(159, 159, 100, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/**********ENDE**************/
#menu .inhalt ul li:hover ul {
  top: 50px;
}

#menu .inhalt ul ul li {
  float: none;
  font-size: 14px;
  padding: 10px 20px;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #FFFF00;
  line-height: 20px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#menu .inhalt ul ul li:hover {
  background: #333;
  color: #fff;
}

#menu .inhalt ul ul li a {
  display: block;
}

#menu .inhalt ul ul li a:hover {
  color: #fff;
}

#menu li ul li ul {
  position: absolute;
  left: -9999px;
}

#menu .inhalt ul ul li:hover ul {
  left: 100%;
  top: auto;
  margin-top: -20px;
}
