.dochub {@import url("./arrows/style.css");
@import url("https://www.labor28-potsdam.de/css/dist/frontend.bundle.min.css");
@import url("https://www.labor28-potsdam.de/media/vw4lg4of/web_lv_root.css");

/** from https://www.sonichealthcare.de/content/css/site.css */
/*** ====================================================================== ***/
/*** font faces ***/
/*** ====================================================================== ***/

@font-face {
  font-family: 'aileronlight';
  src: url("./aileron-light-webfont.eot");
  src: url("./aileron-light-webfont.eot?#iefix") format("embedded-opentype"),
  url("./aileron-light-webfont.woff") format("woff"),
  url("./aileron-light-webfont.ttf") format("truetype"),
  url("./aileron-light-webfont.svg#aileronlight") format("svg");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'aileronregular';
  src: url("./aileron-regular-webfont.eot");
  src: url("./aileron-regular-webfont.eot?#iefix") format("embedded-opentype"),
  url("./aileron-regular-webfont.woff") format("woff"),
  url("./aileron-regular-webfont.ttf") format("truetype"),
  url("./aileron-regular-webfont.svg#aileronregular") format("svg");
  font-weight: normal;
  font-style: normal; }  

  @font-face {
    font-family: 'aileronbold';
    src: url("./aileron-regular-webfont.eot");
    src: url("./aileron-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("./aileron-regular-webfont.woff") format("woff"),
    url("./aileron-regular-webfont.ttf") format("truetype"),
    url("./aileron-regular-webfont.svg#aileronbold") format("svg");
    font-weight: bold;
    font-style: normal; }


/*** ====================================================================== ***/
/*** common settings ***/
/*** Allgemeiner Hinweis: Umbraco macht Bl?dsinn, wodurch die Vererbung der Styles
     verhauen wird. Daher in jeder Klasse einzeln die Styles definieren. (26.04.24)*/
/*** ====================================================================== ***/

body {  
    font-family: "aileron";
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    font-size: 1rem;
    color: var(--p);
    background-color: var(--light-accent-3);
    background-repeat: no-repeat;
}

/*** ====================================================================== ***/
/*** common style across all sections ***/
/*** ====================================================================== ***/
em {
    font-style: normal;
}

p {
    margin-bottom: var(--margin-bottom-p);
    margin-top: var(--margin-top-p);
}

ul {
    margin-bottom: 0;
    margin-left: -25px;
}

li {
    margin-left: 0;
}

td {
  vertical-align: top;
}

.name, .name p {   
    font-family: var(--aileronbold);
    font-weight: var(--bold);
    font-style: var(--normal);
    font-size: 1.75rem;
    line-height: 1.3;
    color: var(--h2);
}

table>tbody>tr>td:first-child {
    font-family: var(--aileronbold);
    font-weight: var(--bold);
    font-style: var(--normal);
    font-size: var(--size-head);
    width: 100px;
    color: var(--p);
}

table>tbody>tr:hover {
    background-color:#f5f5f5;
}

table.matUsage-table-small>tbody>tr>td:first-child {
    font-family: "aileron";
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    font-size: 1rem;
    color: var(--p);
    width: 100%;
}

table.shelfLife-table-small>tbody>tr>td:first-child {
    font-family: "aileron";
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    font-size: 1rem;
    color: var(--p);
    width: 100%;
}}