 
/* CSS Overrides
/* jungoesterreich.at

/* Scroll To Top Icon */
#jungToTop {
  bottom: 102px !important;
  z-index: 99998;
}

#jungToTop:hover {
  cursor: pointer;
}

#jungToTop img {
  width: 56px !important;
  height: 56px !important;
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5) !important;
}



/* Chatbot */  
@keyframes pulse {
  0% {width:48px; height:48px;}
  50% {width:55px; height:55px;}
  100% {width:48px; height:48px;}
}  

@keyframes translate {
  0% {transform:translate(0);}
  50% {transform:translate(5px, 0);}
  100% {transform:translate(0);}
}

.dante-image-wrapper {
  right: 32px !important;
}

img.dante-embed-icon {
  background: transparent !important;
  width: 56px !important;
  height: 56px !important;
  box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.5) !important;
  /* box-shadow: 1px 2px 6px 0 rgba(0,0,0,.08) !important; */ 
  animation-name: translate;
  animation-duration: 1s; 
  animation-iteration-count: 4;
  animation-fill-mode: backwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}
