.typo_icon {
    display: inline-block;
    width: 2.375em; height: 2.375em;
    background: url(../img/SIR-2024-Icons-v1-Suche.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.typo_icon.downloads {
    background-image: url(../img/SIR-2024-Icons-v1-Download.svg);
}
.typo_icon.linkedin {
    background-image: url(../img/SIR-2024-Icons-v1-Linkedin.svg);
}
.typo_icon.youtube {
    background-image: url(../img/SIR-2024-Icons-v1-Youtube.svg);
}

/* Icon before Text */
.icon:before {
    content: ''; width: 1.5em; height: 1.5em;
    display: inline-block; vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-right: 0.5em;
}
.icon.icon_link:before {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23AAC6C4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><path class="cls-1" d="M258.26,38.87c27.3,27.3,27.3,71.57,0,98.87l-30.22,30.22c-4.54,4.54-11.93,4.55-16.48,0s-4.54-11.94,0-16.48l30.22-30.22c18.2-18.2,18.2-47.71,0-65.91-18.2-18.2-47.71-18.2-65.91,0l-30.22,30.22c-4.54,4.54-11.93,4.55-16.48,0-4.55-4.55-4.54-11.94,0-16.48l30.22-30.22c27.3-27.3,71.57-27.3,98.87,0ZM151.16,211.89c4.54-4.54,11.93-4.55,16.48,0s4.54,11.94,0,16.48l-30.24,30.24c-13.11,13.11-30.89,20.46-49.41,20.47-18.54,0-36.3-7.36-49.41-20.47l-.04-.04c-13.11-13.11-20.46-30.89-20.47-49.41,0-18.54,7.36-36.3,20.47-49.41l30.24-30.24c4.54-4.54,11.93-4.55,16.48,0s4.54,11.94,0,16.48l-30.24,30.24c-8.73,8.73-13.64,20.58-13.64,32.94,0,12.36,4.9,24.2,13.64,32.94l.04.04c8.73,8.73,20.59,13.65,32.94,13.64,12.36,0,24.2-4.9,32.94-13.64l30.24-30.24ZM114.08,199.53c-4.55,4.55-11.93,4.55-16.48,0-4.55-4.55-4.55-11.93,0-16.48l85.14-85.14c4.55-4.55,11.93-4.55,16.48,0,4.55,4.55,4.55,11.93,0,16.48l-85.14,85.14Z"/></svg>');
}