/* Die Iconfonts (Font Awesome, Bootstrap Icons, Material Icons) wurden durch
   Inline-SVG ersetzt. Die Template-Regeln in style.min.css zielen aber auf <i>,
   deshalb hier dieselben Regeln noch einmal für <svg>. */

.btn svg {
    position: relative;
    margin-left: 6px;
}

.btn.with-rounded > span svg {
    margin: 0;
}

.btn.btn-hover-animation-switch .btn-icon svg {
    margin: 0;
    line-height: 0;
}

.feature-box-icon svg {
    color: var(--white);
}

.feature-box-icon-rounded svg {
    position: relative;
    z-index: 1;
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
