/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-mobile-menu-icons .awb-icon-bars::before {
  display: none !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--primary_color);
}

.hamburger-box {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 4px;
  background-color: var(--primary_color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.home .breadcrumb-container {
  display: none !important;
}
body#tinymce .white-text {
  background-color: #343a40 !important;
}
body .white-text, body#tinymce .white-text {
  color: #fff;
}
body .primary-text, body#tinymce .primary-text {
  color: var(--primary_color);
}
body .secondary-text, body#tinymce .secondary-text {
  color: #585859;
}
body .red-text, body#tinymce .red-text {
  color: #e0004d;
}
body .blue-text, body#tinymce .blue-text {
  color: #3e5e6f;
}
body .green-text, body#tinymce .green-text {
  color: #aadb1e;
}
body .big-text, body#tinymce .big-text {
  font-size: 1.25rem;
}
body .small-text, body#tinymce .small-text {
  font-size: 0.875rem;
}
body .text-uppercase, body#tinymce .text-uppercase {
  text-transform: uppercase !important;
}
body .text-lowercase, body#tinymce .text-lowercase {
  text-transform: lowercase !important;
}
body h1 .text-lowercase, body h2 .text-lowercase, body h3 .text-lowercase, body h4 .text-lowercase, body h5 .text-lowercase, body h6 .text-lowercase, body#tinymce h1 .text-lowercase, body#tinymce h2 .text-lowercase, body#tinymce h3 .text-lowercase, body#tinymce h4 .text-lowercase, body#tinymce h5 .text-lowercase, body#tinymce h6 .text-lowercase {
  text-transform: lowercase !important;
}
body #toTop {
  right: 25px !important;
}
body .icon-flex {
  display: -ms-flexbox;
  display: flex;
}
body .icon-flex i {
  padding-top: 0.25rem;
  padding-right: 0.75rem;
}
body .d-none {
  display: none !important;
}
body .d-flex {
  display: flex !important;
}
body .wsp-pages-title {
  display: none;
}
@media (max-width: 800px) {
  body .row-reverse > .fusion-row {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
}
body .fusion-content-boxes .fusion-column {
  margin-bottom: 1rem !important;
}
body .fusion-content-boxes.equal-heights {
  display: flex;
  flex-wrap: wrap;
}
body .fusion-content-boxes.equal-heights > .content-box-column {
  display: flex;
}
body .gmaps-wrapper {
  display: flex;
  flex-grow: 1;
}
body .gmaps-wrapper .BorlabsCookie {
  display: flex;
  width: 100%;
}
body .gmaps-wrapper .BorlabsCookie ._brlbs-content-blocker {
  display: flex;
  width: 100%;
}
body .gmaps-wrapper .BorlabsCookie ._brlbs-content-blocker ._brlbs-google-maps {
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
body .gmaps-wrapper .BorlabsCookie ._brlbs-content-blocker ._brlbs-google-maps ._brlbs-thumbnail {
  object-fit: cover;
  width: 100%;
}
body .embed-responsive {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
body .embed-responsive.h-300 {
  height: 300px !important;
}
body .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .fusion-video.fusion-youtube .video-shortcode, body .fusion-video.fusion-vimeo .video-shortcode {
  padding-top: 56.25% !important;
  width: 100%;
  position: relative;
}
body .fusion-video.fusion-youtube .video-shortcode iframe, body .fusion-video.fusion-youtube .video-shortcode .fluid-width-video-wrapper, body .fusion-video.fusion-youtube .video-shortcode .BorlabsCookie, body .fusion-video.fusion-vimeo .video-shortcode iframe, body .fusion-video.fusion-vimeo .video-shortcode .fluid-width-video-wrapper, body .fusion-video.fusion-vimeo .video-shortcode .BorlabsCookie {
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body .w-100 {
  width: 100% !important;
}
body .w-100 > .img-responsive {
  width: 100%;
}
body.page-template main#main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body a.borlabs-cookie-preference {
  margin-bottom: 2rem;
}
body .fusion-portfolio-carousel.equal-heights .fusion-carousel-item {
  display: flex;
}
body .fusion-portfolio-carousel.equal-heights .fusion-carousel-item, body .fusion-portfolio-carousel.equal-heights .fusion-carousel-item-wrapper {
  height: 100%;
}
body .fusion-portfolio-carousel.equal-heights .fusion-carousel-item .fusion-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
body .fusion-portfolio-carousel.equal-heights .fusion-carousel-item .fusion-image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 479px) {
  body .icon-on-side-custom .content-box-wrapper {
    padding: 1rem !important;
  }
  body .icon-on-side-custom .heading-link {
    display: flex !important;
    align-items: center;
  }
  body .icon-on-side-custom .heading-link .icon {
    position: relative;
  }
  body .icon-on-side-custom .heading-link .content-box-heading {
    padding-left: 0 !important;
  }
  body .icon-on-side-custom .content-container {
    padding-left: 0 !important;
  }
  body .icon-on-side-custom .fusion-read-more-button {
    margin-left: 0 !important;
  }
}

header.fusion-header-wrapper .fusion-header .fusion-mobile-nav-holder ul.sub-menu li a::before {
  display: inline-block;
  content: "\e61f";
  font-family: icomoon;
  transform: rotate(-90deg);
  margin: 0 3px 0 0;
  font-size: 0.75rem;
  position: relative;
  top: -1px;
}

.fusion-page-title-bar {
  position: relative;
}
.fusion-page-title-bar .fusion-page-title-secondary {
  text-align: left !important;
}
.fusion-page-title-bar .fusion-page-title-wrapper {
  position: static;
}
.fusion-page-title-bar .fusion-page-title-wrapper .fusion-page-title-secondary {
  position: absolute;
  bottom: -1rem;
  z-index: 20;
  width: calc(100% - 60px);
  max-width: var(--site_width);
  transform: translate(-50%, 100%);
  left: 50%;
}
.fusion-page-title-bar .fusion-page-title-wrapper .fusion-page-title-secondary .fusion-breadcrumbs {
  text-align: left;
}

.fusion-footer footer#footer .fusion-copyright-notice,
.fusion-footer footer#footer div[class^=menu] {
  width: 100%;
  text-align: center;
  display: block;
}
@media (min-width: 800px) {
  .fusion-footer footer#footer .fusion-copyright-content {
    display: block;
  }
  .fusion-footer footer#footer .fusion-copyright-notice {
    width: 40%;
    float: left;
    text-align: left;
    display: inline;
  }
  .fusion-footer footer#footer div[class^=menu] {
    width: 60%;
    float: right;
    text-align: right;
    display: inline;
  }
}
.fusion-footer footer#footer div[class^=menu] ul {
  margin: 0;
  padding: 0;
}
.fusion-footer footer#footer div[class^=menu] ul li {
  border: none;
  list-style: none;
  vertical-align: top;
  display: inline-block;
  margin: 0 5px;
}
.fusion-footer footer#footer div[class^=menu] ul li:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .fusion-footer footer#footer div[class^=menu] ul li:not(:first-child)::before {
    content: "|";
    padding-right: 16px;
  }
}
form.wpcf7-form label.mandatory::after {
  content: " *";
  color: var(--primary_color);
}

/* ==========================================================================
   Anpassungen Urlaubsvertretung 2026-08 (Asana Messen/Fernwartung/Blog-Teaser)
   Prinzip: keine Seiten-ID-Scopes. Globale Element-Anpassungen liegen im
   Post-Card-Layout "Blog Beitraege" (fusion_element 1292, z. B. Button-
   Alignment und Bild-Abstand); hier stehen nur Regeln fuer Klassen, die im
   Builder-Content vergeben sind.
   ========================================================================== */
.blogElement.post-card .fusion-title-heading {
  display: block !important;
  -webkit-line-clamp: unset !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

@media (max-width: 576px) {
  .fusion-layout-column.fw-anydesk-bild {
    order: 1 !important;
  }
  .fusion-layout-column.fw-anydesk-text {
    order: 2 !important;
  }
  .fusion-layout-column.fw-teamviewer-bild {
    order: 3 !important;
    margin-top: 40px !important;
  }
  .fusion-layout-column.fw-teamviewer-text {
    order: 4 !important;
  }
}
.galerie-feste-hoehe .swiper-wrapper {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 0.7478;
}
@media (min-width: 1000px) {
  .galerie-feste-hoehe .swiper-wrapper {
    aspect-ratio: 2.2437;
  }
}

.zitate-slider .zitate-slider__swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.zitate-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  box-sizing: content-box;
  transition-property: transform;
}
.zitate-slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}
.zitate-slider .swiper-slide > .fusion-builder-row-inner {
  height: 100%;
}
.zitate-slider.fusion-layout-column {
  width: 100%;
}
.zitate-slider {
  position: relative;
}
.hundred-percent-fullwidth .zitate-slider {
  max-width: min(1480px, 100% - 60px);
}
.zitate-slider .zitate-slider__buehne {
  position: relative;
}
.zitate-slider .zitate-slider__steuerung {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.zitate-slider .swiper-pagination.zitate-slider__punkte {
  position: static;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: auto;
  margin: 0;
}
.zitate-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  opacity: 1;
  background: var(--awb-color3);
  cursor: pointer;
}
.zitate-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--awb-color4);
}
.zitate-slider .zitate-slider__pfeil {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid #d9d9d9;
  background: var(--awb-color1);
  color: var(--awb-color3);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 200ms ease-out, border-color 200ms ease-out, color 200ms ease-out;
}
.zitate-slider .zitate-slider__pfeil:hover, .zitate-slider .zitate-slider__pfeil:focus, .zitate-slider .zitate-slider__pfeil:active {
  border-color: var(--awb-color3);
  background: var(--awb-color3);
  color: var(--awb-color1);
}
@media (min-width: 1000px) {
  .zitate-slider.fusion-layout-column {
    width: calc(100% - 90px);
  }
  .hundred-percent-fullwidth .zitate-slider {
    max-width: min(1390px, 100% - 60px - 90px);
  }
  .zitate-slider .zitate-slider__pfeil--zurueck {
    left: -45px;
  }
  .zitate-slider .zitate-slider__pfeil--vor {
    right: -45px;
  }
}
@media (max-width: 999px) {
  .zitate-slider .zitate-slider__pfeil {
    top: auto;
    bottom: -53px;
    transform: none;
  }
  .zitate-slider .zitate-slider__pfeil--zurueck {
    left: calc(50% - 70px);
  }
  .zitate-slider .zitate-slider__pfeil--vor {
    right: calc(50% - 70px);
  }
}
@media (max-width: 1024px) {
  .zitate-slider .swiper-slide .fusion-builder-row-inner > .fusion-layout-column {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .zitate-slider .swiper-slide .fusion-builder-row-inner > .fusion-layout-column:last-child .fusion-column-wrapper {
    height: auto;
    aspect-ratio: 3/2;
  }
}
.zitate-slider .swiper-slide .fusion-builder-row-inner > .fusion-layout-column:last-child .fusion-column-wrapper {
  background-position: center !important;
}

@media (min-width: 1300px) and (max-width: 1439px) {
  .fusion-tb-header .awb-menu__main-li > a {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .fusion-tb-header .fusion-layout-column:has(.awb-menu) {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .fusion-tb-header a.fusion-button {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .fusion-tb-header .fusion-layout-column:has(.awb-menu) {
    flex-grow: 6 !important;
  }
}
@media (max-width: 576px) {
  .fusion-tb-header .awb-menu.collapse-enabled a:not(.fusion-search-result) {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 577px) and (max-width: 1299px) {
  .fusion-tb-header .awb-menu.collapse-enabled a:not(.fusion-search-result) {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.fusion-form-submit-field {
  margin-top: 20px !important;
}

@media only screen and (width <= 576px) {
  body #main .fusion-fullwidth.blog-band-text {
    padding-bottom: 0 !important;
  }
  body #main .fusion-fullwidth.blog-band-vollbreit {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body #main .fusion-fullwidth.customGoogleReviews {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.icking-tab-container .avada-subtabs--categories > .avada-subtabs__nav > button > .avada-subtabs__icon:empty {
  display: none !important;
}

@media only screen and (width <= 800px) {
  .icking-tab-container .avada-subtabs--categories > .avada-subtabs__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .icking-tab-container .avada-subtabs--categories > .avada-subtabs__nav > button {
    justify-content: center !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
    text-align: center !important;
  }
}
.rechtstext-drucken {
  margin-top: 2.5rem;
}
.rechtstext-drucken__knopf {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentcolor;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.rechtstext-drucken__knopf:hover, .rechtstext-drucken__knopf:focus-visible {
  color: var(--awb-color4);
}

@media print {
  .fusion-tb-header,
  .fusion-tb-footer,
  .fusion-footer,
  .fusion-sticky-container,
  .to-top-container,
  .rechtstext-drucken,
  .avada-cookie-notice,
  #brlbs-cmpnt-cookie-box {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #000 !important;
  }
  .fusion-fullwidth,
  .fusion-builder-row,
  .fusion-layout-column {
    padding: 0 !important;
    margin: 0 !important;
  }
  h1,
  h2,
  h3 {
    break-after: avoid;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  a[href^=http]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    word-break: break-all;
  }
}
.zitate-slider .fusion-image-element img {
  width: auto;
  max-width: 100%;
  height: 110px;
  object-fit: contain;
  object-position: left center;
}

@media only screen and (width <= 800px) {
  .zitate-slider .fusion-image-element img {
    height: 80px;
  }
}
li.fusion-li-item {
  display: flex;
  align-items: flex-start;
}
li.fusion-li-item > .icon-wrapper {
  float: none;
  flex: 0 0 auto;
}
li.fusion-li-item > .fusion-li-item-content {
  min-width: 0;
  flex: 1 1 auto;
}

.fusion-text ul:not([class]),
.post-content ul:not([class]) {
  padding-left: 1em;
}
.fusion-text ul:not([class]) > li,
.post-content ul:not([class]) > li {
  padding-left: 0;
}

.customContentBoxes-withList .content-container ul {
  padding-left: 0;
}
.customContentBoxes-withList .content-container ul > li {
  display: flex;
  padding-left: 0;
}
.customContentBoxes-withList .content-container ul > li::before {
  flex: 0 0 auto;
}

.icking-chat {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}
.icking-chat__kreis {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--awb-color4);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  color: var(--awb-color8);
  font-size: 26px;
  line-height: 1;
  transition: transform 0.15s ease;
}
.icking-chat__text {
  overflow: hidden;
  max-width: 0;
  padding: 8px 0;
  border-radius: 20px 0 0 20px;
  opacity: 0;
  background: var(--awb-color3);
  color: var(--awb-color1);
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
  transition: max-width 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
}
.icking-chat:hover .icking-chat__text, .icking-chat:focus-visible .icking-chat__text {
  max-width: 12rem;
  padding: 8px 20px 8px 16px;
  opacity: 1;
}
.icking-chat:hover .icking-chat__kreis {
  transform: scale(1.06);
}
.icking-chat:focus-visible {
  outline: none;
}
.icking-chat:focus-visible .icking-chat__kreis {
  outline: 3px solid var(--awb-color8);
  outline-offset: 3px;
}

@media only screen and (width <= 576px) {
  .icking-chat {
    right: 15px;
    bottom: 15px;
  }
  .icking-chat__kreis {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .icking-chat__kreis,
  .icking-chat__text {
    transition: none;
  }
  .icking-chat:hover .icking-chat__kreis {
    transform: none;
  }
}
@media print {
  .icking-chat {
    display: none !important;
  }
}
.fusion-text h1 {
  margin-top: 0;
  margin-bottom: 50px;
}
.fusion-text h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.fusion-text h3,
.fusion-text h4,
.fusion-text h5,
.fusion-text h6 {
  margin-top: 28px;
  margin-bottom: 15px;
}
.fusion-text > :first-child {
  margin-top: 0;
}

@media only screen and (width <= 800px) {
  .fusion-text h1 {
    margin-bottom: 30px;
  }
}
/* Select-Popups (Windows-Chrome) rendern Webfonts nicht: ohne Fallback im Stack
   faellt die Options-Liste auf die Serifen-Default zurueck (Avadas Variable
   enthaelt nur "Roboto"). */
select,
select option {
  font-family: var(--body_typography-font-family, Roboto), Arial, sans-serif;
}

/* Sprungmarken auf /kontakt/: Luft zum oberen Rand beim Anspringen. */
#kontaktformular,
#rueckruf {
  scroll-margin-top: 40px;
}

/*# sourceMappingURL=style.css.map */
