@charset "utf-8";
/* CSS Document */

html, body {width: 1100px; height: 100%; margin: auto; padding: 0;}
nav li a.li_sub, nav li a.li_subactive, nav li a.li_sub:hover, nav li a.li_subactive:hover {background-color: #fff;}
header, nav li a {background-color: #d5ea8e;}
nav li a.li_active, nav li a:hover {background-color: #adb539;}
header h1, header p {color: #adb539;}
body, nav li a, nav li, nav li a.li_sub, nav li a.li_subactive, nav li a.li_sub:hover, nav li a.li_subactive:hover, div a {color: #000;}
nav li a.li_active, nav li a:hover {color: #fff;}
nav li a.li_active, nav li a:hover{font-weight: bold;}
a {text-decoration: none;}
nav li a.li_sub:hover, div a:hover{text-decoration: underline;}

    
#cookie-popup { 
    text-align: center; 
    background: #fff;
    position: fixed;
    bottom: 0px; 
    left: 0;
    right: 0;
    z-index: 9999;
    font-size:14px; 
    line-height:20px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

#cookie-popup.hidden {
    display: none;
}

header{
    width: 850px;
    height: 130px;
    margin: 20px 230px;
    padding: 20px 0px 20px 20px;
    -webkit-box-shadow: 5px 5px 3px 0 #aaa;
    box-shadow: 5px 5px 3px 0 #aaa;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px 20px 5px 20px;
    border-radius: 5px 20px 5px 20px;
    overflow: hidden;
}

header h1{
    text-shadow: 1px 1px 1px #333;
}

header p{
    font-size: 20px;
    line-height: 22px;
    text-shadow: 1px 1px 1px #333;
}

header img{
    position: relative;
    float: right;
    top: 0;
    margin-top: -20px;
}

body, footer{font-weight: normal; font-size: 12px}
footer{font-size: 11px;}

body{
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: Open Sans;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Lato', sans-serif;*/
    line-height: 15px;
}

nav{
    position: absolute;
    top: 20px;
    height: 300px;
    width: 212px;
    padding: 30px 0px 180px 0px;
    margin: 0;
    float: left;

    -webkit-box-shadow: 5px 5px 3px 0 #aaa;
    box-shadow: 5px 5px 3px 0 #aaa;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px 20px 5px 20px;
    border-radius: 5px 20px 5px 20px;
}

nav img{display: block; margin: 5px auto;}

nav ul{position: relative; top: 20px;margin: 0px; padding: 0px}

nav li, nav li a{
    text-align: left;
    display: block;
    line-height: 26px;
    list-style: none;
    text-decoration: none;
    font-size: 11px
}

nav li a, nav li.whitespace{
    height: 26px;
    padding-left: 20px;
    margin: 2px 2px 0px 2px;
}

nav li a {
    -webkit-transition: background 400ms linear;
    -moz-transition: background 400ms linear;
    -ms-transition: background 400ms linear;
    -o-transition: background 400ms linear;
    transition: background 400ms linear;
}

nav li a.li_hidden{
    visibility: hidden;
    height: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}

nav li a.li_sub {
    padding-left: 30px;
    font-weight: normal;
}

nav li a.li_subactive {
    padding-left: 30px;
    font-weight: bold;
}

h2{
    margin-bottom: 0.5em;
    margin-top: 0px;
}

h3{
    font-size: 1.0em;
    font-weight: bold;
    margin: 0.8em 0;
}


section{
    width: 650px;
    min-height: 400px;
    /*max-height: 90%;*/
    overflow: auto;
    padding: 20px;
    float: left;
    margin-left: 220px;
}
@media (max-height: 640px) {    
    section{
        max-height: 400px;
    }
}
@media (max-height: 980px) {
    section{
        max-height: 600px;
    }
}
@media (min-height: 981px) {
    section{
    max-height: auto;
    }
}

section p.answer{
    margin-left: 20px;
}

section ul{
    margin: 0;
    padding: 0;
}

section li.li_0level{
    margin-top: 0.5em;
    list-style-type: none;
    margin-left: 0px;
}

section li.li_1stlevel{
    list-style-type: square;
    margin-left: 30px;
}

section li.li_2ndlevel{
    list-style-type: circle;
    margin-left: 60px;
}

section li.li_3rdlevel{
    list-style-type: disc;
    margin-left: 90px;
}

aside{
    height: 440px;
    width: 170px;
    float: right;
}

aside div.highlighted{
    text-align: center;

    background-color: #eeeeee;
    height: 100px;
    max-height: 100px;
    padding: 30px 10px;
    -webkit-box-shadow: 5px 5px 3px 0 #aaa;
    box-shadow: 5px 5px 3px 0 #aaa;
    border: 1px solid #aaa;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

footer{
    border-top: 1px solid #d5ea8e;
    border-bottom: 2px solid #d5ea8e;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    clear: both;
}

div.belowfooter{
    text-align: right;
    font-size: 0.6em;
    margin: 0;
    padding: 0;
}

div.alert {
    width: 90%;
    padding: 10px 20px 10px 20px;
    border: 1px solid #8c8c8c;
    border-bottom: 0;
}

div.alert p {
    margin: 0.25em 0 0.25em 2em;
}

div.alert-success {
    background-color: rgb(193, 212, 177);
}

div.alert-danger {
    background-color: rgb(216, 159, 159);
}

.toggle {
    margin:0 0 0 0rem;
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 1.0rem;
}

.toggle input {
    display: none;
}

.roundbutton {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #d9d9d9;
    display: block;
    transition: all 0.3s;
    border-radius: 1.0rem;
    cursor: pointer;
}

.roundbutton:before {
    position: absolute;
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 100%;
    display: block;
    left: 0.25rem;
    bottom: 0.25rem;
    background-color: white;
    transition: all 0.3s;
}

input:checked + .roundbutton {
    background-color: #adb539;
}

input:checked + .roundbutton:before  {
    transform: translate(1rem, 0);
}

form {
  background-color: #eee;
  width: 90%; /* Breite des Formulars */
  padding: 20px;
  border: 1px solid #8c8c8c;
}

form #website{ display:none; }

form a {
    color: #adb539;
}

form a:hover {
    color: #777a42;
}

label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender,
textarea {
  width: 80%;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}
