body {
background: #ffffff;
color: #000000;
font-family: Arial, sans-serif;
}

/* link */

body a:link, body a:visited, body a:focus {
color: #000000;
font-size: 14px;
text-decoration: underline;
font-style: normal;
}

body a:hover, body a:active {
color: #000000;
font-size: 14px;
text-decoration: none;
font-style: normal;
}

/* gesamt */

div#gesamt {
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 0 auto;
}

/* oben */

div#oben {
position: absolute;
height: 40px;
width: 100%;
background: url(logo-klein.png) no-repeat top left #ffffff;
z-index: 90;
}

/* navi */

nav#navi {
width: 170px;
height: 160px;
background: #ffffff;
position: absolute;
top: 0;
left: -172px;
border-right: 2px solid #005500;
border-radius: 0 0 5px 0;
border-bottom: 2px solid #005500;
transition: all 300ms ease-in-out;
z-index: 100;
}

div.naviul {
margin: 0;
padding: 0;
}

div.naviul a {
padding: 2px 5px;
margin: 5px 0 0 0;
font-size: 18px;
font-weight: normal;
text-align: left;
vertical-align: middle;
display: block;
border: none;
border-radius: 0;
text-decoration: none;
}

div.naviul a:hover {
background: none;
text-decoration: underline;
}

#navibutton {
display: none;
}

nav .navicheck {
cursor: pointer;
position: absolute;
left: 172px;
top: 0;
width: 40px;
height: 40px;
background: #ffffff;
border-radius: 0 0 5px 0;
border-bottom: 2px solid #005500;
border-right: 2px solid #005500;
}

nav .navicheck span {
display: block;
content: "";
position: absolute;
left: 5px;
top: 18px;
height: 4px;
background: #000000;
width: 30px;
}

nav .navicheck span::after {
display: block;
content: "";
position: absolute;
left: 0;
top: -8px;
height: 4px;
background: #000000;
width: 30px;
}

nav .navicheck span::before {
display: block;
content: "";
position: absolute;
left: 0;
top: 8px;
height: 4px;
background: #000000;
width: 30px;
}

nav .navicheck:hover, nav .navicheck:active {
background: #eeffdd;
}

input#navibutton:checked + #navi {
left: 0px;
}

div.naviul a:hover {
box-shadow: none;
}

/* suche */

div#suche {
display: flex;
flex-direction: row;
justify-content: center;
position: absolute;
width: 100%;
top: 45px;
}

input.suche {
width: 200px;
padding: 3px;
border-radius: 6px;
border: 2px solid #005500;
}

input.suche:hover, input.suche:focus {
box-shadow: #666666 0 0 10px 0px;
}

/* mitte */

div#mitte {
position: absolute;
top: 80px;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
}

/* links */

div#links {
margin: 0 10px 150px 10px;
}

/* rechts */

div#rechts {
display: none;
}

/* navi oben kategorien */

div.katoben {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

div.katoben a {
width: 260px;
padding: 8px 0px 8px 36px;
margin: 0 8px 8px 0;
font-size: 16px;
display: block;
border: 2px solid #005500;
border-radius: 10px;
background: #ffffff;
background-repeat: no-repeat;
background-position: 3px 3px;
text-decoration: none;
}

div.katoben a:hover, div.katoben a:active {
position: relative;
box-shadow: #999999 5px 5px 5px 0px;
transform: scale(1.05);
z-index: 50;
}

.ok:link, .ok:visited, .ok:focus  {
background-image: url(ok.png);
}

.ukke:link, .ukke:visited, .ukke:focus {
background-image: url(oke.png);
}

.ukn:link, .ukn:visited, .ukn:focus {
background-image: url(on.png);
}

.uk:link, .uk:visited, .uk:focus {
background-image: url(o.png);
}

/* kategorien eintrag */

div#eikat {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}

div#keintrag {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 340px;
margin: 0 0 20px 0;
padding: 5px;
background: #ddffcc;
border-radius: 10px;
}

div.ektitel {
position: relative;
top: -15px;
left: 5px;
display: inline-block;
width: max-content;
padding: 5px 15px;
background: #ddffcc;
border-radius: 20px;
border: 3px solid #ffffff;
}

div.ebeschk {
min-height: 190px;
margin-bottom: 10px;
}

div.ebeschk img {
width: 150px;
margin: 0 10px 10px 0;
float: left;
border-radius: 10px;
border: 3px solid #ffffff;
}

div.eurl {
text-align: left;
margin-bottom: 5px;
}

/* cookie */

div#cookie {
position: fixed;
bottom: 0;
left: 0;
width: 99%;
display: flex;
flex-direction: row;
justify-content: center;
padding: 10px;
background: #ffffff;
border-top: 2px solid #005500;
z-index: 100;
}

div.becookie {
font-size: 14px;
font-weight: bold;
}

div.okcookie {
margin: 0 10px;
}

div.okcookie a {
font-weight: bold;
padding: 2px 10px;
border: 2px solid #005500;
border-radius: 10px;
background: #ffffff;
}

div.okcookie a:hover {
box-shadow: #666666 0 0 10px 0px;
}

/* formular */

textarea.formular {
width: 98%;
height: 100px;
padding: 5px;
border-radius: 6px;
border: 2px solid #005500;
}

textarea.formular:hover, textarea.formular:focus {
box-shadow: #666666 0 0 10px 0px;
}

input.formular {
width: 98%;
padding: 5px;
border-radius: 6px;
border: 2px solid #005500;
}

input.formular2 {
width: 96%;
padding: 5px;
border-radius: 6px;
border: 2px solid #005500;
}

input.formular:hover, input.formular:focus, input.formular2:hover, input.formular2:focus {
box-shadow: #666666 0 0 10px 0px;
}

input.laenge {
width: 40px;
text-align: center;
padding: 2px;
border-radius: 6px;
border: 2px solid #005500;
}

input.senden {
font-weight: bold;
padding: 2px 10px;
border-radius: 6px;
border: 2px solid #005500;
background: #ffffff;
}

input.senden:hover {
box-shadow: #666666 0 0 10px 0px;
text-decoration: underline;
}

select {
width: 100%;
padding: 5px;
border-radius: 6px;
border: 2px solid #005500;
}

select:hover, select:focus {
box-shadow: #666666 0 0 10px 0px;
}

table.formular {
width: 100%;
}

table.formular2 {
width: 75%;
margin: 0 auto;
padding: 0;
}

/* ---- meldungen ---- */

div.errorform {
width: 98%;
color: #880000;
font-weight: bold;
padding: 4px;
border-radius: 10px;
border: 2px solid #880000;
background-color: #ffeeee;
}

div.trueform {
width: 98%;
color: #006600;
font-weight: bold;
padding: 4px;
border-radius: 10px;
border: 2px solid #006600;
background-color: #ccffdd;
}