html {
  height: 100%;
  overflow-y: scroll; }

body {
  background-color: #94c11a;
  text-align: center;
  font-family: "Gudea", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.57143em;
  margin: 0;
  padding: 0; }


div#cookieNotice{position:sticky; top: 0; width: calc (100% - 30px); padding:15px; text-align:center; color:#000; background:#ffffff; z-index: 10000000; font-size:14px; -webkit-box-shadow: 0 0 16px 0 black; box-shadow: 0 0 16px 0 black;}
div#cookieNotice a{line-height:22px; color:#ffffff !important; text-decoration:none; width: 110px; font-size:14px; background-color: #94c11a; padding: 7.5px 15px; display: inline-block;}
div#cookieNotice a:hover{line-height:22px; color:#ffffff !important; text-decoration:none; width: 110px; font-size:14px; background-color: #191900; padding: 7.5px 15px; display: inline-block;}
span#cookieNoticeCloser{line-height:22px; display: inline-block; color:#ffffff !important; text-decoration:none; width: 110px; font-size:14px; background-color: #94c11a; padding: 7.5px 15px; ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
span#cookieNoticeCloser:hover{line-height:22px; display: inline-block; color:#ffffff !important; text-decoration:none; width: 110px; font-size:14px; background-color: #191900; padding: 7.5px 15px; ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}

.glende {width:840px !important;}

.glende ol, .glende ul{margin-bottom:1em !important;}

.glende ol.ohne-pluszeichen-buchstaben{margin: 0 0 0 15px; padding: 0;}
.glende ol.ohne-pluszeichen-buchstaben li{background-image: none !important; list-style:lower-latin !important;}

.glende ol.ohne-pluszeichen-aufzaehlung{margin: 0 0 0 15px; padding: 0;}
.glende ol.ohne-pluszeichen-aufzaehlung li{background-image: none !important; list-style: decimal !important;}



.stoerer{
	width:233px;
	height:70px;
	position: absolute;
	margin: -58px 0 0 715px;
	}
	
h1, h2, h3, h4, h5, h6, hgroup, p, ul, ol, table, form, fieldset {
  margin: 0 auto 0.8em; }

a, img, border {
  border: 0;
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

.clear {
  clear: both; }

.error {
  font-family: monospace;
  line-height: 1em;
  padding: .6em 1em;
  background-color: #f6ff81; }
  .error:before {
    font-weight: bold;
    content: "Error: "; }

#container {
  text-align: left;
  margin: 0 auto;
  padding: 32px 0 64px;
  width: 960px; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section, summary, time, video {
  display: block; }

#container > header {
  height: 127px;
  border-top: 1px solid transparent;
  margin: -1px 0 16px;
  position: relative;
  background-color: white;
  -webkit-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
  -webkit-box-shadow: 0 0 16px 0 black;
  box-shadow: 0 0 16px 0 black; }
  #container > header > a {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 13px 0 0 15px;
    width: 224px;
    height: 58px;
    background: url(/media/images/logo.png) 0 0 no-repeat; }
  #container > header h1 {
    overflow: hidden;
    text-indent: -960px;
    margin: 0;
    padding: 0; }
  #container > header nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    font-size: 1.14286em;
    width: 100%; }
    #container > header nav ul {
      list-style: none outside;
      float: left;
      display: inline;
      margin: 0;
      padding: 8px 6px;
      height: 28px; }
      #container > header nav ul li {
        float: left;
        display: inline;
        padding: 0 0;
        margin: 0 2px; }
        #container > header nav ul li a {
          color: #729700;
          text-decoration: none;
          display: block;
          padding: 8px;
          height: 12px;
          line-height: 12px;
          background-color: white;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
          #container > header nav ul li a:hover, #container > header nav ul li a:focus {
            color: white;
            background-color: #94c11a;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none; }
          #container > header nav ul li a:active {
            background-color: #191900; }
        #container > header nav ul li.aktuell a {
          color: white;
          background-color: #94c11a; }
          #container > header nav ul li.aktuell a:active {
            background-color: #191900; }
      #container > header nav ul.secondary {
        float: right; }

#container > nav {
  clear: both;
  margin: 0 0 16px;
  padding: 0;
  width: 100%;
  font-size: 1.42857em; }
  #container > nav ul {
    list-style: none outside;
    margin: 0 -8px;
    padding: 0; }
    #container > nav ul li {
      float: left;
      display: inline;
      padding: 0;
      margin: 0;
      width: 33.33%; }
      #container > nav ul li a {
        color: #191900;
        text-decoration: none;
        display: block;
        margin: 0 8px;
        padding: 8px 16px 8px 14px;
        background-color: white;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-box-shadow: 0 0 16px 0 black;
        box-shadow: 0 0 16px 0 black; }
        #container > nav ul li a:before {
          content: "+";
          font-family: "Lekton", mono-space;
          font-weight: bold;
          font-size: 1.5em;
          color: #94c11a;
          position: relative;
          bottom: -2px;
          margin-right: .2em; }
        #container > nav ul li a:hover, #container > nav ul li a:focus {
          color: white;
          background-color: #94c11a;
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; }
          #container > nav ul li a:hover:before, #container > nav ul li a:focus:before {
            color: white; }
        #container > nav ul li a:active {
          background-color: #191900; }
          #container > nav ul li a:active:before {
            color: white; }
      #container > nav ul li.aktuell a {
        color: white;
        background-color: #94c11a; }
        #container > nav ul li.aktuell a:before {
          color: white; }
        #container > nav ul li.aktuell a:active {
          background-color: #191900; }
          #container > nav ul li.aktuell a:active:before {
            color: white; }
    #container > nav ul.secondary {
      float: right; }
      #container > nav ul.secondary li a {
        font-weight: normal; }

#content {
  padding: 38px 0 6px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 16px 0 black;
  box-shadow: 0 0 16px 0 black;
  -webkit-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px; }
  #content > img {
    position: relative;
    top: -38px;
    left: -40px; }
  #content h2 {
    font-size: 2.14286em;
    line-height: 1.13333em;
    font-weight: normal;
    margin: 0 -2px 0.6em;
    padding: 0 2px .2em;
    border-bottom: #d1d1cc solid 4px; }
  #content h3 {
    font-size: 1.42857em;
    line-height: 1.3em;
    font-weight: normal;
    margin-top: 1.4em; }
  #content h4 {
    margin-bottom: 0; }
  #content a {
    color: #729700;
    font-weight: bold;
    text-decoration: none;
    margin: -0.1em -0.3em;
    padding: .1em .3em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #content a:hover, #content a:focus {
      color: white;
      background-color: #94c11a;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
    #content a:active {
      color: white;
      background-color: #191900; }
    #content a:before {
      content: "+++";
      font-family: "Lekton", mono-space;
      font-weight: bold;
      font-size: 1.3em;
      position: relative;
      bottom: -1px;
      margin-right: .2em; }
  #content small a:before {
    display: none; }

/*

  #content ul {
    list-style: none inside;
    padding-left: 0; }
    #content ul li {
      padding-left: 1.65em;
      text-indent: -1.45em;
      margin-bottom: 0.4em; }
      #content ul li:before {
        content: "+";
        font-family: "Lekton", mono-space;
        font-weight: bold;
        font-size: 1.3em;
        position: relative;
        bottom: -1px;
        margin-right: .6em; }

*/


  #content section {
    margin-bottom: 32px; }
  #content blockquote {
    font-style: italic;
    margin: 0 0 0.8em; }
    #content blockquote *:first-child:before {
      content: "»";
      margin-right: .1em; }
    #content blockquote *:last-child:after {
      content: "«";
      margin-left: .1em; }
  #content figure {
    margin: 0 0 1.6em; }
    #content figure:last-child {
      margin-bottom: 0.8em; }
    #content figure blockquote {
      margin-bottom: 0; }
  #content figcaption {
    font-size: 0.85714em;
    font-weight: bold; }
  #content p.einleitung {
    font-size: 1.28571em;
    line-height: 1.33333em;
    font-weight: bold;
    color: #729700;
    margin-bottom: 1em; }
  #content .epost a:before {
    display: none; }

#content.startpage {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid transparent; }
  #content.startpage > div {
    margin-top: 38px;
    margin-bottom: 6px; }

#content:before,
#content:after {
  content: "";
  display: table; }

#content:after {
  clear: both; }

#content .main {
  float: left;
  display: inline;
  width: 576px;
  margin-right: 32px; }
  #content .main.zweispaltig .spalte {
    float: left;
    display: inline;
    margin-right: 32px; }
    #content .main.zweispaltig .spalte:last-child {
      margin-right: 0; }
  #content .main.zweispaltig section {
    width: 272px;
    position: relative;
    top: -2px; }
    #content .main.zweispaltig section hgroup {
      border-bottom: 4px solid #d1d1cc;
      margin-bottom: 1.1em; }
      #content .main.zweispaltig section hgroup h3 {
        margin-bottom: 0; }
      #content .main.zweispaltig section hgroup h4 {
        margin-bottom: .4em; }
    #content .main.zweispaltig section h3:first-child {
      margin-top: 0; }

#content .sidebar {
  float: left;
  display: inline;
  width: 272px;
  margin-right: 32px; }
  #content .sidebar h2 {
    border-bottom-color: #a3a399; }
  #content .sidebar h3 {
    margin: 0 -2px 0.6em;
    padding: 0 2px .2em;
    border-bottom: #a3a399 solid 4px; }
  #content .sidebar section {
    padding: 14px 16px 0.4em;
    background-color: #d1d1cc;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    top: -3px; }
    #content .sidebar section.highlite {
      background-color: #c9e08c; }
      #content .sidebar section.highlite h2, #content .sidebar section.highlite h3 {
        border-bottom-color: #94c11a; }
    #content .sidebar section.secondary {
      background-color: #ededeb; }
      #content .sidebar section.secondary h2, #content .sidebar section.secondary h3 {
        border-bottom-color: #d1d1cc; }

#content footer {
  clear: both;
  font-size: 0.85714em;
  text-align: right;
  margin: 0 40px 24px 0;
  padding: .3em .3em 0 .3em;
  border-top: 4px solid #d1d1cc; }
  #content footer a {
    font-weight: normal;
    color: #a3a399; }
    #content footer a:before {
      display: none; }

#container {
  position: relative;
  z-index: 100; }

#slideshow {
  display: block;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #slideshow .slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent 50% 50% no-repeat;
    background-size: cover;
    background-image: url(/media/images/slides/motiv-000.jpg); }



/* ---------- Kai ----------- */


  #thema-3 > img {
    position: relative;
    top: -38px;
    left: -40px; }


#content ul {list-style:none; text-align:left; margin:0; padding:0;}
#content li {
	margin: 0 0 0 10px;
	padding: 0 15px;
	background-image:url(../images/plus.png); background-repeat:no-repeat;
}