/***********************************************
* Stylesheets für Darstellung Personenprofile
***********************************************/

  
/* Formatiert Tabellen bei Personenprofilen */
table.person {
margin-top:0.5em;
width:auto;
margin-bottom:0.4em;
}

/* Formatiert Tabellen bei Personenprofilen */
table.person tbody,
table.person thead,
table.person td {
vertical-align:top !important;
}

/* Formatiert Tabellen bei Personenprofilen */
table.person th,
table.person td {
padding:0.2em !important;
}

/* Verringert Zeilenabstände in den Profilen */
.floatbox p,
.floatbox p.klein {
/* margin-bottom:0.5em; */
padding-bottom:0.2em;
}
  
/* Verkleinert in Hauptspalte Schrift in Profilen
#col3 .csc-textpic-text p,td {
font-size:.85em;
} */
  
/* Deutlichere Trennlinie nach jedem Profil */
.frame-ruler-after:after  {
border-bottom: 1px solid #dddddd !important;
margin-bottom:2em;
}

/* Blendet alle PDF-Modulbeschreibungen aus */
#col3 .bildungsmanagement_moduledisplay,
#col3 .bwl_moduledisplay,
#col3 .bwlsport_moduledisplay,
#col3 .inno_moduledisplay,
#col3 .inforecht_moduledisplay,
#col3 .risiko_moduledisplay,
#col3 .bba_moduledisplay,
#col3 .supervision_moduledisplay {
display:none;
}
