/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url("../css/content.css");
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
@font-face {
  font-family: "bwkmarckscript";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/bwkmarckscript/bwkmarckscript-regular-webfont.eot#iefix') format("embedded-opentype"), url('../fonts/bwkmarckscript/bwkmarckscript-regular-webfont.woff2') format("woff2"), url('../fonts/bwkmarckscript/bwkmarckscript-regular-webfont.woff') format("woff"), url('../fonts/bwkmarckscript/bwkmarckscript-regular-webfont.ttf') format("truetype"), url('../fonts/bwkmarckscript/bwkmarckscript-regular-webfont.svg#bwkmarckscript') format("svg");
}
/*
@mixin blurBkgd($BkgdColor: $base-background, $border-radius: $radius) {
  background-image: url($base-background-image-blur);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-y: center;
  position: relative;
  z-index: 0;
  @if ($border-radius != 0) { border-radius: $border-radius; }
  &:before {
    @if ($border-radius != 0) { border-radius: $border-radius; }
    // border-top: 1px solid rgba(255,255,255,.3);
    // border-bottom: 1px solid rgba(0,0,0,.1);
    display: block;
    content: '';
    width: 100%; height: 100%;
    background: $BkgdColor;
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
  }
}
*/
/*
@mixin textCorona($color: rgb(0,0,0), $dim:6px) {
  text-shadow: 0 0 ($dim*2) $color, 0 0 ($dim*3) $color,
}

@mixin contentContainer() {
  margin: 0 auto;
  width: $breakpoints-large-desktop-container;
  @include breakpoint(desktop-range)      { width: $breakpoints-desktop-container; }
  @include breakpoint(tablet-range)       { width: $breakpoints-tablet-container; }
  @include breakpoint(large-mobile-range) { width: $breakpoints-large-mobile-container; }
  @include breakpoint(small-mobile-range) { width: $breakpoints-mobile-container; }
  &.g-flushed { width: 100%; }
}
*/
.g-contact .g-contact-item {
  position: relative;
  margin-bottom: 1.5rem;
}
.g-contact .g-contact-item.contactimg-small {
  padding-left: 35px;
}
.g-contact .g-contact-item.contactimg-small .g-contact-imgwrapper {
  width: 35px;
}
.g-contact .g-contact-item.contactimg-medium {
  padding-left: 65px;
}
.g-contact .g-contact-item.contactimg-medium .g-contact-imgwrapper {
  width: 50px;
}
.g-contact .g-contact-item.contactimg-large {
  padding-left: 80px;
}
.g-contact .g-contact-item.contactimg-large .g-contact-imgwrapper {
  width: 65px;
}
.g-contact .g-contact-item.contactimg-xlarge {
  padding-left: 95px;
}
.g-contact .g-contact-item.contactimg-xlarge .g-contact-imgwrapper {
  width: 80px;
}
.g-contact .g-contact-item.contactimg-full .g-contact-imgwrapper {
  width: 100%;
}
.g-contact .g-contact-text {
  margin-bottom: 0.625rem;
}
.g-contact .g-contact-icon {
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  width: 100%;
  height: auto;
  line-height: 100%;
}
.g-contact .g-contact-imgwrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}
.g-contact .g-contact-item-content {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.g-contact .g-contact-label {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 0.95rem;
  opacity: 0.5;
}
.g-contact .g-contact-businesshours {
  line-height: 1.3;
}
.g-contact .g-contact-businesshours .g-contact-prefix {
  display: block;
  float: left;
  width: 4.5rem;
  margin-bottom: 0.5rem;
}
.g-contact .g-contact-businesshours .businesshours {
  display: block;
  float: left;
  text-align: left;
  margin-bottom: 0.5rem;
}
.g-contact .g-contact-rowicon {
  display: inline-block;
  width: 1rem;
  margin-right: 0.5rem;
  text-align: center;
}
.g-contact .g-contact-rowimgwrapper {
  position: absolute;
  left: 0;
  width: 35px;
  height: 100%;
}
a.map, a.location-arrow, a.telNr {
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0.1rem 0;
  padding: 0.2rem 2rem 0.2rem 0.5rem;
  border: 2px solid #9c0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  overflow: hidden;
  overflow: inherit;
  line-height: 1.5;
}
a.map:before, a.location-arrow:before, a.telNr:before {
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  transition: all, 0.3s;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
  -moz-border-top-right-radius: 0.5rem;
  -moz-border-bottom-right-radius: 0.5rem;
  overflow: hidden;
  font-family: FontAwesome;
  font-weight: normal;
  content: "";
  padding-left: 0.2rem;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -1px;
  display: block;
  background-color: #9c0;
  width: 1.7rem;
  height: 2.15rem;
  padding-left: 0.4rem;
  line-height: 2.2rem;
  font-size: 2.2rem;
  color: #ffffff;
}
a.map:hover, a.location-arrow:hover, a.telNr:hover {
  color: #224400;
  border: 2px solid #224400;
  background: rgba(153, 204, 0, 0.5);
}
a.map:hover:before, a.location-arrow:hover:before, a.telNr:hover:before {
  background-color: #224400;
  color: white;
}
a.map {
  padding-right: 3.6rem;
}
a.map::before {
  content: "";
  width: 2.5rem;
  font-size: 1.6rem;
}
a.location-arrow {
  padding-right: 3rem;
}
a.location-arrow::before {
  content: "";
  width: 2.3rem;
}
.g-offcanvas-left #g-offcanvas {
  width: 13rem;
}
.g-offcanvas-toggle {
  caret-color: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.g-offcanvas-toggle:hover {
  background-color: #ffffff;
}
.g-offcanvas-toggle .g-offcanvas-toggle-btn {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
  transition-delay: 0.5s;
  background-color: #99cc00;
}
.g-offcanvas-toggle-btn {
  width: 11px;
  height: 3px;
  background-color: #99cc00;
  opacity: 1;
  position: absolute;
  left: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.g-offcanvas-toggle-btn.lineTopLf {
  top: 6px;
}
.g-offcanvas-toggle-btn.lineTopRt {
  top: 6px;
  left: 16px;
}
.g-offcanvas-toggle-btn.lineMdl {
  top: 14px;
  width: 22px;
}
.g-offcanvas-toggle-btn.lineBtmRt {
  top: 22px;
  left: 16px;
}
.g-offcanvas-toggle-btn.lineBtmLf {
  top: 22px;
}
.g-offcanvas-toggle {
  position: fixed;
  z-index: 3000;
}
html.g-offcanvas-open .g-offcanvas-toggle {
  background-color: #ffffff;
  left: 14rem;
}
html.g-offcanvas-open .g-offcanvas-toggle .g-offcanvas-toggle-btn {
  width: 15px;
  top: 14px;
  left: 3px;
}
html.g-offcanvas-open .g-offcanvas-toggle .g-offcanvas-toggle-btn.lineTopLf {
  transform: rotate(45deg);
  top: 8px;
}
html.g-offcanvas-open .g-offcanvas-toggle .g-offcanvas-toggle-btn.lineTopRt {
  transform: rotate(-45deg);
  top: 8px;
  left: 15px;
}
html.g-offcanvas-open .g-offcanvas-toggle .g-offcanvas-toggle-btn.lineMdl {
  left: 15px;
  width: 4px;
}
html.g-offcanvas-open .g-offcanvas-toggle .g-offcanvas-toggle-btn.lineBtmLf {
  transform: rotate(-45deg);
  top: 20px;
}
html.g-offcanvas-open .g-offcanvas-toggle .g-offcanvas-toggle-btn.lineBtmRt {
  transform: rotate(45deg);
  top: 20px;
  left: 15px;
}
#nav-social-fct .g-social .g-social-items {
  line-height: normal;
}
@media only all and (max-width: 50.99rem) {
  #nav-social-fct .g-social .g-social-items {
    text-align: center;
  }
}
#nav-social-fct .g-social .g-social-items a {
  font-size: 1.65rem;
  border-radius: 0.5rem;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  #nav-social-fct .g-social .g-social-items a {
    font-size: 1.3rem;
  }
}
#nav-social-fct .g-social .g-social-items a {
  border: 1px solid rgba(153, 204, 0, 0);
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  display: inline-block;
}
#nav-social-fct .g-social .g-social-items a span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
#nav-social-fct .g-social .g-social-items .g-social-icon {
  font-size: 28px;
  vertical-align: sub;
  height: 30px;
}
#nav-social-fct .g-social .g-social-items .g-social-icon:before {
  display: inline-block;
}
#nav-social-fct .g-social .g-social-items a.g-social-item-1 .g-social-icon:before {
  padding-top: 2px;
}
#nav-social-fct .g-social .g-social-items .g-social-text {
  width: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#nav-social-fct .g-social .g-social-items a:hover {
  border: 1px solid #9c0;
}
@media only all and (min-width: 51rem) {
  #nav-social-fct .g-social .g-social-items a:hover.g-social-item-1 .g-social-text {
    width: 7rem;
  }
  #nav-social-fct .g-social .g-social-items a:hover.g-social-item-2 .g-social-text {
    width: 14rem;
  }
  #nav-social-fct .g-social .g-social-items a:hover.g-social-item-3 .g-social-text {
    width: 22rem;
  }
  #nav-social-fct .g-social .g-social-items a:hover.g-social-item-4 .g-social-text {
    width: 22rem;
  }
}
#g-slideshow .g-kenburns .circle-shape-wrapper {
  width: 500px;
  height: 500px;
}
#g-slideshow .g-kenburns .circle-shape-wrapper.g-kenburns__imgitem-content {
  background-color: rgba(0, 0, 0, 0);
}
#g-slideshow .g-kenburns .circle-shape-wrapper .circle-content {
  background: rgba(9, 17, 0, 0.5);
  border-radius: 50%;
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
#g-slideshow .g-kenburns .circle-shape-wrapper .circle-content > div {
  padding-top: 2rem;
}
#g-slideshow .g-kenburns .circle-shape-wrapper .circle-shape-left, #g-slideshow .g-kenburns .circle-shape-wrapper .circle-shape-right {
  height: 100%;
  width: 50%;
  shape-margin: 5%;
}
#g-slideshow .g-kenburns .circle-shape-wrapper .circle-shape-left {
  float: left;
  shape-outside: polygon(0 0, 98% 0, 50% 6%, 23% 17%, 6% 32%, 0 50%, 6% 65%, 23% 82%, 50% 94%, 98% 100%, 0 100%);
}
#g-slideshow .g-kenburns .circle-shape-wrapper .circle-shape-right {
  float: right;
  shape-outside: polygon(2% 0%, 100% 0%, 100% 100%, 2% 100%, 50% 94%, 76% 83%, 94% 66%, 100% 50%, 94% 33%, 77% 17%, 50% 6%);
}
#g-slideshow .g-kenburns .small-circle-shape-wrapper {
  width: 250px;
  height: 250px;
  background: none;
  padding: 1rem;
}
@media (min-width: 600px) {
  #g-slideshow .g-kenburns .small-circle-shape-wrapper {
    top: auto !important;
  }
}
#g-slideshow .g-kenburns .small-circle-shape-wrapper .circle-content {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  border-radius: 50%;
  z-index: 11;
}
#g-slideshow .g-kenburns .small-circle-shape-wrapper .circle-content:before {
  content: "";
  width: 50%;
  height: 100%;
  float: left;
  shape-outside: polygon(0 0, 98% 0, 50% 6%, 23.4% 17.3%, 6% 32.6%, 0 50%, 6% 65.6%, 23.4% 82.7%, 50% 94%, 98% 100%, 0 100%);
  shape-margin: 7%;
}
#g-slideshow .g-kenburns .small-circle-shape-wrapper .circle-content > div {
  height: 100%;
  font-size: 21px;
  line-height: 1.25;
  padding: 0;
  text-align: center;
}
#g-slideshow .g-kenburns .small-circle-shape-wrapper .circle-content > div:before {
  content: "";
  width: 50%;
  height: 100%;
  float: right;
  shape-outside: polygon(2% 0%, 100% 0%, 100% 100%, 2% 100%, 50% 94%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 76.6% 17.3%, 50% 6%);
  shape-margin: 7%;
}
@media (max-width: 600px) {
  #g-slideshow .g-kenburns .circle-shape-wrapper {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  #g-slideshow .g-kenburns .circle-shape-wrapper .circle-shape-left, #g-slideshow .g-kenburns .circle-shape-wrapper .circle-shape-right {
    display: none;
  }
  #g-slideshow .g-kenburns .circle-shape-wrapper .circle-content {
    border-radius: 0;
    padding: 15px;
  }
  #g-slideshow .g-kenburns .circle-shape-wrapper .circle-content > div {
    padding-top: 0;
  }
  #g-slideshow .g-kenburns .circle-shape-wrapper .circle-content .g-kenburns__imgitem-caption p:last-child {
    margin: 0;
  }
  #g-slideshow .g-kenburns .small-circle-shape-wrapper {
    width: auto !important;
    height: auto !important;
    /*bottom: auto !important;*/
    left: auto !important;
  }
  #g-slideshow .g-kenburns .small-circle-shape-wrapper .circle-content {
    border-radius: 0;
    padding: 1rem 2rem;
  }
  #g-slideshow .g-kenburns .small-circle-shape-wrapper .circle-content:before {
    display: none;
  }
  #g-slideshow .g-kenburns .small-circle-shape-wrapper .circle-content:before > div:before {
    display: none;
  }
}
@media (max-width: 380px) {
  #g-slideshow .g-kenburns .g-kenburns__imgitem-title {
    font-size: 1.2rem;
    line-height: 26px;
  }
  #g-slideshow .g-kenburns .g-kenburns__imgitem-caption {
    font-size: 14px;
  }
  #g-slideshow .g-kenburns .g-kenburns__imgitem-caption p {
    margin-bottom: 10px;
  }
}
#g-slideshow .g-kenburns__imgitem-sticker a {
  text-align: center;
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding-top: 1rem;
}
#g-slideshow .g-kenburns__imgitem-sticker a:hover {
  background: rgba(34, 68, 0, 0.7);
  color: white;
}
.g-infolist {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 101%;
  margin-left: -1%;
  /*
    .g-infolist-item-text {
        @include breakpoint(mobile-only) {
            padding-top: 1rem;
        }
    }
    */
  /*
    @include breakpoint(mobile-only) {
        &[class*="cols"] {
            .g-infolist-item {
                width: 96%;
                margin-left: 2% !important;
                margin-right: 2% !important;
            }
        }
    }
    */
}
.g-infolist .g-infolist-item {
  width: 100%;
  margin: 0.625rem;
  padding: 0.625rem;
  border-bottom: 1px solid transparent;
  min-width: 0;
  min-height: 0;
  margin: 0;
  margin-left: 1%;
}
.g-infolist.g-compact .g-infolist-item {
  margin-bottom: 0.5rem;
}
.g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
.g-infolist.spaced .g-infolist-item {
  padding: 0.5rem 0 2rem 0;
}
.g-infolist .g-infolist-item-icon, .g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
.g-infolist .g-infolist-item-icon.left, .g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
.dir-rtl .g-infolist .g-infolist-item-icon.left, .dir-rtl .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
.g-infolist .g-infolist-item-icon.left.browser, .g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
.dir-rtl .g-infolist .g-infolist-item-icon.left.browser, .dir-rtl .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
.g-infolist .g-infolist-item-icon.right, .g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
.dir-rtl .g-infolist .g-infolist-item-icon.right, .dir-rtl .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
.g-infolist .g-infolist-item-icon.right.browser, .g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
.dir-rtl .g-infolist .g-infolist-item-icon.right.browser, .dir-rtl .g-infolist .g-infolist-item-img.right.browser {
  margin-right: 4%;
  margin-left: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-infolist .g-infolist-item-icon, .g-infolist .g-infolist-item-img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.g-infolist .g-infolist-item-img {
  min-width: 156px;
}
.g-infolist .g-infolist-item-img.center {
  margin: 0.5rem 0;
}
.g-infolist .g-infolist-item-img.avatar img {
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.g-infolist .g-infolist-item-icon {
  font-size: 3rem;
}
.g-infolist .g-infolist-item-icon .fa {
  vertical-align: sub;
}
.g-infolist .g-infolist-item-icon.left {
  text-align: left;
}
.dir-rtl .g-infolist .g-infolist-item-icon.left {
  text-align: right;
}
.g-infolist .g-infolist-item-icon.center {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0;
  margin: 0 auto !important;
  margin-bottom: 1.5rem;
}
.g-infolist .g-infolist-item-icon.right {
  text-align: right;
}
.dir-rtl .g-infolist .g-infolist-item-icon.right {
  text-align: left;
}
.g-infolist .g-infolist-item-title {
  margin: 1.5rem 0 0 0;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  padding-bottom: 0.625rem;
  font-size: 1.45rem;
  line-height: 1.2;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-infolist .g-infolist-item-title {
    font-size: 1.25rem;
  }
}
.g-infolist .g-infolist-item-desc {
  margin: 0;
  padding-top: 0.8rem;
  font-size: 1.15rem;
  opacity: 0.7;
  line-height: 130%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-infolist .g-infolist-item-desc {
    font-size: 0.9rem;
  }
}
.g-infolist .g-infolist-tags {
  opacity: 0.8;
  margin: 1rem 0 0.5rem 0;
  font-size: 0.95rem;
  font-weight: 700;
}
.g-infolist .g-infolist-link {
  margin-top: 1rem;
}
.g-infolist.g-1cols {
  margin-left: 0;
  width: 100%;
}
.g-infolist.g-1cols .g-infolist-item {
  margin: 0;
}
.g-infolist.g-1cols .g-infolist-item:last-child {
  margin-bottom: 0;
}
.g-infolist.g-2cols .g-infolist-item {
  width: 49%;
  /*
            &:nth-child(odd) {
                margin-right: 1%;
            }

            &:nth-child(even) {
                margin-left: 1%;
            }
 */
}
.g-infolist.g-3cols .g-infolist-item {
  width: 32%;
  /*
            &:nth-child(3n-1) {
                margin-left: 0;
                margin-right: 0;
            }

 */
}
.g-infolist.g-4cols .g-infolist-item {
  width: 24%;
  /*
            &:nth-child(4n) {
                margin-left: 0;
                margin-right: 0;
            }

            &:nth-child(4n-3) {
                margin-left: 0;
                margin-right: 1%;
            }

            &:nth-child(4n-2) {
                margin-left: 0;
                margin-right: 1%;
            }

            &:nth-child(4n-1) {
                margin-left: 0;
                margin-right: 1%;
            }
 */
}
.g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 2rem;
  line-height: 3rem;
}
.g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1.2rem;
  line-height: 120%;
  opacity: 0.8;
  padding: 0;
}
.g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: bold;
  margin: 0;
}
.g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-textstyle-header .g-infolist-item-title a, .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
.g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-textstyle-header .g-infolist-item-title a:hover, .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
.g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
.g-infolist .g-infolist-item {
  border: 1px solid #224400;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.g-infolist .g-infolist-item .g-infolist-item-desc {
  padding: 1rem;
}
.g-infolist .g-infolist-item:hover {
  background: rgba(34, 68, 0, 0.5);
  border-color: black;
}
.g-infolist .g-infolist-item-img.center {
  margin-top: 0;
}
.g-infolist.g-3cols .g-infolist-item {
  width: 32.7%;
}
.g-infolist.g-3cols .g-infolist-item:nth-child(3n+1) {
  margin-left: 0;
}
.g-infolist.g-3cols .g-infolist-item:nth-child(3n+3) {
  margin-right: 0;
}
.g-infolist.g-2cols .g-infolist-item {
  width: 49.7%;
}
.g-infolist.g-2cols .g-infolist-item:nth-child(2n+1) {
  margin-left: 0;
}
.g-infolist.g-2cols .g-infolist-item:nth-child(2n+2) {
  margin-left: 0;
  margin-right: 0;
}
.g-infolist.g-3cols .g-infolist-item {
  width: 32.5%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-infolist.g-3cols .g-infolist-item {
    width: 32.3%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-infolist.g-3cols .g-infolist-item {
    width: 32%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-infolist.g-3cols .g-infolist-item {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .g-infolist.g-3cols .g-infolist-item {
    width: 100%;
  }
}
.g-infolist.g-2cols .g-infolist-item {
  width: 49.35%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-infolist.g-2cols .g-infolist-item {
    width: 49.3%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-infolist.g-2cols .g-infolist-item {
    width: 48.9%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-infolist.g-2cols .g-infolist-item {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .g-infolist.g-2cols .g-infolist-item {
    width: 100%;
  }
}
a.infolist-item-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.g-infolist.imgHeight_170px .g-infolist-item-img.imgsyncheight {
  height: 170px;
  padding: 1rem;
}
.g-infolist .g-infolist-item-img .syncheightimg {
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.g-infolist-bigIcon.g-infolist .g-infolist-item {
  overflow: visible;
}
.g-infolist-bigIcon .g-infolist-item-title {
  margin-top: 1.875rem;
}
.g-infolist-bigIcon .g-infolist-item-icon {
  position: relative;
}
.g-infolist-bigIcon .g-infolist-item-icon i {
  position: absolute;
  display: block;
  top: -1px;
  width: 60px;
  font-size: 46px;
  background: #ffffff;
  color: #224400;
  line-height: 1px;
}
.g-infolist .g-infolist-item {
  overflow: unset;
  border: rgba(153, 204, 0, 0.4) 2px solid;
  background: rgba(153, 204, 0, 0.15);
  border-radius: 0.63rem;
  padding-bottom: 2rem;
}
.g-infolist .g-infolist-item:hover {
  border: rgba(153, 204, 0, 0.8) 2px solid;
  background: rgba(153, 204, 0, 0.15);
}
@media only all and (max-width: 75.99rem) {
  .g-infolist .g-infolist-item {
    margin-bottom: 3rem;
  }
  .g-infolist .g-infolist-item .g-infolist-item-desc {
    font-size: 1rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-infolist.g-4cols .g-infolist-item {
    width: 49%;
    margin-bottom: 3rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-infolist {
    width: 100%;
    margin-left: 0;
  }
  .g-infolist .g-infolist-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.g-infolist-item-icon.center {
  overflow: visible;
}
.g-infolist-item-icon.center:before {
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  margin-top: -2px;
  background: linear-gradient(to right, rgba(34, 68, 0, 0), #240 40%, #240 60%, rgba(34, 68, 0, 0) 100%);
}
.g-infolist-item-icon.center i {
  color: #99cc00;
  position: absolute;
  display: block;
  top: -27px;
  width: 50px;
  font-size: 32px;
  line-height: 46px;
  padding-top: 4px;
  background: #224400;
  border-radius: 25px;
}
.g-infolist-item-img img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
}
.g-infolist-link {
  position: absolute;
  bottom: -1rem;
  width: 100%;
}
.g-infolist-link a {
  background: #99cc00;
  color: #224400;
  border-radius: 1rem;
  padding: 0.25rem 1rem;
}
.g-infolist-link a:hover {
  color: white;
}
@media only all and (min-width: 51rem) {
  .g-infolist.g-1cols .g-infolist-item {
    padding-bottom: 0 !important;
  }
  .g-infolist.g-1cols .g-infolist-item-img img {
    float: left;
    margin-right: 1rem;
  }
}
@media only all and (min-width: 88rem) {
  .g-infolist.g-1cols .g-infolist-item-img img {
    width: 50%;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-infolist.g-1cols .g-infolist-item-img img {
    width: 50%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-infolist.g-1cols .g-infolist-item-img img {
    width: 50%;
  }
}
.g-overview .g-overview-bereich h3 {
  margin: 0;
  float: left;
}
.g-overview .g-overview-bereich > i.g-overview-icon {
  line-height: 44px;
  font-size: 30px;
  width: 40px;
  text-align: left;
}
.g-overview .g-overview-bereich .g-overview-imgwrapper {
  float: left;
}
.g-overview .g-overview-gruppe {
  margin: 1rem 0 2rem 0;
}
.g-overview .g-overview-element {
  padding: 0.5rem 0 0.5rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid rgba(153, 204, 0, 0.2);
  position: relative;
}
.g-overview h4.g-overview-gruppe--name {
  background: rgba(153, 204, 0, 0.4);
  border-top: 2px solid #99cc00;
  padding: 0.2rem;
}
.g-overview i.g-overview-icon {
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 30px;
  float: left;
}
.g-overview .g-overview-element i.g-overview-icon {
  text-align: left;
}
.g-overview .g-overview-imgwrapper {
  float: left;
  width: 35px;
  height: auto;
  margin: 0 3% 0 0;
}
.g-overview .g-overview-imgwrapper img {
  width: 100%;
}
.g-overview .g-overview-contentwrapper {
  width: 55%;
  float: left;
}
.g-overview h5.g-overview-title {
  float: left;
  line-height: 30px;
  margin: 0;
  font-size: 100%;
}
.g-overview .g-overview-element--download {
  padding: 0.2rem 0.5rem;
  border: 2px solid #99cc00;
  border-radius: 0.5rem;
}
.g-overview .g-overview-element--download:hover {
  background-color: rgba(177, 190, 159, 0.5);
}
.g-overview .g-overview-element--download .g-overview-icon {
  font-size: 24px;
}
.g-overview .g-overview-element--download .linktext {
  margin-left: 30px;
  display: block;
  line-height: 115%;
  margin-bottom: 0.5rem;
}
.g-overview .g-overview-element--download .elementtext {
  display: block;
  color: grey;
  margin-left: 30px;
  font-size: 90%;
  line-height: 110%;
}
.g-overview .g-overview-element--address a {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0.2rem 0.5rem;
  border: 2px solid #99cc00;
  border-radius: 0.5rem;
  margin-top: 0.2rem;
}
.g-overview .g-overview-element--address a:hover {
  background-color: rgba(177, 190, 159, 0.5);
}
.g-overview .g-overview-element--address a i {
  padding: 0.2rem 0.5rem 0 0;
}
.g-overview .g-overview-element--image a.zoomimage {
  display: block;
  padding: 4px;
  border-radius: 0.5rem;
  border: 2px solid rgba(153, 204, 0, 0.5);
  background: rgba(153, 204, 0, 0.2);
}
.g-overview .g-overview-element--image a.zoomimage:hover {
  background: rgba(177, 190, 159, 0.5);
}
.g-overview .g-overview-element--image img {
  border-radius: 0.25rem;
}
.g-overview .g-overview-element--image .g-overview-title {
  float: unset;
}
.g-overview .g-noindex--loading {
  position: relative;
}
.g-overview .g-noindex--loading svg {
  position: absolute;
  left: 50%;
  margin-left: -15px;
}
.g-kenburns__container {
  position: relative;
  height: 100%;
}
.g-kenburns {
  position: relative;
  overflow: hidden;
}
.g-kenburns-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.g-kenburns-wrapper.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.g-kenburns-wrapper.kbParticleWidth .slide {
  background-position: top;
  background-size: contain;
  transform-origin: center;
}
.g-kenburns-wrapper img {
  display: none;
}
.g-kenburns-wrapper .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform-origin: center;
  transform: translateZ(0);
}
.g-kenburns__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-kenburns__particle-content {
  padding: 1rem;
}
.g-kenburns__imgitem-content {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0.2;
}
.g-kenburns__imgitem-sticker {
  position: absolute;
  right: 0;
  width: auto;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
.g-kenburns__imgitem-desc {
  display: block;
}
.g-kenburns__imgitem-caption {
  display: block;
  color: white;
  height: auto;
}
.g-kenburns__imgitem-title {
  color: white;
  margin-top: 0;
}
.g-kenburns__imgitem-content button {
  margin: 0.3rem;
  height: auto;
}
.g-kenburns__imgitem-container {
  display: block;
}
.g-kenburns-pause {
  cursor: wait;
  cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAYUlEQVRYhe3XsQmAQAxA0QziSLdDZrK0srK4KRztO4DFeRBB8AdS/vDaRHxpgAbkYNsrPbAB58Ndq/sA+sSBXt0LECBAgAABAgQIECBAQADHxIG9ug9gYfzXJZC3uKD/71wKcfb62zYGxQAAAABJRU5ErkJggg==') 0 0, auto;
}
.g-kenburns-pause a, .g-kenburns-pause button {
  cursor: pointer;
}
/*
 *  g-kenburns - NavButtons (prev/next) & PaginationDots
 */
.kenburns-nav [class*="kenburns-"] {
  display: inline-block;
  margin: auto;
  padding: 0.9rem 0;
  color: #ffffff;
  font-size: 1.15rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.kenburns-nav [class*="kenburns-"]:hover {
  text-decoration: none;
}
.kenburns-nav.disabled {
  opacity: 0.5;
  cursor: default;
}
.kenburns-nav .kenburns-nav.disabled + .kenburns-dots {
  margin-top: 10px;
}
.kenburns-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -2rem;
  z-index: 10;
  -webkit-tap-highlight-color: transparent;
}
.kenburns-dots .kenburns-dot {
  background: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.kenburns-dots .kenburns-dot span {
  width: 15px;
  height: 15px;
  margin: 0 0.3125rem;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #99cc00;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 15px;
}
.kenburns-dots .kenburns-dot:hover span {
  background: #ffffff;
}
.kenburns-dots .kenburns-dot.active span, .kenburns-dots .kenburns-dot.active:hover span {
  background: #99cc00;
}
.kenburns-nav button {
  width: 50px;
  height: 50px;
  display: block;
  top: 100px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #99cc00;
  border-radius: 25px;
  cursor: pointer;
}
.kenburns-nav.disabled, .kenburns-dots.disabled {
  display: none;
}
.kenburns-nav .kenburns-prev, .kenburns-nav .kenburns-next, .kenburns-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.kenburns-nav button.kenburns-prev {
  left: 2rem;
}
.kenburns-nav button.kenburns-next {
  right: 2rem;
}
.g-onepage-menu ul {
  padding-bottom: 1rem;
  margin: 0;
  list-style: none;
  z-index: 10 !important;
}
.g-onepage-menu ul li {
  margin-bottom: 0.2rem;
}
.g-onepage-menu ul li a {
  border-radius: 5px;
  padding: 0.3rem 1rem;
  color: #224400;
  display: block;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
  background: rgba(255, 255, 255, 0.5);
}
.g-onepage-menu ul li a:hover {
  background: rgba(153, 204, 0, 0.2);
  color: black;
}
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
.g-onepage-menu ul li .submenu {
  border: none;
  padding-left: 1rem;
}
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #e7e8ea;
}
.g-onepage-menu ul li .submenu li:first-child {
  margin-top: 3px;
}
.g-onepage-menu ul li.uk-active > a {
  background: rgba(255, 255, 255, 0.5);
  color: #99cc00;
}
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
.g-totop {
  position: relative;
}
.g-totop a#g-totop {
  display: block;
  width: 60px;
  height: 40px;
  position: fixed;
  bottom: 36px;
  right: -60px;
}
.g-totop a#g-totop:after {
  content: "";
  width: 60px;
  height: 0;
  line-height: 0;
  border-left: 15px solid transparent;
  border-bottom: 40px solid #99cc00;
  bottom: 0;
  left: 0;
  position: absolute;
}
.g-totop a#g-totop i {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.g-totop a#g-totop.totop-visible {
  right: 0;
}
/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
*  Owl Carousel - Auto Height Plugin
*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
*  Core Owl Carousel CSS File
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(0, 0, 0) !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
*  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
*  Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon, .owl-carousel .owl-videolocal-play-icon {
  position: absolute;
  height: 66px;
  width: 66px;
  left: 50%;
  bottom: 15%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../images/owlcarousel/play.svg') no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.owl-carousel .owl-video-play-icon.paused, .owl-carousel .owl-videolocal-play-icon.paused {
  background: url('../../images/owlcarousel/paused.svg');
  background-size: contain;
  opacity: 0.8;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
*  Owl Carousel - Nav & Dots
*/
.owl-nav {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.owl-nav div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.15rem;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.owl-nav div:hover {
  color: #99cc00;
}
@media only all and (max-width: 30rem) {
  .owl-nav div {
    position: relative;
  }
}
.owl-nav div.owl-prev {
  margin-right: 7.5rem;
}
@media only all and (max-width: 30rem) {
  .owl-nav div.owl-prev {
    margin-right: 3rem;
  }
}
.dir-rtl .owl-nav div {
  left: 0;
  right: auto;
}
.dir-rtl .owl-nav div.owl-next {
  margin-left: 7.5rem;
}
@media only all and (max-width: 30rem) {
  .dir-rtl .owl-nav div.owl-next {
    margin-left: 3rem;
  }
}
.owl-nav.disabled {
  display: none;
}
@media only all and (max-width: 30rem) {
  .owl-controls {
    text-align: center;
  }
}
.owl-dots .owl-dot {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 0.6rem;
  background: #ffffff;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.owl-dots .owl-dot.active {
  background: #99cc00;
}
.owlcarousel-offset {
  margin-right: -45px !important;
  margin-bottom: -45px !important;
  margin-left: -45px !important;
  position: relative;
  z-index: 2;
}
@media only all and (max-width: 50.99rem) {
  .owlcarousel-offset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.owlcarousel-offset.size-100 {
  flex-basis: auto;
  width: auto;
}
.g-owlcarousel-description {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.g-owlcarousel-header {
  padding: 1.5rem !important;
  margin: 0.625rem;
}
.g-owlcarousel-layout-standard {
  position: relative;
}
.g-owlcarousel-layout-standard .owl-stage-outer {
  border-radius: 0 0 1rem 1rem;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .owl-stage-outer {
    border-radius: 0;
  }
}
.g-owlcarousel-layout-standard .g-owlcarousel-header {
  margin: 0.625rem;
  padding-bottom: 0.1rem !important;
}
.g-owlcarousel-layout-standard .video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.g-owlcarousel-layout-standard .video video {
  width: 100% !important;
  height: 100% !important;
  object-fit: inherit;
}
.g-owlcarousel-layout-standard .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.g-owlcarousel-layout-standard .image img {
  width: 100%;
  height: 100%;
  display: none;
}
.g-owlcarousel-layout-standard .g-title {
  color: #99cc00;
  padding: 0;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-content {
  left: 55%;
  position: relative;
  padding: 23rem 0 3rem 0;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-content {
    left: 35%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-content {
    left: auto;
    text-align: center;
    padding: 10rem 0 0rem 0;
  }
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-title {
  position: relative;
  font-size: 2.35rem;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  padding-bottom: 0;
  margin: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-title {
    padding-bottom: 0.625rem;
  }
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-link {
  display: inline-block;
  margin-left: 10%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-link {
    margin-left: 5%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-link {
    display: block;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-link a {
  background: 0 none;
  opacity: 0.5;
  border: 1px solid #ffffff;
  border-radius: 0.2rem;
  padding: 0.3rem 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-link a:hover {
  color: #ffffff;
  background: #99cc00;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-subtitle {
  margin: 0;
  padding-bottom: 6rem;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  position: relative;
  z-index: 2;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author {
  padding-top: 10px;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author .author-image {
  display: inline-block;
  line-height: 1.5rem;
  margin-right: 10px;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author .author-image img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author .author-name {
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  vertical-align: top;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-desc {
  padding-top: 1.5rem;
  font-size: 1.45rem;
  color: #ffffff;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  position: relative;
  z-index: 2;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel {
    position: relative;
  }
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container {
    display: block;
  }
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel {
  margin: 0;
  width: 7rem;
  min-width: 7rem;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #333;
  border-left: 1px solid #4d4d4d;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel {
    width: 6rem;
    min-width: 6rem;
  }
}
.dir-rtl .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel {
  text-align: left;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel {
    text-align: center !important;
    width: 100%;
  }
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel:first-child {
  border-radius: 1rem 0 0 0;
}
.dir-rtl .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel:first-child {
  border-radius: 0 1rem 0 0;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel:first-child {
    border-radius: 0 !important;
  }
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel:first-child {
  border: 0 none;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel:last-child {
  border-radius: 0 0 1rem 0;
}
.dir-rtl .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel:last-child {
  border-radius: 0 0 0 1rem;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel:last-child {
    border-radius: 0 0 1rem 1rem !important;
  }
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel:hover {
  min-width: 20rem;
  text-align: center;
  background: rgba(51, 51, 51, 0.8);
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel:hover {
    min-width: 15rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel:hover {
    min-width: 15rem;
  }
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel.selected {
  min-width: 20rem;
  text-align: center;
  background: #99cc00;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel.selected {
    min-width: 15rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel.selected {
    min-width: 15rem;
  }
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  font-size: 1.95rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
    font-size: 1.65rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
    font-size: 1.65rem;
  }
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .fa {
  color: #ffffff;
  font-size: 2.35rem;
  padding-right: 1rem;
  vertical-align: middle;
  padding-left: 2.5rem;
}
.dir-rtl .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .fa {
  padding-left: 1rem;
  padding-right: 2.5rem;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .fa {
    font-size: 1.65rem;
    padding-left: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .fa {
    font-size: 1.65rem;
    padding: 1rem;
    padding-left: 0.5rem;
    padding-right: 2rem;
  }
  .dir-rtl .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .fa {
    padding-right: 0.5rem;
    padding-left: 0;
  }
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-link {
  display: block;
  white-space: nowrap;
  padding: 1.5rem;
  float: right;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.dir-rtl .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-link {
  float: left;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-link {
    float: none !important;
    padding: 0.5rem;
  }
}
.g-owlcarousel-layout-standard .owl-dots {
  position: absolute;
  left: 50%;
  margin-left: -40px;
}
.g-owlcarousel-layout-standard .owl-nav div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: auto;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-standard .owl-nav div {
    height: 40px;
    width: 40px;
    line-height: 39px;
    font-size: 1rem;
  }
}
.g-owlcarousel-layout-standard .owl-nav div.owl-prev {
  left: 1rem;
  right: auto;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-prev .fa {
  padding-right: 3px;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-prev:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.rtl .g-owlcarousel-layout-standard .owl-nav div.owl-prev {
  right: 1rem;
  left: auto;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-next {
  right: 1rem;
  left: auto;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-next .fa {
  padding-left: 3px;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-next:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.rtl .g-owlcarousel-layout-standard .owl-nav div.owl-next {
  left: 1rem;
  right: auto;
}
.g-owlcarousel:hover .owl-nav {
  opacity: 1;
}
.g-owlcarousel-item-wrapper {
  position: relative;
}
.g-owlcarousel-item-img {
  position: relative;
}
.g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only all and (min-width: 88rem) {
  .g-owlcarousel-item-content-container {
    width: 88rem;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel-item-content-container {
    width: 76rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-item-content-container {
    width: 51rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
.g-owlcarousel-item-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.g-owlcarousel-item-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-owlcarousel-fullwidth .g-owlcarousel-item-content {
  width: 100%;
}
.g-owlcarousel-compact .g-owlcarousel-item-content {
  width: 50%;
}
.center-block .g-owlcarousel-compact .g-owlcarousel-item-content {
  margin: auto;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 65%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 75%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 100%;
  }
}
.g-owlcarousel-item-title {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 3.15rem;
  color: #ffffff;
  padding-bottom: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
  margin: 2.125rem;
}
.g-owlcarousel-item-desc {
  font-size: 1.55rem;
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 3rem;
  margin-bottom: 0.625rem;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-item-desc {
    display: none;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-button {
    padding: 0.25rem 1rem;
    font-weight: 400;
    font-size: 0.95rem;
  }
}
.g-owlcarousel-layout-testimonial {
  text-align: center;
}
.g-owlcarousel-layout-testimonial.g-owlcarousel-nav-disabled .owl-nav {
  display: none;
}
.g-owlcarousel-layout-testimonial .g-title {
  text-align: center;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 0.81rem;
  font-weight: 700;
  opacity: 0.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 1.5rem 1.5rem 0;
  margin: 0.625rem 0.625rem 1.25rem;
  font-size: 1.55rem;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    display: block;
    padding-top: 2rem;
    font-size: 1.15rem;
    padding: 1.5rem 0;
  }
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc a {
  color: #ffffff;
  display: inline-block;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc a:hover {
  color: #99cc00;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc i {
  display: block;
  font-size: 3.15rem;
  padding: 1.5rem;
  margin: 0.625rem;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc .g-owlcarousel-item-title {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  opacity: 0.5;
  text-transform: none;
  font-size: 1.15rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author {
  padding: 0 1.5rem;
  margin: 0 0.625rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-author {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-image {
  margin-right: 25px;
}
.dir-rtl .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-image {
  margin-right: 0;
  margin-left: 25px;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-image img {
  width: 45px;
  height: 45px;
  max-width: 100%;
  border-radius: 100%;
  padding: 0;
  margin: 0 auto;
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-image img {
    margin-bottom: 0.625rem;
  }
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name {
  display: block;
  line-height: 1;
  font-size: 1.55rem;
  color: #224400;
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name {
    font-size: 1.35rem;
  }
}
.g-owlcarousel-layout-testimonial .owl-dots {
  margin: 0.625rem 0;
  padding: 3rem 0;
  text-align: center;
  vertical-align: middle;
}
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot {
  vertical-align: middle;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin: 0 0.4rem;
  background: transparent;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot.active {
  background: #ffffff;
}
.g-owlcarousel-layout-testimonial .owl-nav {
  margin: 0.625rem 0;
  padding: 3rem 0;
  text-align: center;
}
.g-owlcarousel-layout-testimonial .owl-nav div {
  position: relative;
}
.g-owlcarousel-layout-testimonial .owl-nav div.owl-prev {
  margin-right: 1.5rem;
}
.g-owlcarousel-layout-newsslider {
  left: inherit;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-newsslider {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.g-owlcarousel-layout-newsslider .g-title {
  text-align: center;
  opacity: 0.5;
  padding-bottom: 0;
}
.g-owlcarousel-layout-newsslider .g-item-title {
  color: #99cc00;
  font-weight: 400;
  font-size: 1.75rem;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-newsslider .g-item-title {
    font-size: 1.45rem;
  }
}
.g-owlcarousel-layout-newsslider .owl-carousel {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70%;
  background: #ffffff;
  border: 2px solid #e6e6e6;
  padding: 1.5rem;
  border-radius: 0.4rem;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-newsslider .owl-carousel {
    width: 100%;
  }
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
  padding-right: 1.5rem;
  width: auto;
  float: left;
}
.dir-rtl .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
  padding-right: 0;
  padding-left: 1.5rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
  float: right;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author {
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 0;
  margin-right: 0.625rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author img {
  margin-right: 0;
  margin-left: 0.625rem;
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author .author-name {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .item {
  display: block;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  height: 100%;
  background: #ffffff;
  padding: 0;
  border-radius: 0.4rem 0 0 0.4rem;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
    width: 100%;
  }
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
  border-radius: 0 0.4rem 0.4rem 0;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
    border-radius: 0.4rem 0.4rem 0 0;
  }
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel {
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: box-shadow 0.4s ease-out;
  -moz-transition: box-shadow 0.4s ease-out;
  transition: box-shadow 0.4s ease-out;
  border: 2px solid #e6e6e6;
  margin-bottom: -2px;
  border-right: 0 none;
  position: relative;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel {
  border-right: 2px solid #e6e6e6;
  border-left: 0 none;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel a {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel a {
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i {
  padding-right: 1rem;
  font-size: 1.65rem;
  opacity: 0.3;
  position: absolute;
  top: 0.4rem;
  line-height: 1.5;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i {
  padding-right: 0;
  padding-left: 1rem;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i + .g-owlcarousel-panel-title {
  margin-left: 3rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i + .g-owlcarousel-panel-title {
  margin-left: 0;
  margin-right: 3rem;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected {
  background: #f7f7f7;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected:after {
  display: none;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected .g-owlcarousel-panel-title {
  color: #224400;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected i {
  opacity: 1;
  color: #224400;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
  margin: 0;
  font-size: 1.15rem;
  color: #224400;
}
.g-owlcarousel-layout-showcase {
  position: relative;
  display: block;
  background: #224400;
  border-top: 4px solid #99cc00;
}
.g-owlcarousel-layout-showcase .owl-loaded .owl-nav {
  display: none;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  flex-flow: wrap;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link {
  -webkit-box-flex: 50%;
  -moz-box-flex: 50%;
  box-flex: 50%;
  -webkit-flex: 50% 1;
  -moz-flex: 50% 1;
  -ms-flex: 50% 1;
  flex: 50% 1;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image .item-icon-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 1.65rem;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image:hover .item-icon-overlay {
  opacity: 1;
  background: rgba(153, 204, 0, 0.75);
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: 1.5rem;
  margin: 0;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .g-owlcarousel-description {
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.15rem;
  -webkit-box-flex: 50%;
  -moz-box-flex: 50%;
  box-flex: 50%;
  -webkit-flex: 50% 1;
  -moz-flex: 50% 1;
  -ms-flex: 50% 1;
  flex: 50% 1;
  white-space: nowrap;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .g-owlcarousel-description .fa {
  margin-right: 10px;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls {
  text-align: center;
  -webkit-box-flex: 50%;
  -moz-box-flex: 50%;
  box-flex: 50%;
  -webkit-flex: 50% 1;
  -moz-flex: 50% 1;
  -ms-flex: 50% 1;
  flex: 50% 1;
}
@media only all and (min-width: 88rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls {
    text-align: right;
  }
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div {
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  color: #ffffff;
  opacity: 0.4;
  line-height: 2.5rem;
  text-align: center;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div.owl-prev, .g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div.owl-next {
  margin: 0;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div:hover {
  background-color: #99cc00;
  color: #ffffff;
  opacity: 1;
}
.g-owlcarousel-layout-showcase:after {
  position: absolute;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(34, 68, 0, 0.05) 10%, #240 70%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(34, 68, 0, 0.05) 10%, #240 70%);
}
.g-owlcarousel-panel-container {
  margin-top: 2.125rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel {
  display: block;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel span {
  display: block;
  margin: 0 1rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-link {
  display: block;
  width: 100%;
  height: 100%;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
  color: #224400;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-subtitle {
  color: #99cc00;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-subtitle {
    font-size: 1.15rem;
  }
}
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-desc {
  color: #99cc00;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
.g-owlcarousel-panel-indicator {
  width: 96px;
  height: 50px;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -3.075rem;
}
.dir-rtl .g-owlcarousel-panel-indicator {
  left: 200px;
}
/*
 * Rezensionen / Testimonials
 */
#g-expanded {
  background: rgba(153, 204, 0, 0.3);
}
@media only all and (max-width: 75.99rem) {
  #g-expanded {
    background: #e6ff99;
  }
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  margin-bottom: 0;
  text-align: left;
  font-family: "bwkmarckscript";
  line-height: 110%;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc span.citespacer {
  display: inline-block;
  width: 60px;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc p:after {
  content: " ";
  display: inline-block;
  width: 5rem;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author {
  font-family: "bwkmarckscript";
  margin-top: 2rem;
  min-height: 2rem;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author .author-image img {
  width: 70px;
  height: 70px;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name {
  color: #224400;
}
@media only all and (max-width: 75.99rem) {
  .bwk-testimonials .g-owlcarousel-layout-testimonial .owl-item {
    height: 100%;
    background: #e6ff99;
  }
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .owl-dots, .bwk-testimonials .g-owlcarousel-layout-testimonial .owl-nav {
  margin: 0;
  padding: 1rem 0;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .owl-nav div.owl-prev {
  margin-right: 6rem;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .owl-dots {
  margin-top: -4.3rem;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0 1rem;
  border: 3px solid rgba(153, 204, 0, 0);
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .owl-dot.active {
  width: 25px;
  height: 25px;
  background: none;
  border: 2px solid #99cc00;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial i.fa-quote-left, .bwk-testimonials .g-owlcarousel-layout-testimonial i.fa-quote-right {
  display: inline-block;
  color: #99cc00;
  margin: 0;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial i.fa-quote-left {
  float: left;
  padding: 0 1rem 0.5rem 0;
  margin-top: -1rem;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial i.fa-quote-right {
  float: right;
  padding: 0;
  margin-top: -3rem;
}
.bwk-testimonials .g-owlcarousel-layout-testimonial .g-title {
  font-size: 2rem;
}
@media only all and (max-width: 75.99rem) {
  .bwk-testimonials .g-owlcarousel-layout-testimonial .owl-nav div.owl-prev {
    margin-right: 13rem;
  }
  .bwk-testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    font-size: 1.5rem;
  }
}
/*
nachfolgend compiled not checked
*/
body {
  background: none;
}
body, .g-logo {
  line-height: 1.5;
  font-size: 1.15rem;
}
body, .g-logo, .button {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  line-height: 130%;
  margin-top: 2rem;
}
h1, .page-header h1 {
  font-size: 2.5rem;
  font-weight: normal;
  text-transform: initial;
}
h2, .page-header h2 {
  line-height: 3rem;
}
.halfHeight {
  height: 50.2vH;
}
.halfHeight > div {
  height: 100%;
}
.Height66 {
  height: 66.66vH;
}
.Height66 > div {
  height: 100%;
}
.Height60 {
  height: 60.1vH;
}
.Height60 > div {
  height: 100%;
}
#bodyBkGd {
  position: fixed;
  bottom: -10vh;
  right: -10vw;
  z-index: -1;
}
#bodyBkGd svg#logo-kaimberg-invers {
  height: 100vh;
}
#bodyBkGd svg#logo-kaimberg-invers #kaimberg-invers {
  fill: rgba(153, 204, 0, 0.15);
}
#g-offcanvas #g-mobilemenu-container {
  margin-left: -20%;
}
#g-offcanvas #g-mobilemenu-container a {
  font-weight: normal;
}
#g-offcanvas #g-mobilemenu-container .g-menu-item-content {
  width: 85%;
}
body.modal.g-bodyonly {
  background: none !important;
  color: #224400 !important;
}
body.modal.g-bodyonly p {
  color: #224400 !important;
}
body.modal.g-bodyonly #bodyBkGd {
  display: none;
  background: none;
}
.anchor, .contentanchor {
  position: relative;
  top: -13rem;
  max-height: 0;
  margin: 0;
  overflow: hidden;
}
.anchor.plusoffset, .contentanchor.plusoffset {
  top: -12rem;
}
#g-mainbar p a:not(.anchor, .button), a.inlinelink {
  display: inline-block;
  border: 1px dotted #9c0;
  padding: 0.1px 5px 1px 5px;
  border-radius: 4px;
  line-height: 24px;
}
#g-mainbar p a:not(.anchor, .button):hover, a.inlinelink:hover {
  border-color: #224400;
  background: rgba(34, 68, 0, 0.2);
}
a[href*="//"]:not([href*="bildungswerk-kaimberg.de"], [class*="g-social"], [class="cboxElement"]) {
  display: inline-block;
  padding-right: 20px !important;
  position: relative;
}
a[href*="//"]:not([href*="bildungswerk-kaimberg.de"], [class*="g-social"], [class="cboxElement"]):after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
}
/*
 * PAGE-SURROUND
 */
#g-offcanvas {
  z-index: 100;
}
.g-offcanvas-left #g-page-surround {
  position: relative;
  z-index: 2;
}
/*
 * SECTION TOP
 */
#g-top {
  position: fixed;
  z-index: 12;
}
#g-top .g-main-nav {
  position: relative;
}
/*
 * SECTION NAVIGATION
 */
.site-logo {
  display: flex;
  flex: 0 200px;
  padding-left: 1rem;
}
.site-logo svg {
  width: 130px;
  border-radius: 50%;
  box-shadow: 0 0 20px 10px #ffffff88;
  position: relative;
  z-index: 1;
}
.site-logo .logo_kreis {
  fill: #224400;
}
.site-logo .logo_kaimberg {
  fill: #99cc00;
}
.site-logo a.g-logo {
  padding: 0 !important;
}
.site-logo svg .logo_kreis_hover {
  transition: all 0.35s ease-in;
  transform: scale(0.1);
  transform-origin: center center;
  fill: rgba(153, 204, 0, 0);
}
.site-logo svg:hover .logo_kreis_hover {
  transform: scale(50);
  fill: rgba(153, 204, 0, 0.3);
}
.nameBWK {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  color: #224400;
  line-height: 35px;
}
.nameBW {
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0.05rem;
}
.nameGK {
  font-size: 30px;
  letter-spacing: 0.29rem;
}
#g-navigation .g-grid {
  position: relative;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
  white-space: unset;
}
@media only all and (max-width: 50.99rem) {
  #g-navigation #sitelogo {
    flex: 0 175px;
  }
  #g-navigation #sitelogo svg {
    max-height: 100px;
  }
  #g-navigation #sitelogo .g-content {
    padding: 0;
  }
  #g-navigation #sitename {
    width: 59%;
    flex: unset;
    float: left;
    padding: 0;
  }
  #g-navigation #sitename .g-content {
    padding: 0;
    margin: 0;
    margin-top: 2.5rem;
  }
  #g-navigation #sitename .nameBWK {
    line-height: 26px;
  }
  #g-navigation #sitename .nameBW {
    font-size: 30px;
  }
  #g-navigation #sitename .nameGK {
    font-size: 22px;
  }
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
    letter-spacing: 0;
  }
  #g-navigation #nav-social-fct .social a, #g-navigation #nav-social-fct .nav_tel a {
    margin-right: -0.5rem;
  }
}
#g-navigation #nav-social-fct {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#g-navigation #nav-social-fct div {
  float: right;
}
@media only all and (max-width: 50.99rem) {
  #g-navigation #nav-social-fct .g-content {
    margin: 0;
  }
}
#g-navigation #nav-social-fct .g-content > div {
  float: right;
  padding: 0;
  margin: 0;
}
#g-navigation .moduletable .nav_tel {
  margin-right: 0.625rem;
}
#g-navigation .moduletable .nav_tel a {
  border: 1px solid rgba(153, 204, 0, 0);
  padding: 0.1rem 0.5rem;
  border-radius: 0.5rem;
  display: inline-block;
}
#g-navigation .moduletable .nav_tel a:hover {
  border: 1px solid #9c0;
}
#g-navigation .moduletable .nav_tel i {
  font-size: 28px;
  padding-top: 6px;
}
#g-navigation .moduletable .nav_tel span {
  vertical-align: text-bottom;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  #g-navigation #sitename .nameBWK {
    line-height: 26px;
  }
  #g-navigation #sitename .nameBW {
    font-size: 33px;
  }
  #g-navigation #sitename .nameGK {
    font-size: 25px;
  }
}
#g-navigation #nav-main-menu {
  margin-top: -1.5rem;
  background: rgba(153, 204, 0, 0.5);
}
/*
 * SECTION SLIDESHOW
 */
#g-slideshow {
  margin-top: 10px;
  z-index: 2;
  position: relative;
}
#g-slideshow > .g-container {
  width: 100%;
}
#g-slideshow .g-kenburns__content {
  width: 88rem;
  left: 50%;
  transform: translate(-50%);
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  #g-slideshow .g-kenburns__content {
    width: 76rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  #g-slideshow .g-kenburns__content {
    width: 51rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  #g-slideshow .g-kenburns__content {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  #g-slideshow .g-kenburns__content {
    width: 100%;
  }
}
#g-slideshow .g-kenburns .g-kenburns__imgitem-content {
  background: rgba(9, 17, 0, 0.5);
}
#g-slideshow .g-kenburns__imgitem-sticker {
  font-size: 1rem;
  color: #224400;
}
#g-slideshow .g-kenburns__imgitem-title {
  font-size: 1.5rem;
}
@media only all and (max-width: 30rem) {
  #g-slideshow .kenburns-nav {
    display: none;
  }
  #g-slideshow .g-kenburns__imgitem-sticker {
    padding: 0.5rem 1rem;
  }
}
/*
 * SECTION FOOTER
 */
/*
 * SECTION FOOTER
 */
#g-footer {
  font-size: 90%;
}
#g-footer .g-content {
  margin-right: 0;
  padding-right: 0;
}
#g-footer .g-content:last-child {
  margin-right: 0.625rem;
  padding-right: 1.5rem;
}
#g-footer a {
  color: #99cc00;
}
#g-footer a:hover {
  color: #224400;
}
#g-footer .moduletable.menu-rechtliches a.g-menu-item-container, #g-footer .moduletable.menu-search-navi a.g-menu-item-container, #g-footer .moduletable.menu-rechtliches a#btn-loginform, #g-footer .moduletable.menu-search-navi a#btn-loginform, #g-footer .btn-loginform a.g-menu-item-container, #g-footer .btn-loginform a#btn-loginform {
  color: #224400;
}
#g-footer .moduletable.menu-rechtliches, #g-footer .moduletable.menu-search-navi, #g-footer .btn-loginform {
  margin: 0;
  padding: 0;
}
#g-footer .moduletable.menu-rechtliches a.g-menu-item-container, #g-footer .moduletable.menu-rechtliches a#btn-loginform, #g-footer .moduletable.menu-search-navi a.g-menu-item-container, #g-footer .moduletable.menu-search-navi a#btn-loginform, #g-footer .btn-loginform a.g-menu-item-container, #g-footer .btn-loginform a#btn-loginform {
  font-size: unset;
  padding: 0.5rem 1rem;
  border: solid 2px #b1be9f;
  border-radius: 0.4rem;
  color: white;
  opacity: 0.6;
}
#g-footer .moduletable.menu-rechtliches a.g-menu-item-container:hover, #g-footer .moduletable.menu-rechtliches a#btn-loginform:hover, #g-footer .moduletable.menu-search-navi a.g-menu-item-container:hover, #g-footer .moduletable.menu-search-navi a#btn-loginform:hover, #g-footer .btn-loginform a.g-menu-item-container:hover, #g-footer .btn-loginform a#btn-loginform:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
#g-footer .site-logo {
  padding: 0;
}
#g-footer svg {
  width: 110px;
  max-width: 150px;
  box-shadow: 0 0 20px 10px #ffffff22;
}
#g-footer .moduletable.menu-alias .g-main-nav .g-toplevel > li {
  display: block;
}
#g-footer .moduletable.menu-alias .g-main-nav .g-toplevel > li:first-child a {
  padding-top: 0;
}
#g-footer .moduletable.menu-alias .g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-weight: normal;
}
#g-footer .moduletable.menu-alias .g-main-nav .g-toplevel > li > .g-menu-item-container i {
  vertical-align: top;
  padding-top: 0.4rem;
  width: 1.5rem;
}
#g-footer .moduletable.menu-alias .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  font-size: 1.2rem;
}
#g-footer a:hover {
  color: white;
}
#g-footer a.telNr:hover {
  color: white;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid white;
}
#g-footer a.telNr:hover:before {
  color: #224400;
  background: white;
}
#g-footer .footer-aliaslinks ul {
  padding: 0;
  border: none;
  border-radius: 0;
}
#g-footer .footer-aliaslinks ul li {
  margin-bottom: 0;
  padding: 0.2rem 0;
}
#g-footer .footer-aliaslinks ul li a {
  margin-left: 24px;
}
#g-footer .footer-aliaslinks ul li a:before {
  margin-left: -24px;
  content: "";
}
#g-footer .g-social-items a {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  padding: 0 1.5rem 0 0;
}
#g-footer .g-social-items a:hover {
  color: white;
}
/*
 * SECTION COPYRIGHT
 */
#g-copyright {
  font-size: 0.9rem;
}
/*
 * Tabellen allg.
 */
table.table.table-bordered, table {
  border: 1px solid #dddddd;
  border-color: rgba(153, 204, 0, 0.6);
  border-left: 1px solid rgba(153, 204, 0, 0.6);
  border-radius: 0.6rem;
  border-collapse: separate;
}
table.table.table-bordered td, table td {
  border: 0;
}
table.table.table-bordered tbody tr td, table.table.table-bordered tfoot tr td, table tbody tr td, table tfoot tr td {
  border-top: 1px solid rgba(153, 204, 0, 0.3);
}
table.table.table-bordered tr:nth-child(2n), table tr:nth-child(2n) {
  background: rgba(153, 204, 0, 0.1);
}
table.table.table-bordered tbody tr:hover, table.table.table-bordered tfoot tr:hover, table tbody tr:hover, table tfoot tr:hover {
  background: rgba(153, 204, 0, 0.3);
}
table.table.table-bordered thead tr td, table thead tr td {
  font-weight: bold;
  background: rgba(34, 68, 0, 0.2);
}
table.table.table-bordered thead tr td:first-child, table thead tr td:first-child {
  -moz-border-radius-topleft: 0.5rem;
  border-top-left-radius: 0.5rem;
  width: 50%;
}
table.table.table-bordered thead tr td:last-child, table thead tr td:last-child {
  -moz-border-radius-topright: 0.5rem;
  border-top-right-radius: 0.5rem;
  width: 20%;
}
table.table.table-bordered > tbody tr td, table > tbody tr td {
  border-top: 0;
}
/*
 * DIVERSE PARTICLE SPEC. MODIFICATION
*/
svg.loaderimg {
  width: 50px;
  height: 50px;
}
svg.loaderimg .logo_kreis {
  fill: #224400;
}
svg.loaderimg .logo_kaimberg {
  fill: #99cc00;
}
svg_.loaderimg .logo_kreis_hover {
  animation: logoPulse 1s infinite;
}
@keyframes logoPulse {
  0% {
    fill: rgba(153, 204, 0, 0.7);
    transform: scale(0.1);
    transform-origin: center center;
  }
  100% {
    fill: rgba(153, 204, 0, 0.1);
    transform: scale(50);
    transform-origin: center center;
  }
}
/*
 * BreezingForms
 */
iframe.breezingforms_iframe body {
  background-color: unset;
}
.bfQuickMode textarea.bfbs3-form-control, .bfQuickMode textarea.form-control {
  height: 100px;
}
.bfQuickMode .btn {
  font-size: 20px !important;
}
.bfQuickMode button, .bfQuickMode .button {
  text-shadow: 0 0 3px #000;
  min-width: 200px;
}
.bfQuickMode button:hover, .bfQuickMode .button:hover {
  text-shadow: none;
  color: #224400;
  background: rgba(153, 204, 0, 0.5);
}
.bfQuickMode section {
  padding-right: 12px !important;
}
.bfQuickMode section .row {
  margin: 0 !important;
}
.bfQuickMode h2 {
  border-top: 2px solid #99cc00;
  background: rgba(153, 204, 0, 0.4);
  padding: 0.2rem 0.5rem;
  font-size: 1.5rem;
}
body.modal.g-bodyonly {
  padding: 0;
}
[class^="glyphicon-"], [class*=" glyphicon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 1em;
  line-height: 14px;
}
[class^="glyphicon-"]:before, [class*=" glyphicon-"]:before {
  font-family: "IcoMoon";
  font-style: normal;
  speak: none;
}
i.glyphicon.glyphicon-asterisk {
  color: #99cc00;
  font-size: 11px;
  vertical-align: text-top;
}
i.glyphicon-asterisk:before {
  content: "@";
}
i.glyphicon-question-sign:before {
  content: "E";
}
i.glyphicon-upload:before {
  content: "r";
}
label.radio-inline {
  margin-right: 0.625rem;
}
.button.button-outline.button-1 {
  border: 2px solid #99cc00;
  color: #99cc00 !important;
  text-shadow: none;
  font-size: 1rem;
}
.button.button-outline.button-1:hover {
  border-color: #224400;
  color: #224400 !important;
  background: rgba(153, 204, 0, 0.5);
}
.bfQuickMode input.ff_elem[type="checkbox"] {
  display: inline-block;
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #224400;
  border-radius: 6px;
  cursor: pointer;
}
.bfQuickMode input.ff_elem[type="checkbox"]:after {
  position: absolute;
  top: -18px;
  left: 0;
  content: "✔";
  display: block;
  width: 24px;
  height: 24px;
  line-height: 23px;
  font-size: 25px;
  border: 2px solid #224400;
  color: rgba(255, 255, 255, 0);
  text-align: center;
}
.bfQuickMode input.ff_elem[type="checkbox"]:checked::after {
  color: #99cc00;
}
#bfElemWrap61 .nonform-control {
  vertical-align: top;
}
#g-mainbar p a.imageBorder {
  display: block;
  border: 1px solid #99cc00;
  border-radius: 1rem;
  padding: 0.5rem;
  background: rgba(153, 204, 0, 0.2);
  position: relative;
}
#g-mainbar p a.imageBorder:before {
  margin: -0.5rem;
  background: rgba(34, 68, 0, 0.5);
  border-radius: 1rem;
}
#g-mainbar p a.imageBorder img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
/*
Korrekturen ImageGrid-Particle
*/
.g-imagegrid a.g-imagegrid-link {
  display: block;
  border: 1px solid #99cc00;
  border-radius: 1rem;
  padding: 0.5rem;
  background: rgba(153, 204, 0, 0.2);
  position: relative;
}
.g-imagegrid a.g-imagegrid-link:before {
  margin: -0.5rem;
  background: rgba(34, 68, 0, 0.5);
  border-radius: 1rem;
}
.g-imagegrid a.g-imagegrid-link img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.g-imagegrid .g-imagegrid-item .indicator div.g-imagegrid-caption {
  font-size: 1.2vw;
}
.g-imagegrid .g-imagegrid-item .indicator i.g-imagegrid-zoomicon {
  font-size: 1.5vw;
}
.g-imagegrid .g-imagegrid-1cols {
  width: 100%;
}
@media only all and (min-width: 51rem) {
  .g-imagegrid .g-imagegrid-2cols {
    margin-left: -2%;
  }
  .g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
    width: 47.6%;
    margin-left: 2%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-imagegrid .g-imagegrid-2cols {
    width: 100%;
  }
}
@media only all and (min-width: 51rem) {
  .g-imagegrid .g-imagegrid-3cols {
    margin-left: -2%;
  }
  .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
    width: 31%;
    margin-left: 2%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-imagegrid .g-imagegrid-3cols {
    width: 100%;
  }
}
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:last-child {
  padding: 0;
}
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:first-child {
  padding: 0;
}
@media only all and (min-width: 88rem) {
  .g-imagegrid .g-imagegrid-4cols {
    margin-left: -1%;
  }
  .g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
    width: 23.5%;
    margin-left: 1%;
    margin-bottom: 1%;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-imagegrid .g-imagegrid-4cols {
    margin-left: -2%;
  }
  .g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
    width: 47.6%;
    margin-left: 2%;
    margin-bottom: 1rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-imagegrid .g-imagegrid-4cols {
    margin-left: -2%;
  }
  .g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
    width: 47.6%;
    margin-left: 2%;
    margin-bottom: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-imagegrid .g-imagegrid-4cols {
    width: 100%;
  }
  .g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
    margin-bottom: 1rem;
  }
}
.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item:last-child {
  padding: 0;
}
.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item:first-child {
  padding: 0;
}
/* Animation Kenburns-Slideshow Puttenfiguren */
.moduletable.AnimBuntglasPutten {
  margin-top: 1.5rem;
}
/* CatBlog-Spezials */
body.blog_nomargin #g-container-main #g-mainbar {
  margin: 0;
}
body.blog_nomargin #g-container-main #g-mainbar .CatBlog-Wrapper.section-paddings {
  padding: 2.125rem;
}
@media only all and (max-width: 30rem) {
  #g-container-main .catblog-sideimages {
    font-size: 100%;
  }
  #g-container-main .catblog-sideimages h2 {
    font-size: 1.5rem;
  }
  #g-container-main .catblog-sideimages .SideImg-right img, #g-container-main .catblog-sideimages .SideImg-left img {
    margin-top: 2rem;
  }
}
/*
* mdsk-Cat-Blog content layout > Stellenangebote
*/
ol.nav-tabs.nav-stacked {
  border: 1px solid #99cc00;
  border-bottom: 1px solid #99cc00;
  border-radius: 0.5rem;
  padding: 1rem;
}
ol.nav-tabs.nav-stacked li {
  margin-left: 3rem;
}
ol.nav-tabs.nav-stacked a:before {
  content: "";
  font-family: "FontAwesome";
  color: #99cc00;
  margin-left: -2rem;
  font-size: 120%;
  float: left;
}
ol.nav-tabs.nav-stacked a:hover:before {
  color: #224400;
}
.blog .withSeparatorHL .CatBlog-Wrapper {
  border-bottom: #99cc00 2px dotted;
}
/*
 * Blog content (Aktuelles-Blog)
 */
body.aktuelles-blog #g-mainbar .moduletable, body.frontpage #g-mainbar .moduletable {
  margin: 0;
}
body.aktuelles-blog #g-mainbar a.wf-zoom-image, body.frontpage #g-mainbar a.wf-zoom-image {
  display: block;
  border: 1px solid #99cc00;
  border-radius: 1rem;
  padding: 0.5rem;
  background: rgba(153, 204, 0, 0.2);
  position: relative;
  width: 30%;
  margin-right: 3%;
}
body.aktuelles-blog #g-mainbar a.wf-zoom-image:before, body.frontpage #g-mainbar a.wf-zoom-image:before {
  margin: -0.5rem;
  background: rgba(34, 68, 0, 0.5);
  border-radius: 1rem;
}
body.aktuelles-blog #g-mainbar a.wf-zoom-image img, body.frontpage #g-mainbar a.wf-zoom-image img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
body.aktuelles-blog #g-mainbar a.blog-item-previmage-link.wf-zoom-image, body.frontpage #g-mainbar a.blog-item-previmage-link.wf-zoom-image {
  width: 100%;
  margin-right: 5%;
  margin-bottom: 1.5rem;
}
body.aktuelles-blog #g-mainbar a.blog-item-previmage-link.wf-zoom-image .blog-item-previmage-caption, body.frontpage #g-mainbar a.blog-item-previmage-link.wf-zoom-image .blog-item-previmage-caption {
  line-height: initial;
  font-size: 1rem;
}
body.aktuelles-blog #g-mainbar a.blog-item-previmage-link.wf-zoom-image .wf-icon-zoom-image, body.frontpage #g-mainbar a.blog-item-previmage-link.wf-zoom-image .wf-icon-zoom-image {
  left: -0.5rem;
  top: unset;
  bottom: 2.5rem;
}
body.aktuelles-blog #g-mainbar a.article-previmage-link.wf-zoom-image, body.frontpage #g-mainbar a.article-previmage-link.wf-zoom-image {
  float: left;
  width: 45%;
  margin-right: 5%;
}
body.aktuelles-blog #g-mainbar a.article-previmage-link.wf-zoom-image .article-previmage-caption, body.frontpage #g-mainbar a.article-previmage-link.wf-zoom-image .article-previmage-caption {
  line-height: initial;
  font-size: 1rem;
}
body.aktuelles-blog #g-mainbar a.article-previmage-link.wf-zoom-image .wf-zoom-image, body.frontpage #g-mainbar a.article-previmage-link.wf-zoom-image .wf-zoom-image {
  left: -0.5rem;
  top: unset;
  bottom: 2.5rem;
}
body.aktuelles-blog #g-mainbar .previmage-caption--alt, body.frontpage #g-mainbar .previmage-caption--alt {
  font-weight: bold;
}
body.aktuelles-blog #g-mainbar .wf-icon-zoom-image > svg, body.frontpage #g-mainbar .wf-icon-zoom-image > svg {
  fill: #224400;
}
body.aktuelles-blog #g-mainbar .blog h2, body.frontpage #g-mainbar .blog h2 {
  font-size: 2rem;
  line-height: 2.4rem;
}
body.aktuelles-blog #g-mainbar .aktuelles-blog .blog-header, body.frontpage #g-mainbar .aktuelles-blog .blog-header {
  font-size: 1.4rem;
}
body.aktuelles-blog #g-mainbar .articles-moreimages a.article-previmage-link.wf-zoom-image, body.frontpage #g-mainbar .articles-moreimages a.article-previmage-link.wf-zoom-image {
  width: 100%;
  max-width: 400px;
}
@media only all and (max-width: 75.99rem) {
  body.aktuelles-blog #g-mainbar .mod_lastestnews-item, body.frontpage #g-mainbar .mod_lastestnews-item {
    width: 100%;
  }
  body.aktuelles-blog #g-mainbar a.blog-item-previmage-link.wf-zoom-image, body.frontpage #g-mainbar a.blog-item-previmage-link.wf-zoom-image {
    width: 45%;
    float: left;
    display: block;
  }
  body.aktuelles-blog #g-mainbar .introtext, body.frontpage #g-mainbar .introtext {
    width: 50%;
    float: left;
    display: block;
  }
}
hr.moreimages-hr {
  clear: both;
  padding-top: 2rem;
  border-bottom: 2px dotted #99cc00;
}
hr.moreimages-hr:after {
  content: "weitere Bilder:";
  display: block;
  position: absolute;
  margin-top: -0.9rem;
  background: white;
  padding: 0 0.5rem 0 0;
}
.blog-item-previmage-caption {
  padding: 0.3rem 0 0 0;
}
.g-content-array .g-array-item .g-array-item-text {
  font-size: 1.15rem;
}
/**
 * Modul Neuste Blog-Beiträge FP Layout:horizontal 3x
 */
.moduletable.mod_BlogFP-3x-hoizontal .mod_lastestnews-item {
  float: left;
  width: 31%;
  margin-right: 3.4%;
}
.moduletable.mod_BlogFP-3x-hoizontal .mod_lastestnews-item:last-child {
  margin-right: 0;
}
.moduletable.mod_BlogFP-3x-hoizontal .mod_lastestnews-item h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  line-height: 135%;
}
/**
 * Modul latestnews / Neuste Beiträge
 */
#g-aside .mod_latestnews ul.latestnews {
  padding: 0;
}
#g-aside .mod_latestnews ul.latestnews li {
  margin-bottom: 0;
  padding-bottom: 0.75rem;
}
#g-aside .mod_latestnews ul.latestnews li a {
  margin-left: 30px;
}
#g-aside .mod_latestnews ul.latestnews li a:before {
  margin-left: -30px;
  content: "";
}
#g-aside .moduletable h3.g-title {
  background: rgba(153, 204, 0, 0.4);
  border-top: 2px solid #99cc00;
  padding: 0.2rem;
}
#fe-content-edit-module ul {
  border: none;
  padding: 0;
}
#fe-content-edit-module ul li {
  float: left;
  border: 1px solid #99cc00;
  padding: 0.75rem;
  margin-right: 0.625rem;
}
#fe-content-edit-module ul li a:before {
  content: "";
}
/**
 * Newsflash / Ticker vertical rechts
 */
.newsticker-rechts-vertikal ul {
  list-style: none;
  list-style-type: none;
  padding: 3px 0 5px 34px;
  background-repeat: no-repeat;
  background-position: left 0.5rem;
  background-size: 20px;
}
.newsticker-rechts-vertikal .newsticker-datumzeit {
  font-weight: bold;
}
.newsticker-rechts-vertikal .newsticker-typ-icon {
  font-size: 2rem;
  float: left;
  margin-left: -3rem;
  margin-top: -0.3rem;
}
/**
 * Newsflash / Ticker horizontal im content-main
 */
.newsticker-horizontal ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
}
.newsticker-horizontal ul li.newsflash-item {
  display: block;
  float: left;
  width: 31%;
  margin-right: 3.4%;
  border: 2px solid rgba(153, 204, 0, 0.5);
  border-radius: 0.4rem;
  padding: 1.5rem;
  padding-bottom: 0;
}
.newsticker-horizontal ul li.newsflash-item:last-child {
  margin-right: 0;
}
.newsticker-horizontal ul .newsticker-typ-icon {
  font-size: 2rem;
  float: left;
  margin-top: -0.5rem;
}
.newsticker-horizontal ul .newsticker-datumzeit {
  font-weight: bold;
  margin-left: 3rem;
  margin-bottom: 1rem;
}
.newsticker-horizontal ul .newsflash-content-wrapper {
  margin-left: 3rem;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .newsticker-horizontal ul .newsticker-datumzeit {
    margin: 1rem 0 -1rem 3rem;
    line-height: 0;
  }
  .newsticker-horizontal ul .newsflash-content-wrapper {
    margin-left: 0;
    margin-top: 3rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .newsticker-horizontal ul li.newsflash-item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .newsticker-horizontal ul li.newsflash-item p:last-child {
    margin-bottom: 1rem;
  }
}
body.frontpage #g-above .g-content {
  padding-bottom: 0;
}
body.frontpage #g-above .g-content .readmore-button-row:last-child {
  margin-bottom: 1rem;
  margin-right: 5px;
}
/**
 * Team/Kollegium Vorstellung
 */
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-team-grid-item-image .g-team-grid-item-blob {
  border: 2px solid #99cc00;
  padding: 25px;
  content: " ";
  display: block;
  background: rgba(153, 204, 0, 0.2);
  background-size: cover;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-team-grid-item-image {
  min-height: 300px;
}
@media only all and (min-width: 88rem) {
  .g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-team-grid-item-image {
    width: 250px;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-team-grid-item-image {
    width: 230px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-team-grid-item-image {
    width: 250px;
  }
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap {
  min-height: 120px;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap h4 {
  font-size: 1.2rem;
}
.g-team .g-team-grid .g-team-grid-item .g-team-grid-item-wrapper .g-content-wrap p {
  font-size: 1rem;
}
.nospace-headline-module {
  margin-bottom: -2rem;
}
.nospace-headline-module h2 {
  padding-top: 0;
  margin: 0;
}
#g-container-main .droppicsgallerymasonry .droppicspictures {
  margin-left: -0.5rem;
}
a.generisches_Maskulinum {
  background: #99cc00;
  color: white !important;
  border-radius: 50%;
  padding: 0px 7px 4px 6px;
}
div.tooltip {
  width: 300px !important;
}
div.tooltip h6, div.tooltip p {
  margin: 0;
}
div.tooltip p {
  font-size: 0.9rem;
}
div.tooltip h6 {
  font-size: 1rem;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid white;
}
.ui-tooltip-content::after, .ui-tooltip-content::before {
  background: rgba(34, 68, 0, 0.8);
}
/*# sourceMappingURL=custom_300.css.map */