/* ---------- */
/* Spamschutz-Styling für Safari */

/* Breite von 451px bis 900px */
/* Smartphone, quer */
@media only screen and (min-width: 451px) and (max-width: 900px) and (orientation: landscape) {

  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #at_lech::before,
    #at_lech::after,
    #hyph_lech::after,
    #dot_lech::after,
    #at_ds::before,
    #at_ds::after,
    #dot_ds_a::after,
    #dot_ds_b::after,
    #at_io::before,
    #at_io::after,
    #dot_io::after {
      font-size: 1.3rem;
    }
  }
}