/* Generelle Anpassungen */
article .dc_artikel_galerie > div > div > a > img,
article .scrollButton,
article .scrollStatus { /*display:none; NIMMT LOGOS RAUS !!*/ pointer-events: none; cursor: default !important; }

article table.tabelle_v4 { max-width:700px; }
article * { pointer-events: none; cursor: default !important; }


article .dc_artikel_seiten_nr > span { padding:2px 10px; background-color:#888; color:#FFF; font-family:Arial; font-size:15px; }


/*article .tabelle_v4 > tbody > tr.intro > th { color:#F76503 ; }
article .tabelle_v4 > tbody > tr > td { border-top:#DDD 1px solid;  }

article  table,
article  th,
article  td,
article  div { background-color:transparent !important; }
*/
/* S/W */

article[sw] h1 > span { color:#000 !important; }
article[sw] a { color:#000 !important; text-decoration:underline !important; }
article[sw] .dc_artikel_galerie a { text-decoration:none !important; }

article[sw] span.mark { color:#000 !important; font-weight:bold; }
article[sw] span.mark_sf { color:#000 !important; background-color:#FFF !important; }
article[sw] a.button { color:#000 !important; background-color:#FFF !important; border:#000 1px solid !important; text-shadow:none !important; }

article[sw] * { box-shadow:none !important; text-shadow:none !important; }

article[sw] #dc_artikel_fussnote > * { color:#000 !important; }

article[sw] img {  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

article[sw] .artikel_index > tbody > tr > td { background-image:none !important; border:#000 1px solid !important; }

article[sw] .dc_artikel_seiten_nr > span { background-color:#000; }

/* Vorschau */


@media screen {

  #DC_DRUCK { padding:50px; background-color:#333; vertical-align:top; font-size:11px;}
  #DC_CONTENT { display:table-cell; padding:10px; background-color:#FFF; }
  #DC_CONTENT > ARTICLE { width:100%; }

  #DC_ABSTAND { display:table-cell; min-width:25px; max-width:25px; }
  #DC_SETTING { display:table-cell; min-width:300px; max-width:500px; width:500px; padding:10px; background-color:#EEE; }

  #DC_SETTING fieldset { font-size:11px }

  #DC_SETTING input[type=checkbox][checked] + label { font-weight:bold; }

  p.druckInfo { margin:5px 0px; font-family:Arial; font-weight:bold; font-size:15px; color:red; }

}

@media print {

  #DC_DRUCK { padding:0px; vertical-align:top; }
  #DC_CONTENT { /* display:inline-block; */ padding:0px; }
  #DC_CONTENT > ARTICLE { width:100%; }

  #DC_ABSTAND { display:none; }
  #DC_SETTING { display:none; }

}