
.hidden-reveal-open-close {
	cursor: pointer;
	position:relative;
	background-color:transparent;
	border:none;
}

.hidden-reveal-icon {
	font-size: 34px;
	line-height:12px;
	background-color:var(--wf-color1);
	color:#fff;
	padding:0.25rem;
	display:inline-block;
	width:60px;
	height:60px;
	text-align:center;
	/* pointer-events: none; Verhindert Interaktionen mit dem Text */
	position:relative;
	z-index:15;
        border: none !important;
        cursor:pointer;
        border-radius: 100% !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .16) !important;
        user-select: none;
	
}


.hidden-reveal-open-close .hidden-reveal-icon.active i {
	display: inline-block;
	transform: rotate(-45deg) !important;
}

.hidden-reveal-open-close .hidden-reveal-icon.active i:before {
	font-family: 'iconfont';
	content: "\e999";
}



.hidden-content-open-close span,
.hidden-content-open-close a {
	font-family: var(--wf-page-font-family);
	font-size:16px;
        font-weight: 500;
	color:#fff;
	text-align:center;
	background-color:var(--wf-color1);
	padding:0.75rem 0.5rem 0.75rem 0.5rem;
        height: 50px;
        width:250px;
	display:inline-block;
	margin-left:0.25rem;
	margin-right:0.25rem;
	
	position:absolute;
	z-index:10;
	right:70px;
	top:50%;
	transform: translateY(-50%);
	white-space: nowrap;
        border-radius: 40px;

}

/* EV-Station Box */
.hidden-content-open-close .evstation-body {
  font-family: var(--wf-page-font-family);
  font-size:14px;
  line-height: 1.3em;
  font-weight: 500;
  color:#000;
  text-align:left;
  background-color:var(--wf-color4);
  border-radius: 15px;
  padding:1.25rem;
  height: 135px;
  width:300px;
  display:inline-block;
  margin-left:0.25rem;
  margin-right:0.25rem;
  
  position:absolute;
  z-index:10;
  right:70px;
  top:50%;
  transform: translateY(-50%);
}

html[lang="en"] .hidden-content-open-close .evstation-body {
  height: 130px;
}
html[lang^="en"] .hidden-content-open-close .evstation-body {
  height: 130px;
}


.booking .hidden-reveal-icon,
.booking .hidden-content-open-close a {
	color:#fff;
	background-color:var(--wf-color2);
}

.whatsapp .hidden-reveal-icon,
.whatsapp .hidden-content-open-close a {
	color:#fff;
	background-color:#0d9f16;
}


.evstation .hidden-reveal-icon {
	color:#fff;
	background-color:#67a433;
}



.hidden-flex-open-close {
	display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;
}

.hidden-position-open-close {
	margin-top:8px;
	margin-bottom:8px;
}

.hidden-content-open-close {
  opacity: 0;
  transition: opacity 1.25s ease;
  pointer-events: none;
  display: block; /* wichtig für hidden */	
}

/* WENN Button active ist → zeige Content */
.hidden-reveal-icon.active + .hidden-content-open-close {
  opacity: 1;
  pointer-events: auto;
}


/* nur verstecken, wenn hidden-Attribut vorhanden ist transform: translateX(400px); */
.hidden-content-open-close[hidden] { 
  display: block;
  opacity: 0;
  pointer-events: none;
}


.wf-icon-box-flexx  {
	display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;

	display:none;
	position:fixed;
	z-index:99;
	right:20px;
	bottom:155px;
	transition: all 0.5s;
	
}

@media (max-width: 767px) {

.scrollToTop,
.wf-icon-box-flexx .hidden-position-open-close.phone,
.wf-icon-box-flexx .hidden-position-open-close.booking {
	display: none;
}
    

}    
    

	
.wf-icon-box-flexx {
	display: block;
}




@media (max-width: 767px) {

.woot-widget-bubble {
    bottom: 60px !important;
}

.woot-widget-bubble {
  background: #518D6C;
  border-radius: 100% !important;
  border-width: 0px;
  bottom: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16) !important;
  cursor: pointer;
  height: 64px;
  padding: 0px;
  position: fixed;
  user-select: none;
  width: 64px;
  z-index: 2147483000 !important;
}

.woot-widget-bubble {
  background: #518D6C;
  border-radius: 100% !important;
  border-width: 0px;
  bottom: 60px;
  right: 5px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16) !important;
  cursor: pointer;
  height: 45px !important;
  width: 45px !important;
  user-select: none;
  z-index: 21 !important;
}

#ch-widget-bubble-icon  {
    transform: translate(-40%, -40%);
    width: 18px;
    height: 18px;

}

.woot-elements--right.woot-widget-bubble.woot--close {
  bottom: 60px;
  right: 5px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16) !important;
  cursor: pointer;
  height: 45px !important;
  width: 45px !important;
  user-select: none;
}

.woot--close::before, .woot--close::after {
  background-color: #fff;
  content: ' ';
  display: inline;
  height: 24px;
  left: 15px;
  position: absolute;
  top: 20px;
  width: 2px;
  margin-left: -0.7rem;
  margin-top: -0.6rem;
}

.wf-icon-box-flexx  {
	right:5px;
	bottom:105px;	
}


.hidden-reveal-icon {
	font-size: 30px;
	line-height:8px;
	display:inline-block;
	width:45px;
	height:45px;
}


.hidden-content-open-close .evstation-body {
  height: 185px;
  width:240px;
  right:55px;
	top:0%;

}


html[lang="en"] .hidden-content-open-close .evstation-body {
  height: 145px;
}
html[lang^="en"] .hidden-content-open-close .evstation-body {
  height: 145px;
}

}   
	

  .cw-bubble-hidden {
    display: none !important;
  }