@font-face {
  font-family: 'DTL';
  src: url('../fonts/DTL-Prokyon-T_14675.ttf') format('truetype');
}
@font-face {
  font-family: 'DTL';
  font-weight: 300;
  src: url('../fonts/DTL-Prokyon-T-Light.ttf') format('truetype');
}
html,
body {
  height: 100%;
  color: #333;
  font-size: 14px;
  line-height: 140%;
  font-family: 'DTL', 'Arial';
  /*display: none;*/
}
html[lang="ru"],
html[lang="ru"] body {
  font-family: 'Arial';
}
p {
  margin-bottom: 15px;
}
ul {
  padding-left: 20px;
}
.teaser {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 160%;
  padding: 10px 0;
}
.greenteaser {
  text-transform: uppercase;
  color: #82bf24;
  letter-spacing: 1.6px;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 15px;
}
.green {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  color: #82bf24;
}
.green a {
  color: #82bf24 !important;
}
h1,
h2,
h3 {
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 140%;
}
h1:after,
h2:after,
h3:after {
  content: ' ';
  width: 132px;
  display: block;
  margin: 0 auto;
  padding-bottom: 11px;
  border-bottom: 3px solid #82bf24;
  margin-bottom: 18px;
}
h3 {
  font-size: 22px;
}
h3:after {
  width: 15%;
}
a {
  color: #333;
  text-decoration: none;
}
#Page {
  position: relative;
  min-height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.tx-dce-pi1 {
  margin-bottom: 30px;
}
.tab-pane {
  padding: 20px;
}
.container {
  position: relative;
  width: 800px;
  max-width: 100%;
}
.testtmpl {
  background: #dedede;
  padding: 10px;
}
.contenttable td {
  border: 1px solid #000;
}
table.contenttable {
  width: 100%;
  max-width: 100% !important;
  overflow: auto;
}
#Header {
  position: absolute;
  top: 50px;
  left: 20px;
  right: 0px;
}
#Header #Lang {
  left: 70px;
  position: absolute;
  z-index: 30;
}
#Header #Lang .langnavi {
  height: 24px;
  overflow: hidden;
  transition: 0.4s height;
}
#Header #Lang .langnavi:hover {
  height: 72px;
}
#Header #Lang .langnavi a {
  display: block;
  color: #fff;
  line-height: 24px;
  position: relative;
  text-decoration: none;
  padding-left: 10px;
}
#Header #Lang .langnavi a.active {
  padding-left: 0px;
}
#Header #Lang .langnavi a.active:before {
  content: '';
  display: block;
  width: 0px;
  display: inline-block;
  margin-right: 5px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 5.5px 0 5.5px 5px;
  border-color: transparent transparent transparent #ffffff;
}
#Header #Logo {
  position: absolute;
  z-index: 100;
  right: 50px;
}
#Header #Logo a {
  display: block;
  background: url(../images/logo_bau.svg) no-repeat center center;
  width: 250px;
  height: 100px;
  background-size: contain;
}
.AnchorLogo {
  position: absolute;
  display: none;
  z-index: 100;
  right: 50px;
  top: 50px;
}
.AnchorLogo a {
  display: block;
  background: url(../images/logo_bau.svg) no-repeat center center;
  width: 250px;
  height: 100px;
  background-size: contain;
}
.withlogo .AnchorLogo {
  display: block;
}
#Navi {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 50px;
  background: rgba(130, 191, 36, 0.8);
  overflow: hidden;
  z-index: 150;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-bottom: 3px solid #fff;
  width: 100%;
}
#Navi #mainnav {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-around;
}
#Navi .navi-item {
  display: inline-block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#Navi .navi-item:last-child {
  /*background: #939598;*/
}
#Navi .navi-item a {
  color: #fff;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.8px;
}
#Navi .active.navi-item {
  background: #fff;
}
#Navi .active.navi-item a {
  color: #000;
}
.container-full {
  width: 100%;
  position: relative;
}
#Content {
  /*min-height: 100%;*/
  position: relative;
  background: #fff;
}
.morelink > a,
.morelink > div,
a.morelink {
  display: inline-block;
  border: 3px solid #82bf24;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}
.morelink > a:hover,
.morelink > div:hover,
a.morelink:hover {
  background: #82bf24;
  color: #fff;
}
.fullheight {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 750px;
}
.anchorbox {
  position: relative;
}
.anchorbox .anchor-title {
  display: none;
}
.anchorbox .anchorbox-next {
  display: none;
  opacity: 1;
  transition: 0.4s opacity;
  position: absolute;
  z-index: 50;
  left: 50%;
  margin-left: -35px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: url(../images/greenarrow.svg) no-repeat center 55% rgba(200, 200, 200, 0.4);
  background-size: 25px;
  border: 3px solid #82bf24;
  bottom: 6%;
  border-radius: 100%;
}
.anchorbox .anchorbox-next:hover {
  opacity: 1;
}
.anchorbox .anchorbox-next.anchorbox-tiny {
  display: none;
  bottom: 17px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background-size: 20px;
}
#Anchorarrow {
  opacity: 0.3;
  transition: 0.4s opacity;
  position: fixed;
  z-index: 550;
  left: 50%;
  margin-left: -35px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: url(../images/greenarrow.svg) no-repeat center 55% rgba(200, 200, 200, 0.4);
  background-size: 22px;
  border: 3px solid #82bf24;
  bottom: 55px;
  border-radius: 100%;
}
#Anchorarrow:hover {
  opacity: 1;
}
#Anchorarrow.fadeout {
  opacity: 0;
  pointer-events: none;
}
.lbox .fullheight {
  min-height: 1000px;
}
.lbox .row {
  position: relative;
  height: 100%;
  margin: 0px;
}
.lbox .row .col-md-4 {
  padding: 0px;
  height: 100%;
}
.lbox .lbox-content {
  height: 50%;
  background: #fff;
  text-align: center;
  padding: 0 20px;
  padding-top: 14%;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
.lbox .lbox-content:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  width: 0px;
  height: 0px;
  left: 50%;
  margin-left: -40px;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 20;
}
.lbox .lbox-content .lbox-toptitle {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1.8px;
}
.lbox .lbox-content .lbox-headline {
  margin-bottom: 30px;
}
.lbox .lbox-content .lbox-subtext {
  min-height: 24%;
  margin: 0 20%;
  margin-bottom: 23px;
}
.lbox .lbox-even-1 .lbox-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.lbox .lbox-even-1 .lbox-content:after {
  top: -40px;
  bottom: auto;
  border-width: 0px 40px 40px 40px;
  border-color: transparent transparent #ffffff transparent;
}
.lbox .lbox-even-1 .lbox-image {
  position: absolute;
  top: 0px;
  width: 100%;
}
.lbox .lbox-image {
  overflow: hidden;
  height: 50%;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lbox .lbox-item .lbox-text {
  z-index: 15;
  position: absolute;
  top: 0%;
  opacity: 0;
  transition: 0.4s all;
  height: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}
.lbox .lbox-item .lbox-text .lbox-text-inner {
  text-align: left;
  padding: 5px 8%;
  font-size: 13px;
}
.lbox .lbox-item .lbox-text .lbox-text-inner ul {
  text-align: left;
}
.lbox .lbox-item.additional .lbox-text {
  top: 50%;
  opacity: 1;
}
.lbox .lbox-item.lbox-even-1 .lbox-text {
  bottom: 0%;
  top: auto;
}
.lbox .lbox-item.additional.lbox-even-1 .lbox-text {
  bottom: 50%;
}
.lbox .lbox-item:first-child .lbox-text-inner {
  padding-left: 16%;
}
@media (max-width: 1100px) {
  .lbox .lbox-item:first-child .lbox-text-inner {
    padding: 5px 10%;
  }
}
/*.lbox + .lbox{
    .anchorbox-next{
        display: none;
    }
}*/
.group {
  position: relative;
  text-align: center;
}
.group .group-bg-inner {
  height: 100%;
  box-sizing: border-box;
  padding-top: 100px;
}
.group.nopadding .group-bg-inner {
  padding-top: 0px;
}
.group.topoffset {
  padding-bottom: 100px;
}
.group.topoffset .group-bg-inner {
  padding-top: 0px;
  margin-top: -240px;
}
.group.bgoverlay .group-bgoverlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
}
.group.bgoverlay-black .group-bgoverlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
}
.group.preventfullheight .fullheight {
  height: auto !important;
}
.group.valigncenter .group-bg-inner {
  padding-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.group.ofhidden {
  overflow: hidden;
}
.dcefader {
  width: 900px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
}
.dcefader .dcefader-item {
  position: relative;
}
.dcefader .bx-wrapper .bx-pager {
  bottom: -40px;
}
.textblock {
  z-index: 20;
  position: relative;
  background: rgba(255, 255, 255, 0.8) no-repeat;
  color: #333;
  width: 780px;
  margin: 0 auto;
  padding: 75px;
  top: -50px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 300;
  max-width: 100%;
  margin-bottom: 60px;
}
.textblock h2 {
  font-size: 30px;
}
.textblock .textblock-pic {
  position: absolute;
  right: -120px;
  top: -50px;
  z-index: 20;
}
.textblock.width_small {
  max-width: 90%;
  width: 500px;
}
.textblock.width_50 {
  width: 900px;
}
.textblock .textblock-subtext {
  font-size: 14px;
}
.textblock .textblock-text a {
  color: #fff;
}
.textblock.twocols .textblock-text {
  text-align: left;
  column-count: 2;
  column-gap: 40px;
}
.textblock.white {
  background: #ffffff no-repeat center center;
}
.textblock .textblock-morelink {
  margin-top: 80px;
}
.textblock.grey {
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgba(0, 0, 0, 0.4) no-repeat;
  color: #fff;
}
.textblock.grey .teaser {
  padding: 0;
}
.textblock.grey h2 {
  color: #fff;
  font-size: 34px;
  letter-spacing: 1.3px;
}
.textblock.grey .textblock-subtext {
  margin-bottom: 0px;
}
.textblock.grey .textblock-text {
  margin-top: 30px;
}
.textblock.grey a.morelink,
.textblock.grey a {
  color: #fff;
}
.textblock.grey .textblock-morelink {
  margin-top: 20px;
}
.textblock.greenbox {
  background: #82bf24;
  color: #fff;
  width: 635px;
  padding: 65px 80px;
  margin-bottom: 50px;
}
.textblock.greenbox h2 {
  font-size: 25px;
}
.textblock.greenbox h2:after {
  border-color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.textblock.greenbox h3 {
  text-align: center;
}
.textblock.greenbox .textblock-subtext {
  display: none;
}
.textblock.greenbox .textblock-text {
  text-align: left;
}
.textblock.greenbox .textblock-text p {
  margin-bottom: 0px;
}
.textblock.greenbox .greenteaser {
  color: #fff;
}
.textblock.greenbox .green {
  color: #fff;
}
.textblock .textblock-addtext {
  overflow: hidden;
  position: relative;
  max-height: 0px;
  z-index: 20;
  top: 60px;
  margin: -15px -75px;
}
.textblock .textblock-addtext .textblock-addtext-inner {
  padding: 50px 20%;
  line-height: 170%;
  text-align: left;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.textblock .textblock-addtext .textblock-addtext-inner:after {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  content: ' ';
  background: url(../images/x.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-size: contain;
}
.textblock.additional .textblock-morelink {
  display: none;
}
.textblock.additional .textblock-addtext {
  max-height: 300px;
}
.preventfullheight .textblock.width_50.white {
  padding-bottom: 175px;
  margin-bottom: 0px;
}
.preventfullheight .textblock + .textblock {
  padding-bottom: 175px;
  margin-bottom: 0px;
}
.noarrows .bx-controls-direction {
  display: none;
}
.nopoints .bx-pager bx-default-pager {
  display: none;
}
.fadecontainer .fadecontainer-content {
  position: absolute;
  text-align: center;
  z-index: 100;
  bottom: 50px;
  width: 100%;
}
.fadecontainer .fadecontainer-content .textblock-subtext {
  height: 100px;
}
.fadecontainer .fadecontainer-content .textblock {
  margin-bottom: 0px;
}
.fadecontainer .fadecontainer-content .textblock.grey {
  padding: 20px;
}
.fadecontainer .anchorbox-next {
  z-index: 9999;
}
#Projekte .textblock.grey {
  position: absolute;
  right: 60px;
  top: 60px;
}
#Projekte .textblock.grey h2 {
  font-size: 25px;
}
#Projekte .textblock.width_50 {
  padding: 65px;
  margin-bottom: 0px;
  width: 1100px;
}
#Projekte .textblock.width_50 .textblock-toptitle {
  display: none;
}
#Projekte .textblock.width_50 .textblock-subtext {
  display: none;
}
#Projekte .textblock.width_50 .morelink {
  display: none;
}
#Projekte .textblock.width_50 .textblock-text {
  font-size: 12px;
  line-height: 140%;
}
.bx-wrapper {
  margin: 0px;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0px;
}
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: transparent;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.bx-wrapper .bx-pager .bx-pager-item a:hover {
  background: transparent;
}
.bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: #fff;
}
.bx-wrapper .bx-controls-direction a,
.bx-wrapper .bx-controls-direction a:hover {
  height: 50px;
  width: 30px;
  background: url(../images/whitekontarrow.svg) no-repeat center center;
  background-size: contain;
  right: 20px;
}
.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a:hover.bx-prev {
  lefT: 65px;
  background: url(../images/whitekontarrow_inv.svg) no-repeat center center;
  background-size: contain;
}
#Footer {
  background: #82bf24;
  border-bottom: 50px solid #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  height: 100px;
}
#Footer #FooterInner #TopButton {
  width: 100px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 15px;
  cursor: pointer;
  z-index: 10;
  padding-top: 20px;
  font-weight: bold;
}
#Footer #FooterInner #TopButton:after {
  content: '';
  background: transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 45px solid #fff;
  position: absolute;
  width: 0;
  height: 0;
  top: 0px;
  z-index: -1;
  left: 0px;
}
#Footer #FooterInner #Socials {
  position: absolute;
  top: 5px;
  right: 0px;
}
#Footer #FooterInner #Socials a {
  width: 40px;
  position: relative;
  display: inline-block;
  padding: 4px;
  border-radius: 5px;
}
#Footer #FooterInner #Socials a img {
  width: 100%;
  height: auto;
}
#Footer #FooterInner #ServiceNavi {
  /*            .snavi-item + .snavi-item + .snavi-item{
                            float: right;
                            padding: 0;
                            padding-right: 27%;
                        }*/
}
#Footer #FooterInner #ServiceNavi .snavi-item {
  float: left;
  padding-left: 10px;
}
#Footer #FooterInner #ServiceNavi .snavi-item a {
  display: block;
  color: #000;
  line-height: 50px;
  text-decoration: none;
}
#Footer #FooterInner #ServiceNavi .snavi-item + .snavi-item {
  padding-left: 3%;
}
#Footer #FooterInner #ServiceNavi .snavi-item + .snavi-item + .snavi-item + .snavi-item {
  float: right;
  padding: 0;
  padding-right: 0;
  margin-right: 85px;
}
#Footer #FooterInner #ServiceNavi .snavi-item + .snavi-item + .snavi-item + .snavi-item + .snavi-item {
  float: right;
  margin-right: 23px;
}
#Footer #BTNkarriere {
  position: fixed;
  bottom: 63px;
  right: 50px;
}
#Footer #BTNkarriere a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.8px;
  text-decoration: none;
  padding: 15px;
  background: rgba(130, 191, 36, 0.8);
}
#Footer #BTNkarriere a:hover {
  color: #333;
  background: #ffffff;
}
@media (max-width: 1160px) {
  #Footer #BTNkarriere {
    bottom: 13px;
    right: 0px;
  }
  #Footer #BTNkarriere a {
    padding: 16px;
  }
}
.consulting-1 #ServiceNavi .snavi-item:first-child {
  display: none;
}
.tx-easy-googlemap {
  background: #fff;
}
.tx-easy-googlemap #tx_easy_googlemap {
  box-sizing: border-box;
  border-top: 12px solid #82bf24;
  border-bottom: 12px solid #82bf24;
  height: 50% !important;
}
.tx-easy-googlemap .geo-poilist {
  height: 50%;
  box-sizing: border-box;
  border-bottom: 12px solid #82bf24;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tx-easy-googlemap .geo-poilist .geo-poi {
  cursor: pointer;
  border-radius: 20px;
  padding: 30px 0;
  max-width: 100%;
  text-align: center;
  min-width: 400px;
}
.tx-easy-googlemap .geo-poilist .geo-poi:hover {
  background: rgba(130, 191, 36, 0.3);
}
.tx-easy-googlemap .geo-poilist .geo-poi .geo-title {
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
}
.tx-easy-googlemap .geo-poilist .geo-poi .geo-top {
  letter-spacing: 1.8px;
  color: #82bf24;
  font-weight: 300;
}
.tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-prev,
.tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  left: -30px;
  background-image: url(../images/greenkontarrow_in.svg);
}
@media (max-width: 1500px) {
  .tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-prev,
  .tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    left: 50px;
  }
}
.tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-next,
.tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-next:hover {
  right: -30px;
  background-image: url(../images/greenkontarrow.svg);
}
@media (max-width: 1500px) {
  .tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-next,
  .tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-next:hover {
    right: 0px;
  }
}
.tx-easy-googlemap .gmnoprint {
  display: block;
}
.tx-easy-googlemap .anchorbox-next.anchorbox-tiny {
  bottom: 25px;
}
/* ****** */
/* Cookis */
/* ****** */
#CookisBanner {
  background: #eee;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  padding: 15px;
  font-size: 14px;
  /*display: none !important;*/
}
#CookisBanner .cb-mainalb {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
#CookisBanner .cb-sublab {
  font-size: 14px;
}
#CookisBanner .cb-button {
  cursor: pointer;
  line-height: 30px;
  padding: 0 5px;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  margin-top: 5px;
}
.zp_form {
  position: absolute;
  bottom: 0px;
  z-index: 20;
  left: 0px;
  right: 0px;
  text-align: center;
}
.zp_form #simpleform {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 76px;
  padding-top: 50px;
  padding-bottom: 130px;
  position: relative;
  text-align: center;
}
.zp_form #simpleform .zpform-field {
  margin-bottom: 17px;
}
.zp_form #simpleform input {
  height: 42px;
}
.zp_form #simpleform input,
.zp_form #simpleform textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-left: 7px;
  font-weight: 300;
}
.zp_form #simpleform textarea {
  height: 100px;
  padding-top: 5px;
  margin-bottom: 10px;
  max-height: 1000px;
}
.zp_form #simpleform .frm-headrow {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.zp_form #simpleform .frm-headrow input {
  max-width: 100%;
}
.zp_form #simpleform .frm-headrow .frm-input {
  position: relative;
  width: 49%;
  display: inline-block;
}
.zp_form #simpleform input[type="submit"] {
  background: #82bf24;
  color: #fff;
  border: none;
}
.zp_form #simpleform div.frm-input {
  margin-bottom: 15px;
}
.zp_form #simpleform .zpform-field-required-checked {
  margin-bottom: 5px;
}
.zp_form #simpleform .zpform-field-checkoption {
  text-align: center;
}
.zp_form #simpleform .zpform-field-checkoption input {
  height: 18px;
  width: 18px;
  vertical-align: text-bottom;
  display: inline;
}
.zp_form #simpleform .zpform-field-checkoption label {
  display: inline-block;
  line-height: 20px;
  margin-left: 0px;
  float: none;
}
.zp_form #simpleform .zpform-field-checkoption a {
  font-weight: normal;
  display: inline-block;
  position: relative;
  left: 10px;
  top: 10px;
}
.zp_form .error {
  background-color: rgba(255, 0, 0, 0.2);
}
.zp_form small.error {
  display: none;
}
/*Stelleninserate*/
.smalltext {
  font-size: 12px;
}
.annons {
  padding: 55px;
  background: #fff;
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.annons .textblock {
  border: 1px solid #82be23;
  padding: 50px;
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}
.annons .textblock a {
  color: inherit;
}
.annons .textblock .green {
  font-size: inherit;
}
.annons .textblock .smalltext {
  font-size: 16px;
}
.annons .textblock .greenteaser {
  letter-spacing: 1.6px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.4;
}
.annons .textblock .greenteaser span {
  font-size: 20px;
  text-transform: none;
}
.annons .textblock p {
  margin-bottom: 29px;
}
.annons .textblock ul {
  padding-bottom: 29px;
  margin-bottom: 0;
  margin-top: -29px;
}
.annons .textblock .footer-logo {
  text-align: right;
}
@media (max-width: 768px) {
  .annons .textblock {
    top: 0px;
    font-size: 14px;
    line-height: 1.2;
  }
  .annons .textblock .smalltext {
    font-size: 12px;
  }
  .annons .textblock .greenteaser {
    letter-spacing: 1.4px;
    font-size: 22px;
    line-height: 1.2;
  }
  .annons .textblock .greenteaser span {
    font-size: 14px;
    text-transform: none;
  }
}
@media (max-width: 530px) {
  .annons .textblock .greenteaser {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .textblock {
    top: 0px;
  }
}
@media (max-width: 1450px) {
  .lbox .fullheight {
    min-height: 1100px;
  }
}
@media (max-width: 1350px) {
  .AnchorLogo {
    display: none !important;
  }
  .lbox .lbox-text-inner {
    font-size: 12px;
    line-height: 130%;
  }
}
@media (max-width: 1100px) {
  body {
    padding-left: 50px;
  }
  h2 {
    font-size: 26px;
  }
  .textblock.grey h2 {
    font-size: 22px;
  }
  #Header #Lang {
    left: 20px;
  }
  .bx-wrapper .bx-controls-direction a.bx-prev,
  .bx-wrapper .bx-controls-direction a:hover.bx-prev {
    left: 15px;
  }
  .tx-easy-googlemap .geo-poi {
    min-width: auto;
  }
  .tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-prev,
  .tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    left: 20px;
  }
  .tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-next,
  .tx-easy-googlemap .geo-poilist .bx-wrapper .bx-controls-direction a.bx-next:hover {
    right: 20px;
  }
  .dcefader {
    margin-left: -1%;
  }
  .dcefader .dcefader-item {
    float: left;
    width: 24%;
    margin-left: 1%;
    margin-bottom: 1%;
    height: 220px;
    overflow: hidden;
  }
  .dcefader .dcefader-item img {
    max-width: 100%;
    height: auto;
  }
  #Projekte .textblock.grey {
    position: relative;
    top: auto;
    right: auto;
  }
  #Projekte .textblock.width_50 {
    padding: 30px;
  }
}
@media (max-width: 1100px) and (orientation: landscape) {
  #Navi .navi-item a {
    font-size: 10px;
  }
  .lbox .lbox-content .lbox-toptitle {
    font-size: 12px;
  }
  .lbox .lbox-content:after {
    bottom: -20px;
  }
  .lbox .lbox-content h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .lbox .lbox-content .lbox-subtext {
    margin: 0 20px;
    margin-bottom: 15px;
  }
  .lbox .lbox-even-1 .lbox-content:after {
    top: -20px;
  }
  .lbox .lbox-text .lbox-text-inner {
    padding: 0;
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 11px;
    line-height: 130%;
  }
  .anchorbox-next {
    display: none;
  }
  .group .group-bg-inner {
    /*padding-top: 20px;*/
  }
}
@media (max-height: 965px) and (orientation: landscape) {
  .fullheight {
    min-height: 1020px;
  }
}
@media (max-width: 768px) {
  .fullheight {
    min-height: 1140px;
  }
}
@media (max-width: 1023px) {
  .minfullheight.fullheight,
  .minfullheight .fullheight {
    height: auto !important;
  }
  .textblock .textblock-pic {
    position: static;
    margin-bottom: 20px;
  }
  .lbox .lbox-content {
    padding: 50px 20px;
    padding-top: 120px;
  }
  .lbox .lbox-content .lbox-content:after {
    bottom: -20px;
  }
  .lbox .lbox-content .morelink {
    display: none;
    padding: 2px 12px;
  }
  .lbox .lbox-content .morelink:hover {
    background-color: none;
    color: #333;
  }
  .lbox .lbox-image {
    display: block;
  }
  .lbox .lbox-even-1 .lbox-content {
    position: relative;
  }
  .lbox .lbox-even-1 .lbox-image {
    position: relative;
  }
  .lbox .lbox-even-1 .lbox-content:after {
    top: auto;
    bottom: -20px;
    border-width: 40px 40px 0 40px;
    border-color: #ffffff transparent transparent transparent;
  }
  .lbox .lbox-item .lbox-text {
    top: 50%;
    bottom: auto;
    opacity: 1;
  }
  .lbox .lbox-item .lbox-text .lbox-text-inner {
    font-size: 13px;
  }
  .prbox .prbox-detail {
    left: 3px;
    right: 3px;
    top: 3px;
  }
  .prbox .prbox-detail .col-md-8,
  .prbox .prbox-detail .col-md-4 {
    width: 100%;
    padding: 0px;
  }
  .prbox .prbox-detail .col-md-8 img,
  .prbox .prbox-detail .col-md-4 img {
    width: 100%;
    height: auto;
  }
  .prbox .prbox-detail .prbox-detail-text {
    column-count: 1;
    text-align: left;
  }
  .tx-easy-googlemap {
    max-width: 100%;
  }
  .tx-easy-googlemap #tx_easy_googlemap {
    min-height: 300px;
  }
}
@media (max-width: 450px) {
  #Anchorarrow {
    display: none;
  }
  body {
    padding-left: 0px;
    padding-top: 50px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 17px;
  }
  .fullheight {
    height: auto !important;
    min-height: 350px;
  }
  .anchorbox-next,
  .bx-controls {
    display: none !important;
  }
  #Lang {
    position: relative !important;
    /*        left:37% !important;*/
    left: -14px !important;
    top: 13px;
    text-align: center;
    /*        display: none !important;*/
  }
  #Lang .langnavi a {
    display: inline-block !important;
  }
  .valigncenter.group .fullheight {
    height: 500px !important;
  }
  .group .group-bg-inner {
    padding-top: 00px;
  }
  .group.topoffset .group-bg-inner {
    margin-top: 0px;
  }
  #Header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #82bf24;
    height: 50px;
    z-index: 99999;
  }
  #Header #nav-button {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/menu.svg) no-repeat center center;
    background-size: contain;
    z-index: 50;
  }
  #Header #Logo {
    top: 11px;
    right: 10px;
  }
  #Header #Logo a {
    width: 105px;
    height: 29px;
  }
  #Navi {
    width: auto !important;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: none;
    border: none;
    height: 100%;
    overflow: visible;
    position: fixed;
    top: 0px;
    bottom: 0px;
  }
  #Navi #mainnav {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    padding: 10px;
    padding-top: 70px;
    background: rgba(130, 191, 36, 0.8);
    left: -210px;
    transition: 0.3s left;
    width: 210px;
    display: block;
  }
  #Navi #mainnav .navi-item {
    border-bottom: 1px solid #fff;
    display: block;
  }
  #Navi #mainnav .navi-item a {
    color: #fff;
    background: none;
    line-height: 20px;
    padding: 15px 0;
  }
  #Navi #mainnav .navi-item.active a {
    color: #333;
  }
  #Navi.open #mainnav {
    left: 0px;
  }
  .tx-easy-googlemap #tx_easy_googlemap {
    border-top: none;
  }
  .tx-easy-googlemap .geo-poilist {
    border-bottom: none;
  }
  .tx-easy-googlemap .geo-poilist .geo-poi {
    font-size: 11px;
    line-height: 14px;
    min-width: 0 !important;
  }
  .tx-easy-googlemap .geo-poilist .geo-title {
    font-size: 11px;
    letter-spacing: 1.3px;
  }
  .lbox .fullheight {
    height: auto !important;
    min-height: 0 !important;
  }
  .lbox .lbox-content {
    height: auto;
    padding-top: 50px !important;
  }
  .lbox .lbox-content:after {
    bottom: -10px;
    display: none;
  }
  .lbox .lbox-content .lbox-subtext {
    margin: 0 10px;
    margin-bottom: 15px;
  }
  .lbox .lbox-even-1 .lbox-content:after {
    top: auto;
    bottom: -10px;
  }
  .lbox .lbox-image {
    display: none;
  }
  .lbox .morelink {
    display: none;
  }
  .lbox .lbox-item .lbox-text {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: static;
    opacity: 1;
    transition: none;
    font-size: 12px;
  }
  .textblock {
    padding: 40px 20px;
  }
  .textblock h2 {
    font-size: 22px;
  }
  .textblock.width_50 {
    width: auto;
  }
  .textblock.twocols .textblock-text {
    column-count: 1;
  }
  .textblock .morelink {
    display: none;
  }
  .textblock.grey h2 {
    font-size: 23px;
  }
  .textblock.grey h2:after {
    border-width: 3px;
  }
  .textblock.grey .morelink {
    display: inline-block;
  }
  .textblock.greenbox {
    padding: 30px 20px;
  }
  .textblock.greenbox h2 {
    font-size: 22px;
  }
  .textblock.greenbox .greenteaser {
    margin-bottom: 0px;
    margin-top: 10px;
    display: block;
  }
  .textblock .textblock-addtext {
    width: auto;
    position: static;
    opacity: 1;
    overflow: visible;
    margin: 0 -20px;
    max-height: 300px;
  }
  .textblock .textblock-addtext .textblock-addtext-inner {
    padding: 15px;
  }
  .textblock .textblock-addtext .textblock-addtext-inner:after {
    display: none;
  }
  .textblock .textblock-pic {
    position: static;
  }
  #Footer {
    position: relative;
  }
  .valigncenter .textblock {
    padding: 30px;
  }
  #Home .anchor-title {
    display: none;
  }
  .anchorbox .anchor-title {
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #82bf24;
    display: block;
    text-transform: uppercase;
  }
  #TopButton {
    display: none;
  }
  .zp_form {
    position: static;
  }
  .zp_form #simpleform {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.topoffset a.morelink {
  display: inline-block;
  margin-top: 20px;
}
.touch .morelink > a:hover,
.touch .morelink > div:hover {
  background: none;
  color: #333;
}
.touch .geo-poilist .geo-poi:hover {
  background: none;
}
@media (max-width: 730px) {
  #TopButton {
    display: none;
  }
  /*    #Footer {
            border-bottom: none;
            #FooterInner #Socials {
                position: relative;
                top: 0;
                right: 0;
                text-align: center;
                padding-bottom: 16px;
            }
        }*/
  #ServiceNavi {
    padding-top: 60px;
  }
  #ServiceNavi .snavi-item {
    float: none !important;
    padding-left: 0px !important;
  }
  #ServiceNavi .snavi-item a {
    line-height: 35px !important;
  }
}
html[lang="ru"] #Navi .navi-item a {
  font-size: 11px;
}
