body {
	min-width: 310px;
}
.hd-index-banner-img.mobile,
.hd-index-banner-img.desktop {
	display: none !important;
}

@media (max-width: 600px) {
    .hd-index-banner-img.mobile {
        display: inline-block !important;
    }
}
@media (min-width: 601px) {
    .hd-index-banner-img.desktop {
        display: inline-block !important;
    }
}

#hd-banner div.carousel-inner div.item.active {
  display: flex;
  align-content: center;
  justify-content: center;
}

#hd-banner div.carousel-inner div.item.active img {
  height: 610px;
  width: auto;
  max-width: inherit;
  display: inline-block;
  transition-property: height;
  transition-duration: 0.4s;
}

#hd-banner div.carousel-inner {
  height: 610px;
}

@media screen and (max-width: 1200px) {
  #hd-banner div.carousel-inner div.item.active img {
    height: 300px;
  }

  #hd-banner div.carousel-inner {
    height: 300px;
  }
}

.hd-banner-overlay-content:before,
.hd-banner-overlay-content:after {
  content: " ";
  display: table;
}
.hd-banner-overlay-content:after {
  clear: both;
}
.hd-product-accordion,
.hd-content-panel-accordion .hd-product-accordion {
  margin-top: 38px;
}
.hd-content-panel-accordion ~ .hd-content-panel-accordion .hd-product-accordion {
	margin-top: 0;
} 
.hd-product-accordion-title {
  position: relative;
  display: block;
  margin-bottom: 24px;
  padding: 4px 0 8px 0;
  color: #333;
  font-size: 26px;
  border-top: solid 5px #30a133;
}
.hd-product-accordion-title .hd-label {
  position: relative;
  left: 0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}
.hd-product-accordion-title .hd-icon {
  display: inline-block;
  vertical-align: top;
}
.hd-product-accordion-title.open,
.hd-product-accordion-title:hover,
.hd-product-accordion-title:focus {
  text-decoration: none;
}
.hd-product-accordion-title.has-content:after {
  content: "›";
  position: absolute;
  right: 30px;
  top: 0;
  display: block;
  color: #30a133;
  font-size: 32px;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.hd-product-accordion-title.has-content.open .hd-label {
  left: 15px;
}
.hd-product-accordion-title.has-content.open:after {
  right: 40px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.hd-product-accordion-content {
  padding-bottom: 16px;
}
.hd-product-accordion-content > ul {
  padding-left: 0;
  list-style: none;
}
.hd-product-accordion-content > ul > li {
  margin-bottom: 8px;
  padding: 4px 16px;
  overflow: hidden;
  background: #eee;
}
.hd-product-accordion-content > ul > li .hd-label,
.hd-product-accordion-content > ul > li .hd-icon,
.hd-product-accordion-content > ul > li .hd-links {
  display: inline-block;
  vertical-align: top;
}
.hd-product-accordion-content > ul > li .hd-label {
  width: 50.5%;
}
@media (max-width: 600px) {
  .hd-product-accordion-content > ul > li .hd-label {
    display: block;
    margin-bottom: 8px;
  }
}
.hd-product-accordion-content > ul > li .hd-icon img {
  margin-right: 4px;
}
.hd-product-accordion-content > ul > li .hd-icon .hd-icon-exp {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  width: 30px;
  color: #fff;
  cursor: help;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 4px;
  background: #30a133;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.hd-product-accordion-content > ul > li .hd-icon .hd-icon-exp > img {
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  width: 30px;
  height: 30px;
}
.hd-product-accordion-content > ul > li .hd-icon .hd-icon-exp > span {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  line-height: 1.25;
  font-size: 12px;
  white-space: normal;
}
.hd-product-accordion-content > ul > li .hd-icon .hd-icon-exp:hover,
.hd-product-accordion-content > ul > li .hd-icon .hd-icon-exp:focus {
  width: 180px;
  color: #30a133;
  background: #fff;
}
.hd-product-accordion-content > ul > li .hd-links {
  float: right;
}
.hd-breadcrumbs {
  cursor: default;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: -40px 0 0 -15px;
}
.hd-breadcrumbs > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.hd-breadcrumbs > li {
  padding: 0 15px;
}
.hd-breadcrumbs > li > a {
  color: #666;
}
.hd-breadcrumbs > li > a:hover,
.hd-breadcrumbs > li > a:focus {
  color: #30a133;
}
.hd-breadcrumbs > li:after {
  content: "›";
  position: relative;
  left: 17px;
  color: #666;
}
.hd-breadcrumbs > li:last-child a {
  color: #333;
}
.hd-breadcrumbs > li:last-child:after {
  content: "";
}
.btn {
  padding: 8px 24px;
  border: none;
}
.hd-expandable-panel {
  position: relative;
  margin-top: -64px;
}
.hd-expandable-panel-header {
  padding: 15px 0;
  display: block;
  height: 64px;
  color: #fff;
  font-size: 24px;
  background: rgba(48, 161, 51, 0.8);
}
.hd-expandable-panel-header:hover,
.hd-expandable-panel-header:focus {
  color: #fff;
  text-decoration: none;
  background: #30a133;
}
.hd-expandable-panel-header > .container {
  position: relative;
}
.hd-expandable-panel-header > .container > div:after {
  content: "›";
  display: block;
  width: 32px;
  padding-bottom: 11px;
  position: absolute;
  right: 15px;
  top: -9px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #30a133;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.hd-expandable-panel-header.open > .container {
  position: relative;
}
.hd-expandable-panel-header.open > .container > div:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.hd-expandable-panel-content {
  padding: 15px 0 60px 0;
}
.hd-expandable-panel-content .hd-product-accordion-like {
  padding-left: 0;
  list-style: none;
}
.hd-expandable-panel-content .hd-product-accordion-like > li {
  padding: 32px 0;
  border-bottom: solid 1px #666;
}
.hd-expandable-panel-content .hd-product-accordion-like > li .hd-label,
.hd-expandable-panel-content .hd-product-accordion-like > li .hd-icon,
.hd-expandable-panel-content .hd-product-accordion-like > li .hd-links {
  display: inline-block;
  vertical-align: top;
}
.hd-expandable-panel-content .hd-product-accordion-like > li .hd-label {
  width: 50.5%;
}
@media (max-width: 600px) {
  .hd-expandable-panel-content .hd-product-accordion-like > li .hd-label {
    display: block;
    margin-bottom: 8px;
  }
}
.hd-expandable-panel-content .hd-product-accordion-like > li .hd-icon img {
  margin-right: 4px;
}
.hd-expandable-panel-content .hd-product-accordion-like > li .hd-links {
  float: right;
}
label {
  font-weight: normal;
}
.form-control {
  height: auto;
  color: #6d8680;
  -webkit-appearance: none;
  border: none;
  -webkit-box-shadow: inset 2px 4px 6px 0 rgba(51, 51, 51, 0.3) !important;
  box-shadow: inset 2px 4px 6px 0 rgba(51, 51, 51, 0.3) !important;
}
.form-control:focus {
  -webkit-box-shadow: inset 2px 4px 6px 0 rgba(51, 51, 51, 0.6) !important;
  box-shadow: inset 2px 4px 6px 0 rgba(51, 51, 51, 0.6) !important;
}
.hd-content-form-1 input,
.hd-content-form-1 select,
.hd-content-form-1 button {
  display: inline-block;
  vertical-align: baseline;
  width: 50%;
  font-size: 20px;
}
@media (max-width: 500px) {
  .hd-content-form-1 input,
  .hd-content-form-1 select,
  .hd-content-form-1 button {
    width: 100%;
  }
}
.hd-content-form-1 select {
  margin: 25px 0 40px 0;
}
.hd-content-form-1 input {
  margin: 5px 0 30px 0;
}

.hd-content-form-1 input.btn {
	margin: 0;
}
.hd-content-form-1 button,
.hd-content-form-1 input.btn {
  width: auto;
}
@media (max-width: 500px) {
  .hd-content-form-1 button,
  .hd-content-form-1 input.btn {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .hd-content-form-1-results td {
    display: block;
    border: none !important;
  }
  .hd-content-form-1-results tr {
    border-top: solid 1px #666;
  }
  .hd-content-form-1-results tr:last-child {
    border-bottom: solid 1px #666;
  }
}
.hd-content-form-2 > label {
  margin: 24px 0 8px 0;
}
.hd-content-form-2 > input {
  width: 50%;
}
.hd-content-form-2 > .hd-checkbox-label {
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
  width: 45%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .hd-content-form-2 > .hd-checkbox-label {
    width: 90%;
  }
}
.hd-content-form-2 > .hd-checkbox-label input {
  margin: 0 24px 32px 0;
}
.hd-content-form-2 > .hd-checkbox-label input:checked + span:before {
  content: "×";
  color: #6d8680;
  font-size: 32px;
  line-height: 0.54;
  text-indent: 4px;
}
.hd-content-form-2 > .hd-checkbox-label span:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  color: #fff;
  font-size: 0;
  display: block;
  width: 25px;
  height: 25px;
  border-color: #ccc;
  background: #fff;
  -webkit-box-shadow: inset 2px 4px 6px 0 rgba(51, 51, 51, 0.3);
  box-shadow: inset 2px 4px 6px 0 rgba(51, 51, 51, 0.3);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.hd-content-form-2 > .hd-checkbox-label:hover span:before,
.hd-content-form-2 > .hd-checkbox-label:focus span:before {
  -webkit-box-shadow: inset 2px 4px 6px 0 rgba(51, 51, 51, 0.6);
  box-shadow: inset 2px 4px 6px 0 rgba(51, 51, 51, 0.6);
}
.hd-content-form-2 > .hd-checkbox-label:active span:before {
  -webkit-box-shadow: inset 2px 4px 6px 0 rgba(51, 51, 51, 0.9);
  box-shadow: inset 2px 4px 6px 0 rgba(51, 51, 51, 0.9);
}
#hd-index-panel {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #f1f3f3;
}
@media (max-width: 991px) {
  #hd-index-panel {
    margin-top: 0;
    margin-bottom: 0;
    background: none;
  }
  .hd-banner-overlay-content {
    top: 100px;
  }
  .hd-banner-overlay-content > br {
    display: none;
  }
}
@media (max-width: 700px) {
  #hd-index-panel {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  #hd-index-panel {
    margin-top: 0;
  }
  #hd-index-panel .col-xs-6 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 465px) {
  #hd-index-panel {
    margin-top: 0;
    background: #f1f3f3;
  }
}
.hd-index-panel-box {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hd-index-panel-box {
    margin-bottom: 15px;
  }
}
.hd-index-panel-box:hover,
.hd-index-panel-box:focus {
  text-decoration: none;
}
.hd-index-panel-box:hover .hd-caption,
.hd-index-panel-box:focus .hd-caption {
  text-indent: 10px;
  color: #fff;
  background: #30a133;
}
.hd-index-panel-box:hover .hd-caption:before,
.hd-index-panel-box:focus .hd-caption:before {
  color: #30a133;
  background: #fff;
}
.hd-index-panel-box .hd-caption {
  display: block;
  padding: 16px;
  font-size: 26px;
  border-bottom: solid 4px #30a133;
  background: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .hd-index-panel-box .hd-caption {
    border: none;
    background: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 465px) {
  .hd-index-panel-box .hd-caption {
    font-size: 20px;
  }
}
.hd-index-panel-box .hd-caption:before {
  content: "›";
  display: inline-block;
  margin-right: 16px;
  padding: 0 11px 8px 12px;
  position: relative;
  top: -1px;
  color: #fff;
  line-height: 0.80;
  font-size: 32px;
  background: #30a133;
}
@media (max-width: 991px) {
  .hd-index-panel-box .hd-caption:before {
    float: right;
    color: #30a133;
    background: none;
  }
}
.hd-index-panel-box img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .hd-index-panel-box img {
    display: none;
  }
}
.hd-info-panel {
  position: relative;
  margin-top: -64px;
}
.hd-info-panel-header {
  padding: 15px 0;
  display: block;
  height: 64px;
  color: #fff;
  font-size: 24px;
  background: rgba(48, 161, 51, 0.8);
}
.hd-info-panel-header:hover,
.hd-info-panel-header:focus {
  color: #fff;
  text-decoration: none;
  background: #30a133;
}
.hd-info-panel-header > .container {
  position: relative;
}
.hd-info-panel-header > .container > div:after {
  content: "›";
  display: block;
  width: 32px;
  padding-bottom: 11px;
  position: absolute;
  right: 15px;
  top: -9px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #30a133;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.hd-info-panel-header.open > .container {
  position: relative;
}
.hd-info-panel-header.open > .container > div:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.hd-info-panel-header .glyphicon {
  margin-right: 8px;
}
#hd-footer {
  padding: 60px 0;
  color: #fff;
  background: #30a133;
}
#hd-footer > .container > ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  #hd-footer > .container > ul {
    display: block;
  }
}
#hd-footer > .container > ul > li {
  display: table-cell;
}
@media (max-width: 991px) {
  #hd-footer > .container > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  #hd-footer > .container > ul > li {
    width: 100%;
  }
}
#hd-footer > .container > ul > li > a,
#hd-footer > .container > ul > li > span.linkStyle {
  font-size: 20px;
}
#hd-footer > .container > ul > li > ul {
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}
#hd-footer > .container > ul > li > ul > li > a {
  font-size: 14px;
}
@media (max-width: 991px) {
	#hd-footer > .container > ul > li > ul > li > a {
	   font-size: 16px;
       line-height: 2em;
	}
}
#hd-footer > .container > ul > li:last-child {
  text-align: right;
}
@media (max-width: 991px) {
  #hd-footer > .container > ul > li:last-child {
    text-align: left;
  }
}
#hd-footer a,
#hd-footer .linkStyle {
  color: inherit;
}
#hd-footer a:hover,
#hd-footer a:focus,
#hd-footer .linkStyle:hover,
#hd-footer .linkStyle:focus {
  opacity: 1;
}
#hd-footer .hd-secondary-nav-mirror {
  margin: -30px 0 60px 0;
}
#hd-footer .hd-secondary-nav-mirror > ul {
  font-size: 14px;
  cursor: default;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0 0 0 -15px;
}
#hd-footer .hd-secondary-nav-mirror > ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#hd-footer .hd-secondary-nav-mirror > ul > li {
  padding: 0 15px;
}
#hd-footer .hd-secondary-nav-mirror > ul > li:after {
  content: "|";
  position: relative;
  left: 17px;
  opacity: 0.64;
}
#hd-footer .hd-secondary-nav-mirror > ul > li:last-child:after {
  content: "";
}
@media (max-width: 991px) {
	#hd-footer .hd-secondary-nav-mirror > ul {
	   font-size: 16px;
	   line-height: 2em;
	}
	#hd-footer .hd-secondary-nav-mirror > ul > li {
	   display: block;
	}
	#hd-footer .hd-secondary-nav-mirror > ul > li:after {
	   display: none;
	}
}
.hd-footer-badge {
  margin-top: 30px;
}
.hd-footer-badge a {
  opacity: 1 !important;
}
.hd-footer-badge img {
  max-width: 110px;
}
#hd-header-container {
  position: relative;
  z-index: 64;
  height: 200px;
}
@media (min-width: 1201px) {
  #hd-header-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1024;
    transition: height 0.25s;
  }
}
@media (max-width: 991px) {
  #hd-header-container {
    height: 150px;
  }
}
#hd-header {
  position: absolute;
  z-index: 64;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.64);
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.64);
}
#hd-header > .container {
  position: relative;
  height: 200px;
}
@media (min-width: 1201px) {
  #hd-header > .container {
    transition: height 0.25s;
  }
}
@media (max-width: 991px) {
  #hd-header > .container {
    height: 150px;
  }
}
@media (min-width: 1201px) {
  body {
    padding-top: 200px;
  }
}
body.has-sticky-header #hd-header-container {
  height: 100px;
}
body.has-sticky-header #hd-header > .container {
  height: 100px;
}
body.has-sticky-header #hd-header-logo {
  top: 30px;
}
body.has-sticky-header #hd-header-logo img {
  height: 45px;
}
body.has-sticky-header #hd-header-language-picker,
body.has-sticky-header #hd-header-search {
  opacity: 0;
}
body.has-sticky-header #hd-header-search {
  display: none;
}
#hd-header-logo {
  position: absolute;
  right: 15px;
  top: 30px;
  display: block;
}
@media (min-width: 1201px) {
  #hd-header-logo {
    transition: top 0.25s;
  }
}
@media (max-width: 767px) {
  #hd-header-logo {
    right: 30px;
  }
}
@media (max-width: 500px) {
  #hd-header-logo {
    left: 30px;
    right: auto;
  }
}
@media (max-width: 330px) {
  #hd-header-logo {
    margin-top: 20px;
    position: static;
  }
}
#hd-header-logo img {
  width: auto;
  height: 64px;
}
@media (min-width: 1201px) {
  #hd-header-logo img {
    transition: height 0.25s;
  }
}
@media (max-width: 991px) {
  #hd-header-logo img {
    height: 48px;
  }
}
@media (max-width: 330px) {
  #hd-header-logo img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
#hd-header-language-picker {
  position: absolute;
  right: 15px;
  top: 145px;
  font-size: 20px;
  padding: 0;
  list-style: none;
  margin: 6px -4px 6px 26px;
}
@media (max-width: 991px) {
  #hd-header-language-picker {
    top: 95px;
  }
}
@media (max-width: 767px) {
  #hd-header-language-picker {
    right: 30px;
  }
}
#hd-header-language-picker > li {
  display: none;
  padding: 2px 4px;
}
#hd-header-language-picker > li > a {
  color: #666;
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;
}
#hd-header-language-picker > li.current {
  display: block;
}
#hd-header-language-picker > li.current a:after {
  content: "›";
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
}
#hd-header-language-picker.active {
  display: block;
  margin-bottom: 30px;
}
#hd-header-language-picker > li.inactive {
  color: #EEE;
  display: none !important;
}
#hd-header-language-picker.active > li {
  display: block;
  padding-top: 15px;
}
#hd-header-language-picker.active > li.current{
  background: #666;
  -webkit-box-shadow: 0 0 0 10px #666;
  box-shadow: 0 0 0 10px #666;
  padding-top: 0;
}
#hd-header-language-picker.active > li.current a {
  color: #fff;
  text-decoration: none;
}
#hd-header-language-picker.active > li.current a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd-header-search {
  position: absolute;
  left: 15px;
  top: 105px;
  transition: opacity 0.25s;
}
@media (max-width: 991px) {
  #hd-header-search {
    left: 90px;
  }
}
@media (max-width: 767px) {
  #hd-header-search {
    left: 105px;
  }
}
#hd-header-search > a .glyphicon {
  font-size: 22px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
#hd-header-search > form {
  position: relative;
  z-index: 64;
  top: -24px;
  display: none;
  white-space: nowrap;
  overflow: hidden;
}
#hd-header-search > form input[type="text"] {
  padding: 8px 16px;
  width: 280px;
  color: #30a133;
  border: none;
  background: #cbe7cc;
}
#hd-header-search > form input[type="text"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#hd-header-search > form input[type="text"]::-moz-placeholder {
  color: rgba(48, 161, 51, 0.4);
  opacity: 1;
}
#hd-header-search > form input[type="text"]:-ms-input-placeholder {
  color: rgba(48, 161, 51, 0.4);
}
#hd-header-search > form input[type="text"]::-webkit-input-placeholder {
  color: rgba(48, 161, 51, 0.4);
}
#hd-header-search > form button {
  position: relative;
  left: -32px;
  top: 4px;
  color: #30a133;
  font-size: 40px;
  border: none;
  background: none;
}
@media (max-width: 991px) {
  #hd-header-nav {
    display: none;
  }
  .active-mobile-nav #hd-header-nav {
    display: block;
  }
}
#hd-header-primary-nav {
  position: absolute;
  left: 15px;
  top: 145px;
  font-size: 20px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0 0 0 -30px;
}
#hd-header-primary-nav > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1201px) {
  #hd-header-primary-nav {
    transition: top 0.25s, transform 0.25s;
    transform-origin: 30px center;
  }
}
@media (max-width: 991px) {
  #hd-header-primary-nav {
    font-size: 18px;
    top: 200px;
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  #hd-header-primary-nav {
    margin: 0 0 30px 0;
    padding: 0 30px;
    left: 0;
    top: 170px;
    width: 100%;
  }
}
body.has-sticky-header #hd-header-primary-nav {
  top: 50px;
  transform: scale(0.8);
}
body.has-sticky-header #hd-header-primary-nav > li > ul {
  transform: scale(1.2);
}
#hd-header-primary-nav > li {
  padding: 8px 30px 8px 28px;
  border-right: solid 1px #30a133;
}
@media (max-width: 991px) {
  #hd-header-primary-nav > li:last-child {
    border: none;
  }
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }
}
#hd-header-primary-nav > li > a {
  display: inline-block;
  color: #333;
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > a {
    display: block;
    padding: 4px 16px;
    width: 80%;
    color: #30a133;
    border-radius: 5px;
    border-bottom: solid 4px rgba(48, 161, 51, 0.15);
    background: rgba(48, 161, 51, 0.1);
  }
}
#hd-header-primary-nav > li > a.active,
#hd-header-primary-nav > li > a:hover,
#hd-header-primary-nav > li > a:focus {
  color: #fff;
  text-decoration: none;
  background: #30a133 !important;
  -webkit-box-shadow: 0 0 0 10px #30a133 !important;
  box-shadow: 0 0 0 10px #30a133 !important;
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > a.active,
  #hd-header-primary-nav > li > a:hover,
  #hd-header-primary-nav > li > a:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
#hd-header-primary-nav > li > a.current {
  background: rgba(48, 161, 51, 0.2);
  -webkit-box-shadow: 0 0 0 10px rgba(48, 161, 51, 0.2);
  box-shadow: 0 0 0 10px rgba(48, 161, 51, 0.2);
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > a.current {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#hd-header-primary-nav > li > a.has-sub-nav:after,
#hd-banner a.hd-standard-link:after {
  content: "›";
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > a.has-sub-nav:after {
    display: none;
  }
}
#hd-header-primary-nav > li > a.active.has-sub-nav:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd-header-primary-nav > li > a.active + .sub-nav-arrow {
  color: #fff;
  text-decoration: none;
  background: #30a133 !important;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
#hd-header-primary-nav > li > a.sub-nav-arrow {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 0;
  width: 15%;
  text-align: center;
  -webkit-transition: transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
}
#hd-header-primary-nav > li > ul {
  padding-left: 0;
  list-style: none;
  display: none;
  position: absolute;
  left: 13px;
  top: 80px;
  margin-bottom: 50px;
  background: #fff;
}
@media (min-width: 1201px) {
  #hd-header-primary-nav > li > ul {
    transition: transform 0.25s;
    transform-origin: left top;
  }
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > ul {
    position: static;
    display: none;
    margin-bottom: 0;
  }
}
#hd-header-primary-nav > li > ul > li {
  padding: 4px 0;
  width: 320px;
  border-bottom: solid 1px #30a133;
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > ul > li {
    position: relative;
    padding: 0;
    width: 100%;
    border: none;
  }
}
#hd-header-primary-nav > li > ul > li > a {
  display: block;
  padding: 2px 15px;
  color: #333;
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > ul > li > a {
    position: relative;
    left: 3%;
    width: 77%;
    padding: 4px 16px;
    margin-top: 8px;
    color: #30a133;
    border-radius: 5px;
    border-bottom: solid 4px rgba(48, 161, 51, 0.3);
    background: rgba(48, 161, 51, 0.25);
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
  }
}
#hd-header-primary-nav > li > ul > li > a.active,
#hd-header-primary-nav > li > ul > li > a:hover,
#hd-header-primary-nav > li > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
  background: #30a133 !important;
}
#hd-header-primary-nav > li > ul > li > a.current {
  background: rgba(48, 161, 51, 0.2);
}
#hd-header-primary-nav > li > ul > li > a.has-sub-nav:after {
  content: "›";
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > ul > li > a.has-sub-nav:after {
    display: none;
  }
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > ul > li > a.active.has-sub-nav:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
#hd-header-primary-nav > li > ul > li > a.active + .sub-nav-arrow {
  color: #fff;
  text-decoration: none;
  background: #30a133 !important;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
#hd-header-primary-nav > li > ul > li > a.sub-nav-arrow {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  margin-top: 0;
  padding: 4px 0;
  width: 15%;
  text-align: center;
  -webkit-transition: transform 0.33s;
  -o-transition: transform 0.33s;
  transition: transform 0.33s;
}
#hd-header-primary-nav > li > ul > li > ul {
  padding-left: 0;
  list-style: none;
  display: none;
  position: absolute;
  left: 365px;
  top: 0;
  margin-bottom: 50px;
  width: 320px;
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 0;
  }
}
#hd-header-primary-nav > li > ul > li > ul > li {
  padding: 4px 0;
  width: 320px;
  border-bottom: solid 1px #30a133;
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > ul > li > ul > li {
    padding: 0;
    width: 100%;
    border: none;
  }
}
#hd-header-primary-nav > li > ul > li > ul > li > a {
  display: block;
  padding: 2px 16px;
  color: #333;
}
@media (max-width: 750px) {
  #hd-header-primary-nav > li > ul > li > ul > li > a {
    position: relative;
    left: 6%;
    width: 74%;
    padding: 4px 16px;
    margin-top: 8px;
    color: #30a133;
    border-radius: 5px;
    border-bottom: solid 4px rgba(48, 161, 51, 0.4);
    background: rgba(48, 161, 51, 0.35);
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
  }
}
#hd-header-primary-nav > li > ul > li > ul > li > a:hover,
#hd-header-primary-nav > li > ul > li > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
  background: #30a133;
}
#hd-header-secondary-nav {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 14px;
  cursor: default;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0 0 0 -15px;
}
#hd-header-secondary-nav > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1201px) {
  #hd-header-secondary-nav {
    transition: top 0.25s;
  }
}
@media (max-width: 991px) {
  #hd-header-secondary-nav {
    top: 165px;
  }
}
@media (max-width: 750px) {
  #hd-header-secondary-nav {
    display: none;
  }
}
body.has-sticky-header #hd-header-secondary-nav {
  top: 10px;
}
#hd-header-secondary-nav > li {
  padding: 0 15px;
}
#hd-header-secondary-nav > li > a {
  color: #666;
}
#hd-header-secondary-nav > li > a:hover,
#hd-header-secondary-nav > li > a:focus {
  color: #30a133;
}
#hd-header-secondary-nav > li:after {
  content: "|";
  position: relative;
  left: 17px;
  color: #666;
}
#hd-header-secondary-nav > li:last-child:after {
  content: "";
}
#hd-header-burger {
  display: none;
  position: absolute;
  left: 15px;
  top: 100px;
  font-size: 28px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 991px) {
  #hd-header-burger {
    display: block;
  }
}
@media (max-width: 767px) {
  #hd-header-burger {
    left: 30px;
  }
}
.active-mobile-nav #hd-header-burger {
  top: 98px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd-main {
  position: relative;
  z-index: 48;
  display: block;
  padding-bottom: 60px;
}
#hd-banner img {
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 600px) {
  #hd-banner img {
    position: relative;
    left: 0%;
    max-width: 200%;
    width: 200%;
  }
}
#hd-banner .btn-primary {
  margin-top: 16px;
  padding: 12px 24px;
  font-size: 24px;
  border: none;
  background: rgba(42, 141, 45, 0.9);
}
#hd-banner .btn-primary:hover,
#hd-banner .btn-primary:focus {
  background: #247a27;
}
#hd-banner .btn-primary:active {
  background: #19521a;
}
.hd-banner-overlay {
  position: absolute;
  z-index: 16;
  left: 0;
  top: 100px;
  width: 100%;
}
@media (max-width: 1200px) {
  .hd-banner-overlay {
    top: 80px;
  }
}
@media (max-width: 850px) {
  .hd-banner-overlay {
    top: 70px;
  }
}
@media (max-width: 700px) {
  .hd-banner-overlay {
    top: 50px;
  }
}
@media (max-width: 600px) {
  .hd-banner-overlay {
    top: 50px;
  }
}
@media (max-width: 420px) {
  .hd-banner-overlay {
    top: 30px;
  }
}
.hd-banner-overlay-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .hd-banner-overlay-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .hd-banner-overlay-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .hd-banner-overlay-content {
    width: 970px;
  }
}
.hd-banner-overlay-content > .navbar-header,
.hd-banner-overlay-content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .hd-banner-overlay-content > .navbar-header,
  .hd-banner-overlay-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .hd-banner-overlay-content .btn {
    width: 100%;
    text-align: left;
  }
}
.hd-banner-tag {
  display: inline-block;
  margin: 4px 0;
  padding: 4px 16px;
  font-size: 56px;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1200px) {
  .hd-banner-tag {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .hd-banner-tag {
    font-size: 26px;
  }
}
.hd-banner-tag em {
  color: #30a133;
  font-style: normal;
}
.hd-content-panel,
.breadcrumb {
  position: relative;
  z-index: 32;
  padding: 60px 0;
  background: #fff;
}
.hd-content-panel {
	padding-bottom: 0;
}
.breadcrumb {
	padding: 60px 0 0 0;
}
.hd-content-panel .hd-logos-label {
  padding-top: 20px;
}
.hd-content-panel .hd-logos > a,
.hd-content-panel .hd-logos > img {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
}
@media (max-width: 750px) {
  .hd-content-panel .hd-logos > a,
  .hd-content-panel .hd-logos > img {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .hd-content-panel .hd-logos > a,
  .hd-content-panel .hd-logos > img {
    margin: 0 15px 15px 0;
  }
}
.hd-content-panel h3:first-child {
  margin-top: -30px;
}
.hd-alt-content-panel,
.zebra .hd-content-panel:nth-child(even) {
  background: #f1f3f3;
}
@media print {
  .container,
  .row {
    margin: 0 !important;
    width: auto !important;
  }
  a[href]:after {
    content: "";
  }
  #hd-header-container,
  .hd-expandable-panel,
  .hd-info-panel,
  #hd-footer {
    display: none;
  }
}
.table tr:last-child td {
  border-bottom: solid 1px #666;
}
h1,
.h1 {
  margin: 66.5px 0 38px 0;
}
.hd-content-panel h1 {
	margin: 0 0 38px 0;
}
@media (max-width: 500px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
h2,
.h2 {
  margin: 48px 0 48px 0;
  font-weight: bold;
}
.two-cols-left h2:first-child {
	margin-top: 0;
}
h3,
.h3 {
  margin: 48px 0 48px 0;
  padding-bottom: 8px;
  width: 33%;
  border-bottom: solid 4px #30a133;
}
p {
  margin: 0 0 16px 0;
  line-height: 1.8;
}
.hd-arrow-link:after {
  content: "›";
  display: inline-block;
  margin-left: 8px;
}
.hd-print-link:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e045";
  margin-left: 15px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.hd-boxed-arrow-link:before {
  content: "›";
  display: inline-block;
  line-height: 0.75;
  font-size: 32px;
  position: relative;
  top: -1px;
  margin-right: 11px;
  padding: 0 11px 8px 11px;
  border: solid 1px #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.hd-boxed-arrow-link:hover:before,
.hd-boxed-arrow-link:focus:before {
  color: #30a133;
  background: #fff;
}
a:hover .hd-boxed-arrow-link:before,
a:focus .hd-boxed-arrow-link:before {
  color: #30a133;
  background: #fff;
}
dt {
  margin: 16px 0 4px 0;
}
.hd-list-1 {
  cursor: default;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0 0 0 -15px;
}
.hd-list-1 > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.hd-list-1 > li {
  padding: 0 15px;
}
.hd-list-1 > li > .current {
  color: #333;
  font-weight: bold;
}
.hd-list-1 > li:after {
  content: "|";
  position: relative;
  left: 17px;
  color: #666;
}
.hd-list-1 > li:last-child:after {
  content: "";
}
.hd-list-1-controls {
  float: right;
}
@media (max-width: 600px) {
  .hd-list-1-controls {
    display: none;
  }
  .hd-list-1-table tr {
    display: block;
    border-bottom: solid 1px #666;
  }
  .hd-list-1-table th {
    display: none;
  }
  .hd-list-1-table td {
    display: block;
    border: none !important;
  }
  .hd-list-1-table td:nth-child(1):before {
    content: "Produkt";
    display: block;
    font-weight: bold;
  }
  .hd-list-1-table td:nth-child(2):before {
    content: "Synonyme";
    display: block;
    font-weight: bold;
  }
}


.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: auto;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ce-textpic::-webkit-scrollbar,
.ce-image::-webkit-scrollbar,
.ce-nowrap .ce-bodytext::-webkit-scrollbar,
.ce-gallery::-webkit-scrollbar,
.ce-row::-webkit-scrollbar,
ce-uploads li::-webkit-scrollbar,
.ce-uploads div::-webkit-scrollbar {
  display: none;
}

.ce-right .ce-gallery {
	margin: 0;
}
.ce-right .ce-gallery .ce-media {
	line-height: 120px;
}
.ce-right .ce-gallery .ce-media img { 
	display: inline;
}
.ce-right .ce-bodytext h3 { 
	display: none;
}
.ce-right .has-subheader .ce-bodytext h3 {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}
.ce-right .has-subheader .ce-gallery .ce-media {
	margin-top: 30px;
}

.ce-right .ce-bodytext h1,
.ce-right .ce-bodytext h2 { 
	margin: 0; 
	line-height: 120px; 
}

.tx-indexedsearch-searchbox label {
	line-height: 1.8em;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit {
	padding: 0 24px;
}
.tx-indexedsearch-results {
	clear: left;
	padding-top: 5em;
}

.tx-indexedsearch-browsebox {
  margin-bottom: 3em;
}

.tx-indexedsearch-res {
  padding: 2em 2em 1em 2em;
	margin-bottom: 3em;
  clear: both;
  background-color: #eeeeee;
}
.tx-indexedsearch-res h3,
.tx-indexedsearch-res h3:first-child {
  margin: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  margin-bottom: 0;
}

.tx-indexedsearch-form.row {
  margin-bottom: 3em;
} 

ul.tx-indexedsearch-browsebox {
	list-style-type: none;
	padding: 0;
  margin-bottom: 3em;
}

ul.tx-indexedsearch-browsebox li {
    float: left; 
    padding-right: 20px;
}

/* powermail */
.form-group input,
.form-group textarea {
  width: 50%; 
}

.form-group textarea {
  height: 8em;
}

.two-cols-left .form-group input,
.two-cols-left .form-group textarea {
	width: 80%;
}

@media (max-width: 800px) {
  .form-group input,
  .form-group textarea {
    width: 60%; 
  }
	.two-cols-left .form-group input,
  .two-cols-left .form-group textarea {
	    width: 90%;
	}
}

@media (max-width: 600px) {
  .form-group input,
  .form-group textarea {
    width: 70%; 
  }
	.two-cols-left .form-group input,
  .two-cols-left .form-group textarea {
	    width: 100%;
	}
}

.form-group .checkbox input {
  width: auto;
}

.form-check label {
  min-height: 25px;
  padding-left: 40px;
  margin-bottom: 15px;
}

.form-check input {
  width: 25px !important;
  height: 25px;
  margin-left: -40px !important;
  margin-top: -1px;
  box-shadow: inset 2px 4px 6px 0 rgba(51,51,51,0.3) !important;
}

.hd-checkbox-label input:checked + span:before {
  content: "×";
  color: #6d8680;
  font-size: 32px;
  line-height: 0.54;
  text-indent: 4px;
}

.hd-checkbox-label span:before {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    color: #fff;
    font-size: 0;
    display: block;
    width: 25px;
    height: 25px;
    border-color: #ccc;
    background: #fff;
    -webkit-box-shadow: inset 2px 4px 6px 0 rgba(51,51,51,0.3);
    box-shadow: inset 2px 4px 6px 0 rgba(51,51,51,0.3);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.hd-checkbox-label {
    font-family: "Univers",sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    height: 49px;
}

/** Accordions **/
.expandable {
  margin-bottom: 10px;
  border-bottom: solid 1px #333;
}
.expandable:first-of-type {
  border-top: solid 1px #333;
}
.expandable .expandable-icon {
  float: right;
  color: #30a133;
  font-size: 18px;
  line-height: 1;
}
.expandable .expandable-title {
  margin: 10px 0;
  cursor: pointer;
}
.expandable .expandable-title.active {
  font-weight: bold;
}
.expandable .expandable-text {
  padding: 15px 24px 30px 0;
  display: none;
}
@media print {
  .expandable .expandable-text {
    display: block !important;
  }
}

form.hedsheets-search {
	margin-bottom: 1.5em;
}
form.hedsheets-search .sword {
	width: 240px;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
  margin-right: .3em;
}
.flag-icon-de {
  background-image: url(../Media/Flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../Media/Flags/1x1/de.svg);
}
.flag-icon-en {
  background-image: url(../Media/Flags/4x3/gb.svg);
}
.flag-icon-en.flag-icon-squared {
  background-image: url(../Media/Flags/1x1/gb.svg);
}
.lang-not-available {
	padding-left: 1.3em;
	opacity: .4;
}
/********************/
/* Descriptive List */
/********************/
/* general styles */
:root {
  --clr-hedinger-green-light: #30a133;
  --clr-hedinger-green-lighter: #68d26b;
}

.desclist {
  --grid-gap-row: 2em;
  --grid-gap-col: 2em;
  --dl-icon-1: url("../Media/Icons/icon-arrow-right-circle.svg");
  --dl-icon-2: url("../Media/Icons/icon-checkmark-circle.svg");
  --dl-icon-3: "";
  --dl-icon-4: url("../Media/Icons/icon-earth.svg");
  --dl-icon-5: url("../Media/Icons/icon-education.svg");
  --dl-icon-6: url("../Media/Icons/icon-half-earth-plant.svg");
  --dl-icon-7: url("../Media/Icons/icon-health.svg");
  --dl-icon-8: url("../Media/Icons/icon-light-bulb.svg");
  --dl-icon-9: url("../Media/Icons/icon-shield-checkmark.svg");
}
.desclist .desclist-element {
  padding-left: 30px;
}
.desclist .desclist-element header {
  hyphens: auto;
  position: relative;
  color: var(--clr-hedinger-green-light);
}
.desclist .desclist-element header::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(calc(-100% - 10px), 10%);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 20px;
}
.desclist .desclist-element.icon-1 header::before {
  display: inline-block;
  background-image: var(--dl-icon-1);
}
.desclist .desclist-element.icon-2 header::before {
  display: inline-block;
  background-image: var(--dl-icon-2);
}
.desclist .desclist-element.icon-3 header::before {
  display: inline-block;
  background-image: var(--dl-icon-3);
}
.desclist .desclist-element.icon-4 header::before {
  display: inline-block;
  background-image: var(--dl-icon-4);
}
.desclist .desclist-element.icon-5 header::before {
  display: inline-block;
  background-image: var(--dl-icon-5);
}
.desclist .desclist-element.icon-6 header::before {
  display: inline-block;
  background-image: var(--dl-icon-6);
}
.desclist .desclist-element.icon-7 header::before {
  display: inline-block;
  background-image: var(--dl-icon-7);
}
.desclist .desclist-element.icon-8 header::before {
  display: inline-block;
  background-image: var(--dl-icon-8);
}
.desclist .desclist-element.icon-9 header::before {
  display: inline-block;
  background-image: var(--dl-icon-9);
}
.desclist .dl-element-text-wrap {
  text-wrap: balance;
  ul {
    padding-left: 1em;
    margin-top: 0.5em;
    li + li {
      margin-top: 0.25em;
    }
    li::marker {
      color: var(--clr-hedinger-green-light);
    }
  }
}
.desclist.dl-with-image, .desclist.dl-two-columns {
  padding: 0;
}
@media screen and (min-width: 720px) {
  .desclist.dl-with-image, .desclist.dl-two-columns {
    padding: 0 2em;
  }
}
@media screen and (min-width: 980px) {
  .desclist.dl-with-image, .desclist.dl-two-columns {
    padding: 0 4em;
  }
}
@media screen and (min-width: 1140px) {
  .desclist.dl-with-image, .desclist.dl-two-columns {
    padding: 0 6.25em;
  }
}
.desclist.dl-with-image::before, .desclist.dl-two-columns::before {
  width: 70%;
  display: block;
  content: "";
  border-top: 1px solid var(--clr-hedinger-green-light);
  margin: 0 auto;
}

.desclist > h1, .desclist > h2, .desclist > h3, .desclist .article-wrap > h1, .desclist .article-wrap > h2, .desclist .article-wrap > h3, .desclist .dl-header-wrap > h1, .desclist .dl-header-wrap > h2, .desclist .dl-header-wrap > h3 {
  font-weight: 500;
  font-size: 1.875em;
  line-height: 1.25;
  color: var(--clr-hedinger-green-light);
}
.desclist.header-center > h1, .desclist.header-center > h2, .desclist.header-center > h3, .desclist .article-wrap.header-center > h1, .desclist .article-wrap.header-center > h2, .desclist .article-wrap.header-center > h3, .desclist .dl-header-wrap.header-center > h1, .desclist .dl-header-wrap.header-center > h2, .desclist .dl-header-wrap.header-center > h3 {
  text-align: center;
}
.desclist.header-right > h1, .desclist.header-right > h2, .desclist.header-right > h3, .desclist .article-wrap.header-right > h1, .desclist .article-wrap.header-right > h2, .desclist .article-wrap.header-right > h3, .desclist .dl-header-wrap.header-right > h1, .desclist .dl-header-wrap.header-right > h2, .desclist .dl-header-wrap.header-right > h3 {
  text-align: right;
}

/* descriptive list with two columns */
.desclist.dl-two-columns .desclist-element-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--grid-gap-row) var(--grid-gap-col);
}
@media screen and (min-width: 720px) {
  .desclist.dl-two-columns .desclist-element-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

/* descriptive list with image */
.desclist.dl-with-image .dl-grid-wrap {
  margin-top: 3em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--grid-gap-row) var(--grid-gap-col);
}
@media screen and (min-width: 720px) {
  .desclist.dl-with-image .dl-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.desclist.dl-with-image .article-wrap > h1, .desclist.dl-with-image .article-wrap > h2, .desclist.dl-with-image .article-wrap > h3 {
  margin-top: 0;
  margin-bottom: 1em;
}
.desclist.dl-with-image .image-wrap {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 720px) {
  .desclist.dl-with-image .image-wrap {
    aspect-ratio: auto;
  }
}
.desclist.dl-with-image .image-wrap img {
  max-width: 100%;
}
.desclist.dl-with-image .desclist-element-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}

/* descriptive list with background */
.desclist.dl-with-bg {
  --dl-padding-left: 4em;
  --dl-icon-width: 2em;
  --dl-margin-top: 0;
  margin-top: var(--dl-margin-top);
  background: transparent linear-gradient(180deg, #E0F3E3 0%, #FFF 100%) 0 0 no-repeat padding-box;
}
@media screen and (min-width: 720px) {
  .desclist.dl-with-bg {
    --dl-padding-left: 6em;
    --dl-icon-width: 3em;
  }
}
@media screen and (min-width: 980px) {
  .desclist.dl-with-bg {
    --dl-padding-left: 8em;
    --dl-icon-width: 4em;
    --dl-margin-top: 2em;
  }
}
.desclist.dl-with-bg .dl-content-wrap {
  padding: 2em 1em 2em;
}
@media screen and (min-width: 720px) {
  .desclist.dl-with-bg .dl-content-wrap {
    padding: 2em 2em 4em;
  }
}
@media screen and (min-width: 980px) {
  .desclist.dl-with-bg .dl-content-wrap {
    padding: 4em 10em 4.5em;
  }
}
.desclist.dl-with-bg .dl-header-wrap {
  padding-left: var(--dl-padding-left);
  text-wrap: balance;
}
.desclist.dl-with-bg .dl-header-wrap > h1, .desclist.dl-with-bg .dl-header-wrap > h2, .desclist.dl-with-bg .dl-header-wrap > h3 {
  margin-top: 0;
  margin-bottom: 0.45em;
}
.desclist.dl-with-bg .dl-header-wrap p {
  max-width: 550px;
}
.desclist.dl-with-bg .desclist-element-wrap {
  margin-top: 1em;
  display: grid;
  grid-gap: 0;
}
@media screen and (min-width: 720px) {
  .desclist.dl-with-bg .desclist-element-wrap {
    margin-top: 2.25em;
  }
}
@media screen and (min-width: 980px) {
  .desclist.dl-with-bg .desclist-element-wrap {
    margin-top: 3.5em;
  }
}
.desclist.dl-with-bg .desclist-element-wrap > * + * {
  border-top: 1px solid var(--clr-hedinger-green-light);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element {
  position: relative;
  display: grid;
  padding: 2em 0 2em var(--dl-padding-left);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element header {
  cursor: pointer;
  padding-right: 2.5em;
}
@media screen and (min-width: 576px) {
  .desclist.dl-with-bg .desclist-element-wrap .desclist-element header {
    padding-right: 8em;
  }
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element header::before {
  display: none;
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element header::after {
  color: var(--clr-hedinger-green-light);
  position: absolute;
  background-image: url("../Media/Icons/icon-plus-circle.svg");
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  background-position: left center;
  display: inline-block;
  content: "";
  padding-left: 1.5em;
  right: 0;
  top: 0;
  aspect-ratio: 1;
}
@media screen and (min-width: 576px) {
  .desclist.dl-with-bg .desclist-element-wrap .desclist-element header::after {
    aspect-ratio: auto;
    content: attr(data-switch-open);
    min-width: 12ch;
  }
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element > div {
  margin-top: 0.5em;
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element::before {
  display: inline-block;
  content: "";
  position: absolute;
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: var(--dl-icon-width);
  left: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.icon-1::before {
  background-image: var(--dl-icon-1);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.icon-2::before {
  background-image: var(--dl-icon-2);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.icon-3::before {
  background-image: var(--dl-icon-3);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.icon-4::before {
  background-image: var(--dl-icon-4);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.icon-5::before {
  background-image: var(--dl-icon-5);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.icon-6::before {
  background-image: var(--dl-icon-6);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.icon-7::before {
  background-image: var(--dl-icon-7);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.icon-8::before {
  background-image: var(--dl-icon-8);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.icon-9::before {
  background-image: var(--dl-icon-9);
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element .dl-element-text-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s;
  max-width: 500px;
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element .dl-element-text-wrap > div {
  overflow: hidden;
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.open .dl-element-text-wrap {
  grid-template-rows: 1fr;
}
.desclist.dl-with-bg .desclist-element-wrap .desclist-element.open header::after {
  content: "";
  background-image: url("../Media/Icons/icon-minus-circle.svg");
}
@media screen and (min-width: 576px) {
  .desclist.dl-with-bg .desclist-element-wrap .desclist-element.open header::after {
    content: attr(data-switch-close);
  }
}

.text-indented .ti-content-wrap > h1, .text-indented .ti-content-wrap > h2, .text-indented .ti-content-wrap > h3, .text-large > h1, .text-large > h2, .text-large > h3 {
  font-weight: 500;
  color: var(--clr-hedinger-green-light);
  margin-top: 0;
  margin-bottom: 0.45em;
}
.text-indented .ti-content-wrap b, .text-indented .ti-content-wrap strong, .text-large b, .text-large strong {
  color: var(--clr-hedinger-green-light);
}

.text-indented {
  padding: 0 2em 0 2em;
}
@media screen and (min-width: 720px) {
  .text-indented {
    padding: 2em 0 0 6em;
  }
}
@media screen and (min-width: 980px) {
  .text-indented {
    padding: 0 0 0 25em;
  }
}
.text-indented .ti-content-wrap {
  max-width: 500px;
}
.text-indented.ti-callout {
  padding: 0;
}
@media screen and (min-width: 720px) {
  .text-indented.ti-callout {
    padding: 2em 0 0 0;
  }
}
@media screen and (min-width: 980px) {
  .text-indented.ti-callout {
    padding: 0;
  }
}
.text-indented.ti-callout .ti-content-wrap {
  margin: 0 auto;
  border: 1px solid var(--clr-hedinger-green-light);
  box-sizing: content-box;
  padding: 1.5em;
}
@media screen and (min-width: 720px) {
  .text-indented.ti-callout .ti-content-wrap {
    padding: 2em;
  }
}
@media screen and (min-width: 980px) {
  .text-indented.ti-callout .ti-content-wrap {
    padding: 3em;
  }
}
.text-indented.ti-callout .ti-content-wrap p {
  font-size: 1.25em;
}
.text-indented.ti-callout .ti-content-wrap p:last-child {
  margin-bottom: 0;
}

.text-large > h1, .text-large > h2, .text-large > h3 {
  font-weight: 500;
}
.text-large > h1, .text-large > h2, .text-large > h3, .text-large p {
  font-size: 1.25em;
}
@media screen and (min-width: 720px) {
  .text-large > h1, .text-large > h2, .text-large > h3, .text-large p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  .text-large > h1, .text-large > h2, .text-large > h3, .text-large p {
    font-size: 2em;
  }
}
.text-large p {
  line-height: 1.2;
}

.triple-image {
  width: 100%;
  overflow: hidden;
}
.triple-image .image-wrap {
  position: relative;
  left: 50%;
  width: max-content;
  display: grid;
  grid-gap: 1em;
  transform: translateX(-50%);
  transform-origin: center;
  grid-template-columns: repeat(3, 1fr);
}
.joboffer-application input[type=file] {
  font-size: 1em;
  text-align: center;
  padding: 0;
  outline: none;
  width: auto;
  cursor: pointer;
}
.joboffer-application input[type=file]::file-selector-button {
  border: none;
  background-color: transparent;
  visibility: hidden;
  width: 0;
  cursor: pointer;
}
.joboffer-application .file-upload-wrap {
  cursor: pointer;
  margin-top: 1em;
  color: #333;
  font-size: 1em;
  padding: 3em;
  background-color: white;
  border: 1px dashed grey;
  border-radius: 8%/45%;
  display: grid;
  justify-content: center;
}
.joboffer-application .file-upload-wrap span {
  display: inline-block;
}
.joboffer-application .file-upload-wrap span span {
  padding-left: 15px;
}

p.rte-text-large-center {
  text-align: center;
  font-size: 1.25em;
}

/* ### */

.joboffer-list {
  list-style: none;
  padding: 0;
  border-top: 1px solid #333;
}
.joboffer-list li {
  border-bottom: 1px solid #333;
  padding: 12px 0;
}

.fullSize {
  margin-bottom: 3em;
}

.fullSize img {
  max-width: 100%;
  height: auto;
}

.centeredText {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.primary-color {
  color: var(--clr-hedinger-green-light);
}

.background-primary {
  background-color: #E0F3E3;
}

.joboffer-application {
  padding: 80px 100px;
}
@media screen and (max-width: 720px) {
  .joboffer-application {
    padding: 50px 47px;
  }
}

.joboffer-application h2 {
  color: var(--clr-hedinger-green-light);
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  max-width: 800px;
}

.joboffer-application p {
  max-width: 800px;
}

.joboffer-application form {
  margin-top: 55px;
  max-width: 900px;
}

.joboffer-application form .row {
  margin-bottom: 45px;
}
.joboffer-application form .row:last-child {
  margin-bottom: 0;
}

.joboffer-application label {
  color: var(--clr-hedinger-green-light);
  display: block;
  font-size: 24px;
}

.joboffer-application input,
.joboffer-application textarea {
  width: 100%;
  padding: 10px 5px;
  font-size: 18px;
  border: none;
}

.joboffer-application textarea {
  height: 200px;
}

.joboffer-application .submit {
  background-color: var(--clr-hedinger-green-light);
  color: white;
  padding: 10px 30px 10px 12px;
  border: none;
  position: relative;
  transition: .4s all;
}

.joboffer-application .submit::after {
  content: "\203A";
  display: block;
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 1.3em;
}

.joboffer-application .submit:hover {
  background-color: var(--clr-hedinger-green-lighter);
}
/* Menu Highlight */

#hd-header-secondary-nav {
  top: 0;
}
@media (max-width: 991px) {
  #hd-header-secondary-nav {
    top: 150px;
  }
}
#hd-header-secondary-nav > li > a {
  padding: 0.5em 0 0;
  display: inline-block;
}
#hd-header-secondary-nav > li.is-highlighted {
  padding-right: 0;
}
#hd-header-secondary-nav > li.is-highlighted::after {
  display: none;
  padding-right: 0;
}
#hd-header-secondary-nav > li.is-highlighted > a {
  color: white;
  background: var(--clr-hedinger-green-light);
  padding: 0.5em 1.5em 0.75em;
}
/* Text Box */
.ce-textbox {
  padding: 10% 0 5%;
  background-image: var(--tb-bg-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 4em;
}
@media screen and (min-width: 1920px) {
  .ce-textbox {
    padding: 12em 0 6em;
  }
}
.ce-textbox::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(48, 161, 51, 0.5);
  z-index: 0;
}
.ce-textbox-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2em;
}
@media screen and (min-width: 992px) {
  .ce-textbox-content {
    max-width: 66%;
    margin: 0 auto;
  }
}
.ce-textbox-content h1, .ce-textbox-content h2, .ce-textbox-content h3 {
  color: var(--clr-hedinger-green-light);
  margin: 0;
  font-weight: 400;
}
.ce-textbox-content h1 + p, .ce-textbox-content h2 + p, .ce-textbox-content h3 + p {
  margin-top: 1.5em;
}

/* Button */
.btn-green {
  display: inline-flex;
  background-color: var(--clr-hedinger-green-light);
  color: white;
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 0.25em;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-top: 1.5em;
}
.btn-green::after {
  content: "›";
  display: inline-block;
  padding-left: 0.5em;
  font-size: 1.5em;
  line-height: 1;
}
.btn-green:hover {
  background-color: var(--clr-hedinger-green-lighter);
  text-decoration: none;
  color: white;
}

.form-check input.form-check-input {
  position: absolute;
}

#broschuereanfordern-41-brochures {
  margin-bottom: 1.5em;
}
div.form-element {
  margin-bottom: 1em;
}

div.form-element input[type="text"],
div.form-element input[type="email"],
div.form-element input[type="tel"],
div.form-element textarea {
  max-width: 600px;
}

div.form-element textarea {
  height: 12em;
}
