/*neu */
/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-300.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-600.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-800.eot');
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('/_intern/fonts/OpenSans/open-sans-v18-latin-ext_latin-800.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/*/neu*/
/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,400i,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:ital,wght@1,300&display=swap');
*/
* {
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  border: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  background-color: #dadada;
  color: #4c4c4c;
}
video {
  /*width:480px;*/
  max-width: 100% !important;
  height: auto !important;
}
.video_ct video {
  width: 480px;
}
b,
strong,
bold {
  font-weight: 600;
}
#container {
  /*
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content:flex-start;
	*/
  /*
	width:940px;
	*/
  width: 1600px;
  max-width: 100%;
  background-color: white;
  margin: 0 auto;
}
header,
nav,
footer {
  -webkit-flex: 1 100%;
  flex: 1 100%;
}
.gruen {
  color: #1e9243;
}
header {
  position: relative;
  width: 100%;
}
header #top {
  height: 150px;
  background-color: white;
}
header #top #logo {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  position: relative;
}
header #top #logos {
  float: right;
  margin-top: 14px;
  margin-right: 80px;
}
header #fon,
header #suche_container {
  position: absolute;
  background-color: #1e9243;
  padding: 5px 11px;
  font-size: 20px;
  text-align: center;
  z-index: 1;
  right: 0;
  top: 30px;
  color: white;
  cursor: pointer;
}
header #fon i,
header #suche_container i {
  position: relative;
}
header #kontaktbox,
header #suchbox {
  position: absolute;
  width: 200px;
  border: 1px solid black;
  background-color: #1e9243;
  opacity: 0;
  right: 0;
  width: 0;
  height: 15px;
  top: 0px;
  font-size: 14px;
  padding: 15px 5px 5px 5px;
}
header #kontaktbox .content,
header #suchbox .content {
  display: none;
  text-align: center;
  padding: 16px 15px;
  font-size: 15px;
  line-height: 1.5em;
  position: relative;
  background-color: #1e9243;
  color: white;
}
header #kontaktbox .close,
header #suchbox .close {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
header #suche_container {
  top: 75px;
  padding: 4px 9px;
}
header #slider {
  width: 1920px;
  max-width: 100%;
  background-color: transparent;
}
header #slider div {
  width: 100%;
}
header #slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
header #slider .slick-dots {
  bottom: 5px;
}
header #slider .slick-dots li button:before {
  color: #1e9243;
}
header #slider .slick-prev,
header #slider .slick-next {
  z-index: 1;
}
header #slider .slick-prev:before,
header #slider .slick-next:before {
  color: #1e9243;
  font-size: 35px;
}
header #slider .slick-prev {
  left: 20px;
}
header #slider .slick-next {
  right: 20px;
}
header #zitat {
  background-color: rgba(30, 146, 67, 0.9);
  bottom: 0px;
  left: 0;
  width: calc(100% - 40px);
  position: absolute;
  color: white;
  text-align: right;
  padding: 10px 20px;
}
header #zitat .gross {
  font-size: 18px;
}
header #zitat .klein {
  font-size: 12px;
}
#headerfixed {
  position: fixed;
  height: 52px;
  top: 0;
  z-index: 3;
  background-color: #1e9243;
  /*width:940px;*/
  width: 1600px;
  max-width: 100%;
  display: none;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
#headerfixed nav {
  float: left;
  background: transparent;
}
#headerfixed .inner .logo {
  float: right;
  margin: 7px 20px 0 0;
}
#headerfixed .inner .logo img {
  width: 40px;
  height: auto;
}
#head_bild img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#flaggen {
  width: 300px;
  margin: 20px 0 30px 0;
  float: right;
}
#flaggen .item {
  float: left;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.5s 0s;
  -moz-transition: all linear 0.5s 0s;
  -ms-transition: all linear 0.5s 0s;
  -o-transition: all linear 0.5s 0s;
  margin-right: 8px;
}
#flaggen .item:last-of-type {
  margin-right: 0;
}
#flaggen .item img {
  -webkit-filter: drop-shadow(2px 2px 3px #8f8f8f);
  filter: drop-shadow(2px 2px 3px #8f8f8f);
}
#flaggen .item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
section {
  width: 100%;
}
section .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
}
section.start h1 {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.3em;
  color: #1e9243;
}
article {
  padding: 0 30px 0 33px;
}
aside .flex {
  -webkit-flex: 1 20%;
  flex: 1 20%;
  background-color: #e8faee;
  padding: 20px;
  align-self: flex-start;
  margin-left: 20px;
}
h1 {
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 0;
  font-weight: 600;
  color: #1e9243;
}
h1 a {
  color: #1e9243;
}
h2 {
  font-size: 16px;
  color: #1e9243;
}
h2 a {
  color: #1e9243;
}
h3 {
  font-size: 14px;
  color: #1e9243;
}
h3 a {
  color: #1e9243;
}
article ul {
  margin-left: 0;
}
article ul li {
  list-style-type: none;
}
article ul li:before {
  content: ' ';
  background-color: #1e9243;
  width: 9px;
  display: inline-block;
  height: 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 10px;
}
article .suchergebnis a {
  color: #1e9243;
}
article em {
  /*
		font-style:normal;
		font-size:1.3em;
		*/
}
article p,
article ul {
  margin-bottom: 10px;
}
article .sprachen {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule-style: none;
  -moz-column-rule-style: none;
  column-rule-style: none;
  -webkit-column-rule-width: 3px;
  -moz-column-rule-width: 3px;
  column-rule-width: 3px;
  -webkit-column-rule-color: #cccccc;
  -moz-column-rule-color: #cccccc;
  column-rule-color: #cccccc;
}
article .sprachen h1,
article .sprachen h2,
article .sprachen h3 {
  -webkit-column-span: all;
  column-span: all;
}
article .li {
  width: 68%;
  float: left;
}
article .li.nixfloat {
  float: initial;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: #151515;
}
a.pdf {
  border-bottom: 1px dotted #151515;
}
.team .box {
  position: relative;
  background-color: #e2e2e2;
  padding: 0;
}
.team .box.s {
  font-size: 14px;
  line-height: 1.5em;
}
.team .box.s .funktion_ct {
  height: 135px;
}
.team .box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.team .box .text {
  padding: 30px 8px 20px 20px;
  height: 350px;
}
.team .box .text h3 {
  color: #1e9243;
  font-size: 20px;
}
.team .box .text .funktion {
  font-weight: bold;
}
.team .box .mehr {
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 5px;
  /*
			width:calc(~'100% - 28px');
			*/
  left: 0;
  width: 100%;
  font-weight: bold;
}
.team .box .mehr .knoedel {
  font-size: 80px;
  color: #1e9243;
}
.team .box .funktion_ct {
  height: 110px;
}
.team .box .funktion_ct .funktion {
  font-weight: bold;
}
.team .box .schwerpunkte {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 20px 20px;
  height: 368px;
  background-color: #1e9243;
  display: none;
  width: calc(100% - 40px);
}
.team .box .schwerpunkte .head {
  color: White;
  font-weight: bold;
}
.team .box .schwerpunkte:hover {
  display: block;
}
.team .box .schwerpunkte .ma_close {
  position: absolute;
  width: calc(100% - 40px);
  padding-right: 20px;
  bottom: 30px;
  cursor: pointer;
  text-align: right;
}
.team .box .schwerpunkte .ma_close .knoedelclose {
  font-size: 40px;
  color: white;
}
.boxcontainer {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.boxcontainer .box {
  align-self: stretch;
  justify-content: center;
  align-items: center;
  -webkit-flex: 0 0 30%;
  flex: 0 1 30%;
  flex-basis: 30%;
  padding: 15px 0;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.boxcontainer .box .bild {
  margin-bottom: 25px;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 25px;
}
.boxcontainer .box .bild img {
  max-width: 100%;
  height: auto;
}
.boxcontainer .box .bild:empty {
  display: none;
}
.boxcontainer .box h2 {
  font-weight: 600;
  font-size: 24px;
  color: #3c3939;
  margin-bottom: 30px;
}
.boxcontainer .box:last-of-type {
  padding-right: 0;
}
.boxcontainer.team .box {
  padding: 0;
  -webkit-flex: 0 0 22%;
  flex: 0 1 22%;
  flex-basis: 22%;
}
.clear {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
header {
  background-color: #5a5a5a;
  position: relative;
  /*Helpcenter*/
  /*/Helpcenter*/
  /*
	#suche
	{
	position:absolute;
	z-index:2;
	bottom:10px;
	left:10px;
	input[type="text"]
	{
	padding:10px 20px;
	background-color:rgba(255,255,255,0.5);
	border:none;
	width:150px;
	.transition(all, 2s, linear, 0s);


	&:hover,
	&:focus
	{
	background-color:rgba(255,255,255,0.8);
	.transition(all, 0.5s, linear, 0s);
	width:200px;
	//max-width: 100%;
}
}

	input[type="submit"],
	button

	{
	color:lighten(black,30%);
	padding:10px 20px;
	border:none;margin-left:2px;
	background-color:rgba(255,255,255,0.5);
	&:hover
	{
	background-color:rgba(255,255,255,1);
}
}

}
	*/
}
header #burgerbutton {
  position: absolute;
  left: 22px;
  top: 28px;
  display: none;
  width: 40px;
  height: 20px;
  border-top: 3px solid #1e9243;
  border-bottom: 3px solid #1e9243;
}
header #burgerbutton:after {
  content: '';
  position: absolute;
  width: 40px;
  border-top: 3px solid #1e9243;
  left: 0;
  top: 8px;
}
header #phone,
header #hc_form,
header #suche {
  /*.transition(0.3s, ease-in-out);	*/
  background-color: #1e9243;
  position: absolute;
  /*right: -210px; */
  right: 0px;
  width: 40px;
  z-index: 9;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
header #phone .weg,
header #hc_form .weg,
header #suche .weg {
  display: none;
}
header #phone .head,
header #hc_form .head,
header #suche .head {
  font-size: 20px;
  border: 1px solid #cccccc;
  background-color: #1e9243;
  color: white;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 6px 4px 7px 7px;
  font-weight: bold;
}
header #phone .head svg,
header #hc_form .head svg,
header #suche .head svg {
  font-size: 20px !important;
}
header #phone .close,
header #hc_form .close,
header #suche .close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  color: white;
  text-align: center;
  right: 20px;
  top: 6px;
  padding-top: 0px;
  width: 15px;
  height: 15px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
header #phone .close:hover,
header #hc_form .close:hover,
header #suche .close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header #phone .content,
header #hc_form .content,
header #suche .content {
  display: none;
  text-align: center;
  padding: 16px 15px;
  font-size: 15px;
  line-height: 1.5em;
  position: relative;
  background-color: #1e9243;
  color: white;
}
header #phone .content a,
header #hc_form .content a,
header #suche .content a {
  color: white;
}
header #phone .content .captcha .txt,
header #hc_form .content .captcha .txt,
header #suche .content .captcha .txt {
  color: black;
}
header #phone {
  top: 17px;
}
header #hc_form,
header #suche {
  top: 58px;
}
header #hc_form .content,
header #suche .content {
  text-align: left;
}
header #hc_form .content input[type='text'],
header #suche .content input[type='text'],
header #hc_form .content input[type='email'],
header #suche .content input[type='email'],
header #hc_form .content textarea,
header #suche .content textarea {
  padding: 5px 5px;
  width: 95%;
  color: black;
}
header #hc_form .content input[type='submit'],
header #suche .content input[type='submit'],
header #hc_form .content button,
header #suche .content button {
  margin-top: 10px;
  background-color: #1e9243;
  width: 95%;
  border: 0;
}
header #hc_form .content textarea,
header #suche .content textarea {
  padding: 5px 5px;
  width: 96%;
  height: 140px;
}
header #suche {
  top: 99px;
}
header #suche .content input[type='text'] {
  width: 83%;
}
header #suche .content button {
  width: 20px;
  margin-left: 5px;
}
header #fb {
  top: 320px;
  right: -290px;
}
nav.fixed {
  position: fixed;
  z-index: 1;
  width: 942px;
  top: 0;
}
.newsletter a {
  color: #1e9243;
}
#nl_archiv {
  width: 80%;
  margin: 0 auto;
}
#nl_archiv .item {
  margin-bottom: 20px;
}
#nl_archiv .item .h2_ct {
  color: white;
  background-color: #1e9243;
  padding: 10px;
}
#nl_archiv .item .h2_ct h2 {
  float: left;
  color: white;
}
#nl_archiv .item .h2_ct .datum {
  float: right;
  color: white;
}
#nl_archiv .item h3 {
  padding: 5px 10px;
}
#nl_archiv .item .mehr {
  margin-left: 10px;
}
#msg {
  text-align: center;
  font-weight: bold;
}
#ds p {
  margin-bottom: 20px;
}
#ds h2 {
  margin-bottom: 10px;
}
#ds h3 {
  margin-bottom: 5px;
}
/*------------------------
TABS
-------------------------*/
#tabs {
  margin-top: 20px;
}
#tabs > div {
  width: 100%;
  overflow-y: hidden;
}
#tabs > div .inner {
  padding: 10px;
}
#tabs > div.r-tabs-accordion-title {
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
}
.r-tabs {
  position: relative;
  max-width: 100%;
}
.r-tabs .r-tabs-nav {
  border-bottom: 1px solid #ccc;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  top: 1px;
}
.r-tabs .r-tabs-nav .r-tabs-tab:before {
  content: none;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  margin-bottom: 1px;
  padding: 10px 12px;
  display: inline-block;
  text-decoration: none;
  color: #151515;
  border-top: 4px solid #d5d5d5;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
  background-color: #fff;
  margin-bottom: -1px;
}
.r-tabs .r-tabs-nav .r-tabs-state-active:before {
  content: none;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #1e9243;
  background-color: #fff;
  border-top: 4px solid #1e9243;
}
.r-tabs .r-tabs-panel {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  color: black;
  /*
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	*/
}
.dl_block {
  padding: 10px;
}
/*------------------------
TABS ENDE
-------------------------*/
#zert .zert_head {
  color: white;
  background-color: #1e9243;
  font-weight: 600;
  padding: 12px;
  font-size: 16px;
}
#zert #zert_flex {
  padding: 40px 0;
  background-color: #dfece5;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
#zert #zert_flex .item img {
  width: 200px;
  height: auto;
  max-width: 100%;
  margin-bottom: 2em;
}
#zert #zert_flex .break {
  flex-basis: 100%;
}
#status {
  font-size: 20px;
  position: relative;
  z-index: 10000000000000;
}
#zurueck {
  text-align: right;
  margin-bottom: 20px;
}
#zurueck a {
  color: #1e9243;
}
footer {
  padding: 50px 0 20px 0;
}
footer #footernavi {
  background-color: #1e9243;
  list-style-type: none;
  list-style-position: outside;
}
footer #footernavi li {
  float: left;
}
footer #footernavi li a {
  color: White;
  display: block;
  font-size: 13px;
  padding: 12px 55px 15px 20px;
}
footer #footernavi .cookiesettings {
  color: white;
  position: relative;
  padding-top: 2px;
}
footer #footernavi .cookiesettings a img {
  width: 25px;
  height: auto;
  position: relative;
  top: 9px;
}
footer #footericons {
  width: 200px;
  float: right;
  margin-top: 30px;
  margin-right: 30px;
}
footer #footericons .icon {
  float: left;
  background-color: #999999;
  margin-right: 10px;
  color: white;
  width: 30px;
  padding: 2px 0 3px 0;
  height: 25px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
footer #footericons .icon a {
  color: White;
}
footer #footericons .icon:hover {
  background-color: #7B7B7B;
}
footer #footericons .icon:last-of-type {
  margin-right: 0;
}
footer #footeradresse {
  border-top: 1px solid #626262;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  padding-top: 30px;
}
footer #footeradresse .li,
footer #footeradresse .re,
footer #footeradresse .sm,
footer #footeradresse .top,
footer #footeradresse .ani {
  float: left;
}
footer #footeradresse .ani {
  width: 20%;
  max-width: 100%;
}
footer #footeradresse .ani img {
  width: 60px;
  height: auto;
}
footer #footeradresse .li,
footer #footeradresse .re {
  width: 33%;
  color: #4b4c4a;
}
footer #footeradresse .kun {
  width: 80px;
  float: left;
}
footer #footeradresse .kun img {
  width: 100%;
  height: auto;
}
footer #footeradresse .sm {
  width: 100px;
  margin-left: 123px;
}
footer #footeradresse .sm .item {
  float: left;
  width: 40px;
}
footer #footeradresse .sm .item a {
  color: #999;
}
footer #footeradresse .top {
  float: right;
  /*width:84px;*/
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}
footer #footeradresse .top a {
  color: #1e9243;
}
footer #footeradresse .li {
  position: relative;
  left: 40px;
  width: 20%;
}
footer #footeradresse .li:before {
  content: '';
  position: absolute;
  width: 37px;
  height: 37px;
  left: -48px;
  background-image: url('/_intern/pics/kugel.png');
}
.highlight {
  background-color: #bdf2ce;
}
.content_head {
  margin-bottom: 20px;
}
.content_head .teaser {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6em;
}
.content_head .teaser.schmal {
  /*width:440px;*/
  width: 66%;
  max-width: 100%;
  float: left;
}
.bildvid_ct {
  float: right;
  margin-right: 20px;
  max-width: 100%;
}
.bildvid_ct img,
.bildvid_ct iframe {
  max-width: 100%;
}
.bildvid_ct img {
  height: auto;
}
.umfrage_mail_ct {
  display: flex;
  justify-content: space-evenly;
}
.umfrage_mail_ct div {
  text-align: center;
}
#umfrage {
  width: 66%;
  max-width: 100%;
  margin: 0 auto;
}
#umfrage .smilie {
  width: 30px;
  height: auto;
}
#umfrage .ct_filter {
  display: flex;
  margin-bottom: 30px;
}
#umfrage .ct_filter div {
  padding-right: 30px;
}
#umfrage #smilie {
  width: 600px;
  text-align: center;
}
#umfrage #smilie img {
  margin: 30px auto 0 auto;
  width: 200px;
  height: auto;
}
#umfrage .tbl_umfrage {
  border-collapse: collapse;
  width: 1000px;
}
#umfrage .tbl_umfrage tr.head {
  /*cursor:pointer;*/
}
#umfrage .tbl_umfrage tr:nth-of-type(even) {
  background: #f3f3f3;
}
#umfrage .tbl_umfrage tr:nth-of-type(even).sum_tr td {
  font-weight: bold;
}
#umfrage .tbl_umfrage tr:nth-of-type(even).sum_tr td:first-of-type {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
#umfrage .tbl_umfrage tr td {
  padding: 3px 5px 3px 3px;
  vertical-align: top;
  border: 1px solid grey;
}
#umfrage .tbl_umfrage tr td:nth-of-type(1n+0) {
  width: 150px;
}
#umfrage .tbl_umfrage tr td:nth-of-type(2n+0) {
  text-align: center;
  width: 50px;
}
#umfrage .tbl_umfrage tr td:nth-of-type(3n+0) {
  width: 600px;
  white-space: pre-line;
}
#umfrage .tbl_umfrage tr td.sum_abs {
  font-weight: bold;
  font-size: 20px;
}
#umfrage video {
  width: initial !important;
}
#wait {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#wait div {
  height: 48px;
  width: 162px;
  text-align: center;
  color: #A79E9E;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#sitemap ul li ul {
  margin-left: 20px;
}
#to_desktop {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
/* -------------------
NAVIGATION
----------------------*/
nav {
  background-color: #1e9243;
}
.mainnavi {
  left: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 25px;
  /*/ul*/
}
.mainnavi li {
  float: left;
  position: relative;
  color: #ffffff;
}
.mainnavi a {
  display: block;
  padding: 12px 70px 15px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  background-color: transparent;
}
.mainnavi a.aktiv,
.mainnavi a:hover {
  color: #000000;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.5s 0s;
  -moz-transition: all linear 0.5s 0s;
  -ms-transition: all linear 0.5s 0s;
  -o-transition: all linear 0.5s 0s;
}
.mainnavi.s a {
  padding: 12px 62px 15px 20px;
}
.mainnavi li:last-of-type a {
  padding-right: 20px;
}
.mainnavi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 20px;
  position: absolute;
  display: none;
  top: 40px;
  z-index: 1001;
  padding-top: 10px;
  background-color: rgba(30, 146, 67, 0.9);
}
.mainnavi ul li a {
  line-height: 1.3em;
  float: left;
  font-size: 16px;
  position: relative;
  width: 205px;
  padding-right: 20px;
  padding-left: 25px;
}
.mainnavi ul li a:hover:before,
.mainnavi ul li a.aktiv:before {
  content: '>';
  position: absolute;
  left: 10px;
}
.mainnavi ul li ul {
  top: auto;
}
.mainnavi ul ul {
  left: 12em;
  margin: 0px 0 0 10px;
}
.mainnavi li:hover ul ul,
.mainnavi li:hover ul ul ul,
.mainnavi li:hover ul ul ul ul {
  display: none;
}
.mainnavi li:hover ul,
.mainnavi li li:hover ul,
.mainnavi li li li:hover ul,
.mainnavi li li li li:hover ul {
  display: block;
}
/* -------------------
NAVIGATION ENDE
----------------------*/
/*-------------------------
Mobile Navigation
--------------------------*/
/*fastschwarz*/
#mobilenavi li.head {
  cursor: pointer;
}
#mobilenavi li.head .home {
  padding-top: 11px;
  height: 31px;
}
#mobilenavi li.head .home a {
  font-size: 25px;
}
#mobile_menuicon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
}
#mobilemenu {
  display: none;
  position: absolute;
  left: -1%;
  top: 0px;
  top: 14px;
  padding-left: 12px;
  z-index: 5;
}
#mobilemenu ul {
  margin: 0px;
  padding: 0px;
}
#mobilenav li {
  list-style-type: none;
  margin-left: 0;
}
#mobilenavi {
  border-right: 1px solid #cccccc;
  position: absolute;
  top: 0px;
  background-color: #1e9243;
  width: 250px;
  left: -250px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
#mobilenavi ul {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dlevel1,
.ulevel2 {
  display: none;
}
.versteckst {
  display: none;
  color: white;
  position: absolute;
  right: 15px;
  top: 0px;
  width: 100px;
  text-align: right;
}
.versteckst a {
  display: inline !important;
  padding: 0 !important;
}
.versteckst i {
  font-size: 22px;
}
.versteckst.vi {
  display: inline-block;
}
.dlevel1 .versteckst {
  top: 3px;
}
.dlevel1 .versteckst i {
  font-size: 16px;
}
#mobilenavi li {
  position: relative;
}
#mobilenavi li .icon {
  float: left;
  width: 20px;
  height: 20%;
  margin-right: 7px;
  margin-top: 1px;
}
#mobilenavi li .icon img {
  width: 100%;
  height: auto;
}
#mobilenavi li.head {
  color: #1e9243;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  height: 64px;
  line-height: 64px;
  padding: 0px 8px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: linear-gradient(top, #ffffff, #e8e8e8);
  /*fucking IE9 hat Pech gehabt*/
}
#mobilenavi li.head div {
  float: left;
}
#mobilenavi li.head div.menu {
  margin-left: 50px;
}
#mobilenavi li.head div.close {
  float: right;
  color: #1e9243;
  font-size: 1.5em;
}
#mobilenavi li {
  border-bottom: 1px solid #cccccc;
}
#mobilenavi li a {
  font-size: 18px;
  display: block;
  color: white;
  text-decoration: none;
  padding: 0px 15px;
  line-height: 45px;
}
input[type='button'] {
  margin-bottom: 20px;
}
#mobilenavi .dlevel1 li {
  border: none;
}
#mobilenavi .dlevel1 li > a {
  font-size: 15px;
  color: #e6e6e6;
  text-decoration: none;
  display: block;
  padding: 9px 15px 9px 25px;
  line-height: 1.3em;
}
#mobilenavi li ul li ul li a {
  background-color: #27bc56 !important;
  padding-left: 35px !important;
}
#mobilenavi .desktopbutton {
  text-align: center;
}
#mobilenavi .desktopbutton a {
  color: white;
  background-color: #27bc56 !important;
}
#mobilenavi select {
  position: relative;
  top: -12px;
  width: 215px;
  color: black;
}
/*-------------------------
Ende mobile Navigation
---------------------------*/
.suchergebnis {
  margin-bottom: 40px;
}
#formular,
#deletedata {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
#formular .req,
#deletedata .req {
  color: red;
}
#formular .row,
#deletedata .row {
  margin: 3px 0px;
}
#formular .row:after,
#deletedata .row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#formular .row .value,
#deletedata .row .value {
  position: relative;
  display: inline-block;
  float: left;
}
#formular .row .value.binweg,
#deletedata .row .value.binweg {
  display: none;
}
#formular .row .desc,
#deletedata .row .desc {
  float: left;
  text-align: left;
}
#formular input[type="text"],
#deletedata input[type="text"],
#formular input[type="url"],
#deletedata input[type="url"],
#formular input[type="email"],
#deletedata input[type="email"],
#formular input[type="password"],
#deletedata input[type="password"],
#formular input[type="phone"],
#deletedata input[type="phone"],
#formular input[type="file"],
#deletedata input[type="file"],
#formular textarea,
#deletedata textarea,
#formular select.webselect,
#deletedata select.webselect {
  background-color: #ffffff;
  border: 1px solid #1e9243;
  width: 100%;
  max-width: calc(100% - 40px);
  padding: 12px 20px;
  font-size: 15px;
  margin-bottom: 20px;
}
#formular input[type="checkbox"],
#deletedata input[type="checkbox"],
#formular input[type="radio"],
#deletedata input[type="radio"] {
  margin-right: 3px;
}
#formular select.webselect,
#deletedata select.webselect {
  width: 140%;
  max-width: 100%;
}
#formular textarea,
#deletedata textarea {
  height: 300px;
}
#formular input[type="submit"],
#deletedata input[type="submit"] {
  background-color: #ffffff;
  border: 1px solid #1e9243;
  width: calc(142%);
  max-width: 100%;
  padding: 20px 20px;
  font-size: 15px;
}
#formular input[type="submit"]:disabled,
#deletedata input[type="submit"]:disabled {
  border: 1px solid #bdf2ce;
  color: #b3b3b3;
}
#formular .hidden,
#deletedata .hidden {
  display: none;
}
#formular .abhaengig,
#deletedata .abhaengig {
  display: none;
}
#formular .radio_ul,
#deletedata .radio_ul,
#formular .checkbox_ul,
#deletedata .checkbox_ul {
  list-style-type: none;
  list-style-position: outside;
}
/*/formular*/
.errormsg {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid red;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.maxsize {
  font-size: 12px;
}
.form_edit_container {
  background-color: white;
  border: 1px solid  #3B3B3B;
  padding-bottom: 20px;
}
.form_controller {
  background-color: #EF8C11;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.row.captcha {
  position: relative;
}
#c_help,
#c_help1,
#c_help2,
#c_help3 {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 0;
  max-width: 95%;
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
#c_help .txt,
#c_help1 .txt,
#c_help2 .txt,
#c_help3 .txt {
  font-weight: normal;
  width: 450px;
  max-width: 95%;
  font-size: 14px;
}
#c_help .close,
#c_help1 .close,
#c_help2 .close,
#c_help3 .close {
  text-align: right;
}
#c_help .close i,
#c_help1 .close i,
#c_help2 .close i,
#c_help3 .close i {
  cursor: pointer;
}
header #hc_form .content #c_help3 {
  top: 20px;
  bottom: initial;
}
header #hc_form .content #c_help3 .txt {
  width: 280px;
}
header #hc_form .content #c_help3 .close {
  color: black;
}
header #hc_form .content #c_help3 a {
  color: black;
}
#sitemap {
  padding-left: 15px;
}
#sitemap ul {
  padding-left: 15px;
}
/* -------------------
FORM VALIDATOR START
----------------------*/
#formular input.error,
#formular textarea.error,
#formular select.error {
  border: 1px solid rgba(255, 0, 0, 0.9);
}
#formular input.valid,
#formular textarea.valid,
#formular select.valid {
  /* border: 1px solid green; */
}
#formular label.error {
  width: 240px;
  position: absolute;
  right: -280px;
  top: -8px;
  padding: 8px;
  border: 1px solid #cccccc;
  background-color: rgba(255, 0, 0, 0.9);
  color: #151515;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
/* -------------------
FORM VALIDATOR ENDE
----------------------*/
