:root {
  --hausfarbe: #006C73;
  --hausfarbe-komplementaer: #FF5B3F;
  --beigeton: #ECEBE8;
  --schriftfarbe: #050505;
}
bold, strong, b {
  font-weight: 600;
}
.delayText, .delayTextMobile, .delayTextDesktop {
  margin-bottom: 35px;
}
.delayText.hidden, .delayTextMobile.hidden, .delayTextDesktop.hidden {
  display: none;
}
.generalIconReadmore {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #707070;
  text-align: right;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .generalIconReadmore.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .generalIconReadmore.desktop {
    display: none;
  }
}
.generalIconReadmore::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 140px;
  width: 100%;
  height: 40px;
  background-image: url("../img/readmoresymbolwhite.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 24px;
}
.generalIconReadmore button {
  background: none;
  outline: none;
  border: none;
  color: var(--button_gradient_top_color);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  cursor: pointer;
}
.generalIconReadmore button:hover, .generalIconReadmore button:active, .generalIconReadmore button:focus {
  color: var(--button_gradient_top_color_hover);
}
.grey + .generalIconReadmore::before {
  background-image: url("../img/readmoresymbol.png");
}
.text-center {
  text-align: center;
}
.post-password-form {
  padding-top: 170px;
  padding-bottom: 40px;
  max-width: 1715px;
  margin-left: auto;
  margin-right: auto;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
  text-decoration: underline;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.fusion-tb-header .hl-sticky-logo {
  padding: 19px 27px;
  background-color: var(--hausfarbe);
}
.fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu.hl-sticky-menu {
  width: 310px;
  z-index: 101;
}
.fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu.hl-sticky-menu.expanded {
  background-color: var(--beigeton);
}
.fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu.hl-sticky-menu.expanded .collapsed-nav-text {
  color: #585858;
}
.fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu.hl-sticky-menu.expanded .awb-menu__m-collapse-icon-close {
  color: var(--schriftfarbe);
}
.fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu.hl-sticky-menu ul.fusion-menu {
  max-height: none;
}
@media (max-width: 767px) {
  .fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu.hl-sticky-menu {
    width: 100%;
  }
  .fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu.hl-sticky-menu ul.fusion-menu {
    padding-top: 50px;
    transform: translateY(calc(-100% - 66px));
  }
}
@media (max-width: 1349px) {
  .fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu {
    width: 310px;
    z-index: 100;
  }
  .fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu.expanded {
    background-color: var(--beigeton);
  }
  .fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu.expanded .awb-menu__m-collapse-icon-close {
    color: var(--schriftfarbe);
  }
  .fusion-tb-header .fusion-content-layout-row:not(.fusion-content-nowrap) > .awb-menu ul.fusion-menu {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .fusion-tb-header .hl-sticky-bookingselector .fusion-column-wrapper > div {
    width: 100%;
  }
  .fusion-tb-header .hl-sticky-bookingselector .fusion-column-wrapper > div .hl-button-fullwidth {
    width: 100%;
  }
}
.fusion-tb-header .hl-sticky-bookingselector .bookingselector {
  display: none;
}
.fusion-tb-header .mobile-menu-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}
.awb-menu__m-toggle .awb-menu__m-collapse-icon-open {
  width: 34px;
  height: 25px;
  background-image: url("../img/menu-open.png");
  background-repeat: none;
  background-position: center center;
  background-size: contain;
}
.awb-menu__m-toggle .awb-menu__m-collapse-icon-open::before {
  display: none !important;
}
.awb-menu__m-toggle .awb-menu__m-collapse-icon-close {
  width: 34px;
  height: 25px;
  background-image: url("../img/menu-close.png");
  background-repeat: none;
  background-position: center center;
  background-size: contain;
}
.awb-menu__m-toggle .awb-menu__m-collapse-icon-close::before {
  display: none !important;
}
.awb-menu__sub-ul .awb-menu__sub-li .awb-menu__sub-a span {
  text-transform: none;
}
@media (max-width: 767px) {
  .wpml-ls-current-language {
    display: none !important;
  }
  .hl-sticky-menu .wpml-ls-item .menu-text {
    position: relative;
    padding-left: 40px;
  }
  .hl-sticky-menu .wpml-ls-item .menu-text::before {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background-image: url("../img/globe.png");
    background-repeat: none;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .hl-sticky-menu .wpml-ls-item {
    display: none;
  }
  .fusion-tb-header .fusion-menu .wpml-ls-item {
    display: none;
  }
}
.switch-lang {
  padding-left: 20px;
}
.langSwitch {
  position: relative;
}
.langSwitch .langToggle {
  border: none;
  outline: none;
  background: none;
  background-image: url("../img/langswitcherfull.png");
  background-repeat: none;
  background-size: contain;
  cursor: pointer;
  width: 65px;
  height: 33px;
  margin-left: 15px;
  position: relative;
  z-index: 102;
}
.langSwitch .dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  padding-top: 80px;
  padding-right: 10px;
  bottom: -155px;
  right: -10px;
  background: #ecebe8;
  z-index: 101;
}
.langSwitch .dropdown .langItem {
  min-height: calc(var(--awb-mobile-nav-items-height) * 1px);
  padding: 0 1.5em;
  line-height: 70px;
  height: 70px;
}
.langSwitch.open .dropdown {
  display: flex;
}
.langSwitch.open .langToggle {
  display: flex;
  background-image: url("../img/langswitcherfullinvert.png");
}
@media (max-width: 767px) {
  .fusion-flex-container .fusion-row .fusion-flex-column.iconMobileHidden {
    display: none;
  }
  .hl-icons h4 {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}
@media (min-width: 768px) {
  .mobileIconReadmore {
    display: none;
  }
}
.mobileIconReadmore {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #707070;
  text-align: right;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.mobileIconReadmore::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 140px;
  width: 100%;
  height: 40px;
  background-image: url("../img/readmoresymbolwhite.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 24px;
}
.mobileIconReadmore button {
  background: none;
  outline: none;
  border: none;
  color: var(--button_gradient_top_color);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  cursor: pointer;
}
.mobileIconReadmore button:hover, .mobileIconReadmore button:active, .mobileIconReadmore button:focus {
  color: var(--button_gradient_top_color_hover);
}
.room-slider .inner {
  padding-left: 20px;
  padding-right: 20px;
}
.room-slider .imgWrap {
  position: relative;
  height: 360px;
}
.room-slider .imgWrap::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0.55) 100%);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 52px 52px 52px 0px;
}
.room-slider .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 52px 52px 52px 0px;
}
.room-slider .imgWrap .overlay {
  position: absolute;
  bottom: 15px;
  left: 35px;
  color: #fff;
  font-size: 36px;
  line-height: 55px;
  font-weight: 600;
  max-width: calc(100% - 70px);
  z-index: 2;
}
@media (max-width: 767px) {
  .room-slider .imgWrap .overlay {
    font-size: 30px;
    line-height: 46px;
  }
}
.room-slider .content {
  margin-top: 20px;
}
.room-slider .price {
  font-weight: 600;
  font-size: 24px;
}
.room-slider .slick-track {
  display: flex;
}
.room-slider .slick-slide {
  height: auto;
}
.room-slider .slick-slide .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.room-slider .slick-slide .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.room-slider .slick-slide .content > div:last-child {
  margin-top: auto;
}
.room-slider .slick-arrow {
  position: absolute;
  top: 180px;
  transform: translateY(-50%);
  width: 22px;
  height: 41px;
  background: none;
  border: none;
  outline: none;
  background-size: cover;
  z-index: 999;
  cursor: pointer;
}
.room-slider .slick-prev {
  left: -30px;
  background-image: url("../img/arrow-left.png");
}
@media (max-width: 1799px) {
  .room-slider .slick-prev {
    left: -10px;
  }
}
.room-slider .slick-prev:hover {
  background-image: url("../img/arrow-left-hover.png");
}
.room-slider .slick-next {
  right: -30px;
  background-image: url("../img/arrow-right.png");
}
@media (max-width: 1799px) {
  .room-slider .slick-next {
    right: -10px;
  }
}
.room-slider .slick-next:hover {
  background-image: url("../img/arrow-right-hover.png");
}
@media (max-width: 767px) {
  .room-slider .fusion-button {
    margin-bottom: 40px;
  }
}
body.error404 #main, body.search #main {
  padding-top: 120px;
  padding-bottom: 40px;
}
.fusion-image-element .fusion-imageframe.img-br-radius {
  border-bottom-right-radius: 79px;
}
.fusion-image-element .fusion-imageframe.img-tl-radius {
  border-top-left-radius: 79px;
}
.fusion-image-element .fusion-imageframe.img-tr-radius {
  border-top-right-radius: 79px;
}
.fusion-image-element .fusion-imageframe.img-bl-radius {
  border-bottom-left-radius: 79px;
}
.fusion-image-element .fusion-imageframe.icon-box {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nested-columns-contend .fusion-column-wrapper .fusion-builder-row {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .fusion-body .hl-bookingselector {
    width: 100vw;
  }
  .fusion-body .hl-bookingselector .fusion-column-wrapper > div {
    width: 100%;
  }
  .fusion-body .hl-bookingselector .fusion-column-wrapper > div .hl-button-fullwidth {
    width: 100%;
  }
}
.fusion-body .bookingselector {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fusion-body .bookingselector select {
  appearance: none;
  padding-left: 25px;
  padding-right: 70px;
  background-image: url("../img/arrow-select.png");
  background-repeat: no-repeat;
  background-position: right 30px center;
}
.fusion-body .bookingselector select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .fusion-body .bookingselector select {
    width: 50%;
    font-size: 15px;
    letter-spacing: 0.75px;
    height: 51px;
  }
}
.fusion-body .bookingselector .fusion-button-default-size {
  height: 67px;
  padding-top: 22px;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  .fusion-body .bookingselector .fusion-button-default-size {
    width: 50%;
    font-size: 15px;
    letter-spacing: 0.75px;
    height: 51px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .fusion-body .bookingselector {
    width: 100%;
  }
}
.fusion-image-carousel.hl-carousel .swiper-slide:nth-child(4n-3) .fusion-image-wrapper {
  border-bottom-right-radius: 56px;
}
.fusion-image-carousel.hl-carousel .swiper-slide:nth-child(4n-2) .fusion-image-wrapper {
  border-top-right-radius: 56px;
}
.fusion-image-carousel.hl-carousel .swiper-slide:nth-child(4n-1) .fusion-image-wrapper {
  border-top-left-radius: 56px;
}
.fusion-image-carousel.hl-carousel .swiper-slide:nth-child(4n) .fusion-image-wrapper {
  border-bottom-left-radius: 56px;
}
.fusion-image-carousel.hl-carousel .awb-swiper-button {
  width: 38px;
  height: 56px;
}
.fusion-image-carousel.hl-carousel .awb-swiper-button.awb-swiper-button-prev {
  left: 28px;
  background-image: url("../img/arrow-left.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.fusion-image-carousel.hl-carousel .awb-swiper-button.awb-swiper-button-prev:hover {
  background-image: url("../img/arrow-left-hover.png");
}
.fusion-image-carousel.hl-carousel .awb-swiper-button.awb-swiper-button-prev .awb-icon-angle-left::before {
  display: none;
}
@media (max-width: 767px) {
  .fusion-image-carousel.hl-carousel .awb-swiper-button.awb-swiper-button-prev {
    left: 0;
  }
}
.fusion-image-carousel.hl-carousel .awb-swiper-button.awb-swiper-button-next {
  right: 28px;
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.fusion-image-carousel.hl-carousel .awb-swiper-button.awb-swiper-button-next:hover {
  background-image: url("../img/arrow-right-hover.png");
}
.fusion-image-carousel.hl-carousel .awb-swiper-button.awb-swiper-button-next .awb-icon-angle-right::before {
  display: none;
}
@media (max-width: 767px) {
  .fusion-image-carousel.hl-carousel .awb-swiper-button.awb-swiper-button-next {
    right: 0;
  }
}
.fusion-testimonials.clean .reviews {
  max-width: 1438px;
  margin-left: auto;
  margin-right: auto;
}
.fusion-testimonials.clean .reviews .awb-quote-content p {
  font-weight: 300;
}
@media (min-width: 768px) {
  .fusion-testimonials.clean .reviews .awb-quote-content p::before {
    content: " ";
    width: 59px;
    height: 48px;
    display: inline-block;
    background-image: url("../img/quote-start.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 15px;
  }
  .fusion-testimonials.clean .reviews .awb-quote-content p::after {
    content: " ";
    width: 59px;
    height: 48px;
    display: inline-block;
    background-image: url("../img/quote-end.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 15px;
    margin-bottom: -24px;
  }
}
@media (max-width: 767px) {
  .fusion-testimonials.clean .reviews .awb-quote-content {
    font-size: 26px;
  }
}
.fusion-testimonials.clean .reviews .author {
  margin-top: 0;
}
@media (max-width: 767px) {
  .fusion-testimonials.clean .reviews .author .company-name {
    font-size: 16px;
  }
}
.hl-werte .text-innovationsdenken, .hl-werte .text-effizienz, .hl-werte .text-agilitaet, .hl-werte .text-teamgeist, .hl-werte .text-nachhaltigkeit {
  visibility: hidden;
}
.hl-werte .link-innovationsdenken h4, .hl-werte .link-effizienz h4, .hl-werte .link-agilitaet h4, .hl-werte .link-teamgeist h4, .hl-werte .link-nachhaltigkeit h4 {
  cursor: pointer;
}
.hl-werte .link-innovationsdenken h4:hover, .hl-werte .link-effizienz h4:hover, .hl-werte .link-agilitaet h4:hover, .hl-werte .link-teamgeist h4:hover, .hl-werte .link-nachhaltigkeit h4:hover {
  color: var(--hausfarbe-komplementaer) !important;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .fusion-body .hl-numbers .fusion-title h4 {
    font-size: 100px !important;
  }
}
.hl-phone-icon {
  position: relative;
}
.hl-phone-icon::before {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url("../img/icon-phone.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: -10px;
  left: -96px;
}
@media (max-width: 767px) {
  .hl-phone-icon {
    padding-left: 40px;
  }
  .hl-phone-icon::before {
    width: 28px;
    height: 28px;
    top: 2px;
    left: 0px;
  }
}
.hl-mail-icon {
  position: relative;
}
.hl-mail-icon::before {
  content: "";
  width: 56px;
  height: 42px;
  background-image: url("../img/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0px;
  left: -92px;
}
@media (max-width: 767px) {
  .hl-mail-icon {
    padding-left: 40px;
  }
  .hl-mail-icon::before {
    width: 28px;
    height: 21px;
    top: 5px;
    left: 0px;
  }
}
/* .hl-map {
    position: relative;

    &::after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 108, 115, 0.3);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    iframe {
        display: block;
    }
} */
body .table-1 table {
  border: 0 none;
  background: #fff;
}
body .table-1 table tr {
  background: var(--beigeton);
}
body .table-1 table tr:nth-child(2n) {
  background: rgba(236, 235, 232, 0.55);
}
body .table-1 table tr td {
  border: 0 none;
  font-size: 24px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  vertical-align: top;
}
@media (max-width: 767px) {
  body .table-1 table tr td {
    font-size: 18px;
  }
}
.table-1.hl-food-bar-columns3 table tr td:first-child {
  width: 16.6666666667%;
}
.table-1.hl-food-bar-columns3 table tr td:nth-child(2) {
  width: 50%;
  white-space: normal;
}
.table-1.hl-food-bar-columns3 table tr td:last-child {
  padding-right: calc(16.666666666667%);
  width: 33.3333333333%;
}
@media (max-width: 1199px) {
  .table-1.hl-food-bar-columns3 table tr td:nth-child(2) {
    width: 68.3333333333%;
  }
  .table-1.hl-food-bar-columns3 table tr td:last-child {
    width: 15%;
    padding-right: 12.5px;
  }
}
@media (max-width: 767px) {
  .table-1.hl-food-bar-columns3 table tr td:first-child {
    width: auto;
  }
  .table-1.hl-food-bar-columns3 table tr td:nth-child(2) {
    width: 80%;
  }
  .table-1.hl-food-bar-columns3 table tr td:last-child {
    width: 20%;
  }
}
.table-1.hl-food-bar-columns4 table tr td:first-child {
  width: 16.6666666667%;
}
.table-1.hl-food-bar-columns4 table tr td:nth-child(2) {
  width: 40%;
  white-space: normal;
}
.table-1.hl-food-bar-columns4 table tr td:nth-child(3) {
  width: 10%;
}
.table-1.hl-food-bar-columns4 table tr td:last-child {
  padding-right: calc(16.666666666667%);
  width: 33.3333333333%;
}
@media (max-width: 1199px) {
  .table-1.hl-food-bar-columns4 table tr td:nth-child(2) {
    width: 53.3333333333%;
  }
  .table-1.hl-food-bar-columns4 table tr td:nth-child(3) {
    width: 15%;
  }
  .table-1.hl-food-bar-columns4 table tr td:last-child {
    width: 15%;
    padding-right: 12.5px;
  }
}
@media (max-width: 767px) {
  .table-1.hl-food-bar-columns4 table tr td:first-child {
    width: auto;
  }
  .table-1.hl-food-bar-columns4 table tr td:nth-child(2) {
    width: 60%;
  }
  .table-1.hl-food-bar-columns4 table tr td:nth-child(3) {
    width: 20%;
  }
  .table-1.hl-food-bar-columns4 table tr td:last-child {
    width: 20%;
  }
}
.table-1.hl-shuttle-columns3 table tr td:first-child {
  width: 33.3333333333%;
}
.table-1.hl-shuttle-columns3 table tr td:nth-child(2) {
  width: 33.3333333333%;
}
.table-1.hl-shuttle-columns3 table tr td:last-child {
  width: 33.3333333333%;
}
.hl-button-350 {
  min-width: 350px;
}
.fusion-privacy-placeholder .fusion-button {
  z-index: 1;
}
gauvendi-widget {
  z-index: 100;
}
@media (max-width: 1023px) and (min-width: 960px) {
  gauvendi-widget {
    max-width: 650px;
  }
}
.start-mobile {
  height: 100svh !important;
}
body.logged-in .start-mobile {
  height: calc(100svh - 46px) !important;
}
.hl-carousel .swiper-slide {
  display: flex;
  align-items: center;
}
gauvendi-widget.fixWidget {
  position: fixed;
  z-index: 10011;
  top: 66px;
}
.admin-bar gauvendi-widget.fixWidget {
  top: 100px;
}
body .start-desktop {
  z-index: auto;
}
body .start-desktop > .fusion-row {
  z-index: auto;
}
@media (max-width: 1499px) {
  gauvendi-widget {
    max-width: 840px;
  }
}
.fusion-tb-footer .awb-menu .active .awb-menu__main-a {
  /* color: var(--hausfarbe-komplementaer) !important; */
  text-decoration: underline !important;
}
.fusion-tb-footer .awb-menu .wpml-ls-item {
  display: none;
}
.fusion-tb-footer .awb-menu .awb-menu__open-nav-submenu-hover {
  display: none !important;
}
.fusion-tb-footer .awb-menu .awb-menu__sub-ul {
  display: none !important;
}
.fusion-tb-footer .awb-menu li.disable-link a {
  cursor: default;
  pointer-events: none;
}
.fusion-tb-footer .awb-menu li.disable-link a span {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fusion-tb-footer .awb-menu .menu-item a:hover {
  text-decoration: underline;
  color: #fff !important;
}
.fusion-tb-footer .awb-menu .current-menu-item a {
  color: #fff !important;
  text-decoration: underline !important;
}
/*# sourceMappingURL=template.map */