body {
	margin: 0 auto;
	padding: 0;
    width: 950px !important;
	background-color: #598401 !important;
	font-family:  Verdana, Tahoma, sans-serif !important;
	text-decoration: none;
}

html {
	background-color: #598401 !important;
}

#header {
	height: 200px;
	margin: 0 auto;
	background: #ffffff;
	-webkit-border-top-left-radius: px;
	-webkit-border-top-right-radius: px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: px;
	-moz-border-radius-topright: px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
}

.logo 
{
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px !important;
	margin-top: 10px !important;
}

strong {
	font-weight: bold;
}

.logo a img {
	border: none;
}

#text {
	height: 200px;
	float: right;
}

#menu {
	height: 40px;
	margin: 1px auto 0;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 1;
}

#navigation {
	width: 712px !important;
	height: 32px !important;
	float: right !important;
	margin-right: 4px !important;
	margin-top: 4px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	background: #98ca07 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #98ca07 0%, #83bc0c 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98ca07), color-stop(100%,#83bc0c)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #98ca07 0%,#83bc0c 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #98ca07 0%,#83bc0c 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #98ca07 0%,#83bc0c 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #98ca07 0%,#83bc0c 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98ca07', endColorstr='#83bc0c',GradientType=0 ) !important; /* IE6-9 */
	z-index: 3 !important;
}

.navi > ul > li > a {
	border-left: none !important;
	line-height: 2rem !important;
}

.navi > ul > li:last-child {
	border-right: none !important;
}

.navi li a {
	padding: 0;
	background: none !important;
	color: white !important;
	margin: 0;
}

.navi li ul li a {
	padding: 0;
	background: #98ca07 !important;
	color: white !important;
}

.navi li a.aktiv, .navi li a.aktiv:hover {
	color: white !important;
	text-decoration: wavy underline !important;
}

.navi li a:hover:not(.aktiv) {
	text-decoration: wavy underline !important;
}

#content {
	display: flex;
	margin: 1px auto 0;
	padding-bottom: 30px;
	background: #ffffff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: px;
	-webkit-border-bottom-left-radius: px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: px;
	-moz-border-radius-bottomleft: px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#left {
	width: 235px;
	float: left;
}

#box {
	width: 200px;
    height: 270px;
	margin: 5px 12px 12px 12px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 8px 1px #c2bec2;
	-moz-box-shadow: 3px 3px 8px 1px #c2bec2;
	box-shadow: 3px 3px 8px 1px #c2bec2; 
}

#box p {
	color: #8ac105;
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	
}

#textbox {
	padding: 12px 6px 6px 25px;
}

#left img {
	margin: 25px 12px 6px 20px;
}

.bild img
{
	max-width: 100% !important;
	max-height: 100% !important;
	float: left !important;
	border: 0;
	margin-left: 30px;
}

#right {
	width: 700px;
	margin-right: 15px;
	float: right;
}

#right p {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: 100;
	line-height: 16px;
	padding-bottom: 20px;
}

#right p a {
	color: #8ac105;
	text-decoration: none;
}

#right p a:hover {
	text-decoration: underline;
}

.uebersicht a
{
	font-size: 12px;
	font-weight: 100;
	line-height: 16px;
	padding-bottom: 20px;
	color: #8ac105;
	text-decoration: none;
}

.uebersicht a:hover
{
	text-decoration: underline;
}

#right p img {
	float: right;
	max-width: 350px;
	max-height: 350px;
	border: 0;
	z-index: 4;
	padding-left: 10px;
}

#right p iframe {
	float: right;
	padding-left: 10px;
	
}

#right ul li {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: 100;
	line-height: 16px;
}

#right ol {
	list-style: circle;
}

#right ol li {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: 100;
	line-height: 16px;
}

#bild img {
	margin-left: 10%;
}

#right iframe {
	padding-left: 10px;
	padding-bottom: 20px;
}

#footer {
	height: 26px;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	font-size: 10px;
	font-weight: 100;
	line-height: 16px;
	background: #ffffff;
	border-top: dashed #98c836;
	border-bottom: dashed #98c836;
	border-width: 1px;
}

.footerContainer {
	display: flex;
	align-items: center;
	flex-direction: row;
    gap: 5px;
}

.footerLinks ul li {
	display: inline;
	margin: 0;
}

.footerLinks ul {
	display: flex;
    gap: 10px;
	margin: 0;
	padding-right: 10px;
}

.footerLinks ul li {
	display: inline;
}

.footerLinks ul li a:hover {
	color: #7eba03 !important;
}

.footerLinks ul li a.aktiv {
	color: #7eba03 !important;
}

#white {
	height: 14px;
	margin: 0 auto;
	background: #ffffff;
}

.uschrift 
{
	font-size: 20px;
	color: #9d9d9d;
	font-weight: normal;
	margin-top: 135px;
	margin-right: 205px;
	
}

h1 {
	font-size: 16px !important;
	color: #96c907 !important;
	
}

h2 {
	font-size: 15px !important;
	color: #96c907 !important;
	
}

h3 {
	font-size: 14px !important;
	color: #96c907 !important;
	
}

h4 {
	font-size: 13px !important;
	color: #96c907 !important;
	
}

h5 {
	font-size: 12px !important;
	color: #96c907 !important;
	
}

h6 {
	font-size: 11px !important;
	color: #96c907 !important;
	
}

/*Kontaktformular*/
.tipsy { padding: 5px; font-size: 11px; opacity: 0.8; filter: alpha(opacity=60); background-repeat: no-repeat;  background-image: url(images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

/* CSS - Erfolgsmeldung nach Versand */  
.ok {
	padding: 4px 8px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	background-color: #acc6ee;
	margin: 8px 0 8px 0;
	color: #4c84f7;
}

/* CSS Fehlermeldung */ 
.error {
	padding: 4px 8px;
	font-size: 11px;
	font-weight: bold;
	background-color: #C00;
	padding: 5px;
	background-color: #FFBFBF;
	margin: 8px 0 8px 0;
	color: #c00;
}
.required {
	/* Sternchen hinter Label als Marker für Pflichtfeld */
	font-weight: bold;
	color: #84bd0e;
}

#cookiedingsbums a {color:#000; text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #25B6D3; 
   text-align: center;
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:16px; 
   line-height: 40px;
}

#cookiedingsbumsCloser {
   color: #fff;
   position: absolute;
   top: 5px;   
   right: 5px;
   cursor:pointer;
   border: none;
   padding:4px;
   background: #598401;

   font: 18px/100% arial, sans-serif;
   text-align: center;
   text-decoration: none; 
}

#cookiedingsbumsCloser:hover {
	outline: 1px solid white; 
}