/*
Theme Name:   Custom Theme
Description:  Custom Theme ist ein Child-Theme von Hello Elementor.
Author:       Gawin Steiner
Author URL:   https://gawinsteiner.ch
Template:     hello-elementor
Version:      1.0
Text Domain:  theme-by-gawin
*/

/*******************************************************************************************************************************
BIG COMMENT
*******************************************************************************************************************************/


/**************************************************************************
MEDIUM COMMENT
**************************************************************************/
div#gs-tooltip {
    height: 0;
    overflow: hidden;
	opacity: 0;
	transition: all 0.3s;
}

div#gs-tooltip.tooltipVisible {
    height: auto;
	background: #f8f8f8;
	padding: 20px;
	opacity: 1;
	transition: all 0.3s;
}

    
