/* asap-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Asap';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/asap-v26-latin-200.eot'); /* IE9 Compat Modes */
  src: url('../fonts/asap-v26-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v26-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v26-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v26-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v26-latin-200.svg#Asap') format('svg'); /* Legacy iOS */
}

/* asap-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/asap-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/asap-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v26-latin-regular.svg#Asap') format('svg'); /* Legacy iOS */
}

/* asap-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Asap';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/asap-v26-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/asap-v26-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v26-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v26-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v26-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v26-latin-600.svg#Asap') format('svg'); /* Legacy iOS */
}

/* asap-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Asap';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/asap-v26-latin-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/asap-v26-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v26-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v26-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v26-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v26-latin-900.svg#Asap') format('svg'); /* Legacy iOS */
}


/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }


/* Base */
@media (min-width: 1500px) {
  html {
    background-color: #282832;
  }
  body {
    margin: 0 auto;
    max-width: 1920px;
  }
}

body, html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Asap', sans-serif;
  background-color: #fff;
  color: #212529;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.7;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: 'Asap', sans-serif;
  font-weight: 200; }

p {
  color: #212529;
  font-weight: 200;
}

.text-black {
  color: #212529 !important; }

.bg-black {
  background: #212529 !important; }

body:after {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.offcanvas-menu {
  position: relative; }
  .offcanvas-menu:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2); }

.btn {
  font-family: 'Asap', sans-serif;
}

.btn:focus, .btn.focus {
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  text-decoration: none;
}


.form-control {
  height: 43px;
  border-radius: 4px;
  font-family: 'Asap', sans-serif; }
  .form-control:active, .form-control:focus {
    border-color: #9dc31f; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 100px 0;
  background: #fff; }

  @media (max-width: 767.98px) {
    .site-section {
      padding: 50px 0;
      text-align: center;}
  } 

  @media (max-width: 991.98px) {
    .site-section {
      padding: 50px 0;
      text-align: center;}
  }

.site-section a {
  color: #9dc31f;
}

.site-section.typ {
  padding: 100px 0;
}

.site-section.suche {
  background: #e4f0ce;
}

.site-section.suche .btn-primary,
.google-review .btn-primary {
    font-weight: 200;
    border-radius: 50px;
    border: solid 3px;
    border-color: #9dc31f;
    color: #fff;
    background: #9dc31f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-section.suche .btn-primary:hover,
  .google-review .btn-primary:hover {
    font-weight: 200;
    border-radius: 50px;
    border: solid 3px;
    border-color: #9dc31f;
    color: #212529;
    background: #fbfbfb;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem;
  font-weight:200; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

  @media (max-width: 767.98px) {
    .yellow_bg {
      text-align:center;
    }
  }
  @media (max-width: 767.98px) {
    .green_bg {
      text-align:center;
    }
  }

  @media (max-width: 991.98px) {
    .yellow_bg {
      text-align:center;
    }
    .green_bg {
      text-align:center;
    }
  }

.site-footer {
  padding: 4em 0; }
  @media (max-width: 767.98px) {
    .site-footer {
      text-align:center;
    }
  }
  @media (min-width: 768px) {
    .site-footer {
      padding: 6em 0; }
       }

  @media (max-width: 991.98px) {
    .site-footer {
      text-align:center;
    }
    .site-footer {
      padding: 6em 0; }
       }  

  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #212529; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #212529; }
  .site-footer a {
    color: #212529;
    margin-bottom: 1rem; }
    .site-footer a:hover {
      color: #9dc31f; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 22px;
    color: #212529;
    margin-top: 30px; }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.primary li:before {
    color: #9dc31f; }

.text-primary {
  color: #9dc31f!important;
}
a.text-primary:hover {
  color: #9dc31f!important;
}



/* Top-Navbar */
.site-navbar-top {
  font-size: 0.8rem;
  background: #fbfbfb; }
  .site-navbar-top a {
    color: #212529; }
    .site-navbar-top a:hover {
    color: #9dc31f; }

/* Navbar */
.site-logo {
  font-size: 20px;
  font-weight: bold; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 0; }
  .site-navbar .site-logo {
    position: relative;
    left: 0; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #9dc31f;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li.active > a {
        font-weight: 700; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 20px;
        color: #9dc31f;
        font-size: 1.1rem;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #9dc31f; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        top: 15px;
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        border: 1px solid #efefef;
        border-radius: 50%; }
        .site-navbar .site-navigation .site-menu > li.social > a span {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .site-navbar .site-navigation .site-menu > li.social > a:hover {
          color: #9dc31f; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px;
        font-size: 1.1rem; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 14px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 120%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #9dc31f;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #212529; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #9dc31f !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #eff1f3;
              color: #9dc31f; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #9dc31f; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none;
          color: #9dc31f; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #9dc31f; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #9dc31f; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
      .site-mobile-menu .site-nav-wrap .social:hover {
        color: #9dc31f; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > a:active {
            color: #9dc31f !important; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar .site-menu-toggle {
    color: #9dc31f; }
  .sticky-wrapper .site-navbar .site-logo a {
    color: #9dc31f; }
  .sticky-wrapper .site-navbar .site-menu > li > a {
    color: rgba(0, 0, 0, 0.7) !important; }
    .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
      color: #9dc31f !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #9dc31f; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #9dc31f; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #9dc31f !important; }

.page {
  background: #e4f0ce!important;
}


/* HERO IMAGE NEU */
.hero-v1 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
  border-bottom-right-radius: 50%;
  background-image: url(../images/header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}


  .hero-v1 .heading {
    font-weight: 900;
    color: #9dc31f;
    font-size: 40px; }
  
  .hero-v1 h1 {
    font-size: 4em;
    font-weight: 600;
  }
  @media (max-width: 991.98px) {
      .hero-v1 h1 {
        font-size: 3em; } }

  .hero-v2 {
  position: relative;
  padding: 8rem 0 4rem 0;
  border-bottom-right-radius: 50%;
  background: #e4f0ce;
  overflow: visible;
}

  .hero-v2 h1 {
    font-weight: 400;
    color: #212529;
    font-size: 3rem; }
  
  @media (max-width: 991.98px) {
      .hero-v2 h1 {
        font-size: 42px; } }

  .hero-v1 .btn {
    width: 100%;
    font-size: 1.1em;
  }
  @media (max-width: 767.98px) {
    .hero-v1 .btn {
    font-size: 0.9em;
    }
  }

   @media (max-width: 991.98px) {
    .hero-v1 .btn {
    font-size: 0.9em;
    }
   }

  .hero-v1 .btn-primary {
    font-weight: 200;
    border-radius: 50px;
    border: solid 3px;
    border-color: #9dc31f;
    color: #fff;
    background: #9dc31f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .hero-v1 .btn-primary:hover {
    font-weight: 200;
    border-radius: 50px;
    border: solid 3px;
    border-color: #9dc31f;
    color: #212529;
    background: #fbfbfb;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .hero-v1 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background: #9dc31f;
    border-color: #9dc31f;
  }

  @media (max-width: 767.98px) { 
    .hero-v1 .btn-primary {
      width: 80%;
    }
  }
  @media (max-width: 991.98px) {
    .hero-v1 .btn-primary {
      width: 80%;
    }
  }


  .widget a.btn.btn-primary {
    font-weight: 200;
    border-radius: 50px;
    border: solid 3px;
    border-color: #9dc31f!important;
    color: #fff;
    background: #9dc31f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.1em;
  }
  .widget a.btn.btn-primary:hover {
    font-weight: 200;
    border-radius: 50px;
    border: solid 3px;
    border-color: #9dc31f;
    color: #212529;
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .widget a.btn.btn-primary .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background: #9dc31f;
    border-color: #9dc31f;
  }

  @media (max-width: 767.98px) { 
    .widget a.btn.btn-primary {
      width: 80%;
    }
  }

  @media (max-width: 991.98px) {
    .widget a.btn.btn-primary {
      width: 80%;
    }
  }

  .hero-v1 .btn-secondary {
    font-weight: 200;
    border-radius: 50px;
    border: solid 3px;
    border-color: #ffed00;
    color: #212529;
    background: #ffed00;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .hero-v1 .btn-secondary:hover {
    font-weight: 200;
    border-radius: 50px;
    border: solid 3px;
    border-color: #ffed00;
    color: #212529;
    background: #fbfbfb;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .hero-v1 .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background: #ffed00;
    border-color: #ffed00;
  }

  @media (max-width: 767.98px) { 
    .hero-v1 .btn-secondary {
      width: 80%;
    }
  }
  @media (max-width: 991.98px) {
    .hero-v1 .btn-secondary {
      width: 80%;
    }
  }

  .img-gemeinsam {
    max-width: 400px;
  }

.btn-secondary {
  font-weight: 200;
  border-radius: 50px;
  border: solid 3px;
  border-color: #ffed00;
  color: #212529;
  background: #ffed00;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-secondary:hover {
  font-weight: 200;
  border-radius: 50px;
  border: solid 3px;
  border-color: #ffed00;
  color: #212529;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background: #ffed00;
  border-color: #ffed00;
}

.data {
  text-align: center; }
  .data .number {
    font-size: 2rem;
    color: #212529;
    font-weight: 200; }
  .data .label {
    color: #6c757d;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1rem;
    font-weight: 200; }

.list-check li {
  padding-left: 30px;
  position: relative; }
  .list-check li:before {
    color: #9dc31f;
    top: .2rem;
    font-family: 'icomoon';
    content: '\e86c';
    position: absolute;
    left: 0; }

.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #ffffff;
    font-size: 30px;
    color: #9dc31f;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.green .progress-bar{
    border-color: #9dc31f;
}
.progress.green .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}


.green_bg {
  background: #e4f0ce;
  padding-top: 20px;
  padding-bottom: 20px;
}

.green_bg_top {
  background: #e4f0ce!important;
}

.yellow_bg {
  background: #fff9c4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-content {
  border: none;
}

.close {
  font-size: 2.2rem;
}

.form-control {
  border-radius: 16px;
}
.form-control:focus {
  border-color: #9dc31f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.market-btn {
          display: inline-block;
          padding: 0.3125rem 0.875rem;
          padding-left: 2.8125rem;
          -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
          transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
          border: 1px solid #e7e7e7;
          background-position: center left 0.75rem;
          background-color: #fff;
          background-size: 1.5rem 1.5rem;
          background-repeat: no-repeat;
          text-decoration: none;
          
      }
      .market-btn .market-button-title {
          display: block;
          color: #222;
          font-size: 1.125rem;
      }
      .market-btn .market-button-subtitle {
          display: block;
          margin-bottom: -0.25rem;
          color: #888;
          font-size: 0.75rem;
      }
      .market-btn:hover {
          background-color: #f7f7f7;
          text-decoration: none;
      }
        .apple-btn {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
        }
        .google-btn {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
        }

@media (max-width: 575.98px) {
  .susanne {
  text-align: center;
  }
}
@media (max-width: 767.98px) {
  .susanne {
  text-align: center;
  }
}
@media (max-width: 991.98px) {
  .susanne {
  text-align: center;
  }
}


.susanne {
  padding-top: 100px;
  padding-bottom: 100px;
}

#notice-bar {
  background: #fbfbfb;
  padding-top: 80px;
  padding-bottom: 50px;
}
#notice-bar a {
  color: #9dc31f;
}
.notice-bar-title-icon {
  margin-right: 15px;
  font-size: 50px;
  float: left;
}
.notice-bar-title .title-note {
  margin-top: 4px;
}
.notice-bar-event-title h5, .notice-bar-event-title .date {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .notice-bar-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .notice-bar-title-icon{
    float: none;
  }
  .notice-bar-event-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
#notice-bar h4 {
  color: #6c757d!important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 200;
}
#notice-bar h5 {
  font-size: 20px;
  font-weight: 200;
}


.site-section h1 {
  font-size: 4em;
  font-weight: 600;
}
.hoffnung {
  padding-top: 100px;
}

.btn-primary {
  font-weight: 200;
  border-radius: 50px;
  border: solid 3px;
  border-color: #e4f0ce;
  color: #212529;
  background: #e4f0ce;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-primary:hover {
  font-weight: 200;
  border-radius: 50px;
  border: solid 3px;
  border-color: #e4f0ce;
  color: #212529;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background: #e4f0ce;
  border-color: #e4f0ce;
}

.img-play-vid {
  position: relative; }
  .img-play-vid .absolute-block {
    position: absolute;
    bottom: 0;
    right: 0; }
    .img-play-vid .absolute-block .text {
      margin-top: -40px;
      color: #fff;
      margin-right: 80px;
      position: relative; }
  .img-play-vid .btn-play {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #9dc31f;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05); }
    .img-play-vid .btn-play span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }


.bg-primary-light {
  background: #fbfbfb; }


.do .check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }
  .do .check li:before {
    color: #9dc31f;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon';
    content: "\e86c"; }

  @media (max-width: 991.98px) {
    .do .check li {
      text-align:center;
      padding-left: 0px; }
    .do .check li:before {
      display: none;
    }
  }

/* Blog */
.sidebar-box {
  margin-bottom: 0px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #212529;
    font-style: italic; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }


.post-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1rem; }
  .post-meta a {
    color: #fff; }
figure .img-fluid{
  width: 100%;
}

figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem; }

.card-title {
  font-size: 1.4rem;
  color: #212529; }

.subheading {
  color: #6c757d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 200;
}

.happy {
  max-height: 350px;
}



.news-scroll a {
  text-decoration: none;
  color: #9dc31f;
  font-size: 2rem;
}

marquee {
  font-size: 2rem;
}
.news span{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 200;
  color: #212529;
}
span.icon-exclamation-circle{
  font-size: 20px;
  color: #fff;
}
.breaking-news {
  border: 1px solid #e4f0ce;
  border-radius: 16px;
}

.bg-danger {
  background-color: #e4f0ce!important;
}

.container-fluid {
  margin: 0;
  background: #9dc31f;
  border-bottom: 2px solid #9dc31f;
  border-top: 2px solid #9dc31f;
}

.blog-post {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.blog-post .blog-img {
  max-height: 200px;
}

.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .blog-img .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog-post .blog-img .post-meta {
  bottom: 5%;
  right: 5%;
  z-index: 1;
}

.blog-post .blog-img .post-meta .read-more:hover {
  color: #9dc31f !important;
}

.blog-post .content h1, .blog-post .content h2, .blog-post .content h3, .blog-post .content h4, .blog-post .content h5, .blog-post .content h6 {
  line-height: 1.2;
}

.blog-post .content .title {
  font-size: 18px;
}

.blog-post .content .title:hover {
  color: #9dc31f !important;
}

.blog-post .content .author .name:hover {
  color: #9dc31f !important;
}

.blog-post:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-post:hover .blog-img .overlay {
  opacity: 0.65;
}

.blog-post:hover .blog-img .post-meta {
  opacity: 1;
}

.blog-post .post-meta .like i,
.profile-post .like i {
  -webkit-text-stroke: 2px #dd2427;
  -webkit-text-fill-color: transparent;
}

.blog-post .post-meta .like:active i, .blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
  -webkit-text-stroke: 0px #dd2427;
  -webkit-text-fill-color: #dd2427;
}

.shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}


.para-desc {
    max-width: 600px;
}
.text-muted {
  color: #212529!important;
}

.section-title .title {
    letter-spacing: .1rem ;
    font-size: 30px;
}

.sidebar-box .btn-primary {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 16px;
}



.widget-title { margin-bottom: 20px; margin-top:0px; }
.well-default{background-color: #fbfbfb; border-radius: 16px; padding: 20px;}
.widget-call-to-action .widget-title{font-size: 42px; color: #212529; font-weight: 600;}

.widget .btn-primary {
  font-weight: 200;
  border-radius: 50px;
  border: solid 3px;
  border-color: #e4f0ce;
  color: #212529;
  background: #e4f0ce;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.widget .btn-primary:hover {
  font-weight: 200;
  border-radius: 50px;
  border: solid 3px;
  border-color: #e4f0ce;
  color: #212529;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.widget .icon-facebook {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #9dc31f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px; 
}
.widget .icon-facebook:hover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 3px solid #9dc31f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #9dc31f;
  font-size: 24px; 
}

.widget .icon-instagram {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #9dc31f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px; 
}
.widget .icon-instagram:hover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 3px solid #9dc31f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #9dc31f;
  font-size: 24px; 
}
.widget .icon-youtube {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #9dc31f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px; 
}
.widget .icon-youtube:hover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 3px solid #9dc31f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #9dc31f;
  font-size: 24px; 
}
.widget .icon-linkedin {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #9dc31f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px; 
}
.widget .icon-linkedin:hover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 3px solid #9dc31f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #9dc31f;
  font-size: 24px; 
}


/* Newsfeed */

.img-preview {
  height: 80px;
  margin-right: 10px;
}
.pull-left {
  float: left!important;
}
.list-group-item {
  margin-bottom: 20px;
  border-radius: 16px!important;
  padding: 2rem 2rem 1rem 2rem;
  background: #fbfbfb;
  border: none;
}
.list-group-item:hover {
  transform: translateY(-7px);
}
.list-group-item h6 {
  color: #6c757d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 200;
}
.list-group-item.active {
  font-weight: 200;
  border-radius: 50px!important;
  border: solid 3px;
  border-color: #e4f0ce;
  color: #212529;
  background: #e4f0ce;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  transform: none;
  box-shadow: none;
}
.list-group-item.active:hover {
  font-weight: 200;
  border-radius: 50px;
  border: solid 3px;
  border-color: #e4f0ce;
  color: #212529;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.list-group-item.active:active {
  font-weight: 200;
  border-radius: 50px!important;
  border: solid 3px;
  border-color: #e4f0ce;
  color: #212529;
  background: #e4f0ce;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  transform: none;
  box-shadow: none;
}
h4.small.pull-left {
  margin-right: 10px;
  font-weight: 200!important;
}

.fancybox-button {
  background: #9dc31f;
}









/* Neues CSS */

.hero-v1 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
  border-bottom-right-radius: 50%;
  background-image: url(../images/header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.highlight {
  background: #ffed00;
  display: inline;
  position: relative;
  padding: 5px 15px;
  box-decoration-break: clone;
  line-height: 1.5;
  margin: 5px 0;
}

.background-img-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}

.suche .container-fluid {
  background: #e4f0ce;
  border: none;
}
.site-section.suche {
  padding: 0 0px;
}
 @media (min-width: 768px) {
 .suche-text {
  margin-top: 50px;
 }
}


/* Cookie-Banner*/
@keyframes slideIn {
  from {
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
  }
  to {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}

.cookie-consent-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fbfbfb;
  border-top: 1px solid #9dc31f;
  padding: 20px;
  z-index: 1000;
  font-size: 14px;
  visibility: hidden; /* Anfangs unsichtbar */
  opacity: 0; /* Anfangs durchsichtig */
  transform: translateY(100%); /* Start außerhalb des Bildschirms */
  animation: slideIn 0.5s ease forwards; /* Animation, Dauer, Art, Endzustand beibehalten */
  animation-delay: 2s; /* Verzögerung von 2 Sekunden vor dem Start der Animation */
}
.btn-sm {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-sm:hover {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.cookie-consent-container a {
  color:#9dc31f;
}