@charset "UTF-8";

@import 'fa.css';

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.container--wide {
  width: 100%;
  padding: 0;
}

@media (min-width: 1540px) {
  .container--wide {
    width: 1570px;
  }
}

form label {
  font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button[type=submit] {
  border: 0;
  position: relative;
  padding-left: 35px;
  line-height: 22px;
}

button[type=submit] span {
  border-bottom: 1px solid;
}

button[type=submit] .fa-angle-right {
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 22px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}

.alert-danger {
  background: #fbebeb;
  padding: 24px;
  margin: 10px 0;
  color: #ff0000;
}

.has-error .form-control {
  border: 1px solid #ff0000;
}

.has-error-forlabel label:after {
  border: 1px solid #ee0000;
  border-radius: 50%;
  color: #ff0000;
  content: " ";
  display: block;
  height: 16px;
  margin-left: -19px;
  margin-top: -18px;
  position: relative;
  width: 16px;
}

.versionsubmit {
  float: right;
  width: 225px;
}

@media (min-width: 992px) {
  .placesubmit {
    float: right;
    width: 265px;
  }
  .typesubmit {
    float: right;
    width: 350px;
  }
}

.seminar-period {
  margin-top: 10px;
}

@media (min-width: 480px) {
  .partner-address-col {
    text-align: right;
  }
}

.partner-filter div[class^='col-']:first-child {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .partner-filter div[class^='col-']:nth-of-type(2) {
    margin-left: -30px;
  }
}

.partner-filter div[class^='col-']:last-child {
  float: right;
}

.selectboxalt {
  position: relative;
}

.selectboxalt .dropdown-toggle {
  position: relative;
  width: 100%;
  margin: auto;
  float: none;
  padding: 10px 0 10px 12px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.selectboxalt .dropdown-toggle .btn-caret {
  border-left: 1px solid #f6f6f6;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}

.selectboxalt .dropdown-toggle .btn-caret svg {
  height: 100%;
  width: 8px;
  position: absolute;
  left: 14px;
  fill: #97c00e;
}

.selectboxalt .dropdown-toggle .btn-caret svg.caret-up {
  top: -5px;
}

.selectboxalt .dropdown-toggle .btn-caret svg.caret-down {
  top: 5px;
}

.selectboxalt .dropdown-toggle .caret-down {
  position: absolute;
  right: 12px;
  top: 38%;
  width: 10px;
  height: 11px;
}

.form-control {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 4px;
  font-weight: 400;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
  color: #58585a;
}

textarea.form-control {
  padding-top: 12px;
}

input[type="radio"] {
  margin-left: 1px;
}

.radio-inline {
  padding-left: 4px;
  margin-right: 20px;
}

input[type="checkbox"] {
  vertical-align: top;
}

.checkbox-inline {
  vertical-align: top;
  padding-left: 5px;
  max-width: 85%;
  max-width: calc(100% - 20px);
}

.checkbox-group {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .checkbox-group {
    display: inline-block;
    width: 49%;
  }
}


/** Custom Select **/

.custom-select {
  position: relative;
  display: block;
}

.custom-select select {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  opacity: 0.001;
}

.custom-select select,
.custom-select .btn-select {
  padding: 8px 18px;
  cursor: pointer;
}

.custom-select .btn-select {
  position: relative;
  display: block;
  height: 44px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.btn-select.btn-focus {
  border-color: #cedae0;
  box-shadow: 0 0 0.4em rgba(200, 200, 200, 0.8);
}

.custom-select .btn-select:after {
  content: " ";
  display: block;
  background: url("../img/custom-select.png") no-repeat 0 0;
  /* PNG for demo only; should be an SVG with PNG fallback in production */
  width: 43px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}

.custom-select .label-text {
  display: inline-block;
  padding: 0 1em .3em 0;
}

.has-error .btn-select {
  border-color: #ff0000;
}


/** Custom Checkboxes and Radiobuttons **/


/* wrapper divs */

.custom-checkbox,
.custom-radio {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.custom-checkbox {
  width: 100%;
  margin-right: 0;
}


/* input, label positioning */

.custom-checkbox input,
.custom-radio input {
  position: absolute;
  left: 2px;
  top: 3px;
  margin: 0;
  z-index: 0;
  display: inline-block;
}

.custom-checkbox label,
.custom-radio label {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 1em;
  line-height: 1;
  padding: 6px 0 7px 30px;
  margin: 0 0 .3em;
  cursor: pointer;
}

.custom-radio label {
  padding: 5px 0 5px 32px;
}

.custom-checkbox label {
  background: url("../img/checkbox.gif") no-repeat;
}

.custom-radio label {
  background: url("../img/radiobutton.gif") no-repeat;
}

.custom-checkbox label,
.custom-radio label {
  background-position: -14px -14px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
  background-position: -14px -114px;
}

.custom-checkbox label.checked,
.custom-radio label.checked {
  background-position: -14px -214px;
}

.custom-checkbox label.checkedHover,
.custom-checkbox label.checkedFocus {
  background-position: -14px -314px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.3px;
}

h1,
h2,
h4 {
  text-transform: uppercase;
  word-break: break-word;
}

h1 {
  color: #97c00e;
  font-size: 38px;
}

h2 {
  color: #97c00e;
  font-size: 30px;
}
h2._28px{
  font-size: 28px;
}

h3 {
  line-height: 1.4;
}

h4 {
  font-weight: normal;
}

h5 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 25px;
}

p {
  line-height: 1.6;
}

.date {
  color: #acacac;
  font-size: 14px;
}

.img-border {
  border: 1px solid #acacac;
}

.circle {
  border-radius: 50%;
  border: 1px solid #58585a;
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: #58585a;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}

.circle--sm {
  width: 22px;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
  border: none;
}

.circle--dark {
  background: #58585a;
  color: #fff;
}

.icon-with-text {
  margin-bottom: 20px;
}

.icon-with-text .circle {
  margin-right: 8px;
}

.icon-with-text--content {
  display: inline-block;
  vertical-align: middle;
}

.icon-with-text--content a {
  border-bottom: 1px solid;
  text-decoration: none;
  display: block;
}

@media (min-width: 768px) {
  .icon-with-text--content a {
    display: inline;
  }
}

body {
  position: relative;
}

.site {
  overflow-x: hidden;
}

.site-header {
  z-index: 1000;
  width: 100%;
  background: #fff;
}

@media (max-width: 1140px) {
  .site-header {
    max-height: 100vh !important;
    /*&:not(.header-landingpage) {
                overflow-y: scroll !important;
            }*/
  }
}

@media (min-width: 1140px) {
  .site-header {
    border-bottom: 1px solid #e0e0e0;
  }
}

.site-header .container {
  width: 100%;
  max-width: 1170px;
}

.site-main .subline {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 26px;
}

.site-main form {
  margin-top: 50px;
}

.site-main .zone .content-element {
  margin: 30px 0 0px;
}

.site-main .zone .content-intro .content-element {
  margin-top: 5px;
}

.site-main .zone .content-intro .content-element h1 {
  margin-top: 0px;
}

.site-main .zone--presenter .content-element {
  margin: 0;
}

.site-footer {
  background: transparent url("../img/Footer.png") no-repeat bottom center;
  background-size: 200%;
}

@media (min-width: 768px) {
  .site-footer {
    background-size: auto;
  }
}

@media (min-width: 1540px) {
  .site-footer.site-footer--landingpage {
    position: relative;
    min-height: 200px;
  }
  .site-footer.site-footer--landingpage .footer {
    position: absolute;
  }
}

@media (min-width: 2000px) {
  .site-footer.site-footer--landingpage {
    min-height: 280px;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .site .news .thumbnail {
    min-height: 362px;
  }
}

@media (min-width: 992px) {
  .site .news .thumbnail {
    min-height: 328px;
  }
}

@media (min-width: 1140px) {
  .site .news .thumbnail {
    min-height: 325px;
  }
}


/** STICKY HEADER **/

.navbar-default {
  transition: padding 0.4s;
}

.navbar-logo {
  transition: width 0.5s, top 0.5s, height 0.5s, padding 0.5s;
}

body.header--fixed {
  padding-top: 84px;
}

@media (min-width: 1140px) {
  body.header--fixed {
    padding-top: 150px;
  }
}

body.header--fixed .site-header {
  position: fixed;
  top: -5px;
}

@media (min-width: 1140px) {
  body.header--fixed .site-header {
    top: -66px;
  }
}

body.header--slim {
  padding-top: 84px;
}

@media (min-width: 1140px) {
  body.header--slim {
    padding-top: 125px;
  }
}

body.header--slim .navbar-default {
  padding-bottom: 0;
}

body.header--slim .navbar-logo {
  width: 120px;
  top: 60px;
  height: 60px;
  padding-top: 6px;
}

@media (min-width: 1140px) {
  body.header--slim .navbar-logo {
    padding-top: 0;
    left:0px;
    top: 62px;
  }
}

body.header--slim .navbar-nav>li>.dropdown-menu {
  border-top: 4px solid transparent;
}

.footer {
  padding-bottom: 15%;
  /* Firefox < 19 */
  /* Firefox > 19 */
}

.footer .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
  .footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1540px) {
  .footer {
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.footer h3 {
  text-transform: uppercase;
}

.footer h4 {
  text-transform: none;
  font-size: 17px;
}

.footer-box {
  position: relative;
  color: #dadada;
  background-color: #58585a;
}

.footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box a,
.footer-box input[type=email],
.footer-box input[type=text],
.footer-box button {
  color: #dadada;
  border-color: #dadada;
  max-width: 260px;
}

.footer-box a:hover,
.footer-box a:focus,
.footer-box input[type=email]:hover,
.footer-box input[type=email]:focus,
.footer-box input[type=text]:hover,
.footer-box input[type=text]:focus,
.footer-box button:hover,
.footer-box button:focus {
  color: #acacac;
  text-decoration: none;
}

.footer-box button[type="submit"] i:before {
  transition: margin 0.2s;
}

.footer-box button[type="submit"]:hover i,
.footer-box button[type="submit"]:focus i {
  color: #acacac;
}

.footer-box button[type="submit"]:hover i:before,
.footer-box button[type="submit"]:focus i:before {
  margin-right: -3px;
}

.footer-box__contact {
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-box__sitemap {
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-box__sitemap [class^=col-] {
  padding-bottom: 20px;
  border-left: 1px solid #868688;
}

.footer-box__sitemap [class^=col-]:first-child {
  border-left: 0;
}

.footer-box__sitemap li {
  padding-bottom: 2px;
}

.footer-box__sitemap a {
  font-size: 14px;
}

.footer-nav {
  min-height: 100px;
  padding-top: 120px;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-align: center;
}

.footer-nav li {
  padding-right: 0;
}

.footer-nav li:after {
  content: '·';
  color: #fff;
  padding-left: 10px;
}

.footer-nav li:last-child:after {
  content: '';
  padding-left: 0;
}

.footer-nav a {
  color: #fff;
}

.footer-nav--in-box {
  text-align: left;
  margin-top: 20px;
  min-height: 0;
}

.footer-nav--in-box li {
  padding-left: 0px;
  display: block;
}

.footer-nav--in-box li:after {
  content: '';
}

.footer-nav--in-box li:first-child {
  padding-left: 0;
}

.footer-nav--in-box li a {
  color: #dadada;
}

.footer--bigger-buttons .social-links__item {
  border-color: #f6f6f6;
}

.footer input::-webkit-input-placeholder {
  color: #e0e0e0;
}

.footer input:-moz-placeholder {
  color: #e0e0e0;
}

.footer input::-moz-placeholder {
  color: #e0e0e0;
}

.footer .form-control {
  background: transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
}

.footer .form-control:focus {
  border: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.8);
  color: #58585a;
}

.zone {
  padding: 30px 0 50px;
  overflow: hidden;
}

.zone--nbp {
  padding-bottom: 0px;
}

.zone:first-child {
  border-top: 0;
}

.zone h2 {
  margin: 0px auto 30px;
}

.zone--presenter {
  padding: 0;
  background: transparent url("../img/bg-presenter-pattern.png") repeat-x;
  background-position-x: 1px;
}

.zone--bg-green {
  background-color: #97c00e;
  color: #fff;
  padding: 0;
}

.zone--bg-green#section-2 {
  padding: 10px 0 50px;
}

.zone--bg-green#section-7 {
  padding: 30px 0 50px;
}

.zone--bg-green h1 {
  color: #fff;
}

.zone--bg-green h2 {
  color: #fff;
  line-height: 1.3;
}

.zone--bg-green p {
  line-height: 1.8;
}

.zone--bg-green p>a {
  color: #fff;
}

.zone--bg-green p>a:hover {
  color: #58585a;
}

.zone#section-8 {
  display: block;
  padding-bottom: 70px;
}

.zone#section-8 p.bodytext {
  padding-bottom: 20px;
}

.zone--bg-light {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
}

.zone--overflow {
  overflow: visible;
  padding: 0px;
}

@-moz-document url-prefix() {
  .zone--overflow {
    padding-bottom: 0px;
  }
}

.zone__thumbnails {
  margin-top: 30px;
}

.zone--teaser {
  background: transparent url("../img/bg-presenter-tile.jpg") repeat;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  margin-bottom: 45px;
}

.zone--teaser img {
  width: 100%;
  height: auto;
}

.zone .features {
  padding-bottom: 50px;
}

.zone .features h2 {
  margin: 20px auto 30px;
}

p>a,
span>a {
  border-bottom: 1px solid;
  text-decoration: none;
}

p>a:hover,
p>a:focus,
span>a:hover,
span>a:focus {
  text-decoration: none;
}

a {
  cursor: pointer;
}

a:focus {
  outline: none;
}

button {
  outline: none;
  background: none;
  border: none;
  padding: 0;
}

.link--standalone {
  position: relative;
  padding-left: 60px;
  display: inline-block;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .link--standalone {
    padding-left: 85px;
  }
}

.link--standalone span {
  display: inline-block;
  padding-top: 3px;
  font-size: 16px;
  border-bottom: 1px solid #acacac;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .link--standalone span {
    padding-top: 15px;
  }
}

.link--standalone .circled-arrow {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 0;
  transition: background 0.2s ease-in;
}

@media (min-width: 992px) {
  .link--standalone .circled-arrow {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background-color: #fff;
  }
}

.link--standalone svg {
  margin-top: 10px;
  margin-left: 5px;
  width: 26px;
  height: 26px;
  color: #acacac;
  fill: currentColor;
  transition: color 0.2s ease-in;
}

@media (min-width: 992px) {
  .link--standalone svg {
    margin-top: 14px;
    margin-left: 10px;
    width: 38px;
    height: 38px;
  }
}

.link--standalone:hover span {
  border-color: #97c00e;
}

.link--standalone:hover .circled-arrow {
  border-color: #97c00e;
}

.link--standalone:hover svg {
  color: #97c00e;
}

.link--standalone--md {
  padding-left: 60px;
}

.link--standalone--md .circled-arrow {
  width: 44px;
  height: 44px;
  line-height: 40px;
}

.link--standalone--md svg {
  margin-top: 11px;
  margin-left: 1px;
  width: 18px;
  height: 18px;
}

.link--standalone--md span {
  padding-top: 0;
}

.link--standalone--sm {
  display: inline-block;
  margin: 20px 0;
  position: relative;
  padding-left: 42px;
}

.link--standalone--sm .circled-arrow {
  border-radius: 50%;
  border: 1px solid #58585a;
  height: 23px;
  left: 0;
  line-height: 23px;
  margin-left: 8px;
  position: absolute;
  text-align: center;
  width: 23px;
}

.link--standalone--sm .circled-arrow svg {
  color: #58585a;
  fill: #58585a;
  height: 12px;
  margin-bottom: 1px;
  margin-left: 3px;
  transition: color 0.2s ease-in;
  width: 12px;
}

.link--standalone--sm span {
  display: inline-block;
  padding-top: 0px;
  font-size: 16px;
  border-bottom: 1px solid #58585a;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.link--standalone--sm:hover span,
.link--standalone--sm:hover .circled-arrow {
  border-color: #97c00e;
}

.link--standalone--sm:hover svg {
  color: #97c00e;
  fill: #97c00e;
}

.link--arrow-circle {
  border-bottom: 1px solid #58585a;
  display: inline-block;
  line-height: 21px;
  margin-left: 32px;
  position: relative;
  transition: color 0.45s ease-out, border-color 0.45s ease-out;
}

.link--arrow-circle:before {
  content: "";
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  border: 1px solid #58585a;
  background-color: transparent;
  display: block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 18px;
  position: absolute;
  left: -32px;
  top: 0px;
}

.link--arrow-circle:hover,
.link--arrow-circle:focus {
  color: #97c00e;
  border-color: #97c00e;
  text-decoration: none;
}

.link--arrow-circle:hover:before,
.link--arrow-circle:focus:before {
  border-color: #97c00e;
  left: -30px;
  transition: left 0.3s ease, border-color 0.45s ease-out;
}

.link-list--stacked {
  list-style: none;
}

.link-list--stacked__item {
  padding: 18px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  position: relative;
}

.link-list--stacked__item a {
  display: block;
  color: #fff;
}

.link-list--stacked__item a:before {
  content: "";
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  position: absolute;
  right: 20px;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 18px;
  padding-left: 2px;
  padding-top: 1px;
}

.link-list--stacked__item:hover {
  background-color: #fff;
}

.link-list--stacked__item:hover a {
  color: #58585a;
  text-decoration: none;
}

.link-list--stacked__item:hover a:before {
  border-color: #58585a;
}

.thumbnail.hover .btn-group>.btn.halfwidth,
.btn-group>.btn.halfwidth,
.btn.halfwidth {
  margin: 0 0 5% 5%;
  width: 47.5%;
  margin-left: 0;
  float: right;
}

.thumbnail.hover .btn-group>.btn.halfwidth:first-child,
.btn-group>.btn.halfwidth:first-child,
.btn.halfwidth:first-child {
  float: left;
}

.thumbnail.hover .btn-group>.btn.fullwidth,
.btn-group>.btn.fullwidth,
.btn.fullwidth {
  margin: 0 0 5% 5%;
  width: 100%;
  margin-left: 0;
}

.btn-primary-main {
  background: #97c00e;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background 0.2s;
}

.btn-primary-main:hover {
  background: #8cb20d;
  color: #fff;
}

.btn-primary {
  border: none;
  background: #97c00e;
  padding: 20px 15px;
  margin: 10px 10px 10px 0;
  color: #fff;
}

.main-outline-btn {
  border: 1px solid #97c00e;
  color: #97c00e;
}

.main-outline-btn:hover {
  background: #97c00e !important;
  color: #fff;
}

.btn-default {
  border-color: #e0e0e0;
}

.btn-default:hover {
  border-color: #e0e0e0;
  background: #f6f6f6;
}

.btn-info.btn-info {
  border-color: #e0e0e0;
  background: #fff;
  color: #58585a;
  margin-bottom: 12px;
  margin-right: 6px;
}

.btn-info.btn-info:active,
.btn-info.btn-info:focus,
.btn-info.btn-info:hover {
  border-color: #e0e0e0;
  background: #97c00e;
  color: #ffffff;
}

#page-up {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.social-links {
  padding-left: 0;
}

.social-links__item {
  /*@include circled(30px, $color: $gray, $bgcolor: transparent);*/
  display: inline-block;
  list-style: none;
  width: 44px;
  height: 44px;
  margin-right: -1px;
}

.social-links__item a {
  display: block;
  width: 44px;
  height: 44px;
  padding: 10px 11px;
  transition: background 0.3s, color 0.3s;
}

.social-links__item a:hover {
  background: #e6e6e6;
}

.social-links--bigger-buttons .social-links__item {
  margin-right: 10px;
  margin-left: 0;
}

.social-links--bigger-buttons .social-links__item a {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #dadada;
  background-color: #58585a;
  font-size: 25px;
  padding: 0;
}

.social-links--bigger-buttons .social-links__item a:hover {
  background: #e0e0e0;
  color: #58585a;
}

.social-links--bigger-buttons .social-links__item.forum a {
  line-height: 46px !important;
}

.social-links--bigger-buttons .social-links__item.instagram a {
  margin-top: 8px;
}

.social-links--bigger-buttons .social-links__item.instagram a i.instagram-icon {
  filter: invert(1);
  width: 28px;
  height: 28px;
  margin: 10px;
}

.social-links--bigger-buttons .social-links__item.instagram a:hover i.instagram-icon {
  filter: invert(0.25);
}

#language-dropdown .btn {
  max-height: 44px;
}

.subnav h2 {
  color: #58585a;
  line-height: 44px;
}

.subnav h2 a:hover {
  color: #97bf0d;
  text-decoration: none;
}

.subnav ul {
  padding: 0;
}

.subnav ul li a:hover {
  color: #97bf0d;
  cursor: pointer;
  text-decoration: none;
}

.subnav ul.toplevel {
  margin-top: 17px;
}

.subnav ul.toplevel>li:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.subnav ul.toplevel li {
  border-top: 1px solid #e0e0e0;
  font-size: 18px;
  padding: 16px 0;
  list-style: none;
  letter-spacing: 0;
}

.subnav ul.toplevel li.active,
.subnav ul.toplevel li.active+li {
  border-top: 1px solid #97bf0d;
}

.subnav ul.toplevel li.active {
  border-color: #97bf0d;
}

.subnav ul.toplevel li.active>a {
  color: #97bf0d;
  font-weight: bold;
}

.subnav ul.sublevel {
  margin-top: 2px;
  margin-bottom: 5px;
}

.subnav ul.sublevel li {
  border: none;
  line-height: 36px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.subnav ul.sublevel li.active,
.subnav ul.sublevel li.active+li {
  border: none;
}

.carousel-wrapper {
  position: relative;
}

.carousel-inner-wrapper {
  max-width: 85%;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}

.grid-column-carousel {
  overflow: hidden;
}

.grid-column-carousel__page-indicators {
  display: none;
}

.grid-column-carousel__list {
  padding-left: 0;
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.grid-column-carousel__list:after,
.grid-column-carousel__list:before {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}

.grid-column-carousel__list:after {
  clear: both;
}

.grid-column-carousel__list.initialized {
  width: 9999px;
}

.grid-column-carousel__list.initialized>* {
  display: block;
}

.grid-column-carousel__list>* {
  display: none;
}

ul.pagination,
ul.tx-indexedsearch-browsebox {
  float: right;
  height: 40px;
  padding-left: 0px;
}

ul.pagination li,
ul.tx-indexedsearch-browsebox li {
  border: 1px solid #e0e0e0;
  float: left;
  height: 40px;
  letter-spacing: 1px;
  line-height: 36px;
  list-style-type: none;
  margin-left: 7px;
  text-align: center;
  width: 39px;
}

@media (max-width: 480px) {
  ul.pagination li,
  ul.tx-indexedsearch-browsebox li {
    height: 35px;
    line-height: 30px;
    width: 35px;
  }
}

ul.pagination li:first-child,
ul.tx-indexedsearch-browsebox li:first-child {
  margin-left: 0px;
}

ul.pagination li a,
ul.tx-indexedsearch-browsebox li a {
  color: #58585a;
  display: block;
  font-size: 14px;
  text-decoration: none;
  height: 100%;
  transition: background 0.3s;
}

ul.pagination li a:hover,
ul.pagination li a:active,
ul.tx-indexedsearch-browsebox li a:hover,
ul.tx-indexedsearch-browsebox li a:active {
  background: #f6f6f6;
}

ul.pagination li.prev a,
ul.pagination li.next a,
ul.tx-indexedsearch-browsebox li.prev a,
ul.tx-indexedsearch-browsebox li.next a {
  padding-top: 6px;
}

ul.pagination li.prev .svg-arrow-left,
ul.pagination li.next .svg-arrow-left,
ul.tx-indexedsearch-browsebox li.prev .svg-arrow-left,
ul.tx-indexedsearch-browsebox li.next .svg-arrow-left {
  padding-right: 3px;
}

ul.pagination li.prev .svg-arrow-right,
ul.pagination li.next .svg-arrow-right,
ul.tx-indexedsearch-browsebox li.prev .svg-arrow-right,
ul.tx-indexedsearch-browsebox li.next .svg-arrow-right {
  padding-left: 3px;
}

ul.pagination li.prev svg,
ul.pagination li.next svg,
ul.tx-indexedsearch-browsebox li.prev svg,
ul.tx-indexedsearch-browsebox li.next svg {
  color: #97c00e;
  font-size: 18px;
  fill: #97c00e;
  height: 19px;
  width: 19px;
  transition: margin 0.2s;
}

ul.pagination li.prev.disabled svg,
ul.pagination li.next.disabled svg,
ul.tx-indexedsearch-browsebox li.prev.disabled svg,
ul.tx-indexedsearch-browsebox li.next.disabled svg {
  color: #e0e0e0;
  fill: #e0e0e0;
}

ul.pagination li.prev:hover,
ul.pagination li.numbers:hover,
ul.pagination li.next:hover,
ul.pagination li.currentPage,
ul.tx-indexedsearch-browsebox li.prev:hover,
ul.tx-indexedsearch-browsebox li.numbers:hover,
ul.tx-indexedsearch-browsebox li.next:hover,
ul.tx-indexedsearch-browsebox li.currentPage {
  border: 1px solid #97c00e;
}

ul.pagination li.prev:hover a,
ul.pagination li.numbers:hover a,
ul.pagination li.next:hover a,
ul.pagination li.currentPage a,
ul.tx-indexedsearch-browsebox li.prev:hover a,
ul.tx-indexedsearch-browsebox li.numbers:hover a,
ul.tx-indexedsearch-browsebox li.next:hover a,
ul.tx-indexedsearch-browsebox li.currentPage a {
  background: #fff;
}

ul.pagination li.prev:hover svg,
ul.pagination li.numbers:hover svg,
ul.pagination li.next:hover svg,
ul.pagination li.currentPage svg,
ul.tx-indexedsearch-browsebox li.prev:hover svg,
ul.tx-indexedsearch-browsebox li.numbers:hover svg,
ul.tx-indexedsearch-browsebox li.next:hover svg,
ul.tx-indexedsearch-browsebox li.currentPage svg {
  fill: #97c00e;
}

ul.pagination li.currentPage,
ul.tx-indexedsearch-browsebox li.currentPage {
  background: #97c00e;
  color: #fff;
}

ul.pagination li.prev:hover svg,
ul.tx-indexedsearch-browsebox li.prev:hover svg {
  margin-left: -4px;
}

ul.pagination li.next:hover svg,
ul.tx-indexedsearch-browsebox li.next:hover svg {
  margin-right: -4px;
}

ul.pagination li.prev.disabled:hover,
ul.pagination li.next.disabled:hover,
ul.tx-indexedsearch-browsebox li.prev.disabled:hover,
ul.tx-indexedsearch-browsebox li.next.disabled:hover {
  border: 1px solid #e0e0e0;
}

ul.pagination li.prev.disabled:hover svg,
ul.pagination li.next.disabled:hover svg,
ul.tx-indexedsearch-browsebox li.prev.disabled:hover svg,
ul.tx-indexedsearch-browsebox li.next.disabled:hover svg {
  margin-left: 0;
  margin-right: 0;
}

.table-responsive {
  display: block;
}

.table-responsive--borderless {
  border: none;
}

.table--padded>thead>tr>th,
.table--padded>thead>tr>td,
.table--padded>tbody>tr>th,
.table--padded>tbody>tr>td,
.table--padded>tfoot>tr>th,
.table--padded>tfoot>tr>td {
  padding: 20px 8px;
}

.carousel-arrow-nav {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}

.carousel-arrow-nav__controls {
  float: left;
}

.carousel-arrow-nav__controls a {
  display: block;
  float: left;
  border-right: 1px solid #e0e0e0;
  padding: 7px 20px;
  line-height: 1;
}

.carousel-arrow-nav__controls a.left {
  padding-left: 12px;
  padding-right: 16px;
}

.carousel-arrow-nav__controls a.right {
  padding-left: 15px;
  padding-right: 13px;
}

.carousel-arrow-nav__controls a.down {
  padding-top: 10px;
  padding-bottom: 6px;
}

.carousel-arrow-nav__controls a.up {
  padding-top: 7px;
  padding-bottom: 9px;
}

.carousel-arrow-nav__controls a svg {
  width: 35px;
  height: 40px;
  color: #acacac;
  fill: #acacac;
}

.carousel-arrow-nav__controls a.left svg,
.carousel-arrow-nav__controls a.right svg {
  width: 24px;
  height: 35px;
  color: #58585a;
  fill: #58585a;
}

.carousel-arrow-nav__controls a:hover svg {
  color: #97c00e;
  fill: #97c00e;
}

.carousel-arrow-nav__link {
  float: left;
  padding: 14px 20px;
}

.carousel-arrow-nav__link a {
  letter-spacing: 0.5px;
  border-bottom: 1px solid #acacac;
}

.carousel-arrow-nav__link a:hover {
  text-decoration: none;
}

.thumbnail.hover {
  cursor: pointer;
  transition: all 0.2s ease;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}

.thumbnail.hover .caption {
  padding: 20px;
  width: 100%;
}

.thumbnail.hover .js-hidden {
  display: none;
}

.thumbnail.hover .caption {
  margin: auto;
}

.thumbnail.hover .date {
  margin-top: 10px;
}

.thumbnail.hover h3 {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 600;
}

.thumbnail.hover img {
  width: 100%;
}

.thumbnail.hover p {
  line-height: 1.6;
  font-size: 14px;
  margin: 20px auto;
}

.thumbnail.hover .btn-group {
  padding: 0;
  position: absolute;
  bottom: 5px;
  width: 89%;
  width: calc(100% - 40px);
  text-align: center;
}

.thumbnail.hover .btn {
  max-width: 100%;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  float: none;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.thumbnail.hover .btn:hover {
  background-color: #fff;
  color: #58585a;
}

.thumbnail.hover .btn:first-child {
  margin-left: 0;
}

.thumbnail.hover.is-hovered {
  background-color: #97c00e;
  color: #fff;
  border-color: transparent;
  text-decoration: none;
}

.thumbnail.hover.is-hovered .date,
.thumbnail.hover.is-hovered h3,
.thumbnail.hover.is-hovered p {
  color: #fff;
}

.thumbnail.hover.is-hovered.align-bottom {
  display: -ms-flexbox;
  display: flex;
}

.thumbnail.hover.is-hovered.align-bottom .caption {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 0;
}

.thumbnail.hover.is-hovered.align-center {
  display: -ms-flexbox;
  display: flex;
}

.thumbnail.hover.is-hovered.align-center .caption {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto auto;
}

.modal .modal-header {
  border-bottom: none;
}

.modal .modal-header h3 {
  color: #97c00e;
}

.modal .close {
  float: right;
}

.modal .close:hover {
  color: #97c00e;
}

.modal-lightbox img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.modal-lightbox .modal-body {
  padding: 0 50px 50px;
}

.modal-lightbox--control {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  /*&.left svg {
                margin-left: -20px;
            }

            &.right svg {
                margin-right: -20px;
            }*/
}

.modal-lightbox--control.left {
  left: 0;
}

.modal-lightbox--control.right {
  right: 0;
}

.modal-lightbox--control svg {
  width: 100%;
  height: 100%;
}

.modal-lightbox--control:hover svg {
  color: #97c00e;
  fill: #97c00e;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 768px;
  }
}

@media (min-width: 800px) {
  .modal-dialog {
    width: 800px;
  }
}

.accordion {
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.accordion h5 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.accordion .panel {
  border-bottom: 1px solid #e0e0e0;
}

.accordion .panel-title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
}

.accordion .panel-title a.collapsed .plus {
  display: block;
  height: 14px;
}

.accordion .panel-title a:hover,
.accordion .panel-title a:focus {
  text-decoration: none;
}

.accordion .panel-title a.collapsed:hover,
.accordion .panel-title a.collapsed:focus {
  background: #f6f6f6;
}

.accordion .panel-heading:hover {
  text-decoration: none;
}

.accordion .panel-heading:hover .circled-icon {
  background: #97c00e;
}

.accordion .panel-heading:hover .circled-icon span {
  background: #fff;
}

.accordion .circled-icon {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #97c00e;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.accordion .circled-icon span {
  vertical-align: middle;
  display: inline-block;
}

.accordion .circled-icon .minus {
  width: 14px;
  height: 2px;
  background: #97c00e;
}

.accordion .circled-icon .plus {
  width: 2px;
  height: 2px;
  background: #97c00e;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: height 0.2s;
}

.accordion .circled-icon:hover {
  background: #97c00e;
}

.accordion .circled-icon:hover span {
  background: #fff;
}

.accordion h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.accordion .panel-body {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1140px) {
  .navbar-nav {
    margin: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}

@media (min-width: 1140px) {
  .navbar-default {
    padding-bottom: 20px;
  }
}

.navbar-default .navbar-collapse {
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1140px) {
  .navbar-default .navbar-collapse {
    max-height: calc(100vh - 88px);
  }
}

.navbar-default .navbar-collapse a {
  font-size: 20px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover {
  background-color: transparent !important;
}

.navbar-default .navbar-nav>li>a {
  z-index: 50;
}

.navbar-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
  border-bottom: 1px solid #e0e0e0;
}

.navbar-header:before {
  display: none !important;
}

@media (min-width: 1140px) {
  .navbar-header {
    border-bottom: 0;
    display: block;
  }
}

.navbar-toggle {
  height: 40px;
  border: 0;
}

.navbar-toggle .fa-bars {
  display: none;
  font-size: 28px;
  color: #97c00e;
}

.navbar-toggle .svg-navbar-close {
  color: #97c00e;
  fill: currentColor;
  stroke: currentColor;
  display: block;
  width: 24px;
  height: 24px;
}

.navbar-toggle.collapsed .fa-bars {
  display: block;
}

.navbar-toggle.collapsed .svg-navbar-close {
  display: none;
}

.navbar-brand {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 45%;
  height: auto;
}

@media (min-width: 768px) {
  .navbar-brand {
    max-width: none;
  }
}

.navbar-logo {
  width: 180px;
  height: 80px;
  max-width: 100%;
}

@media (min-width: 1140px) {
  .navbar-logo {
    position: absolute;
    top: 45px;
    width: 200px;
  }
}

.navbar-logo.wgsystemslogo {
  width: 250px;
}

@media (min-width: 1140px) {
  .navbar-logo.wgsystemslogo {
    width: 320px;
    top: 35px;
  }
}

@media (min-width: 1140px) {
  .navbar-collapse {
    float: right;
  }
}

.toolbar {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

@media (min-width: 1140px) {
  .toolbar {
    float: right;
    padding: 14px 0px;
  }
}

.toolbar .btn-group>.btn {
  padding: 10px 20px;
}

.toolbar .language-switch {
  margin-right: 0;
  float: right;
  z-index: 60;
}

@media (min-width: 480px) {
  .toolbar .language-switch {
    margin-right: 20px;
  }
}

@media (min-width: 1140px) {
  .toolbar .language-switch {
    margin-right: 0;
    float: left;
  }
}

.toolbar .language-switch .dropdown-toggle {
  position: relative;
  width: 100%;
  margin: auto;
  float: none;
  padding-left: 12px;
  padding-right: 27px;
  font-size: 16px;
  line-height: 22px;
}

.toolbar .language-switch .dropdown-toggle .caret-down {
  position: absolute;
  right: 10px;
  top: 38%;
  width: 10px;
  height: 11px;
}

@media (min-width: 480px) {
  .toolbar .language-switch .dropdown-toggle .caret-down {
    right: 18px;
  }
}

@media (min-width: 480px) {
  .toolbar .language-switch .dropdown-toggle {
    padding-left: 20px;
    padding-right: 56px;
  }
}

@media (min-width: 1140px) {
  .toolbar .language-switch .dropdown-toggle {
    width: auto;
    float: left;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.toolbar .hidden-content {
  display: none;
  position: absolute;
  z-index: 10;
  top: 42px;
  right: -1px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

.toolbar .btn.has-hidden-content:hover .hidden-content {
  display: block;
}

.main-nav {
  clear: both;
  position: relative;
}

.main-nav .has-sub-nav>a:before {
  content: "+";
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 28px;
  color: #97c00e;
  line-height: 55px;
  font-weight: 100;
  z-index: 5000;
}

@media (min-width: 1140px) {
  .main-nav .has-sub-nav>a:before {
    display: none;
  }
}

.main-nav .has-sub-nav.is-open>a:before {
  content: "–";
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 28px;
  color: #97c00e;
  line-height: 55px;
  font-weight: 100;
  z-index: 5000;
}

@media (min-width: 1140px) {
  .main-nav .main-nav__item.has-sub-nav:hover>.sub-nav {
    display: block;
  }
}

.main-nav__item {
  position: relative;
  border: 0;
}

@media (min-width: 1140px) {
  .main-nav__item {
    border-bottom: 0;
  }
}

.main-nav__item .svg-nav-icon {
  position: absolute;
  top: 23px;
  right: 18px;
  width: 13px;
  height: 13px;
  z-index: 5000;
  color: #97c00e;
  fill: currentColor;
  stroke: currentColor;
}

@media (min-width: 1140px) {
  .main-nav__item .svg-nav-icon {
    display: none;
  }
}

.main-nav__item a {
  border-bottom: 1px solid #e0e0e0;
  font-size: 19.8px;
  line-height: 30px !important;
  font-weight: 300;
}

@media (min-width: 1140px) {
  .main-nav__item a {
    border-bottom: none;
    font-size: 18px;
  }
}

.main-nav__item:last-child {
  border-bottom: none;
}

.main-nav__item>a:before {
  content: "";
}

@media (min-width: 1140px) {
  .main-nav__item>a:before {
    display: none;
  }
}

.main-nav .is-open {
  font-weight: 600;
}

.main-nav .active {
  border-bottom: 0;
}

.main-nav .active>a {
  color: #97c00e !important;
  font-weight: 600;
}

@media (min-width: 1140px) {
  .main-nav .active>a {
    border-bottom: 0;
  }
}

.main-nav .social-links {
  background-color: #f6f6f6;
  padding: 10px;
}

.main-nav .social-links li a {
  background: #fff;
  width: 44px;
  height: 44px;
  line-height: 42px !important;
}

.main-nav .social-links a {
  font-size: 25px;
  border-bottom: 0;
}

.main-nav .has-sub-nav {
  position: relative;
}

.main-nav__highlight {
  display: none;
  position: absolute;
  bottom: 7px;
  height: 2px;
  width: 100px;
  background-color: #97c00e;
}

.nav-highlight-bar {
  background: #97c00e;
  box-sizing: border-box;
  height: 3px;
  width: 80px;
  display: block;
  position: relative;
  bottom: 0;
  left: 400px;
  clear: both;
  opacity: 0;
  transition: left 0.3s, opacity 0.3s, width 0.3s;
  display: none;
}

@media only screen and (min-width: 1140px) {

  .main-nav .sub-nav--lvl-1 {
    position: absolute;
    top: 51px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    min-width: 300px;
    max-width: 100%;
    z-index: 5000;
  }

  .nav {
    margin-bottom: 0;
    margin-right:0px;
    padding-left: 0;
    list-style: none;
  }
  .nav>li {
    position: relative;
    display: block;
  }
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 300;
  }
  .nav>li>a:hover,
  .nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
  }
  .nav>li.disabled>a {
    color: #acacac;
  }
  .nav>li.disabled>a:hover,
  .nav>li.disabled>a:focus {
    color: #acacac;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
    background-color: #fff;
    border-color: #58585a;
  }
  .nav .dropdown-menu {
    padding-bottom: 23px;
  }
  .nav .dropdown-menu>li {
    display: inline-block;
    width: 33%;
    margin-right: -5px;
    height: 160px;
    vertical-align: top;
  }
  .nav .dropdown-menu>li>a {
    margin: 0;
    padding: 25px;
    height: 100%;
  }
  .nav .dropdown-menu .dropdown-img,
  .nav .dropdown-menu .dropdown-text {
    display: inline-block;
    vertical-align: top;
  }
  .nav .dropdown-menu .dropdown-text {
    margin-left: 15px;
    max-width: calc(100% - 129px);
  }
  .nav .dropdown-menu .dropdown-text h4 {
    font-size: 16px;
    margin-top: -2px;
    margin-bottom: 4px;
    white-space: normal;
    line-height: 1.4;
  }
  .nav .dropdown-menu .dropdown-text p {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 200;
    white-space: normal;
    color: #333333;
  }
  .nav>li>a>img {
    max-width: none;
  }
  .navbar-default .navbar-collapse {
    border-top: 0;
    padding-left: 0;
    padding-right: 20px;
    /* padding: 14px 15px; */
  }
  .navbar-nav>li.dropdown {
    position: static;
  }
  .navbar-default .navbar-collapse {
    padding-right: 20px;
  }
  .navbar-nav>li>.dropdown-menu {
    top: auto;
    border: none;
    left: auto;
    right: 6px;
    width: 1140px;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
    border-top: 20px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  a .navbar-nav>li>.dropdown-menu:hover {
    color: #97c00e;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown:hover .dropdown-toggle {
    color: #323233;
  }
  .dropdown-menu>li>a {
    margin: 0;
    height: 100%;
  }
  .home-image .home-heading {
    font-size: 152px;
  }
  .nav-highlight-bar {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar-default .navbar-collapse {
    padding-right: 0;
  }
  .navbar-nav>li>.dropdown-menu {
    right: -10px;
    width: 1180px;
  }
}

.main-nav-no-toolbar {
  margin-top: 70px;
}

.main-nav-no-toolbar .nav>li:first-child {
  display: none;
}

@media (min-width: 1140px) {
  .header-landingpage .navbar-logo {
    position: absolute;
    top: 6px;
    width: 200px;
  }
}

@media (min-width: 1140px) {
  body.header--slim .header-landingpage {
    top: 0;
  }
}

@media (min-width: 1140px) {
  body.header--slim .header-landingpage .navbar-logo {
    padding-top: 0;
    top: 6px;
  }
}

.sub-nav {
  display: none;
}

.is-open>.sub-nav {
  display: block;
}

.sub-nav a:hover {
  color: #97c00e;
}

.sub-nav--lvl-1 {
  border-bottom: 2px solid #97c00e;
}

.sub-nav--lvl-1 .sub-nav__item a {
  font-size: 15px !important;
  line-height: 22px !important;
}

@media (min-width: 1140px) {
  .sub-nav--lvl-1 .sub-nav__item a {
    line-height: 30px !important;
  }
}

.sub-nav--lvl-1>.is-open a {
  border-bottom: 0;
}

.sub-nav--lvl-2 {
  border-bottom: 1px solid #f6f6f6;
  padding: 10px 0;
}

.sub-nav--lvl-2 .sub-nav__item a {
  display: block;
  border-bottom: 0;
  padding: 3px 10px 3px 30px;
  font-size: 15px;
  font-weight: 400;
}

.sub-nav--lvl-2 .has-sub-nav a:before {
  line-height: 28px;
}

.sub-nav--lvl-2 .has-sub-nav.is-open a:before {
  line-height: 28px;
}

.sub-nav--lvl-3 {
  padding-left: 15px;
}

.sidenav {
  position: fixed;
  right: 30px;
  top: 40%;
  top: calc(50vh - 115px);
  z-index: 200;
}

@media (min-width: 1140px) {
  .sidenav {
    right: 60px;
  }
}

.sidenav ol {
  width: auto;
  right: 20px;
  top: 150px;
  left: auto;
  bottom: auto;
  padding-left: 0;
}

@media (min-width: 768px) {
  .sidenav ol {
    right: 50px;
    top: 200px;
  }
}

.sidenav ol li {
  display: block;
  position: relative;
  border: 1px solid #acacac;
  margin-bottom: 12px;
  background-color: #fff;
  width: 16px;
  height: 16px;
  text-indent: -999px;
  border-radius: 8px;
}

.sidenav ol li.active {
  background-color: #84a80c;
  border: 0;
}

.sidenav ol li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sidenav ol>li>a:hover,
.sidenav ol>li>a:focus {
  background: none;
}

.sidenav ol .tooltip {
  position: absolute;
  right: -100%;
  display: inline-block;
  min-width: 150px;
  z-index: -1;
  font-size: 16px;
}

.sidenav ol .tooltip .tooltip-arrow {
  display: none;
}

.sidenav ol .tooltip .tooltip-inner {
  color: #fff;
  border-radius: 20px;
  background-color: rgba(151, 192, 14, 0.95);
}

.presenter {
  background: transparent url("../img/bg-presenter.png") no-repeat top center;
  background-size: cover;
}

@media (min-width: 768px) {
  .presenter__tabs {
    min-height: 500px;
  }
}

.presenter .nav-tabs {
  border: 0;
}

@media (min-width: 992px) {
  .presenter .nav-tabs {
    margin-top: 120px;
  }
}

.presenter .nav-tabs>li {
  float: none;
  border-right: 5px solid transparent;
}

@media (min-width: 768px) {
  .presenter .nav-tabs>li {
    width: 50%;
    float: left;
  }
}

@media (min-width: 992px) {
  .presenter .nav-tabs>li {
    width: 100%;
  }
}

.presenter .nav-tabs>li.active {
  background-color: #fff;
  border-right: 5px solid #97c00e;
}

.presenter .nav-tabs>li.active a {
  color: #97c00e;
  border-left: 0;
}

@media (min-width: 1540px) {
  .presenter .nav-tabs>li.active a {
    border-left: 1px solid #e0e0e0;
  }
}

.presenter .nav-tabs>li>a {
  padding: 40px 30px 40px 20px;
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-radius: 0;
  text-align: right;
  margin-right: 0;
  line-height: 1.2em;
  cursor: pointer;
  font-size: 20px;
}

@media (min-width: 1540px) {
  .presenter .nav-tabs>li>a {
    border-left: 1px solid #e0e0e0;
  }
}

@media (min-width: 768px) {
  .presenter__nav-tabs-wrapper {
    padding-left: 0;
  }
}

.presenter__tab-txt {
  top: 10px;
  width: 100%;
  padding-left: 10px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding-bottom: 20px;
}

.presenter__tab-txt p {
  max-width: 500px;
}

@media (min-width: 992px) {
  .presenter__tab-txt {
    width: 60%;
    top: 80px;
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  .presenter__tab-txt {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.presenter .carousel {
  min-height: 250px;
}

.presenter .carousel__content-title {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .presenter .carousel__content-title {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .presenter .carousel__content-title {
    font-size: 50px;
    margin-left: -2px;
    margin-bottom: 12px;
  }
}

.presenter .carousel p {
  font-size: 22px;
  line-height: 1.4;
  min-height: 100px;
}

@media (min-width: 992px) {
  .presenter .carousel p {
    min-height: 60px;
  }
}

.presenter .carousel-control.left,
.presenter .carousel-control.right {
  background: none;
  height: 60px;
  width: 40px;
  position: absolute;
  top: 30%;
}

.presenter .carousel-control.left {
  left: 10px;
}

.presenter .carousel-control.right {
  right: 10px;
}

.presenter .carousel .svg-arrow-left,
.presenter .carousel .svg-arrow-right {
  width: 100%;
  height: 100%;
}

.positionierung-zone .event-carousel {
  max-width: 350px;
  margin: 20px auto auto;
  border: 1px solid #e0e0e0;
}

.positionierung-zone .item {
  min-height: 245px;
  background: #fff;
  padding: 24px 22px;
}

.positionierung-zone .item img {
  max-height: 134px;
  width: auto;
  margin-bottom: 15px;
}

.positionierung-zone .carousel-caption {
  left: 0;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 12px;
  bottom: 0;
  text-align: left;
  color: #58585a;
  width: 100%;
}

.seminare-zone .link-list--stacked {
  padding-left: 0;
  max-width: 400px;
  margin: 20px auto 0;
}

.features {
  position: relative;
}

.features__main {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 80px;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .features__main {
    float: right;
    margin-top: 0;
    margin-bottom: 50px;
    max-width: 50%;
    padding: 15px;
    min-height: 200px;
  }
}

.features__main-bg {
  position: absolute;
  max-width: 900px;
  height: auto;
  right: 11%;
  z-index: -1;
}

@media (min-width: 1140px) {
  .features__main-bg {
    max-width: 1050px;
    right: 15%;
  }
}

@media (min-width: 1540px) {
  .features__main-bg {
    max-width: none;
    right: 100px;
  }
}

.features__heading {
  font-size: 1.3em;
}

@media (min-width: 768px) {
  .features__heading {
    font-size: 2em;
  }
}

.features .link--standalone {
  margin-top: 50px;
}

.features-list {
  list-style: none;
  margin-top: -30px;
  margin-bottom: 0;
  padding-left: 0;
  border-top: 1px solid #e0e0e0;
}

@media (min-width: 992px) {
  .features-list {
    border-top: none;
  }
}

.features-list__item {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  min-height: 146px;
}

.features-list__item h3 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.features-list__item.slick-slide {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 1540px) {
  .features-list__item.slick-slide {
    border-right: 1px solid #e0e0e0;
  }
}

.features-list__item:hover {
  background-color: #f6f6f6;
}

.features-list__item:hover h3 {
  color: #97c00e;
}

.features-list__item:hover a,
.features-list__item:hover a:active {
  text-decoration: none;
}

.features-list__item:hover:before {
  content: "";
  border-left: 5px solid #97c00e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
}

.features-list.slick-vertical,
.features-list .slick-list,
.features-list .slick-track {
  overflow-x: visible;
}

.features-list__controls {
  list-style: none;
  padding-left: 0;
  /*border-top: 1px solid $gray-lighter;*/
  border-left: 1px solid #e0e0e0;
  border-right: 0;
  margin-top: -2px;
  margin-bottom: -50px;
  position: relative;
  z-index: 10;
}

@media (min-width: 1540px) {
  .features-list__controls {
    border-right: 1px solid #e0e0e0;
  }
}

.features-list__controls .carousel-arrow-nav {
  border-right: 0;
}

.features-list__meta {
  color: #acacac;
}

.features-list__hover-img {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.features-list__hover-img img {
  position: relative;
  left: -5px;
  border: 10px solid #e0e0e0;
  outline: 1px #f6f6f6 solid;
}

.features-list__hover-img.showing {
  display: block;
}

.features-list__hover__bar {
  background: #97c00e;
  display: block;
  width: 6px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.features-list .carousel-arrow-nav {
  border-right: 0;
}

.anwendungen-zone .thumbnail.hover {
  min-height: 301px !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .anwendungen-zone .thumbnail.hover {
    min-height: 338px !important;
  }
}

@media (min-width: 992px) and (max-width: 1140px) {
  .anwendungen-zone .thumbnail.hover {
    min-height: 338px !important;
  }
}

.anwendungen-zone .thumbnail.hover.is-hovered {
  height: 301px !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .anwendungen-zone .thumbnail.hover.is-hovered {
    height: 338px !important;
  }
}

@media (min-width: 992px) and (max-width: 1140px) {
  .anwendungen-zone .thumbnail.hover.is-hovered {
    height: 338px !important;
  }
}

.anwendungen-zone .thumbnail.hover .caption {
  transition: none !important;
}

.anwendungen-zone .thumbnail.hover .content-element {
  margin-top: 0;
}

.news .category-menu {
  margin-top: 55px;
}

.news .btn-catnews-active {
  background: #97c00e;
  color: #ffffff;
}

.news .btn-catnews:hover {
  background: #97c00e;
  color: #ffffff;
}

.news .back-to-list {
  margin-top: -18px;
}

.news .filter-list {
  padding: 0px;
}

.news .filter-list li {
  display: block;
  float: left;
  list-style-type: none;
  margin-right: 10px;
}

.news .filter-list .btn {
  padding: 10px 18px;
  margin: 10px 10px 10px 0;
}

.news .filter-list .btn-primary {
  border: 1px solid #97c00e;
}

@media (max-width: 767px) {
  .news .filter-list li {
    float: none;
  }
  .news .filter-list .btn {
    display: block;
    margin-bottom: 10px;
  }
}

.news .news-item {
  margin-top: 30px;
}

.news .presse h3 {
  color: #595959;
  height: 84px;
}

.news .presse .thumbnail.hover .date {
  margin-top: 25px;
}

.news .presse .thumbnail.hover.is-hovered {
  background: none;
  border: 1px solid #e0e0e0;
}

.news .presse .thumbnail.hover.is-hovered .date {
  color: #acacac;
}

.news .presse .thumbnail.hover.is-hovered h3,
.news .presse .thumbnail.hover.is-hovered p {
  color: #97c00e;
}

.news .messe h3 {
  color: #595959;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

.news .messe .thumbnail {
  height: 435px;
}

.news .messe .thumbnail .city {
  color: #acacac;
  font-size: 14px;
}

.news .messe .thumbnail .caption {
  padding: 9px 20px;
}

.news .messe .thumbnail img {
  padding: 20px 0px 55px 0px;
  max-width: 240px;
  text-align: center;
}

.news-single .teaser-text {
  font-size: 22px;
  margin-bottom: 50px;
}

.news-single .news-img-wrap {
  float: left;
}

.news-single .news-img-wrap .news-img-caption {
  margin-top: 3px;
}

.news-single .news-img-wrap img {
  margin-right: 30px;
  width: 270px;
}

.news-single .news-text-wrap {
  font-size: 16px;
}

.news-single .news-text-wrap p {
  margin-bottom: 20px;
}

.news-single .news-single-img-wrapper {
  float: none;
  width: 300px;
}

@media (min-width: 768px) {
  .news-single .news-single-img-wrapper {
    float: left;
  }
}

.news-single .news-single-img-wrapper .news-single-img {
  margin-right: 32px;
}

.news-single .news-documents ul {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

.news-single .news-documents li {
  list-style-type: none;
}

.news-single .news-documents .news-related-files-size {
  color: #c6c6c6;
}

.customerprojects-zone-detail .main-image {
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
}

.customerprojects-zone-detail .more-images {
  border: 2px solid #97c00e;
}

.standorte .border-light {
  border: 1px solid #e0e0e0;
}

.standorte__location-map {
  position: relative;
}

.standorte__location-map img {
  width: 100%;
}

.standorte--bg-white {
  background-color: #fff;
  color: #58585a;
  padding: 20px;
}

.standorte--bg-white p>a {
  color: #58585a;
}

.standorte__location-map-marker {
  color: #97c00e;
  position: absolute;
  margin-left: -9px;
  margin-top: -30px;
}

.standorte__location-map-marker .fa {
  font-size: 35px;
}

.standorte__location-map-marker .count {
  background-color: #97c00e;
  border-radius: 10px;
  color: #fff;
  display: block;
  height: 20px;
  font-size: 14px;
  left: 0px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 20px;
}

.standorte__location-map-marker[aria-expanded="true"],
.standorte__location-map-marker:hover,
.standorte__location-map-marker:focus {
  color: #58585a;
}

.standorte__location-map-marker[aria-expanded="true"] .count,
.standorte__location-map-marker:hover .count,
.standorte__location-map-marker:focus .count {
  background-color: #58585a;
}

.standorte__map {
  margin-bottom: 40px;
}

.standorte__ort {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .standorte__ort {
    margin-bottom: 80px;
  }
}

.standorte__ort hr {
  margin-top: 13px;
  margin-bottom: 10px;
}

.standorte .accordion h5 {
  display: inline-block;
  max-width: 83%;
  max-width: calc(100% - 40px);
  vertical-align: top;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .standorte .accordion h5 {
    min-height: 34px;
  }
}

.customerprojects-zone-list .category-list {
  margin: 57px 0px 0px;
}

.customerprojects-zone-list .category-list .filter-list {
  padding: 0px;
}

.customerprojects-zone-list .category-list .filter-list .btn-catprojects-active {
  background: #97c00e;
  color: #ffffff;
}

.customerprojects-zone-list .category-list .filter-list .btn-catprojects:hover {
  background: #97c00e;
  color: #ffffff;
}

.customerprojects-zone-list .category-list .filter-list li {
  display: block;
  float: left;
  list-style-type: none;
  margin-right: 10px;
}

.customerprojects-zone-list .category-list .filter-list .btn {
  padding: 10px 18px;
  margin: -4px 10px 10px 0;
}

.customerprojects-zone-list .category-list .filter-list .btn-primary {
  border: 1px solid #97c00e;
}

@media (max-width: 767px) {
  .customerprojects-zone-list .category-list .filter-list li {
    float: none;
  }
  .customerprojects-zone-list .category-list .filter-list .btn {
    display: block;
    margin-bottom: 10px;
  }
}

.customerprojects-zone-list .project-list img {
  height: 300px;
}

.customerprojects-zone-detail .main-image {
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
}

.customerprojects-zone-detail .more-images {
  border: 2px solid #97c00e;
}

.featuresfilter-left .btn {
  padding: 10px 8px;
  margin: 0 5px 20px 0;
}

.featuresfilter-left .btn:hover,
.featuresfilter-left .btn:focus {
  color: #fff;
  background: #97c00e;
}

@media (max-width: 767px) {
  .featuresfilter-left .btn {
    display: block;
  }
}

.feature-row {
  border: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
}

.feature-row .feature-image {
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #e0e0e0;
  padding: 0px;
  min-width: 146px;
}

@media (max-width: 991px) {
  .feature-row .feature-image {
    min-width: 80px;
    position: relative;
  }
  .feature-row .feature-image-wrapper {
    width: 80px;
  }
  .feature-row .feature-image-wrapper img {
    height: auto;
    left: 0px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
}

.feature-row .feature-content {
  padding: 20px;
}

.feature-row .feature-info {
  font-size: 14px;
  color: #acacac;
  margin-bottom: 8px;
  line-height: 14px;
}

.feature-row .feature-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 16px;
}

.feature-row:hover .feature-title {
  color: #97c00e;
}

.feature-row .feature-desc {
  font-size: 16px;
  margin-bottom: 0px;
}

.feature-row a.openFeatureModel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.feature-cat-filter {
  margin-bottom: 10px;
}


/* Start helper span class */

.features-no-image-helper {
  width: 456px;
  height: 334px;
  position: relative;
  left: -5px;
  display: block;
}

@media (max-width: 767px) {
  .site-main .seminar-list-form {
    margin-top: 0px;
  }
}

#seminarlist tr:hover {
  color: #97c00e;
}

#seminarlist tr td {
  padding: 34px 0;
}

#seminarlist tr.tablehead:hover {
  color: #58585a;
}

#seminarlist thead th {
  font-weight: normal;
  padding: 0 25px 24px 0;
  border-bottom: 1px solid #e0e0e0;
  line-height: 44px;
}

#seminarlist tr td.table-right-content,
#seminarlist tr th.table-right-content {
  text-align: right;
  padding-right: 0px;
}

#seminarlist td.seminar-place {
  padding-right: 15px;
}

@media (max-width: 767px) {
  #seminarlist,
  #seminarlist thead,
  #seminarlist tbody,
  #seminarlist tr,
  #seminarlist td,
  #seminarlist th {
    display: block;
    width: 100%;
  }
  #seminarlist tr:hover {
    color: inherit;
  }
  #seminarlist thead>tr>th {
    border-bottom: none;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #seminarlist thead>tr>th:first-child {
    display: none;
  }
  #seminarlist tbody {
    padding-top: 10px;
  }
  #seminarlist tbody>tr {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    padding: 10px 12px 0px;
  }
  #seminarlist tbody>tr:last-child {
    margin-bottom: 0px;
  }
  #seminarlist tbody>tr>td {
    border-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #seminarlist tbody>tr>td:first-child {
    font-size: 14px;
  }
  #seminarlist tbody>tr>td.seminar-place,
  #seminarlist tbody>tr>td.seminar-title {
    font-weight: bold;
    display: inline-block;
    width: auto;
  }
  #seminarlist tbody>tr>td.table-right-content .btn {
    display: block;
    margin-top: 10px;
    color: #58585a;
    background-color: #fff;
    border-color: #e0e0e0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-left: -12px;
    margin-right: -12px;
  }
  #seminarlist tbody>tr>td.table-right-content .btn:focus,
  #seminarlist tbody>tr>td.table-right-content .btn.focus {
    color: #58585a;
    background-color: #e6e6e6;
    border-color: #a0a0a0;
  }
  #seminarlist tbody>tr>td.table-right-content .btn:hover {
    color: #58585a;
    background-color: #e6e6e6;
    border-color: #c1c1c1;
  }
  #seminarlist tbody>tr>td.table-right-content .btn:active,
  #seminarlist tbody>tr>td.table-right-content .btn.active,
  .open>#seminarlist tbody>tr>td.table-right-content .btn.dropdown-toggle {
    color: #58585a;
    background-color: #e6e6e6;
    border-color: #c1c1c1;
  }
  #seminarlist tbody>tr>td.table-right-content .btn:active:hover,
  #seminarlist tbody>tr>td.table-right-content .btn:active:focus,
  #seminarlist tbody>tr>td.table-right-content .btn:active.focus,
  #seminarlist tbody>tr>td.table-right-content .btn.active:hover,
  #seminarlist tbody>tr>td.table-right-content .btn.active:focus,
  #seminarlist tbody>tr>td.table-right-content .btn.active.focus,
  .open>#seminarlist tbody>tr>td.table-right-content .btn.dropdown-toggle:hover,
  .open>#seminarlist tbody>tr>td.table-right-content .btn.dropdown-toggle:focus,
  .open>#seminarlist tbody>tr>td.table-right-content .btn.dropdown-toggle.focus {
    color: #58585a;
    background-color: #d4d4d4;
    border-color: #a0a0a0;
  }
  #seminarlist tbody>tr>td.table-right-content .btn:active,
  #seminarlist tbody>tr>td.table-right-content .btn.active,
  .open>#seminarlist tbody>tr>td.table-right-content .btn.dropdown-toggle {
    background-image: none;
  }
  #seminarlist tbody>tr>td.table-right-content .btn.disabled:hover,
  #seminarlist tbody>tr>td.table-right-content .btn.disabled:focus,
  #seminarlist tbody>tr>td.table-right-content .btn.disabled.focus,
  #seminarlist tbody>tr>td.table-right-content .btn[disabled]:hover,
  #seminarlist tbody>tr>td.table-right-content .btn[disabled]:focus,
  #seminarlist tbody>tr>td.table-right-content .btn[disabled].focus,
  fieldset[disabled] #seminarlist tbody>tr>td.table-right-content .btn:hover,
  fieldset[disabled] #seminarlist tbody>tr>td.table-right-content .btn:focus,
  fieldset[disabled] #seminarlist tbody>tr>td.table-right-content .btn.focus {
    background-color: #fff;
    border-color: #e0e0e0;
  }
  #seminarlist tbody>tr>td.table-right-content .btn .badge {
    color: #fff;
    background-color: #58585a;
  }
  #seminarlist tbody>tr>td.table-right-content .btn:hover,
  #seminarlist tbody>tr>td.table-right-content .btn:focus {
    color: #fff;
  }
}

.input-spacer {
  display: block;
  height: 86px;
}

.txt-right {
  text-align: right;
}

form.newsletter label {
  font-weight: normal;
  width: 100%;
}

form.newsletter input[type="text"],
form.newsletter input[type="email"] {
  background-color: #f6f6f6;
  border: none;
  height: 47px;
  margin-bottom: 20px;
  min-width: 360px;
  padding: 0 20px;
  width: 50%;
}

form.newsletter input[type="text"]:focus,
form.newsletter input[type="email"]:focus {
  background-color: #f6f6f6;
  box-shadow: #acacac 0 0 2px 2px inset;
  outline: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

@media (max-width: 479px) {
  form.newsletter input[type="text"],
  form.newsletter input[type="email"] {
    width: 100%;
  }
}

form.newsletter input[type="submit"] {
  background-color: #97c00e;
  border: none;
  color: #fff;
  height: 47px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

form.newsletter .gender {
  margin-bottom: 20px;
  padding-left: 1px;
}

form.newsletter .gender label {
  padding-left: 10px;
  padding-right: 30px;
  width: auto;
}

form.newsletter .checkboxList {
  margin-bottom: 20px;
}

form.newsletter .checkboxList label {
  padding-left: 10px;
  width: auto;
}

.container .search form.search {
  height: 47px;
}

.container .search form.search input[type="text"] {
  background-color: #f6f6f6;
  border: none;
  height: 47px;
  margin-bottom: 20px;
  min-width: 360px;
  padding: 0 20px;
  width: 100%;
}

.container .search form.search input[type="text"]:focus {
  background-color: #f6f6f6;
  box-shadow: #acacac 0 0 2px 2px inset;
  outline: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.container .search form.search input[type="submit"] {
  background-color: #97c00e;
  border: none;
  color: #fff;
  height: 47px;
  margin-bottom: 20px;
  margin-top: 0px;
  width: 100%;
}

.container .search .searchresults .searchresult {
  border-bottom: 1px solid #97c00e;
}

.container .search .searchresults .searchresult:last-child {
  border: none;
}

.container .search .searchresults .pagination,
.container .search .searchresults .tx-indexedsearch-browsebox {
  margin-right: 15px;
  margin-top: 10px;
  padding-left: 0;
}

.gallery h2 {
  margin-top: -6px;
}

.gallery__images {
  margin-bottom: 50px;
  width: 100%;
  max-width: 270px;
}

.gallery__landingpage {
  background: white;
  padding: 15px;
}

.gallery__thumb--md {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.gallery__thumb--md img {
  border: 1px solid #e0e0e0;
}

.gallery__thumb--md:hover img {
  border-color: #97c00e;
}

.gallery__thumb--md:hover .zoom-wrapper {
  color: #97c00e;
}

.gallery__thumb--md .zoom-wrapper {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #58585a;
  padding-top: 3px;
  padding-left: 1px;
}

.gallery .grid-column-carousel__list li a {
  display: block;
  border: 1px solid #e0e0e0;
}

.gallery .grid-column-carousel__list li.selected a,
.gallery .grid-column-carousel__list li a:hover,
.gallery .grid-column-carousel__list li a:focus {
  border-color: #97c00e;
}

.gallery .grid-column-carousel__list li.selected a {
  border-width: 2px;
}

.gallery .carousel-arrow-nav__controls {
  float: none;
  position: absolute;
  top: 2px;
}

.gallery .carousel-arrow-nav__controls.left {
  left: -8px;
}

.gallery .carousel-arrow-nav__controls.right {
  right: -8px;
}

.gallery .carousel-arrow-nav__controls a {
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
}

.gallery .carousel-arrow-nav__controls a svg {
  fill: #acacac;
  color: #acacac;
  width: 35px;
  height: 35px;
}

.gallery .carousel-arrow-nav__controls a:hover svg {
  color: #97c00e;
  fill: #97c00e;
}

.history-list__item {
  margin-bottom: 35px;
  position: relative;
}

.history-list__item:last-child {
  margin-bottom: 0px;
}

.history-list__bubble {
  border: 1px solid #97c00e;
  border-radius: 27px;
  height: 54px;
  left: 0px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 54px;
}

.history-list__bubble:after {
  background-color: #97c00e;
  content: "\00a0\00a0";
  height: 1px;
  left: 53px;
  overflow: hidden;
  position: absolute;
  top: 26px;
  width: 12px;
}

@media (min-width: 480px) {
  .history-list__bubble:after {
    width: 22px;
  }
}

.history-list__text {
  padding-top: 15px;
  padding-left: 70px;
}

@media (min-width: 480px) {
  .history-list__text {
    padding-left: 84px;
  }
}

.team-list__item {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .team-list__item {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .team-list>.row:last-child .team-list__item {
    margin-bottom: 0;
  }
}

.team-list>.row:last-child div[class^="col"]:last-child .team-list__item {
  margin-bottom: 0px;
}

.team-list__left {
  padding-right: 0px;
}

.team-list__left img {
  width: 100%;
}

.team-list__main div {
  margin-bottom: 4px;
}

.team-list__main div:last-child {
  margin-bottom: 0px;
}

.team-list__name {
  font-weight: bold;
  margin-top: -3px;
}

.accordion-element .panel {
  border-bottom: 1px solid #dcdcdc;
}

.accordion-element .panel:first-child {
  border-top: 1px solid #dcdcdc;
}

.accordion-element .panel-title {
  font-weight: 500;
  line-height: 1.42857;
  margin: 0px;
}

.accordion-element .panel-heading a {
  display: block;
  outline: none;
  padding: 15px 10px;
  text-decoration: none;
  transition: background 0.45s ease-out;
}

.accordion-element .panel-heading a:hover,
.accordion-element .panel-heading a:focus {
  background-color: #f7f7f7;
}

.accordion-element .panel-heading a:hover .toggle-icon,
.accordion-element .panel-heading a:focus .toggle-icon {
  background-color: #97c00e;
}

.accordion-element .panel-heading a:hover .toggle-icon:before,
.accordion-element .panel-heading a:hover .toggle-icon:after,
.accordion-element .panel-heading a:focus .toggle-icon:before,
.accordion-element .panel-heading a:focus .toggle-icon:after {
  background-color: #fff;
}

@media (min-width: 992px) {
  .accordion-element .panel-heading a {
    padding: 25px 18px;
  }
}

.accordion-element .panel-heading a .inner {
  display: block;
  position: relative;
}

.accordion-element .panel-heading a[aria-expanded="true"] .toggle-icon:after {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-element .panel-heading a[aria-expanded="true"]:hover,
.accordion-element .panel-heading a[aria-expanded="true"]:focus {
  background-color: transparent;
}

.accordion-element .panel-heading .toggle-icon {
  border: 1px solid #97c00e;
  border-radius: 21px;
  display: block;
  height: 42px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 42px;
  transition: all 0.45s ease-out;
}

.accordion-element .panel-heading .toggle-icon:before,
.accordion-element .panel-heading .toggle-icon:after {
  background-color: #97c00e;
  content: "\00a0\00a0";
  display: block;
  height: 2px;
  left: 14px;
  overflow: hidden;
  position: absolute;
  transition: transform 0.25s ease-out;
  top: 20px;
  width: 14px;
}

.accordion-element .panel-heading .toggle-icon:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-element .panel-heading .title {
  display: block;
  min-height: 42px;
  margin-left: 52px;
}

@media (min-width: 992px) {
  .accordion-element .panel-heading .title {
    margin-left: 60px;
  }
}

.accordion-element .panel-collapse {
  border-top: 1px solid #dcdcdc;
  margin-left: 62px;
  padding: 15px 0px;
}

@media (min-width: 992px) {
  .accordion-element .panel-collapse {
    margin-left: 78px;
    padding: 25px 0px;
  }
}

.accordion-element .panel-body__table .table {
  margin-bottom: 0px;
}

.accordion-element .panel-body__table tbody tr>td {
  border-top: none;
}

.accordion-element .panel-body__table tbody tr:first-child>td {
  padding-top: 0px;
}

.accordion-element .panel-body__table tbody tr:last-child>td {
  border-bottom: none;
}

.accordion-element .panel-body__table--label,
.accordion-element .panel-body__table--content {
  display: block;
  padding: 15px 0px;
}

@media (min-width: 768px) {
  .accordion-element .panel-body__table--label,
  .accordion-element .panel-body__table--content {
    display: table-cell;
    padding: 15px 10px;
  }
}

@media (min-width: 992px) {
  .accordion-element .panel-body__table--label,
  .accordion-element .panel-body__table--content {
    padding: 25px 15px;
  }
}

.accordion-element .panel-body__table--label {
  border-bottom: none;
  font-weight: 500;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .accordion-element .panel-body__table--label {
    border-bottom: 1px solid #dcdcdc;
    font-weight: inherit;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .accordion-element .panel-body__table--label {
    padding-bottom: 25px;
  }
}

.accordion-element .panel-body__table--content {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .accordion-element .panel-body__table--content {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .accordion-element .panel-body__table--content {
    padding-top: 25px;
  }
}

@media (min-width: 1140px) {
  .accordion-element .panel-body__table--content {
    padding-left: 30px;
  }
}

.accordion-element .panel-body__table--content p:last-child {
  margin-bottom: 0px;
}

.accordion-element .panel-body .panel-body__content-top+.panel-body__table {
  border-top: 1px solid #dcdcdc;
  margin-top: 15px;
  padding-top: 15px;
}

@media (min-width: 992px) {
  .accordion-element .panel-body .panel-body__content-top+.panel-body__table {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.accordion-element .panel-body .panel-body__table+.panel-body__content-bottom {
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
}

@media (min-width: 992px) {
  .accordion-element .panel-body .panel-body__table+.panel-body__content-bottom {
    padding-top: 25px;
  }
}

.img-text-teaser__item {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .img-text-teaser__item {
    margin-bottom: 64px;
  }
}

.img-text-teaser__item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 479px) {
  .img-text-teaser__item>.row>.col-xs-5 {
    float: none;
    width: 100%;
  }
  .img-text-teaser__item>.row>.col-xs-7 {
    float: none;
    width: 100%;
  }
}

.img-text-teaser__img-wrapper {
  border: 1px solid #d7d7d7;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .img-text-teaser__img-wrapper {
    margin-bottom: 0px;
  }
}

.img-text-teaser__img-wrapper img {
  width: 100%;
}

.img-text-teaser h2.img-text-teaser__hl {
  color: #97c00e;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0px;
}

@media (min-width: 992px) {
  .img-text-teaser h2.img-text-teaser__hl {
    margin-bottom: 18px;
  }
}

.img-text-teaser h2.img-text-teaser__hl a {
  color: #97c00e;
}

.img-text-teaser__intro {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .img-text-teaser__intro {
    margin-bottom: 32px;
  }
}

.download-list__header h4 {
  margin-top: 0px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .download-list__header h4 {
    margin-bottom: 30px;
  }
}

.download-list__item {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .download-list__item {
    margin-bottom: 35px;
  }
}

.download-list__item:last-child {
  margin-bottom: 0px;
}

.download-list h5 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.download-list h5 .download-list__size {
  color: #c6c6c6;
}

.download-list h5 a {
  display: inline-block;
  margin-left: 30px;
  line-height: 22px;
  position: relative;
}

.download-list h5 a:before {
  content: "";
  color: #005699;
  display: block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 18px;
  position: absolute;
  left: -30px;
  top: 0px;
}

.download-list h5 a.download-list__link--extension-pdf:before {
  content: "";
  color: #cb0000;
  font-size: 20px;
}

.download-list h5 a.download-list__link--extension-xls:before,
.download-list h5 a.download-list__link--extension-xlsx:before,
.download-list h5 a.download-list__link--extension-xlsm:before,
.download-list h5 a.download-list__link--extension-xlsb:before,
.download-list h5 a.download-list__link--extension-xltx:before,
.download-list h5 a.download-list__link--extension-xlk:before,
.download-list h5 a.download-list__link--extension-xll:before,
.download-list h5 a.download-list__link--extension-csv:before,
.download-list h5 a.download-list__link--extension-xls:before {
  content: "";
  color: #74b959;
  font-size: 20px;
}

.download-list h5 a.download-list__link--extension-jpg:before,
.download-list h5 a.download-list__link--extension-jpeg .download-list h5 a.download-list__link--extension-png:before,
.download-list h5 a.download-list__link--extension-gif:before,
.download-list h5 a.download-list__link--extension-bmp:before {
  content: "";
  color: #005699;
  font-size: 20px;
}

.download-list h5 a.download-list__link--extension-doc:before,
.download-list h5 a.download-list__link--extension-docx:before,
.download-list h5 a.download-list__link--extension-docm:before,
.download-list h5 a.download-list__link--extension-pages:before {
  content: "";
  color: #005699;
  font-size: 20px;
}

.download-list h5 a.download-list__link--external:before {
  content: "";
  color: #ffd876;
}

.download-list__description {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .download-list__description {
    margin-top: 12px;
  }
}

.instagram-icon {
  background: url("../Icons/Page/instagram-icon.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  background-position: center center;
  background-size: contain;
  margin: 3px;
}

.quote-person {
  color: #444;
  font-style: italic;
  margin-top: 5px;
}

.quotewrapper {
  padding: 50px;
  padding-right: 50px;
}

.quoteimage {
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .quotewrapper {
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .quoteimage {
    padding: 20px;
    padding-left: 20px;
  }
}

.carousel-inner h2.quote {
  font-weight: bold;
  font-size: 24px;
  padding: 0px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}

.carousel-inner .quotesign {
  background-image: url("../Icons/Page/WGsystem_Kundenstimme-Textanfang.svg");
  background-size: contain;
  width: 40px;
  height: 30px;
  position: absolute;
  left: -40px;
  top: -40px;
  background-repeat: no-repeat;
}

.carousel-inner .quotesign.end {
  background-image: url("../Icons/Page/WGsystem_Kundenstimme-Textende.svg");
  left: initial;
  top: initial;
  right: -40px;
  bottom: -40px;
}

.carousel-control.referencecontrol {
  background: none!important;
  align-content: center;
  display: flex;
  width: 50px;
}

.carousel-control.referencecontrol svg {
  width: 30px;
  height: 30px;
  margin: auto;
}

.item.references {
  margin-left: 20px;
  margin-right: 20px;
}

.no-p-padding p{
  margin: 0px;
}

.form-group.checkboxgroup{
  display: flex;
  flex-direction: row-reverse;
}

.form-group.checkboxgroup label{
  flex-grow: 1;
}
.form-group.checkboxgroup input{
  margin-right: 10px;
  width: 20px;
  margin-top: 0px;
  min-width: 20px;
  height: 20px;
}

.wgcontact.btn {
	float: left;
	margin-right: 20px;
	padding: 9.5px 15px;
}

.wgcontact.btn .navbar-link--style2 {
	text-decoration: none;
}

.wgcontact i.fa {
  padding-right: 7px;
}