Code Beispiel 1 HTML:
Inhalt von Klasse "element-eins"

Ich bin nicht betroffen

Auch ich bin betroffen

CSS: div.element-eins p:not(.not){ color: red !important; } Code Beispiel 2 HTML:
Ich bin ein Link

Ich bin ein Link innerhalb eines P

CSS: div.element-eins a:not(p a){ color: red !important; }