I write a German text in case that matters and use these packages:
\documentclass[12pt,a4paper]{article}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{cite}
... starting a document
\section{Einleitung}
Idee des "guten Willens" an
... there comes more text
When I compile this, the output reads Idee des "guten Willensän instead of Idee des "guten Willens" an
I heard LaTeX changes "a to ä automatically, so this could be the reason of my error. How can I turn this feature off in case it is the problem?

\`` and''and not". – JP-Ellis Feb 23 '16 at 12:56