#content-pane {
  font-family: 'source_sans_pro', Arial, sans-serif;
  line-height: 1.9rem;
  font-size: 1.6rem;
  background: #ffffff;
  color: #3f464c;
  padding: 0rem .75rem 1rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;

}
#content-pane h1 {
  font-weight: bold;
  font-size: 15pt;
  color: #3f464c;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  /*background: url('../img/fritz.png') no-repeat 0 6px;*/
}
#content-pane h2 {
  font-weight: bold;
  font-size: 13pt;
  color: #006ec0;
  margin: 20px 0 6px 0;
}
#content-pane h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #646567;
  margin: 16px 0 6px 0;
}
#content-pane h4 {
  font-size: 1.6rem;
  color: #646567;
  margin: 16px 0 6px 0;
}
#content-pane p {
  margin: 0 0 8px;
}
#content-pane p strong {
  color: #3f464c;
}
#content-pane p.subtitle{
  font-size: 8pt;
  color: #3f464c;
  margin-bottom: 6px;
}
#content-pane div.module.subtitle  {
  padding-left: 0;
}
#content-pane.de .module.subtitle p:before  {
  content: "Hilfe zu: ";
}
#content-pane .module.subtitle > p {
  font-size: 10pt;
  font-weight: bold;
  color: #006ec0;
  margin-top: -36px;
  margin-bottom: 0px;
}
#content-pane ul,
#content-pane ol {
  padding: 0;
}
#content-pane ul ul,
#content-pane ol ol,
#content-pane ul ol,
#content-pane ol ul {
  padding-left: 16px;
  margin: 4px 0 0 0;
}
#content-pane li {
  list-style-position: outside;
  padding: 0 0 3px 6px;
  margin: 0 0 0 20px;
}
#content-pane li p {
  margin: 4px 0 0;
}
#content-pane li p .tip,
#content-pane li p .important,
#content-pane li p .save,
#content-pane li p .reload {
  margin-top: 4px;
}
#content-pane .noList {
  list-style-type: none;
}
#content-pane ul li {
  list-style-image: url("../img/bp.png");
}
#content-pane ol.onestep li {
  list-style-image: url("../img/pfeil.png");
}
#content-pane ul li ul li {
  list-style-image: url("../img/bl.png");
  list-style-position: outside;
  padding: 0 0 4px 6px;
  margin: 0;
}
#content-pane ol li ul li {
  list-style-image: url("../img/bl.png");
  list-style-position: outside;
  padding: 0 0 4px 6px;
  margin: 0;
}
#content-pane ol.onestep li ul li {
  list-style-image: url("../img/bl.png");
  list-style-position: outside;
  padding: 0 0 4px 6px;
  margin: 0;
}
#content-pane a:link {
  /*color: #006ec0;*/
  color: #2764AF;
  text-decoration: none;
}
#content-pane a:hover {
  text-decoration: underline;
}
#content-pane a:visited {
  color: #2764AF;
  text-decoration: none;
}
#content-pane table {
  margin: 4px 4px 4px 0;
  border: 0px;
  padding-bottom: 50px;
}
#content-pane table ul {
  margin-left: 16px;
}
#content-pane table li {
  padding-left: 4px;
}
#content-pane tr {
  border-top: 1px solid #87888a;
  border-bottom: 1px solid #87888a;
}
#content-pane th {
  width: auto;
  font-weight: bold;
  color: #3F464C;
  padding: 4px 12px 4px 0;
  vertical-align: top;
  text-align: left;
  border-right: 1px solid #87888a;
}
#content-pane td {
  max-width: 600px;
  border-left: 0px;
  padding: 4px;
}
#content-pane table.vert {
  width: auto;
}
#content-pane table.vert th {
  width: auto;
  border-left: 1px solid #87888a;
  border-right: 1px solid #87888a;
  padding: 4px 12px 4px 4px;
}
#content-pane table.vert td {
  width: auto;
  border-left: 1px solid #87888a;
  border-right: 1px solid #87888a;
}
#content-pane table.noframes {
  max-width: 600px;
}
#content-pane table.noframes tr {
  border: 0;
}
#content-pane table.noframes td {
  padding: 4px 12px 4px 4px;
  width: auto;
}
#content-pane div.einleitung {
  margin-bottom: 8px;
  margin-top: 18px;
}
#content-pane div.einleitung ul,
#content-pane div.einleitung ol {
  margin: 0 0 4px -26px;
  padding: 0 0 0 40px;
}
#content-pane div.module {

}
@media screen and (max-width : 480px) {
  #content-pane div.module {
    padding-left: 10px;
  }
}
#content-pane div.section.titel,
#content-pane div.section.einleitung div.module {
  padding-left: 0;
}
#content-pane div.section.titel p.tip,
#content-pane div.section.einleitung div.module p.tip,
#content-pane div.section.titel p.important,
#content-pane div.section.einleitung div.module p.important,
#content-pane div.section.titel p.save,
#content-pane div.section.einleitung div.module p.save {
  margin-left: 0;
}
#content-pane p.tip,
#content-pane p.important,
#content-pane p.save,
#content-pane p.reload {
  border: 1px solid #87888a;
  border-left: 0;
  border-right: 0;
  min-height: 45px;
  margin-top: 12px;
  padding: 6px 30px 6px 40px;
}
@media screen and (max-width : 480px) {
  #content-pane p.tip,
  #content-pane p.important,
  #content-pane p.save,
  #content-pane p.reload {
    margin-left: 0;
  }
  #content-pane .module > ul {
    padding-left: 23px;
  }
}
#content-pane p.tip {
  color: #333333;
  background: url('../img/info.png') 0px 9px no-repeat transparent;
}
#content-pane p.important {
  color: #333333;
  background: url('../img/achtung.png') 0px 9px no-repeat transparent;
}
#content-pane p.save {
  color: #333333;
  background: url('../img/disk.png') 0px 9px no-repeat transparent;
}
#content-pane p.reload {
  color: #333333;
  background: url('../img/reload.png') 0px 9px no-repeat transparent;
}
#content-pane .offscreen {
  position: absolute;
  left: -99999em;
}
#content-pane div.section.verwandte_artikel:before  {
  content: "Verwandte Themen";
  font-size: 13pt;
  font-weight: bold;
  color: #006ec0;
}
#content-pane div.section.verwandte_artikel {
  padding-top: 30px;
}
#content-pane div.section.verwandte_artikel div.module {
  padding-left: 40px;
}
#content-pane div.section.verwandte_artikel p {
  background: url('../img/libc.png') #ffffff 0 40% no-repeat;
  margin: 4px 4px 4px -24px;
  padding-left: 24px;
}
#content-pane div.section.verwandte_artikel p a {
  color: #2764AF;
  text-decoration: none;
}
#content-pane div.section.verwandte_artikel p a:hover {
  text-decoration: underline;
}
#content-pane div.section.verwandte_artikel p a:visited {
  color: #2764AF;
  text-decoration: none;
}
#content-pane #breadcrumbs {
  display: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: .75; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.de #content-pane div.section.verwandte_artikel:before  {
  content: "Verwandte Themen";
  font-size: 13pt;
  font-weight: bold;
  color: #006ec0;
}
.en #content-pane div.section.verwandte_artikel:before  {
  content: "Related subjects";
  font-size: 13pt;
  font-weight: bold;
  color: #006ec0;
}
.es #content-pane div.section.verwandte_artikel:before  {
  content: "Temas relacionados";
  font-size: 13pt;
  font-weight: bold;
  color: #006ec0;
}
.fr #content-pane div.section.verwandte_artikel:before  {
  content: "Thèmes apparentés";
  font-size: 13pt;
  font-weight: bold;
  color: #006ec0;
}
.it #content-pane div.section.verwandte_artikel:before  {
  content: "Argomenti simili";
  font-size: 13pt;
  font-weight: bold;
  color: #006ec0;
}
.nl #content-pane div.section.verwandte_artikel:before  {
  content: "Gerelateerde thema's";
  font-size: 13pt;
  font-weight: bold;
  color: #006ec0;
}

.de #content-pane .module.subtitle p:before  {
  content: "Hilfe zu: ";
}
.en #content-pane .module.subtitle p:before  {
  content: "Help on: ";
}
.es #content-pane .module.subtitle p:before  {
  content: "Ayuda sobre: ";
}
.fr #content-pane .module.subtitle p:before  {
  content: "L’aide concernant: ";
}
.it #content-pane .module.subtitle p:before  {
  content: "Guida del: ";
}

#content-pane .highlight {
  background-color: #dee4f2;
}
