#id_kaufFensterTextDiv1 {
    text-align: center
}

#id_fenster1_ueberMich {
    --chars: 0;
    --width: var(--wrapper5Width);
    --height: max(calc(var(--wrapper4Height) - (var(--wrapper5Width) - var(--wrapper4Height) * 0.1) * 0.79), calc(var(--wrapper4Height) * 0.5));
    width: var(--width);
    height: var(--height);
    font-family: var(--w6_fontFamily);
    font-size: min(calc(var(--width) / (var(--chars) / 24) * var(--textConstant)), var(--height) / 15);
}

#id_fenster1_selfie {
    width: min(100%, calc(var(--wrapper4Height) * 0.5 / 0.79));
}