abbr.glossarizer_replaced, dfn.glossarizer_replaced, acronym.glossarizer_replaced {
    cursor: help;
}

	abbr.glossarizer_replaced::after, dfn.glossarizer_replaced::after, acronym.glossarizer_replaced::after {
		content: '*';
	}

h1 abbr.glossarizer_replaced, h1 dfn.glossarizer_replaced, h1 acronym.glossarizer_replaced,
h2 abbr.glossarizer_replaced, h2 dfn.glossarizer_replaced, h2 acronym.glossarizer_replaced,
h3 abbr.glossarizer_replaced, h3 dfn.glossarizer_replaced, h3 acronym.glossarizer_replaced,
h4 abbr.glossarizer_replaced, h4 dfn.glossarizer_replaced, h4 acronym.glossarizer_replaced,
h5 abbr.glossarizer_replaced, h5 dfn.glossarizer_replaced, h5 acronym.glossarizer_replaced {
    text-decoration:none;
    text-decoration-style: none;
    cursor: default;
    font-style: normal;
}

abbr.glossarizer_replaced.mobiletipp, dfn.glossarizer_replaced.mobiletipp, acronym.glossarizer_replaced.mobiletipp {
	display: inline-block;
    font-size: 0;
    width: 40px;
    height: 20px;
    background-image: url(/ajax/getIcon.php?src=/bilder/icons/tipp.svg&primaryColor=FF7608);
    background-size: 50%;
    background-position: bottom center;
    min-width: 40px;
    padding: 5px 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    line-height: 0;
    margin-left: 10px;
}
    .artikel_simple abbr.glossarizer_replaced::after, .artikel_simple dfn.glossarizer_replaced::after, .artikel_simple acronym.glossarizer_replaced::after {
        content: '';
        background: url("/bilder/tool_tipp_info.svg") no-repeat 50% 50%;
        background-size: 100% auto;
        margin-left: 0.25em;
        padding: 0.6em;
    }
    #tooltip {
        border: solid 1px #f3f4f6;
        box-shadow: 2px 0 1px #00000028, 0 2px 1px #00000028, -2px 0 1px #00000028, 0 -2px 1px #00000028;
        background: #fff;
        position: absolute;
        z-index: 100;
        padding: 15px;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: 300;
        font-family: roboto;
        max-width: 645px !important;
        transition-delay: 400ms;
        padding: 1.7em;
    }
    .glossarTitle {
        margin:0.7em 0px;
        margin-top: 0;
        font-weight: 700;
        font-size: 22px;
        display: flex;
        align-items: center;
        gap: 0.5em;
        font-family: Roboto;
    }
    .glossarTitle::before {
        content: "";
        aspect-ratio: 1;
        height: 100%;
        width: 1.1em;
        background-image: url(/ajax/getIcon.php?src=/bilder/icons/tipp.svg&primaryColor=FF7608);
        background-size: 1.1em;
        transform: translateY(-2px);
    }

        
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;                         
            bottom: auto;
        }

 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }
		
	@media only screen and (max-width: 800px){
		#tooltip {
			max-width: 80%!important;
		}
		#tooltip.left, #tooltip.right
        {
            left: 10px!important;
            margin: 0;
        }
        #tooltip:before{
            content: '+';
            position: absolute;
            color: #111;
            right: 10px;
            top: 10px;
            font-size: 30px;
			transform:rotate(45deg);
        }
		abbr.glossarizer_replaced::after, dfn.glossarizer_replaced::after, acronym.glossarizer_replaced::after {
			display:none;
		}
    }