Wechseln zu:Navigation, Suche
Wiki
Die druckbare Version wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.
/*** Formatierungen für Monitore ***/

@media (min-width:769px) {

 .toc {
  display: block; 
/*  max-width: 48%; */
  float: right;
  margin-left: 3%;
  font-size:95%;
  line-height: 125%;
  }

.description {
   display: block; 
   width: 48%; 
   float:left;
   font-weight: bold;
   }

.sichtbar_mobil {
  display: none!important;
  }

td {
  vertical-align: top;
  }

.einrücken {
  margin-left: 30px;
  width: auto;
}

.sptable.striped tr:nth-child(2n+1) > td, .sptable3.striped tr:nth-child(2n+1) > td  {
    background-color: #eaecf0;
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.2em;
    line-height:1.4;
    }

.sptable3 tr > td.bild {
  background-color: white!important;
  border-top: 0!important;
  border-right: 1px solid red; /*0!important;*/
  border-bottom: 0!important;
  }

.wikitable3 td {
    background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.2em;
    line-height:1.4;
    }

.sptable .Leerzeile {
  border-left: 0; 
  border-right: 0; 
  background: white;
  }


}