@charset "UTF-8";
.bg-grey {
  background-color: #F0EFEF;
}

.bg-lightblue {
  background-color: #E8F8FD !important;
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("font/roboto-condensed-v25-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("font/roboto-condensed-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("font/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("font/roboto-condensed-v25-latin-700.woff") format("woff"), url("font/roboto-condensed-v25-latin-700.ttf") format("truetype"), url("font/roboto-condensed-v25-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("font/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("font/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("font/roboto-v30-latin-regular.woff2") format("woff2"), url("font/roboto-v30-latin-regular.woff") format("woff"), url("font/roboto-v30-latin-regular.ttf") format("truetype"), url("font/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("font/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("font/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("font/roboto-v30-latin-700.woff2") format("woff2"), url("font/roboto-v30-latin-700.woff") format("woff"), url("font/roboto-v30-latin-700.ttf") format("truetype"), url("font/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
html, body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  color: #1A1A1A;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}

.noscrolling {
  height: 100%;
  overflow: hidden;
}

.paddingBottom-100 {
  padding-bottom: 100px;
}

address, cite, var {
  font-style: normal;
}

button,
input[type=submit] {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

input, textarea, select {
  font-family: "Roboto", sans-serif;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 10px;
  width: 100%;
}

*:focus {
  outline: none;
}

strong, b, .text-bold {
  font-weight: 800;
}

a {
  color: #1A1A1A;
  text-decoration: none;
}

img {
  border: 0px;
  display: block;
  height: auto;
  max-width: 100%;
}

.trans {
  opacity: 0;
}

.imagedesc {
  font-size: 14px;
  line-height: 18px;
  margin: 4px 0 0 0;
  opacity: 0.6;
}

.wip-text {
  display: block;
  opacity: 0.5;
  font-size: 16px;
  font-style: italic;
}

.copytext {
  position: absolute;
  z-index: 5;
  background: #fff;
  opacity: 0.9;
  padding: 0 5px 0 5px;
  font-size: 12px;
  letter-spacing: 0.7px;
  pointer-events: none;
}

.noPointervent {
  pointer-events: none;
}

.editorInfo, .backend-blocksection {
  display: none !important;
}

.text-green {
  color: #96C01E;
}
.text-green a {
  color: #96C01E;
}

a.text-green {
  color: #96C01E;
}

.text-white {
  color: #ffffff;
}
.text-white a {
  color: #ffffff;
}

a.text-white {
  color: #ffffff;
}

.text-center {
  text-align: center;
}

.displaynone {
  display: none !important;
}

.animateAll {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}

.animateTrans {
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}

.imagedarken {
  opacity: 0.7;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 80%;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}

.centerall_1 {
  text-align: center !important;
  max-width: 730px;
  margin: 0 auto;
}

.nopadding-top {
  padding-top: 0px !important;
}

.width-100 {
  width: 100%;
}

.width-50 {
  width: 47%;
}

.width-25 {
  width: 22%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.linkbtn-row {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0;
}

.linkbtn {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  min-height: 22px;
  background-image: url("img/icon-link.svg");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.linkbtn.link-light {
  color: #ffffff;
  background-image: url("img/icon-link.svg");
}
.linkbtn:hover {
  background-position: 5px 2px;
}

.textlink {
  color: #96C01E;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.textlink .linkarrow {
  display: inline-block;
  position: relative;
  margin: 0px 0 0 0;
  top: 4px;
  left: -10px;
}
.textlink:hover .linkarrow {
  left: -5px;
}

.text-center {
  text-align: center !important;
}

.linkrowBTN {
  text-decoration: underline;
}

.textInput em {
  font-style: italic;
}
.textInput h1, .textInput h2, .textInput h3, .textInput h4, .textInput h5, .textInput h6, .textInput h7 {
  margin-bottom: 10px;
  font-weight: 700;
}
.textInput h1, .textInput h2 {
  font-size: 28px;
  line-height: 38px;
}
.textInput h3 {
  font-size: 26px;
  line-height: 36px;
}
.textInput h4, .textInput h5, .textInput h6, .textInput h7 {
  font-size: 22px;
  line-height: 22px;
}
.textInput a {
  color: #1A1A1A;
  text-decoration: underline;
}
.textInput b, .textInput strong {
  font-weight: 700;
}
.textInput p {
  margin: 0 0 15px 0;
}
.textInput p:last-child {
  margin: 0 0 0px 0;
}
.textInput ul {
  margin: 10px 0 10px 0;
  width: 100%;
  float: left;
}
.textInput ul li {
  position: relative;
  width: 90%;
  padding: 0 0 0 20px;
  margin: 5px 0 5px 0;
  float: left;
}
.textInput ul li:before {
  content: "";
  font-weight: 700;
  position: absolute;
  left: 2px;
  top: 11px;
  width: 5px;
  height: 5px;
  background: #1A1A1A;
  border-radius: 100%;
}
.textInput ol {
  margin: 10px 0 10px 0;
  width: 100%;
  float: left;
  list-style: arabic-indic;
  list-style-type: arabic-indic;
  list-style-type: notest;
}
.textInput ol li {
  position: relative;
  width: 90%;
  padding: 0 0 0 5px;
  margin: 5px 0 0px 17px;
  float: left;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  border: 1.5px solid #ffffff;
  border-radius: 32px;
  padding: 10px 30px 10px 30px;
  line-height: 13px;
}
.btn:hover {
  background-color: #ffffff;
  color: #96C01E;
}

.btn-green {
  color: #ffffff;
  border: 1.5px solid #96C01E;
  border-radius: 32px;
  padding: 10px 30px 10px 30px;
  line-height: 13px;
  background-color: #96C01E;
}
.btn-green:hover {
  background-color: #006633;
  border: 1.5px solid #006633;
  color: #ffffff;
}

a.btn[href^=tel] {
  color: #fff;
  background-image: url("img/icon-tel-white.svg");
  background-repeat: no-repeat;
  background-position: 17px 11px;
  background-size: 15px;
  padding-left: 40px;
}
a.btn[href^=tel]:hover {
  color: #96C01E;
  background-image: url("img/icon-tel-green.svg");
}

a.btn[href^=mailto] {
  color: #fff;
  background-image: url("img/icon-mail-white.svg");
  background-repeat: no-repeat;
  background-position: 17px 11px;
  background-size: 15px;
  padding-left: 40px;
}
a.btn[href^=mailto]:hover {
  color: #96C01E;
  background-image: url("img/icon-mail-green.svg");
}

.display-none {
  display: none !important;
}

.burgerBTN {
  display: none;
  width: 25px;
  height: 30px;
}
.burgerBTN .burgerBTNLine {
  float: left;
  width: 100%;
  height: 2px;
  background: #000;
  margin: 0 0 5px 0;
  pointer-events: none;
}
.burgerBTN .OpenNavBTN {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 99999999;
  height: 20px;
  width: 25px;
}
.burgerBTN .CloseNavBTN {
  display: none;
  cursor: pointer;
}

.pagewrapper {
  width: 100%;
  overflow: hidden;
}

.content-wrapper {
  float: left;
  width: 100%;
  margin: 0px 0 0 0;
  padding: 120px 0 0 0;
}

#container {
  min-height: 420px;
  float: left;
  width: 100%;
}

.content-row {
  width: 100%;
  float: left;
  position: relative;
}

.contentPart-center {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

.contentPart-inner {
  width: 100%;
  float: left;
  position: relative;
}

.align-center {
  text-align: center;
}

.section-HL h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}
.section-HL .infoline {
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.scrolled .scrolldown {
  display: none !important;
}

.error404 #container {
  min-height: 1px;
}

.login-wrap {
  max-width: 400px;
  width: 100%;
  border: 0px solid #f1f1f1;
  background-color: #fff;
  padding: 15px;
  border-radius: 0;
  font-family: inherit;
}
.login-wrap .login-submit input[type=submit] {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  background: #96C01E;
  color: #fff;
  border-radius: 32px;
  padding: 10px 30px 10px 30px;
  line-height: 13px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.login-wrap .login-submit input[type=submit]:hover {
  background: #006633;
}
.login-wrap .log-form-group.extra-links {
  opacity: 0.5;
  text-align: center;
  width: 100%;
  margin: 30px 0 30px 0;
  display: block;
}
.login-wrap .log-form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 10px 0 30px 0;
}
.login-wrap #user_captcha {
  width: 182px;
  margin: -10px 0px 0 -40px;
}
.login-wrap .captcha {
  margin: -6px 0px 10px 0px;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.loadingFilter .newsoverview-wrapper:before {
  content: "";
  background-image: url("img/loading-circle.gif");
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: 20;
  left: 50%;
  margin: 0 0 0 -125px;
  top: -110px;
  background-size: 100%;
}
.loadingFilter .news-item {
  opacity: 0.1;
}

.newsletterCodebox a {
  text-decoration: underline;
}

blockquote, q {
  font-style: italic;
  width: 95%;
  position: relative;
  margin: 0 0 10px 5%;
  font-weight: 700;
}
blockquote:before, q:before {
  content: "„";
  color: #96C01E;
  font-size: 80px;
  position: absolute;
  left: -5%;
  top: -19px;
  line-height: 4px;
  width: 4%;
  text-align: right;
  font-weight: 100;
  font-style: normal;
}

.slick-slide .news-item-image {
  width: 100%;
}

.error404 .content-row-pagetitel .pagetitel_h1 {
  width: 100%;
}
.error404 .content-row-pagetitel h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 0 0;
}
.error404 .bllist .bundesland-list {
  padding: 50px 0;
  font-weight: 600;
  text-align: center;
}
.error404 .bllist .bundesland-list a {
  display: inline-block;
  background: #fff;
  margin: 0 5px 14px 5px;
  padding: 10px 40px 10px 40px;
  border-radius: 32px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ffffff;
  background-repeat: no-repeat;
  background-position: -50px 9px;
  background-size: 25px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}
.error404 .bllist .bundesland-list a:hover {
  border: 1px solid #96C01E;
}

.font-Condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.content-row-header {
  padding: 0px 0 0px 0;
  border-bottom: 1px solid #eeeeee;
  height: 90px;
  position: fixed;
  z-index: 99999;
  background: #fff;
  top: 0px;
  left: 0px;
}
.content-row-header .contentPart-inner {
  padding: 25px 0 0 0;
}
.content-row-header .header-left {
  position: relative;
  float: left;
}
.content-row-header .header-right {
  position: relative;
  float: right;
}
.content-row-header .logo {
  float: left;
  height: auto;
  width: 160px;
  margin: -10px 0 0 0;
}
.content-row-header .searchbox {
  position: relative;
  float: left;
  margin: 12px 0 0 30px;
  cursor: pointer;
}
.content-row-header .searchbar {
  display: none;
}
.content-row-header .cta-btn {
  float: right;
  margin: 8px 0 0 30px;
}
.content-row-header .cta-btn a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  background: #96C01E;
  color: #fff;
  border-radius: 32px;
  padding: 10px 30px 10px 30px;
  line-height: 13px;
}
.content-row-header .cta-btn a:hover {
  background: #006633;
}

.searchOn .searchbar {
  display: block;
  position: absolute;
  width: 270px;
  right: 116px;
  top: 92px;
}
.searchOn .searchbar .searchform-inner {
  width: 100%;
  position: relative;
  float: left;
}
.searchOn .searchbar #s {
  border: 0px;
  background: #fff;
  height: 30px;
  border-radius: 15px;
  width: 230px;
}
.searchOn .searchbar #searchsubmit {
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  position: absolute;
  color: #fff;
  margin: 0;
  left: 75%;
  text-indent: -999999px;
  background-image: url("img/icon-arrow-green-round.svg");
  background-repeat: no-repeat;
  top: 5px;
}

.content-row-pagetitel {
  min-height: 282px;
  overflow: hidden;
  z-index: 90;
}
.content-row-pagetitel .pagetitel_bg {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  left: 0px;
  top: 0px;
}
.content-row-pagetitel .pagetitel_h1 {
  position: relative;
  z-index: 10;
  width: 48%;
  text-align: left;
  color: #fff;
  float: left;
  margin: 40px 0 0 0;
}
.content-row-pagetitel .pagetitel_h1 h1 {
  display: block;
  width: 100%;
  font-size: 50px;
  line-height: 50px;
  position: relative;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.content-row-pagetitel .pagetitel_info {
  max-width: 40%;
  float: right;
  position: relative;
  z-index: 20;
  margin: 40px 0 0 0;
}
.content-row-pagetitel .pagetitel_info a {
  text-decoration: underline;
}

.menumain {
  float: left;
  position: relative;
}
.menumain .menu {
  float: left;
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 11px 0 0 0;
}
.menumain .menu li {
  float: left;
  position: relative;
  margin: 0 0 0 40px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.menumain .menu li:first-child {
  margin-left: 0px;
}
.menumain .menu li a {
  display: inline;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.menumain .menu li a:hover {
  border-bottom: 1px solid #1A1A1A;
}
.menumain .menu li.current-menu-item a, .menumain .menu li.current-menu-parent a {
  border-bottom: 1px solid #1A1A1A;
}
.menumain .menu li.current-menu-item li a, .menumain .menu li.current-menu-parent li a {
  border-bottom: 0px solid #1A1A1A;
}
.menumain .menu li.current-menu-item li.current-menu-item a, .menumain .menu li.current-menu-parent li.current-menu-item a {
  border-bottom: 1px solid #1A1A1A;
}
.menumain .menu li .sub-menu {
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  left: -15px;
  box-shadow: 0px 19px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 19px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 19px 10px 0px rgba(0, 0, 0, 0.2);
}
.menumain .menu li .sub-menu li {
  margin: 5px 10px 5px 10px;
  width: 100%;
}
.menumain .menu li .sub-menu li a {
  text-transform: capitalize;
}
.menumain .menu li:hover .sub-menu {
  position: absolute;
  height: auto;
  width: auto;
  max-width: 180px;
  opacity: 1;
  pointer-events: inherit;
  overflow: hidden;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
  padding: 1px 10px 0px 10px;
  background: #fff;
  text-align: left;
}

.content-row-bundeslandmenu {
  position: fixed;
  z-index: 9999;
  background: #006633;
  height: 35px;
  top: 90px;
  color: #fff;
}
.content-row-bundeslandmenu .bundesland-active {
  float: left;
  margin: 6px 0 0 0;
  cursor: pointer;
}
.content-row-bundeslandmenu .bundesland-active .icon-arrowright-white {
  display: inline-block;
  margin: 0px 0 0 10px;
  position: relative;
  top: 0px;
  left: 0px;
}
.content-row-bundeslandmenu .bundesland-active:hover .icon-arrowright-white {
  left: 10px;
}
.content-row-bundeslandmenu .bundesland-list {
  position: fixed;
  background: #96C01E;
  left: -50%;
  top: 0px;
  z-index: 9;
  padding: 50px 5%;
  width: 33%;
  height: 100%;
  -webkit-transition: left 350ms;
  -moz-transition: left 350ms;
  -o-transition: left 350ms;
  transition: left 350ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}
.content-row-bundeslandmenu .BundeslandItem {
  float: left;
  width: 100%;
  font-size: 32px;
  margin: 30px 0 0px 0;
  cursor: pointer;
}
.content-row-bundeslandmenu .BundeslandItem a {
  color: #ffffff;
}
.content-row-bundeslandmenu .BundeslandItem:hover {
  opacity: 0.7;
}
.content-row-bundeslandmenu .icon-x-white {
  display: inline-block;
  margin: 0 0 0 15px;
}
.content-row-bundeslandmenu .bundesland-list-close {
  cursor: pointer;
}
.content-row-bundeslandmenu .bundesland-list-close:hover .icon-x-white {
  opacity: 0.7;
}

.bundesland-list-open-On .content-row-bundeslandmenu {
  z-index: 99999;
}
.bundesland-list-open-On .bundesland-list {
  left: 0%;
}

.bundesland-menu {
  float: right;
  margin: 6px 120px 0 0px;
}
.bundesland-menu a {
  color: #ffffff;
}
.bundesland-menu a:hover {
  text-decoration: underline;
}
.bundesland-menu .current-menu-item a {
  text-decoration: underline;
}
.bundesland-menu li {
  float: left;
  margin: 0 0 0 40px;
  position: relative;
}
.bundesland-menu li ul {
  display: none;
  position: absolute;
  margin: 0px 0 0 -90px;
  padding: 6px 0 0 0;
  width: 180px;
  left: 50%;
}
.bundesland-menu li ul li {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  background: #ffffff;
  text-align: center;
}
.bundesland-menu li ul li a {
  color: #006633;
  text-align: center;
  text-decoration: none !important;
  padding: 8px 5px 7px 10px;
  display: block;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  line-height: 19px;
  border-bottom: 0.5px solid #ccc;
}
.bundesland-menu li ul li a:hover {
  background: #F0EFEF;
}
.bundesland-menu li:hover ul, .bundesland-menu ul:hover {
  display: block;
}
.bundesland-menu .current-menu-parent > a {
  text-decoration: underline;
}

.content-row-bigimagescrollanimation {
  height: 2000px;
  opacity: 0;
}
.content-row-bigimagescrollanimation .zoomBox {
  position: fixed;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  margin: 0 0 0 -25%;
  float: left;
}
.content-row-bigimagescrollanimation .img-bg {
  min-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  margin: 0% 0 0 0%;
  max-width: inherit;
  max-width: 3500px;
}
.content-row-bigimagescrollanimation .img-blatt {
  position: fixed;
  top: 55%;
  left: 50%;
  z-index: 10;
  min-width: 500px;
  max-width: 2500px;
  height: auto;
  margin: -250px 0 0 -250px;
}
.content-row-bigimagescrollanimation .scrolldown {
  display: block;
  position: relative;
  top: inherit;
  z-index: 10;
  left: 50%;
  margin: 0 0 0 -10px;
  width: 20px;
  cursor: pointer;
}
.content-row-bigimagescrollanimation .scrollBox {
  position: absolute;
  z-index: 50;
  width: 950px;
  left: 50%;
  margin: 260px 0 0 -475px;
  color: #ffffff;
}
.content-row-bigimagescrollanimation .scrollBox .bigHL {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 88px;
  font-weight: 700;
  line-height: 100px;
  position: relative;
  text-transform: uppercase;
}
.content-row-bigimagescrollanimation .scrollBox .bigHL .bigHLwrapper {
  margin: 0 auto;
}
.content-row-bigimagescrollanimation .scrollBox .bigHL.hl2line {
  margin-top: 90px;
}
.content-row-bigimagescrollanimation .scrollBox .bigHL.hl3line {
  margin-top: 25px;
}
.content-row-bigimagescrollanimation .scrollBox .infotext {
  float: left;
  width: 100%;
  font-size: 56px;
  line-height: 69px;
  margin: 650px 0 0 0;
}
.content-row-bigimagescrollanimation .scrollBox .infotext d {
  color: #1A1A1A;
}
.content-row-bigimagescrollanimation .scrollBox.fixed .infotext {
  float: left;
  width: 950px;
  margin: 0px 0 0 0;
  position: fixed;
  top: 170px;
}

.content-row-textimagescrollanimation {
  z-index: 99;
  background-color: #ffffff;
}
.content-row-textimagescrollanimation .img-bg {
  width: 100%;
  transform: scale(1.1);
  -webkit-transition: filter 350ms;
  -moz-transition: filter 350ms;
  -o-transition: filter 350ms;
  transition: filter 350ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}
.content-row-textimagescrollanimation .textimagescrollanimation-text {
  position: absolute;
  z-index: 50;
  width: 950px;
  left: 50%;
  margin: 0 0 0 -475px;
  color: #ffffff;
  top: 35%;
}
.content-row-textimagescrollanimation .textimagescrollanimation-text .icon-blatt {
  width: 160px;
  position: absolute;
  left: 11%;
  top: -80px;
  opacity: 0;
  -webkit-transition: all 850ms;
  -moz-transition: all 850ms;
  -o-transition: all 850ms;
  transition: all 850ms;
}
.content-row-textimagescrollanimation .textimagescrollanimation-text .headline {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  float: left;
  width: 80%;
  margin: 0 0 0 20%;
  position: relative;
  z-index: 10;
  opacity: 0;
  top: 25px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.content-row-textimagescrollanimation .textimagescrollanimation-text .infotext {
  font-size: 16px;
  line-height: 24px;
  float: left;
  width: 50%;
  margin: 20px 0 0 32%;
  position: relative;
  z-index: 10;
  opacity: 0;
  top: 50px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-textimagescrollanimation.blurry .img-bg {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.content-row-textimagescrollanimation.blurry .textimagescrollanimation-text .headline {
  top: 0px;
  opacity: 1;
}
.content-row-textimagescrollanimation.blurry .textimagescrollanimation-text .infotext {
  top: 0px;
  opacity: 1;
}
.content-row-textimagescrollanimation.blurry .textimagescrollanimation-text .icon-blatt {
  top: -20px;
  opacity: 1;
}

.content-row-interaktivekarteanimation {
  z-index: 100;
  background: #ffffff;
  min-height: 2000px;
  margin: 0px 0 0 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 1250px;
}
.content-row-interaktivekarteanimation .img-earthfixed {
  position: absolute;
  right: 20px;
  top: 160px;
}
.content-row-interaktivekarteanimation .img-earth {
  transform: scale(1.1);
  float: left;
  display: block;
  position: absolute;
  top: -200px;
  min-width: 480px;
  width: 480px;
  max-width: 5080px;
  right: 0px;
  z-index: 300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}
.content-row-interaktivekarteanimation .img-earth.animateWidth {
  -webkit-transition: all 1650ms;
  -moz-transition: all 1650ms;
  -o-transition: all 1650ms;
  transition: all 1650ms;
  width: 4912px !important;
  left: 44%;
  margin: -2830px 0 0 -3570px;
  max-width: inherit;
  padding: 0px !important;
}
.content-row-interaktivekarteanimation .img-mapblatt {
  position: absolute;
  top: 100px;
  width: 750px;
}
.content-row-interaktivekarteanimation .interaktivekarteanimation-textbox {
  position: absolute;
  z-index: 20;
  top: 250px;
  width: 50%;
}
.content-row-interaktivekarteanimation .interaktivekarteanimation-textbox .bigheadlinebox h2 {
  font-size: 69px;
  line-height: 71px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
}
.content-row-interaktivekarteanimation .interaktivekarteanimation-textbox .textbox {
  width: 80%;
  margin: 30px 0 0 20%;
  color: #fff;
}
.content-row-interaktivekarteanimation .interaktivekarteanimation-textbox .textbox h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}
.content-row-interaktivekarteanimation .map-box {
  position: absolute;
  z-index: 999999;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 390px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 850ms;
  -moz-transition: all 850ms;
  -o-transition: all 850ms;
  transition: all 850ms;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.content-row-interaktivekarteanimation.showMap .map-box {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

.content-row-austriamap .part-textMap {
  position: relative;
  float: left;
  width: 50%;
  min-height: 100px;
}
.content-row-austriamap .part-textMap .part-textMap-hl {
  float: left;
  position: relative;
  margin: 40% 0 0 0;
  text-transform: uppercase;
}
.content-row-austriamap .part-textMap .part-textMap-hl h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
}
.content-row-austriamap .part-clickMap {
  position: relative;
  width: 48%;
  float: right;
}
.content-row-austriamap .part-clickMap .clickMap-IMG {
  width: 120%;
  margin: 180px 0 0 -18%;
}
.content-row-austriamap path {
  stroke: #96C01E;
  fill: #ffffff;
  cursor: pointer;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.content-row-austriamap path:hover, .content-row-austriamap path.blOn {
  stroke: #96C01E;
  fill: #96C01E;
}
.content-row-austriamap .clickmapfactbox-item {
  display: none;
  float: left;
  width: 42%;
  margin: 25px 2% 0px 0;
  position: relative;
}
.content-row-austriamap .clickmapfactbox-item h3 {
  font-weight: 600;
}
.content-row-austriamap .clickmapfactbox-item .text {
  font-weight: 600;
  color: #96C01E;
  font-size: 24px;
  line-height: 30px;
}
.content-row-austriamap .linkrow {
  float: left;
  margin: 60px 0 -50px 10px;
  width: 100%;
}

.content-row-austriamap-single {
  background: #ffffff;
  z-index: 99;
  position: relative;
  float: left;
  width: 100%;
  padding: 100px 0px 150px 0;
}
.content-row-austriamap-single .content-row-austriamap .part-textMap-hl {
  margin: 90px 0 0 0;
}
.content-row-austriamap-single .content-row-austriamap .part-clickMap .clickMap-IMG {
  width: 120%;
  margin: 0px 0 0 -18%;
}

.content-row-klimaschuetzenboxes {
  padding: 100px 0;
  background: #fff;
  z-index: 99;
}
.content-row-klimaschuetzenboxes .icon_text_boxen-wrapper {
  float: left;
  margin: 70px 0 0 0;
  width: 100%;
}
.content-row-klimaschuetzenboxes .iconbox {
  width: 30.3%;
  float: left;
  margin: 0 1.5% 40px 1.5%;
  text-align: center;
}
.content-row-klimaschuetzenboxes .iconbox .iconpart {
  float: left;
  width: 100%;
  height: 50px;
  margin: 0 0 10px 0;
  text-align: center;
}
.content-row-klimaschuetzenboxes .iconbox .iconpart .img-icon {
  display: inline;
}
.content-row-klimaschuetzenboxes .iconbox .text {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  min-height: 60px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
}

.content-row-3imagebuttons {
  z-index: 100;
  background: #ffffff;
  padding: 90px 0;
}
.content-row-3imagebuttons .image_buttons-wrapper .image_button_item {
  float: left;
  width: 30%;
  position: relative;
  height: 300px;
  border-radius: 10px;
  margin: 40px 5% 40px 0;
  overflow: hidden;
}
.content-row-3imagebuttons .image_buttons-wrapper .image_button_item:nth-child(3) {
  margin-right: 0px;
}
.content-row-3imagebuttons .image_buttons-wrapper .image_button_item:nth-child(6) {
  margin-right: 0px;
}
.content-row-3imagebuttons .image_buttons-wrapper .image_button_item:nth-child(9) {
  margin-right: 0px;
}
.content-row-3imagebuttons .image_buttons-wrapper .image_button_item .textlayer {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 50px;
  z-index: 20;
  display: block;
}
.content-row-3imagebuttons .image_buttons-wrapper .image_button_item .img-layer {
  height: auto;
  max-width: inherit;
  width: 100%;
}
.content-row-3imagebuttons .image_buttons-wrapper .image_button_item .layerbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
.content-row-3imagebuttons .image_buttons-wrapper .image_button_item:hover a .layerbg {
  opacity: 0.7;
}
.content-row-3imagebuttons .image_buttons-wrapper .image_button_item:hover a .textlayer {
  bottom: 100px;
}
.content-row-3imagebuttons.image_button_item_4 .image_button_item:last-child, .content-row-3imagebuttons.image_button_item_7 .image_button_item:last-child, .content-row-3imagebuttons.image_button_item_10 .image_button_item:last-child {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.content-row-3imagebuttons.image_button_item_5 .image_button_item:nth-child(4) {
  margin-left: 17%;
}
.content-row-3imagebuttons.image_button_item_8 .image_button_item:nth-child(7) {
  margin-left: 17%;
}
.content-row-3imagebuttons.image_button_item_11 .image_button_item:nth-child(10) {
  margin-left: 17%;
}

.content-row-imagetextboxes .image_buttons-wrapper .image_button_item {
  height: auto;
  margin: 20px 5% 0 0;
}
.content-row-imagetextboxes .image_buttons-wrapper .image_button_item .imagebox {
  height: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #eee;
}
.content-row-imagetextboxes .image_buttons-wrapper .image_button_item .titel {
  float: left;
  font-size: 16px;
  font-weight: 600;
  width: 90%;
  margin: 10px 0 5px 0;
}
.content-row-imagetextboxes .image_buttons-wrapper .image_button_item .text {
  float: left;
  width: 90%;
}

.content-row-newsbundeslandfilter {
  z-index: 100;
  padding: 70px 0;
}
.content-row-newsbundeslandfilter .filterbox {
  float: left;
  position: relative;
  margin: 30px 0 0 5%;
  text-align: center;
  width: 90%;
}
.content-row-newsbundeslandfilter .filterbox .filteritem {
  display: inline-block;
  background: #fff;
  margin: 0 5px 14px 5px;
  padding: 10px 40px 10px 40px;
  border-radius: 32px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ffffff;
  background-repeat: no-repeat;
  background-position: -50px 9px;
  background-size: 25px;
  background-image: url("img/icon-check-green.svg");
}
.content-row-newsbundeslandfilter .filterbox .filteritem:hover {
  border: 1px solid #96C01E;
}
.content-row-newsbundeslandfilter .filterbox .filteritem.filteritemOn {
  border: 1px solid #96C01E;
  background-image: url("img/icon-check-green.svg");
  background-repeat: no-repeat;
  background-position: 6px 9px;
  background-size: 25px;
}
.content-row-newsbundeslandfilter .filterboxZielgruppe {
  display: none;
  border-top: 1px solid #666;
  padding: 16px 0 0 0;
  margin-top: 5px;
}
.content-row-newsbundeslandfilter .filterboxType {
  display: none;
  border-top: 1px solid #666;
  padding: 16px 0 0 0;
  margin-top: 5px;
}
.content-row-newsbundeslandfilter .filterHL {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  width: 100%;
  float: left;
  margin: -5px 0 15px 0;
}
.content-row-newsbundeslandfilter .filteritem.y_rio-negro, .content-row-newsbundeslandfilter .filteritem.x_global {
  display: none;
}

.page-template-page-newsevents .content-row-newsbundeslandfilter .filterboxZielgruppe, .page-template-page-angebote .content-row-newsbundeslandfilter .filterboxZielgruppe {
  display: block;
}

.page-template-page-newsevents .content-row-newsbundeslandfilter .filteritem.y_rio-negro {
  display: inline-block;
}

.page-template-page-angebote .content-row-newsbundeslandfilter .filterboxType {
  display: block;
}
.page-template-page-angebote .content-row-newsbundeslandfilter .filteritem.x_global {
  display: inline-block;
}

.page-template-page-angebote .content-row-newsbundeslandfilter .filterboxType {
  display: none;
}
.page-template-page-angebote .content-row-newsbundeslandfilter .filterboxType.filterboxTypeShow {
  display: block;
}
.page-template-page-angebote .content-row-newsbundeslandfilter .filterboxType .filteritem {
  display: none;
}
.page-template-page-angebote .content-row-newsbundeslandfilter .filterboxType .filteritem.showsubfilter {
  display: inline-block;
}

.content-row-newsslider {
  z-index: 100;
  background: #ffffff;
  padding: 90px 0;
}
.content-row-newsslider .section-HL h2:last-child {
  margin-bottom: 55px;
}
.content-row-newsslider .slider-news {
  margin: 30px 0 0 0;
  width: calc(100% + 30px);
}
.content-row-newsslider .sliderarrow-item {
  position: absolute;
  top: -53px;
  right: 30px;
  cursor: pointer;
}
.content-row-newsslider .sliderarrow-item:hover {
  opacity: 0.7;
}
.content-row-newsslider .sliderarrow-left {
  right: 65px;
}
.content-row-newsslider .news-item {
  float: left;
  width: 25%;
  margin: 0px 30px 0 0;
}
.content-row-newsslider .news-item .metainfo {
  font-size: 13px;
  color: #96C01E;
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  min-height: 25px;
  display: block;
  float: left;
  width: 100%;
}
.content-row-newsslider .news-item .news-item-image-box {
  float: left;
  width: 100%;
  min-height: 238px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}
.content-row-newsslider .news-item .news-item-headline {
  font-size: 16px;
  font-weight: 600;
}
.content-row-newsslider .news-item .news-item-teaser {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  min-height: 120px;
}
.content-row-newsslider .news-item.bundeslandcat_1 .metainfo {
  color: #00B7EB;
}

.news-item {
  position: relative;
}
.news-item .img-icon-event {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 12px;
  display: none;
}
.news-item.item_event .img-icon-event {
  display: block;
}
.news-item .img-icon-online {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  display: none;
}
.news-item.bundeslandcat_13 .img-icon-online {
  display: block;
}
.news-item .catname.catID16, .news-item .catname.catID17, .news-item .catname.catID15 {
  display: none;
}

.content-row-newseventsoverview .newsoverview-wrapper {
  min-height: 450px;
  width: calc(100% + 2%);
}
.content-row-newseventsoverview .news-item {
  width: 23%;
  margin: 0px 2% 30px 0;
}

.content-row-angeboteoverview .news-item .metainfo .catname:after {
  content: " | ";
}
.content-row-angeboteoverview .news-item .metainfo .catname:last-child:after {
  content: "";
}

.content-row-kontakte {
  padding: 60px 0;
  z-index: 90;
  background: #fff;
}
.content-row-kontakte .kontaktbox {
  width: 31%;
  float: left;
  margin: 0 3.5% 40px 0;
  background: #F0EFEF;
  border-radius: 10px;
}
.content-row-kontakte .kontaktbox:nth-child(3n) {
  margin-right: 0px;
  clear: right;
}
.content-row-kontakte .kontaktbox .kontaktbox-inner {
  float: left;
  width: 80%;
  margin: 25px 0 25px 10%;
  min-height: 125px;
}
.content-row-kontakte .kontaktbox .kontaktbox-inner .titel {
  font-size: 16px;
  font-weight: 600;
  color: #96C01E;
  margin: 0 0 5px 0;
}
.content-row-kontakte .kontakt-main {
  float: left;
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 30px 0;
  margin: 0 0 32px 0;
}
.content-row-kontakte .kontakt-main .kontaktbox {
  margin: 0px;
  background: none;
}
.content-row-kontakte .kontakt-main .kontaktbox .kontaktbox-inner {
  margin: 0 0 0px 10%;
  min-height: auto;
}
.content-row-kontakte .kontakte-wrapper {
  width: 100%;
  float: left;
}

.content-wrapper .breadcrumb-container.theme1 a {
  margin: 0 0px;
  padding: 0px 0px;
}

.content-wrapper .breadcrumb-container li .separator {
  color: #1A1A1A !important;
  font-size: 12px;
}
.content-wrapper .breadcrumb-container li .separator:after {
  content: " > ";
}

#container .breadcrumbBox {
  position: absolute;
  z-index: 20;
  top: 20px;
}
#container .breadcrumbBox .breadcrumb-container {
  font-size: 11px;
}
#container .breadcrumbBox .breadcrumb-container a {
  margin: 0 !important;
  padding: 0px !important;
}
#container .breadcrumbBox .breadcrumb-container li {
  margin: 0px;
  padinng: 0px;
}
#container .breadcrumbBox .breadcrumb-container li a {
  background: none;
  display: inline-block;
  margin: 0;
  padding: 0px;
  text-decoration: none;
  color: #1A1A1A;
}

.content-row-teasertext {
  padding: 60px 0 30px 0;
  text-align: center;
  background: #fff;
  z-index: 90;
}
.content-row-teasertext .teasertext-hl {
  max-width: 750px;
  margin: 0 auto 20px auto;
}
.content-row-teasertext .teasertext-text.textInput {
  max-width: 570px;
  margin: 0 auto 20px auto;
}

.content-row-text_2spalten {
  padding: 30px 0;
  z-index: 99;
  background: #fff;
}
.content-row-text_2spalten .linkrow {
  float: left;
  margin: 20px 0 0 10px;
}
.content-row-text_2spalten .textbox {
  float: left;
  width: 46%;
  position: relative;
}
.content-row-text_2spalten .textbox2 {
  float: right;
}
.content-row-text_2spalten .textbox-HL {
  width: 100%;
  float: left;
  display: block;
  min-height: 30px;
  font-size: 16px;
  font-weight: 600;
}

.content-row-imagetext {
  padding: 50px 0;
}
.content-row-imagetext .infoline {
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.content-row-imagetext .textbox-HL {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}
.content-row-imagetext .textbox-HL .text-green {
  display: block;
}
.content-row-imagetext .textbox-content {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.content-row-imagetext .img-boximage {
  border-radius: 10px;
}
.content-row-imagetext .image_right .textbox1 {
  float: right;
}
.content-row-imagetext .image_right .textbox2 {
  float: left;
}
.content-row-imagetext .linkrow {
  float: left;
  margin: 20px 0 -10px 10px;
  width: 100%;
}

.content-row-singleimage {
  padding: 30px 0px;
  background: #fff;
  z-index: 90;
}
.content-row-singleimage .singleimagebox {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.content-row-singleimage .singleimagebox .singleimage {
  width: 100%;
}

.content-row-singletext {
  padding: 30px 0;
  z-index: 99;
  background: #fff;
}
.content-row-singletext .textbox-HL {
  width: 100%;
  float: left;
  display: block;
  min-height: 30px;
  font-size: 16px;
  font-weight: 600;
}

.content-row-ctabanner {
  margin: 0px 0;
  min-height: 270px;
  overflow: hidden;
  z-index: 99;
}
.content-row-ctabanner .pagetitel_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.content-row-ctabanner .ctatitel {
  position: relative;
  z-index: 20;
  float: left;
  width: 100%;
  margin: 60px 0 0 0;
}
.content-row-ctabanner .ctatitel h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
}
.content-row-ctabanner .infotext {
  float: left;
  width: 100%;
  position: relative;
  z-index: 20;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 0 0;
}
.content-row-ctabanner .cta-btn {
  position: relative;
  z-index: 21;
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}
.content-row-ctabanner .cta-btn a {
  margin: 0 10px 0 0;
}

.content-row-lnbanner .ctatitel {
  width: 25%;
  float: left;
}
.content-row-lnbanner .nlbox {
  width: 65%;
  float: right;
  position: relative;
  z-index: 20;
  margin: 59px 0 0 0;
}
.content-row-lnbanner .nl-infotext {
  font-size: 16px;
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 0px 0 45px 0;
}

.content-row-imgtextbanner {
  z-index: 99;
  background: #ffffff;
  padding: 210px 0 70px 0;
  height: 560px;
  overflow: hidden;
}
.content-row-imgtextbanner .pagetitel_bg {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.content-row-imgtextbanner .contentPart-center {
  position: relative;
  z-index: 10;
}
.content-row-imgtextbanner .ctatitel {
  float: left;
  width: 35%;
}
.content-row-imgtextbanner .ctatitel h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
}
.content-row-imgtextbanner .ctatitel h2 .text-white {
  display: block;
}
.content-row-imgtextbanner .ctatextbox {
  float: right;
  width: 60%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.content-row-imgtextbanner .ctatextbox .ctatext {
  width: 70%;
}
.content-row-imgtextbanner .ctatextbox .cta-btn {
  margin: 15px 0 0 10px;
}
.content-row-imgtextbanner .imagedarken {
  bottom: -70px;
}

.content-row-textearthanimation {
  background-color: #ffffff;
  z-index: 99;
  padding: 100px 0 120px 0;
}
.content-row-textearthanimation .img-renderearth {
  position: absolute;
  width: 480px;
  left: 50%;
  margin: -50px 0 0 -225px;
  z-index: 20;
}
.content-row-textearthanimation .textbox {
  display: block;
  max-width: 46%;
  text-align: right;
  float: left;
  font-size: 88px;
  font-weight: 700;
  line-height: 100px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 950ms;
  -moz-transition: all 950ms;
  -o-transition: all 950ms;
  transition: all 950ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
}
.content-row-textearthanimation .textbox-left {
  left: -140px;
}
.content-row-textearthanimation .textbox-right {
  float: right;
  text-align: left;
  right: -100px;
}
.content-row-textearthanimation .textbox-left-out {
  left: -180%;
}
.content-row-textearthanimation .textbox-right-out {
  right: -180%;
}

.content-row-logoslider {
  background-color: #ffffff;
  z-index: 99;
  border-bottom: 1px solid #D4D4D4;
}
.content-row-logoslider .logoslider-box {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 0px 0;
}
.content-row-logoslider .logoslider-box-control {
  float: left;
  width: 15%;
  position: relative;
  z-index: 30;
}
.content-row-logoslider .logoslider-box-control .logoslider-titel {
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 40px 0 5px 0;
  text-transform: uppercase;
}
.content-row-logoslider .logoslider-box-logos {
  float: left;
  width: 85%;
  position: relative;
}
.content-row-logoslider .slider-logos {
  height: 152px;
  width: 100%;
}
.content-row-logoslider .logoitem {
  border-left: 1px solid #ccc;
  height: 160px;
  padding: 20px 20px 20px 20px;
}
.content-row-logoslider .logoitem .img-logo {
  height: 60px;
  width: auto;
  margin: 22px auto;
  max-width: inherit;
}
.content-row-logoslider .sliderarrow-left {
  position: absolute;
  left: -85px;
  top: 55px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 30;
}
.content-row-logoslider .sliderarrow-right {
  position: absolute;
  left: -65px;
  top: 55px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 30;
}
.content-row-logoslider .slick-list {
  overflow: visible;
}
.content-row-logoslider .logoslider-box-logos:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  background: #fff;
  right: 100%;
  z-index: 10;
}

.content-row-space {
  background-color: #ffffff;
  z-index: 99;
  padding: 0 0 100px 0;
}

.content-row-footerCTA {
  z-index: 99;
  height: 150px;
  overflow: hidden;
  background-color: #96C01E;
}
.content-row-footerCTA .footerCTAbox {
  width: 50%;
  float: left;
  position: relative;
  height: 150px;
}
.content-row-footerCTA .footerCTAbox .img-footercta {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}
.content-row-footerCTA .cta-btn {
  position: relative;
  z-index: 99;
  margin: 70px auto 0 auto;
  width: auto;
  text-align: center;
}
.content-row-footerCTA .cta-btn .textlink {
  color: #fff;
  filter: brightness(0) invert(1);
}
.content-row-footerCTA .imagedarken {
  opacity: 0.7;
  height: 100%;
}

.content-row-factboxes .iconbox .iconpart {
  height: 80px;
}
.content-row-factboxes .iconbox .iconpart .img-icon {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.content-row-factboxes .text {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  min-height: 60px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.content-row-factboxes.iconbox_4 .iconbox:last-child, .content-row-factboxes.iconbox_7 .iconbox:last-child, .content-row-factboxes.iconbox_10 .iconbox:last-child {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.content-row-factboxes.iconbox_5 .iconbox:nth-child(4) {
  margin-left: 17%;
}
.content-row-factboxes.iconbox_8 .iconbox:nth-child(7) {
  margin-left: 17%;
}
.content-row-factboxes.iconbox_11 .iconbox:nth-child(10) {
  margin-left: 17%;
}

.content-row-video {
  background-color: #ffffff;
  padding: 70px;
  z-index: 99;
}
.content-row-video .mp4videobox {
  width: 100%;
  height: auto;
}
.content-row-video .videoyoutube {
  width: 100%;
  height: 640px;
}

.content-row-checklist {
  padding: 50px 0;
}
.content-row-checklist .teasertext-hl {
  margin: 0 0 40px 0;
}
.content-row-checklist .checkboxpartitem {
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #96C01E;
  margin: 0 0 40px 0;
  width: 90%;
  padding: 0 0 0 5%;
}
.content-row-checklist .checkboxpartitem:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  left: -3px;
  top: 4px;
  background-image: url("img/icon-check-green.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.content-row-checklist .checkboxpartitem a {
  color: #96C01E;
  text-decoration: underline;
}

.content-row-imageslider {
  z-index: 99;
  padding: 100px 0;
  background: #fff;
}
.content-row-imageslider .slick-list {
  overflow: visible;
}
.content-row-imageslider .slider-images-box {
  float: left;
  width: calc(100% + 30px);
}
.content-row-imageslider .slider-images {
  width: 100%;
  float: left;
  position: relative;
}
.content-row-imageslider .sliderarrow-item {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 30px;
}
.content-row-imageslider .sliderarrow-left {
  right: 70px;
}
.content-row-imageslider .imgslideritem {
  margin-right: 30px;
  opacity: 0.3;
  -webkit-transition: opacity 850ms;
  -moz-transition: opacity 850ms;
  -o-transition: opacity 850ms;
  transition: opacity 850ms;
}
.content-row-imageslider .imgslideritem .img-slideritem {
  border-radius: 10px;
}
.content-row-imageslider .imgslideritem.slick-active {
  opacity: 1;
}

.datenfaktenkarteFrame {
  float: left;
  width: 100%;
  height: 800px;
  position: relative;
  border: 0px;
  padding: 0px;
  margin: 0px;
  displaY: block;
}

.content-row-teamgrid {
  padding: 75px 0px;
}
.content-row-teamgrid .contentPart-inner {
  width: 103.4%;
}
.content-row-teamgrid .team-item {
  float: left;
  width: 30%;
  margin: 0 3.3% 70px 0;
  position: relative;
  cursor: pointer;
}
.content-row-teamgrid .team-item .teamIMGbox {
  border-radius: 10px;
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  position: relative;
}
.content-row-teamgrid .team-item .teamIMGbox .img-team {
  width: 100%;
  border-radius: 10px;
}
.content-row-teamgrid .team-item .team-name {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.content-row-teamgrid .team-item .team-position {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #96C01E;
  line-height: 20px;
  margin: 5px 0 0 0;
}
.content-row-teamgrid .team-item .teamlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size: 15px;
  line-height: 24px;
  cursor: default;
  opacity: 0;
  z-index: -1;
}
.content-row-teamgrid .team-item .teamlayer a {
  cursor: pointer;
}
.content-row-teamgrid .team-item .teamlayer .teamlayer-inner {
  position: absolute;
  bottom: 30px;
  left: 10%;
  width: 85%;
}
.content-row-teamgrid .team-item .teamlayer .teamlayer-inner .anwesenheit {
  float: left;
  width: 90%;
  margin: 10px 0 0 0;
  padding: 0 0 0 25px;
  background-image: url("img/icon-clock-black.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.content-row-teamgrid .team-item .teamlayer .img-closeteamlayer {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.content-row-teamgrid .team-item .teamlayer .img-closeteamlayer:hover {
  opacity: 0.7;
}
.content-row-teamgrid .team-item.itemOn .teamlayer {
  opacity: 1;
  z-index: 5;
}
.content-row-teamgrid .team-item {
  display: none;
}

.bl-burgenland .content-row-teamgrid .burgenland {
  display: block;
}

.bl-kaernten .content-row-teamgrid .kaernten {
  display: block;
}

.bl-noe .content-row-teamgrid .niederoesterreich {
  display: block;
}

.bl-ooe .content-row-teamgrid .oberoesterreich {
  display: block;
}

.bl-salzburg .content-row-teamgrid .salzburg {
  display: block;
}

.bl-steiermark .content-row-teamgrid .steiermark {
  display: block;
}

.bl-tirol .content-row-teamgrid .tirol {
  display: block;
}

.bl-vorarlberg .content-row-teamgrid .vorarlberg {
  display: block;
}

.bl-wien .content-row-teamgrid .wien {
  display: block;
}

.bl-wien .content-row-teamgrid .wien {
  display: block;
}

.team_klimabuendnis .oesterreich, .team_ .oesterreich, .team_www .oesterreich {
  display: block;
}

.ma-vrardBox {
  float: left;
  width: 100%;
  text-align: center;
}

.ma-vrard {
  display: inline-block;
  margin: 100px auto;
  width: 620px;
  background: #ffffff;
  min-height: 220px;
  border-radius: 10px;
  border-radius: 10px;
  box-shadow: -1px -2px 50px -26px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: -1px -2px 50px -26px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -1px -2px 50px -26px rgba(0, 0, 0, 0.26);
}
.ma-vrard .teamIMGbox {
  float: left;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
  margin: 20px 20px 0 20px;
}
.ma-vrard .contact {
  float: left;
  margin: 30px 0 0 20px;
  width: 360px;
  text-align: left;
  padding: 0 0 20px 0;
}
.ma-vrard .contact .kontaktdaten {
  float: left;
  width: 100%;
  margin: 10px 0px 0 0;
}
.ma-vrard .contact .team-name, .ma-vrard .contact .team-position {
  font-weight: 600;
  line-height: 22px;
}
.ma-vrard .contact .team-position {
  color: #96C01E;
}
.ma-vrard .contact .person-email {
  background-image: url("img/icon-mail-black.svg");
  display: block;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  padding: 0px 0 0px 20px;
  margin: 5px 0 0px 0;
  background-position: 0 7px;
}
.ma-vrard .contact .person-tel {
  background-image: url("img/icon-phone-black.svg");
  display: block;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  padding: 0px 0 0px 20px;
  margin: 5px 0 0px 0;
  background-position: 0 4px;
}
.ma-vrard .contact .person-mobil {
  background-image: url("img/icon-mobile-black.svg");
  display: block;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  padding: 0px 0 0px 20px;
  margin: 5px 0 0px 0;
  background-position: 0 4px;
}
.ma-vrard .contact .anwesenheit {
  background-image: url("img/icon-clock-black.svg");
  display: block;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  padding: 0px 0 0px 20px;
  margin: 5px 0 0px 0;
  background-position: 0 4px;
}

.content-row-downloads {
  padding: 0px 0 60px 0;
  z-index: 90;
}
.content-row-downloads .download-section {
  float: left;
  width: 100%;
  margin: 75px 0 0 0;
}
.content-row-downloads .download-filesbox {
  position: relative;
  float: left;
  width: 100%;
}
.content-row-downloads .download-filesbox .download-filerow {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  padding: 25px 0 25px 0;
}
.content-row-downloads .download-filesbox .download-filerow .file-name {
  float: left;
  width: 38%;
  font-size: 16px;
  font-weight: 600;
  margin-right: 2%;
}
.content-row-downloads .download-filesbox .download-filerow .file-desc {
  float: left;
  width: 38%;
}
.content-row-downloads .download-filesbox .download-filerow .file-download {
  float: right;
  max-width: 20%;
}
.content-row-downloads .download-filesbox .download-filerow .file-download .textlink {
  display: block;
  position: relative;
  margin: 0 0 5px 0;
}
.content-row-downloads .download-filesbox .download-filerow .file-download .textlink:last-child {
  margin: 0 0 0px 0;
}
.content-row-downloads .download-filesbox .download-filerow .file-download .textlink .linkarrow {
  display: inline-block;
  position: absolute;
  margin: 0px 0 0 0;
  top: 2px;
  left: -31px;
}
.content-row-downloads .download-filesbox .download-filerow .file-download .textlink:hover .linkarrow {
  left: -21px;
}

.pressecontactbox {
  width: 29%;
  position: absolute;
  right: 0px;
  z-index: 10;
  margin: -128px 0 0 0;
  border-radius: 10px;
  padding: 0 0 20px 0;
  overflow: hidden;
}
.pressecontactbox .metaHL, .pressecontactbox .text {
  font-size: 16px;
  font-weight: 600;
}
.pressecontactbox .kontaktimagebox {
  float: left;
  width: 100px;
  margin: -10px 0 0 0;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}
.pressecontactbox .img-kontakt {
  width: 120%;
  height: auto;
  max-width: inherit;
  margin: 0 0 0 -10%;
}
.pressecontactbox .name {
  width: 60%;
  float: right;
}
.pressecontactbox .pressecontactbox-inner {
  width: 90%;
  margin: 20px 0 0 5%;
  padding: 0 0 0px 0;
}
.pressecontactbox .pressecontact {
  float: left;
  width: 100%;
  padding: 0 0 0 10%;
  margin: 15px 0 0px 0;
}
.pressecontactbox .img-icon {
  position: absolute;
  margin: 7px 0 0 -22px;
}
.pressecontactbox .mobil .img-icon {
  margin-top: 4px;
}
.pressecontactbox .tel .img-icon {
  margin-top: 5px;
}

.content-row-widgetcode {
  padding: 0 0 90px 0;
}

.content-row-aktuelleangebote {
  z-index: 90;
}
.content-row-aktuelleangebote .bg-lightblue {
  background-color: #fff !important;
}
.content-row-aktuelleangebote .section-HL, .content-row-aktuelleangebote .teaserlink {
  display: none;
}
.content-row-aktuelleangebote .content-row-newseventsoverview .newsoverview-wrapper {
  min-height: auto;
}
.content-row-aktuelleangebote .content-row-newsslider {
  padding: 20px 0;
}

.sidebarcontentpage {
  float: left;
  width: 100%;
  margin: 0 0 90px 0;
  position: relative;
  z-index: 95;
}
.sidebarcontentpage .mainpart {
  width: 65%;
  position: relative;
  float: left;
}
.sidebarcontentpage .sidebar {
  width: 28%;
  position: relative;
  float: right;
  margin-top: -80px;
}
.sidebarcontentpage .sidebar .sidebarbox-image img {
  border-radius: 10px;
}
.sidebarcontentpage .sidebar .sidebarbox {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner {
  float: left;
  width: 88%;
  margin: 20px 0 10px 6%;
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .metaHL {
  font-size: 16px;
  font-weight: 600;
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-image {
  float: left;
  width: 100px;
  margin: 0px 12px 10px 0;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-image .img-person {
  width: 120%;
  height: auto;
  max-width: inherit;
  margin: 0 0 0 -10%;
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-hl {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  float: right;
  width: 168px;
  margin: 0 0 18px 0;
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-hl span {
  display: block;
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-hl .position, .sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-hl .text-sub {
  display: block;
  font-size: 14px;
  line-height: 17px;
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-contact {
  float: left;
  width: 100%;
  padding: 0 0 0 8%;
  background-repeat: no-repeat;
  background-size: 15px 14px;
  background-position: 0px 5px;
  hyphens: auto;
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-contact.person-contact.person-mobile {
  background-size: 19px 19px;
  background-position: -2px 2px;
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-tel {
  background-image: url("img/icon-phone-black.svg");
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-mobile {
  background-image: url("img/icon-mobile-black.svg");
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-mail {
  background-image: url("img/icon-mail-black.svg");
}
.sidebarcontentpage .sidebar .sidebarbox .sidebarbox-inner .person-mail a {
  text-decoration: underline;
  line-height: 18px;
  display: block;
  margin: 3px 0 0 0;
}
.sidebarcontentpage .sidebar .sidebarbox.sidebarbox-contact {
  padding: 15px 0 10px 0;
}
.sidebarcontentpage .content-row-newsslider {
  padding: 50px 0 0 0;
  margin: 100px 0 0 0;
}
.sidebarcontentpage .content-row-newsslider .newsoverview-wrapper {
  min-height: 100px;
  height: auto;
  margin: 50px 0 0 0;
}
.sidebarcontentpage .content-row-newsslider .newsoverview-wrapper .news-item {
  width: 23%;
  margin: 0px 2% 0px 0;
  height: auto !important;
}
.sidebarcontentpage .content-row-newsslider .newsoverview-wrapper .news-item .item-teaser {
  min-height: 50px;
}
.sidebarcontentpage .content-row-newsslider .teaserlink {
  margin: 20px 0 50px 0;
  text-align: center;
}

.mainpart {
  font-size: 16px;
}
.mainpart .angebotcontenblock {
  float: left;
  margin: 0 0 0 0;
  width: 100%;
  padding: 50px 0 0 0;
}
.mainpart .angebotcontenblock .angebotinfotext {
  width: 90%;
}
.mainpart .angebotcontenblock .section-HL {
  margin: 0 0 20px 0;
}
.mainpart .angebotcontenblock h3 {
  color: #96C01E;
  font-weight: 600;
  font-size: 16px;
  float: left;
  width: 100%;
  margin: 5px 0 5px 0;
}
.mainpart .ctatitel {
  margin: 30px 0 0px 0;
  color: #1A1A1A;
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  float: left;
  width: 100%;
}
.mainpart .cta-btn {
  margin: 30px 0 0 0;
  float: left;
  width: 100%;
}
.mainpart .cta-btn .btn {
  color: #fff;
  border: 1.5px solid #96C01E;
  background: #96C01E;
  padding-left: 30px;
}
.mainpart .cta-btn .btn:hover {
  background: #006633;
  border: 1.5px solid #006633;
  color: #ffffff;
}
.mainpart .infotext-light {
  float: left;
  font-size: 12px;
  line-height: 16px;
  margin: 30px 0 0 0;
  width: 60%;
  opacity: 0.5;
}
.mainpart .logo-row {
  float: left;
  width: 100%;
  margin: 60px 0 -10px 0;
  border-top: 1px solid #ccc;
  padding: 40px 0 0 0;
}
.mainpart .logo-row .logo {
  float: left;
  width: 20%;
  margin: 0 0 10px 0;
}
.mainpart .logo-row .logo img {
  width: 88%;
}

.crosslinkbox .content-row-newsslider {
  padding: 90px 0 0 0;
}
.crosslinkbox .content-row-newseventsoverview .newsoverview-wrapper {
  margin: 50px 0 0 0;
}
.crosslinkbox .content-row-newsslider .teaserlink {
  margin: 20px 0 50px 0;
  text-align: center;
}

.single-post .contactboxOn .content-row-pagetitel {
  overflow: visible;
  z-index: 999;
}
.single-post .contactboxOn .content-row-pagetitel .pagetitel_info {
  max-width: 50%;
  float: left;
  position: relative;
  margin: 10px 0 0 0 !important;
  clear: left;
}
.single-post .contactboxOn .pressecontactbox {
  margin: 0px 0 0 0;
  bottom: -50px;
  width: 30%;
  max-width: 390px;
}

.content-row-newsletter {
  z-index: 99;
  background: #ffffff;
  padding: 50px 0;
}

.content-row-newslettersubscribe {
  z-index: 99;
  background: #ffffff;
  padding: 50px 0;
}
.content-row-newslettersubscribe .checkboxes {
  margin: 10px 0 0 0;
}
.content-row-newslettersubscribe .checkboxes .checkboxes_expanded {
  padding: 10px 0 1px 20px;
  margin: -15px 0 0 0;
  border-bottom: 0px solid #eee;
  background: #ffffff;
}
.content-row-newslettersubscribe .checkboxes .checkboxes_expanded.Open {
  display: block;
}
.content-row-newslettersubscribe .checkboxes .checkboxes_expanded .pawf-row {
  margin: 0px 0 0px 0;
  margin-bottom: 6px;
  padding: 0 0 5px 0;
}
.content-row-newslettersubscribe .checkboxes .checkboxes_expanded .pawf-row:last-child {
  margin-bottom: 0;
}
.content-row-newslettersubscribe .checkboxes .checkboxToggle {
  background: #ffffff;
  cursor: pointer;
}
.content-row-newslettersubscribe .checkboxes .checkboxToggle:after {
  content: "⌄";
  position: absolute;
  border: 1px solid #ccc;
  width: 15px;
  height: 15px;
  line-height: 12px;
  text-align: center;
  padding: 0 0 0px 0;
  margin: -31px 0 0 0;
  float: right;
  left: 360px;
  cursor: pointer;
}
.content-row-newslettersubscribe .checkboxes label {
  margin: 0 0 0 4px;
  position: relative;
  top: -1px;
}
.content-row-newslettersubscribe .checkboxes .firstcheckbox label {
  top: 1px;
}
.content-row-newslettersubscribe .pawf-row {
  margin: 0 0 10px 0;
  position: relative;
}
.content-row-newslettersubscribe .columnContainer {
  padding: 0px !important;
  margin: 0px !important;
}
.content-row-newslettersubscribe .containerWrapper {
  float: left;
  width: 100%;
}
.content-row-newslettersubscribe .containerWrapper input[type=checkbox] {
  vertical-align: middle;
  float: left;
  width: 20px;
  margin: 5px 5px 0 0;
}
.content-row-newslettersubscribe button {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  background: #96C01E;
  color: #fff;
  border-radius: 32px;
  padding: 13px 30px 13px 30px;
  line-height: 13px;
  border: 0;
  margin: 20px 0 0 0;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-newslettersubscribe button:hover {
  background: #006633;
}

.newsletterCodebox input, .newsletterCodebox textarea, .newsletterCodebox select {
  border: 0px !important;
  background-color: #F0EFEF !important;
  border-radius: 36px !important;
  padding: 5px 5px 5px 5px !important;
  filter: drop-shadow(0 0 0px black) !important;
}
.newsletterCodebox button {
  background-color: #96C01E !important;
  color: white;
  border: none;
  padding: 15px 60px !important;
}
.newsletterCodebox button:hover {
  background-color: #006633 !important;
}

.page-template-page-orderform .sidebarcontentpage .sidebar {
  margin-top: 0;
}
.page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox {
  background: #F0EFEF;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  width: 320px;
  margin: 30px 0 0 0;
  position: relative;
  z-index: 999;
}
.page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox .cartHL {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #96C01E;
  float: left;
  width: 80%;
  margin: 20px 0 10px 10%;
  font-size: 16px;
}
.page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox .OrderBTN {
  float: left;
  letter-spacing: 0.5px;
  width: 100%;
  background: #96C01E;
  text-align: center;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
  color: #fff;
  margin: 30px 0 0 0;
  cursor: pointer;
}
.page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox .OrderBTN:hover {
  background: #006633;
}
.page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox .Anzahl {
  font-size: 16px;
  font-weight: 600;
  float: left;
  width: 80%;
  margin: 10px 0 0 10%;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
}
.page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox .Anzahl .lable {
  text-align: left;
  float: left;
  width: 60%;
}
.page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox .Anzahl .AnzahlVal {
  color: #96C01E;
  text-align: right;
  float: right;
  width: 40%;
}
.page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox .Summe {
  font-size: 16px;
  font-weight: 600;
  float: left;
  width: 80%;
  margin: 10px 0 0 10%;
}
.page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox .Summe .lable {
  text-align: left;
  float: left;
  width: 60%;
}
.page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox .Summe .SummeVal {
  color: #96C01E;
  text-align: right;
  float: right;
  width: 40%;
}
.page-template-page-orderform .orderProductbox {
  margin: 30px 0 0 0;
}
.page-template-page-orderform .orderProductbox .sectionBlock {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}
.page-template-page-orderform .orderProductbox .sectionBlock .section-HL {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.page-template-page-orderform .orderProductbox .order-item {
  float: left;
  width: 48%;
  position: relative;
  border-radius: 10px;
  background: #F0EFEF;
  overflow: hidden;
  height: auto;
  margin: 0px 0 30px 0;
  clear: left;
}
.page-template-page-orderform .orderProductbox .order-item:nth-child(odd) {
  float: right;
  clear: right;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-image-box {
  float: left;
  width: 100%;
  float: left;
  overflow: hidden;
  cursor: pointer;
  height: 170px;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-image-box .order-item-image {
  height: 100%;
  width: auto;
  max-width: inherit;
  margin: 0 auto;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-image-box .order-item-image.landscape {
  width: 100%;
  height: auto;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-headline {
  width: 90%;
  height: 66px;
  float: left;
  margin: 10px 0 0 5%;
  cursor: pointer;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-headline h3 {
  font-size: 16px;
  font-weight: 600;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-count {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-price {
  font-size: 16px;
  font-weight: 600;
  color: #96C01E;
  float: left;
  width: 90%;
  margin: 10px 0 0 5%;
  float: left;
  height: 23px;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-count .quantity {
  position: relative;
  float: right;
  margin: -28px 5% 0px 0;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-count input[type=number]::-webkit-inner-spin-button,
.page-template-page-orderform .orderProductbox .order-item .order-item-count input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-count input[type=number] {
  -moz-appearance: textfield;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-count .quantity input {
  width: 115px;
  height: 35px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  padding-left: 0px;
  padding-left: 0px;
  margin: 0;
  padding-left: 0px;
  border: 0px solid #eee;
  text-align: center;
  position: relative;
  border-radius: 36px;
  font-size: 16px;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-count .quantity input:focus {
  outline: 0;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-count .quantity-nav {
  float: left;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 35px;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-count .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-count .quantity-button.quantity-up {
  position: absolute;
  top: 2.5px;
  height: 30px;
  right: 3px;
  background: #96C01E;
  color: #fff;
  border-radius: 100px;
  width: 30px;
  overflow: hidden;
  font-size: 20px;
  line-height: 27px;
}
.page-template-page-orderform .orderProductbox .order-item .order-item-count .quantity-button.quantity-down {
  position: absolute;
  top: 2.5px;
  height: 30px;
  left: 3px;
  background: #96C01E;
  color: #fff;
  border-radius: 100px;
  width: 30px;
  overflow: hidden;
  font-size: 20px;
  line-height: 27px;
}

.page-template-page-orderform.cartFixed .sidebarcontentpage .sidebar .orderCartbox {
  position: fixed;
  top: 96px;
}

.closeFormBTN {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
.closeFormBTN:hover {
  opacity: 0.5;
}

.ordernow2 {
  display: none;
}

.box-orderform {
  float: left;
  width: 100%;
  position: absolute;
  top: -1900px;
  background: #fff;
  padding: 50px 50px 50px 50px;
  pointer-events: none;
  border-radius: 10px;
  z-index: 20;
  -webkit-box-shadow: 0px 1px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 650ms;
  -moz-transition: top 650ms;
  -o-transition: top 650ms;
  transition: top 650ms;
}

.orderformOn .box-orderform {
  top: 30px;
  z-index: 999999;
  pointer-events: inherit;
}
.orderformOn .orderProductbox:before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  z-index: 99;
  pointer-events: none;
}
.orderformOn .ordernow1 {
  display: none;
}
.orderformOn .ordernow2 {
  display: inline;
}
.orderformOn .box-orderform .inputrow {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.orderformOn .box-orderform .inputrow .input-50 {
  float: left;
  width: 48%;
  position: relative;
}
.orderformOn .box-orderform .inputrow .input-50:nth-child(even) {
  float: right;
}
.orderformOn .box-orderform .inputrow .input-100 {
  float: left;
  width: 100%;
  position: relative;
}
.orderformOn .box-orderform .inputrow input, .orderformOn .box-orderform .inputrow textarea {
  border: 0px;
  background-color: #F0EFEF;
  border-radius: 36px;
}
.orderformOn .box-orderform .inputrow textarea {
  padding: 15px 15px 15px 15px;
  border-radius: 20px;
  height: 100px;
}
.orderformOn .box-orderform .inputrow #shoporderitems {
  background-color: #ffffff;
  border-radius: 0px;
  line-height: 22px;
  padding: 10px 0 15px 0;
  margin: 8px 0 2px 0;
  border-bottom: 0.5px solid #ccc;
  cursor: default;
  font-size: 15px;
  height: 150px;
  border-top: 0.5px solid #ccc;
}
.orderformOn .box-orderform .inputrow .inputlabel {
  float: left;
  width: 100%;
  letter-spacing: 0.5px;
  color: #96C01E;
  float: left;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.orderformOn .box-orderform .inputrow .inputfield.inputfield-checkbox {
  float: left;
  width: 100%;
  border-bottom: 0.5px solid #ccc;
  padding: 0 0 15px 0;
  position: relative;
}
.orderformOn .box-orderform .inputrow .inputfield.inputfield-checkbox .wpcf7-list-item {
  display: inline-block;
}
.orderformOn .box-orderform .inputrow .inputfield.inputfield-checkbox .wpcf7-list-item input {
  margin: 1.5px 13px 0 0;
  padding: 0px;
  cursor: pointer;
  float: left;
  width: 20px;
  height: 20px;
}
.orderformOn .box-orderform .inputrow .inputfield.inputfield-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}
.orderformOn .box-orderform .inputrow .inputfield.inputfield-checkbox .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 600;
}
.orderformOn .box-orderform .inputrow .sendenBTN {
  float: left;
  letter-spacing: 0.5px;
  width: 100%;
  background: #96C01E;
  text-align: center;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
  color: #fff;
  margin: 30px 0 0 0;
  cursor: pointer;
  border-radius: 36px;
  font-size: 16px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.orderformOn .box-orderform .inputrow .sendenBTN:hover {
  background: #006633;
}
.orderformOn .Infotext {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
}
.orderformOn .Infotext a {
  text-decoration: underline;
}
.orderformOn .wpcf7-not-valid-tip {
  color: #006633;
  font-size: 14px;
  font-weight: 100;
  display: block;
  font-style: italic;
}
.orderformOn .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0px;
  color: #006633;
}
.orderformOn .shoporderitems {
  padding: 0px;
  border: 0px;
  overflow: auto;
  height: 20px;
}
.orderformOn .shopeditBTN {
  float: left;
  margin: 0 0 20px 0;
  text-decoration: underline;
  font-size: 14px;
  opacity: 0.5;
  cursor: pointer;
}
.orderformOn .shopeditBTN:hover {
  opacity: 1;
}

.productinfolayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0px 1px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.productinfolayer .closeproductinfolayerBTN {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.productinfolayer .closeproductinfolayerBTN:hover {
  opacity: 0.5;
}
.productinfolayer .productinfolayerContent {
  float: left;
  width: 90%;
  margin: 70px 0 0 5%;
}
.productinfolayer .productinfolayerContent .order-item-detail-hl {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  color: #96C01E;
}
.productinfolayer .productinfolayerContent .order-item-detail-content {
  width: 48%;
  float: left;
  margin: 30px 0 10px 0;
}
.productinfolayer .productinfolayerContent .order-item-detail-content-2 {
  float: right;
}
.productinfolayer .productinfolayerContent .order-item-detail-beschreibung {
  float: left;
  width: 100%;
  border-top: 0.5px solid #ccc;
  margin: 15px 0 10px 0;
  padding: 10px 0 10px 0;
  border-bottom: 0.5px solid #ccc;
}
.productinfolayer .productinfolayerContent .order-item-detail-info_line {
  float: left;
  width: 100%;
}
.productinfolayer .productinfolayerContent .teaserlink {
  width: 100%;
  float: left;
  margin: 20px 0 0 9px;
  opacity: 1;
}

.productinfolayerOn .productinfolayer {
  z-index: 20;
  opacity: 1;
  pointer-events: inherit;
}

#footer {
  background: #fff;
  z-index: 200;
  padding: 50px 0;
  border-top: 1px solid #eee;
}
#footer .logo {
  width: 100%;
  float: left;
  position: relative;
}
#footer .img-logo {
  float: left;
  max-width: 137px;
  height: auto;
}
#footer .img-umweltlogo {
  display: block;
  width: 200px;
  height: auto;
  float: right;
  margin: -35px 0 0 0;
}
#footer .footercontent {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}
#footer .footercontent .NLEmbedbox {
  float: left;
  width: 100%;
  position: relative;
  background: #eee;
  padding: 5px 20px 5px 20px;
  opacity: 0.5;
}
#footer .footercontent .solialicons {
  text-align: right;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
#footer .footercontent .img-social {
  display: inline-block;
}
#footer .footercontent .img-social:hover {
  opacity: 0.7;
}
#footer .footercontent .footercontent-box {
  float: left;
  width: 30%;
  position: relative;
  min-height: 200px;
}
#footer .footercontent .footercontent-box .btn-green {
  display: inline-block;
  line-height: 20px;
}
#footer .footercontent .footercontent-box2 {
  margin: 0 5% 0 5%;
  text-align: center;
}
#footer .footercontent .metalink {
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #96C01E;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer .footercontent .metalink:hover {
  color: #006633;
}
#footer .lastline {
  float: left;
  width: 100%;
  position: relative;
  float: left;
  width: 100%;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8C8C8C;
  border-top: 0.5px solid #ccc;
  padding: 20px 0 0 0;
}
#footer .lastline .lastline-metalink {
  margin-left: 10px;
}
#footer .lastline a {
  color: #8C8C8C;
}
#footer .lastline a:hover {
  color: #006633;
}
#footer .lastline .lastline-box {
  float: left;
  width: 30%;
  position: relative;
  min-height: 1px;
}
#footer .lastline .lastline-box2 {
  margin: 0 5% 0 5%;
  text-align: center;
}
#footer .lastline .lastline-box3 {
  text-align: right;
}

input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

.klimameilenForm {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0 50px 0;
}
.klimameilenForm a {
  text-decoration: underline;
}
.klimameilenForm select {
  background: none;
}
.klimameilenForm input, .klimameilenForm textarea, .klimameilenForm select {
  border: 0px;
  background-color: #F0EFEF;
  border-radius: 36px;
}
.klimameilenForm textarea {
  border-radius: 16px;
}
.klimameilenForm .inputrow {
  float: left;
  position: relative;
  margin: 10px 0 25px 0;
}
.klimameilenForm .inputLabel {
  width: 100%;
  float: left;
  min-height: 30px;
  font-size: 16px;
  font-weight: 600;
}
.klimameilenForm .inputfield {
  float: left;
  width: 100%;
}
.klimameilenForm .inputEnter {
  float: left;
  width: 100%;
  position: relative;
}
.klimameilenForm .inputEnter .wpcf7-list-item {
  display: inline-block;
  margin: 0px 20px 0 0;
  text-align: left;
}
.klimameilenForm .inputEnter .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  float: right;
  position: relative;
}
.klimameilenForm .inputEnter .wpcf7-list-item input {
  width: auto;
  margin: 0 6px 0 0;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.klimameilenForm .subinfo {
  display: block;
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0 0 0;
  opacity: 0.5;
}
.klimameilenForm .requiredInfo {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  color: #96C01E;
}
.klimameilenForm .dsgvo .dsgvo {
  float: left;
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.5;
  text-align: center;
}
.klimameilenForm .dsgvo a {
  text-decoration: underline;
}
.klimameilenForm .subinfoBold {
  font-weight: 600;
  display: block;
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0 0 0;
  opacity: 0.5;
}
.klimameilenForm .subinfoBold.subinfobig {
  opacity: 1;
  font-size: 14px;
}
.klimameilenForm .wpcf7-form-control-wrap {
  position: relative;
  float: left;
  width: auto;
}
.klimameilenForm .klassenr {
  width: 70px;
  float: left;
  margin: -7px 10px 0 -10px;
  text-align: center;
}
.klimameilenForm .inputrow-kidsCount .inputLabel {
  width: auto;
}
.klimameilenForm .inputrow-kidsCount .inputEnter {
  float: left;
  width: auto;
  margin: 0 0 0 10px;
}
.klimameilenForm .inputrow-kidsCount .kidsCount {
  width: 70px;
  float: left;
  margin: -7px 10px 0 0px;
  text-align: center;
}
.klimameilenForm .inputrow-date .inputLabel {
  width: auto;
}
.klimameilenForm .inputrow-date .inputEnter {
  float: left;
  width: auto;
  margin: 0 0 0 10px;
}
.klimameilenForm .inputrow-date .date {
  float: left;
  margin: -7px 10px 0 0px;
  text-align: center;
}
.klimameilenForm .inputrow-products {
  border-top: 0.5px solid #ccc;
  border-bottom: 0.5px solid #ccc;
  padding: 30px 0 30px 0;
}
.klimameilenForm .inputrow-products .inputLabel {
  width: 100%;
  margin: 0 0 10px 0;
}
.klimameilenForm .inputrow-products .inputEnter {
  float: left;
  width: 100%;
  margin: 0 0 20px 0px;
}
.klimameilenForm .inputrow-products .productCount {
  float: left;
  margin: 4px 0px 0 0px;
  text-align: center;
  width: 70px;
}
.klimameilenForm .inputrow-products .productCountbox {
  float: left;
  width: 15%;
}
.klimameilenForm .inputrow-products .sublabel {
  float: left;
  width: 80%;
}
.klimameilenForm .inputrow-products .subinfo {
  display: block;
  width: 90%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0 0 0;
  opacity: 1;
  color: #1A1A1A;
}
.klimameilenForm .inputrow-checkboxset {
  border-bottom: 0.5px solid #ccc;
  padding: 0px 0 30px 0;
  margin-top: 0px;
}
.klimameilenForm .inputrow-kontaktset .inputEnter {
  margin: 0 0 15px 0;
}
.klimameilenForm .inputrow-kontaktset .fieldlabel {
  float: left;
  width: 30%;
  position: relative;
  margin: 7px 0 0 0;
}
.klimameilenForm .inputrow-kontaktset .fieldinput {
  float: left;
  width: 68%;
  margin: 0 0 0 2%;
}
.klimameilenForm .inputrow-kontaktset .wpcf7-form-control-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.klimameilenForm .inputrow-bs {
  border-top: 0.5px solid #ccc;
  padding: 30px 0 0px 0;
}
.klimameilenForm .sendenBTN {
  float: left;
  letter-spacing: 0.5px;
  width: 100%;
  background: #96C01E;
  text-align: center;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
  color: #fff;
  margin: 30px 0 0 0;
  cursor: pointer;
  border-radius: 36px;
  font-size: 16px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.klimameilenForm .sendenBTN:hover {
  background: #006633;
}
.klimameilenForm .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 18px;
  font-weight: 600;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin: -22px 0 0 2px;
  pointer-events: none;
}
.klimameilenForm .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0px;
  float: left;
  width: 100%;
  font-weight: 600;
  color: #96C01E;
}
.klimameilenForm .countpart {
  float: left;
  width: 100%;
  position: relative;
  border-top: 0.5px solid #ccc;
  border-bottom: 0.5px solid #ccc;
  padding: 40px 0 30px 0;
  margin: 30px 0 45px 0;
}
.klimameilenForm .countpart .fieldlabel {
  width: 80%;
}
.klimameilenForm .countpart .fieldinput {
  float: left;
  width: 18%;
  margin: 0 0 0 2%;
}
.klimameilenForm .inputrow-Projektbericht {
  border-bottom: 0.5px solid #ccc;
  padding: 0px 0 30px 0;
  margin: 0px 0 0px 0;
}
.klimameilenForm .inputrow-Projektbericht input {
  width: auto;
}
.klimameilenForm .inputrow-Projektbericht .inputLabel {
  width: 10%;
}
.klimameilenForm .inputrow-Projektbericht .inputEnter {
  margin: 0 0 15px 0;
  width: 90%;
}
.klimameilenForm .inputrow-anmerkungen .wpcf7-form-control-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.klimameilenForm .inputrow-anmerkungen .textareafield {
  height: 100px;
  margin: 5px 0 20px 0;
}
.klimameilenForm .feedbacktable {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.klimameilenForm .feedbacktable .feedbacktableHL {
  float: left;
  width: 100%;
  margin: 5px 0 6px 0;
}
.klimameilenForm .feedbacktableBox table {
  width: 100%;
  display: block;
}
.klimameilenForm .feedbacktableBox th, .klimameilenForm .feedbacktableBox td {
  padding: 2px;
  vertical-align: top;
}
.klimameilenForm .feedbacktableBox .feedbacktableFunktion td {
  padding: 10px;
  width: 30%;
  border: 0.5px solid #ccc;
}
.klimameilenForm .feedbacktableBox .feedbacktableFunktion td:last-child {
  width: 700px;
  max-width: 100%;
}
.klimameilenForm .feedbacktableBox input {
  padding: 0px 0px 0px 0px;
  width: auto;
}
.klimameilenForm .feedbacktableBox .feedbacktableallgemein td {
  padding: 10px;
  width: 48%;
  border: 0.5px solid #ccc;
}
.klimameilenForm .feedbacktableBox .feedbacktableallgemein td:last-child {
  width: 700px;
  max-width: 100%;
}
.klimameilenForm .feedbacktableBox .feedbacktableallgemein .checkboxpart .wpcf7-list-item {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 5px 0;
}
.klimameilenForm .feedbacktableBox .feedbacktableallgemein .checkboxpart .wpcf7-list-item .wpcf7-list-item-label {
  float: right;
  width: 90%;
}
.klimameilenForm #stickerchecklink .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label, .klimameilenForm #stickerchecklink .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
  cursor: pointer;
  text-decoration: underline;
}
.klimameilenForm form.sent .inputrow {
  display: none;
}

.klmameilencounterbox {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 200px;
  height: 130px;
  box-shadow: 1px 2px 44px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 1px 2px 44px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 1px 2px 44px 0px rgba(0, 0, 0, 0.23);
  border-radius: 32px;
  overflow: hidden;
}
.klmameilencounterbox .klmameilencounterboximg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.klmameilencounterbox .klmameilencounterbox-Meilenstand {
  position: absolute;
  z-index: 99;
  bottom: 12px;
  left: 15px;
}
.klmameilencounterbox .MeilenstandCount {
  font-weight: 600;
  font-size: 18px;
  top: 1px;
  position: relative;
}
.klmameilencounterbox .closecounterbox {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.hidecounterbox .klmameilencounterbox {
  bottom: -300px;
  pointer-events: none;
}

.radio-norequired .wpcf7-list-item.first {
  display: none;
}

.inputrow-sticker br {
  display: none;
}

.klassenrstempelwrapper {
  float: left;
  width: 100%;
}
.klassenrstempelwrapper .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  float: right;
  position: relative;
  max-width: calc(100% - 20px);
  line-height: 26px;
}
.klassenrstempelwrapper .klassenrstempel {
  width: 70px;
  float: left;
  margin: -7px 10px 0 -10px;
  text-align: center;
}
.klassenrstempelwrapper .nrKlassenStempel {
  float: left;
  width: auto;
  position: relative;
  top: -23px;
  left: 192px;
}
.klassenrstempelwrapper .sublabelinfo {
  display: block;
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 16px;
  margin: -3px 0 0 68px;
  opacity: 0.5;
}

.post-edit-link {
  display: none;
}

.content-row-pagetitel-search .pagetitel_h1 {
  position: relative;
  z-index: 10;
  width: 90%;
  text-align: left;
  color: #fff;
  float: left;
  margin: 40px 0 0 0;
  margin-top: 40px;
}

h2.suchergebniss {
  display: block;
  width: 100%;
  font-size: 50px;
  line-height: 50px;
  position: relative;
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  text-transform: none;
  opacity: 0.9;
  color: black;
}

.content-row-searchresults {
  margin: 50px 0 50px 0;
}
.content-row-searchresults .entry-title {
  font-size: 16px;
  font-weight: 600;
}
.content-row-searchresults .entry-title:hover {
  color: #96C01E;
}
.content-row-searchresults .entry-title:hover a {
  color: #96C01E;
}
.content-row-searchresults article {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.content-row-searchresults article:last-child {
  border-bottom: 0px solid #eee;
}

/* ....................................................................................... 2000 */
@media only screen and (min-width: 2000px) {
  .content-row-text_2spalten {
    z-index: 999;
  }
}
/* ....................................................................................... H 630 */
@media only screen and (max-height: 630px) {
  .content-row-bundeslandmenu .BundeslandItem {
    font-size: 25px;
    margin: 20px 0 0px 0;
  }
}
/* ....................................................................................... H 520 */
@media only screen and (max-height: 520px) {
  .content-row-bundeslandmenu .bundesland-list {
    overflow: auto;
  }
}
/* ....................................................................................... 1170 */
@media only screen and (max-width: 1170px) {
  .contentPart-center {
    width: 95%;
  }

  .content-row-header .header-left {
    max-width: 90px;
  }

  .content-row-header .cta-btn {
    margin: 8px 0 0 20px;
  }

  .menumain .menu li {
    margin: 0 0 0 25px;
  }

  .content-row-bigimagescrollanimation .zoomBox {
    left: 0%;
    margin: 0 0 0 0%;
  }

  .content-row-bigimagescrollanimation .scrollBox .bigHL {
    font-size: 58px;
    line-height: 70px;
    text-align: center;
    margin: 80px 0 0 0;
  }

  .content-row-bigimagescrollanimation .scrollBox .bigHL .bigHLwrapper {
    width: 100% !important;
  }

  .content-row-bigimagescrollanimation .scrollBox {
    width: 100%;
    left: 0;
    margin: 140px 0 0 0px;
  }

  .content-row-bigimagescrollanimation .img-blatt {
    top: 40%;
  }

  .content-row-bigimagescrollanimation .img-bg {
    min-width: 100%;
    width: auto;
    height: 100%;
  }

  .content-row-bigimagescrollanimation .scrollBox .infotext {
    width: 100% !important;
    font-size: 40px;
    line-height: 69px;
    background-image: url("img/pagetitel_bg.jpg");
    background-size: 100%;
    padding: 20px 0 20px 5%;
  }

  .content-row-textimagescrollanimation .textimagescrollanimation-text {
    width: 100%;
    left: 0%;
    margin: 0 0 0 0px;
    top: 15%;
  }

  .content-row-textimagescrollanimation .textimagescrollanimation-text .infotext {
    width: 60%;
  }

  .content-row-textimagescrollanimation .textimagescrollanimation-text .headline {
    font-size: 40px;
    line-height: 45px;
  }

  .teaserlink {
    margin: 40px 0 0 0;
    float: left;
    width: 100%;
  }

  .content-row-newsslider .news-item .news-item-image-box {
    height: 120px;
  }

  .img-earth {
    display: none !important;
  }

  .content-row-interaktivekarteanimation .img-earthfixed {
    width: 290px;
    top: 310px;
  }

  .content-row-interaktivekarteanimation .img-mapblatt {
    top: 0;
    width: 540px;
    left: 20px;
  }

  .content-row-interaktivekarteanimation .interaktivekarteanimation-textbox .bigheadlinebox h2 {
    font-size: 49px;
    line-height: 49px;
  }

  .content-row-interaktivekarteanimation {
    min-height: 620px !important;
    padding-bottom: 0;
  }

  .content-row-interaktivekarteanimation .interaktivekarteanimation-textbox {
    top: 30px;
    width: 70%;
  }

  .content-row-ctabanner .ctatitel h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .content-row-pagetitel .pagetitel_h1 h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .content-row-imagetext .textbox-HL {
    font-size: 24px;
    line-height: 34px;
  }

  .section-HL h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .content-row-3imagebuttons, .content-row-imagetext, .content-row-teamgrid {
    padding: 40px 0;
  }

  #footer .lastline {
    font-size: 10px;
  }

  .pressecontactbox {
    width: 39%;
    margin: -160px 0 0 0;
  }

  .pressecontactbox .metaHL, .pressecontactbox .text {
    font-size: 14px;
  }

  html, body {
    font-size: 14px;
    line-height: 20px;
  }

  .file-download .textlink .linkarrow {
    display: block;
    float: right;
  }

  .content-row-bundeslandmenu .bundesland-list {
    width: 70%;
    left: -70%;
  }

  .content-row-bundeslandmenu .BundeslandItem {
    font-size: 25px;
    margin: 25px 0 0px 0;
  }

  .bundesland-list-open-On .bundesland-list {
    left: 0%;
  }

  .bundesland-menu li {
    margin: 0 0 0 20px;
  }

  .content-row-textearthanimation .img-renderearth {
    width: 250px;
    margin: 0px 0 0 -104px;
  }

  .content-row-textearthanimation .textbox-left {
    left: 0;
  }

  .content-row-textearthanimation .textbox-right {
    right: 0;
  }

  .content-row-textearthanimation .textbox {
    font-size: 48px;
    line-height: 64px;
  }

  .content-row-imgtextbanner .pagetitel_bg {
    width: auto;
    height: 100%;
    max-width: inherit;
  }

  .content-row-imgtextbanner .ctatitel {
    width: 100%;
  }

  .content-row-imgtextbanner .ctatextbox {
    float: left;
    width: 100%;
  }

  .content-row-logoslider .sliderarrow-right {
    left: -20px;
    top: 65px;
  }

  .content-row-logoslider .sliderarrow-left {
    position: absolute;
    left: -40px;
    top: 65px;
  }

  .content-row-logoslider .logoslider-box-control .logoslider-titel {
    font-size: 12px;
  }
  .content-row-logoslider .logoslider-box-control .logoslider-titel br {
    displaY: none;
  }

  .content-row-space {
    padding: 0 0 25px 0;
  }

  .content-row-austriamap .part-textMap {
    width: 100%;
  }

  .content-row-austriamap-single {
    padding: 20px 0px 20px 0;
  }

  .content-row-austriamap .part-clickMap {
    width: 100%;
    float: left;
  }

  .content-row-austriamap-single .content-row-austriamap .part-clickMap .clickMap-IMG {
    width: 100%;
    margin: 0px 0 0 0;
  }

  .content-row-checklist .checkboxpartitem {
    padding: 0 0 0 10%;
  }

  .mainpart .ctatitel {
    font-size: 30px;
    line-height: 35px;
  }
  .mainpart .ctatitel br {
    display: none;
  }

  .sidebarcontentpage .sidebar {
    width: 40%;
  }

  .sidebarcontentpage .mainpart {
    width: 58%;
  }

  .content-row-kontakte .kontaktbox {
    width: 48%;
    margin: 0 2% 20px 0;
  }

  .content-row-kontakte .kontaktbox:nth-child(3n) {
    margin-right: 2%;
    clear: inherit;
  }
}
/* ....................................................................................... 1023 */
@media only screen and (max-width: 1023px) {
  .pressecontactbox .kontaktimagebox {
    float: none;
    margin: 0 auto;
  }

  .pressecontactbox .name {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
  }

  .mail {
    hyphens: auto;
  }
}
/* ....................................................................................... 767 */
@media only screen and (max-width: 767px) {
  .barrierfree .BTNbarrierfreeContrast {
    margin: 10px 0px 0 10px !important;
    height: 20px;
  }

  .barrierfree .BTNbarrierfreeContrastplus {
    margin: 8px 0px 0 10px !important;
    height: 22px;
  }

  .barrierfree .BTNbarrierfreeAplus {
    margin: 10px 0px 0 4px !important;
    height: 20px !important;
  }

  .breadcrumb-container {
    line-height: 15px;
  }

  .textsizebig .breadcrumb-container {
    font-size: 14px !important;
    line-height: 15px;
  }

  .content-row-header .header-right {
    display: none;
  }

  .content-row-bigimagescrollanimation .scrollBox .bigHL {
    font-size: 28px;
    line-height: 35px;
  }

  .content-row-bigimagescrollanimation .scrollBox {
    margin: 10px 0 0 0px;
  }

  .content-row-bigimagescrollanimation .scrollBox .bigHL {
    margin-top: 65% !important;
  }

  .content-row-bigimagescrollanimation .img-blatt {
    top: 150px;
    left: 50%;
    z-index: 10;
    min-width: 100px;
    max-width: 340px;
    margin: -10px 0 0 -170px !important;
    position: absolute;
  }

  .content-row-bigimagescrollanimation .zoomBox {
    position: absolute;
  }

  .content-row-bigimagescrollanimation .scrollBox .infotext {
    font-size: 26px;
    line-height: 38px;
    margin: 405px 0 0 0 !important;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
  }

  .content-row-bigimagescrollanimation {
    height: 1299px;
  }

  .content-row-bigimagescrollanimation .scrollBox.fixed .infotext {
    position: absolute;
    top: inherit;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
  }

  .content-row-textimagescrollanimation .img-bg {
    width: auto;
    max-width: inherit;
    height: 690px;
    margin: -200px 0 0 0;
  }

  .content-row-textimagescrollanimation .textimagescrollanimation-text .infotext {
    width: 70%;
    margin: 20px 0 0 20%;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
  }

  .content-row-3imagebuttons .image_buttons-wrapper .image_button_item {
    width: 100%;
    margin: 0px 0 20px 0;
  }

  .content-row-newsslider .news-item .news-item-image-box {
    height: 290px;
    margin: 0 0 10px 0;
  }

  .content-row-newsslider .news-item .news-item-teaser {
    min-height: auto;
  }

  .content-row-newsslider .news-item .metainfo {
    margin: 0px 0 5px 0;
  }

  .content-row-newsslider {
    padding: 35px 0;
  }

  .content-row-interaktivekarteanimation .img-mapblatt {
    top: 20px;
    width: 540px;
    left: 19%;
    max-width: 210px;
  }

  .content-row-interaktivekarteanimation .img-earthfixed {
    width: 90px;
    top: 100px;
  }

  .content-row-interaktivekarteanimation .interaktivekarteanimation-textbox .textbox {
    width: 120%;
    margin: 30px 0 0 15%;
    color: #1A1A1A;
  }

  .linkbtn.link-light {
    color: #96C01E;
    background-image: url("img/icon-arrow-green-round.svg");
    background-position: 0px 0px;
  }

  .content-row-lnbanner .ctatitel {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .content-row-lnbanner .ctatitel br {
    display: none;
  }

  .content-row-lnbanner .nlbox {
    width: 100%;
    float: left;
    margin: 20px 0 30px 0;
  }

  .content-row-klimaschuetzenboxes {
    padding: 50px 0;
  }

  .content-row-klimaschuetzenboxes .icon_text_boxen-wrapper {
    margin: 50px 0 0 0;
  }

  .content-row-klimaschuetzenboxes .iconbox {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .content-row-klimaschuetzenboxes .iconbox .img-icon {
    margin: auto;
    float: none;
  }

  .content-row-footerCTA .footerCTAbox {
    width: 100%;
    height: 80px;
  }

  .content-row-footerCTA {
    height: auto;
    float: left;
    position: relative;
  }

  .content-row-footerCTA .cta-btn {
    margin: -14px auto 0 auto;
  }

  #footer .img-umweltlogo {
    width: 180px;
    margin: -7px 0 -40px 0;
  }

  #footer .footercontent .footercontent-box {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    margin: 0 0 20px 0;
  }

  #footer .footercontent .footercontent-box2 {
    margin: 0 0 0 0;
  }

  #footer .footercontent .metalink {
    text-align: center;
    margin: 10px 0 0 0;
  }

  #footer .footercontent .footercontent-box2 {
    margin: 40px 0 20px 0;
  }

  #footer .footercontent .solialicons {
    text-align: center;
    margin: 25px 0 0 0;
  }

  #footer .lastline .lastline-box {
    width: 100%;
    text-align: center;
  }

  #footer .lastline {
    font-size: 12px;
    line-height: 20px;
  }

  #footer .lastline .lastline-box3 {
    text-align: center;
    margin: 20px 0 0 0;
  }

  .content-row-bundeslandmenu .bundesland-list {
    width: 100%;
    left: -110%;
  }

  .bundesland-list-open-On .bundesland-list {
    left: 0%;
  }

  .content-row-bundeslandmenu .icon-x-white {
    margin: -3px 0 0 15px;
    width: 20px;
    position: absolute;
    right: 30px;
  }

  .burgerBTN {
    display: block;
    position: absolute;
    right: 0px;
    top: 36px;
    z-index: 999;
  }

  .bundesland-menu {
    float: left;
    margin: 0px;
    display: none;
    width: 100%;
  }

  .content-row-3imagebuttons .image_buttons-wrapper .image_button_item .img-layer {
    height: auto;
    max-width: inherit;
    min-width: 100%;
  }

  .mobnavOn .OpenNavBTN {
    display: none;
  }
  .mobnavOn .CloseNavBTN {
    display: block;
  }
  .mobnavOn .content-row-header .header-right {
    display: block;
    position: fixed;
    z-index: 20;
    background: #ffffff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 130px 0 0 0;
  }
  .mobnavOn .content-row-header .cta-btn {
    margin: 8px 0 0 20px;
    position: absolute;
    top: 28px;
  }
  .mobnavOn .content-row-header .searchbox {
    position: absolute;
    margin: 0px;
    top: 40px;
    right: 110px;
  }
  .mobnavOn .menumain {
    width: 90%;
    margin: 0 0 0 5%;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
  }
  .mobnavOn .menumain .menu {
    margin: -5px 0 0 0;
    border-top: 1px solid #ccc;
    padding: 9px 0 0 0;
  }
  .mobnavOn .menumain .menu .openSubBtn {
    display: block;
    position: absolute;
    right: 0px;
    top: 3px;
    background: #eee;
    width: 20px;
    text-align: center;
    height: 20px;
    cursor: pointer;
  }
  .mobnavOn .menumain .menu li {
    width: 100%;
    margin: 5px 0 6px 0;
    padding: 0px;
    border-bottom: 1px solid #ccc;
    padding: 0px 0 11px 0;
  }
  .mobnavOn .menumain .menu li .sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    pointer-events: inherit;
    padding: 0px;
    left: 0;
    height: auto;
    overflow: inherit;
    display: none;
  }
  .mobnavOn .menumain .menu li .sub-menu li {
    margin: 10px 0 5px 0px;
    width: 100%;
    padding: 0 0 0 0px;
    position: relative;
    border-bottom: 0px solid #ccc;
  }
  .mobnavOn .menumain .menu li .sub-menu li a:before {
    content: "- ";
  }
  .mobnavOn .menumain .menu li.subOn .sub-menu {
    display: block;
  }
  .mobnavOn .content-row-bundeslandmenu {
    z-index: 99999;
  }
  .mobnavOn .content-row-bundeslandmenu .bundesland-active {
    margin: 9px 0 0 0;
  }
  .mobnavOn .bundesland-menu {
    display: block;
    position: relative;
    top: 0px;
    background: #006633;
    padding: 10px 0 0px 0;
  }
  .mobnavOn .bundesland-menu:before {
    content: "";
    position: absolute;
    pointer-events: none;
    height: 100%;
    width: 30px;
    right: 100%;
    top: 0px;
    background: #006633;
  }
  .mobnavOn .bundesland-menu:after {
    content: "";
    position: absolute;
    pointer-events: none;
    height: 100%;
    width: 30px;
    left: 100%;
    top: 0px;
    background: #006633;
  }
  .mobnavOn .bundesland-menu li {
    float: left;
    width: 95%;
    margin: 5px 0 5px 2.5%;
    border-bottom: 1px solid green;
    padding: 0 0 12px 0;
    position: relative;
  }
  .mobnavOn .bundesland-menu li:last-child {
    border-bottom: 0px;
  }
  .mobnavOn .bundesland-menu li .openSubBtn {
    display: block;
    position: absolute;
    right: 0px;
    top: 1px;
    background: #96C01E;
    width: 20px;
    text-align: center;
    height: 20px;
    cursor: pointer;
  }
  .mobnavOn .bundesland-menu li a {
    font-weight: 600;
  }
  .mobnavOn .bundesland-menu li .sub-menu {
    position: relative;
    margin: 0px;
    padding: 6px 0 0 0;
    width: 100%;
    left: 0;
    color: #ffffff;
    background: none;
    display: none;
    text-align: left;
  }
  .mobnavOn .bundesland-menu li .sub-menu li {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    text-align: left;
    background: none;
    border: 0px;
  }
  .mobnavOn .bundesland-menu li .sub-menu li a {
    color: #fff;
    text-align: left;
    background: none;
    font-weight: 400;
  }
  .mobnavOn .bundesland-menu li .sub-menu li a:before {
    content: "- ";
  }
  .mobnavOn .bundesland-menu li.subOn .sub-menu {
    display: block;
  }

  .content-row-pagetitel .pagetitel_h1 {
    width: 100%;
    margin: 70px 0 0 0 !important;
  }

  .content-row-pagetitel .pagetitel_info {
    max-width: 100%;
    margin: 20px 0 25px 0 !important;
  }

  .content-row-ctabanner .cta-btn a {
    margin: 0 10px 0 0;
    display: block;
    width: auto;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .content-row-ctabanner .cta-btn {
    margin: 20px 0 0 0;
  }

  .content-row-textearthanimation .textbox {
    font-size: 28px;
    line-height: 44px;
  }

  .content-row-textearthanimation .img-renderearth {
    width: 140px;
    margin: 0px 0 0 -70px;
    top: -99px;
  }

  .content-row-textearthanimation .textbox {
    width: 49%;
    max-width: 49%;
    margin: 27px 0px 0 0;
  }

  .content-row-textearthanimation {
    padding: 100px 0 40px 0;
  }

  .content-row-text_2spalten .textbox {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .content-row-imgtextbanner .ctatextbox .ctatext {
    width: 100%;
  }

  .imagedarken {
    opacity: 1;
  }

  .content-row-logoslider .logoslider-box-control {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .content-row-logoslider .logoslider-box-logos {
    width: 100%;
  }

  .content-row-logoslider .logoitem {
    border: 1px solid #ccc;
    border-right: 0px solid #ccc;
  }

  .content-row-logoslider .sliderarrow-left {
    position: absolute;
    left: 5px;
    top: 40%;
  }

  .content-row-logoslider .sliderarrow-right {
    right: 5px;
    top: 40%;
    left: inherit;
  }

  .content-row-logoslider {
    border-bottom: 0px solid #D4D4D4;
  }

  .content-row-austriamap .clickmapfactbox-item {
    width: 100%;
    margin: 25px 0 0px 0;
  }

  .clickMap-IMG svg {
    display: none;
  }

  .content-row-austriamap .linkrow {
    margin: 20px 0 5px 10px;
    width: 100%;
  }

  .content-row-video {
    background-color: #ffffff;
    padding: 25px 0 25px 0;
    z-index: 99;
  }

  .content-row-checklist .checkboxpartitem::before {
    left: 0;
  }

  .content-row-checklist .checkboxpartitem {
    margin: 0 0 20px 0;
  }

  .content-row-newseventsoverview .news-item {
    width: 100%;
    margin: 0px 0 30px 0;
    height: auto !important;
  }

  .content-row-newseventsoverview .newsoverview-wrapper {
    width: 100%;
  }

  .sidebarcontentpage .mainpart {
    width: 100%;
  }

  .mainpart .infotext-light {
    width: 100%;
  }

  .sidebarcontentpage .sidebar {
    width: 100%;
    float: left;
  }

  .sidebarcontentpage .content-row-newsslider .newsoverview-wrapper .news-item {
    width: 100%;
    margin: 0px 0 30px 0;
  }

  .sidebarcontentpage .content-row-newsslider {
    padding: 50px 0 0 0;
    margin: 50px 0 0 0;
  }

  .content-row-teamgrid .team-item {
    width: 100%;
    margin: 0 0 70px 0;
    height: auto !important;
  }

  .content-row-kontakte .kontaktbox {
    width: 100%;
    margin: 0 0% 20px 0;
  }

  .pressecontactbox {
    width: 100%;
    margin: -30px 0 -10px 0;
    position: relative;
  }

  .content-row-pagetitel .pagetitel_h1 h1 {
    hyphens: auto;
  }
  .content-row-pagetitel .pagetitel_h1 h1 br {
    display: none;
  }

  .content-row-downloads .download-filesbox .download-filerow .file-name {
    width: 100%;
    margin-right: 0%;
  }

  .content-row-downloads .download-filesbox .download-filerow .file-desc {
    width: 100%;
  }

  .content-row-downloads .download-filesbox .download-filerow .file-download {
    float: left;
    margin: 10px 0 0 0;
    max-width: 100%;
    width: 100%;
  }

  .content-row-downloads .download-filesbox .download-filerow .file-download .textlink {
    padding: 4px 0 4px 30px;
  }

  .content-row-downloads .download-filesbox .download-filerow .file-download .textlink .linkarrow {
    margin: 0px 0 0 0;
    top: 5px;
    left: 0;
  }

  .content-row-downloads .download-filesbox .download-filerow .file-desc {
    margin: 5px 0 0 0;
  }

  .content-row-downloads .download-section {
    margin: 40px 0 0 0;
  }

  .single-post .contactboxOn .pressecontactbox {
    margin: 20px 0 10px 0;
    bottom: 0;
    width: 100%;
    float: left;
  }

  .ma-vrard {
    margin: 50px auto;
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
  }

  .ma-vrard .teamIMGbox {
    float: none;
    margin: 20px auto;
    position: relative;
    top: 20px;
  }

  .ma-vrard .contact {
    float: left;
    margin: 20px 0 0 5%;
    width: 90%;
    text-align: center;
  }

  .ma-vrard .contact .person-mobil {
    background-image: url("img/icon-mobile-black.svg");
    padding: 20px 0 0px 20px;
    background-position: center 0;
  }

  .ma-vrard .contact .anwesenheit {
    background-image: url("img/icon-clock-black.svg");
    padding: 20px 0 0px 20px;
    background-position: center 0;
  }

  .ma-vrard .contact .person-email {
    background-image: url("img/icon-mail-black.svg");
    padding: 20px 0 0px 20px;
    background-position: center 0;
  }

  .ma-vrard .contact .person-tel {
    background-image: url("img/icon-phone-black.svg");
    padding: 20px 0 0px 20px;
    background-position: center 0;
  }

  .openSubBtn .minus {
    display: none;
    font-size: 30px;
    position: relative;
    top: -1px;
  }

  .subOn .openSubBtn .minus {
    display: inline;
  }

  .subOn .openSubBtn .plus {
    display: none;
  }

  .content-row-factboxes.iconbox_5 .iconbox:nth-child(4) {
    margin-left: 0;
  }

  .content-row-factboxes.iconbox_7 .iconbox:nth-child(4) {
    margin-left: 0;
  }

  .content-row-factboxes.iconbox_5 .iconbox:nth-child(10) {
    margin-left: 0;
  }

  .content-row-factboxes.iconbox_4 .iconbox:last-child, .content-row-factboxes.iconbox_7 .iconbox:last-child, .content-row-factboxes.iconbox_10 .iconbox:last-child {
    margin-left: 0;
    margin-right: 0;
    float: left;
    width: 100%;
  }

  .content-row-3imagebuttons.image_button_item_5 .image_button_item:nth-child(4), .content-row-3imagebuttons.image_button_item_8 .image_button_item:nth-child(7), .content-row-3imagebuttons.image_button_item_11 .image_button_item:nth-child(10) {
    margin-left: 0;
  }

  .section-HL h2 {
    margin: 0 0 10px 0;
  }

  blockquote::before, q::before {
    font-size: 67px;
    left: -7%;
    top: -14px;
  }

  .klimameilenForm .wpcf7-list-item {
    margin: 0 0 0 0;
  }
  .klimameilenForm .wpcf7-form-control-wrap {
    width: auto;
  }
  .klimameilenForm .inputrow-kidsCount .inputLabel {
    width: 100%;
  }
  .klimameilenForm .inputrow-products .sublabel {
    float: left;
    width: 80%;
    margin: 0px 0 5px 5%;
  }
  .klimameilenForm .inputrow-kontaktset .fieldlabel {
    width: 100%;
  }
  .klimameilenForm .inputrow-kontaktset .fieldinput {
    float: left;
    width: 100%;
    margin: 5px 0 0 0%;
  }
  .klimameilenForm .sublabel {
    float: right;
    margin: 9px 7px 0 0;
  }
  .klimameilenForm .inputEnter .wpcf7-list-item {
    display: block;
    margin: 0px 0px 5px 0;
    text-align: left;
    width: auto;
    float: left;
    clear: both;
  }
  .klimameilenForm .inputEnter .wpcf7-list-item .wpcf7-list-item-label {
    float: right;
    text-align: left;
    margin: 0 0 0 0px;
    display: block;
    max-width: 335px;
  }
  .klimameilenForm .inputEnter .wpcf7-list-item input {
    width: 20px;
    display: block;
    margin: 3px 10px 0 0;
    position: relative;
    top: 0;
    float: left;
  }
  .klimameilenForm .klassenrstempelwrapper {
    margin: 10px 0 10px 0;
  }
  .klimameilenForm .klassenrstempelwrapper .nrKlassenStempel {
    top: 0;
    left: 36px;
    margin: 10px 0 0 0;
  }
  .klimameilenForm .klassenrstempelwrapper .sublabelinfo {
    margin: 0px 0 0 0px;
  }
  .klimameilenForm .sublabel {
    float: left;
    margin: 9px 7px 20px 0;
    text-align: left;
  }
  .klimameilenForm .nrKlassen {
    float: left;
    display: block;
    clear: both;
  }
  .klimameilenForm .nrKlassen .sublabel {
    float: right;
    margin: 19px 7px 0 0;
  }
  .klimameilenForm .klassenr {
    float: left;
    width: 70px;
    margin: 10px 10px 0 30px;
  }
  .klimameilenForm .inputrow-kidsCount .kidsCount {
    width: 70px;
    float: left;
    margin: 0 10px 0 0px;
    text-align: center;
  }
  .klimameilenForm .inputrow-kidsCount .inputEnter {
    margin: 0 0 0 0px;
  }
  .klimameilenForm .feedbacktableBox .wpcf7-list-item {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .klimameilenForm .feedbacktableBox .wpcf7-list-item .wpcf7-list-item-label {
    float: right;
    max-width: 84%;
    width: 84%;
  }

  .bundesland-menu li ul li a {
    border-bottom: 0px solid #ccc;
  }

  .content-row-textimagescrollanimation .textimagescrollanimation-text {
    top: 0%;
  }

  .content-row-ctabanner {
    min-height: 210px;
  }

  .imagedesc {
    font-size: 12px;
    line-height: 16px;
  }

  .content-row-austriamap-single .content-row-austriamap .part-textMap-hl {
    margin: 10px 0 0 0;
  }

  .content-row-imgtextbanner {
    padding: 80px 0 130px 0;
  }

  .imagebox img {
    margin-left: auto;
    margin-right: auto;
  }

  .content-row-imagetextboxes .image_buttons-wrapper .image_button_item .text {
    width: 95%;
  }

  .content-row-newsbundeslandfilter {
    padding: 20px 0;
  }

  .content-row-newsbundeslandfilter .filterbox .filteritem {
    padding: 10px 20px 10px 20px;
  }

  .content-row-newsbundeslandfilter .filterbox .filteritem.filteritemOn {
    background-position: 5px 14px;
    background-size: 12px;
  }

  .news-item-headline h3 {
    float: left;
    width: 100%;
  }

  .angeboteoverview-wrapper .news-item .metainfo {
    display: none;
  }

  .mainpart .logo-row {
    margin: 60px 0 50px 0;
    text-align: center;
  }

  .mainpart .logo-row .logo {
    float: none;
    width: 30%;
    margin: 0 5% 30px 5%;
    display: inline-block;
    text-align: center;
  }

  .sidebarcontentpage .sidebar {
    margin-top: 30px;
  }

  .mainpart .angebotcontenblock .angebotinfotext {
    width: 100%;
  }

  .textInput p {
    margin: 0 0 5px 0;
  }

  .sidebarcontentpage {
    margin: 0 0 30px 0;
  }

  .crosslinkbox .content-row-newsslider {
    padding: 50px 0 0 0;
  }

  .news-item-image {
    width: 100%;
  }

  .single-post .contactboxOn .content-row-pagetitel .pagetitel_info {
    max-width: 100%;
    width: 100%;
  }

  .textInput h4, .textInput h5, .textInput h6, .textInput h7 {
    font-size: 22px;
    line-height: 22px;
    margin: 15px 0 10px 0;
  }

  .content-row-teamgrid .contentPart-inner {
    width: 100%;
  }

  .content-row-imagetextboxes .image_buttons-wrapper .image_button_item .imagebox {
    height: auto;
  }

  .page-template-page-orderform .orderProductbox .order-item {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .page-template-page-orderform.cartFixed .sidebarcontentpage .sidebar .orderCartbox {
    position: relative;
    top: inherit;
  }

  .page-template-page-orderform .sidebarcontentpage .sidebar .orderCartbox {
    width: 100%;
    margin: 0px 0 0 0;
  }

  .productinfolayer .productinfolayerContent .order-item-detail-content {
    width: 100%;
    float: left;
    margin: 20px 0 0px 0;
  }

  .searchOn.mobnavOn .searchbar {
    display: block;
    position: absolute;
    width: 150px;
    left: 170px;
    top: 33px;
    z-index: 999;
    background: #fff;
  }

  .searchOn .searchbar #s {
    width: 110px;
    border-bottom: 1px solid #eee;
    border-radius: 0px;
  }

  .searchOn .searchbar #searchsubmit {
    width: 40px;
  }
}
.barrierfree {
  float: right;
  position: absolute;
  right: 0px;
}
.barrierfree img {
  display: block;
  float: left;
  margin: 0px 0px 0 10px;
  border-bottom: 2px solid #006633;
  padding: 0 0 3px 0;
  cursor: pointer;
  opacity: 0.6;
}
.barrierfree img:hover {
  border-bottom: 2px solid #ffffff;
}
.barrierfree .BTNbarrierfreeOn {
  border-bottom: 2px solid #ffffff;
  opacity: 1;
}
.barrierfree .BTNbarrierfreeA {
  margin: 13px 4px 0 0;
  height: 17px;
}
.barrierfree .BTNbarrierfreeAplus {
  height: 22px;
  margin: 8px 0px 0 4px;
}
.barrierfree .BTNbarrierfreeContrast {
  margin: 6px 0px 0 10px;
}
.barrierfree .BTNbarrierfreeContrastplus {
  margin: 6px 0px 0 10px;
}

/* ....................................................................................... big text */
.textsizebig html, .textsizebig body {
  font-size: 18px;
  line-height: 28px;
}
.textsizebig .mainpart, .textsizebig .mainpart .angebotcontenblock h3 {
  font-size: 18px;
  line-height: 28px;
}
.textsizebig .section-HL .infoline {
  font-size: 18px;
}
.textsizebig .news-item-headline {
  font-size: 18px !important;
}
.textsizebig .content-row-newsslider .news-item .metainfo {
  font-size: 16px;
}
.textsizebig .content-row-klimaschuetzenboxes .iconbox .text {
  font-size: 18px;
}
.textsizebig #footer .lastline {
  font-size: 16px;
}
.textsizebig #footer .footercontent .metalink {
  font-size: 16px;
}
.textsizebig .content-row-header .cta-btn a {
  font-size: 16px;
}
.textsizebig .content-row-teamgrid .team-item .team-position {
  font-size: 18px;
  line-height: 22px;
}
.textsizebig .content-row-teamgrid .team-item .teamlayer {
  font-size: 18px;
  line-height: 28px;
}
.textsizebig .breadcrumb-container {
  font-size: 16px;
}
.textsizebig .btn {
  font-size: 16px;
}
.textsizebig .content-row-bundeslandmenu .bundesland-active {
  margin: 3px 0 0 0;
}
.textsizebig .bundesland-menu {
  margin: 3px 120px 0 0px;
}
.textsizebig .mainpart .infotext-light {
  font-size: 16px;
  line-height: 22px;
  width: 70%;
}

/* ....................................................................................... big contrast */
.contrastbig .content-row-bundeslandmenu {
  background: #000;
}
.contrastbig .bg-grey, .contrastbig #footer .footercontent .NLEmbedbox {
  background-color: #000;
  color: #ffffff;
  opacity: 1;
}
.contrastbig .content-row-header .header-right {
  background: #000;
  color: #fff;
  padding: 3px 10px 8px 10px;
}
.contrastbig .content-row-header .header-right .menumain .menu li a {
  color: #fff;
}
.contrastbig .content-row-header .header-right li:hover .sub-menu {
  background: #000;
  left: -10px;
}
.contrastbig .adresse {
  background: #000;
  color: #fff;
  padding: 10px;
}
.contrastbig .adresse a {
  color: #fff;
}
.contrastbig #footer .footercontent .metalink {
  color: #fff;
  padding: 5px 10px 5px 0;
}
.contrastbig #footer .footercontent .footercontent-box {
  background: #000;
  color: #fff;
}
.contrastbig .content-row-bundeslandmenu .bundesland-list {
  background: #000;
}
.contrastbig .content-row-imgtextbanner .ctatitel, .contrastbig .content-row-imgtextbanner .ctatextbox .ctatext {
  background: #000;
  padding: 20px;
}

/*# sourceMappingURL=styles.css.map */
