:focus {
  outline: none !important;
}

/*
:focus-visible {
  outline: 2px solid #0a84ff !important;    
  outline-offset: 2px !important;
}*/
/*@font-face {
  font-display: swap; 
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alegreya-sans-v26-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/alegreya-sans-v26-latin-700italic.woff2') format('woff2'); 
}*/
/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v31-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v31-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-condensed-v31-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/roboto-condensed-v31-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v49-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v49-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v49-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/roboto-v49-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.no-sidebar-primary .fl-row-content.fl-row-fixed-width {
  width: 90%;
  max-width: 1470px;
}

@media (min-width: 1200px) {
  #desktop-nav nav, .centered-box, .container, .footer-menu nav, .footer-social-links, .footer-widgets, .header-no-image > div, .hero-content, .internet-explorer8 .ms-info, .no-sidebar-primary .breadcrumbs, .no-sidebar-primary .entry-content, .no-sidebar-primary .error404-content, .no-sidebar-primary .page-header, .no-sidebar-primary .post-header, .oldie-warning p {
    width: 90%;
    max-width: 1470px;
  }
  .fl-row-content-wrap {
    padding: 10rem 0 !important;
  }
  .home .fl-row:first-of-type .fl-row-content-wrap {
    padding: 0rem 0 !important;
  }
}
#header {
  background: none;
}
#header .header-widgets {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#header .header-widgets .menu-trigger {
  display: flex;
  align-items: center;
  color: #63605e;
  background: none;
  border: 0;
  gap: 10px;
}

/* Mobile Navigation */
.gs-widget-container {
  z-index: 9999 !important;
}

nav.mobile {
  background-color: white;
  position: fixed;
  z-index: 10000000000000000;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 30%;
  width: 100%;
  padding: 70px;
  overflow-y: auto;
  text-align: left;
  transform: translateX(120%);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
nav.mobile .image-background {
  display: none;
}
nav.mobile ul {
  list-style-type: none;
  padding-bottom: 20px;
}
nav.mobile ul li {
  margin-bottom: 20px;
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.3s ease;
}
nav.mobile ul li a {
  color: #459600;
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding: 3px 0;
  transition: all 0.3s ease;
  font-weight: 900;
  margin-bottom: 10px;
}
nav.mobile ul li a span {
  color: #459600;
}
nav.mobile ul li.highlight a {
  background: white !important;
  color: #459600 !important;
  padding: 8px 20px 8px 20px;
}
nav.mobile ul li ul li {
  margin-bottom: 10px;
}
nav.mobile ul li ul li a {
  color: #63605e;
  margin-bottom: 0;
  font-size: 18px;
  padding: 0px 0 0px 20px;
  font-weight: 300;
  text-transform: none;
}
nav.mobile ul li::last-of-type {
  margin-bottom: 0;
}
nav.mobile ul.sub {
  list-style-type: none;
  margin-top: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}
nav.mobile ul.sub li {
  margin-bottom: 10px;
}
nav.mobile ul.sub li a {
  color: #63605e;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
nav.mobile ul.sub li::last-of-type {
  margin-bottom: 0px;
}
nav.mobile .upper-block {
  margin-bottom: var(--space-md);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
nav.mobile .language-block {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  font-size: 14px;
  color: white;
}
nav.mobile .language-block i {
  color: white;
}
nav.mobile .close-block {
  text-align: right;
}
nav.mobile .close-block .closemenu {
  text-align: right;
  color: #459600;
}
nav.mobile .close-block .closemenu i {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  nav.mobile {
    max-width: 60%;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  nav.mobile {
    max-width: 90%;
    padding: 40px 30px 50px;
  }
}
nav.mobile .left-block {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
nav.mobile .left-block span {
  color: white;
  font-weight: 400;
}
nav.mobile .left-block a {
  color: #459600;
  opacity: 0.7;
  font-size: inherit;
  padding: 0;
  margin: 0;
  position: relative;
  top: 1px;
}
nav.mobile .left-block a:hover {
  opacity: 1;
}

nav.mobile.show {
  transform: translateX(0px);
  z-index: 9999999999999998;
}
nav.mobile.show ul li {
  transform: translateX(0px);
  opacity: 1;
}
nav.mobile.show ul li:nth-child(1) {
  transition-delay: 0.15s;
}
nav.mobile.show ul li:nth-child(2) {
  transition-delay: 0.3s;
}
nav.mobile.show ul li:nth-child(3) {
  transition-delay: 0.45s;
}
nav.mobile.show ul li:nth-child(4) {
  transition-delay: 0.6s;
}
nav.mobile.show ul li:nth-child(5) {
  transition-delay: 0.75s;
}
nav.mobile.show ul li:nth-child(6) {
  transition-delay: 0.9s;
}
nav.mobile.show ul li:nth-child(7) {
  transition-delay: 1.05s;
}
nav.mobile.show ul li:nth-child(8) {
  transition-delay: 1.2s;
}
nav.mobile.show ul li:nth-child(9) {
  transition-delay: 1.35s;
}
nav.mobile.show ul li:nth-child(10) {
  transition-delay: 1.5s;
}
nav.mobile.show ul li:nth-child(11) {
  transition-delay: 1.65s;
}
nav.mobile.show ul li:nth-child(12) {
  transition-delay: 1.8s;
}
nav.mobile.show ul li:nth-child(13) {
  transition-delay: 1.95s;
}
nav.mobile.show ul li:nth-child(14) {
  transition-delay: 2.1s;
}
nav.mobile.show ul li:nth-child(15) {
  transition-delay: 2.25s;
}
nav.mobile.show ul li:nth-child(16) {
  transition-delay: 2.4s;
}
nav.mobile.show ul li:nth-child(17) {
  transition-delay: 2.55s;
}
nav.mobile.show ul li:nth-child(18) {
  transition-delay: 2.7s;
}
nav.mobile.show ul li:nth-child(19) {
  transition-delay: 2.85s;
}
nav.mobile.show ul li:nth-child(20) {
  transition-delay: 3s;
}
nav.mobile.show ul li:nth-child(21) {
  transition-delay: 3.15s;
}
nav.mobile.show ul li:nth-child(22) {
  transition-delay: 3.3s;
}
nav.mobile.show ul li:nth-child(23) {
  transition-delay: 3.45s;
}
nav.mobile.show ul li:nth-child(24) {
  transition-delay: 3.6s;
}
nav.mobile.show ul li:nth-child(25) {
  transition-delay: 3.75s;
}
nav.mobile.show ul li:nth-child(26) {
  transition-delay: 3.9s;
}
nav.mobile.show ul li:nth-child(27) {
  transition-delay: 4.05s;
}
nav.mobile.show ul li:nth-child(28) {
  transition-delay: 4.2s;
}
nav.mobile.show ul li:nth-child(29) {
  transition-delay: 4.35s;
}
nav.mobile.show ul li:nth-child(30) {
  transition-delay: 4.5s;
}

nav.mobile.show .about,
nav.mobile.show .social,
nav.mobile.show ul.sub {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.85s;
}

.navoverlay {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: black;
  opacity: 0;
  visibility: hidden;
}

.navoverlay.show {
  opacity: 0.8;
  z-index: 999999999999;
  visibility: visible;
}

@media screen and (min-width: 1280px) {
  nav.mobile {
    margin: 40px;
    background: #f4f1ec;
    max-width: calc(100% - 80px);
    max-height: calc(100% - 80px);
    padding: 5rem;
  }
  nav.mobile .image-background {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  nav.mobile .image-background img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.1;
  }
  nav.mobile .close-block {
    text-align: right;
  }
  nav.mobile .close-block span {
    color: #63605e;
  }
  nav.mobile .upper-block {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav.mobile .upper-block .language-block {
    display: none;
  }
  nav.mobile .upper-block .left-block a {
    background: #459600;
    color: white;
    opacity: 1;
  }
  nav.mobile .upper-block .left-block a:hover {
    background: #63605e;
  }
  nav.mobile .menu-wrapper ul {
    display: flex;
    justify-content: center;
    gap: 5rem;
  }
  nav.mobile .menu-wrapper ul li {
    margin-bottom: 0;
  }
  nav.mobile .menu-wrapper ul li a {
    display: block;
    color: #459600;
    font-size: 1.25em;
  }
  nav.mobile .menu-wrapper ul li a:hover {
    color: #9dcb00;
  }
  nav.mobile .menu-wrapper ul li ul {
    display: block;
  }
  nav.mobile .menu-wrapper ul li ul li {
    border-bottom: 1px solid rgba(99, 96, 94, 0.25);
  }
  nav.mobile .menu-wrapper ul li ul li:first-of-type {
    display: block;
  }
  nav.mobile .menu-wrapper ul li ul li a {
    font-size: 16px;
    color: #63605e;
    padding: 0;
    padding: 6px 0;
  }
  nav.mobile .menu-wrapper ul li ul li a:hover {
    color: #459600;
  }
  nav.mobile .menu-wrapper ul li ul li.highlight a {
    background: #459600 !important;
    color: #63605e !important;
    padding: 6px 12px 6px 12px;
  }
  nav.mobile .menu-wrapper ul li ul li.highlight a:hover {
    background: #459600 !important;
  }
}
.ft-topbar {
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 3rem 0;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s linear;
}
.ft-topbar.scrolled {
  top: 0;
  padding: 2rem 0;
  background: rgb(255, 255, 255);
  box-shadow: -1px 14px 16px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 14px 16px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 14px 16px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear;
}
.ft-topbar .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ft-topbar .inner .left-block .menu-trigger {
  border: 0;
  background: #9dcb00;
  color: white;
  padding: 1rem 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
}
.ft-topbar .inner .left-block .menu-trigger span {
  font-size: 15px;
}
.ft-topbar .inner .left-block .menu-trigger img {
  height: 25px;
  margin-right: 5px;
}
.ft-topbar .inner .right-block .booking-button {
  background: #9dcb00;
  color: white;
  padding: 1rem 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
}
.ft-topbar .inner .right-block .booking-button span {
  font-size: 15px;
}
@media (max-width: 768px) {
  .ft-topbar {
    top: 0.5rem;
    padding: 1rem 0;
  }
  .ft-topbar.scrolled {
    padding: 1rem 0;
  }
  .ft-topbar .inner {
    flex-direction: row-reverse;
  }
  .ft-topbar .inner .left-block .menu-trigger {
    padding: 0.5rem 1rem;
    font-size: 13px;
  }
  .ft-topbar .inner .left-block .menu-trigger img {
    height: 15px;
    margin-right: 0px;
  }
  .ft-topbar .inner .left-block .menu-trigger span {
    display: none;
  }
  .ft-topbar .inner .center-block {
    max-width: 150px;
  }
  .ft-topbar .inner .right-block .booking-button {
    padding: 0.5rem 1rem;
    font-size: 13px;
  }
  .ft-topbar .inner .right-block .booking-button mobile {
    display: none;
  }
}

#cookie-notice .cookie-notice-container a#cn-accept-cookie, #cookie-notice .cookie-notice-container a#cn-accept-cookie .fl-module-content .fl-button-wrap a.fl-button, #cookie-notice .cookie-notice-container a#cn-accept-cookie .fl-module-content .uabb-button-wrap a.uabb-button, #cookie-notice .cookie-notice-container a#cn-more-info, #cookie-notice .cookie-notice-container a#cn-more-info .fl-module-content .fl-button-wrap a.fl-button, #cookie-notice .cookie-notice-container a#cn-more-info .fl-module-content .uabb-button-wrap a.uabb-button, .comment-form input[type=submit], .contact-person .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-button-wrap .fl-button, .cta-btn .fl-module-content .fl-button-wrap a.fl-button, .cta-btn .fl-module-content .uabb-button-wrap a.uabb-button, .fl-callout .fl-callout-content .fl-callout-text-wrap .fl-button-wrap .fl-button, .hero-content .hero-cta, .search-form a.search-submit, .search-form input[type=submit].search-submit, .uabb-infobox .uabb-infobox-content .uabb-infobox-text-wrap .uabb-infobox-button .uabb-button, a.btn, a.caldera-forms-modal, a.cta-btn, input[type=submit].btn {
  box-shadow: none;
  display: inline-flex;
  align-items: center;
}

#cookie-notice .cookie-notice-container a#cn-accept-cookie, #cookie-notice .cookie-notice-container a#cn-more-info, .comment-form input[type=submit], .fl-module-content .fl-button-wrap a.fl-button, .fl-module-content .uabb-button-wrap a.uabb-button, .hero-content .hero-cta, .search-form a.search-submit, .search-form input[type=submit].search-submit, a.btn, a.caldera-forms-modal, a.cta-btn, input[type=submit].btn {
  font-size: 1.85rem;
}

#cookie-notice .cookie-notice-container .teaserbox-arrangements .uabb-infobox a#cn-accept-cookie, #cookie-notice .cookie-notice-container .teaserbox-arrangements .uabb-infobox a#cn-more-info, #cookie-notice .cookie-notice-container .teaserbox-services .uabb-infobox a#cn-accept-cookie, #cookie-notice .cookie-notice-container .teaserbox-services .uabb-infobox a#cn-more-info, .teaserbox-arrangements .uabb-infobox #cookie-notice .cookie-notice-container a#cn-accept-cookie, .teaserbox-arrangements .uabb-infobox #cookie-notice .cookie-notice-container a#cn-more-info, .teaserbox-arrangements .uabb-infobox .cta-btn, .teaserbox-arrangements .uabb-infobox .uabb-infobox-button, .teaserbox-services .uabb-infobox #cookie-notice .cookie-notice-container a#cn-accept-cookie, .teaserbox-services .uabb-infobox #cookie-notice .cookie-notice-container a#cn-more-info, .teaserbox-services .uabb-infobox .cta-btn, .teaserbox-services .uabb-infobox .uabb-infobox-button {
  font-size: 1.75rem;
}

.teaserbox-services.green .fl-module-content .uabb-infobox .uabb-infobox-title-wrap .uabb-infobox-title {
  border-top: 10px solid rgba(255, 255, 255, 0);
}

.teaserbox-arrangements .uabb-infobox, .teaserbox-services .uabb-infobox {
  box-shadow: none;
}

.teaserbox-arrangements .uabb-infobox .uabb-image-content, .teaserbox-services .uabb-infobox .uabb-image-content {
  width: 100%;
  aspect-ratio: 16/12;
}
.teaserbox-arrangements .uabb-infobox .uabb-image-content img, .teaserbox-services .uabb-infobox .uabb-image-content img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.teaserbox-arrangements .uabb-infobox .uabb-infobox-title-wrap, .teaserbox-services .uabb-infobox .uabb-infobox-title-wrap,
.teaserbox-arrangements .uabb-infobox .uabb-infobox-text-wrap, .teaserbox-services .uabb-infobox .uabb-infobox-text-wrap {
  padding: 0 1.5rem;
}

.teaserbox-services .fl-module-content .uabb-infobox {
  background: #9dcb00;
}

.teaserbox-services .fl-module-content .uabb-infobox .uabb-infobox-title-wrap .uabb-infobox-title {
  border-top: 10px solid rgba(255, 255, 255, 0);
  color: white;
  font-weight: 600;
  font-size: 2.2rem;
}

#header.affix {
  box-shadow: -1px 14px 16px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 14px 16px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 14px 16px 0px rgba(0, 0, 0, 0.15);
}

#footer h4, #tinymce h4, .content-wrap h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal !important;
}

.fl-node-5a5f2938d131d .uabb-list-icon {
  display: flex;
}

.ft-listicon-fix .uabb-list-icon {
  display: flex;
  flex-wrap: wrap;
}
.ft-listicon-fix .uabb-list-icon .uabb-list-icon-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ft-listicon-fix .uabb-list-icon .uabb-list-icon-wrap .uabb-callout-outter {
  margin-right: 0;
}
.ft-listicon-fix .uabb-list-icon .uabb-list-icon-wrap .uabb-callout-outter .uabb-icon-wrap {
  vertical-align: inherit;
}
@media screen and (max-width: 768px) {
  .ft-listicon-fix .uabb-list-icon {
    justify-content: flex-start !important;
  }
}

@media screen and (max-width: 768px) {
  .uabb-image-carousel .slick-prev {
    transform: translate(250%, -50%);
  }
  .uabb-image-carousel .slick-next {
    transform: translate(-100%, -50%) !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .fl-module-post-grid .fl-module-content .fl-post-feed .fl-post-feed-post {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 2rem;
  }
  .fl-module-post-grid .fl-module-content .fl-post-feed .fl-post-feed-post .fl-post-feed-content {
    text-align: center;
  }
}
.head-slider {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.head-slider .head-slider-items .slide-item .image-block {
  position: relative;
  height: 80vh;
}
.head-slider .head-slider-items .slide-item .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head-slider .head-slider-items .slide-item .image-block .content-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .head-slider {
    height: 300px;
  }
  .head-slider .head-slider-items .slide-item {
    height: 300px;
  }
  .head-slider .head-slider-items .slide-item .image-block {
    height: 300px;
  }
}

@media screen and (min-width: 1023px) {
  .page-parent #hero .hero-image-wrap {
    height: 60vh;
  }
  .page-child #hero .hero-image-wrap {
    height: 40vh;
  }
}
.footer-menu {
  background: #f4f1ec;
}
.footer-menu nav #footer-nav li a {
  color: #459600;
}
.footer-menu nav #footer-nav li ul.sub-menu li {
  border-bottom: 1px solid rgba(99, 96, 94, 0.25);
}
.footer-menu nav #footer-nav li ul.sub-menu li a {
  color: #63605e;
}

@media screen and (max-width: 1024px) {
  .landingpage_navigation ul {
    text-align: center;
  }
  .landingpage_navigation ul li {
    display: block;
    text-align: center;
  }
  .landingpage_navigation ul li:after {
    display: none;
  }
}
.landingpage_navigation ul li a {
  font-size: 15px;
}

.teaserbox-arrangements .uabb-infobox:hover .uabb-photo-img, .teaserbox-services .uabb-infobox:hover .uabb-photo-img,
.teaserbox-arrangements .uabb-infobox .uabb-photo-img, .teaserbox-services .uabb-infobox .uabb-photo-img {
  transition: all 0.3s linear;
}

.ft-breadcrumb {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 14px;
}
.ft-breadcrumb i {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .ft-breadcrumb span {
    display: none;
  }
}

.wpcf7-form label {
  font-size: 14px;
  opacity: 0.75;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=password],
.wpcf7-form input[type=number],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 0;
  border: 1px solid rgb(225.3, 217.2, 203.7);
  background: white;
  box-sizing: border-box;
  color: #63605e;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
}
.wpcf7-form input[type=text]:hover, .wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:hover,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=password]:hover,
.wpcf7-form input[type=password]:focus,
.wpcf7-form input[type=number]:hover,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=tel]:hover,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:focus,
.wpcf7-form select:hover,
.wpcf7-form select:focus {
  border: 1px solid rgb(206.6, 193.4, 171.4);
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-submit {
  border: 0;
  padding: 0;
  margin: 0;
  background: #9dcb00;
  color: white;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
}

.ui-datepicker,
.ui-datepicker.ui-widget,
.ui-datepicker .ui-datepicker-header {
  z-index: 1000000 !important;
}

.ui-datepicker {
  font-family: inherit;
  background: white;
  border: 1px solid #f4f1ec;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(99, 96, 94, 0.2);
  padding: 0.5rem;
}
.ui-datepicker .ui-datepicker-header {
  background: #459600;
  color: #fff;
  border-radius: 0;
  padding: 0.75rem 1rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  /* Unser Icon kommt als ::before direkt auf das SPAN */
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  /* WICHTIG: jQuery UI-Icon resetten, damit ::before sichtbar ist */
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background: #f4f1ec;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background: none !important;
  width: auto;
  height: auto;
  line-height: 1;
  overflow: visible;
  text-indent: 0;
  color: transparent;
  font-size: 0;
  display: inline-block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 1rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 1rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon::before {
  font-family: "custom-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  content: "";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon::before {
  content: "\e81e";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon::before {
  content: "\e81f";
}
.ui-datepicker table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.ui-datepicker table th {
  padding: 0.4rem;
  font-size: 12px;
  opacity: 0.75;
  color: #63605e;
  font-weight: 600;
  text-align: center;
}
.ui-datepicker table td {
  text-align: center;
  padding: 0.3rem;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
}
.ui-datepicker table td a {
  display: block;
  padding: 0.4rem;
  border-radius: 100%;
  color: #63605e;
  text-decoration: none;
  transition: background 0.2s ease;
}
.ui-datepicker table td a:hover {
  background: #9dcb00;
  color: #fff;
}
.ui-datepicker table td.ui-datepicker-today a {
  background: #f4f1ec;
  font-weight: bold;
}
.ui-datepicker table td.ui-datepicker-current-day a {
  background: #9dcb00;
  color: #fff !important;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-buttonpane {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  background: #459600;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
  background: rgb(45.54, 99, 0);
}

.fl-rich-text {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .fl-rich-text {
    max-width: 100%;
  }
}

h1.uabb-infobox-title-prefix {
  font-weight: 600;
  line-height: 110%;
}

.uabb-heading {
  font-weight: 600;
}

.footer-menu {
  padding: 6rem 4rem;
}

.footer-menu nav #footer-nav li a {
  font-weight: 600;
}

.footer-menu nav #footer-nav li ul li a {
  font-weight: 300;
}

.page-wrap {
  position: relative;
  padding-top: 0 !important;
}
.page-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .page-wrap:after {
    height: 300px;
  }
}

#footer .uabb-list-icon-wrap .uabb-callout-outter {
  margin-right: 0.75rem;
}
#footer .uabb-list-icon-wrap .uabb-list-icon-text .uabb-list-icon-text-heading {
  font-size: 1.75rem;
}
#footer .uabb-list-icon-wrap .uabb-icon i {
  line-height: 30px;
}
#footer .uabb-list-icon-wrap .uabb-icon i:before {
  font-size: 2rem;
}

.uabb-post-wrapper .uabb-post-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
}
.uabb-post-wrapper .uabb-post-thumbnail img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews .uabb-post-wrapper .uabb-post-thumbnail {
  width: auto;
  aspect-ratio: inherit;
}
.reviews .uabb-post-wrapper .uabb-post-thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto !important;
  height: auto !important;
}

.fl-module-text-routingform {
  min-height: 220px;
}

.routing-block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
}

.routing-block .route {
  background: #9bcb00;
  padding: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.routing-block .route button {
  background: #fff;
  color: #9bcb00;
  text-transform: uppercase;
  border: 0;
  font-family: "Oswald", sans-serif;
  padding: 10px;
}

.routing-block .route input {
  padding: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 991px) {
  .routing-block .route {
    flex-direction: column;
  }
  .routing-block .route button {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  #footer h1, #tinymce h1, .content-wrap h1 {
    font-size: 3rem;
  }
  #footer h3, #tinymce h3, .content-wrap h3 {
    font-size: 2.5rem;
  }
  .floatyiiq,
  .floatyiiq.show,
  .gs-widget-container {
    display: none !important;
  }
}
.fl-module-html iframe {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .fl-module-html iframe {
    max-height: 300px;
  }
}