/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.single-related-posts .fusion-title {
    visibility: hidden; /* Originaltext verstecken */
    position: relative;
}

.single-related-posts .fusion-title::before {
    content: "Ähnliche Beiträge"; /* Neuer Text */
	font-size:17px;
	font-weight:bold;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}