@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&display=swap);




body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'ALLEGRO-REGULAR-1';
  font-size: 2.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #61ab0d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #80e110 !important;
}
.bg-warning {
  background-color: #61ab0d !important;
}
.bg-danger {
  background-color: #ff3366 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #61ab0d !important;
  border-color: #61ab0d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #396408 !important;
  border-color: #396408 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #396408 !important;
  border-color: #396408 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #99cc00 !important;
  border-color: #99cc00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #608000 !important;
  border-color: #608000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #608000 !important;
  border-color: #608000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #80e110 !important;
  border-color: #80e110 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #579a0b !important;
  border-color: #579a0b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #579a0b !important;
  border-color: #579a0b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #61ab0d !important;
  border-color: #61ab0d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #396408 !important;
  border-color: #396408 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #396408 !important;
  border-color: #396408 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2b4c06;
  color: #2b4c06;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #61ab0d;
  border-color: #61ab0d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #61ab0d !important;
  border-color: #61ab0d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4d6600;
  color: #4d6600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #99cc00;
  border-color: #99cc00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #99cc00 !important;
  border-color: #99cc00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4a8209;
  color: #4a8209;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #80e110;
  border-color: #80e110;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #80e110 !important;
  border-color: #80e110 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2b4c06;
  color: #2b4c06;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #61ab0d;
  border-color: #61ab0d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #61ab0d !important;
  border-color: #61ab0d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #61ab0d !important;
}
.text-secondary {
  color: #99cc00 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #80e110 !important;
}
.text-warning {
  color: #61ab0d !important;
}
.text-danger {
  color: #ff3366 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2b4c06 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4d6600 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4a8209 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2b4c06 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cc0033 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #80e110;
}
.alert-warning {
  background-color: #61ab0d;
}
.alert-danger {
  background-color: #ff3366;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #61ab0d;
  border-color: #61ab0d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #61ab0d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a1f147;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1fbc2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a1f147;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #61ab0d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #61ab0d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #61ab0d;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #61ab0d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #61ab0d;
  border-bottom-color: #61ab0d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #61ab0d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #99cc00 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2361ab0d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-t61tdu39VK {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/pantanal-head-2000x1500.jpg");
}
.cid-t61tdu39VK svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61tdu39VK .wave {
  fill: #ffffff;
}
.cid-uM3o4d2GzD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uM3o4d2GzD .mbr-text {
  color: #000000;
}
.cid-uM3o4d2GzD .mbr-text DIV {
  color: #000000;
}
.cid-qWoVzILsnD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWoVzILsnD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWoVzILsnD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWoVzILsnD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWoVzILsnD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWoVzILsnD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWoVzILsnD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWoVzILsnD .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-qWoVzILsnD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWoVzILsnD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWoVwXkKUF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWoVwXkKUF .mbr-text,
.cid-qWoVwXkKUF blockquote {
  color: #767676;
}
.cid-qWuvmsQhpy {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWuvmsQhpy .image-block {
  margin: auto;
}
.cid-qWuvmsQhpy figcaption {
  position: relative;
}
.cid-qWuvmsQhpy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWuvmsQhpy .image-block {
    width: 100% !important;
  }
}
.cid-qWutfxpebq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWutfxpebq .mbr-text {
  color: #000000;
}
.cid-rZhlaXXill {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZhlaXXill #lexicon {
  position: relative;
}
.cid-rZhlaXXill #schlange {
  position: absolute;
  left: 48%;
  width: 30%;
  bottom: 45px;
}
@media (max-width: 500px) {
  .cid-rZhlaXXill #lexicon {
    position: relative;
  }
  .cid-rZhlaXXill #schlange {
    position: absolute;
    left: 48%;
    width: 45%;
    bottom: 45px;
  }
}
.cid-qWoXeMI38i {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWoXeMI38i .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWoXeMI38i .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWoXeMI38i .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWoXeMI38i .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWoXeMI38i .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWoXeMI38i .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWoXeMI38i .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWoXeMI38i .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWoXeMI38i .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWutOFv9pb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWutOFv9pb .mbr-text {
  color: #000000;
}
.cid-qWuusPQPay {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWuusPQPay .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWuusPQPay .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWuusPQPay .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWuusPQPay .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWuusPQPay .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWuusPQPay .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWuusPQPay .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWuusPQPay .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWuusPQPay .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWMjv0I9X7 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t6M8j0s1s5 {
  background-color: #ffffff;
}
.cid-t6M8j0s1s5 .wave1 {
  fill: #145006;
}
.cid-t6M8j0s1s5 .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M8j0s1s5 .wave3,
.cid-t6M8j0s1s5 .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r0m2XwhBhh {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r0m2XwhBhh .image-block {
  margin: auto;
}
.cid-r0m2XwhBhh figcaption {
  position: relative;
}
.cid-r0m2XwhBhh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r0m2XwhBhh .image-block {
    width: 100% !important;
  }
}
.cid-rgLwx5yoHy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLwx5yoHy [class^="socicon-"]:before,
.cid-rgLwx5yoHy [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLwx5yoHy .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLwx5yoHy .btn-social:hover {
  background: #80e110;
}
.cid-rgLwx5yoHy .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLwx5yoHy .btn {
    font-size: 15px !important;
  }
}
.cid-rgLwx5yoHy .btn-social,
.cid-rgLwx5yoHy .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG8J4dwwe .hidden {
  display: none;
}
.cid-svG8J4dwwe .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG8J4dwwe .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG8J4dwwe .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG8J4dwwe .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG8J4dwwe .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8J4dwwe .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8J4dwwe .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG8J4dwwe .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG8J4dwwe .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG8J4dwwe .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61BIwaPgx {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tourbersicht-jabirufly-head.jpg");
}
.cid-t61BIwaPgx svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61BIwaPgx .wave {
  fill: #ffffff;
}
.cid-qWAOqk6coJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWAOqk6coJ .card-box {
  padding: 0 1rem;
  margin-top: -70px;
}
.cid-qWAOqk6coJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qWAOqk6coJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qWAOqk6coJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qWAOqk6coJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qWAOqk6coJ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-qWAOqk6coJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qWAOqk6coJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qWAOqk6coJ .card-number {
  color: #85b40a;
  text-align: left;
  font-family: Sans-Serif;
  font-size: 90px;
  margin-top: 2.5rem;
  margin-left: -1rem;
  font-weight: 400;
  line-height: 0.5;
  webkit-text-size-adjust: 100%;
}
.cid-qWAOqk6coJ .card-title {
  text-align: center;
  color: #000000;
}
.cid-qWAOqk6coJ .card-subtitle {
  color: #86b300;
  text-align: center;
}
.cid-qWAOqk6coJ .mbr-figure {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-qWAOqYF62n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qWAOqYF62n .card-box {
  padding: 0 1rem;
  margin-top: -70px;
}
.cid-qWAOqYF62n .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qWAOqYF62n .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qWAOqYF62n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qWAOqYF62n p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qWAOqYF62n .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-qWAOqYF62n .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qWAOqYF62n .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qWAOqYF62n .card-number {
  color: #85b40a;
  text-align: left;
  font-family: Sans-Serif;
  font-size: 90px;
  margin-top: 2.5rem;
  margin-left: -1rem;
  font-weight: 400;
  line-height: 0.5;
  webkit-text-size-adjust: 100%;
}
.cid-qWAOqYF62n .card-title {
  text-align: center;
  color: #000000;
}
.cid-qWAOqYF62n .card-subtitle {
  color: #86b300;
  text-align: center;
}
.cid-qWAOqYF62n .mbr-figure {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tt1uHcaTbc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tt1uHcaTbc .card-box {
  padding: 0 1rem;
  margin-top: -70px;
}
.cid-tt1uHcaTbc .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tt1uHcaTbc .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tt1uHcaTbc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tt1uHcaTbc p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tt1uHcaTbc .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tt1uHcaTbc .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tt1uHcaTbc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tt1uHcaTbc .card-number {
  color: #85b40a;
  text-align: left;
  font-family: Sans-Serif;
  font-size: 90px;
  margin-top: 2.5rem;
  margin-left: -1rem;
  font-weight: 400;
  line-height: 0.5;
  webkit-text-size-adjust: 100%;
}
.cid-tt1uHcaTbc .card-title {
  text-align: center;
  color: #000000;
}
.cid-tt1uHcaTbc .card-subtitle {
  color: #86b300;
  text-align: center;
}
.cid-tt1uHcaTbc .mbr-figure {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tt1uHcaTbc #pfote14 {
  position: absolute;
  left: 65%;
  width: 38%;
  top: 135px;
}
.cid-tt1uHcaTbc #pfote13 {
  position: absolute;
  left: 65%;
  width: 32%;
  top: 135px;
}
.cid-tt1uHcaTbc #pfote11 {
  position: absolute;
  left: 65%;
  width: 32%;
  top: 135px;
}
@media (max-width: 767px) {
  .cid-tt1uHcaTbc #pfote14 {
    position: absolute;
    left: 65%;
    width: 36%;
    top: 150px;
  }
  .cid-tt1uHcaTbc #pfote13 {
    position: absolute;
    left: 65%;
    width: 32%;
    top: 150px;
  }
  .cid-tt1uHcaTbc #pfote11 {
    position: absolute;
    left: 65%;
    width: 32%;
    top: 150px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cid-tt1uHcaTbc #pfote14 {
    position: absolute;
    left: 65%;
    width: 36%;
    top: 100px;
  }
  .cid-tt1uHcaTbc #pfote13 {
    position: absolute;
    left: 65%;
    width: 32%;
    top: 100px;
  }
  .cid-tt1uHcaTbc #pfote11 {
    position: absolute;
    left: 65%;
    width: 32%;
    top: 100px;
  }
}
.cid-rCSQBx8tUG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rCSQBx8tUG .row {
  border-top: 0px solid #eff933;
  padding-top: 2rem;
}
.cid-rCSQBx8tUG .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-rCSQBx8tUG .ueso_bullet {
  list-style: none;
  padding-left: 0;
}
.cid-rCSQBx8tUG .ueso_bullet li {
  position: relative;
  padding-left: 50px;
}
.cid-rCSQBx8tUG .ueso_bullet li:before {
  content: '';
  width: 24px;
  height: 40px;
  position: absolute;
  background-image: url('https://pantanal.ch/ueso_bullet.png');
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-rCSQBx8tUG .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 35px;
}
.cid-rCSQBx8tUG .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-rCSQBx8tUG .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-rCSQBx8tUG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-rCSSMadT2J {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rZhlJUPvY7 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZhlJUPvY7 #lexicon {
  position: relative;
}
.cid-rZhlJUPvY7 #schlange {
  position: absolute;
  left: 48%;
  width: 30%;
  bottom: 45px;
}
@media (max-width: 500px) {
  .cid-rZhlJUPvY7 #lexicon {
    position: relative;
  }
  .cid-rZhlJUPvY7 #schlange {
    position: absolute;
    left: 48%;
    width: 45%;
    bottom: 45px;
  }
}
.cid-t6MaFfIVJ2 {
  background-color: #ffffff;
}
.cid-t6MaFfIVJ2 .wave1 {
  fill: #145006;
}
.cid-t6MaFfIVJ2 .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6MaFfIVJ2 .wave3,
.cid-t6MaFfIVJ2 .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r0m3hJVLJ0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r0m3hJVLJ0 .image-block {
  margin: auto;
}
.cid-r0m3hJVLJ0 figcaption {
  position: relative;
}
.cid-r0m3hJVLJ0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r0m3hJVLJ0 .image-block {
    width: 100% !important;
  }
}
.cid-rgLxUx6wAX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLxUx6wAX [class^="socicon-"]:before,
.cid-rgLxUx6wAX [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLxUx6wAX .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLxUx6wAX .btn-social:hover {
  background: #80e110;
}
.cid-rgLxUx6wAX .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLxUx6wAX .btn {
    font-size: 15px !important;
  }
}
.cid-rgLxUx6wAX .btn-social,
.cid-rgLxUx6wAX .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG9MK8Hh6 .hidden {
  display: none;
}
.cid-svG9MK8Hh6 .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG9MK8Hh6 .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG9MK8Hh6 .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG9MK8Hh6 .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG9MK8Hh6 .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9MK8Hh6 .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9MK8Hh6 .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG9MK8Hh6 .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG9MK8Hh6 .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG9MK8Hh6 .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61tO3Qj5H {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tour-1-kaiman-head-2000x1081.jpg");
}
.cid-t61tO3Qj5H svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61tO3Qj5H .wave {
  fill: #ffffff;
}
#custom-html-qd {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-qd .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-qd .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-qd .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-qd .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-qd .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-qd .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-qd .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-qd .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-qd .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWA4kEqpNl {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWA4kEqpNl .mbr-text {
  color: #000000;
}
.cid-qX0Th8gdug {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-qX0Th8gdug .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qX0Th8gdug .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-qX0Th8gdug .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qX0Th8gdug .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qX0Th8gdug .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-qX0Th8gdug .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qX0Th8gdug .card .panel-body {
  color: #000;
}
.cid-qX0Th8gdug .mbr-iconfont {
  color: #94d138;
}
.cid-qX0Th8gdug H4 {
  color: #000000;
}
.cid-r6fV9a3usz {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWAB8VcEHG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWAB8VcEHG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWAB8VcEHG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWAB8VcEHG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWAB8VcEHG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWAB8VcEHG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWAB8VcEHG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWAB8VcEHG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWAB8VcEHG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWAB8VcEHG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWAAZz5wnr {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWAAZz5wnr .image-block {
  margin: auto;
}
.cid-qWAAZz5wnr figcaption {
  position: relative;
}
.cid-qWAAZz5wnr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWAAZz5wnr .image-block {
    width: 100% !important;
  }
}
.cid-qWFF6j6ZeC {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6M8sE3fdb {
  background-color: #ffffff;
}
.cid-t6M8sE3fdb .wave1 {
  fill: #145006;
}
.cid-t6M8sE3fdb .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M8sE3fdb .wave3,
.cid-t6M8sE3fdb .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r7kmULs0ci {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r7kmULs0ci .image-block {
  margin: auto;
}
.cid-r7kmULs0ci figcaption {
  position: relative;
}
.cid-r7kmULs0ci figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r7kmULs0ci .image-block {
    width: 100% !important;
  }
}
.cid-rgLwEPxSdg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLwEPxSdg [class^="socicon-"]:before,
.cid-rgLwEPxSdg [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLwEPxSdg .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLwEPxSdg .btn-social:hover {
  background: #80e110;
}
.cid-rgLwEPxSdg .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLwEPxSdg .btn {
    font-size: 15px !important;
  }
}
.cid-rgLwEPxSdg .btn-social,
.cid-rgLwEPxSdg .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG8O6w15K .hidden {
  display: none;
}
.cid-svG8O6w15K .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG8O6w15K .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG8O6w15K .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG8O6w15K .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG8O6w15K .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8O6w15K .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8O6w15K .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG8O6w15K .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG8O6w15K .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG8O6w15K .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61vAP4RuM {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tour-2-baumschlange-head-2000x1080.jpg");
}
.cid-t61vAP4RuM svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61vAP4RuM .wave {
  fill: #ffffff;
}
#custom-html-qf {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-qf .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-qf .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-qf .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-qf .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-qf .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-qf .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-qf .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-qf .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-qf .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWFQmgW90c {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWFQmgW90c .mbr-text {
  color: #000000;
}
.cid-qX0MkB8qcm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-qX0MkB8qcm .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qX0MkB8qcm .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-qX0MkB8qcm .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qX0MkB8qcm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qX0MkB8qcm .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-qX0MkB8qcm .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qX0MkB8qcm .card .panel-body {
  color: #000;
}
.cid-qX0MkB8qcm .mbr-iconfont {
  color: #94d138;
}
.cid-qX0MkB8qcm H4 {
  color: #000000;
}
.cid-r6fVGxorvg {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWFQmmzxvD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWFQmmzxvD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWFQmmzxvD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWFQmmzxvD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWFQmmzxvD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWFQmmzxvD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWFQmmzxvD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWFQmmzxvD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWFQmmzxvD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWFQmmzxvD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWFQmpzjQ3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWFQmpzjQ3 .image-block {
  margin: auto;
}
.cid-qWFQmpzjQ3 figcaption {
  position: relative;
}
.cid-qWFQmpzjQ3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWFQmpzjQ3 .image-block {
    width: 100% !important;
  }
}
.cid-r6fVJ9pjzx {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6M8yQi1iY {
  background-color: #ffffff;
}
.cid-t6M8yQi1iY .wave1 {
  fill: #145006;
}
.cid-t6M8yQi1iY .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M8yQi1iY .wave3,
.cid-t6M8yQi1iY .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r9pfcYDaMS {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r9pfcYDaMS .image-block {
  margin: auto;
}
.cid-r9pfcYDaMS figcaption {
  position: relative;
}
.cid-r9pfcYDaMS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r9pfcYDaMS .image-block {
    width: 100% !important;
  }
}
.cid-rgLwL2cnaH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLwL2cnaH [class^="socicon-"]:before,
.cid-rgLwL2cnaH [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLwL2cnaH .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLwL2cnaH .btn-social:hover {
  background: #80e110;
}
.cid-rgLwL2cnaH .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLwL2cnaH .btn {
    font-size: 15px !important;
  }
}
.cid-rgLwL2cnaH .btn-social,
.cid-rgLwL2cnaH .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG8R8H6bk .hidden {
  display: none;
}
.cid-svG8R8H6bk .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG8R8H6bk .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG8R8H6bk .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG8R8H6bk .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG8R8H6bk .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8R8H6bk .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8R8H6bk .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG8R8H6bk .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG8R8H6bk .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG8R8H6bk .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61w5wp2Gi {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/pantanal-termieten-head-2000x1081.jpg");
}
.cid-t61w5wp2Gi svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61w5wp2Gi .wave {
  fill: #ffffff;
}
#custom-html-qi {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-qi .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-qi .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-qi .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-qi .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-qi .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-qi .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-qi .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-qi .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-qi .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWGcqBA0zM {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWGcqBA0zM .mbr-text {
  color: #000000;
}
.cid-r7q9YuKl6d {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-r7q9YuKl6d .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r7q9YuKl6d .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-r7q9YuKl6d .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r7q9YuKl6d .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r7q9YuKl6d .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-r7q9YuKl6d .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r7q9YuKl6d .card .panel-body {
  color: #000;
}
.cid-r7q9YuKl6d .mbr-iconfont {
  color: #94d138;
}
.cid-r7q9YuKl6d H4 {
  color: #000000;
}
.cid-r6fWrWEiwO {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWGcqIWRN6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWGcqIWRN6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWGcqIWRN6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWGcqIWRN6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWGcqIWRN6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWGcqIWRN6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWGcqIWRN6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWGcqIWRN6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWGcqIWRN6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWGcqIWRN6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWGcqMfWkc {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWGcqMfWkc .image-block {
  margin: auto;
}
.cid-qWGcqMfWkc figcaption {
  position: relative;
}
.cid-qWGcqMfWkc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWGcqMfWkc .image-block {
    width: 100% !important;
  }
}
.cid-r6fWxvaiYr {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6M8GP2foe {
  background-color: #ffffff;
}
.cid-t6M8GP2foe .wave1 {
  fill: #145006;
}
.cid-t6M8GP2foe .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M8GP2foe .wave3,
.cid-t6M8GP2foe .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r7qcWaxtzG {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r7qcWaxtzG .image-block {
  margin: auto;
}
.cid-r7qcWaxtzG figcaption {
  position: relative;
}
.cid-r7qcWaxtzG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r7qcWaxtzG .image-block {
    width: 100% !important;
  }
}
.cid-rgLwRvBZhF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLwRvBZhF [class^="socicon-"]:before,
.cid-rgLwRvBZhF [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLwRvBZhF .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLwRvBZhF .btn-social:hover {
  background: #80e110;
}
.cid-rgLwRvBZhF .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLwRvBZhF .btn {
    font-size: 15px !important;
  }
}
.cid-rgLwRvBZhF .btn-social,
.cid-rgLwRvBZhF .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG92fk165 .hidden {
  display: none;
}
.cid-svG92fk165 .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG92fk165 .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG92fk165 .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG92fk165 .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG92fk165 .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG92fk165 .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG92fk165 .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG92fk165 .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG92fk165 .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG92fk165 .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61wvCBgrq {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/affe-head-2000x1081.jpg");
}
.cid-t61wvCBgrq svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61wvCBgrq .wave {
  fill: #ffffff;
}
#custom-html-ql {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-ql .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-ql .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-ql .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-ql .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-ql .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-ql .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-ql .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-ql .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-ql .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWGjg4cmVI {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWGjg4cmVI .mbr-text {
  color: #000000;
}
.cid-qWGjg4cmVI .mbr-text P {
  text-align: left;
}
.cid-r7qfQF2Xrb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-r7qfQF2Xrb .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r7qfQF2Xrb .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-r7qfQF2Xrb .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r7qfQF2Xrb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r7qfQF2Xrb .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-r7qfQF2Xrb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r7qfQF2Xrb .card .panel-body {
  color: #000;
}
.cid-r7qfQF2Xrb .mbr-iconfont {
  color: #94d138;
}
.cid-r7qfQF2Xrb H4 {
  color: #000000;
}
.cid-r6fWVfREDD {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWGjgdrS48 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWGjgdrS48 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWGjgdrS48 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWGjgdrS48 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWGjgdrS48 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWGjgdrS48 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWGjgdrS48 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWGjgdrS48 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWGjgdrS48 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWGjgdrS48 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWGjghzkJl {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWGjghzkJl .image-block {
  margin: auto;
}
.cid-qWGjghzkJl figcaption {
  position: relative;
}
.cid-qWGjghzkJl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWGjghzkJl .image-block {
    width: 100% !important;
  }
}
.cid-r6fWXZzgZW {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6M8Wyr5y4 {
  background-color: #ffffff;
}
.cid-t6M8Wyr5y4 .wave1 {
  fill: #145006;
}
.cid-t6M8Wyr5y4 .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M8Wyr5y4 .wave3,
.cid-t6M8Wyr5y4 .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r7qh4Xa4PB {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r7qh4Xa4PB .image-block {
  margin: auto;
}
.cid-r7qh4Xa4PB figcaption {
  position: relative;
}
.cid-r7qh4Xa4PB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r7qh4Xa4PB .image-block {
    width: 100% !important;
  }
}
.cid-rgLwXKvl4k {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLwXKvl4k [class^="socicon-"]:before,
.cid-rgLwXKvl4k [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLwXKvl4k .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLwXKvl4k .btn-social:hover {
  background: #80e110;
}
.cid-rgLwXKvl4k .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLwXKvl4k .btn {
    font-size: 15px !important;
  }
}
.cid-rgLwXKvl4k .btn-social,
.cid-rgLwXKvl4k .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG95WIEYw .hidden {
  display: none;
}
.cid-svG95WIEYw .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG95WIEYw .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG95WIEYw .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG95WIEYw .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG95WIEYw .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG95WIEYw .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG95WIEYw .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG95WIEYw .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG95WIEYw .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG95WIEYw .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61xZ51J2T {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tour-7-nobres-head-2000x1081.jpg");
}
.cid-t61xZ51J2T svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61xZ51J2T .wave {
  fill: #ffffff;
}
#custom-html-qu {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-qu .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-qu .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-qu .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-qu .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-qu .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-qu .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-qu .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-qu .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-qu .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWKezfrnVY {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWKezfrnVY .mbr-text {
  color: #000000;
}
.cid-qWKezfrnVY .mbr-text DIV {
  text-align: left;
}
.cid-r8aHBoP6pk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-r8aHBoP6pk .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r8aHBoP6pk .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-r8aHBoP6pk .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r8aHBoP6pk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r8aHBoP6pk .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-r8aHBoP6pk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r8aHBoP6pk .card .panel-body {
  color: #000;
}
.cid-r8aHBoP6pk .mbr-iconfont {
  color: #94d138;
}
.cid-r8aHBoP6pk H4 {
  color: #000000;
}
.cid-r6g190147Q {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWKezksTzO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWKezksTzO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWKezksTzO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWKezksTzO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWKezksTzO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWKezksTzO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWKezksTzO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWKezksTzO .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWKezksTzO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWKezksTzO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWKezmVlR7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWKezmVlR7 .image-block {
  margin: auto;
}
.cid-qWKezmVlR7 figcaption {
  position: relative;
}
.cid-qWKezmVlR7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWKezmVlR7 .image-block {
    width: 100% !important;
  }
}
.cid-r6g1bJR0Ek {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6Ma2Y4cOQ {
  background-color: #ffffff;
}
.cid-t6Ma2Y4cOQ .wave1 {
  fill: #145006;
}
.cid-t6Ma2Y4cOQ .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6Ma2Y4cOQ .wave3,
.cid-t6Ma2Y4cOQ .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r8aHVRBR2Q {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r8aHVRBR2Q .image-block {
  margin: auto;
}
.cid-r8aHVRBR2Q figcaption {
  position: relative;
}
.cid-r8aHVRBR2Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8aHVRBR2Q .image-block {
    width: 100% !important;
  }
}
.cid-rgLxgk5MIB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLxgk5MIB [class^="socicon-"]:before,
.cid-rgLxgk5MIB [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLxgk5MIB .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLxgk5MIB .btn-social:hover {
  background: #80e110;
}
.cid-rgLxgk5MIB .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLxgk5MIB .btn {
    font-size: 15px !important;
  }
}
.cid-rgLxgk5MIB .btn-social,
.cid-rgLxgk5MIB .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG9pquiHJ .hidden {
  display: none;
}
.cid-svG9pquiHJ .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG9pquiHJ .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG9pquiHJ .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG9pquiHJ .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG9pquiHJ .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9pquiHJ .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9pquiHJ .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG9pquiHJ .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG9pquiHJ .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG9pquiHJ .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-uzutImQTq8 {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/uesp-pantanal-lodge-neu-2000x1045.jpg");
}
.cid-uzutImQTq8 svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-uzutImQTq8 .wave {
  fill: #ffffff;
}
.cid-uzutKEAp6Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzutKEAp6Z .container {
    max-width: 1400px;
  }
}
.cid-uzutKEAp6Z .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #61ab0d;
  background-color: rgba(97, 23, 80, 0.15);
  margin-bottom: 26px;
}
.cid-uzutKEAp6Z .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uzutKEAp6Z .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uzutKEAp6Z .main-title {
  margin-bottom: 16px;
}
.cid-uzutKEAp6Z .card {
  transition: all 0.3s;
}
.cid-uzutKEAp6Z .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uzutKEAp6Z .card .card-wrapper .img-wrapper {
  width: auto;
  height: 220px;
  margin-bottom: 30px;
}
.cid-uzutKEAp6Z .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uzutKEAp6Z .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-uzutKEAp6Z .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-uzutKEAp6Z .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-uzutKEAp6Z .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-uzutKEAp6Z .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uzutKEAp6Z .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-uzutKEAp6Z .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-uzutKEAp6Z .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-uzutKEAp6Z .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-uzutKEAp6Z .btn[class*="-outline"]:active,
.cid-uzutKEAp6Z .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uzutKEAp6Z .mbr-text,
.cid-uzutKEAp6Z .link-wrap {
  text-align: left;
}
.cid-uzutNTGreP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uzutNTGreP .image-block {
  margin: auto;
}
.cid-uzutNTGreP figcaption {
  position: relative;
}
.cid-uzutNTGreP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uzutNTGreP .image-block {
    width: 100% !important;
  }
}
.cid-uzutNTGreP .image-mapper-shape {
  fill: rgba(0, 0, 0, 0);
}
.cid-uzutNTGreP g:hover .image-mapper-shape {
  fill: rgba(255, 99, 71, 0.4);
}
.cid-uzutNTGreP .link {
  cursor: pointer;
}
.cid-rZhn3AfvFx {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZhn3AfvFx #lexicon {
  position: relative;
}
.cid-rZhn3AfvFx #schlange {
  position: absolute;
  left: 48%;
  width: 30%;
  bottom: 45px;
}
@media (max-width: 500px) {
  .cid-rZhn3AfvFx #lexicon {
    position: relative;
  }
  .cid-rZhn3AfvFx #schlange {
    position: absolute;
    left: 48%;
    width: 45%;
    bottom: 45px;
  }
}
.cid-uzutP0A7CK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzutP0A7CK .mbr-section-title {
  color: #06182d;
}
.cid-uzutP0A7CK .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uzutP0A7CK .mbr-section-subtitle {
  color: #06182d;
}
.cid-uzutP0A7CK .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uzutP0A7CK .card:nth-child(even) {
  margin-top: 70px;
}
.cid-uzutP0A7CK .card .card-wrapper {
  height: 100%;
}
.cid-uzutP0A7CK .card .card-wrapper .card-img {
  position: relative;
}
.cid-uzutP0A7CK .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-uzutP0A7CK .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-uzutP0A7CK .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-uzutP0A7CK .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-uzutP0A7CK .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-uzutP0A7CK .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-uzutP0A7CK .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-uzutP0A7CK .card .card-wrapper .card-box .mbr-text {
  text-align: center;
}
.cid-uzutQ35vOo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzutQ35vOo .mbr-section-title {
  color: #06182d;
}
.cid-uzutQ35vOo .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uzutQ35vOo .mbr-section-subtitle {
  color: #06182d;
}
.cid-uzutQ35vOo .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uzutQ35vOo .card:nth-child(odd) {
  margin-top: 70px;
}
.cid-uzutQ35vOo .card .card-wrapper {
  height: 100%;
}
.cid-uzutQ35vOo .card .card-wrapper .card-img {
  position: relative;
}
.cid-uzutQ35vOo .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-uzutQ35vOo .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-uzutQ35vOo .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-uzutQ35vOo .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-uzutQ35vOo .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-uzutQ35vOo .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-uzutQ35vOo .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-uzutQ35vOo .card .card-wrapper .card-box .mbr-text {
  text-align: center;
}
.cid-uzutQSIhBI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzutQSIhBI .mbr-section-title {
  color: #06182d;
}
.cid-uzutQSIhBI .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uzutQSIhBI .mbr-section-subtitle {
  color: #06182d;
}
.cid-uzutQSIhBI .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uzutQSIhBI .card:nth-child(even) {
  margin-top: 70px;
}
.cid-uzutQSIhBI .card .card-wrapper {
  height: 100%;
}
.cid-uzutQSIhBI .card .card-wrapper .card-img {
  position: relative;
}
.cid-uzutQSIhBI .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-uzutQSIhBI .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-uzutQSIhBI .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-uzutQSIhBI .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-uzutQSIhBI .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-uzutQSIhBI .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-uzutQSIhBI .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-uzutQSIhBI .card .card-wrapper .card-box .mbr-text {
  text-align: center;
}
.cid-uzutRQlBzT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzutRQlBzT .mbr-section-title {
  color: #06182d;
}
.cid-uzutRQlBzT .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uzutRQlBzT .mbr-section-subtitle {
  color: #06182d;
}
.cid-uzutRQlBzT .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uzutRQlBzT .card:nth-child(odd) {
  margin-top: 70px;
}
.cid-uzutRQlBzT .card:nth-child(1)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/stars-1.svg");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-uzutRQlBzT .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/stars-1.svg");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-uzutRQlBzT .card .card-wrapper {
  height: 100%;
}
.cid-uzutRQlBzT .card .card-wrapper .card-img {
  position: relative;
}
.cid-uzutRQlBzT .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-uzutRQlBzT .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-uzutRQlBzT .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-uzutRQlBzT .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-uzutRQlBzT .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-uzutRQlBzT .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-uzutRQlBzT .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-uzutRQlBzT .card .card-wrapper .card-box .mbr-text {
  text-align: center;
}
.cid-uzuuFBeKIl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qWz1sif94y {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-qWz1sif94y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWz1sif94y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWz1sif94y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWz1sif94y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWz1sif94y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWz1sif94y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWz1sif94y .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-qWz1sif94y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWz1sif94y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWz1sif94y .btn {
  font-family: open sans condensed;
  font-size: 1.2rem;
}
.cid-uzuytNwezz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzuytNwezz .mbr-section-subtitle {
  color: #767676;
}
.cid-uzuxRcXQSH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzuxRcXQSH .mbr-text {
  color: #000000;
}
.cid-uzuyEJrzDL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uzuyGrE7Wb {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uzuyGrE7Wb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzuyGrE7Wb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzuyGrE7Wb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzuyGrE7Wb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzuyGrE7Wb .row > .row {
  display: block;
}
.cid-uzuyGrE7Wb .mbr-gallery-item {
  width: 100%;
}
.cid-uzuyGrE7Wb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uzuyGrE7Wb .mbr-gallery-item > div {
  position: relative;
}
.cid-uzuyGrE7Wb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzuyGrE7Wb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzuyGrE7Wb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzuyGrE7Wb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uzuyMpiAmt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzuyMpiAmt .mbr-section-subtitle {
  color: #767676;
}
.cid-uzuyOWZXNS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzuyOWZXNS .mbr-text {
  color: #000000;
}
.cid-uzuyWsVFlA {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ttdcr6pC7R {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ttdcr6pC7R #chalana_link {
  position: relative;
}
.cid-ttdcr6pC7R #jaguar {
  position: absolute;
  left: 50%;
  width: 20%;
  bottom: -10px;
}
@media screen and (min-width: 1200px) and (max-width: 2140px) {
  .cid-ttdcr6pC7R #chalana_link {
    position: relative;
  }
  .cid-ttdcr6pC7R #jaguar {
    position: absolute;
    left: 50%;
    width: 20%;
    bottom: -10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cid-ttdcr6pC7R #chalana_link {
    position: relative;
  }
  .cid-ttdcr6pC7R #jaguar {
    position: absolute;
    left: 50%;
    width: 25%;
    bottom: -27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .cid-ttdcr6pC7R #chalana_link {
    position: relative;
  }
  .cid-ttdcr6pC7R #jaguar {
    position: absolute;
    left: 45%;
    width: 35%;
    bottom: -20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .cid-ttdcr6pC7R #chalana_link {
    position: relative;
  }
  .cid-ttdcr6pC7R #jaguar {
    position: absolute;
    left: 45%;
    width: 35%;
    bottom: -20px;
  }
}
@media (max-width: 479px) {
  .cid-ttdcr6pC7R #chalana_link {
    position: relative;
  }
  .cid-ttdcr6pC7R #jaguar {
    position: absolute;
    left: 55%;
    width: 40%;
    bottom: -15px;
  }
}
.cid-uzuz34aPqY {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uzuz34aPqY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzuz34aPqY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzuz34aPqY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzuz34aPqY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzuz34aPqY .row > .row {
  display: block;
}
.cid-uzuz34aPqY .mbr-gallery-item {
  width: 100%;
}
.cid-uzuz34aPqY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uzuz34aPqY .mbr-gallery-item > div {
  position: relative;
}
.cid-uzuz34aPqY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzuz34aPqY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzuz34aPqY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzuz34aPqY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-qWMjWSQiJP {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t6MaKZWCG6 {
  background-color: #ffffff;
}
.cid-t6MaKZWCG6 .wave1 {
  fill: #145006;
}
.cid-t6MaKZWCG6 .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6MaKZWCG6 .wave3,
.cid-t6MaKZWCG6 .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r8nAvNHFzE {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r8nAvNHFzE .image-block {
  margin: auto;
}
.cid-r8nAvNHFzE figcaption {
  position: relative;
}
.cid-r8nAvNHFzE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8nAvNHFzE .image-block {
    width: 100% !important;
  }
}
.cid-rgLy1WYrs9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLy1WYrs9 [class^="socicon-"]:before,
.cid-rgLy1WYrs9 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLy1WYrs9 .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLy1WYrs9 .btn-social:hover {
  background: #80e110;
}
.cid-rgLy1WYrs9 .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLy1WYrs9 .btn {
    font-size: 15px !important;
  }
}
.cid-rgLy1WYrs9 .btn-social,
.cid-rgLy1WYrs9 .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG9QaU1ZR .hidden {
  display: none;
}
.cid-svG9QaU1ZR .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG9QaU1ZR .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG9QaU1ZR .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG9QaU1ZR .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG9QaU1ZR .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9QaU1ZR .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9QaU1ZR .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG9QaU1ZR .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG9QaU1ZR .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG9QaU1ZR .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61Dn5hMzn {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/voegel-tour10-1620x1080.jpg");
}
.cid-t61Dn5hMzn svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61Dn5hMzn .wave {
  fill: #ffffff;
}
.cid-rNu8T9CUxd {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGRzth08Db {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGRzth08Db h4,
.cid-uGRzth08Db h5 {
  text-align: center;
}
.cid-uGRzth08Db h5 {
  font-weight: 400;
}
.cid-uGRzth08Db p {
  text-align: center;
}
.cid-uGRzth08Db .img-icon {
  height: 167px;
  width: 250px;
  border-radius: 3%;
}
.cid-uGRzth08Db .card-box {
  text-align: center;
  margin-top: -19px;
}
.cid-uGRzth08Db h5.mbr-text:after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #86b300;
}
@media (min-width: 992px) {
  .cid-uGRzth08Db .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGRzth08Db P {
  text-align: left;
}
.cid-uGRzth08Db H5 {
  text-align: center;
}
.cid-uGRzth08Db .card-title {
  text-align: center;
}
.cid-uGRDtUo8Bo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGRDtUo8Bo h4,
.cid-uGRDtUo8Bo h5 {
  text-align: center;
}
.cid-uGRDtUo8Bo h5 {
  font-weight: 400;
}
.cid-uGRDtUo8Bo p {
  text-align: center;
}
.cid-uGRDtUo8Bo .img-icon {
  height: 167px;
  width: 250px;
  border-radius: 3%;
}
.cid-uGRDtUo8Bo .card-box {
  text-align: center;
  margin-top: -19px;
}
.cid-uGRDtUo8Bo h5.mbr-text:after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #86b300;
}
@media (min-width: 992px) {
  .cid-uGRDtUo8Bo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGRDtUo8Bo P {
  text-align: left;
}
.cid-uGRDtUo8Bo .card-title {
  text-align: center;
}
.cid-uGRDtUo8Bo H5 {
  text-align: center;
}
.cid-uGRz9hQxuz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGRz9hQxuz h4,
.cid-uGRz9hQxuz h5 {
  text-align: center;
}
.cid-uGRz9hQxuz h5 {
  font-weight: 400;
}
.cid-uGRz9hQxuz p {
  text-align: center;
}
.cid-uGRz9hQxuz .img-icon {
  height: 167px;
  width: 250px;
  border-radius: 3%;
}
.cid-uGRz9hQxuz .card-box {
  text-align: center;
  margin-top: -19px;
}
.cid-uGRz9hQxuz h5.mbr-text:after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #86b300;
}
@media (min-width: 992px) {
  .cid-uGRz9hQxuz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGRz9hQxuz P {
  text-align: left;
}
.cid-uGREJE0dgU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGREJE0dgU h4,
.cid-uGREJE0dgU h5 {
  text-align: center;
}
.cid-uGREJE0dgU h5 {
  font-weight: 400;
}
.cid-uGREJE0dgU p {
  text-align: center;
}
.cid-uGREJE0dgU .img-icon {
  height: 167px;
  width: 250px;
  border-radius: 3%;
}
.cid-uGREJE0dgU .card-box {
  text-align: center;
  margin-top: -19px;
}
.cid-uGREJE0dgU h5.mbr-text:after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #86b300;
}
@media (min-width: 992px) {
  .cid-uGREJE0dgU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGREJE0dgU P {
  text-align: left;
}
.cid-uGREJE0dgU H5 {
  text-align: center;
}
.cid-uGREJE0dgU .card-title {
  text-align: center;
}
.cid-uGRzKakVcE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGRzKakVcE h4,
.cid-uGRzKakVcE h5 {
  text-align: center;
}
.cid-uGRzKakVcE h5 {
  font-weight: 400;
}
.cid-uGRzKakVcE p {
  text-align: center;
}
.cid-uGRzKakVcE .img-icon {
  height: 167px;
  width: 250px;
  border-radius: 3%;
}
.cid-uGRzKakVcE .card-box {
  text-align: center;
  margin-top: -19px;
}
.cid-uGRzKakVcE h5.mbr-text:after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #86b300;
}
@media (min-width: 992px) {
  .cid-uGRzKakVcE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGRzKakVcE P {
  text-align: left;
}
.cid-uGRzChRB3c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGRzChRB3c h4,
.cid-uGRzChRB3c h5 {
  text-align: center;
}
.cid-uGRzChRB3c h5 {
  font-weight: 400;
}
.cid-uGRzChRB3c p {
  text-align: center;
}
.cid-uGRzChRB3c .img-icon {
  height: 167px;
  width: 250px;
  border-radius: 3%;
}
.cid-uGRzChRB3c .card-box {
  text-align: center;
  margin-top: -19px;
}
.cid-uGRzChRB3c h5.mbr-text:after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #86b300;
}
@media (min-width: 992px) {
  .cid-uGRzChRB3c .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGRzChRB3c P {
  text-align: left;
}
.cid-uGRzEq1bmQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGRzEq1bmQ h4,
.cid-uGRzEq1bmQ h5 {
  text-align: center;
}
.cid-uGRzEq1bmQ h5 {
  font-weight: 400;
}
.cid-uGRzEq1bmQ p {
  text-align: center;
}
.cid-uGRzEq1bmQ .img-icon {
  height: 167px;
  width: 250px;
  border-radius: 3%;
}
.cid-uGRzEq1bmQ .card-box {
  text-align: center;
  margin-top: -19px;
}
.cid-uGRzEq1bmQ h5.mbr-text:after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #86b300;
}
@media (min-width: 992px) {
  .cid-uGRzEq1bmQ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGRzEq1bmQ P {
  text-align: left;
}
.cid-uGRzHAEMtK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGRzHAEMtK h4,
.cid-uGRzHAEMtK h5 {
  text-align: center;
}
.cid-uGRzHAEMtK h5 {
  font-weight: 400;
}
.cid-uGRzHAEMtK p {
  text-align: center;
}
.cid-uGRzHAEMtK .img-icon {
  height: 167px;
  width: 250px;
  border-radius: 3%;
}
.cid-uGRzHAEMtK .card-box {
  text-align: center;
  margin-top: -19px;
}
.cid-uGRzHAEMtK h5.mbr-text:after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #86b300;
}
@media (min-width: 992px) {
  .cid-uGRzHAEMtK .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uGRzHAEMtK P {
  text-align: left;
}
.cid-uGRzGAdgSF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-uGRzGAdgSF .image-block1 {
  margin: auto;
}
.cid-uGRzGAdgSF figcaption {
  position: relative;
}
.cid-uGRzGAdgSF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 640px) {
  .cid-uGRzGAdgSF .image-block {
    width: 45% !important;
    margin: auto;
  }
}
@media (min-width: 641px) and (max-width: 575px) {
  .cid-uGRzGAdgSF .image-block {
    width: 35% !important;
    margin: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-uGRzGAdgSF .image-block {
    width: 40% !important;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGRzGAdgSF .image-block {
    width: 25% !important;
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uGRzGAdgSF .image-block {
    width: 20% !important;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .cid-uGRzGAdgSF .image-block {
    width: 18% !important;
    margin: auto;
  }
}
.cid-r66LUvynRN {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6MaZT8qBW {
  background-color: #ffffff;
}
.cid-t6MaZT8qBW .wave1 {
  fill: #145006;
}
.cid-t6MaZT8qBW .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6MaZT8qBW .wave3,
.cid-t6MaZT8qBW .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r8nBpifnRo {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r8nBpifnRo .image-block {
  margin: auto;
}
.cid-r8nBpifnRo figcaption {
  position: relative;
}
.cid-r8nBpifnRo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8nBpifnRo .image-block {
    width: 100% !important;
  }
}
.cid-rgLydUyxuz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLydUyxuz [class^="socicon-"]:before,
.cid-rgLydUyxuz [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLydUyxuz .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLydUyxuz .btn-social:hover {
  background: #80e110;
}
.cid-rgLydUyxuz .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLydUyxuz .btn {
    font-size: 15px !important;
  }
}
.cid-rgLydUyxuz .btn-social,
.cid-rgLydUyxuz .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG9ZvmDNS .hidden {
  display: none;
}
.cid-svG9ZvmDNS .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG9ZvmDNS .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG9ZvmDNS .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG9ZvmDNS .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG9ZvmDNS .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9ZvmDNS .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9ZvmDNS .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG9ZvmDNS .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG9ZvmDNS .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG9ZvmDNS .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61wZEfle0 {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tour-5-chapada-head-2000x1081.jpg");
}
.cid-t61wZEfle0 svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61wZEfle0 .wave {
  fill: #ffffff;
}
#custom-html-qo {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-qo .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-qo .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-qo .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-qo .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-qo .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-qo .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-qo .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-qo .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-qo .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWGnAvdA1Z {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWGnAvdA1Z .mbr-text {
  color: #000000;
}
.cid-qWGnAvdA1Z .mbr-text P {
  text-align: left;
}
.cid-r8axYZ1rSy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-r8axYZ1rSy .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r8axYZ1rSy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-r8axYZ1rSy .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r8axYZ1rSy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r8axYZ1rSy .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-r8axYZ1rSy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r8axYZ1rSy .card .panel-body {
  color: #000;
}
.cid-r8axYZ1rSy .mbr-iconfont {
  color: #94d138;
}
.cid-r8axYZ1rSy H4 {
  color: #000000;
}
.cid-r6fYL4ffgi {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWGnADLroL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWGnADLroL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWGnADLroL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWGnADLroL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWGnADLroL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWGnADLroL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWGnADLroL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWGnADLroL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWGnADLroL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWGnADLroL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWGnAHTYh2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWGnAHTYh2 .image-block {
  margin: auto;
}
.cid-qWGnAHTYh2 figcaption {
  position: relative;
}
.cid-qWGnAHTYh2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWGnAHTYh2 .image-block {
    width: 100% !important;
  }
}
.cid-r6fYNOyj0R {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6M9aO9S7h {
  background-color: #ffffff;
}
.cid-t6M9aO9S7h .wave1 {
  fill: #145006;
}
.cid-t6M9aO9S7h .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M9aO9S7h .wave3,
.cid-t6M9aO9S7h .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r8ayFAg1Sl {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r8ayFAg1Sl .image-block {
  margin: auto;
}
.cid-r8ayFAg1Sl figcaption {
  position: relative;
}
.cid-r8ayFAg1Sl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8ayFAg1Sl .image-block {
    width: 100% !important;
  }
}
.cid-rgLx4lrSIv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLx4lrSIv [class^="socicon-"]:before,
.cid-rgLx4lrSIv [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLx4lrSIv .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLx4lrSIv .btn-social:hover {
  background: #80e110;
}
.cid-rgLx4lrSIv .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLx4lrSIv .btn {
    font-size: 15px !important;
  }
}
.cid-rgLx4lrSIv .btn-social,
.cid-rgLx4lrSIv .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG99yeT1B .hidden {
  display: none;
}
.cid-svG99yeT1B .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG99yeT1B .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG99yeT1B .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG99yeT1B .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG99yeT1B .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG99yeT1B .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG99yeT1B .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG99yeT1B .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG99yeT1B .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG99yeT1B .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61xwmusKF {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tour-6-chapada-head-2000x1018.jpg");
}
.cid-t61xwmusKF svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61xwmusKF .wave {
  fill: #ffffff;
}
#custom-html-qr {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-qr .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-qr .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-qr .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-qr .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-qr .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-qr .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-qr .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-qr .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-qr .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWGuc0ETk5 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWGuc0ETk5 .mbr-text {
  color: #000000;
}
.cid-qWGuc0ETk5 .mbr-text P {
  text-align: left;
}
.cid-r8aBY31Nst {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-r8aBY31Nst .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r8aBY31Nst .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-r8aBY31Nst .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r8aBY31Nst .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r8aBY31Nst .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-r8aBY31Nst .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r8aBY31Nst .card .panel-body {
  color: #000;
}
.cid-r8aBY31Nst .mbr-iconfont {
  color: #94d138;
}
.cid-r8aBY31Nst H4 {
  color: #000000;
}
.cid-r6fYrsezs9 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWGuc7negq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWGuc7negq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWGuc7negq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWGuc7negq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWGuc7negq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWGuc7negq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWGuc7negq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWGuc7negq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWGuc7negq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWGuc7negq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWGucbDSBv {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWGucbDSBv .image-block {
  margin: auto;
}
.cid-qWGucbDSBv figcaption {
  position: relative;
}
.cid-qWGucbDSBv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWGucbDSBv .image-block {
    width: 100% !important;
  }
}
.cid-r6fYuf3sa5 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6M9Sxc2Cj {
  background-color: #ffffff;
}
.cid-t6M9Sxc2Cj .wave1 {
  fill: #145006;
}
.cid-t6M9Sxc2Cj .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M9Sxc2Cj .wave3,
.cid-t6M9Sxc2Cj .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r8aCfTQnLI {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r8aCfTQnLI .image-block {
  margin: auto;
}
.cid-r8aCfTQnLI figcaption {
  position: relative;
}
.cid-r8aCfTQnLI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8aCfTQnLI .image-block {
    width: 100% !important;
  }
}
.cid-rgLxakSvJG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLxakSvJG [class^="socicon-"]:before,
.cid-rgLxakSvJG [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLxakSvJG .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLxakSvJG .btn-social:hover {
  background: #80e110;
}
.cid-rgLxakSvJG .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLxakSvJG .btn {
    font-size: 15px !important;
  }
}
.cid-rgLxakSvJG .btn-social,
.cid-rgLxakSvJG .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG9gzqDr9 .hidden {
  display: none;
}
.cid-svG9gzqDr9 .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG9gzqDr9 .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG9gzqDr9 .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG9gzqDr9 .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG9gzqDr9 .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9gzqDr9 .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9gzqDr9 .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG9gzqDr9 .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG9gzqDr9 .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG9gzqDr9 .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61yCYNxRN {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tour-8-nobres-head-1620x1080.jpg");
}
.cid-t61yCYNxRN svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61yCYNxRN .wave {
  fill: #ffffff;
}
#custom-html-qx {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-qx .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-qx .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-qx .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-qx .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-qx .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-qx .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-qx .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-qx .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-qx .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
#custom-html-65 {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-65 .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-65 .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-65 .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-65 .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-65 .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-65 .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-65 .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-65 .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-65 .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWKnD9I48N {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWKnD9I48N .mbr-text {
  color: #000000;
}
.cid-qWKnD9I48N .mbr-text DIV {
  text-align: left;
}
.cid-r8aZAc8Yxu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-r8aZAc8Yxu .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r8aZAc8Yxu .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-r8aZAc8Yxu .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r8aZAc8Yxu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r8aZAc8Yxu .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-r8aZAc8Yxu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r8aZAc8Yxu .card .panel-body {
  color: #000;
}
.cid-r8aZAc8Yxu .mbr-iconfont {
  color: #94d138;
}
.cid-r8aZAc8Yxu H4 {
  color: #000000;
}
.cid-r6g0HS3BWY {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWKnDhcAPX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWKnDhcAPX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWKnDhcAPX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWKnDhcAPX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWKnDhcAPX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWKnDhcAPX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWKnDhcAPX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWKnDhcAPX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWKnDhcAPX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWKnDhcAPX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWKnDkAL1g {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWKnDkAL1g .image-block {
  margin: auto;
}
.cid-qWKnDkAL1g figcaption {
  position: relative;
}
.cid-qWKnDkAL1g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWKnDkAL1g .image-block {
    width: 100% !important;
  }
}
.cid-r6g0P6cCsn {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6Ma7gpUKI {
  background-color: #ffffff;
}
.cid-t6Ma7gpUKI .wave1 {
  fill: #145006;
}
.cid-t6Ma7gpUKI .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6Ma7gpUKI .wave3,
.cid-t6Ma7gpUKI .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r8b016AuSv {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r8b016AuSv .image-block {
  margin: auto;
}
.cid-r8b016AuSv figcaption {
  position: relative;
}
.cid-r8b016AuSv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8b016AuSv .image-block {
    width: 100% !important;
  }
}
.cid-rgLxmUbLZA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLxmUbLZA [class^="socicon-"]:before,
.cid-rgLxmUbLZA [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLxmUbLZA .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLxmUbLZA .btn-social:hover {
  background: #80e110;
}
.cid-rgLxmUbLZA .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLxmUbLZA .btn {
    font-size: 15px !important;
  }
}
.cid-rgLxmUbLZA .btn-social,
.cid-rgLxmUbLZA .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG9uCCs0x .hidden {
  display: none;
}
.cid-svG9uCCs0x .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG9uCCs0x .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG9uCCs0x .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG9uCCs0x .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG9uCCs0x .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9uCCs0x .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9uCCs0x .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG9uCCs0x .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG9uCCs0x .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG9uCCs0x .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61zU8KTZV {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tour-10-jaguar-safari-head-1904x1080.jpg");
}
.cid-t61zU8KTZV svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61zU8KTZV .wave {
  fill: #ffffff;
}
#custom-html-r4 {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-r4 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-r4 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-r4 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-r4 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-r4 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-r4 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-r4 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-r4 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-r4 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
#custom-html-7k {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-7k .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-7k .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-7k .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-7k .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-7k .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-7k .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-7k .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-7k .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-7k .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWLh0WYG1N {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWLh0WYG1N .mbr-text {
  color: #000000;
}
.cid-qWLh0WYG1N .mbr-text DIV {
  text-align: left;
}
.cid-r8bauAvs6U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-r8bauAvs6U .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r8bauAvs6U .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-r8bauAvs6U .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r8bauAvs6U .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r8bauAvs6U .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-r8bauAvs6U .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r8bauAvs6U .card .panel-body {
  color: #000;
}
.cid-r8bauAvs6U .mbr-iconfont {
  color: #94d138;
}
.cid-r8bauAvs6U H4 {
  color: #000000;
}
.cid-r6g35KUVTy {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWLh11K7JY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWLh11K7JY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWLh11K7JY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWLh11K7JY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWLh11K7JY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWLh11K7JY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWLh11K7JY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWLh11K7JY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWLh11K7JY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWLh11K7JY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWLh14kHxa {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWLh14kHxa .image-block {
  margin: auto;
}
.cid-qWLh14kHxa figcaption {
  position: relative;
}
.cid-qWLh14kHxa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWLh14kHxa .image-block {
    width: 100% !important;
  }
}
.cid-r6g38L3pye {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6Mao7gU9h {
  background-color: #ffffff;
}
.cid-t6Mao7gU9h .wave1 {
  fill: #145006;
}
.cid-t6Mao7gU9h .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6Mao7gU9h .wave3,
.cid-t6Mao7gU9h .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r8baVswrDG {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r8baVswrDG .image-block {
  margin: auto;
}
.cid-r8baVswrDG figcaption {
  position: relative;
}
.cid-r8baVswrDG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8baVswrDG .image-block {
    width: 100% !important;
  }
}
.cid-rgLxAC2Vcz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLxAC2Vcz [class^="socicon-"]:before,
.cid-rgLxAC2Vcz [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLxAC2Vcz .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLxAC2Vcz .btn-social:hover {
  background: #80e110;
}
.cid-rgLxAC2Vcz .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLxAC2Vcz .btn {
    font-size: 15px !important;
  }
}
.cid-rgLxAC2Vcz .btn-social,
.cid-rgLxAC2Vcz .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG9Cy1OBy .hidden {
  display: none;
}
.cid-svG9Cy1OBy .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG9Cy1OBy .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG9Cy1OBy .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG9Cy1OBy .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG9Cy1OBy .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9Cy1OBy .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9Cy1OBy .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG9Cy1OBy .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG9Cy1OBy .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG9Cy1OBy .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61ACpFeFA {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tour-12-nobres-head-1620x1080.jpg");
}
.cid-t61ACpFeFA svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61ACpFeFA .wave {
  fill: #ffffff;
}
#custom-html-r7 {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-r7 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-r7 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-r7 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-r7 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-r7 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-r7 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-r7 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-r7 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-r7 .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
#custom-html-7x {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-7x .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-7x .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-7x .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-7x .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-7x .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-7x .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-7x .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-7x .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-7x .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWLip82C7U {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWLip82C7U .mbr-text {
  color: #000000;
}
.cid-qWLip82C7U .mbr-text DIV {
  text-align: left;
}
.cid-r8bejEJ2ry {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-r8bejEJ2ry .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r8bejEJ2ry .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-r8bejEJ2ry .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r8bejEJ2ry .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r8bejEJ2ry .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-r8bejEJ2ry .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r8bejEJ2ry .card .panel-body {
  color: #000;
}
.cid-r8bejEJ2ry .mbr-iconfont {
  color: #94d138;
}
.cid-r8bejEJ2ry H4 {
  color: #000000;
}
.cid-r6g3oFyfXU {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWLipcubM5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWLipcubM5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWLipcubM5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWLipcubM5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWLipcubM5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWLipcubM5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  background: linear-gradient(to left, #232323, #554346) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWLipcubM5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWLipcubM5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWLipcubM5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWLipcubM5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  background: linear-gradient(to left, #232323, #554346) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWLipeMwF5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWLipeMwF5 .image-block {
  margin: auto;
}
.cid-qWLipeMwF5 figcaption {
  position: relative;
}
.cid-qWLipeMwF5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWLipeMwF5 .image-block {
    width: 100% !important;
  }
}
.cid-r6g3r7mVyb {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6MatjosaB {
  background-color: #ffffff;
}
.cid-t6MatjosaB .wave1 {
  fill: #145006;
}
.cid-t6MatjosaB .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6MatjosaB .wave3,
.cid-t6MatjosaB .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-rlFGGvR1Ba {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-rlFGGvR1Ba .image-block {
  margin: auto;
}
.cid-rlFGGvR1Ba figcaption {
  position: relative;
}
.cid-rlFGGvR1Ba figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rlFGGvR1Ba .image-block {
    width: 100% !important;
  }
}
.cid-rgLxImsYCC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLxImsYCC [class^="socicon-"]:before,
.cid-rgLxImsYCC [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLxImsYCC .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLxImsYCC .btn-social:hover {
  background: #80e110;
}
.cid-rgLxImsYCC .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLxImsYCC .btn {
    font-size: 15px !important;
  }
}
.cid-rgLxImsYCC .btn-social,
.cid-rgLxImsYCC .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG9FVLENP .hidden {
  display: none;
}
.cid-svG9FVLENP .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG9FVLENP .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG9FVLENP .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG9FVLENP .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG9FVLENP .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9FVLENP .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9FVLENP .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG9FVLENP .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG9FVLENP .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG9FVLENP .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61BgZnWfS {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/jaguar-sonia-tour13-1620x10803.jpg");
}
.cid-t61BgZnWfS svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61BgZnWfS .wave {
  fill: #ffffff;
}
#custom-html-rb {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-rb .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-rb .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-rb .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-rb .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-rb .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-rb .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-rb .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-rb .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-rb .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
#custom-html-8n {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-8n .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-8n .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-8n .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-8n .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-8n .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-8n .container .content {
    position: absolute;
    bottom: -110px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-8n .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-8n .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-8n .container .content {
    position: absolute;
    bottom: -100px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
.cid-qWLrJvscub {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qWLrJvscub .mbr-text {
  color: #000000;
}
.cid-qWLrJvscub .mbr-text DIV {
  text-align: left;
}
.cid-r8bhBTRILI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-r8bhBTRILI .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r8bhBTRILI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-r8bhBTRILI .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r8bhBTRILI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r8bhBTRILI .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-r8bhBTRILI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r8bhBTRILI .card .panel-body {
  color: #000;
}
.cid-r8bhBTRILI .mbr-iconfont {
  color: #94d138;
}
.cid-r8bhBTRILI H4 {
  color: #000000;
}
.cid-r8bhBTRILI ul li:empty {
  display: none;
}
.cid-r6g3FWeOW4 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qWLrJBmdCF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qWLrJBmdCF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWLrJBmdCF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWLrJBmdCF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWLrJBmdCF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWLrJBmdCF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWLrJBmdCF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWLrJBmdCF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWLrJBmdCF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWLrJBmdCF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qWLrJDXt7W {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWLrJDXt7W .image-block {
  margin: auto;
}
.cid-qWLrJDXt7W figcaption {
  position: relative;
}
.cid-qWLrJDXt7W figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWLrJDXt7W .image-block {
    width: 100% !important;
  }
}
.cid-r6g3N9JEtL {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t6MaxitUVd {
  background-color: #ffffff;
}
.cid-t6MaxitUVd .wave1 {
  fill: #145006;
}
.cid-t6MaxitUVd .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6MaxitUVd .wave3,
.cid-t6MaxitUVd .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r8bi58JLiU {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r8bi58JLiU .image-block {
  margin: auto;
}
.cid-r8bi58JLiU figcaption {
  position: relative;
}
.cid-r8bi58JLiU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8bi58JLiU .image-block {
    width: 100% !important;
  }
}
.cid-rgLxOAA4lW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLxOAA4lW [class^="socicon-"]:before,
.cid-rgLxOAA4lW [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLxOAA4lW .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLxOAA4lW .btn-social:hover {
  background: #80e110;
}
.cid-rgLxOAA4lW .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLxOAA4lW .btn {
    font-size: 15px !important;
  }
}
.cid-rgLxOAA4lW .btn-social,
.cid-rgLxOAA4lW .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG9Jz9jmf .hidden {
  display: none;
}
.cid-svG9Jz9jmf .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG9Jz9jmf .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG9Jz9jmf .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG9Jz9jmf .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG9Jz9jmf .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9Jz9jmf .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9Jz9jmf .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG9Jz9jmf .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG9Jz9jmf .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG9Jz9jmf .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-qWM1cMkFLK {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/webervogel-sonia-1500x850.jpg");
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r9vgNuAs0j {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r9vgNuAs0j .image-block {
  margin: auto;
}
.cid-r9vgNuAs0j figcaption {
  position: relative;
}
.cid-r9vgNuAs0j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r9vgNuAs0j .image-block {
    width: 100% !important;
  }
}
.cid-rgLyjfplCk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLyjfplCk [class^="socicon-"]:before,
.cid-rgLyjfplCk [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLyjfplCk .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLyjfplCk .btn-social:hover {
  background: #80e110;
}
.cid-rgLyjfplCk .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLyjfplCk .btn {
    font-size: 15px !important;
  }
}
.cid-rgLyjfplCk .btn-social,
.cid-rgLyjfplCk .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svGa31ZSK7 .hidden {
  display: none;
}
.cid-svGa31ZSK7 .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svGa31ZSK7 .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svGa31ZSK7 .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svGa31ZSK7 .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svGa31ZSK7 .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svGa31ZSK7 .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svGa31ZSK7 .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svGa31ZSK7 .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svGa31ZSK7 .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svGa31ZSK7 .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61D4JBdRg {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/datenschutz-1600x1200.jpg");
}
.cid-t61D4JBdRg svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61D4JBdRg .wave {
  fill: #ffffff;
}
.cid-r9aKdgrlfi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r9aKdgrlfi .mbr-text,
.cid-r9aKdgrlfi blockquote {
  color: #767676;
}
.cid-r9aKdgrlfi .mbr-text DIV {
  color: #232323;
}
.cid-r9aKdgrlfi .mbr-text P {
  color: #232323;
}
.cid-t6MaTcpUlJ {
  background-color: #ffffff;
}
.cid-t6MaTcpUlJ .wave1 {
  fill: #145006;
}
.cid-t6MaTcpUlJ .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6MaTcpUlJ .wave3,
.cid-t6MaTcpUlJ .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-rbc8pk1bgG {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-rbc8pk1bgG .image-block {
  margin: auto;
}
.cid-rbc8pk1bgG figcaption {
  position: relative;
}
.cid-rbc8pk1bgG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rbc8pk1bgG .image-block {
    width: 100% !important;
  }
}
.cid-rgLy7XQszU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLy7XQszU [class^="socicon-"]:before,
.cid-rgLy7XQszU [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLy7XQszU .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLy7XQszU .btn-social:hover {
  background: #80e110;
}
.cid-rgLy7XQszU .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLy7XQszU .btn {
    font-size: 15px !important;
  }
}
.cid-rgLy7XQszU .btn-social,
.cid-rgLy7XQszU .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG9VwTiDI .hidden {
  display: none;
}
.cid-svG9VwTiDI .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG9VwTiDI .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG9VwTiDI .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG9VwTiDI .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG9VwTiDI .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9VwTiDI .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG9VwTiDI .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG9VwTiDI .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG9VwTiDI .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG9VwTiDI .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61rex2zHy {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tucan-start-gaestebuch-2000x1333.jpg");
}
.cid-t61rex2zHy svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61rex2zHy .wave {
  fill: #ffffff;
}
.cid-rakr8FJtuJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rakr8FJtuJ .mbr-text,
.cid-rakr8FJtuJ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-rakr8FJtuJ .form-control-label {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: left;
}
.cid-rakr8FJtuJ .mbr-section-title {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  text-align: left;
}
.cid-rakr8FJtuJ SPAN {
  color: #000000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.3rem;
}
.cid-rakr8FJtuJ .mbr-section-title SPAN {
  font-size: 72px;
}
.cid-rakr8FJtuJ select {
  display: box;
  height: 30px;
}
.cid-rakr8FJtuJ input[type=number]::-webkit-inner-spin-button,
.cid-rakr8FJtuJ input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.cid-rakr8FJtuJ span.bewertung_ok {
  color: #f2b030;
}
.cid-rakr8FJtuJ span.bewertung_ko {
  color: Lightgrey;
}
.cid-rakr8FJtuJ img.smiley {
  cursor: Pointer;
}
.cid-rakr8FJtuJ dl.eintrag:nth-child(even) {
  border: solid 1px #99cc00;
  border-radius: 6px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000000;
  background-color: #F5F5F5;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 8px;
}
.cid-rakr8FJtuJ dl.eintrag:nth-child(odd) {
  border: solid 1px #99cc00;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000000;
  background-color: #FFF;
  font-size: 1.2rem;
  font-weight: 300;
  border-radius: 6px;
  padding: 8px;
}
.cid-rakr8FJtuJ dl.eintrag {
  font-family: 'Open Sans Condensed', sans-serif;
  color: black;
  font-size: 1.2rem;
  text-align: left;
}
.cid-rakr8FJtuJ input.seitencounter {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 45px !important;
  text-align: center;
  border: solid 1px #1a72bf;
  background-color: #F5F5F5;
}
.cid-rakr8FJtuJ fieldset.vorschau {
  border: solid 1px #99cc00;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000000;
  background-color: #F5F5F5;
  border-radius: 6px;
  padding: 8px;
  text-align: left;
  font-size: 1.2rem;
}
.cid-rakr8FJtuJ .button_center {
  text-align: center;
}
.cid-rakr8FJtuJ .weiterbutton {
  color: #61AB0D;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
}
.cid-rakr8FJtuJ .button_weiter_zurueck {
  text-align: left;
}
.cid-rakr8FJtuJ .button_weiter_zurueck a:hover {
  color: #396408;
  text-decoration: none;
}
.cid-rakr8FJtuJ .weiterbutton a:hover {
  text-align: left;
  text-decoration: none;
  color: #396408;
}
.cid-rakr8FJtuJ .fehler {
  color: #ff3300;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
}
.cid-rakr8FJtuJ .btn {
  font-size: 1.3rem;
  font-family: 'Open Sans Condensed', sans-serif;
}
.cid-rakr8FJtuJ H3 {
  text-align: center;
}
.cid-rakr8FJtuJ .formfield {
  text-align: left;
}
.cid-rakr8FJtuJ .btn.btn-primary {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cid-rakr8FJtuJ H1 {
  text-align: center;
}
.cid-rakr8FJtuJ .form-control {
  font-size: 1.2rem;
  line-height: 1.0;
  min-height: 3.7em;
  min-width: 250px;
}
.cid-rakr8FJtuJ .form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}
.cid-rakr8FJtuJ span#Bewertung label {
  line-height: 45px;
  cursor: Pointer;
}
.cid-rakr8FJtuJ span#Bewertung input[type="radio"] {
  display: None;
}
.cid-rakr8FJtuJ p.sternebewertung {
  float: Left;
}
.cid-rakr8FJtuJ p.sternebewertung:not(:checked) > input {
  display: None;
}
.cid-rakr8FJtuJ p.sternebewertung:not(:checked) > label {
  float: Right;
  width: 1em;
  padding: 0 .1em;
  overflow: Hidden;
  white-space: Nowrap;
  cursor: Pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #D0D0D0;
  text-shadow: 1px 1px #b0b0b0, 2px 2px #606060, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
  transition: all .5s;
}
.cid-rakr8FJtuJ p.sternebewertung:not(:checked) > label::before {
  content: '★ ';
}
.cid-rakr8FJtuJ p.sternebewertung > input:checked ~ label {
  color: #FFD700;
  text-shadow: 1px 1px #c06000, 2px 2px #904000, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
  animation: twinkle 1s ease-in-out infinite alternate;
}
.cid-rakr8FJtuJ p.sternebewertung:not(:checked) > label:hover,
.cid-rakr8FJtuJ p.sternebewertung:not(:checked) > label:hover ~ label {
  color: #FECF41;
  text-shadow: 1px 1px #f29e02, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.cid-rakr8FJtuJ p.sternebewertung > input:checked + label:hover,
.cid-rakr8FJtuJ p.sternebewertung > input:checked + label:hover ~ label,
.cid-rakr8FJtuJ p.sternebewertung > input:checked ~ label:hover,
.cid-rakr8FJtuJ p.sternebewertung > input:checked ~ label:hover ~ label,
.cid-rakr8FJtuJ p.sternebewertung > label:hover ~ input:checked ~ label {
  color: #FBB600;
  text-shadow: 1px 1px #f8ba01, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
@keyframes twinkle {
  to {
    text-shadow: 1px 1px #ffe653, 2px 2px #fff5bf, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
  }
}
.cid-t6M6hmKyAK {
  background-color: #ffffff;
}
.cid-t6M6hmKyAK .wave1 {
  fill: #145006;
}
.cid-t6M6hmKyAK .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M6hmKyAK .wave3,
.cid-t6M6hmKyAK .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-rakqy3FSVE {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-rakqy3FSVE .image-block {
  margin: auto;
}
.cid-rakqy3FSVE figcaption {
  position: relative;
}
.cid-rakqy3FSVE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rakqy3FSVE .image-block {
    width: 100% !important;
  }
}
.cid-rgLwpsNPa4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLwpsNPa4 [class^="socicon-"]:before,
.cid-rgLwpsNPa4 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLwpsNPa4 .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLwpsNPa4 .btn-social:hover {
  background: #80e110;
}
.cid-rgLwpsNPa4 .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLwpsNPa4 .btn {
    font-size: 15px !important;
  }
}
.cid-rgLwpsNPa4 .btn-social,
.cid-rgLwpsNPa4 .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG8huMWVS .hidden {
  display: none;
}
.cid-svG8huMWVS .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG8huMWVS .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG8huMWVS .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG8huMWVS .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG8huMWVS .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8huMWVS .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8huMWVS .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG8huMWVS .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG8huMWVS .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG8huMWVS .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61sQRUlyq {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/horseriding-1620x1080.jpg");
}
.cid-t61sQRUlyq svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61sQRUlyq .wave {
  fill: #ffffff;
}
.cid-tQIfOJ5BYm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQIfOJ5BYm .mbr-section-title {
  text-align: center;
}
.cid-tQIfOJ5BYm .mbr-section-text {
  text-align: center;
}
.cid-tQIfOJ5BYm a[type="submit"],
.cid-tQIfOJ5BYm button[type="submit"] {
  margin-top: 0;
}
.cid-tQIfOJ5BYm .wsSearchError {
  text-align: center;
  background-color: #145006;
}
.cid-tQIfOJ5BYm mark {
  padding: 0;
  color: inherit;
  background-color: #99cc00;
}
.cid-tQIfOJ5BYm .row .spinner-border,
.cid-tQIfOJ5BYm .row .spinner-grow {
  width: 32px;
  color: #86b300;
}
.cid-tQIfOJ5BYm .gdpr-block {
  display: none;
}
.cid-tQIfOJ5BYm .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e8e8e8;
  outline: 0;
  box-shadow: none;
}
.cid-rCOtqeaSyZ {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
}
.cid-rCOtqeaSyZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rCOtqeaSyZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-rCOtqeaSyZ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rCOtqeaSyZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rCOtqeaSyZ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-rCOtqeaSyZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rCOtqeaSyZ .card .panel-body {
  color: #000;
}
.cid-rCOtqeaSyZ .mbr-iconfont {
  color: #94d138;
}
.cid-rCOtqeaSyZ H4 {
  color: #000000;
  text-align: left;
}
.cid-rCOtqeaSyZ .panel-text2 {
  color: #f20d0d;
}
.cid-rCOtqeaSyZ .panel-text3 {
  color: #930df2;
}
.cid-rCOtqeaSyZ .panel-text4 {
  color: #33cc45;
}
.cid-rCOtqeaSyZ .klimatabelle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rCOtqeaSyZ .img-fluid {
  border-radius: 5px;
  margin: 5px;
  margin-bottom: 25px;
}
.cid-rCOtqeaSyZ P {
  text-align: left;
}
.cid-rCOtqeaSyZ .panel-text5 {
  color: #ff7f9f;
}
.cid-rCOtnXt7VR.popup-builder {
  background-color: #ffffff;
}
.cid-rCOtnXt7VR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rCOtnXt7VR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rCOtnXt7VR .modal-content,
.cid-rCOtnXt7VR .modal-dialog {
  height: auto;
}
.cid-rCOtnXt7VR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rCOtnXt7VR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rCOtnXt7VR .form-wrapper .mbr-form .form-group,
  .cid-rCOtnXt7VR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rCOtnXt7VR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rCOtnXt7VR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rCOtnXt7VR .mbr-text {
  text-align: center;
}
.cid-rCOtnXt7VR .pt-0 {
  padding-top: 0 !important;
}
.cid-rCOtnXt7VR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rCOtnXt7VR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rCOtnXt7VR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rCOtnXt7VR .modal-open {
  overflow: hidden;
}
.cid-rCOtnXt7VR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rCOtnXt7VR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rCOtnXt7VR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rCOtnXt7VR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rCOtnXt7VR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rCOtnXt7VR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rCOtnXt7VR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rCOtnXt7VR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rCOtnXt7VR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rCOtnXt7VR .modal-backdrop.fade {
  opacity: 0;
}
.cid-rCOtnXt7VR .modal-backdrop.show {
  opacity: .5;
}
.cid-rCOtnXt7VR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rCOtnXt7VR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rCOtnXt7VR .modal-header .close:hover {
  opacity: 1;
}
.cid-rCOtnXt7VR .modal-header .close:focus {
  outline: none;
}
.cid-rCOtnXt7VR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rCOtnXt7VR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rCOtnXt7VR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rCOtnXt7VR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rCOtnXt7VR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rCOtnXt7VR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rCOtnXt7VR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rCOtnXt7VR .modal-sm {
    max-width: 300px;
  }
  .cid-rCOtnXt7VR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rCOtnXt7VR .modal-lg,
  .cid-rCOtnXt7VR .modal-xl {
    max-width: 800px;
  }
  .cid-rCOtnXt7VR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rCOtnXt7VR .modal-xl {
    max-width: 1140px;
  }
  .cid-rCOtnXt7VR .container {
    max-width: 1140px;
  }
}
.cid-rCOtnXt7VR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rCOtnXt7VR .container {
    max-width: 720px;
  }
}
.cid-rCOtnXt7VR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rCOtnXt7VR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rCOtnXt7VR .form-group {
  margin-bottom: 1rem;
}
.cid-rCOtnXt7VR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rCOtnXt7VR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rCOtnXt7VR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rCOq1beOfS {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rZhssypGgv {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZhssypGgv #lexicon {
  position: relative;
}
.cid-rZhssypGgv #schlange {
  position: absolute;
  left: 48%;
  width: 30%;
  bottom: 45px;
}
@media (max-width: 500px) {
  .cid-rZhssypGgv #lexicon {
    position: relative;
  }
  .cid-rZhssypGgv #schlange {
    position: absolute;
    left: 48%;
    width: 45%;
    bottom: 45px;
  }
}
.cid-rDXPZjk63Z {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rDXPZjk63Z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rDXPZjk63Z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rDXPZjk63Z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rDXPZjk63Z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rDXPZjk63Z .row > .row {
  display: block;
}
.cid-rDXPZjk63Z .mbr-gallery-item {
  width: 100%;
}
.cid-rDXPZjk63Z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rDXPZjk63Z .mbr-gallery-item > div {
  position: relative;
}
.cid-rDXPZjk63Z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rDXPZjk63Z .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rDXPZjk63Z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rDXPZjk63Z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t6M88AOz60 {
  background-color: #ffffff;
}
.cid-t6M88AOz60 .wave1 {
  fill: #145006;
}
.cid-t6M88AOz60 .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M88AOz60 .wave3,
.cid-t6M88AOz60 .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-rCOq1AAZwU {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-rCOq1AAZwU .image-block {
  margin: auto;
}
.cid-rCOq1AAZwU figcaption {
  position: relative;
}
.cid-rCOq1AAZwU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rCOq1AAZwU .image-block {
    width: 100% !important;
  }
}
.cid-rCOq1HD1j6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rCOq1HD1j6 [class^="socicon-"]:before,
.cid-rCOq1HD1j6 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rCOq1HD1j6 .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rCOq1HD1j6 .btn-social:hover {
  background: #80e110;
}
.cid-rCOq1HD1j6 .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rCOq1HD1j6 .btn {
    font-size: 15px !important;
  }
}
.cid-rCOq1HD1j6 .btn-social,
.cid-rCOq1HD1j6 .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG8FN9Edf .hidden {
  display: none;
}
.cid-svG8FN9Edf .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG8FN9Edf .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG8FN9Edf .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG8FN9Edf .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG8FN9Edf .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8FN9Edf .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8FN9Edf .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG8FN9Edf .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG8FN9Edf .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG8FN9Edf .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61p6EC8fH {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/chalana-job.jpg");
}
.cid-t61p6EC8fH svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61p6EC8fH .wave {
  fill: #ffffff;
}
.cid-rMBTxFBImQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rMBTxFBImQ .mbr-text,
.cid-rMBTxFBImQ blockquote {
  color: #767676;
}
.cid-rMBTxFBImQ .mbr-text {
  color: #000000;
}
.cid-t6JiOOkXx0 {
  background-color: #ffffff;
}
.cid-t6JiOOkXx0 .wave1 {
  fill: #145006;
}
.cid-t6JiOOkXx0 .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6JiOOkXx0 .wave3,
.cid-t6JiOOkXx0 .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-rNu6jatQAq {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-rNu6jatQAq .image-block {
  margin: auto;
}
.cid-rNu6jatQAq figcaption {
  position: relative;
}
.cid-rNu6jatQAq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rNu6jatQAq .image-block {
    width: 100% !important;
  }
}
.cid-rNu78j52Wm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rNu78j52Wm [class^="socicon-"]:before,
.cid-rNu78j52Wm [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rNu78j52Wm .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rNu78j52Wm .btn-social:hover {
  background: #80e110;
}
.cid-rNu78j52Wm .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rNu78j52Wm .btn {
    font-size: 15px !important;
  }
}
.cid-rNu78j52Wm .btn-social,
.cid-rNu78j52Wm .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rMeodzNZOu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rMeodzNZOu .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG8bAZYAJ .hidden {
  display: none;
}
.cid-svG8bAZYAJ .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG8bAZYAJ .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG8bAZYAJ .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG8bAZYAJ .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG8bAZYAJ .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8bAZYAJ .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8bAZYAJ .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG8bAZYAJ .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG8bAZYAJ .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG8bAZYAJ .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61rEBmM52 {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/capivara-head-2.jpg");
}
.cid-t61rEBmM52 svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61rEBmM52 .wave {
  fill: #ffffff;
}
.cid-rYGN509qXy {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYGN509qXy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rYGN509qXy .container-table {
  margin: 0 auto;
}
.cid-rYGN509qXy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rYGN509qXy .dataTables_wrapper {
  display: block;
}
.cid-rYGN509qXy .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rYGN509qXy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rYGN509qXy table {
  width: 100% !important;
  margin-top: 6px;
  border: none;
  margin-bottom: 0;
}
.cid-rYGN509qXy table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rYGN509qXy table th:hover {
  background: #85b40a;
  color: #ffffff;
}
.cid-rYGN509qXy table td {
  border-top: 1px solid #85b40a;
}
.cid-rYGN509qXy table.table {
  background: #ffffff;
}
.cid-rYGN509qXy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rYGN509qXy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rYGN509qXy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rYGN509qXy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-rYGN509qXy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rYGN509qXy .dataTables_filter {
    text-align: center;
  }
  .cid-rYGN509qXy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rYGN509qXy .form-control:focus {
  box-shadow: 0 0 0 0.2rem #6aa31d;
}
.cid-rYGN509qXy .dataTables_empty {
  font-size: 0px;
}
.cid-rYGN509qXy .dataTables_empty::after {
  content: "Leider keine Suchresultate gefunden...";
  font-size: 1.2rem;
  font-family: 'Open Sans Condensed', sans-serif;
}
.cid-rYGN509qXy div.dataTables_wrapper div.dataTables_length label {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  float: left;
}
.cid-rLnhlqnQj2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rLnhlqnQj2 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLnhlqnQj2 H1 {
  color: #000000;
}
.cid-rLnhlqnQj2 .mbr-text,
.cid-rLnhlqnQj2 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLnhlqnQj2 H3 {
  color: #85b40a;
}
.cid-rLnhlqnQj2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLnhlqnQj2 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLnhlqnQj2 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLnhlqnQj2 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLnhlqnQj2 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLnhlqnQj2 .btn-info-outline:active,
.cid-rLnhlqnQj2 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLnhlqnQj2 DIV {
  color: #57468b;
}
.cid-rLnhlqnQj2 .mbr-text,
.cid-rLnhlqnQj2 .media-content,
.cid-rLnhlqnQj2 .mbr-section-btn {
  color: #000000;
}
.cid-rLnhlqnQj2 .align-left {
  text-align: left;
}
.cid-s051dhCtFa {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s051dhCtFa img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-s051dhCtFa H1 {
  color: #000000;
}
.cid-s051dhCtFa .mbr-text,
.cid-s051dhCtFa .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-s051dhCtFa H3 {
  color: #85b40a;
}
.cid-s051dhCtFa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s051dhCtFa .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-s051dhCtFa .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s051dhCtFa .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-s051dhCtFa .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-s051dhCtFa .btn-info-outline:active,
.cid-s051dhCtFa .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s051dhCtFa DIV {
  color: #57468b;
}
.cid-s051dhCtFa .mbr-text,
.cid-s051dhCtFa .media-content,
.cid-s051dhCtFa .mbr-section-btn {
  color: #000000;
}
.cid-s051dhCtFa .align-left {
  text-align: left;
}
.cid-rKQezhLeSi {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKQezhLeSi img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rKQezhLeSi H1 {
  color: #000000;
}
.cid-rKQezhLeSi .mbr-text,
.cid-rKQezhLeSi .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rKQezhLeSi H3 {
  color: #85b40a;
}
.cid-rKQezhLeSi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rKQezhLeSi .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rKQezhLeSi .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rKQezhLeSi .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rKQezhLeSi .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rKQezhLeSi .btn-info-outline:active,
.cid-rKQezhLeSi .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rKQezhLeSi DIV {
  color: #57468b;
}
.cid-rKQezhLeSi .mbr-text,
.cid-rKQezhLeSi .media-content,
.cid-rKQezhLeSi .mbr-section-btn {
  color: #000000;
}
.cid-rKQezhLeSi .align-left {
  text-align: left;
}
.cid-rKQezhLeSi #image {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLnJIadrV5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rLnJIadrV5 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLnJIadrV5 H1 {
  color: #000000;
}
.cid-rLnJIadrV5 .mbr-text,
.cid-rLnJIadrV5 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLnJIadrV5 H3 {
  color: #85b40a;
}
.cid-rLnJIadrV5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLnJIadrV5 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLnJIadrV5 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLnJIadrV5 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLnJIadrV5 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLnJIadrV5 .btn-info-outline:active,
.cid-rLnJIadrV5 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLnJIadrV5 DIV {
  color: #57468b;
}
.cid-rLnJIadrV5 .mbr-text,
.cid-rLnJIadrV5 .media-content,
.cid-rLnJIadrV5 .mbr-section-btn {
  color: #000000;
}
.cid-rLnJIadrV5 .align-left {
  text-align: left;
}
.cid-rLnHFUvECu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rLnHFUvECu img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLnHFUvECu H1 {
  color: #000000;
}
.cid-rLnHFUvECu .mbr-text,
.cid-rLnHFUvECu .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLnHFUvECu H3 {
  color: #85b40a;
}
.cid-rLnHFUvECu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLnHFUvECu .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLnHFUvECu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLnHFUvECu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLnHFUvECu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLnHFUvECu .btn-info-outline:active,
.cid-rLnHFUvECu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLnHFUvECu DIV {
  color: #57468b;
}
.cid-rLnHFUvECu .mbr-text,
.cid-rLnHFUvECu .media-content,
.cid-rLnHFUvECu .mbr-section-btn {
  color: #000000;
}
.cid-rLnHFUvECu .align-left {
  text-align: left;
}
.cid-rLnCEuAjUC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rLnCEuAjUC img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLnCEuAjUC H1 {
  color: #000000;
}
.cid-rLnCEuAjUC .mbr-text,
.cid-rLnCEuAjUC .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLnCEuAjUC H3 {
  color: #85b40a;
}
.cid-rLnCEuAjUC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLnCEuAjUC .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLnCEuAjUC .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLnCEuAjUC .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLnCEuAjUC .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLnCEuAjUC .btn-info-outline:active,
.cid-rLnCEuAjUC .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLnCEuAjUC DIV {
  color: #57468b;
}
.cid-rLnCEuAjUC .mbr-text,
.cid-rLnCEuAjUC .media-content,
.cid-rLnCEuAjUC .mbr-section-btn {
  color: #000000;
}
.cid-rLnCEuAjUC .align-left {
  text-align: left;
}
.cid-rLpcuFCH4T {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rLpcuFCH4T img {
  height: 100%;
  margin: 0 auto;
  pborder-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLpcuFCH4T H1 {
  color: #000000;
}
.cid-rLpcuFCH4T .mbr-text,
.cid-rLpcuFCH4T .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLpcuFCH4T H3 {
  color: #85b40a;
}
.cid-rLpcuFCH4T .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLpcuFCH4T .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLpcuFCH4T .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLpcuFCH4T .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLpcuFCH4T .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLpcuFCH4T .btn-info-outline:active,
.cid-rLpcuFCH4T .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLpcuFCH4T DIV {
  color: #57468b;
}
.cid-rLpcuFCH4T .mbr-text,
.cid-rLpcuFCH4T .media-content,
.cid-rLpcuFCH4T .mbr-section-btn {
  color: #000000;
}
.cid-rLpcuFCH4T .align-left {
  text-align: left;
}
.cid-rLsSS9Tyfb {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rLsSS9Tyfb img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLsSS9Tyfb H1 {
  color: #000000;
}
.cid-rLsSS9Tyfb .mbr-text,
.cid-rLsSS9Tyfb .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLsSS9Tyfb H3 {
  color: #85b40a;
}
.cid-rLsSS9Tyfb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLsSS9Tyfb .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLsSS9Tyfb .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLsSS9Tyfb .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLsSS9Tyfb .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLsSS9Tyfb .btn-info-outline:active,
.cid-rLsSS9Tyfb .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLsSS9Tyfb DIV {
  color: #57468b;
}
.cid-rLsSS9Tyfb .mbr-text,
.cid-rLsSS9Tyfb .media-content,
.cid-rLsSS9Tyfb .mbr-section-btn {
  color: #000000;
}
.cid-rLsSS9Tyfb .align-left {
  text-align: left;
}
.cid-rLwpQUj8fu {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rLwpQUj8fu img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLwpQUj8fu H1 {
  color: #000000;
}
.cid-rLwpQUj8fu .mbr-text,
.cid-rLwpQUj8fu .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLwpQUj8fu H3 {
  color: #85b40a;
}
.cid-rLwpQUj8fu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLwpQUj8fu .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLwpQUj8fu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLwpQUj8fu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLwpQUj8fu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLwpQUj8fu .btn-info-outline:active,
.cid-rLwpQUj8fu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLwpQUj8fu DIV {
  color: #57468b;
}
.cid-rLwpQUj8fu .mbr-text,
.cid-rLwpQUj8fu .media-content,
.cid-rLwpQUj8fu .mbr-section-btn {
  color: #000000;
}
.cid-rLwpQUj8fu .align-left {
  text-align: left;
}
.cid-rMaPkeYE7z {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMaPkeYE7z img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rMaPkeYE7z H1 {
  color: #000000;
}
.cid-rMaPkeYE7z .mbr-text,
.cid-rMaPkeYE7z .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rMaPkeYE7z H3 {
  color: #85b40a;
}
.cid-rMaPkeYE7z .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rMaPkeYE7z .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rMaPkeYE7z .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rMaPkeYE7z .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rMaPkeYE7z .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rMaPkeYE7z .btn-info-outline:active,
.cid-rMaPkeYE7z .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rMaPkeYE7z DIV {
  color: #57468b;
}
.cid-rMaPkeYE7z .mbr-text,
.cid-rMaPkeYE7z .media-content,
.cid-rMaPkeYE7z .mbr-section-btn {
  color: #000000;
}
.cid-rMaPkeYE7z .align-left {
  text-align: left;
}
.cid-rXiGbZon3K {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXiGbZon3K img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXiGbZon3K H1 {
  color: #000000;
}
.cid-rXiGbZon3K .mbr-text,
.cid-rXiGbZon3K .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXiGbZon3K H3 {
  color: #85b40a;
}
.cid-rXiGbZon3K .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXiGbZon3K .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXiGbZon3K .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXiGbZon3K .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXiGbZon3K .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXiGbZon3K .btn-info-outline:active,
.cid-rXiGbZon3K .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXiGbZon3K DIV {
  color: #57468b;
}
.cid-rXiGbZon3K .mbr-text,
.cid-rXiGbZon3K .media-content,
.cid-rXiGbZon3K .mbr-section-btn {
  color: #000000;
}
.cid-rXiGbZon3K .align-left {
  text-align: left;
}
.cid-rLzFjBh9qv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rLzFjBh9qv img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLzFjBh9qv H1 {
  color: #000000;
}
.cid-rLzFjBh9qv .mbr-text,
.cid-rLzFjBh9qv .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLzFjBh9qv H3 {
  color: #85b40a;
}
.cid-rLzFjBh9qv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLzFjBh9qv .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLzFjBh9qv .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLzFjBh9qv .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLzFjBh9qv .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLzFjBh9qv .btn-info-outline:active,
.cid-rLzFjBh9qv .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLzFjBh9qv DIV {
  color: #57468b;
}
.cid-rLzFjBh9qv .mbr-text,
.cid-rLzFjBh9qv .media-content,
.cid-rLzFjBh9qv .mbr-section-btn {
  color: #000000;
}
.cid-rLzFjBh9qv .align-left {
  text-align: left;
}
.cid-rMb2JyXNlY {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMb2JyXNlY img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rMb2JyXNlY H1 {
  color: #000000;
}
.cid-rMb2JyXNlY .mbr-text,
.cid-rMb2JyXNlY .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rMb2JyXNlY H3 {
  color: #85b40a;
}
.cid-rMb2JyXNlY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rMb2JyXNlY .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rMb2JyXNlY .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rMb2JyXNlY .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rMb2JyXNlY .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rMb2JyXNlY .btn-info-outline:active,
.cid-rMb2JyXNlY .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rMb2JyXNlY DIV {
  color: #57468b;
}
.cid-rMb2JyXNlY .mbr-text,
.cid-rMb2JyXNlY .media-content,
.cid-rMb2JyXNlY .mbr-section-btn {
  color: #000000;
}
.cid-rMb2JyXNlY .align-left {
  text-align: left;
}
.cid-rMlXHIPrW7 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMlXHIPrW7 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rMlXHIPrW7 H1 {
  color: #000000;
}
.cid-rMlXHIPrW7 .mbr-text,
.cid-rMlXHIPrW7 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rMlXHIPrW7 H3 {
  color: #85b40a;
}
.cid-rMlXHIPrW7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rMlXHIPrW7 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rMlXHIPrW7 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rMlXHIPrW7 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rMlXHIPrW7 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rMlXHIPrW7 .btn-info-outline:active,
.cid-rMlXHIPrW7 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rMlXHIPrW7 DIV {
  color: #57468b;
}
.cid-rMlXHIPrW7 .mbr-text,
.cid-rMlXHIPrW7 .media-content,
.cid-rMlXHIPrW7 .mbr-section-btn {
  color: #000000;
}
.cid-rMlXHIPrW7 .align-left {
  text-align: left;
}
.cid-rMUnVwn2yC {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMUnVwn2yC img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rMUnVwn2yC H1 {
  color: #000000;
}
.cid-rMUnVwn2yC .mbr-text,
.cid-rMUnVwn2yC .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rMUnVwn2yC H3 {
  color: #85b40a;
}
.cid-rMUnVwn2yC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rMUnVwn2yC .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rMUnVwn2yC .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rMUnVwn2yC .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rMUnVwn2yC .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rMUnVwn2yC .btn-info-outline:active,
.cid-rMUnVwn2yC .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rMUnVwn2yC DIV {
  color: #57468b;
}
.cid-rMUnVwn2yC .mbr-text,
.cid-rMUnVwn2yC .media-content,
.cid-rMUnVwn2yC .mbr-section-btn {
  color: #000000;
}
.cid-rMUnVwn2yC .align-left {
  text-align: left;
}
.cid-rMUslwaHZP {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMUslwaHZP img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rMUslwaHZP H1 {
  color: #000000;
}
.cid-rMUslwaHZP .mbr-text,
.cid-rMUslwaHZP .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rMUslwaHZP H3 {
  color: #85b40a;
}
.cid-rMUslwaHZP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rMUslwaHZP .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rMUslwaHZP .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rMUslwaHZP .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rMUslwaHZP .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rMUslwaHZP .btn-info-outline:active,
.cid-rMUslwaHZP .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rMUslwaHZP DIV {
  color: #57468b;
}
.cid-rMUslwaHZP .mbr-text,
.cid-rMUslwaHZP .media-content,
.cid-rMUslwaHZP .mbr-section-btn {
  color: #000000;
}
.cid-rMUslwaHZP .align-left {
  text-align: left;
}
.cid-rXcKCAWfEp {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXcKCAWfEp img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXcKCAWfEp H1 {
  color: #000000;
}
.cid-rXcKCAWfEp .mbr-text,
.cid-rXcKCAWfEp .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXcKCAWfEp H3 {
  color: #85b40a;
}
.cid-rXcKCAWfEp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXcKCAWfEp .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXcKCAWfEp .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXcKCAWfEp .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXcKCAWfEp .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXcKCAWfEp .btn-info-outline:active,
.cid-rXcKCAWfEp .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXcKCAWfEp DIV {
  color: #57468b;
}
.cid-rXcKCAWfEp .mbr-text,
.cid-rXcKCAWfEp .media-content,
.cid-rXcKCAWfEp .mbr-section-btn {
  color: #000000;
}
.cid-rXcKCAWfEp .align-left {
  text-align: left;
}
.cid-rXiGcRs6I2 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXiGcRs6I2 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXiGcRs6I2 H1 {
  color: #000000;
}
.cid-rXiGcRs6I2 .mbr-text,
.cid-rXiGcRs6I2 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXiGcRs6I2 H3 {
  color: #85b40a;
}
.cid-rXiGcRs6I2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXiGcRs6I2 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXiGcRs6I2 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXiGcRs6I2 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXiGcRs6I2 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXiGcRs6I2 .btn-info-outline:active,
.cid-rXiGcRs6I2 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXiGcRs6I2 DIV {
  color: #57468b;
}
.cid-rXiGcRs6I2 .mbr-text,
.cid-rXiGcRs6I2 .media-content,
.cid-rXiGcRs6I2 .mbr-section-btn {
  color: #000000;
}
.cid-rXiGcRs6I2 .align-left {
  text-align: left;
}
.cid-rMUuFKFRkv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMUuFKFRkv img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rMUuFKFRkv H1 {
  color: #000000;
}
.cid-rMUuFKFRkv .mbr-text,
.cid-rMUuFKFRkv .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rMUuFKFRkv H3 {
  color: #85b40a;
}
.cid-rMUuFKFRkv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rMUuFKFRkv .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rMUuFKFRkv .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rMUuFKFRkv .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rMUuFKFRkv .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rMUuFKFRkv .btn-info-outline:active,
.cid-rMUuFKFRkv .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rMUuFKFRkv DIV {
  color: #57468b;
}
.cid-rMUuFKFRkv .mbr-text,
.cid-rMUuFKFRkv .media-content,
.cid-rMUuFKFRkv .mbr-section-btn {
  color: #000000;
}
.cid-rMUuFKFRkv .align-left {
  text-align: left;
}
.cid-rNuuRfNtM0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rNuuRfNtM0 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rNuuRfNtM0 H1 {
  color: #000000;
}
.cid-rNuuRfNtM0 .mbr-text,
.cid-rNuuRfNtM0 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rNuuRfNtM0 H3 {
  color: #85b40a;
}
.cid-rNuuRfNtM0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNuuRfNtM0 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rNuuRfNtM0 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rNuuRfNtM0 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rNuuRfNtM0 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rNuuRfNtM0 .btn-info-outline:active,
.cid-rNuuRfNtM0 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rNuuRfNtM0 DIV {
  color: #57468b;
}
.cid-rNuuRfNtM0 .mbr-text,
.cid-rNuuRfNtM0 .media-content,
.cid-rNuuRfNtM0 .mbr-section-btn {
  color: #000000;
}
.cid-rNuuRfNtM0 .align-left {
  text-align: left;
}
.cid-rNY6C9UnUO {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rNY6C9UnUO img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rNY6C9UnUO H1 {
  color: #000000;
}
.cid-rNY6C9UnUO .mbr-text,
.cid-rNY6C9UnUO .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rNY6C9UnUO H3 {
  color: #85b40a;
}
.cid-rNY6C9UnUO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNY6C9UnUO .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rNY6C9UnUO .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rNY6C9UnUO .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rNY6C9UnUO .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rNY6C9UnUO .btn-info-outline:active,
.cid-rNY6C9UnUO .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rNY6C9UnUO DIV {
  color: #57468b;
}
.cid-rNY6C9UnUO .mbr-text,
.cid-rNY6C9UnUO .media-content,
.cid-rNY6C9UnUO .mbr-section-btn {
  color: #000000;
}
.cid-rNY6C9UnUO .align-left {
  text-align: left;
}
.cid-rMaJbGjvoX {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMaJbGjvoX img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rMaJbGjvoX H1 {
  color: #000000;
}
.cid-rMaJbGjvoX .mbr-text,
.cid-rMaJbGjvoX .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rMaJbGjvoX H3 {
  color: #85b40a;
}
.cid-rMaJbGjvoX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rMaJbGjvoX .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rMaJbGjvoX .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rMaJbGjvoX .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rMaJbGjvoX .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rMaJbGjvoX .btn-info-outline:active,
.cid-rMaJbGjvoX .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rMaJbGjvoX DIV {
  color: #57468b;
}
.cid-rMaJbGjvoX .mbr-text,
.cid-rMaJbGjvoX .media-content,
.cid-rMaJbGjvoX .mbr-section-btn {
  color: #000000;
}
.cid-rMaJbGjvoX .align-left {
  text-align: left;
}
.cid-rO1WTVOCZj {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rO1WTVOCZj img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rO1WTVOCZj H1 {
  color: #000000;
}
.cid-rO1WTVOCZj .mbr-text,
.cid-rO1WTVOCZj .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rO1WTVOCZj H3 {
  color: #85b40a;
}
.cid-rO1WTVOCZj .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rO1WTVOCZj .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rO1WTVOCZj .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rO1WTVOCZj .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rO1WTVOCZj .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rO1WTVOCZj .btn-info-outline:active,
.cid-rO1WTVOCZj .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rO1WTVOCZj DIV {
  color: #57468b;
}
.cid-rO1WTVOCZj .mbr-text,
.cid-rO1WTVOCZj .media-content,
.cid-rO1WTVOCZj .mbr-section-btn {
  color: #000000;
}
.cid-rO1WTVOCZj .align-left {
  text-align: left;
}
.cid-rO22q8BjtA {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rO22q8BjtA img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rO22q8BjtA H1 {
  color: #000000;
}
.cid-rO22q8BjtA .mbr-text,
.cid-rO22q8BjtA .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rO22q8BjtA H3 {
  color: #85b40a;
}
.cid-rO22q8BjtA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rO22q8BjtA .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rO22q8BjtA .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rO22q8BjtA .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rO22q8BjtA .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rO22q8BjtA .btn-info-outline:active,
.cid-rO22q8BjtA .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rO22q8BjtA DIV {
  color: #57468b;
}
.cid-rO22q8BjtA .mbr-text,
.cid-rO22q8BjtA .media-content,
.cid-rO22q8BjtA .mbr-section-btn {
  color: #000000;
}
.cid-rO22q8BjtA .align-left {
  text-align: left;
}
.cid-rYeDyg4AQw {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYeDyg4AQw img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rYeDyg4AQw H1 {
  color: #000000;
}
.cid-rYeDyg4AQw .mbr-text,
.cid-rYeDyg4AQw .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rYeDyg4AQw H3 {
  color: #85b40a;
}
.cid-rYeDyg4AQw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rYeDyg4AQw .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rYeDyg4AQw .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rYeDyg4AQw .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rYeDyg4AQw .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rYeDyg4AQw .btn-info-outline:active,
.cid-rYeDyg4AQw .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rYeDyg4AQw DIV {
  color: #57468b;
}
.cid-rYeDyg4AQw .mbr-text,
.cid-rYeDyg4AQw .media-content,
.cid-rYeDyg4AQw .mbr-section-btn {
  color: #000000;
}
.cid-rYeDyg4AQw .align-left {
  text-align: left;
}
.cid-rLw49pxCzq {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rLw49pxCzq img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLw49pxCzq H1 {
  color: #000000;
}
.cid-rLw49pxCzq .mbr-text,
.cid-rLw49pxCzq .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLw49pxCzq H3 {
  color: #85b40a;
}
.cid-rLw49pxCzq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLw49pxCzq .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLw49pxCzq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLw49pxCzq .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLw49pxCzq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLw49pxCzq .btn-info-outline:active,
.cid-rLw49pxCzq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLw49pxCzq DIV {
  color: #57468b;
}
.cid-rLw49pxCzq .mbr-text,
.cid-rLw49pxCzq .media-content,
.cid-rLw49pxCzq .mbr-section-btn {
  color: #000000;
}
.cid-rLw49pxCzq .align-left {
  text-align: left;
}
.cid-rSM05ijm6A {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rSM05ijm6A img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rSM05ijm6A H1 {
  color: #000000;
}
.cid-rSM05ijm6A .mbr-text,
.cid-rSM05ijm6A .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rSM05ijm6A H3 {
  color: #85b40a;
}
.cid-rSM05ijm6A .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSM05ijm6A .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rSM05ijm6A .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rSM05ijm6A .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rSM05ijm6A .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rSM05ijm6A .btn-info-outline:active,
.cid-rSM05ijm6A .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rSM05ijm6A DIV {
  color: #57468b;
}
.cid-rSM05ijm6A .mbr-text,
.cid-rSM05ijm6A .media-content,
.cid-rSM05ijm6A .mbr-section-btn {
  color: #000000;
}
.cid-rSM05ijm6A .align-left {
  text-align: left;
}
.cid-rUJhVsPZVW {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUJhVsPZVW img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rUJhVsPZVW H1 {
  color: #000000;
}
.cid-rUJhVsPZVW .mbr-text,
.cid-rUJhVsPZVW .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rUJhVsPZVW H3 {
  color: #85b40a;
}
.cid-rUJhVsPZVW .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUJhVsPZVW .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rUJhVsPZVW .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rUJhVsPZVW .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rUJhVsPZVW .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rUJhVsPZVW .btn-info-outline:active,
.cid-rUJhVsPZVW .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rUJhVsPZVW DIV {
  color: #57468b;
}
.cid-rUJhVsPZVW .mbr-text,
.cid-rUJhVsPZVW .media-content,
.cid-rUJhVsPZVW .mbr-section-btn {
  color: #000000;
}
.cid-rUJhVsPZVW .align-left {
  text-align: left;
}
.cid-rXQHdEEXMi {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXQHdEEXMi img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXQHdEEXMi H1 {
  color: #000000;
}
.cid-rXQHdEEXMi .mbr-text,
.cid-rXQHdEEXMi .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXQHdEEXMi H3 {
  color: #85b40a;
}
.cid-rXQHdEEXMi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXQHdEEXMi .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXQHdEEXMi .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXQHdEEXMi .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXQHdEEXMi .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXQHdEEXMi .btn-info-outline:active,
.cid-rXQHdEEXMi .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXQHdEEXMi DIV {
  color: #57468b;
}
.cid-rXQHdEEXMi .mbr-text,
.cid-rXQHdEEXMi .media-content,
.cid-rXQHdEEXMi .mbr-section-btn {
  color: #000000;
}
.cid-rXQHdEEXMi .align-left {
  text-align: left;
}
.cid-rUK0BKH1wj {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUK0BKH1wj img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rUK0BKH1wj H1 {
  color: #000000;
}
.cid-rUK0BKH1wj .mbr-text,
.cid-rUK0BKH1wj .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rUK0BKH1wj H3 {
  color: #85b40a;
}
.cid-rUK0BKH1wj .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUK0BKH1wj .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rUK0BKH1wj .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rUK0BKH1wj .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rUK0BKH1wj .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rUK0BKH1wj .btn-info-outline:active,
.cid-rUK0BKH1wj .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rUK0BKH1wj DIV {
  color: #57468b;
}
.cid-rUK0BKH1wj .mbr-text,
.cid-rUK0BKH1wj .media-content,
.cid-rUK0BKH1wj .mbr-section-btn {
  color: #000000;
}
.cid-rUK0BKH1wj .align-left {
  text-align: left;
}
.cid-rVkhw8S0am {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVkhw8S0am img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVkhw8S0am H1 {
  color: #000000;
}
.cid-rVkhw8S0am .mbr-text,
.cid-rVkhw8S0am .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVkhw8S0am H3 {
  color: #85b40a;
}
.cid-rVkhw8S0am .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVkhw8S0am .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVkhw8S0am .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVkhw8S0am .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVkhw8S0am .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVkhw8S0am .btn-info-outline:active,
.cid-rVkhw8S0am .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVkhw8S0am DIV {
  color: #57468b;
}
.cid-rVkhw8S0am .mbr-text,
.cid-rVkhw8S0am .media-content,
.cid-rVkhw8S0am .mbr-section-btn {
  color: #000000;
}
.cid-rVkhw8S0am .align-left {
  text-align: left;
}
.cid-rVpxtvMWW1 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVpxtvMWW1 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVpxtvMWW1 H1 {
  color: #000000;
}
.cid-rVpxtvMWW1 .mbr-text,
.cid-rVpxtvMWW1 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVpxtvMWW1 H3 {
  color: #85b40a;
}
.cid-rVpxtvMWW1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVpxtvMWW1 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVpxtvMWW1 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVpxtvMWW1 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVpxtvMWW1 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVpxtvMWW1 .btn-info-outline:active,
.cid-rVpxtvMWW1 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVpxtvMWW1 DIV {
  color: #57468b;
}
.cid-rVpxtvMWW1 .mbr-text,
.cid-rVpxtvMWW1 .media-content,
.cid-rVpxtvMWW1 .mbr-section-btn {
  color: #000000;
}
.cid-rVpxtvMWW1 .align-left {
  text-align: left;
}
.cid-rVpDUaSwcN {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVpDUaSwcN img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVpDUaSwcN H1 {
  color: #000000;
}
.cid-rVpDUaSwcN .mbr-text,
.cid-rVpDUaSwcN .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVpDUaSwcN H3 {
  color: #85b40a;
}
.cid-rVpDUaSwcN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVpDUaSwcN .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVpDUaSwcN .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVpDUaSwcN .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVpDUaSwcN .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVpDUaSwcN .btn-info-outline:active,
.cid-rVpDUaSwcN .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVpDUaSwcN DIV {
  color: #57468b;
}
.cid-rVpDUaSwcN .mbr-text,
.cid-rVpDUaSwcN .media-content,
.cid-rVpDUaSwcN .mbr-section-btn {
  color: #000000;
}
.cid-rVpDUaSwcN .align-left {
  text-align: left;
}
.cid-rVjZBo10g0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVjZBo10g0 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVjZBo10g0 H1 {
  color: #000000;
}
.cid-rVjZBo10g0 .mbr-text,
.cid-rVjZBo10g0 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVjZBo10g0 H3 {
  color: #85b40a;
}
.cid-rVjZBo10g0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVjZBo10g0 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVjZBo10g0 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVjZBo10g0 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVjZBo10g0 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVjZBo10g0 .btn-info-outline:active,
.cid-rVjZBo10g0 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVjZBo10g0 DIV {
  color: #57468b;
}
.cid-rVjZBo10g0 .mbr-text,
.cid-rVjZBo10g0 .media-content,
.cid-rVjZBo10g0 .mbr-section-btn {
  color: #000000;
}
.cid-rVjZBo10g0 .align-left {
  text-align: left;
}
.cid-rUJ8PUyFEH {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUJ8PUyFEH img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rUJ8PUyFEH H1 {
  color: #000000;
}
.cid-rUJ8PUyFEH .mbr-text,
.cid-rUJ8PUyFEH .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rUJ8PUyFEH H3 {
  color: #85b40a;
}
.cid-rUJ8PUyFEH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUJ8PUyFEH .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rUJ8PUyFEH .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rUJ8PUyFEH .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rUJ8PUyFEH .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rUJ8PUyFEH .btn-info-outline:active,
.cid-rUJ8PUyFEH .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rUJ8PUyFEH DIV {
  color: #57468b;
}
.cid-rUJ8PUyFEH .mbr-text,
.cid-rUJ8PUyFEH .media-content,
.cid-rUJ8PUyFEH .mbr-section-btn {
  color: #000000;
}
.cid-rUJ8PUyFEH .align-left {
  text-align: left;
}
.cid-rUJcnwhmH0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUJcnwhmH0 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rUJcnwhmH0 H1 {
  color: #000000;
}
.cid-rUJcnwhmH0 .mbr-text,
.cid-rUJcnwhmH0 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rUJcnwhmH0 H3 {
  color: #85b40a;
}
.cid-rUJcnwhmH0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUJcnwhmH0 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rUJcnwhmH0 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rUJcnwhmH0 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rUJcnwhmH0 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rUJcnwhmH0 .btn-info-outline:active,
.cid-rUJcnwhmH0 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rUJcnwhmH0 DIV {
  color: #57468b;
}
.cid-rUJcnwhmH0 .mbr-text,
.cid-rUJcnwhmH0 .media-content,
.cid-rUJcnwhmH0 .mbr-section-btn {
  color: #000000;
}
.cid-rUJcnwhmH0 .align-left {
  text-align: left;
}
.cid-rLu15HoPQs {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rLu15HoPQs img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLu15HoPQs H1 {
  color: #000000;
}
.cid-rLu15HoPQs .mbr-text,
.cid-rLu15HoPQs .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLu15HoPQs H3 {
  color: #85b40a;
}
.cid-rLu15HoPQs .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLu15HoPQs .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLu15HoPQs .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLu15HoPQs .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLu15HoPQs .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLu15HoPQs .btn-info-outline:active,
.cid-rLu15HoPQs .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLu15HoPQs DIV {
  color: #57468b;
}
.cid-rLu15HoPQs .mbr-text,
.cid-rLu15HoPQs .media-content,
.cid-rLu15HoPQs .mbr-section-btn {
  color: #000000;
}
.cid-rLu15HoPQs .align-left {
  text-align: left;
}
.cid-rUKbYviYON {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUKbYviYON img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rUKbYviYON H1 {
  color: #000000;
}
.cid-rUKbYviYON .mbr-text,
.cid-rUKbYviYON .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rUKbYviYON H3 {
  color: #85b40a;
}
.cid-rUKbYviYON .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUKbYviYON .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rUKbYviYON .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rUKbYviYON .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rUKbYviYON .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rUKbYviYON .btn-info-outline:active,
.cid-rUKbYviYON .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rUKbYviYON DIV {
  color: #57468b;
}
.cid-rUKbYviYON .mbr-text,
.cid-rUKbYviYON .media-content,
.cid-rUKbYviYON .mbr-section-btn {
  color: #000000;
}
.cid-rUKbYviYON .align-left {
  text-align: left;
}
.cid-rVvgwNKylD {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVvgwNKylD img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVvgwNKylD H1 {
  color: #000000;
}
.cid-rVvgwNKylD .mbr-text,
.cid-rVvgwNKylD .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVvgwNKylD H3 {
  color: #85b40a;
}
.cid-rVvgwNKylD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVvgwNKylD .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVvgwNKylD .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVvgwNKylD .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVvgwNKylD .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVvgwNKylD .btn-info-outline:active,
.cid-rVvgwNKylD .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVvgwNKylD DIV {
  color: #57468b;
}
.cid-rVvgwNKylD .mbr-text,
.cid-rVvgwNKylD .media-content,
.cid-rVvgwNKylD .mbr-section-btn {
  color: #000000;
}
.cid-rVvgwNKylD .align-left {
  text-align: left;
}
.cid-rVSYRiWIYG {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVSYRiWIYG img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVSYRiWIYG H1 {
  color: #000000;
}
.cid-rVSYRiWIYG .mbr-text,
.cid-rVSYRiWIYG .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVSYRiWIYG H3 {
  color: #85b40a;
}
.cid-rVSYRiWIYG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVSYRiWIYG .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVSYRiWIYG .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVSYRiWIYG .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVSYRiWIYG .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVSYRiWIYG .btn-info-outline:active,
.cid-rVSYRiWIYG .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVSYRiWIYG DIV {
  color: #57468b;
}
.cid-rVSYRiWIYG .mbr-text,
.cid-rVSYRiWIYG .media-content,
.cid-rVSYRiWIYG .mbr-section-btn {
  color: #000000;
}
.cid-rVSYRiWIYG .align-left {
  text-align: left;
}
.cid-rVSCX20k5K {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVSCX20k5K img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVSCX20k5K H1 {
  color: #000000;
}
.cid-rVSCX20k5K .mbr-text,
.cid-rVSCX20k5K .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVSCX20k5K H3 {
  color: #85b40a;
}
.cid-rVSCX20k5K .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVSCX20k5K .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVSCX20k5K .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVSCX20k5K .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVSCX20k5K .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVSCX20k5K .btn-info-outline:active,
.cid-rVSCX20k5K .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVSCX20k5K DIV {
  color: #57468b;
}
.cid-rVSCX20k5K .mbr-text,
.cid-rVSCX20k5K .media-content,
.cid-rVSCX20k5K .mbr-section-btn {
  color: #000000;
}
.cid-rVSCX20k5K .align-left {
  text-align: left;
}
.cid-rVdUqJHFXq {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVdUqJHFXq img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVdUqJHFXq H1 {
  color: #000000;
}
.cid-rVdUqJHFXq .mbr-text,
.cid-rVdUqJHFXq .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVdUqJHFXq H3 {
  color: #85b40a;
}
.cid-rVdUqJHFXq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVdUqJHFXq .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVdUqJHFXq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVdUqJHFXq .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVdUqJHFXq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVdUqJHFXq .btn-info-outline:active,
.cid-rVdUqJHFXq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVdUqJHFXq DIV {
  color: #57468b;
}
.cid-rVdUqJHFXq .mbr-text,
.cid-rVdUqJHFXq .media-content,
.cid-rVdUqJHFXq .mbr-section-btn {
  color: #000000;
}
.cid-rVdUqJHFXq .align-left {
  text-align: left;
}
.cid-rVpp393YEo {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVpp393YEo img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVpp393YEo H1 {
  color: #000000;
}
.cid-rVpp393YEo .mbr-text,
.cid-rVpp393YEo .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVpp393YEo H3 {
  color: #85b40a;
}
.cid-rVpp393YEo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVpp393YEo .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVpp393YEo .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVpp393YEo .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVpp393YEo .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVpp393YEo .btn-info-outline:active,
.cid-rVpp393YEo .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVpp393YEo DIV {
  color: #57468b;
}
.cid-rVpp393YEo .mbr-text,
.cid-rVpp393YEo .media-content,
.cid-rVpp393YEo .mbr-section-btn {
  color: #000000;
}
.cid-rVpp393YEo .align-left {
  text-align: left;
}
.cid-rO3y01nv6y {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rO3y01nv6y img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rO3y01nv6y H1 {
  color: #000000;
}
.cid-rO3y01nv6y .mbr-text,
.cid-rO3y01nv6y .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rO3y01nv6y H3 {
  color: #85b40a;
}
.cid-rO3y01nv6y .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rO3y01nv6y .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rO3y01nv6y .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rO3y01nv6y .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rO3y01nv6y .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rO3y01nv6y .btn-info-outline:active,
.cid-rO3y01nv6y .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rO3y01nv6y DIV {
  color: #57468b;
}
.cid-rO3y01nv6y .mbr-text,
.cid-rO3y01nv6y .media-content,
.cid-rO3y01nv6y .mbr-section-btn {
  color: #000000;
}
.cid-rO3y01nv6y .align-left {
  text-align: left;
}
.cid-rVv87rxPrQ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVv87rxPrQ img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVv87rxPrQ H1 {
  color: #000000;
}
.cid-rVv87rxPrQ .mbr-text,
.cid-rVv87rxPrQ .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVv87rxPrQ H3 {
  color: #85b40a;
}
.cid-rVv87rxPrQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVv87rxPrQ .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVv87rxPrQ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVv87rxPrQ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVv87rxPrQ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVv87rxPrQ .btn-info-outline:active,
.cid-rVv87rxPrQ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVv87rxPrQ DIV {
  color: #57468b;
}
.cid-rVv87rxPrQ .mbr-text,
.cid-rVv87rxPrQ .media-content,
.cid-rVv87rxPrQ .mbr-section-btn {
  color: #000000;
}
.cid-rVv87rxPrQ .align-left {
  text-align: left;
}
.cid-rWMubSncu1 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMubSncu1 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMubSncu1 H1 {
  color: #000000;
}
.cid-rWMubSncu1 .mbr-text,
.cid-rWMubSncu1 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMubSncu1 H3 {
  color: #85b40a;
}
.cid-rWMubSncu1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMubSncu1 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMubSncu1 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMubSncu1 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMubSncu1 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMubSncu1 .btn-info-outline:active,
.cid-rWMubSncu1 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMubSncu1 DIV {
  color: #57468b;
}
.cid-rWMubSncu1 .mbr-text,
.cid-rWMubSncu1 .media-content,
.cid-rWMubSncu1 .mbr-section-btn {
  color: #000000;
}
.cid-rWMubSncu1 .align-left {
  text-align: left;
}
.cid-rZnpH4bOZy {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZnpH4bOZy img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rZnpH4bOZy H1 {
  color: #000000;
}
.cid-rZnpH4bOZy .mbr-text,
.cid-rZnpH4bOZy .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rZnpH4bOZy H3 {
  color: #85b40a;
}
.cid-rZnpH4bOZy .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rZnpH4bOZy .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rZnpH4bOZy .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rZnpH4bOZy .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rZnpH4bOZy .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rZnpH4bOZy .btn-info-outline:active,
.cid-rZnpH4bOZy .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rZnpH4bOZy DIV {
  color: #57468b;
}
.cid-rZnpH4bOZy .mbr-text,
.cid-rZnpH4bOZy .media-content,
.cid-rZnpH4bOZy .mbr-section-btn {
  color: #000000;
}
.cid-rZnpH4bOZy .align-left {
  text-align: left;
}
.cid-rVH4Nlsv5P {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVH4Nlsv5P img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVH4Nlsv5P H1 {
  color: #000000;
}
.cid-rVH4Nlsv5P .mbr-text,
.cid-rVH4Nlsv5P .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVH4Nlsv5P H3 {
  color: #85b40a;
}
.cid-rVH4Nlsv5P .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVH4Nlsv5P .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVH4Nlsv5P .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVH4Nlsv5P .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVH4Nlsv5P .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVH4Nlsv5P .btn-info-outline:active,
.cid-rVH4Nlsv5P .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVH4Nlsv5P DIV {
  color: #57468b;
}
.cid-rVH4Nlsv5P .mbr-text,
.cid-rVH4Nlsv5P .media-content,
.cid-rVH4Nlsv5P .mbr-section-btn {
  color: #000000;
}
.cid-rVH4Nlsv5P .align-left {
  text-align: left;
}
.cid-rUQ3T8WmSM {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUQ3T8WmSM img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rUQ3T8WmSM H1 {
  color: #000000;
}
.cid-rUQ3T8WmSM .mbr-text,
.cid-rUQ3T8WmSM .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rUQ3T8WmSM H3 {
  color: #85b40a;
}
.cid-rUQ3T8WmSM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUQ3T8WmSM .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rUQ3T8WmSM .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rUQ3T8WmSM .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rUQ3T8WmSM .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rUQ3T8WmSM .btn-info-outline:active,
.cid-rUQ3T8WmSM .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rUQ3T8WmSM DIV {
  color: #57468b;
}
.cid-rUQ3T8WmSM .mbr-text,
.cid-rUQ3T8WmSM .media-content,
.cid-rUQ3T8WmSM .mbr-section-btn {
  color: #000000;
}
.cid-rUQ3T8WmSM .align-left {
  text-align: left;
}
.cid-rVjvcLQFbT {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVjvcLQFbT img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVjvcLQFbT H1 {
  color: #000000;
}
.cid-rVjvcLQFbT .mbr-text,
.cid-rVjvcLQFbT .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVjvcLQFbT H3 {
  color: #85b40a;
}
.cid-rVjvcLQFbT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVjvcLQFbT .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVjvcLQFbT .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVjvcLQFbT .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVjvcLQFbT .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVjvcLQFbT .btn-info-outline:active,
.cid-rVjvcLQFbT .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVjvcLQFbT DIV {
  color: #57468b;
}
.cid-rVjvcLQFbT .mbr-text,
.cid-rVjvcLQFbT .media-content,
.cid-rVjvcLQFbT .mbr-section-btn {
  color: #000000;
}
.cid-rVjvcLQFbT .align-left {
  text-align: left;
}
.cid-rVSR6TRXmK {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVSR6TRXmK img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVSR6TRXmK H1 {
  color: #000000;
}
.cid-rVSR6TRXmK .mbr-text,
.cid-rVSR6TRXmK .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVSR6TRXmK H3 {
  color: #85b40a;
}
.cid-rVSR6TRXmK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVSR6TRXmK .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVSR6TRXmK .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVSR6TRXmK .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVSR6TRXmK .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVSR6TRXmK .btn-info-outline:active,
.cid-rVSR6TRXmK .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVSR6TRXmK DIV {
  color: #57468b;
}
.cid-rVSR6TRXmK .mbr-text,
.cid-rVSR6TRXmK .media-content,
.cid-rVSR6TRXmK .mbr-section-btn {
  color: #000000;
}
.cid-rVSR6TRXmK .align-left {
  text-align: left;
}
.cid-rVdWkqA4XJ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVdWkqA4XJ img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVdWkqA4XJ H1 {
  color: #000000;
}
.cid-rVdWkqA4XJ .mbr-text,
.cid-rVdWkqA4XJ .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVdWkqA4XJ H3 {
  color: #85b40a;
}
.cid-rVdWkqA4XJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVdWkqA4XJ .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVdWkqA4XJ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVdWkqA4XJ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVdWkqA4XJ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVdWkqA4XJ .btn-info-outline:active,
.cid-rVdWkqA4XJ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVdWkqA4XJ DIV {
  color: #57468b;
}
.cid-rVdWkqA4XJ .mbr-text,
.cid-rVdWkqA4XJ .media-content,
.cid-rVdWkqA4XJ .mbr-section-btn {
  color: #000000;
}
.cid-rVdWkqA4XJ .align-left {
  text-align: left;
}
.cid-rZb9TtG32L {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZb9TtG32L img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rZb9TtG32L H1 {
  color: #000000;
}
.cid-rZb9TtG32L .mbr-text,
.cid-rZb9TtG32L .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rZb9TtG32L H3 {
  color: #85b40a;
}
.cid-rZb9TtG32L .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rZb9TtG32L .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rZb9TtG32L .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rZb9TtG32L .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rZb9TtG32L .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rZb9TtG32L .btn-info-outline:active,
.cid-rZb9TtG32L .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rZb9TtG32L DIV {
  color: #57468b;
}
.cid-rZb9TtG32L .mbr-text,
.cid-rZb9TtG32L .media-content,
.cid-rZb9TtG32L .mbr-section-btn {
  color: #000000;
}
.cid-rZb9TtG32L .align-left {
  text-align: left;
}
.cid-rVjmArxXjA {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVjmArxXjA img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVjmArxXjA H1 {
  color: #000000;
}
.cid-rVjmArxXjA .mbr-text,
.cid-rVjmArxXjA .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVjmArxXjA H3 {
  color: #85b40a;
}
.cid-rVjmArxXjA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVjmArxXjA .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVjmArxXjA .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVjmArxXjA .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVjmArxXjA .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVjmArxXjA .btn-info-outline:active,
.cid-rVjmArxXjA .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVjmArxXjA DIV {
  color: #57468b;
}
.cid-rVjmArxXjA .mbr-text,
.cid-rVjmArxXjA .media-content,
.cid-rVjmArxXjA .mbr-section-btn {
  color: #000000;
}
.cid-rVjmArxXjA .align-left {
  text-align: left;
}
.cid-rVk7mbBqZq {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVk7mbBqZq img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVk7mbBqZq H1 {
  color: #000000;
}
.cid-rVk7mbBqZq .mbr-text,
.cid-rVk7mbBqZq .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVk7mbBqZq H3 {
  color: #85b40a;
}
.cid-rVk7mbBqZq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVk7mbBqZq .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVk7mbBqZq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVk7mbBqZq .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVk7mbBqZq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVk7mbBqZq .btn-info-outline:active,
.cid-rVk7mbBqZq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVk7mbBqZq DIV {
  color: #57468b;
}
.cid-rVk7mbBqZq .mbr-text,
.cid-rVk7mbBqZq .media-content,
.cid-rVk7mbBqZq .mbr-section-btn {
  color: #000000;
}
.cid-rVk7mbBqZq .align-left {
  text-align: left;
}
.cid-rVp6fiPNid {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVp6fiPNid img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVp6fiPNid H1 {
  color: #000000;
}
.cid-rVp6fiPNid .mbr-text,
.cid-rVp6fiPNid .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVp6fiPNid H3 {
  color: #85b40a;
}
.cid-rVp6fiPNid .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVp6fiPNid .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVp6fiPNid .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVp6fiPNid .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVp6fiPNid .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVp6fiPNid .btn-info-outline:active,
.cid-rVp6fiPNid .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVp6fiPNid DIV {
  color: #57468b;
}
.cid-rVp6fiPNid .mbr-text,
.cid-rVp6fiPNid .media-content,
.cid-rVp6fiPNid .mbr-section-btn {
  color: #000000;
}
.cid-rVp6fiPNid .align-left {
  text-align: left;
}
.cid-rVphV0CXE7 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVphV0CXE7 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVphV0CXE7 H1 {
  color: #000000;
}
.cid-rVphV0CXE7 .mbr-text,
.cid-rVphV0CXE7 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVphV0CXE7 H3 {
  color: #85b40a;
}
.cid-rVphV0CXE7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVphV0CXE7 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVphV0CXE7 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVphV0CXE7 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVphV0CXE7 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVphV0CXE7 .btn-info-outline:active,
.cid-rVphV0CXE7 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVphV0CXE7 DIV {
  color: #57468b;
}
.cid-rVphV0CXE7 .mbr-text,
.cid-rVphV0CXE7 .media-content,
.cid-rVphV0CXE7 .mbr-section-btn {
  color: #000000;
}
.cid-rVphV0CXE7 .align-left {
  text-align: left;
}
.cid-rVpSETTAqW {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVpSETTAqW img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVpSETTAqW H1 {
  color: #000000;
}
.cid-rVpSETTAqW .mbr-text,
.cid-rVpSETTAqW .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVpSETTAqW H3 {
  color: #85b40a;
}
.cid-rVpSETTAqW .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVpSETTAqW .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVpSETTAqW .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVpSETTAqW .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVpSETTAqW .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVpSETTAqW .btn-info-outline:active,
.cid-rVpSETTAqW .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVpSETTAqW DIV {
  color: #57468b;
}
.cid-rVpSETTAqW .mbr-text,
.cid-rVpSETTAqW .media-content,
.cid-rVpSETTAqW .mbr-section-btn {
  color: #000000;
}
.cid-rVpSETTAqW .align-left {
  text-align: left;
}
.cid-rNXTfmDpLa {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rNXTfmDpLa img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rNXTfmDpLa H1 {
  color: #000000;
}
.cid-rNXTfmDpLa .mbr-text,
.cid-rNXTfmDpLa .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rNXTfmDpLa H3 {
  color: #85b40a;
}
.cid-rNXTfmDpLa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNXTfmDpLa .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rNXTfmDpLa .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rNXTfmDpLa .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rNXTfmDpLa .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rNXTfmDpLa .btn-info-outline:active,
.cid-rNXTfmDpLa .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rNXTfmDpLa DIV {
  color: #57468b;
}
.cid-rNXTfmDpLa .mbr-text,
.cid-rNXTfmDpLa .media-content,
.cid-rNXTfmDpLa .mbr-section-btn {
  color: #000000;
}
.cid-rNXTfmDpLa .align-left {
  text-align: left;
}
.cid-rVvCgxzw5K {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVvCgxzw5K img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVvCgxzw5K H1 {
  color: #000000;
}
.cid-rVvCgxzw5K .mbr-text,
.cid-rVvCgxzw5K .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVvCgxzw5K H3 {
  color: #85b40a;
}
.cid-rVvCgxzw5K .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVvCgxzw5K .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVvCgxzw5K .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVvCgxzw5K .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVvCgxzw5K .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVvCgxzw5K .btn-info-outline:active,
.cid-rVvCgxzw5K .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVvCgxzw5K DIV {
  color: #57468b;
}
.cid-rVvCgxzw5K .mbr-text,
.cid-rVvCgxzw5K .media-content,
.cid-rVvCgxzw5K .mbr-section-btn {
  color: #000000;
}
.cid-rVvCgxzw5K .align-left {
  text-align: left;
}
.cid-rVBknxqXWE {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVBknxqXWE img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVBknxqXWE H1 {
  color: #000000;
}
.cid-rVBknxqXWE .mbr-text,
.cid-rVBknxqXWE .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVBknxqXWE H3 {
  color: #85b40a;
}
.cid-rVBknxqXWE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVBknxqXWE .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVBknxqXWE .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVBknxqXWE .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVBknxqXWE .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVBknxqXWE .btn-info-outline:active,
.cid-rVBknxqXWE .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVBknxqXWE DIV {
  color: #57468b;
}
.cid-rVBknxqXWE .mbr-text,
.cid-rVBknxqXWE .media-content,
.cid-rVBknxqXWE .mbr-section-btn {
  color: #000000;
}
.cid-rVBknxqXWE .align-left {
  text-align: left;
}
.cid-rVGohULf8g {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVGohULf8g img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVGohULf8g H1 {
  color: #000000;
}
.cid-rVGohULf8g .mbr-text,
.cid-rVGohULf8g .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVGohULf8g H3 {
  color: #85b40a;
}
.cid-rVGohULf8g .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVGohULf8g .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVGohULf8g .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVGohULf8g .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVGohULf8g .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVGohULf8g .btn-info-outline:active,
.cid-rVGohULf8g .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVGohULf8g DIV {
  color: #57468b;
}
.cid-rVGohULf8g .mbr-text,
.cid-rVGohULf8g .media-content,
.cid-rVGohULf8g .mbr-section-btn {
  color: #000000;
}
.cid-rVGohULf8g .align-left {
  text-align: left;
}
.cid-rVGCHTgPyQ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVGCHTgPyQ img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVGCHTgPyQ H1 {
  color: #000000;
}
.cid-rVGCHTgPyQ .mbr-text,
.cid-rVGCHTgPyQ .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVGCHTgPyQ H3 {
  color: #85b40a;
}
.cid-rVGCHTgPyQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVGCHTgPyQ .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVGCHTgPyQ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVGCHTgPyQ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVGCHTgPyQ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVGCHTgPyQ .btn-info-outline:active,
.cid-rVGCHTgPyQ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVGCHTgPyQ DIV {
  color: #57468b;
}
.cid-rVGCHTgPyQ .mbr-text,
.cid-rVGCHTgPyQ .media-content,
.cid-rVGCHTgPyQ .mbr-section-btn {
  color: #000000;
}
.cid-rVGCHTgPyQ .align-left {
  text-align: left;
}
.cid-rWMuhl5yzV {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMuhl5yzV img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMuhl5yzV H1 {
  color: #000000;
}
.cid-rWMuhl5yzV .mbr-text,
.cid-rWMuhl5yzV .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMuhl5yzV H3 {
  color: #85b40a;
}
.cid-rWMuhl5yzV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMuhl5yzV .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMuhl5yzV .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMuhl5yzV .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMuhl5yzV .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMuhl5yzV .btn-info-outline:active,
.cid-rWMuhl5yzV .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMuhl5yzV DIV {
  color: #57468b;
}
.cid-rWMuhl5yzV .mbr-text,
.cid-rWMuhl5yzV .media-content,
.cid-rWMuhl5yzV .mbr-section-btn {
  color: #000000;
}
.cid-rWMuhl5yzV .align-left {
  text-align: left;
}
.cid-rVGTgi9iFE {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVGTgi9iFE img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVGTgi9iFE H1 {
  color: #000000;
}
.cid-rVGTgi9iFE .mbr-text,
.cid-rVGTgi9iFE .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVGTgi9iFE H3 {
  color: #85b40a;
}
.cid-rVGTgi9iFE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVGTgi9iFE .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVGTgi9iFE .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVGTgi9iFE .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVGTgi9iFE .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVGTgi9iFE .btn-info-outline:active,
.cid-rVGTgi9iFE .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVGTgi9iFE DIV {
  color: #57468b;
}
.cid-rVGTgi9iFE .mbr-text,
.cid-rVGTgi9iFE .media-content,
.cid-rVGTgi9iFE .mbr-section-btn {
  color: #000000;
}
.cid-rVGTgi9iFE .align-left {
  text-align: left;
}
.cid-rVGrvAPGYM {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVGrvAPGYM img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVGrvAPGYM H1 {
  color: #000000;
}
.cid-rVGrvAPGYM .mbr-text,
.cid-rVGrvAPGYM .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVGrvAPGYM H3 {
  color: #85b40a;
}
.cid-rVGrvAPGYM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVGrvAPGYM .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVGrvAPGYM .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVGrvAPGYM .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVGrvAPGYM .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVGrvAPGYM .btn-info-outline:active,
.cid-rVGrvAPGYM .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVGrvAPGYM DIV {
  color: #57468b;
}
.cid-rVGrvAPGYM .mbr-text,
.cid-rVGrvAPGYM .media-content,
.cid-rVGrvAPGYM .mbr-section-btn {
  color: #000000;
}
.cid-rVGrvAPGYM .align-left {
  text-align: left;
}
.cid-rVGZE9veG7 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVGZE9veG7 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVGZE9veG7 H1 {
  color: #000000;
}
.cid-rVGZE9veG7 .mbr-text,
.cid-rVGZE9veG7 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVGZE9veG7 H3 {
  color: #85b40a;
}
.cid-rVGZE9veG7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVGZE9veG7 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVGZE9veG7 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVGZE9veG7 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVGZE9veG7 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVGZE9veG7 .btn-info-outline:active,
.cid-rVGZE9veG7 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVGZE9veG7 DIV {
  color: #57468b;
}
.cid-rVGZE9veG7 .mbr-text,
.cid-rVGZE9veG7 .media-content,
.cid-rVGZE9veG7 .mbr-section-btn {
  color: #000000;
}
.cid-rVGZE9veG7 .align-left {
  text-align: left;
}
.cid-rVHa6uxvbx {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVHa6uxvbx img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVHa6uxvbx H1 {
  color: #000000;
}
.cid-rVHa6uxvbx .mbr-text,
.cid-rVHa6uxvbx .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVHa6uxvbx H3 {
  color: #85b40a;
}
.cid-rVHa6uxvbx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVHa6uxvbx .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVHa6uxvbx .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVHa6uxvbx .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVHa6uxvbx .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVHa6uxvbx .btn-info-outline:active,
.cid-rVHa6uxvbx .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVHa6uxvbx DIV {
  color: #57468b;
}
.cid-rVHa6uxvbx .mbr-text,
.cid-rVHa6uxvbx .media-content,
.cid-rVHa6uxvbx .mbr-section-btn {
  color: #000000;
}
.cid-rVHa6uxvbx .align-left {
  text-align: left;
}
.cid-rVSGkfBeIn {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVSGkfBeIn img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVSGkfBeIn H1 {
  color: #000000;
}
.cid-rVSGkfBeIn .mbr-text,
.cid-rVSGkfBeIn .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVSGkfBeIn H3 {
  color: #85b40a;
}
.cid-rVSGkfBeIn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVSGkfBeIn .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVSGkfBeIn .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVSGkfBeIn .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVSGkfBeIn .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVSGkfBeIn .btn-info-outline:active,
.cid-rVSGkfBeIn .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVSGkfBeIn DIV {
  color: #57468b;
}
.cid-rVSGkfBeIn .mbr-text,
.cid-rVSGkfBeIn .media-content,
.cid-rVSGkfBeIn .mbr-section-btn {
  color: #000000;
}
.cid-rVSGkfBeIn .align-left {
  text-align: left;
}
.cid-rVSLwwJodg {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVSLwwJodg img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rVSLwwJodg H1 {
  color: #000000;
}
.cid-rVSLwwJodg .mbr-text,
.cid-rVSLwwJodg .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rVSLwwJodg H3 {
  color: #85b40a;
}
.cid-rVSLwwJodg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVSLwwJodg .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rVSLwwJodg .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rVSLwwJodg .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rVSLwwJodg .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rVSLwwJodg .btn-info-outline:active,
.cid-rVSLwwJodg .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rVSLwwJodg DIV {
  color: #57468b;
}
.cid-rVSLwwJodg .mbr-text,
.cid-rVSLwwJodg .media-content,
.cid-rVSLwwJodg .mbr-section-btn {
  color: #000000;
}
.cid-rVSLwwJodg .align-left {
  text-align: left;
}
.cid-rWlMtfrBdO {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWlMtfrBdO img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWlMtfrBdO H1 {
  color: #000000;
}
.cid-rWlMtfrBdO .mbr-text,
.cid-rWlMtfrBdO .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWlMtfrBdO H3 {
  color: #85b40a;
}
.cid-rWlMtfrBdO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWlMtfrBdO .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWlMtfrBdO .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWlMtfrBdO .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWlMtfrBdO .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWlMtfrBdO .btn-info-outline:active,
.cid-rWlMtfrBdO .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWlMtfrBdO DIV {
  color: #57468b;
}
.cid-rWlMtfrBdO .mbr-text,
.cid-rWlMtfrBdO .media-content,
.cid-rWlMtfrBdO .mbr-section-btn {
  color: #000000;
}
.cid-rWlMtfrBdO .align-left {
  text-align: left;
}
.cid-rWMuczDSYo {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMuczDSYo img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMuczDSYo H1 {
  color: #000000;
}
.cid-rWMuczDSYo .mbr-text,
.cid-rWMuczDSYo .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMuczDSYo H3 {
  color: #85b40a;
}
.cid-rWMuczDSYo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMuczDSYo .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMuczDSYo .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMuczDSYo .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMuczDSYo .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMuczDSYo .btn-info-outline:active,
.cid-rWMuczDSYo .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMuczDSYo DIV {
  color: #57468b;
}
.cid-rWMuczDSYo .mbr-text,
.cid-rWMuczDSYo .media-content,
.cid-rWMuczDSYo .mbr-section-btn {
  color: #000000;
}
.cid-rWMuczDSYo .align-left {
  text-align: left;
}
.cid-rWMuddDFlp {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMuddDFlp img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMuddDFlp H1 {
  color: #000000;
}
.cid-rWMuddDFlp .mbr-text,
.cid-rWMuddDFlp .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMuddDFlp H3 {
  color: #85b40a;
}
.cid-rWMuddDFlp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMuddDFlp .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMuddDFlp .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMuddDFlp .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMuddDFlp .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMuddDFlp .btn-info-outline:active,
.cid-rWMuddDFlp .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMuddDFlp DIV {
  color: #57468b;
}
.cid-rWMuddDFlp .mbr-text,
.cid-rWMuddDFlp .media-content,
.cid-rWMuddDFlp .mbr-section-btn {
  color: #000000;
}
.cid-rWMuddDFlp .align-left {
  text-align: left;
}
.cid-rWMudO8tAC {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMudO8tAC img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMudO8tAC H1 {
  color: #000000;
}
.cid-rWMudO8tAC .mbr-text,
.cid-rWMudO8tAC .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMudO8tAC H3 {
  color: #85b40a;
}
.cid-rWMudO8tAC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMudO8tAC .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMudO8tAC .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMudO8tAC .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMudO8tAC .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMudO8tAC .btn-info-outline:active,
.cid-rWMudO8tAC .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMudO8tAC DIV {
  color: #57468b;
}
.cid-rWMudO8tAC .mbr-text,
.cid-rWMudO8tAC .media-content,
.cid-rWMudO8tAC .mbr-section-btn {
  color: #000000;
}
.cid-rWMudO8tAC .align-left {
  text-align: left;
}
.cid-rWMuepH9yt {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMuepH9yt img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMuepH9yt H1 {
  color: #000000;
}
.cid-rWMuepH9yt .mbr-text,
.cid-rWMuepH9yt .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMuepH9yt H3 {
  color: #85b40a;
}
.cid-rWMuepH9yt .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMuepH9yt .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMuepH9yt .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMuepH9yt .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMuepH9yt .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMuepH9yt .btn-info-outline:active,
.cid-rWMuepH9yt .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMuepH9yt DIV {
  color: #57468b;
}
.cid-rWMuepH9yt .mbr-text,
.cid-rWMuepH9yt .media-content,
.cid-rWMuepH9yt .mbr-section-btn {
  color: #000000;
}
.cid-rWMuepH9yt .align-left {
  text-align: left;
}
.cid-rWMuf0791A {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMuf0791A img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMuf0791A H1 {
  color: #000000;
}
.cid-rWMuf0791A .mbr-text,
.cid-rWMuf0791A .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMuf0791A H3 {
  color: #85b40a;
}
.cid-rWMuf0791A .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMuf0791A .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMuf0791A .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMuf0791A .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMuf0791A .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMuf0791A .btn-info-outline:active,
.cid-rWMuf0791A .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMuf0791A DIV {
  color: #57468b;
}
.cid-rWMuf0791A .mbr-text,
.cid-rWMuf0791A .media-content,
.cid-rWMuf0791A .mbr-section-btn {
  color: #000000;
}
.cid-rWMuf0791A .align-left {
  text-align: left;
}
.cid-rWMufQ6qSK {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMufQ6qSK img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMufQ6qSK H1 {
  color: #000000;
}
.cid-rWMufQ6qSK .mbr-text,
.cid-rWMufQ6qSK .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMufQ6qSK H3 {
  color: #85b40a;
}
.cid-rWMufQ6qSK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMufQ6qSK .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMufQ6qSK .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMufQ6qSK .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMufQ6qSK .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMufQ6qSK .btn-info-outline:active,
.cid-rWMufQ6qSK .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMufQ6qSK DIV {
  color: #57468b;
}
.cid-rWMufQ6qSK .mbr-text,
.cid-rWMufQ6qSK .media-content,
.cid-rWMufQ6qSK .mbr-section-btn {
  color: #000000;
}
.cid-rWMufQ6qSK .align-left {
  text-align: left;
}
.cid-rWMuhQikD2 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMuhQikD2 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMuhQikD2 H1 {
  color: #000000;
}
.cid-rWMuhQikD2 .mbr-text,
.cid-rWMuhQikD2 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMuhQikD2 H3 {
  color: #85b40a;
}
.cid-rWMuhQikD2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMuhQikD2 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMuhQikD2 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMuhQikD2 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMuhQikD2 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMuhQikD2 .btn-info-outline:active,
.cid-rWMuhQikD2 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMuhQikD2 DIV {
  color: #57468b;
}
.cid-rWMuhQikD2 .mbr-text,
.cid-rWMuhQikD2 .media-content,
.cid-rWMuhQikD2 .mbr-section-btn {
  color: #000000;
}
.cid-rWMuhQikD2 .align-left {
  text-align: left;
}
.cid-rWMuiiZmot {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMuiiZmot img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMuiiZmot H1 {
  color: #000000;
}
.cid-rWMuiiZmot .mbr-text,
.cid-rWMuiiZmot .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMuiiZmot H3 {
  color: #85b40a;
}
.cid-rWMuiiZmot .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMuiiZmot .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMuiiZmot .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMuiiZmot .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMuiiZmot .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMuiiZmot .btn-info-outline:active,
.cid-rWMuiiZmot .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMuiiZmot DIV {
  color: #57468b;
}
.cid-rWMuiiZmot .mbr-text,
.cid-rWMuiiZmot .media-content,
.cid-rWMuiiZmot .mbr-section-btn {
  color: #000000;
}
.cid-rWMuiiZmot .align-left {
  text-align: left;
}
.cid-rWMRWItFX5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWMRWItFX5 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rWMRWItFX5 H1 {
  color: #000000;
}
.cid-rWMRWItFX5 .mbr-text,
.cid-rWMRWItFX5 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rWMRWItFX5 H3 {
  color: #85b40a;
}
.cid-rWMRWItFX5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWMRWItFX5 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWMRWItFX5 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWMRWItFX5 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWMRWItFX5 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rWMRWItFX5 .btn-info-outline:active,
.cid-rWMRWItFX5 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWMRWItFX5 DIV {
  color: #57468b;
}
.cid-rWMRWItFX5 .mbr-text,
.cid-rWMRWItFX5 .media-content,
.cid-rWMRWItFX5 .mbr-section-btn {
  color: #000000;
}
.cid-rWMRWItFX5 .align-left {
  text-align: left;
}
.cid-rMmgcy7S8J {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMmgcy7S8J img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rMmgcy7S8J H1 {
  color: #000000;
}
.cid-rMmgcy7S8J .mbr-text,
.cid-rMmgcy7S8J .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rMmgcy7S8J H3 {
  color: #85b40a;
}
.cid-rMmgcy7S8J .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rMmgcy7S8J .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rMmgcy7S8J .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rMmgcy7S8J .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rMmgcy7S8J .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rMmgcy7S8J .btn-info-outline:active,
.cid-rMmgcy7S8J .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rMmgcy7S8J DIV {
  color: #57468b;
}
.cid-rMmgcy7S8J .mbr-text,
.cid-rMmgcy7S8J .media-content,
.cid-rMmgcy7S8J .mbr-section-btn {
  color: #000000;
}
.cid-rMmgcy7S8J .align-left {
  text-align: left;
}
.cid-rLwgvEva77 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rLwgvEva77 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rLwgvEva77 H1 {
  color: #000000;
}
.cid-rLwgvEva77 .mbr-text,
.cid-rLwgvEva77 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rLwgvEva77 H3 {
  color: #85b40a;
}
.cid-rLwgvEva77 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rLwgvEva77 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rLwgvEva77 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rLwgvEva77 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rLwgvEva77 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rLwgvEva77 .btn-info-outline:active,
.cid-rLwgvEva77 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rLwgvEva77 DIV {
  color: #57468b;
}
.cid-rLwgvEva77 .mbr-text,
.cid-rLwgvEva77 .media-content,
.cid-rLwgvEva77 .mbr-section-btn {
  color: #000000;
}
.cid-rLwgvEva77 .align-left {
  text-align: left;
}
.cid-rXiPkMq7yf {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXiPkMq7yf img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXiPkMq7yf H1 {
  color: #000000;
}
.cid-rXiPkMq7yf .mbr-text,
.cid-rXiPkMq7yf .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXiPkMq7yf H3 {
  color: #85b40a;
}
.cid-rXiPkMq7yf .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXiPkMq7yf .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXiPkMq7yf .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXiPkMq7yf .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXiPkMq7yf .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXiPkMq7yf .btn-info-outline:active,
.cid-rXiPkMq7yf .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXiPkMq7yf DIV {
  color: #57468b;
}
.cid-rXiPkMq7yf .mbr-text,
.cid-rXiPkMq7yf .media-content,
.cid-rXiPkMq7yf .mbr-section-btn {
  color: #000000;
}
.cid-rXiPkMq7yf .align-left {
  text-align: left;
}
.cid-rN0pPvzGeh {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rN0pPvzGeh img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rN0pPvzGeh H1 {
  color: #000000;
}
.cid-rN0pPvzGeh .mbr-text,
.cid-rN0pPvzGeh .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rN0pPvzGeh H3 {
  color: #85b40a;
}
.cid-rN0pPvzGeh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rN0pPvzGeh .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rN0pPvzGeh .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rN0pPvzGeh .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rN0pPvzGeh .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rN0pPvzGeh .btn-info-outline:active,
.cid-rN0pPvzGeh .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rN0pPvzGeh DIV {
  color: #57468b;
}
.cid-rN0pPvzGeh .mbr-text,
.cid-rN0pPvzGeh .media-content,
.cid-rN0pPvzGeh .mbr-section-btn {
  color: #000000;
}
.cid-rN0pPvzGeh .align-left {
  text-align: left;
}
.cid-rXOUBLuAhM {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXOUBLuAhM img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXOUBLuAhM H1 {
  color: #000000;
}
.cid-rXOUBLuAhM .mbr-text,
.cid-rXOUBLuAhM .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXOUBLuAhM H3 {
  color: #85b40a;
}
.cid-rXOUBLuAhM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXOUBLuAhM .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXOUBLuAhM .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXOUBLuAhM .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXOUBLuAhM .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXOUBLuAhM .btn-info-outline:active,
.cid-rXOUBLuAhM .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXOUBLuAhM DIV {
  color: #57468b;
}
.cid-rXOUBLuAhM .mbr-text,
.cid-rXOUBLuAhM .media-content,
.cid-rXOUBLuAhM .mbr-section-btn {
  color: #000000;
}
.cid-rXOUBLuAhM .align-left {
  text-align: left;
}
.cid-rMDyAJ7fmA {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMDyAJ7fmA img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rMDyAJ7fmA H1 {
  color: #000000;
}
.cid-rMDyAJ7fmA .mbr-text,
.cid-rMDyAJ7fmA .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rMDyAJ7fmA H3 {
  color: #85b40a;
}
.cid-rMDyAJ7fmA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rMDyAJ7fmA .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rMDyAJ7fmA .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rMDyAJ7fmA .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rMDyAJ7fmA .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rMDyAJ7fmA .btn-info-outline:active,
.cid-rMDyAJ7fmA .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rMDyAJ7fmA DIV {
  color: #57468b;
}
.cid-rMDyAJ7fmA .mbr-text,
.cid-rMDyAJ7fmA .media-content,
.cid-rMDyAJ7fmA .mbr-section-btn {
  color: #000000;
}
.cid-rMDyAJ7fmA .align-left {
  text-align: left;
}
.cid-rXo2OV7fya {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXo2OV7fya img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXo2OV7fya H1 {
  color: #000000;
}
.cid-rXo2OV7fya .mbr-text,
.cid-rXo2OV7fya .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXo2OV7fya H3 {
  color: #85b40a;
}
.cid-rXo2OV7fya .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXo2OV7fya .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXo2OV7fya .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXo2OV7fya .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXo2OV7fya .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXo2OV7fya .btn-info-outline:active,
.cid-rXo2OV7fya .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXo2OV7fya DIV {
  color: #57468b;
}
.cid-rXo2OV7fya .mbr-text,
.cid-rXo2OV7fya .media-content,
.cid-rXo2OV7fya .mbr-section-btn {
  color: #000000;
}
.cid-rXo2OV7fya .align-left {
  text-align: left;
}
.cid-rXojn0mehS {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXojn0mehS img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXojn0mehS H1 {
  color: #000000;
}
.cid-rXojn0mehS .mbr-text,
.cid-rXojn0mehS .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXojn0mehS H3 {
  color: #85b40a;
}
.cid-rXojn0mehS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXojn0mehS .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXojn0mehS .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXojn0mehS .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXojn0mehS .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXojn0mehS .btn-info-outline:active,
.cid-rXojn0mehS .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXojn0mehS DIV {
  color: #57468b;
}
.cid-rXojn0mehS .mbr-text,
.cid-rXojn0mehS .media-content,
.cid-rXojn0mehS .mbr-section-btn {
  color: #000000;
}
.cid-rXojn0mehS .align-left {
  text-align: left;
}
.cid-rXopLj6hD4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXopLj6hD4 img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXopLj6hD4 H1 {
  color: #000000;
}
.cid-rXopLj6hD4 .mbr-text,
.cid-rXopLj6hD4 .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXopLj6hD4 H3 {
  color: #85b40a;
}
.cid-rXopLj6hD4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXopLj6hD4 .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXopLj6hD4 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXopLj6hD4 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXopLj6hD4 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXopLj6hD4 .btn-info-outline:active,
.cid-rXopLj6hD4 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXopLj6hD4 DIV {
  color: #57468b;
}
.cid-rXopLj6hD4 .mbr-text,
.cid-rXopLj6hD4 .media-content,
.cid-rXopLj6hD4 .mbr-section-btn {
  color: #000000;
}
.cid-rXopLj6hD4 .align-left {
  text-align: left;
}
.cid-rXoC3V9MRu {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXoC3V9MRu img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXoC3V9MRu H1 {
  color: #000000;
}
.cid-rXoC3V9MRu .mbr-text,
.cid-rXoC3V9MRu .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXoC3V9MRu H3 {
  color: #85b40a;
}
.cid-rXoC3V9MRu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXoC3V9MRu .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXoC3V9MRu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXoC3V9MRu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXoC3V9MRu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXoC3V9MRu .btn-info-outline:active,
.cid-rXoC3V9MRu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXoC3V9MRu DIV {
  color: #57468b;
}
.cid-rXoC3V9MRu .mbr-text,
.cid-rXoC3V9MRu .media-content,
.cid-rXoC3V9MRu .mbr-section-btn {
  color: #000000;
}
.cid-rXoC3V9MRu .align-left {
  text-align: left;
}
.cid-rXrD6H0bmv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXrD6H0bmv img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXrD6H0bmv H1 {
  color: #000000;
}
.cid-rXrD6H0bmv .mbr-text,
.cid-rXrD6H0bmv .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXrD6H0bmv H3 {
  color: #85b40a;
}
.cid-rXrD6H0bmv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXrD6H0bmv .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXrD6H0bmv .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXrD6H0bmv .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXrD6H0bmv .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXrD6H0bmv .btn-info-outline:active,
.cid-rXrD6H0bmv .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXrD6H0bmv DIV {
  color: #57468b;
}
.cid-rXrD6H0bmv .mbr-text,
.cid-rXrD6H0bmv .media-content,
.cid-rXrD6H0bmv .mbr-section-btn {
  color: #000000;
}
.cid-rXrD6H0bmv .align-left {
  text-align: left;
}
.cid-rXrUYHGvRN {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXrUYHGvRN img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXrUYHGvRN H1 {
  color: #000000;
}
.cid-rXrUYHGvRN .mbr-text,
.cid-rXrUYHGvRN .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXrUYHGvRN H3 {
  color: #85b40a;
}
.cid-rXrUYHGvRN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXrUYHGvRN .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXrUYHGvRN .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXrUYHGvRN .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXrUYHGvRN .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXrUYHGvRN .btn-info-outline:active,
.cid-rXrUYHGvRN .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXrUYHGvRN DIV {
  color: #57468b;
}
.cid-rXrUYHGvRN .mbr-text,
.cid-rXrUYHGvRN .media-content,
.cid-rXrUYHGvRN .mbr-section-btn {
  color: #000000;
}
.cid-rXrUYHGvRN .align-left {
  text-align: left;
}
.cid-rXu09p734O {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXu09p734O img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXu09p734O H1 {
  color: #000000;
}
.cid-rXu09p734O .mbr-text,
.cid-rXu09p734O .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXu09p734O H3 {
  color: #85b40a;
}
.cid-rXu09p734O .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXu09p734O .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXu09p734O .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXu09p734O .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXu09p734O .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXu09p734O .btn-info-outline:active,
.cid-rXu09p734O .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXu09p734O DIV {
  color: #57468b;
}
.cid-rXu09p734O .mbr-text,
.cid-rXu09p734O .media-content,
.cid-rXu09p734O .mbr-section-btn {
  color: #000000;
}
.cid-rXu09p734O .align-left {
  text-align: left;
}
.cid-rXKiCZ1ypO {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXKiCZ1ypO img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXKiCZ1ypO H1 {
  color: #000000;
}
.cid-rXKiCZ1ypO .mbr-text,
.cid-rXKiCZ1ypO .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXKiCZ1ypO H3 {
  color: #85b40a;
}
.cid-rXKiCZ1ypO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXKiCZ1ypO .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXKiCZ1ypO .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXKiCZ1ypO .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXKiCZ1ypO .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXKiCZ1ypO .btn-info-outline:active,
.cid-rXKiCZ1ypO .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXKiCZ1ypO DIV {
  color: #57468b;
}
.cid-rXKiCZ1ypO .mbr-text,
.cid-rXKiCZ1ypO .media-content,
.cid-rXKiCZ1ypO .mbr-section-btn {
  color: #000000;
}
.cid-rXKiCZ1ypO .align-left {
  text-align: left;
}
.cid-rXLgsWwzxQ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXLgsWwzxQ img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXLgsWwzxQ H1 {
  color: #000000;
}
.cid-rXLgsWwzxQ .mbr-text,
.cid-rXLgsWwzxQ .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXLgsWwzxQ H3 {
  color: #85b40a;
}
.cid-rXLgsWwzxQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXLgsWwzxQ .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXLgsWwzxQ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXLgsWwzxQ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXLgsWwzxQ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXLgsWwzxQ .btn-info-outline:active,
.cid-rXLgsWwzxQ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXLgsWwzxQ DIV {
  color: #57468b;
}
.cid-rXLgsWwzxQ .mbr-text,
.cid-rXLgsWwzxQ .media-content,
.cid-rXLgsWwzxQ .mbr-section-btn {
  color: #000000;
}
.cid-rXLgsWwzxQ .align-left {
  text-align: left;
}
.cid-rXLrdUcAlC {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXLrdUcAlC img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXLrdUcAlC H1 {
  color: #000000;
}
.cid-rXLrdUcAlC .mbr-text,
.cid-rXLrdUcAlC .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXLrdUcAlC H3 {
  color: #85b40a;
}
.cid-rXLrdUcAlC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXLrdUcAlC .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXLrdUcAlC .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXLrdUcAlC .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXLrdUcAlC .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXLrdUcAlC .btn-info-outline:active,
.cid-rXLrdUcAlC .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXLrdUcAlC DIV {
  color: #57468b;
}
.cid-rXLrdUcAlC .mbr-text,
.cid-rXLrdUcAlC .media-content,
.cid-rXLrdUcAlC .mbr-section-btn {
  color: #000000;
}
.cid-rXLrdUcAlC .align-left {
  text-align: left;
}
.cid-rXLiMyN3Cc {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXLiMyN3Cc img {
  height: 100%;
  margin: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.cid-rXLiMyN3Cc H1 {
  color: #000000;
}
.cid-rXLiMyN3Cc .mbr-text,
.cid-rXLiMyN3Cc .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-rXLiMyN3Cc H3 {
  color: #85b40a;
}
.cid-rXLiMyN3Cc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rXLiMyN3Cc .btn-info-outline {
  border: none;
  color: #80e110 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rXLiMyN3Cc .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rXLiMyN3Cc .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rXLiMyN3Cc .btn-info-outline:hover {
  background-color: transparent!important;
  color: #61ab0d !important;
  box-shadow: none!important;
}
.cid-rXLiMyN3Cc .btn-info-outline:active,
.cid-rXLiMyN3Cc .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rXLiMyN3Cc DIV {
  color: #57468b;
}
.cid-rXLiMyN3Cc .mbr-text,
.cid-rXLiMyN3Cc .media-content,
.cid-rXLiMyN3Cc .mbr-section-btn {
  color: #000000;
}
.cid-rXLiMyN3Cc .align-left {
  text-align: left;
}
.cid-t6M810eQU7 {
  background-color: #ffffff;
}
.cid-t6M810eQU7 .wave1 {
  fill: #145006;
}
.cid-t6M810eQU7 .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M810eQU7 .wave3,
.cid-t6M810eQU7 .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-rKQ5xSCmJN {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-rKQ5xSCmJN .image-block {
  margin: auto;
}
.cid-rKQ5xSCmJN figcaption {
  position: relative;
}
.cid-rKQ5xSCmJN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rKQ5xSCmJN .image-block {
    width: 100% !important;
  }
}
.cid-rKQ5AEvLAM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKQ5AEvLAM [class^="socicon-"]:before,
.cid-rKQ5AEvLAM [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rKQ5AEvLAM .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rKQ5AEvLAM .btn-social:hover {
  background: #80e110;
}
.cid-rKQ5AEvLAM .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rKQ5AEvLAM .btn {
    font-size: 15px !important;
  }
}
.cid-rKQ5AEvLAM .btn-social,
.cid-rKQ5AEvLAM .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rMeodzNZOu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rMeodzNZOu .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG8AW2TMx .hidden {
  display: none;
}
.cid-svG8AW2TMx .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG8AW2TMx .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG8AW2TMx .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG8AW2TMx .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG8AW2TMx .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8AW2TMx .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8AW2TMx .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG8AW2TMx .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG8AW2TMx .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG8AW2TMx .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61qvEcGp5 {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/nandu-2-1120x668.jpg");
}
.cid-t61qvEcGp5 svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61qvEcGp5 .wave {
  fill: #ffffff;
}
.cid-s6H92lH4k3 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-s6H92lH4k3 .image-block {
  margin: auto;
}
.cid-s6H92lH4k3 figcaption {
  position: relative;
}
.cid-s6H92lH4k3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s6H92lH4k3 .image-block {
    width: 100% !important;
  }
}
.cid-s6H91hrTy0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s6H91hrTy0 .mbr-text,
.cid-s6H91hrTy0 blockquote {
  color: #767676;
}
.cid-s6H91hrTy0 .mbr-text {
  color: #000000;
}
.cid-s6H91hrTy0 .bordertext {
  border-width: 2px;
  border-style: solid;
  border-color: #00aa00;
  padding: 0.5em;
}
.cid-t6M65LQn2q {
  background-color: #ffffff;
}
.cid-t6M65LQn2q .wave1 {
  fill: #145006;
}
.cid-t6M65LQn2q .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M65LQn2q .wave3,
.cid-t6M65LQn2q .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-s6H6I0Ri9e {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-s6H6I0Ri9e .image-block {
  margin: auto;
}
.cid-s6H6I0Ri9e figcaption {
  position: relative;
}
.cid-s6H6I0Ri9e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s6H6I0Ri9e .image-block {
    width: 100% !important;
  }
}
.cid-s6H6I15EVI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-s6H6I15EVI [class^="socicon-"]:before,
.cid-s6H6I15EVI [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-s6H6I15EVI .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-s6H6I15EVI .btn-social:hover {
  background: #80e110;
}
.cid-s6H6I15EVI .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-s6H6I15EVI .btn {
    font-size: 15px !important;
  }
}
.cid-s6H6I15EVI .btn-social,
.cid-s6H6I15EVI .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-s6H6I1k3pP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-s6H6I1k3pP .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG8eOdLsW .hidden {
  display: none;
}
.cid-svG8eOdLsW .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG8eOdLsW .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG8eOdLsW .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG8eOdLsW .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG8eOdLsW .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8eOdLsW .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG8eOdLsW .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG8eOdLsW .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG8eOdLsW .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG8eOdLsW .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61FFLiW6y {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/anfrageformular-1440x1080.jpg");
}
.cid-t61FFLiW6y svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61FFLiW6y .wave {
  fill: #ffffff;
}
.cid-uDKLNCCAeZ {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDKLNCCAeZ #lexicon {
  position: relative;
}
.cid-uDKLNCCAeZ #cabybara {
  position: absolute;
  left: 70%;
  width: 100%;
  bottom: 10px;
  display: block;
}
@media (max-width: 575px) {
  .cid-uDKLNCCAeZ #cabybara {
    width: 60%;
    left: 35%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-uDKLNCCAeZ #cabybara {
    width: 50%;
    left: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDKLNCCAeZ #cabybara {
    width: 35%;
    left: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uDKLNCCAeZ #cabybara {
    width: 25%;
    left: 50%;
    bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .cid-uDKLNCCAeZ #cabybara {
    width: 25%;
  }
}
.cid-st4V9TsoZx {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-st4V9TsoZx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-st4V9TsoZx .form-control,
.cid-st4V9TsoZx .field-input {
  padding: 0.5rem;
  background-color: #efefef;
  border-color: #efefef;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st4V9TsoZx .form-control::-webkit-input-placeholder,
.cid-st4V9TsoZx .field-input::-webkit-input-placeholder,
.cid-st4V9TsoZx .form-control::-webkit-input-placeholder,
.cid-st4V9TsoZx .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-st4V9TsoZx .form-control:-moz-placeholder,
.cid-st4V9TsoZx .field-input:-moz-placeholder,
.cid-st4V9TsoZx .form-control:-moz-placeholder,
.cid-st4V9TsoZx .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-st4V9TsoZx .form-control:hover,
.cid-st4V9TsoZx .field-input:hover,
.cid-st4V9TsoZx .form-control:focus,
.cid-st4V9TsoZx .field-input:focus {
  background-color: #ffffff;
  border: 1px solid #ff6550;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-st4V9TsoZx .form-control:hover::-webkit-input-placeholder,
.cid-st4V9TsoZx .field-input:hover::-webkit-input-placeholder,
.cid-st4V9TsoZx .form-control:focus::-webkit-input-placeholder,
.cid-st4V9TsoZx .field-input:focus::-webkit-input-placeholder,
.cid-st4V9TsoZx .form-control:hover::-webkit-input-placeholder,
.cid-st4V9TsoZx .field-input:hover::-webkit-input-placeholder,
.cid-st4V9TsoZx .form-control:focus::-webkit-input-placeholder,
.cid-st4V9TsoZx .field-input:focus::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-st4V9TsoZx .form-control:hover:-moz-placeholder,
.cid-st4V9TsoZx .field-input:hover:-moz-placeholder,
.cid-st4V9TsoZx .form-control:focus:-moz-placeholder,
.cid-st4V9TsoZx .field-input:focus:-moz-placeholder,
.cid-st4V9TsoZx .form-control:hover:-moz-placeholder,
.cid-st4V9TsoZx .field-input:hover:-moz-placeholder,
.cid-st4V9TsoZx .form-control:focus:-moz-placeholder,
.cid-st4V9TsoZx .field-input:focus:-moz-placeholder {
  color: #cccccc;
}
.cid-st4V9TsoZx .jq-number__spin:hover,
.cid-st4V9TsoZx .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-st4V9TsoZx .jq-number__spin {
  background-color: #efefef;
  border-color: #efefef;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st4V9TsoZx .jq-selectbox li,
.cid-st4V9TsoZx .jq-selectbox li {
  background-color: white;
  color: #000000;
}
.cid-st4V9TsoZx .jq-selectbox li:hover,
.cid-st4V9TsoZx .jq-selectbox li.selected {
  background-color: #6aa31d;
  color: #000000;
}
.cid-st4V9TsoZx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-st4V9TsoZx .jq-number__spin.minus:hover:after,
.cid-st4V9TsoZx .jq-number__spin.plus:hover:after {
  border-top-color: #757474;
  border-bottom-color: #757474;
}
.cid-st4V9TsoZx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-st4V9TsoZx .jq-number__spin.minus:after,
.cid-st4V9TsoZx .jq-number__spin.plus:after {
  border-top-color: #757474;
  border-bottom-color: #757474;
}
.cid-st4V9TsoZx input::-webkit-clear-button {
  display: none;
}
.cid-st4V9TsoZx input::-webkit-inner-spin-button {
  display: none;
}
.cid-st4V9TsoZx input::-webkit-outer-spin-button {
  display: none;
}
.cid-st4V9TsoZx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-st4V9TsoZx input::-webkit-outer-spin-button,
.cid-st4V9TsoZx input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cid-st4V9TsoZx input[type=number] {
  -moz-appearance: textfield;
}
.cid-st4V9TsoZx H4 {
  text-align: left;
}
.cid-st4V9TsoZx .fa {
  display: inline-block;
  font: normal normal normal 34px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cid-st4V9TsoZx div.g-recaptcha {
  margin: 0 auto;
  padding: 10px;
  width: 304px;
}
.cid-st4V9TsoZx #g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
.cid-st4V9TsoZx .disabled {
  pointer-events: none;
}
.cid-st4V9TsoZx input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 3px;
  background-clip: content-box;
  border: 2px solid #bbbbbb;
  background-color: #e7e6e7;
  border-radius: 50%;
}
.cid-st4V9TsoZx input[type="radio"]:checked {
  background-color: #94ca07;
}
.cid-st4V9TsoZx .form-check-label {
  margin-bottom: 0;
  padding-left: 1rem !important;
}
.cid-st4V9TsoZx table tr td.day:hover {
  background: #94ca07 !important;
}
.cid-st4V9TsoZx .jq-selectbox__dropdown {
  font: 0.77777778px Open Sans Condensed, sans-serif !important;
}
.cid-st4V9TsoZx .cpf-feedback {
  font-size: 1.2em;
  margin-left: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.cid-st4V9TsoZx .cpf-error {
  color: red;
}
.cid-st4V9TsoZx .cpf-valid {
  color: green;
}
.cid-tXoSOhtqqS {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tXoSOhtqqS .mbr-text,
.cid-tXoSOhtqqS blockquote {
  color: #767676;
}
.cid-t6Mbd7W9qm {
  background-color: #ffffff;
}
.cid-t6Mbd7W9qm .wave1 {
  fill: #145006;
}
.cid-t6Mbd7W9qm .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6Mbd7W9qm .wave3,
.cid-t6Mbd7W9qm .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r8nB59zvmb {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r8nB59zvmb .image-block {
  margin: auto;
}
.cid-r8nB59zvmb figcaption {
  position: relative;
}
.cid-r8nB59zvmb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8nB59zvmb .image-block {
    width: 100% !important;
  }
}
.cid-rgLwiiXIzp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rgLwiiXIzp [class^="socicon-"]:before,
.cid-rgLwiiXIzp [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rgLwiiXIzp .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rgLwiiXIzp .btn-social:hover {
  background: #80e110;
}
.cid-rgLwiiXIzp .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rgLwiiXIzp .btn {
    font-size: 15px !important;
  }
}
.cid-rgLwiiXIzp .btn-social,
.cid-rgLwiiXIzp .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-t61Gms3QrD {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/newsletter-2.jpg");
}
.cid-t61Gms3QrD svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-t61Gms3QrD .wave {
  fill: #ffffff;
}
.cid-sWpnTYsOgZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sWpnTYsOgZ .showAlerts {
  display: block !important;
}
.cid-sWpnTYsOgZ .rowflexrev {
  display: -webkit-flex;
}
.cid-sWpnTYsOgZ .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sWpnTYsOgZ .title {
  margin-bottom: 2rem;
}
.cid-sWpnTYsOgZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sWpnTYsOgZ textarea.form-control {
  min-height: 188px;
}
.cid-sWpnTYsOgZ LABEL {
  color: #232323;
  display: initial;
}
.cid-sWpnTYsOgZ .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sWpnTYsOgZ .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sWpnTYsOgZ .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sWpnTYsOgZ .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sWpnTYsOgZ .alert {
  margin-bottom: 0;
}
.cid-sWpnTYsOgZ .alert-success {
  background-color: #ffffff;
}
.cid-sWpnTYsOgZ .alert-danger {
  background-color: #ffffff;
}
.cid-sWpnTYsOgZ .btn {
  display: inline-flex;
}
.cid-sWpnTYsOgZ .hidden {
  display: none;
}
.cid-sWpnTYsOgZ .mbr-alert-success {
  text-align: left;
  color: #000000;
}
.cid-sWpnTYsOgZ .mbr-alert-danger {
  text-align: left;
  color: #f31c0c;
}
.cid-sWpnTYsOgZ .mbr-form .btn {
  margin: 3.4rem 0;
}
.cid-t6Mbj1hVrU {
  background-color: #ffffff;
}
.cid-t6Mbj1hVrU .wave1 {
  fill: #145006;
}
.cid-t6Mbj1hVrU .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6Mbj1hVrU .wave3,
.cid-t6Mbj1hVrU .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-sWplBzi5Oa {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-sWplBzi5Oa .image-block {
  margin: auto;
}
.cid-sWplBzi5Oa figcaption {
  position: relative;
}
.cid-sWplBzi5Oa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sWplBzi5Oa .image-block {
    width: 100% !important;
  }
}
.cid-sWplBAhXtP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-sWplBAhXtP [class^="socicon-"]:before,
.cid-sWplBAhXtP [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-sWplBAhXtP .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-sWplBAhXtP .btn-social:hover {
  background: #80e110;
}
.cid-sWplBAhXtP .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-sWplBAhXtP .btn {
    font-size: 15px !important;
  }
}
.cid-sWplBAhXtP .btn-social,
.cid-sWplBAhXtP .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-sWplBBmP4k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-sWplBBmP4k .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-tt20Uv7ZtD {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tour14-chalana-jaguar-safari.jpg");
}
.cid-tt20Uv7ZtD svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-tt20Uv7ZtD .wave {
  fill: #ffffff;
}
#custom-html-th {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-th .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-th .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-th .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-th .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-th .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-th .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-th .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-th .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-th .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
#custom-html-ti {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1434px) and (max-width: 2600px) {
  #custom-html-ti .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ti #pfote14 {
    position: absolute;
    right: 0%;
    width: 20%;
    bottom: -80px;
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1434px) {
  #custom-html-ti .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ti #pfote14 {
    position: absolute;
    right: 0%;
    width: 20%;
    bottom: -80px;
    z-index: 1;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1280px) {
  #custom-html-ti .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ti #pfote14 {
    position: absolute;
    right: 0%;
    width: 20%;
    bottom: -80px;
    z-index: 1;
  }
}
@media screen and (min-width: 1074px) and (max-width: 1199px) {
  #custom-html-ti .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ti #pfote14 {
    position: absolute;
    right: 0%;
    width: 20%;
    bottom: -60px;
    z-index: 1;
  }
}
@media screen and (min-width: 991px) and (max-width: 1074px) {
  #custom-html-ti .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ti #pfote14 {
    position: absolute;
    right: 0%;
    width: 20%;
    bottom: -60px;
    z-index: 1;
  }
}
@media screen and (min-width: 800px) and (max-width: 991px) {
  #custom-html-ti .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ti #pfote14 {
    position: absolute;
    right: 0%;
    width: 24%;
    bottom: -60px;
    z-index: 1;
  }
}
@media screen and (min-width: 767px) and (max-width: 800px) {
  #custom-html-ti .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ti #pfote14 {
    position: absolute;
    right: 0%;
    width: 24%;
    bottom: -60px;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-ti .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ti #pfote14 {
    position: absolute;
    right: 0%;
    width: 26%;
    bottom: -60px;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-ti .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ti #pfote14 {
    position: absolute;
    right: 0%;
    width: 34%;
    bottom: -60px;
    z-index: 1;
  }
}
.cid-tt20UwGWxt {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tt20UwGWxt .mbr-text {
  color: #000000;
}
.cid-tt20UwGWxt .mbr-text DIV {
  text-align: left;
}
.cid-tt20UxnjUS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-tt20UxnjUS .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tt20UxnjUS .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-tt20UxnjUS .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tt20UxnjUS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tt20UxnjUS .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-tt20UxnjUS .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tt20UxnjUS .card .panel-body {
  color: #000;
}
.cid-tt20UxnjUS .mbr-iconfont {
  color: #94d138;
}
.cid-tt20UxnjUS H4 {
  color: #000000;
}
.cid-tt20UxnjUS ul li:empty {
  display: none;
}
.cid-tt20UyrEfn {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-ttdalQUb8r {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ttdalQUb8r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttdalQUb8r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttdalQUb8r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttdalQUb8r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttdalQUb8r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  background: linear-gradient(to left, #232323, #554346) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttdalQUb8r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttdalQUb8r .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ttdalQUb8r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ttdalQUb8r .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  background: linear-gradient(to left, #232323, #554346) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tt20UAT5aT {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tt20UAT5aT .image-block {
  margin: auto;
}
.cid-tt20UAT5aT figcaption {
  position: relative;
}
.cid-tt20UAT5aT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tt20UAT5aT .image-block {
    width: 100% !important;
  }
}
.cid-tt20UBOL5y {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tt20UCN6g5 {
  background-color: #ffffff;
}
.cid-tt20UCN6g5 .wave1 {
  fill: #145006;
}
.cid-tt20UCN6g5 .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-tt20UCN6g5 .wave3,
.cid-tt20UCN6g5 .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-tt20UDznQB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-tt20UDznQB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tt20UDznQB .content {
    text-align: center;
  }
  .cid-tt20UDznQB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tt20UDznQB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-tt20UDznQB .input-group-btn {
  display: inline-block;
}
.cid-tt20UDznQB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-tt20UDznQB .img-logo {
  text-align: center;
}
.cid-tt20UDznQB .img-logo img {
  height: 6rem;
}
.cid-tt20UDznQB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tt20UDznQB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-tt20UDznQB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tt20UDznQB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tt20UDznQB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tt20UDznQB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tt20UDznQB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tt20UDznQB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tt20UDznQB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tt20UDznQB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tt20UDznQB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tt20UDznQB form .input-group input.form-control,
.cid-tt20UDznQB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-tt20UDznQB .form-inline {
  justify-content: center;
}
.cid-tt20UDznQB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tt20UDznQB .foot-logo {
    text-align: center !important;
  }
  .cid-tt20UDznQB .foot-title {
    text-align: center !important;
  }
  .cid-tt20UDznQB .mbr-text {
    text-align: center !important;
  }
}
.cid-tt20UDznQB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-tt20UDznQB .copyright .mbr-text {
  text-align: center;
}
.cid-tt20UDznQB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-tt20UDznQB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-tt20UDznQB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tt20UDznQB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-tt20UDznQB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-tt20UDznQB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-tt20UDznQB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-tt20UDznQB .img-logo-zoo {
  text-align: center;
}
.cid-tt20UDznQB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-tt20UEFSjm {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-tt20UEFSjm .image-block {
  margin: auto;
}
.cid-tt20UEFSjm figcaption {
  position: relative;
}
.cid-tt20UEFSjm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tt20UEFSjm .image-block {
    width: 100% !important;
  }
}
.cid-tt20UG3jBP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-tt20UG3jBP [class^="socicon-"]:before,
.cid-tt20UG3jBP [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-tt20UG3jBP .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-tt20UG3jBP .btn-social:hover {
  background: #80e110;
}
.cid-tt20UG3jBP .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-tt20UG3jBP .btn {
    font-size: 15px !important;
  }
}
.cid-tt20UG3jBP .btn-social,
.cid-tt20UG3jBP .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-tt20UH8JK1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-tt20UH8JK1 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tt20UHZa8n .hidden {
  display: none;
}
.cid-tt20UHZa8n .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-tt20UHZa8n .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-tt20UHZa8n .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-tt20UHZa8n .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-tt20UHZa8n .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-tt20UHZa8n .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-tt20UHZa8n .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tt20UHZa8n .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-tt20UHZa8n .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-tt20UHZa8n .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tt20UJ14H5 .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tt20UJ14H5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tt20UJ14H5 .nav-item:focus,
.cid-tt20UJ14H5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tt20UJ14H5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tt20UJ14H5 .nav-item .nav-link {
    position: relative;
  }
  .cid-tt20UJ14H5 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tt20UJ14H5 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tt20UJ14H5 .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tt20UJ14H5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tt20UJ14H5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt20UJ14H5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tt20UJ14H5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tt20UJ14H5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tt20UJ14H5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt20UJ14H5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt20UJ14H5 .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tt20UJ14H5 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tt20UJ14H5 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tt20UJ14H5 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tt20UJ14H5 .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tt20UJ14H5 .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tt20UJ14H5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tt20UJ14H5 .navbar.collapsed .navbar-collapse.show,
.cid-tt20UJ14H5 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tt20UJ14H5 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tt20UJ14H5 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tt20UJ14H5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tt20UJ14H5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt20UJ14H5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt20UJ14H5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tt20UJ14H5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt20UJ14H5 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tt20UJ14H5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tt20UJ14H5 .navbar.collapsed .right-menu,
.cid-tt20UJ14H5 .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tt20UJ14H5 .navbar .navbar-collapse.show,
  .cid-tt20UJ14H5 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tt20UJ14H5 .navbar .navbar-collapse.show .brand-container,
  .cid-tt20UJ14H5 .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tt20UJ14H5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt20UJ14H5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tt20UJ14H5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt20UJ14H5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt20UJ14H5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tt20UJ14H5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tt20UJ14H5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt20UJ14H5 .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tt20UJ14H5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tt20UJ14H5 .navbar .right-menu,
  .cid-tt20UJ14H5 .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tt20UJ14H5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tt20UJ14H5 .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tt20UJ14H5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tt20UJ14H5 .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt20UJ14H5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt20UJ14H5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt20UJ14H5 .dropdown-item.active,
.cid-tt20UJ14H5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tt20UJ14H5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tt20UJ14H5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt20UJ14H5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tt20UJ14H5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tt20UJ14H5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt20UJ14H5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt20UJ14H5 ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tt20UJ14H5 ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tt20UJ14H5 .navbar-buttons {
  margin-left: auto;
}
.cid-tt20UJ14H5 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tt20UJ14H5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tt20UJ14H5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tt20UJ14H5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tt20UJ14H5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tt20UJ14H5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tt20UJ14H5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tt20UJ14H5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tt20UJ14H5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tt20UJ14H5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tt20UJ14H5 a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tt20UJ14H5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tt20UJ14H5 .right-menu,
.cid-tt20UJ14H5 .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tt20UJ14H5 .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tt20UJ14H5 .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tt20UJ14H5 .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tt20UJ14H5 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tt20UJ14H5 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tt20UJ14H5 .card-wrapper {
  z-index: 3;
}
.cid-tt20UJ14H5 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tt20UJ14H5 .navbar-collapse {
    padding-top: 0;
  }
  .cid-tt20UJ14H5 .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt20UJ14H5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt20UJ14H5 .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tt20UJ14H5 .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tt20UJ14H5 .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tt20UJ14H5 ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tt20UJ14H5 .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tt20UJ14H5 .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tt20UJ14H5 ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tt20UJ14H5 .text-danger {
    font-size: 28px;
  }
}
.cid-tt8cEHQd3g {
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: url("../../../assets/images/tour15-chalana-jaguar-safari.jpg");
}
.cid-tt8cEHQd3g svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-tt8cEHQd3g .wave {
  fill: #ffffff;
}
#custom-html-ud {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1435px) and (max-width: 2600px) {
  #custom-html-ud .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1434px) {
  #custom-html-ud .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #custom-html-ud .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1199px) {
  #custom-html-ud .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1074px) {
  #custom-html-ud .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #custom-html-ud .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  #custom-html-ud .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-ud .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-ud .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
}
#custom-html-ue {
  /* Alle möglichen Anzeigerössen */
  /* Für Tablet Queer */
  /* Für Mobile Phone */
}
@media screen and (min-width: 1434px) and (max-width: 2600px) {
  #custom-html-ue .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 160px;
    color: #99cc00;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ue #pfote14 {
    position: absolute;
    right: 0%;
    width: 15%;
    bottom: -80px;
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1434px) {
  #custom-html-ue .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ue #pfote14 {
    position: absolute;
    right: 0%;
    width: 15%;
    bottom: -80px;
    z-index: 1;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1280px) {
  #custom-html-ue .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ue #pfote14 {
    position: absolute;
    right: 0%;
    width: 15%;
    bottom: -80px;
    z-index: 1;
  }
}
@media screen and (min-width: 1074px) and (max-width: 1199px) {
  #custom-html-ue .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 150px;
    color: #99cc00;
    left: -70px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ue #pfote14 {
    position: absolute;
    right: 0%;
    width: 15%;
    bottom: -60px;
    z-index: 1;
  }
}
@media screen and (min-width: 991px) and (max-width: 1074px) {
  #custom-html-ue .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px ;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ue #pfote14 {
    position: absolute;
    right: 0%;
    width: 15%;
    bottom: -60px;
    z-index: 1;
  }
}
@media screen and (min-width: 800px) and (max-width: 991px) {
  #custom-html-ue .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -50px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ue #pfote14 {
    position: absolute;
    right: 0%;
    width: 20%;
    bottom: -60px;
    z-index: 1;
  }
}
@media screen and (min-width: 767px) and (max-width: 800px) {
  #custom-html-ue .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ue #pfote14 {
    position: absolute;
    right: 0%;
    width: 20%;
    bottom: -60px;
    z-index: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #custom-html-ue .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: -30px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ue #pfote14 {
    position: absolute;
    right: 0%;
    width: 25%;
    bottom: -60px;
    z-index: 1;
  }
}
@media (max-width: 699px) {
  #custom-html-ue .container .content {
    position: absolute;
    bottom: -90px;
    font-size: 140px;
    color: #99cc00;
    left: 0px auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 1;
  }
  #custom-html-ue #pfote14 {
    position: absolute;
    right: 0%;
    width: 25%;
    bottom: -60px;
    z-index: 1;
  }
}
.cid-tt8cEJzM0g {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tt8cEJzM0g .mbr-text {
  color: #000000;
}
.cid-tt8cEJzM0g .mbr-text DIV {
  text-align: left;
}
.cid-tt8cEKypRZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-tt8cEKypRZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tt8cEKypRZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff  ;
}
.cid-tt8cEKypRZ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tt8cEKypRZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tt8cEKypRZ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 2;
}
.cid-tt8cEKypRZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tt8cEKypRZ .card .panel-body {
  color: #000;
}
.cid-tt8cEKypRZ .mbr-iconfont {
  color: #94d138;
}
.cid-tt8cEKypRZ H4 {
  color: #000000;
}
.cid-tt8cEKypRZ ul li:empty {
  display: none;
}
.cid-tt8cELTy27 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-ttdaBBZuBH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ttdaBBZuBH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ttdaBBZuBH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttdaBBZuBH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttdaBBZuBH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ttdaBBZuBH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  background: linear-gradient(to left, #232323, #554346) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ttdaBBZuBH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ttdaBBZuBH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ttdaBBZuBH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ttdaBBZuBH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  background: linear-gradient(to left, #232323, #554346) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tt8cEP0f3l {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tt8cEP0f3l .image-block {
  margin: auto;
}
.cid-tt8cEP0f3l figcaption {
  position: relative;
}
.cid-tt8cEP0f3l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tt8cEP0f3l .image-block {
    width: 100% !important;
  }
}
.cid-tt8cEQ0ozR {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tt8cERckE5 {
  background-color: #ffffff;
}
.cid-tt8cERckE5 .wave1 {
  fill: #145006;
}
.cid-tt8cERckE5 .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-tt8cERckE5 .wave3,
.cid-tt8cERckE5 .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-tt8cESarw8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-tt8cESarw8 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tt8cESarw8 .content {
    text-align: center;
  }
  .cid-tt8cESarw8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tt8cESarw8 .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-tt8cESarw8 .input-group-btn {
  display: inline-block;
}
.cid-tt8cESarw8 .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-tt8cESarw8 .img-logo {
  text-align: center;
}
.cid-tt8cESarw8 .img-logo img {
  height: 6rem;
}
.cid-tt8cESarw8 [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tt8cESarw8 [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-tt8cESarw8 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tt8cESarw8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tt8cESarw8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tt8cESarw8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tt8cESarw8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tt8cESarw8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tt8cESarw8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tt8cESarw8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tt8cESarw8 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tt8cESarw8 form .input-group input.form-control,
.cid-tt8cESarw8 form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-tt8cESarw8 .form-inline {
  justify-content: center;
}
.cid-tt8cESarw8 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tt8cESarw8 .foot-logo {
    text-align: center !important;
  }
  .cid-tt8cESarw8 .foot-title {
    text-align: center !important;
  }
  .cid-tt8cESarw8 .mbr-text {
    text-align: center !important;
  }
}
.cid-tt8cESarw8 .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-tt8cESarw8 .copyright .mbr-text {
  text-align: center;
}
.cid-tt8cESarw8 .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-tt8cESarw8 .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-tt8cESarw8 .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tt8cESarw8 .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-tt8cESarw8 .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-tt8cESarw8 .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-tt8cESarw8 .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-tt8cESarw8 .img-logo-zoo {
  text-align: center;
}
.cid-tt8cESarw8 .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-tt8cETrJLX {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-tt8cETrJLX .image-block {
  margin: auto;
}
.cid-tt8cETrJLX figcaption {
  position: relative;
}
.cid-tt8cETrJLX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tt8cETrJLX .image-block {
    width: 100% !important;
  }
}
.cid-tt8cEV2fgK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-tt8cEV2fgK [class^="socicon-"]:before,
.cid-tt8cEV2fgK [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-tt8cEV2fgK .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-tt8cEV2fgK .btn-social:hover {
  background: #80e110;
}
.cid-tt8cEV2fgK .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-tt8cEV2fgK .btn {
    font-size: 15px !important;
  }
}
.cid-tt8cEV2fgK .btn-social,
.cid-tt8cEV2fgK .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-tt8cEWi9AD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-tt8cEWi9AD .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tt8cEXmUVm .hidden {
  display: none;
}
.cid-tt8cEXmUVm .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-tt8cEXmUVm .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-tt8cEXmUVm .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-tt8cEXmUVm .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-tt8cEXmUVm .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-tt8cEXmUVm .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-tt8cEXmUVm .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tt8cEXmUVm .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-tt8cEXmUVm .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-tt8cEXmUVm .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tt8cEYvkks .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tt8cEYvkks .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tt8cEYvkks .nav-item:focus,
.cid-tt8cEYvkks .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tt8cEYvkks .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tt8cEYvkks .nav-item .nav-link {
    position: relative;
  }
  .cid-tt8cEYvkks .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tt8cEYvkks .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tt8cEYvkks .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tt8cEYvkks .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tt8cEYvkks .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt8cEYvkks .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tt8cEYvkks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tt8cEYvkks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tt8cEYvkks .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt8cEYvkks .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt8cEYvkks .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tt8cEYvkks .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tt8cEYvkks .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tt8cEYvkks .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tt8cEYvkks .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tt8cEYvkks .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tt8cEYvkks .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tt8cEYvkks .navbar.collapsed .navbar-collapse.show,
.cid-tt8cEYvkks .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tt8cEYvkks .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tt8cEYvkks .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tt8cEYvkks .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tt8cEYvkks .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt8cEYvkks .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt8cEYvkks .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tt8cEYvkks .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt8cEYvkks .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tt8cEYvkks .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tt8cEYvkks .navbar.collapsed .right-menu,
.cid-tt8cEYvkks .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tt8cEYvkks .navbar .navbar-collapse.show,
  .cid-tt8cEYvkks .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tt8cEYvkks .navbar .navbar-collapse.show .brand-container,
  .cid-tt8cEYvkks .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tt8cEYvkks .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt8cEYvkks .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tt8cEYvkks .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt8cEYvkks .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt8cEYvkks .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tt8cEYvkks .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tt8cEYvkks .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt8cEYvkks .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tt8cEYvkks .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tt8cEYvkks .navbar .right-menu,
  .cid-tt8cEYvkks .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tt8cEYvkks .navbar.navbar-short {
  min-height: 60px;
}
.cid-tt8cEYvkks .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tt8cEYvkks .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tt8cEYvkks .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt8cEYvkks .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt8cEYvkks .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt8cEYvkks .dropdown-item.active,
.cid-tt8cEYvkks .dropdown-item:active {
  background-color: transparent;
}
.cid-tt8cEYvkks .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tt8cEYvkks .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt8cEYvkks .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tt8cEYvkks .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tt8cEYvkks .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt8cEYvkks .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt8cEYvkks ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tt8cEYvkks ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tt8cEYvkks .navbar-buttons {
  margin-left: auto;
}
.cid-tt8cEYvkks button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tt8cEYvkks button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tt8cEYvkks button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tt8cEYvkks button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tt8cEYvkks button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tt8cEYvkks button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tt8cEYvkks nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tt8cEYvkks nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tt8cEYvkks nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tt8cEYvkks nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tt8cEYvkks a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tt8cEYvkks .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tt8cEYvkks .right-menu,
.cid-tt8cEYvkks .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tt8cEYvkks .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tt8cEYvkks .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tt8cEYvkks .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tt8cEYvkks .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tt8cEYvkks .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tt8cEYvkks .card-wrapper {
  z-index: 3;
}
.cid-tt8cEYvkks .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tt8cEYvkks .navbar-collapse {
    padding-top: 0;
  }
  .cid-tt8cEYvkks .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt8cEYvkks .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt8cEYvkks .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tt8cEYvkks .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tt8cEYvkks .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tt8cEYvkks ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tt8cEYvkks .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tt8cEYvkks .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tt8cEYvkks ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tt8cEYvkks .text-danger {
    font-size: 28px;
  }
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
.cid-uM5RnZBjHP {
  padding-top: 300px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uM5RnZBjHP .mbr-text,
.cid-uM5RnZBjHP .mbr-section-btn {
  text-align: left;
}
.cid-uM5RnZBjHP #brullaffe {
  position: relative;
  left: auto%;
  width: 35%;
  bottom: auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .cid-uM5RnZBjHP #brullaffe {
    position: relative;
    left: auto%;
    width: 35%;
    bottom: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cid-uM5RnZBjHP #brullaffe {
    position: relative;
    left: auto%;
    width: 40%;
    bottom: auto;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .cid-uM5RnZBjHP #brullaffe {
    position: relative;
    left: auto%;
    width: 60%;
    bottom: auto;
  }
}
@media screen and (min-width: 300px) and (max-width: 499px) {
  .cid-uM5RnZBjHP #brullaffe {
    position: relative;
    left: auto%;
    width: 75%;
    bottom: auto;
  }
}
.cid-tQHSUBqFJw {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tQHSUBqFJw .mbr-section-subtitle {
  color: #767676;
}
.cid-tQHSUBqFJw .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tQHSUBqFJw .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tQHSUBqFJw .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tQHSUBqFJw .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tQHSUBqFJw .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-tQHSUBqFJw .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-tQHSUBqFJw .card-wrapper .card-img img {
  width: 100%;
}
.cid-tQHSUBqFJw .card-wrapper .card-box {
  background-color: rgba(245, 245, 245, 0.6) !important;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 3px ;
  border-bottom-right-radius: 3px ;
}
.cid-tQHSUBqFJw .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-tQHSUBqFJw .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-tQHSUBqFJw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tQHSUBqFJw .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-tQHSUBqFJw .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-tQHSUBqFJw .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-tQHSUBqFJw .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-tQHSW53tVp {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tQHSW53tVp #chalana_link {
  position: relative;
}
.cid-tQHSW53tVp #jaguar {
  position: absolute;
  left: 50%;
  width: 20%;
  bottom: -10px;
}
@media screen and (min-width: 1200px) and (max-width: 2140px) {
  .cid-tQHSW53tVp #chalana_link {
    position: relative;
  }
  .cid-tQHSW53tVp #jaguar {
    position: absolute;
    left: 50%;
    width: 20%;
    bottom: -10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cid-tQHSW53tVp #chalana_link {
    position: relative;
  }
  .cid-tQHSW53tVp #jaguar {
    position: absolute;
    left: 50%;
    width: 25%;
    bottom: -27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .cid-tQHSW53tVp #chalana_link {
    position: relative;
  }
  .cid-tQHSW53tVp #jaguar {
    position: absolute;
    left: 45%;
    width: 35%;
    bottom: -20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .cid-tQHSW53tVp #chalana_link {
    position: relative;
  }
  .cid-tQHSW53tVp #jaguar {
    position: absolute;
    left: 45%;
    width: 35%;
    bottom: -20px;
  }
}
@media (max-width: 479px) {
  .cid-tQHSW53tVp #chalana_link {
    position: relative;
  }
  .cid-tQHSW53tVp #jaguar {
    position: absolute;
    left: 55%;
    width: 40%;
    bottom: -15px;
  }
}
.cid-tQReMiRrPZ {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tQReMiRrPZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tQReMiRrPZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQReMiRrPZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQReMiRrPZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tQReMiRrPZ .row > .row {
  display: block;
}
.cid-tQReMiRrPZ .mbr-gallery-item {
  width: 100%;
}
.cid-tQReMiRrPZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tQReMiRrPZ .mbr-gallery-item > div {
  position: relative;
}
.cid-tQReMiRrPZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tQReMiRrPZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tQReMiRrPZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tQReMiRrPZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tQHT5mf9lV {
  background: #232323;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-tQHT5mf9lV .image-block {
  margin: auto;
}
.cid-tQHT5mf9lV figcaption {
  position: relative;
}
.cid-tQHT5mf9lV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tQHT5mf9lV .image-block {
    width: 100% !important;
  }
}
.cid-tQHT6AoiJ2 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tQHT7dc6Di {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tQHT7dc6Di .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tQHT7dc6Di .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQHT7dc6Di .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQHT7dc6Di .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tQHT7dc6Di .row > .row {
  display: block;
}
.cid-tQHT7dc6Di .mbr-gallery-item {
  width: 100%;
}
.cid-tQHT7dc6Di .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tQHT7dc6Di .mbr-gallery-item > div {
  position: relative;
}
.cid-tQHT7dc6Di .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tQHT7dc6Di .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tQHT7dc6Di .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tQHT7dc6Di .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tQHT8VT0KL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tQHT8VT0KL .row {
  border-top: 0px solid #eff933;
  padding-top: 2rem;
}
.cid-tQHT8VT0KL .mbr-text {
  line-height: 1.5;
  color: #ffffff;
}
.cid-tQHT8VT0KL .ueso_bullet {
  list-style: none;
  padding-left: 0;
}
.cid-tQHT8VT0KL .ueso_bullet li {
  position: relative;
  padding-left: 50px;
}
.cid-tQHT8VT0KL .ueso_bullet li:before {
  content: '';
  width: 24px;
  height: 40px;
  position: absolute;
  background-image: url('https://pantanal.ch/ueso_bullet.png');
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tQHT8VT0KL .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 35px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-tQHT8VT0KL .container2 input {
  position: absolute;
  opacity: 0;
}
.cid-tQHT8VT0KL .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-tQHT8VT0KL .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-tQHT8VT0KL .container2 input:checked ~ .checkmark {
  background-color: #635a51;
}
.cid-tQHT8VT0KL .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-tQHT8VT0KL .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-tQHT8VT0KL .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-tQHT8VT0KL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tQHT9TZn98 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tQHTaxwnyd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tQHTaxwnyd #lexicon {
  position: relative;
}
.cid-tQHTaxwnyd #schlange {
  position: absolute;
  left: 48%;
  width: 30%;
  bottom: 45px;
}
@media (max-width: 500px) {
  .cid-tQHTaxwnyd #lexicon {
    position: relative;
  }
  .cid-tQHTaxwnyd #schlange {
    position: absolute;
    left: 48%;
    width: 45%;
    bottom: 45px;
  }
}
.cid-tQHTbb36bq {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tQHTbb36bq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tQHTbb36bq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQHTbb36bq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQHTbb36bq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tQHTbb36bq .row > .row {
  display: block;
}
.cid-tQHTbb36bq .mbr-gallery-item {
  width: 100%;
}
.cid-tQHTbb36bq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tQHTbb36bq .mbr-gallery-item > div {
  position: relative;
}
.cid-tQHTbb36bq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tQHTbb36bq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tQHTbb36bq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tQHTbb36bq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tQTKaDLDi9 {
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tQTKaDLDi9 .wave1 {
  fill: #145006;
  opacity: 0;
}
.cid-tQTKaDLDi9 .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-tQTKaDLDi9 .wave3,
.cid-tQTKaDLDi9 .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-r0m0NrN5F4 {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-r0m0NrN5F4 .image-block {
  margin: auto;
}
.cid-r0m0NrN5F4 figcaption {
  position: relative;
}
.cid-r0m0NrN5F4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r0m0NrN5F4 .image-block {
    width: 100% !important;
  }
}
.cid-r0m0NrN5F4 .img-logo-zoo {
  text-align: center;
}
.cid-r0m0NrN5F4 .img-logo-zoo img {
  height: 3rem;
  position: relative;
  bottom: 15px;
}
.cid-tRUiiMQQue {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-tRUiiMQQue .mbr-text,
.cid-tRUiiMQQue blockquote {
  color: #767676;
}
.cid-tRUiiMQQue .mbr-text {
  color: #ffffff;
}
.cid-tRUiiMQQue .mbr-text P {
  text-align: center;
}
.cid-tRUiiMQQue .img-logo-zoo {
  text-align: center;
}
.cid-tRUiiMQQue .img-logo-zoo img {
  height: 3rem;
  position: relative;
  bottom: 15px;
}
.cid-rbc0GjFXPY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rbc0GjFXPY [class^="socicon-"]:before,
.cid-rbc0GjFXPY [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-rbc0GjFXPY .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-rbc0GjFXPY .btn-social:hover {
  background: #80e110;
}
.cid-rbc0GjFXPY .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-rbc0GjFXPY .btn {
    font-size: 15px !important;
  }
}
.cid-rbc0GjFXPY .btn-social,
.cid-rbc0GjFXPY .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-rKb98aBgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-rKb98aBgrp .media-container-row .mbr-text {
  color: #efefef;
}
.cid-svG7J1igyy .hidden {
  display: none;
}
.cid-svG7J1igyy .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-svG7J1igyy .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-svG7J1igyy .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-svG7J1igyy .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-svG7J1igyy .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG7J1igyy .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-svG7J1igyy .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-svG7J1igyy .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-svG7J1igyy .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-svG7J1igyy .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-uzwdjeS7GE {
  padding-top: 0px;
  padding-bottom: 185px;
  background-image: url("../../../assets/images/aventura-6-1620x1080.jpg");
}
.cid-uzwdjeS7GE svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-uzwdjeS7GE .wave {
  fill: #ffffff;
}
.cid-uM5REaJCZy {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uM5REaJCZy .nav-tabs .nav-item.open .nav-link:focus,
.cid-uM5REaJCZy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uM5REaJCZy .nav-tabs {
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
.cid-uM5REaJCZy .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-uM5REaJCZy .nav-tabs .nav-link {
  border-radius: 0!important;
  font-style: normal;
  font-weight: 500;
  color: #777d74;
  transition: all .5s;
}
.cid-uM5REaJCZy .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000;
}
.cid-uM5REaJCZy .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
}
.cid-uM5REaJCZy .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8;
}
.cid-uM5REaJCZy .nav-link:hover {
  border: none;
  border-bottom: 3px solid #86b300;
}
.cid-uM5REaJCZy .nav-link.active {
  border: none;
  border-bottom: 3px solid #86b300;
}
.cid-uM5REaJCZy P {
  color: #000000;
  text-align: left;
}
.cid-uM5REaJCZy .mbr-text_center {
  color: #000000;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uM5REaJCZy .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uM5REaJCZy .mbr-text,
  .cid-uM5REaJCZy .nav-link {
    text-align: left;
  }
  .cid-uM5REaJCZy .mbr-text_center {
    color: #000000;
    text-align: center;
  }
}
.cid-uM5REaJCZy H2 {
  text-align: center;
}
.cid-uzwdmQzcwq {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uzwdmQzcwq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzwdmQzcwq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzwdmQzcwq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzwdmQzcwq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzwdmQzcwq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uzwdmQzcwq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzwdmQzcwq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzwdmQzcwq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzwdmQzcwq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #232323) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbjiLOALQl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbjiLOALQl .mbr-text,
.cid-tbjiLOALQl blockquote {
  color: #767676;
}
.cid-tbjiLOALQl .mbr-text {
  color: #000000;
}
.cid-tbjiLOALQl .bordertext {
  border-width: 2px;
  border-style: solid;
  border-color: #00aa00;
  padding: 0.5em;
}
.cid-t6M5Z2981R {
  background-color: #ffffff;
}
.cid-t6M5Z2981R .wave1 {
  fill: #145006;
}
.cid-t6M5Z2981R .wave2 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5Z2981R .wave3,
.cid-t6M5Z2981R .wave4 {
  fill: #145006;
  opacity: 0;
}
.cid-t6M5KV3maB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #145006;
}
.cid-t6M5KV3maB .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .content {
    text-align: center;
  }
  .cid-t6M5KV3maB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6M5KV3maB .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-t6M5KV3maB .input-group-btn {
  display: inline-block;
}
.cid-t6M5KV3maB .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-t6M5KV3maB .img-logo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo img {
  height: 6rem;
}
.cid-t6M5KV3maB [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-t6M5KV3maB [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6M5KV3maB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-t6M5KV3maB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6M5KV3maB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t6M5KV3maB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6M5KV3maB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6M5KV3maB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6M5KV3maB form .input-group input.form-control,
.cid-t6M5KV3maB form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-t6M5KV3maB .form-inline {
  justify-content: center;
}
.cid-t6M5KV3maB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t6M5KV3maB .foot-logo {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .foot-title {
    text-align: center !important;
  }
  .cid-t6M5KV3maB .mbr-text {
    text-align: center !important;
  }
}
.cid-t6M5KV3maB .foot-logo {
  text-align: center;
  color: #f7ed4a;
}
.cid-t6M5KV3maB .copyright .mbr-text {
  text-align: center;
}
.cid-t6M5KV3maB .foot-title {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .mbr-links-column {
  color: #ffffff;
  text-align: center;
}
.cid-t6M5KV3maB .text-danger {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-t6M5KV3maB .text-danger_werbung {
  background: linear-gradient(40deg, #f7ed4a 25%, #61c31c 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  margin-top: -1rem;
}
.cid-t6M5KV3maB .ti-instagram:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .socicon-facebook:hover {
  color: #57963b !important;
  margin-top: -2.3em;
}
.cid-t6M5KV3maB .fa-tripadvisor:hover {
  color: #57963b !important;
  margin-top: -2em;
}
.cid-t6M5KV3maB .img-logo-zoo {
  text-align: center;
}
.cid-t6M5KV3maB .img-logo-zoo img {
  height: 2.5rem;
  position: relative;
  bottom: 15px;
}
.cid-sXrQyUIQZw {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #145006;
}
.cid-sXrQyUIQZw .image-block {
  margin: auto;
}
.cid-sXrQyUIQZw figcaption {
  position: relative;
}
.cid-sXrQyUIQZw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sXrQyUIQZw .image-block {
    width: 100% !important;
  }
}
.cid-t05A61SSzP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-t05A61SSzP [class^="socicon-"]:before,
.cid-t05A61SSzP [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-t05A61SSzP .btn-social {
  border-color: #80e110;
  border-radius: 3px 15px 5px 30px;
  color: #FFFFFF;
}
.cid-t05A61SSzP .btn-social:hover {
  background: #80e110;
}
.cid-t05A61SSzP .btn-social:hover i.socicon {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-t05A61SSzP .btn {
    font-size: 15px !important;
  }
}
.cid-t05A61SSzP .btn-social,
.cid-t05A61SSzP .mbr-section-title {
  color: #ffffff;
  padding: 3px 10px;
}
.cid-sXrQyWBy6T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #145006;
}
.cid-sXrQyWBy6T .media-container-row .mbr-text {
  color: #efefef;
}
.cid-sZC6ZQaGIe .hidden {
  display: none;
}
.cid-sZC6ZQaGIe .witsec-socialbar {
  position: fixed;
  bottom: -35px;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.cid-sZC6ZQaGIe .witsec-socialbar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 10%;
}
.cid-sZC6ZQaGIe .witsec-socialbar .icon {
  margin: 0.5rem;
}
.cid-sZC6ZQaGIe .witsec-socialbar a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-sZC6ZQaGIe .witsec-socialbar .icon1 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-sZC6ZQaGIe .witsec-socialbar .icon2 {
  background: #6aa31d;
  color: #ffffff;
}
.cid-sZC6ZQaGIe .witsec-socialbar .icon3 {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sZC6ZQaGIe .witsec-socialbar .icon4 {
  background: #007bb5;
  color: #ffffff;
}
.cid-sZC6ZQaGIe .witsec-socialbar .icon5 {
  background: #bb0000;
  color: #ffffff;
}
.cid-sZC6ZQaGIe .witsec-socialbar .icon6 {
  background: #232323;
  color: #ffffff;
}
.cid-tbk85AbWAf .text-danger {
  background: linear-gradient(40deg, #f7ed4a 10%, #61c31c 75%);
  background-clip: border-box;
  -webkit-text-stroke: 0.0px #145006;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}
.cid-tbk85AbWAf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .nav-item:focus,
.cid-tbk85AbWAf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tbk85AbWAf .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-tbk85AbWAf .nav-item .nav-link {
    position: relative;
  }
  .cid-tbk85AbWAf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61ab0d, #99cc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tbk85AbWAf .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: calc(60% + 2rem);
    left: auto;
  }
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbk85AbWAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbk85AbWAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbk85AbWAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbk85AbWAf .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tbk85AbWAf .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #145006;
  background: none;
}
.cid-tbk85AbWAf .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tbk85AbWAf .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-tbk85AbWAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tbk85AbWAf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tbk85AbWAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbk85AbWAf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbk85AbWAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbk85AbWAf .navbar.collapsed .right-menu,
.cid-tbk85AbWAf .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar .navbar-collapse.show,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .navbar-collapse.show .brand-container,
  .cid-tbk85AbWAf .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-tbk85AbWAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tbk85AbWAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tbk85AbWAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbk85AbWAf .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbk85AbWAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tbk85AbWAf .navbar .right-menu,
  .cid-tbk85AbWAf .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-tbk85AbWAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbk85AbWAf .navbar.navbar-short .mbr-overlay {
  background: #145006 !important;
}
.cid-tbk85AbWAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbk85AbWAf .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  margin-top: 1em !important;
  padding: 0;
  text-align: center;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbk85AbWAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbk85AbWAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbk85AbWAf .dropdown-item.active,
.cid-tbk85AbWAf .dropdown-item:active {
  background-color: transparent;
}
.cid-tbk85AbWAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 50%;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbk85AbWAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 10.667em 1.667em;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #145006;
}
.cid-tbk85AbWAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbk85AbWAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbk85AbWAf ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-tbk85AbWAf .navbar-buttons {
  margin-left: auto;
}
.cid-tbk85AbWAf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  border-right: 5px;
  background-color: #99cc00;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbk85AbWAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tbk85AbWAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbk85AbWAf a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbk85AbWAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbk85AbWAf .right-menu,
.cid-tbk85AbWAf .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-tbk85AbWAf .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tbk85AbWAf .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tbk85AbWAf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #145006;
  padding: .5rem 0;
  color: #ffffff;
}
.cid-tbk85AbWAf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tbk85AbWAf .card-wrapper {
  z-index: 3;
}
.cid-tbk85AbWAf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tbk85AbWAf .navbar-collapse {
    padding-top: 0;
  }
  .cid-tbk85AbWAf .ul.flagg {
    margin-top: 1em;
    margin-left: -30px;
    white-space: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbk85AbWAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbk85AbWAf .nav-item-flagg {
  position: relative;
  text-align: right;
  top: 10px;
  display: inline-block;
}
.cid-tbk85AbWAf .nav-dropdown .link {
  padding: .667em 1.3em !important;
  margin: 0 !important;
}
.cid-tbk85AbWAf .nav-item {
  margin-top: -2.3em;
  margin-left: -1.6em;
}
.cid-tbk85AbWAf ul.flagg {
  margin-top: 1em;
  margin-left: 25px;
  white-space: nowrap;
}
.cid-tbk85AbWAf .spruch {
  font-family: Open Sans Condensed;
  letter-spacing: -0.05rem;
  font-size: 20px;
}
@media screen and (max-width: 380px) {
  .cid-tbk85AbWAf .navbar-brand .navbar-caption {
    margin-left: -10px;
  }
  .cid-tbk85AbWAf ul.flagg {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .cid-tbk85AbWAf .text-danger {
    font-size: 28px;
  }
}
