/* NICHT ANFASSEN */
/*! normalize.min.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}audio,canvas,progress,video{display:inline-block}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/* NICHT ANFASSEN */


*,
*:before,
*:after {
   box-sizing: border-box;
}

body {
    font-family: Arial,sans-serif;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    color: #1A1A1A;
    margin-bottom: 0px;
    height: 101%;
	background-color: #EDF2DE;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
    line-height: 1.5em;
}

img { 
    width: 100%;
    height: auto;
    border: 0 none; 
}

h1 {
    color: #7C9341;
    text-align: left;
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
}

h2 {
    text-align: left;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    margin: 15px 0 40px 0;
}


h3 {
    font-size: 20px;
    font-weight: normal;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    color: #17375E;
    margin: 15px 0;
    padding: 0;
}

a {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
    line-height: 1.5em;
    color: #7C9341;
    text-decoration: none;
}

/*****************************************/
/*** Text- und Bildbl&ouml;cke ***/
/*****************************************/

.wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 12px;
}

.kopf {
    position: relative;
    width: 49%;
    margin: 0 auto;
    float: left;
}

.adresse {
    position: relative;
    width: 48%;
    float: right;
    margin: 0 auto;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 16px;
    color: #003687;
    line-height: 140%;
    margin-top: 1em;
}

.topbild {
    position: relative;
    max-width: 100%;
    height: auto;
    clear: both;
    margin: 0 auto;
}

.left {
   width:193px;
   float:left;
}
.right {
    width:70%;
    float:right;
    text-align: center;
    vertical-align: middle;
    font-family: Arial,sans-serif;
    font-size: 22px;
    color: #7C9341;
    line-height: 140%;
    margin-top: 1em; 
}

/*****************************/
/*** Navigation ***/
/*****************************/

#checkbox1,
.toggle {
  display: none;
}

.menu {
    padding: 0 120px;
    margin: 0;
    max-width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
    background-color: #003687;
}

.menu li a {
    text-decoration: none;
    align-self: center;
    font-size: 18px;
    padding: 10px;
}

.link {
  background-color: #7C9341;
}

.link li a {
  color: #fff;
}

.link li a:hover {
    text-decoration: underline;  
}

@media screen and (max-width: 768px) {
    .menu li a {
        font-size: 15px;
        padding: 2px 0;
    }
  
  .toggle {
    clear: both;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #fff;
    background: #003687;
    transition: all .1s linear;
    
  }
  .toggle:hover {
    background: #003687;
  }
  #checkbox1:checked + label .link li {
    opacity: 1;
    visibility: visible;
    transition: all .7s linear;
  }

  #checkbox1:checked + label .link {
    height: 200px;
  }
  .menu {
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 0px;
    transition: height .3s linear;
  }
  .menu li {
    display: flex;
    /* magic */
    align-self: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .menu li a {
    width: 100%;
    color: #fff;
    text-align: center;
    align-self: center;
    align-content: center;
  }
}

/*****************************/


.inhalt {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin: 0 auto;
}

.textlinks {
    position: relative;
    width: 48%;
    float: left;
}

.textrechts {
    position: relative;
    width: 45%;
    float: right;
}

.footer {
    width: 100%;
    height: auto;
    clear: both;
    margin: 50px auto;
    text-align: center;
    border-top: 1px solid #7C9341;
}

ul {
   margin:0 0 0 15px;
   padding:0;
   text-align:left;
   list-style-type:disc;
}

li {
   padding: 0 0 0 5px;
}


.spacer {
    height: 10px;
    clear: both;
    margin: 0 auto;
}
