/*-------------------- Floating-Addon rechts -----------------*/
.floating-addon {
  position: fixed;
  top: 30%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1000;
  transition: opacity 0.5s, transform 0.5s;
 /* ... noch Korrekturen ... */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
 }
.floating-addon.visible {
  opacity: 1;
  pointer-events: auto;
}
/* ------------------ Link-Grundstruktur --------------*/
.addon-button {
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  overflow: visible;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.addon-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  min-width: 60px;
  background: #3B3B3B; /*----- Standard: bleibt rund :) -------*/
  border-radius: 30px;
  position: relative;
  transition: background 0.4s, width 0.4s, padding 0.4s;
  padding: 0;
  overflow: visible; /*------- Wichtig für den "ausfahrenden" Text link -------*/
}
/*--------- Icon-Knopf: bleibt immer sichtbar, bleibt Kreisrund ----------*/
.icon-wrapper {
  width: 60px;
  height: 60px;
  background: inherit; /*-------- übernimmt den green background vom Parent ----------*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.3s;
}
.icon-wrapper img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.icon-wrapper2 {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-wrapper2 img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
}
/*----------- Text links, standardmäßig ausgeblendet -----------*/
.addon-text {
  opacity: 0;
  max-width: 0;
  margin-right: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity 0.4s, max-width 0.4s, margin-right 0.4s, color 0.3s;
  align-items: center;
  justify-content: flex-start;
  display: flex;
}
/*---------- HOVER: Fläche wächst nach links, bleibt rund, Text erscheint, Icon bleibt ----------*/
.addon-button:hover .addon-content,
.addon-button.active .addon-content {
  background: #d79783;
  min-width: 170px;
  padding-left: 18px;
  border-radius: 30px;
}
.addon-button:hover .addon-text,
.addon-button.active .addon-text {
  opacity: 1;
  max-width: 120px;  /*-- war 110px --*/
  margin-right: 16px;
  color: #fff; /*----- ODER z.B. #2a2a2a für Kontrast ---------*/
}
/*----------- Das Icon bleibt immer rund & sichtbar (hidden/visible) ----------*/
.hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s, transform 0.6s;
}
.visible {
  opacity: 1;
  transform: translateY(0);
}
/*---------------- Mobile Anpassung 768 --------------*/
@media (max-width: 768px) {
	@media (max-width: 768px) {
  .addon-content {
    visibility: hidden;
  }
  .icon-wrapper {
    visibility: hidden;
  }
  .icon-wrapper img {
    visibility: hidden;
  }
  .addon-button:hover .addon-content,
  .addon-button.active .addon-content {
    visibility: hidden;
  }
  .addon-text {
    visibility: hidden;
	}
	
/*  .addon-content {
    height: 46px;
    min-width: 46px;
    border-radius: 23px;
  }
  .icon-wrapper {
    width: 46px;
    height: 46px;
	margin-right: 9px !important;
  }
  .icon-wrapper img {
    width: 20px;
    height: 20px;
  }
  .addon-button:hover .addon-content,
  .addon-button.active .addon-content {
    min-width: 96px;
    padding-left: 8px;
  }
  .addon-text {
    font-size: 0.9rem;*/
  }
}
/*========================================custom joomla und pagebuilder*/
html {
font-size: 1.1rem;
}
body, .body {
font-family: effra-cc, sans-serif;
font-weight: 300;
letter-spacing: 0.12rem;
height: 2000px
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5 .h6 {
font-weight: 300;
letter-spacing: 0.22rem;
}
.bold, bold, .strong, strong{
font-weight: 700;}
#sp-bottom {font-size: 0.9rem}
#sp-footer {
  font-size: inherit;
}

#sp-header.header-with-modal-menu>a {
  color: #3b3b3b!important;
  text-decoration: none; /* optional, falls du Unterstreichung entfernen willst */
}

#sp-header.header-with-modal-menu>a:hover {
  /*color: #d79783!important;*/
  color: black !important;
}

#sp-header.header-with-modal-menu a:active {
  color: #3b3b3b!important;
}


.nav-pills {
  font-weight: 700;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-weight: 700;
}
.breadcrumb {
  padding: 0.75rem 1rem;
  background-color: #fff;
  border-radius: 0rem;
}

.sppb-carousel-extended-item img {
  object-fit: cover;
}

.unten {
z-index:0!important;
}


.button-bottom {position: absolute;
bottom: 0px;}
.schatten h2  {text-shadow: 2px 2px 2px #000000;
color: #FFFFFF;}
.sppb-addon-overlay-image-content {
  padding: 10px;
}
.title-subtitle-bottom-left .sppb-addon-title, .title-subtitle-center-left .sppb-addon-title, .title-subtitle-top-left .sppb-addon-title {
  transform: translate3d(20px,0,0);
}
.title-subtitle-bottom-left .overlay-image-button-wrap, .title-subtitle-center-left .overlay-image-button-wrap, .title-subtitle-top-left .overlay-image-button-wrap {
  transform: translate3d(20px,0,0);
  transition: .5s;
}
.overlay-image-title .sppb-addon-subtitle, .overlay-image-title .sppb-addon-title {
  transition: .15s;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
sppb-btn.focus, .sppb-btn:focus {
  outline: 0;
  box-shadow: none;
}


.sp-scroll-up {
	background: #3B3B3B;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #d79783;
}

.sppb-carousel-extended-team-content {
  box-shadow: none;
  padding: 13px 20px 0px 0px;
  margin: 0 1px 10px;
}
/*======================================== GTranslate*/
/* 1. Flaggen ausblenden */
.gtranslate_wrapper img {
    display: none !important;
}

.gt_white_content a {
  padding: 19px 0!important;
  border-bottom: none!important;
}

/*======================================== ENDE GTranslate*/


/* =========================================== social icons footer */
.social-links {
  line-height: 28px;
  overflow: hidden; /* verhindert Layout-Verschiebungen */
}

.social-links a {
  display: inline-block;
  float: left;
  margin-right: 20px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s ease;
}

/* --- Standard-Grafiken (grau) --- */
.social-links a.facebook {
  width: 14px;
  background-image: url("/images/start/facebook-grau.svg");
}

.social-links a.instagram {
  width: 28px;
  background-image: url("/images/start/instagram-grau.svg");
}

.social-links a.tripadvisor {
  width: 44px;
  background-image: url("/images/start/tripadvisor-grau.svg");
}

/* --- Hover-Grafiken (farbig) --- */
.social-links a.facebook:hover {
  background-image: url("/images/start/facebook.svg");
}

.social-links a.instagram:hover {
  background-image: url("/images/start/instagram.svg");
}

.social-links a.tripadvisor:hover {
  background-image: url("/images/start/tripadvisor.svg");
}


/* ======================================= hotspot popup */

.webui-popover .webui-popover-content {
  display: none!important;
}

/* ======================================= ENDE hotspot popup */


/* ======================================= Dearflip */

.df-popup-button {
  width: auto;
  display: inline-block;
  background: #fff;
  border-radius: 0;
  padding: 9px 15px;
  margin: 0px;
  border: 1px solid #3B3B3B;
}

.df-popup-button:hover {
  background: #3B3B3B;
	color: #fff;
}
/* ======================================= ENDE Dearflip */


/* ======================================= Overlay Image as a link */
.overlay-image-title > h3 > a {
  padding-top: 99%;
  display: block;
  min-width: 300px;
}

.overlay-image-button-wrap > a {
  padding-right: 180px;}
/* ======================================= END Overlay Image as a link */


/*======================================== Bild Slider Mini Galerie */

/* Zentrierter Bereich */
.image-scroll-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
}

/* Horizontale Bildleiste */
.image-scroll-container {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  align-items: flex-start;
  padding: 8px;
}

/* Grundstil für alle Bilder */
.image-scroll-container img {
  flex: 0 0 auto;
  display: block;
  object-fit: cover;
  scroll-snap-align: start;
  border: none;
  margin: 0;
}

/* Querformat-Skalierungen (900x600) */
.size-l1 { width: 220px; height: 147px; }
.size-l2 { width: 260px; height: 173px; }
.size-l3 { width: 300px; height: 200px; }
.size-l4 { width: 340px; height: 227px; } /* größtes Querformat */

/* Hochformat-Skalierungen (600x900) */
.size-p1 { width: 160px; height: 240px; }
.size-p2 { width: 180px; height: 270px; }

/* Vertikale Versätze (unterschiedliche Abstände von oben) */
.offset-1 { margin-top: 0; }
.offset-2 { margin-top: 20px; }
.offset-3 { margin-top: 40px; }
.offset-4 { margin-top: 60px; }
.offset-5 { margin-top: 80px; }

/* Responsive Anpassung */
@media (max-width: 768px) {
  .image-scroll-container {
    gap: 8px;
  }

  /* Querformate */
  .size-l1 { width: 160px; height: 107px; }
  .size-l2 { width: 190px; height: 127px; }
  .size-l3 { width: 220px; height: 147px; }
  .size-l4 { width: 250px; height: 167px; }

  /* Hochformate */
  .size-p1 { width: 120px; height: 180px; }
  .size-p2 { width: 140px; height: 210px; }

  /* Etwas geringere Offsets für kleine Displays */
  .offset-2 { margin-top: 10px; }
  .offset-3 { margin-top: 20px; }
  .offset-4 { margin-top: 30px; }
  .offset-5 { margin-top: 40px; }
}


/*======================================== ENDE Bild Slider Mini Galerie*/



/*========================================  SP Image Gallery*/

.speasyimagegallery-gallery-item-title {
  display: none;
}

/*======================================== ENDE SP Image Gallery*/



/*======================================== Header Template FullModal*/
#modal-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background:#DBD8D3;
}
#modal-menu ul.sp-megamenu-parent > li:not(:last-child) {
  margin-bottom: 10px;
}

#modal-menu ul.sp-megamenu-parent > li > a, #modal-menu ul.sp-megamenu-parent > li > span {
  font-weight: 700 !important;
  font-size: 1.4rem !important;
line-height: 1.6rem;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul > li > a {
  font-weight: 700 !important;
  font-size: 1.4rem !important;
line-height: 1.6rem;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 13px 0px 0px 60px;
}
#modal-menu-toggler {
  position: relative;
  display: inline-block;
  width: 48px;
  height: auto;
}
/*========================================Logo Header*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
background: linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0.99) 0%,
  rgba(0, 0, 0, 0) 100%
);  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  transition: background 0.8s ease;
}
.logo-container {
  margin-top: 90px;
  transition: margin-top 0.8s ease;
}
.logo {
  width: 270px;
  transition: width 0.8s ease, opacity 0.8s ease;
  opacity: 0.7;
}
/*------------ Verkleinerter Logo-Zustand -----------*/
.sticky-header.shrink {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.sticky-header.shrink .logo-container {
  margin-top: 50px;
}
.sticky-header.shrink .logo {
  width: 190;
  opacity: 0;
  display: none;
}
/*---------------- Mobile Anpassung 768 --------------*/
@media (max-width: 768px) {
  .sticky-header {
    height: 150px;
  }
  .logo {
    width: 250px;
  }
  .sticky-header.shrink .logo {
    width: 150px;
  }
}
/*------ SOCIAL WIDGET im Container clean stylen ------------------------------*/
/*------ Container: flexible horizontale Anordnung, Abstand zwischen Icons ----*/
/*------ Basis-Stil für sticky-social - später inhalt, wie sticky-bar----------*/

#sticky-social .icon-link:hover img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(8%) saturate(2019%) hue-rotate(325deg) brightness(91%) contrast(83%);
  transform: scale(1.1);
}
#sticky-social.inverted .icon-link:hover img {
  filter: invert(0%) sepia(11%) saturate(1249%) hue-rotate(328deg) brightness(97%) contrast(91%);
}
#sticky-social .icon-link:hover .custom-small-white {
  color: #d79783; 
}
#sticky-social {
  display: flex;
  align-items: center;
  gap: 4px; /* Von 12px auf 4px reduziert für engeren Abstand */
  padding: 0;
  margin: 0 -5px 0 0; /* war 0 14 0 0 */
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
  transition: opacity 0.5s ease;
  position: static;
  z-index: 99999 !important;
}

#sticky-social a.icon-link {
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 6px 0px; /* Padding etwas reduziert, um Gesamtabstand zu kontrollieren */
 margin-left: 5px;
  margin-right: 0px;
  text-decoration: none;
}

/* Die restlichen Regeln bleiben unverändert */
#sticky-social a.icon-link:hover,
#sticky-social a.icon-link:focus {
  background: transparent !important;
  color: inherit !important;
  filter: none !important;
  transform: none !important;
  outline: none;
}
#sticky-social a.icon-link img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}
#sticky-social .addon-text {
  display: none !important;
}
#sticky-social.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  user-select: none !important;
}

/*---------------------- display wird per JS gesteuert und erst nach Transition gesetzt ------------*/

/*------------------- Damit in Modal/Offcanvas Zustand das Widget sichtbar und interaktiv bleibt --------*/
.offcanvas-active #sticky-social,
.modal-open #sticky-social {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
/*------------------------- Verhindert dekorative Pseudoelemente - (waren zu sehen) ----------------*/
#sticky-social a::before,
#sticky-social a::after,
#sticky-social .Header_link::before,
#sticky-social .Header_link::after,
#sticky-social .icon-wrapper::before,
#sticky-social .icon-wrapper::after {
  content: none !important;
  background: none !important;
  display: none !important;
}
/* ------------------ HEADER MENUE UND LOGO KLEIN ---------------------- */
#sp-header {
  position: fixed;
  box-shadow: none;
  background: rgba(0,0,0,0.00);
  padding: 0;
}
#sp-header.scrolled {
  background-color: #3b3b3b !important; 
/*-- auf #ffffff ab 30.9.2025 --*/
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /*--------- Optional: dezenter Schatten ---------*/
}
#sp-header .logo  {
opacity: 0;
height: 0.1rem; /* -- war 0.7 1.10.25 -- */
justify-content: center;
margin-top: 12px; /* hinzugefügt 1.10.2025 */
fill:#ffffff;
}
#sp-header.scrolled .logo  {
opacity: 1.0; /*-- war 1.0 1.10.25 --*/
}
#sp-header .burger-icon > span {
  background-color: #ffffff !important; 
}
#sp-header .scrolled .burger-icon > span {
  background-color: #000000; 
}
/* --------------------- KONSTANTE HOEHE PARENT MENUE  ------------------*/
.sp-dropdown-inner {
  height: 400px;
  min-height: 400px;    /*------ optional, doppelt gemoppelt - für Sicherheit -*/
  max-height: 400px;    /*------ optional, für große Menüs --------------------*/
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  /*-------- WICHTIG! Setzt den Inhalt oben fest ----*/
  align-items: flex-start;      /*---- Links links-bündig (entfernen, wenn mittig gewünscht) ------*/
}
.offcanvas-active .close-icon,
.menu-open .close-icon {
    display: block !important;
    visibility: visible !important;
}
/*-------- VERLAUF für die nicht ivertierten SVG Icons ---------------*/
#modal-menu .modal-menu-inner {
    position: relative !important;
    width: 100%;
  /* background: linear-gradient(180deg, rgba(99, 96, 92, 0.66) 0%, rgba(219, 216, 211, 1) 7%, rgba(219, 216, 211, 1) 9%); */
}
@media (max-width: 991px) {
    #sp-logo.has-border>.sp-column {
        border-right: none;
        padding-right: 0px;
        display: none;
    }
  .justify-content-between {
    justify-content: flex-start !important;
    }
     /* ANPASSUNG 31.8.2025 ---------------------------------------------------
      #sp-header.header-with-modal-menu #offcanvas-toggler {
        display: none !important;
        width: auto; 
     }*/

    
      #sp-logo.has-border {
        left: -211px;
    }
    .flex-column {
         flex-direction: initial !important;
    }
     body.ltr #offcanvas-toggler.offcanvas-toggler-left {
       float: left;
       margin-right: 20px;
       margin-top: -10px;
     }
     #sp-header.header-with-modal-menu #offcanvas-toggler {
        /* display: none !important; */
        right: 90%;
        left: 2.5%;
        position: fixed;
        z-index: 10010;
        width:28px;
    }
      #modal-menu-toggler {
        /*visibility: hidden;*/
        position: relative;
        top:-100px;
        
}
      #sp-header .logo {
       opacity: 0;
       height: 2rem;
       justify-content: center;
       margin-top: 0px; /* hinzugefügt 1.10.25 */
     }
      #modal-menu .modal-menu-inner>.container{
        display: none !important;
      } 
     .col-4 {       
        position: absolute;
        height: auto;
        width: 0px;
        left: -3px;  /* war -138 */
        top: 0px;
    }
        /* div#sticky-social.Header_icon_left {
        display: none !important;
    }   */
        .col-4>.Header_icon_right {
        
    }
  #sticky-social.Header_icon_right {
    display: flex !important;   /* am 09.11.2025 war none !important */
    opacity: 1 !important;
    pointer-events: auto !important;
    user-select: auto !important;

    /* Korrekte Ausrichtung */
    position: fixed !important;
    right: 10px !important;
    left: auto !important;
    top: 0.9% !important;
    /* transform: translateY(-280%) !important; */
    z-index: 10009 !important;
  }
  /*------ 09.11.2025 ------------*/
      .logo-image {
        top: 5px;
        position: fixed;
        max-width: 216%;
        right: auto !important;
        left: 41.3% !important;
    }
/*------ 31.10.2025 MOBILANSICHT OFF------------*/
    #sticky-social{
    display:none;
    }

}
@media (max-width: 100px) { /* 769  */ 
        #sp-logo.has-border {
        padding-right: 15px;
        left: 10px;
    }
        #sticky-social.Header_icon_right {
        
        position: absolute;
        left: 360px;
  }

  }
/*--------- CLOSE X nach vorne bringen  ---------------*/
#modal-menu-toggler {
  position: relative;
  z-index: 10001;
}
#modal-menu {
  z-index: 10000;
}
/*      30.08.2025     */
.col-4 {
  margin-top: 7px !important;
  display: flex !important;
  align-items: center !important;
  /*justify-content: space-around !important;*/
  }
.custom-small-white {
  color: #fff;        
  font-size: 0.5em;  
  text-transform: none !important;
  margin-left: 5px;
  margin-right: -15px;
}
.text-no-uppercase {
  text-transform: none !important;
}

@media (max-width: 660px) { 
  #sp-header .logo-image {
     /* right: 31% !important; */
     left: 1% !important;
     width: 150%;
     align-items: end;
    }
}

@media (max-width: 991px) { 
  #header-right .custom-small-white {
    display: none; /* Nur den Text ausblenden, nicht das Icon */
  }
  
  #sticky-social {
    gap: 0px;
    margin: 0px -10px 0px -10px;
  }
  .col-4 {
   /*  width: 18.33333333%;   auch 100% ist anstatt 18.33333333% möglich - es müssen aber dann die social-icon elemente ausgeblendet werden */
}
}
@media (max-width: 768px) {
  #sticky-social.Header_icon_right {
        display: none !important;
        position: fixed !important;
        /* transform: translateY(-280%) !important; */
    }
}
/* -------------------------------- 31.08.2025 --------------------------------------- */
#sticky-social .icon-link>img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0px 3px 0px 3px;
}
.custom-small-white.inverted, .custom-small-white.inverted:hover {
  color: black !important;
}
#gt-wrapper-125 .glink>span {
    margin-left: 2px;
    color:white !important;      
}
#gt-wrapper-125 .glink>span:hover {
    color:#d79783 !important;
    font-size:89%;
}
#sp-header .sp-module {
    z-index: 10008 !important;
}
#gt-wrapper-125 .g-link-inverted>span, #gt-wrapper-125 .g-link-inverted>span:hover {
  color: black !important;
}
.gt_white_content-inverted{
  background-color: #ffffff !important;
}
.gt_black_overlay {
   /* background-color: unset  !important; */
}

/* -------------------------------- 17.10.2025 --------------------------------------- */
#sp-logo.has-border {
    position: relative;
    padding-right: 0px !important;
}

@media (max-width: 991px) {

}

