/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../Fonts/roboto-v20-latin-100.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../Fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */ url('../Fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/roboto-v20-latin-100.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/roboto-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'), url('../Fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('../Fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/roboto-v20-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('../Fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/roboto-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../Fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../Fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
.roboto {
  font-family: 'Roboto', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.roboto-light {
  font-family: 'Roboto', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.roboto-thin {
  font-family: 'Roboto', serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.roboto-bold {
  font-family: 'Roboto', serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.visible {
  visibility: visible;
  display: block;
}
.invisible {
  visibility: hidden;
  display: none;
}
.is-green {
  color: #a0ce4e;
}
.bg-lightgreen {
  background-color: #DCEEBB;
}
@media only screen and (min-width: 768px) {
  .sticky {
    position: fixed;
    top: 0;
    z-index: 100000000;
    width: 100%;
    height: 65px;
  }
  .sticky .navbar-brand img {
    height: 50px;
  }
  .spacer.on {
    height: 120px;
  }
}
.navbar-dark .navbar-toggler {
  background-color: #a0ce4e;
  margin-top: 5px;
  margin-bottom: 5px;
}
a {
  color: #a0ce4e;
}
a.btn-light {
  color: #a0ce4e;
  font-weight: bold;
}
a.btn-download {
  display: inline-block;
  color: #fff;
  background-color: #a0ce4e;
  padding: 5px 12px;
  position: relative;
  margin-left: 35px;
  height: 34px;
  font-weight: bold;
}
a.btn-download:before {
  position: absolute;
  content: '';
  background-color: #a0ce4e;
  background-image: url('../Images/download-icon.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  left: -34px;
  top: 0;
  border-right: 1px solid #fff;
}
a.btn-download:hover {
  text-decoration: none;
  background-color: #333333;
}
a.btn-download:hover:before {
  background-color: #333333;
}
h1 {
  font-size: 38px;
  line-height: 53.2px;
  margin-bottom: 25.4667px;
  margin-top: 25.4667px;
}
h2 {
  font-size: 26px;
  line-height: 39px;
  padding-bottom: 28.6px;
}
h2 span {
  color: #a0ce4e;
}
h5 {
  color: #a0ce4e;
  font-weight: bold;
  font-size: 24px;
}
h6 {
  color: darkred;
  font-weight: bold;
  font-size: 24px;
}
.card {
  margin-bottom: 40px;
}
.card .card-header:first-child {
  border-radius: 0;
}
.card .card-headline {
  margin-bottom: 25px;
}
.card .list-group-item a {
  color: #212529;
}
.card .list-group-item a:hover {
  text-decoration: none;
}
.card .list-group-item.active,
.card .list-group-item:hover {
  background-color: #f0f1f3;
  color: #212529;
  border-color: rgba(0, 0, 0, 0.125);
}
.card .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body {
  /*background: url('../Images/page_header.jpg') repeat-x scroll 0 0 #ecf0f5;*/
  background-color: #f0f4f5;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.box-shadow {
  -webkit-transition: box-shadow 1s ease-in-out;
  -moz-transition: box-shadow 1s ease-in-out;
  -ms-transition: box-shadow 1s ease-in-out;
  -o-transition: box-shadow 1s ease-in-out;
  transition: box-shadow 1s ease-in-out;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0);
}
.box-shadow:hover {
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);
}
#main {
  padding-top: 40px;
  padding-bottom: 40px;
}
img {
  width: 100%;
  height: auto;
}
.card {
  border-radius: 0;
}
.card .card-header {
  background-color: #69110a;
  color: #fff;
}
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
ul.typo3-messages {
  list-style: none;
  padding: 0;
}
.btn-default {
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.background-image {
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  color: #fff;
}
.meta-header {
  font-size: 12px;
  color: #333333;
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  visibility: hidden;
  display: none;
}
.meta-header a {
  color: #333333;
}
@media only screen and (min-width: 992px) {
  .meta-header {
    visibility: visible;
    display: block;
  }
}
#mainnav-wrapper {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px;
}
.navbar-brand {
  padding: 5px 0;
}
.navbar-brand img {
  height: auto;
  width: 150px;
}
@media only screen and (min-width: 992px) {
  .navbar-brand img {
    height: 60px;
    width: auto;
  }
}
#mainnav-wrapper #mainNav {
  background-color: #a0ce4e;
  margin: 0 -16px;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  #mainnav-wrapper #mainNav {
    background-color: inherit;
    margin: 0;
    padding: 0;
    padding-top: 12px;
  }
}
.navbar-dark .navbar-nav .nav-item:hover {
  background-color: none;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  #mainNav ul {
    margin-top: auto;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 15px;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: #000;
}
.navbar-dark .navbar-nav .nav-link.social-link {
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link.social-link {
    color: #a0ce4e !important;
  }
}
.dropdown-toggle::after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-item {
    line-height: 116px;
    /*background-color: @color-lightgrey;*/
  }
  .navbar-dark .navbar-nav .nav-item.active .nav-link,
  .navbar-dark .navbar-nav .nav-item:hover .nav-link {
    color: #a0ce4e;
  }
  .navbar-dark .navbar-nav .nav-item:focus .nav-link {
    color: #333;
  }
  .navbar-dark .navbar-nav .nav-item .nav-link {
    color: #333;
  }
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 0px;
  padding-top: 0;
  line-height: 21px;
  background-color: #a0ce4e;
}
.dropdown-menu a.dropdown-item:hover,
.dropdown-menu a.dropdown-item.active {
  background-color: inherit;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .dropdown-menu {
    background-color: #fff;
    box-shadow: 1px 1px 3px #e3e3e3;
  }
  .dropdown-menu a.dropdown-item {
    color: #000;
    font-size: 14px;
  }
  .dropdown-menu a.dropdown-item:hover,
  .dropdown-menu a.dropdown-item.active {
    color: #fff;
    background-color: #a0ce4e;
  }
  .sticky .dropdown-menu {
    margin-top: -36px;
  }
}
.subnavigation {
  visibility: hidden;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .subnavigation {
    visibility: visible;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 5px;
    height: 32px;
  }
  .subnavigation li {
    float: left;
    padding: 5px 7px;
  }
  .subnavigation li.active,
  .subnavigation li:hover {
    border-bottom: 3px solid #710e08;
  }
  .subnavigation li a {
    font-size: 12px;
    line-height: 21px;
    color: #525252;
  }
  .subnavigation li a:hover {
    text-decoration: none;
  }
}
footer {
  background-color: #fff;
}
footer .footer-header {
  text-transform: uppercase;
  margin-top: 40px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}
footer .footer-text {
  padding-right: 30px;
}
footer .footer-address {
  line-height: 32px;
}
footer .footer-address i {
  color: #a0ce4e;
  margin-right: 8px;
}
.footer-menu {
  list-style: none;
  padding: 0;
  font-size: 13px;
}
.footer-menu .nav-link {
  padding: 0px 0;
}
.footer-menu li.nav-item a {
  color: #666;
}
.footer-menu .footer-second-level {
  display: none;
}
.footer-menu li.nav-item.active .footer-second-level,
.footer-menu li.nav-item:hover .footer-second-level {
  display: block;
}
.footer-menu .dropdown-item {
  display: inline-block;
}
.footer-menu .dropdown-item.active,
.footer-menu .dropdown-item:focus,
.footer-menu .dropdown-item:hover {
  background-color: inherit;
  color: #a0ce4e;
}
.social-links {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.social-links a:hover {
  color: #a0ce4e;
}
.footer-meta {
  background-color: #f0f4f5;
  font-size: 12px;
  padding: 10px 0;
}
.footer-meta a {
  color: #000;
}
.footer-meta a:hover {
  color: #a0ce4e;
}
table th {
  background-color: #a0ce4e;
  color: #fff;
  padding: 10px 0;
}
table td {
  border-bottom-width: 0.633333px;
  border-bottom-color: #e0dede;
  border-bottom-style: solid;
  padding: 5px 20px;
  font-size: 12px;
}
.pano-image {
  width: 100%;
  margin: 0px ;
  position: relative;
  height: 820px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.pano-image .pano-content {
  color: #fff;
  padding: 20px;
}
.pano-image .pano-content.text-dark {
  color: #000;
}
.pano-image .pano-copyright {
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 12px;
  text-align: right;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.pano-image .pano-copyright span {
  font-size: 50%;
}
.fade {
  -webkit-animation: fade 10s;
  animation: fade 10s;
  -moz-animation: fade 10s;
  -o-animation: fade 10s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.carousel-item {
  height: 810px;
  background-position: center;
  background-size: cover;
}
.carousel-item .carousel-image {
  width: 66%;
  float: left;
  height: 340px;
  overflow: hidden;
}
.carousel-item .carousel-text-inner {
  width: 34%;
  float: left;
  min-height: 340px;
  position: relative;
}
.carousel-item .carousel-header {
  font-size: 45px;
  line-height: 48px;
  text-align: left !important;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.carousel-item.carousel-item-type-call_to_action .carousel-text {
  padding-top: 340px;
  text-align: center;
}
.carousel-item.carousel-item-type-call_to_action .carousel-text-claim {
  display: inline-block;
  border-radius: 9px;
  padding: 20px;
  background-color: #a0ce4e;
  color: #fff;
  font-weight: 900;
  font-size: 27px;
  line-height: 39px;
}
.carousel-item.carousel-item-type-call_to_action .carousel-text-claim p {
  margin-bottom: 0;
}
.carousel-item.carousel-item-type-call_to_action .carousel-text-link {
  display: inline-block;
  border-radius: 9px;
  padding: 15px;
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 700;
}
.carousel-item.carousel-item-type-call_to_action .carousel-text-link a {
  color: #fff;
}
.carousel-item.carousel-item-type-call_to_action .carousel-text-link a:hover {
  color: #a0ce4e;
}
.carousel-item .carousel-text {
  opacity: 0;
}
.carousel-item.active .carousel-text {
  -webkit-animation: fade 10s;
  animation: fade 10s;
  -moz-animation: fade 10s;
  -o-animation: fade 10s;
}
.teaser-green {
  background-color: #a0ce4e;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
}
.teaser-green .teaser-header {
  font-size: 32px;
  line-height: 37px;
  display: block;
}
.teaser-icon {
  margin-top: 35px;
  margin-bottom: 20px;
}
.teaser-icon i {
  border-color: #333333;
  border-width: 0px;
  background-color: #ffffff;
  box-sizing: content-box;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  color: #8ec044;
  font-size: 35px;
}
.teaser-link {
  margin-top: 20px;
  margin-bottom: 30px;
}
.teaser-link a.btn {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
.teaser-green:nth-of-type(1) {
  background: #719e37;
}
.teaser-green:nth-of-type(2) .fa-group::before,
.teaser-green:nth-of-type(2) .fa-building::before {
  content: "\f0c0";
}
.teaser-green:nth-of-type(3) {
  background: #b2dd66;
}
.teaser-green:nth-of-type(3) .fa-building::before {
  content: "\f19c";
}
.pageHeaderImage {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.pageHeaderImage .container.left-top {
  padding-top: 100px;
}
.pageHeaderImage .container.left-top h1 {
  color: #fff;
  background-color: #a0ce4e;
  padding: 20px;
  line-height: 35px;
  display: inline-block;
}
.pageHeaderImage .container.center-bottom {
  padding-top: 210px;
  text-align: center;
}
.pageHeaderImage .container.center-bottom h1 {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  padding: 20px;
  line-height: 35px;
  text-align: center;
}
.pageHeaderImage .container.center-bottom.bg_green h1 {
  text-shadow: none;
  background-color: #a0ce4e;
  display: inline-block;
}
.pageHeaderImage .container.center-top {
  text-align: center;
}
.pageHeaderImage .container.center-top h1 {
  color: #fff;
  padding: 20px;
  line-height: 35px;
  text-align: center;
}
.pageHeaderImage .container.center-top.bg_green h1 {
  background-color: #a0ce4e;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .pageHeaderImage .container.center-top {
    padding-top: 100px;
  }
  .pageHeaderImage .container.center-bottom {
    padding-top: 300px;
  }
}
/* general card styling for all screns */
.yb-card {
  color: #fff;
  text-align: center;
  box-shadow: 2px 3px 8px #888888;
  border-radius: 4px;
  background-color: #dab529;
  font-size: 16px;
  transition: 0.3s;
  position: relative;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .yb-card {
    height: 200px;
    width: 29.33%;
    float: left;
    margin: 2%;
  }
  .card-last-row .yb-card {
    float: none;
    margin: 2% auto;
  }
}
/* card front */
.yb-card-front .star {
  display: block;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.yb-card-front .yb-card-text {
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .yb-card-front {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .yb-card-front .star {
    padding-top: 40px;
  }
  .yb-card-front .yb-card-text {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .yb-card-front .yb-card-text {
    padding: 0 40px;
  }
}
/* card back */
.yb-card-back {
  background-color: #3f3f3f;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.yb-card-back .yb-card-text {
  padding: 20px 40px;
}
@media only screen and (min-width: 768px) {
  .yb-card-back {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
  .yb-card-back .yb-card-text {
    padding: 20px 10px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .yb-card-back .yb-card-text {
    padding: 20px 40px;
    padding-top: 60px;
  }
}
.yb-card:hover .yb-card-back {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.yb-argument {
  padding-bottom: 20px;
  border-left: 1px solid #000;
}
.yb-argument .yb-argument-icon {
  display: inline-block;
  margin-left: -15px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  padding: 4px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.yb-argument .yb-argument-text {
  margin-top: -27px;
  padding-left: 30px;
  font-size: 15px;
}
.yb-argument .yb-argument-text p {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
  padding-right: 100px;
}
.yb-argument:last-of-type {
  border-left: none;
}
.yb-faq {
  background-color: #fff;
  color: #000;
  padding: 20px;
  margin-bottom: 20px;
}
.yb-faq .yb-faq-header {
  position: relative;
  margin-left: 40px;
  color: #000;
  height: auto;
  display: block;
}
.yb-faq .yb-faq-header:hover {
  color: #a0ce4e;
  text-decoration: none;
}
.yb-faq .yb-faq-header:before {
  content: '+';
  position: absolute;
  left: -40px;
  background-color: #a0ce4e;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 24px;
}
.yb-faq.yb-faq-show .yb-faq-header:before {
  content: '-';
}
.yb-faq .yb-faq-answer {
  margin-top: 20px;
}
.yb-partner {
  border: 1px solid #e0e0e0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 10px;
  background-color: #fff;
}
.yb-partner img {
  width: 300px;
}
.yb-partner:hover {
  -webkit-transition: box-shadow 1s ease-in-out;
  -moz-transition: box-shadow 1s ease-in-out;
  -ms-transition: box-shadow 1s ease-in-out;
  -o-transition: box-shadow 1s ease-in-out;
  transition: box-shadow 1s ease-in-out;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0);
}
.yb-partner:hover:hover {
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);
}
.counter-teaser {
  border: 1px solid #e0dede;
  padding: 20px;
  text-align: center;
  margin: 20px 0;
}
.counter-teaser .counter-teaser-count {
  font-size: 50px;
  color: #a0ce4e;
}
.counter-teaser .counter-teaser-text {
  font-size: 12px;
  width: 100%;
  display: block;
}
.circle {
  display: inline-block;
}
.circle .circle-text {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -42px;
  color: #fff;
  font-size: 50px;
}
.circle-footer {
  display: block;
  font-size: 25px;
  line-height: 36px;
  margin-top: 20px;
}
.brandcard {
  background-color: #fff;
  color: #999;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  -webkit-transition: box-shadow 1s ease-in-out;
  -moz-transition: box-shadow 1s ease-in-out;
  -ms-transition: box-shadow 1s ease-in-out;
  -o-transition: box-shadow 1s ease-in-out;
  transition: box-shadow 1s ease-in-out;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0);
  margin-bottom: 60px;
}
.brandcard:hover {
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);
}
.brandcard .brandcard-logo,
.brandcard .brandcard-image {
  margin-bottom: 15px;
}
.brandcard .brandcard-link {
  display: inline-block;
  background-color: #a0ce4e;
  color: #fff;
  padding: 5px 20px;
  margin: 20px auto;
}
.brandcard .brandcard-link:hover {
  text-decoration: none;
  background-color: #333;
}
.bg-video {
  position: relative;
}
#yb-cardvideo {
  /*position: fixed;
    right: 0;
    bottom: 0;*/
  width: 100%;
  height: 100%;
}
.yb-card-videotext {
  position: absolute;
  bottom: 50px;
  left: 0px;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  padding: 20px;
  line-height: 35px;
  text-align: center;
  display: block;
  width: 100%;
  /*background-color: #a0ce4e;
    padding: 20px;
     */
  display: inline-block;
}
.yb-card-videotext h1 {
  margin: 0;
  font-size: 21px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .yb-card-videotext {
    bottom: 200px;
  }
  .yb-card-videotext h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
.yb-card-videotext-link {
  position: absolute;
  bottom: -40px;
  left: 0px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .yb-card-videotext-link {
    bottom: auto;
    top: 330px;
    left: 50px;
  }
}
.yb-card-videoimages {
  position: absolute;
  width: 265px;
  bottom: 20px;
  right: 50px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .yb-card-videoimages {
    display: block;
  }
}
.yb-card-videoimages-stempel {
  position: absolute;
  width: 100px;
  bottom: 45px;
  right: 40px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .yb-card-videoimages-stempel {
    display: block;
  }
}
.yb-card-baustein {
  background-color: #eaeaea;
  padding: 20px 40px;
}
.yb-card-baustein h3 {
  font-size: 22px;
}
.yb-card-baustein.left {
  border-right: 6px solid #a0ce4e;
}
.yb-card-baustein.right {
  border-left: 6px solid #a0ce4e;
}
.bg-green {
  background-color: #a0ce4e;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #fff;
  padding: 40px 0;
}
.bg-green h1 span {
  color: #000;
}
.bg-light-green {
  background-color: #D8EFB5;
}
h2.reference-subheader {
  padding-bottom: 10px;
}
h5.reference-subheader {
  margin-bottom: 40px;
}
.refrence-slider-image,
.refrencecard-slider-image {
  display: none;
}
.reference-carousel-inner .carousel-item,
.referencecard-carousel-inner .carousel-item {
  height: 220px;
}
.reference-carousel-inner .reference-stage,
.referencecard-carousel-inner .reference-stage {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 200px;
  margin-left: 80px;
  margin-right: 80px;
}
.refrence-logo {
  width: 200px;
  min-height: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.reference-carousel .carousel-control-next,
.reference-carousel .carousel-control-prev {
  color: #000;
  font-size: 42px;
  justify-content: left;
  display: none;
}
@media only screen and (min-width: 768px) {
  .reference-carousel .carousel-control-next,
  .reference-carousel .carousel-control-prev {
    display: flex;
  }
}
.reference-carousel .carousel-control-next {
  justify-content: right;
  justify-content: flex-end;
}
.cardfood-header {
  background-color: #a0ce4e;
  position: relative;
}
.cardfood-header .claim {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .cardfood-header .claim {
    font-size: 42px;
    line-height: 56px;
    font-weight: bold;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.cardfood-header .appimage {
  margin-top: 200px;
  width: 80%;
  margin-left: 10%;
}
.cardfood-header .foodcardlogo {
  margin-top: 40px;
  width: 80%;
  margin-left: 10%;
  background-color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .cardfood-header .foodcardlogo {
    margin-top: 200px;
  }
}
.cardfood-header .foodcardcard {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 60%;
  margin-left: 20%;
}
.cardfood-header .foodcard-app {
  position: absolute;
  top: 80px;
  left: 40px;
  width: 300px;
}
.cardfood-header .circle-claim {
  position: absolute;
  bottom: 50px;
  right: 25%;
  width: 180px;
  height: 180px;
  background-color: red;
  color: #fff;
  padding: 50px 20px 20px 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: center;
  border-radius: 50%;
  transform: rotate(-10deg);
}
.foodcard-content_1,
.foodcard-content_2,
.foodcard-content_3,
.foodcard-content_4,
.foodcard-content_5,
.foodcard-content_6,
.foodcard-content_7 {
  margin-top: 50px;
}
.foodcard-content_1 .foodcard-content-header,
.foodcard-content_2 .foodcard-content-header,
.foodcard-content_3 .foodcard-content-header,
.foodcard-content_4 .foodcard-content-header,
.foodcard-content_5 .foodcard-content-header,
.foodcard-content_6 .foodcard-content-header,
.foodcard-content_7 .foodcard-content-header {
  font-size: 24px;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .foodcard-content_1 .foodcard-content-header,
  .foodcard-content_2 .foodcard-content-header,
  .foodcard-content_3 .foodcard-content-header,
  .foodcard-content_4 .foodcard-content-header,
  .foodcard-content_5 .foodcard-content-header,
  .foodcard-content_6 .foodcard-content-header,
  .foodcard-content_7 .foodcard-content-header {
    padding-top: 0px;
  }
}
.foodcard-content_1 p,
.foodcard-content_2 p,
.foodcard-content_3 p,
.foodcard-content_4 p,
.foodcard-content_5 p,
.foodcard-content_6 p,
.foodcard-content_7 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .foodcard-content_1 p,
  .foodcard-content_2 p,
  .foodcard-content_3 p,
  .foodcard-content_4 p,
  .foodcard-content_5 p,
  .foodcard-content_6 p,
  .foodcard-content_7 p {
    font-size: 24px;
    line-height: 36px;
  }
}
.foodcard-content_1 p .is-green,
.foodcard-content_2 p .is-green,
.foodcard-content_3 p .is-green,
.foodcard-content_4 p .is-green,
.foodcard-content_5 p .is-green,
.foodcard-content_6 p .is-green,
.foodcard-content_7 p .is-green {
  color: #a0ce4e;
  font-weight: bold;
}
.foodcard-content_1 p .is-red,
.foodcard-content_2 p .is-red,
.foodcard-content_3 p .is-red,
.foodcard-content_4 p .is-red,
.foodcard-content_5 p .is-red,
.foodcard-content_6 p .is-red,
.foodcard-content_7 p .is-red {
  color: darkred;
}
.foodcard-content_1 .btn-green,
.foodcard-content_2 .btn-green,
.foodcard-content_3 .btn-green,
.foodcard-content_4 .btn-green,
.foodcard-content_5 .btn-green,
.foodcard-content_6 .btn-green,
.foodcard-content_7 .btn-green {
  background-color: #a0ce4e;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.foodcard-content_1 .btn-green:hover,
.foodcard-content_2 .btn-green:hover,
.foodcard-content_3 .btn-green:hover,
.foodcard-content_4 .btn-green:hover,
.foodcard-content_5 .btn-green:hover,
.foodcard-content_6 .btn-green:hover,
.foodcard-content_7 .btn-green:hover {
  color: #fff;
  background-color: #7b9e3c;
}
.foodcard-faq .yb-faq-header {
  color: #a0ce4e;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .foodcard-faq .yb-faq-header {
    font-size: 24px;
  }
}
