/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v17-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url('fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-300.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-300.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/open-sans-v17-latin-300.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/open-sans-v17-latin-300italic.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url('fonts/open-sans-v17-latin-300italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-300italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-300italic.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/open-sans-v17-latin-300italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-300italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v17-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/open-sans-v17-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v17-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-600.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/open-sans-v17-latin-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/open-sans-v17-latin-600italic.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
    url('fonts/open-sans-v17-latin-600italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-600italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-600italic.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/open-sans-v17-latin-600italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-600italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v17-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('fonts/open-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-italic.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/open-sans-v17-latin-italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 160%;
  min-height: 101%;
}

body {
  padding: 0;
  margin: 0;
  color: #333;
  height: 100%;
}

#nonFooter {
  position: relative;
  min-height: 100%;
}

.main-wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 980px;
}

*html .main-wrapper {
  height: 100%;
}

.clearer {
  clear: both;
  height: 0px;
}

a {
  text-decoration: none;
}

.mitte a,
.mitte_start a,
.sprachwahl a {
  color: #65b32e;
}

.mitte a:hover,
.mitte_start a:hover,
.sprachwahl a {
  text-decoration: underline;
}

.mitte fieldset a,
.mitte_start fieldset a,
.inhalt_rechts fieldset a {
  color: #515151;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin: 20px 0 10px 0;
  color: #65b32e;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}

.spalte_rechts h2 {
  border-bottom: dotted 1px #65b32e;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.ui-accordion-header {
  margin-top: 10px;
  color: #65b32e;
}

.ui-accordion-header:hover {
  cursor: pointer;
}

.ui-accordion-content {
  margin-bottom: 20px;
}

.footertext h3,
.footertextlast h3 {
  font-size: 16px;
  font-weight: 600;
  display: block;
  border-bottom: dotted 1px #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

a img {
  border: 0;
}

.streifen_oben {
  position: relative;
  height: 39px;
  width: 100%;
  background: #65b32e;
}

.mainnavi {
  margin: 0 auto;
  width: 980px;
  height: 39px;
  background: #65b32e;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.suche {
  float: left;
  margin: 0px 0 0 10px;
  width: 182px;
}

.suche fieldset {
  border: 0;
  width: 182px;
  height: 26px;
  background: url(../img/bg_search.png) 0 0 no-repeat;
}

input#inp-search {
  border: 0;
  background: none;
  height: 22px;
  width: 150px;
  padding: 2px;
  float: left;
}

input#inp-go {
  height: 26px;
  width: 28px;
}

input#inp-go:hover {
  cursor: pointer;
}

.service_navi {
  float: right;
  padding: 0;
  display: block;
  margin: 47px -70px 0 28px;
}

.service_navi form {
  float: left;
}

input.suche {
  border: 0;
  height: 26px;
  width: 174px;
  margin-left: 10px;
  padding: 0 4px;
  background: url("../img/bg_search.png") 0 0 no-repeat transparent;
}

.logo {
  float: left;
  margin: 5px 0 19px 0;
}

.mitte_start {
  width: 980px;
  padding: 0;
  float: left;
  font-size: 14px;
  margin: 20px 0 280px 0;
}

.mitte {
  width: 980px;
  padding: 0;
  float: left;
  font-size: 14px;
  line-height: 160%;
  margin: 20px 0 280px 0;
}

.mitte ul {}

.content ul {
  margin-bottom: 15px;
}

.mitte li {
  padding-left: 12px;
  background: url("../img/link_pfeil.gif") no-repeat scroll 0 6px transparent;
  list-style-type: none;
}

/* MAINNAVI */

.mainnavi ul li {
  display: inline;
  float: left;
}

.mainnavi ul li a.navi_on {
  background: #9d9d9c;
}

.mainnavi ul li li a.navi_on {
  color: #9d9d9c;
  background: none;
}

.mainnavi ul li a {
  color: #fff;
  display: block;
  height: 19px;
  padding: 10px 17px;
}

.mainnavi ul li li a {
  color: #65b32e;
}

.mainnavi ul li li a:hover {
  color: #9d9d9c;
}

.mr25 {
  margin-right: 25px;
}

/*  INFOGRID */
#page-wrap2,
#page-wrap4 {
  float: left;
  clear: both;
}

.info-col3 {
  float: left;
  width: 310px;
}

.info-col2 {
  float: left;
  width: 645px;
}

.info-col3 .bildunterschrift {
  width: 310px;
  color: #515151;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  margin-bottom: 20px;
}

.info-col2 .bildunterschrift {
  width: 645px;
  color: #515151;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  margin-bottom: 20px;
}

dt {
  color: #515151;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}


dt {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

dd {
  background: #ffffff;
}

#c88 dt.current,
#c91 dt.current {
  color: #3cac17;
}

.mitte .content {
  float: left;
  width: 645px;
  margin-right: 25px;
  margin-bottom: 20px
}

.spalte_rechts {
  float: left;
  width: 310px;
  margin-top: 236px;
  margin-bottom: 20px
}

.subnavi {
  margin: 0 auto;
  padding-top: 10px;
  width: 980px;
  height: 39px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  list-style-type: none;
}

.subnavi li {
  display: inline;
  padding: 0px 17px;
  border-right: solid 1px #65b32e;
}

.subnavi li:last-child {
  border: none;
}

.subnavi .navi_off {
  color: #65b32e;
}

.subnavi .navi_on {
  color: #9d9d9c;
}

p {
  margin-bottom: 15px;
}

#mobnav-btn {
  display: none;
}

#footer {
  background: #65b32e;
  float: left;
  height: 260px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 30;
  margin-top: -260px;
}

.footer_mitte {
  margin: 0 auto;
  width: 980px;
}

.footertext {
  color: #fff;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 0;
  margin: 30px 35px 0 0;
  width: 350px;
}

.footertextlast {
  color: #fff;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 0;
  margin: 30px 0 0 0;
  width: 200px;
}

.footertext ul {
  list-style-type: none;
}

.footertext a {
  color: #fff;
}

/* Formular */
fieldset {
  width: 400px;
  padding: 10px;
}

legend {
  color: #65b32e;
  font-style: italic;
  padding: 3px;
}

.mitte form li {
  background: none;
  clear: both;
  float: left;
  padding: 0 0 3px;
}

label {
  width: 110px;
  float: left;
  text-align: right;
  padding-right: 5px;
}

.ui-multiselect-menu label {
  width: auto;
}

.ui-multiselect-checkboxes li label span {
  top: 0;
}

.prjimg {
  margin-right: 10px;
  margin-bottom: 20px;
}

.stellen.list div:hover {
  cursor: pointer;
  color: #65b32e;
}

a.txt {
  margin: 0 5px;
}

.mitte input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(223, 221, 218, 0.25);
  border-color: -moz-use-text-color -moz-use-text-color #F6F6F6;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  height: 22px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 1px 3px;
}

.radiotext {
  float: left;
  margin: 0 15px 0 0;
}

.w200 {
  width: 220px;
}

input.w40 {
  float: left;
  margin: 0 0 5px 10px;
  width: 44px;
}

input.w160 {
  float: left;
  margin: 0 0 5px;
  width: 160px;
}

input.w60 {
  float: left;
  margin: 0 10px 5px 0;
  width: 64px;
}

input.w140 {
  float: left;
  margin: 0 0 5px;
  width: 140px;
}

.mitte textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(243, 241, 238, 0.25);
  border-color: -moz-use-text-color -moz-use-text-color #F6F6F6;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  height: 150px;
  margin-bottom: 6px;
  padding: 0 3px;
  width: 220px;
}

.mitte .submit {
  background: url("../img/arrow_right02.png") no-repeat scroll 124px 6px rgba(243, 241, 238, 0.25);
  display: block;
  height: 26px;
  margin-left: 10px;
  padding: 0 20px 2px 5px;
  width: 142px;
}

.mitte .submit:hover {
  background: url("../img/arrow_right02.png") no-repeat scroll 124px -21px rgba(243, 241, 238, 0.25);
  color: #3CAC17;
  cursor: pointer;
}

input.url {
  display: inline;
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  width: 1px;
}

h2.ui-state-default {
  background: url(../img/arrow_down.png) 100% 50% no-repeat
}

h2.ui-state-active {
  color: #9d9d9c;
  background: url(../img/arrow_up.png) 100% 50% no-repeat
}

@media screen and (max-width: 560px) {
  #mobnav-btn {
    display: block;
    color: #fff;
    font-family: arial, sans;
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    margin: 0 auto;
    padding: 10px 0;
  }

  #mobnav-btn:hover {
    cursor: pointer;
  }

  .mainnavi ul li {
    display: block;
    float: none;
  }

  .service_navi {
    display: none;
  }

  .main-wrapper {
    width: 96%;
    margin: 2%;
  }

  .logo,
  .mainnavi,
  .mitte_start,
  .content,
  .spalte_rechts,
  .info-col2,
  .info-col2 img,
  .streifen,
  .info-col2 .bildunterschrift,
  .info-col3,
  .footertext,
  .footertextlast,
  label {
    width: 100% !important
  }

  .kopfbild_breit,
  .kopfbild,
  .logo img {
    max-width: 100%
  }

  .mitte {
    width: 100%;
    margin: 0;
  }

  .mitte img {
    max-width: 100%
  }

  .footer_mitte {
    width: 98%;
    margin: 0 1%;
  }

  fieldset {
    width: 96%;
    margin: 0 1%;
    padding: 1%;
  }

  .info-col3 .streifen,
  .info-col3 .bildunterschrift {
    width: 310px !important;
    margin: auto
  }

  .info-col3 .bildunterschrift {
    margin: 0 auto 20px auto;
  }

  .viewport {
    text-align: center;
    overflow: hidden;
  }

  .logo {
    text-align: center;
  }

  .mainnavi {
    margin: 0 auto;
    padding: 0;
    display: none;
    height: auto;
    z-index: 50;
  }

  .mainnavi li {
    border-bottom: 1px solid #fff;
    background: #65b32e;
  }

  .mainnavi li:first-child {
    border-top: 1px solid #fff;
  }

  .mainnavi.xactive {
    display: block !important;
    background: none repeat scroll 0 0 #9d9d9c;
  }

  .streifen_oben {
    display: block;
    height: auto;
    z-index: 50;
    background: #65b32e;
  }

  .btn {
    position: relative;
    padding-left: 1.25em;
    margin: 0 auto;
  }

  .btn:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 1em;
    height: 0.125em;
    border-top: 0.375em double #fff;
    border-bottom: 0.125em solid #fff;
  }

  .subnavi {
    height: auto;
    width: 96%;
    padding: 10px 2%;
    list-style: square inside none;
  }

  .subnavi li {
    display: block;
    padding: 4px 0 4px 0;
    border-right: none;
  }

  .mitte {
    margin: 20px 0 440px 0;
  }

  .spalte_rechts {
    margin-top: 20px;
    margin-bottom: 120px;
  }

  label {
    text-align: left;
    padding-right: 0;
  }

  #footer {
    background: #65b32e;
    height: 560px;
    margin-top: -560px;
  }
}

@media (min-width: 992px) {
  .cc-color-override-520494288.cc-window {
    color: #000 !important;
    min-height: 50% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 5% !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}