/* Formular */ form#kontaktform { width: 300px; color: #000000; background-color: #F5F5F5; padding: 15px; } /* Überschrift */ h3 { font-size: 1.25em; font-weight: Normal; letter-spacing: 1px; margin-top: 0; } /* Focus */ :focus-visible { outline: Solid 1px Royalblue; } /* Pflichtangaben markieren */ var, noscript { color: Red; } /* Hilfetext */ span.hilfetext { font-family: Arial, Tahoma, Sans-Serif; font-size: 0.80rem; font-style: Oblique; color: #009500; }