/* Styles for MGH Archive Findbuch */

@font-face {
  font-family: IBMPlexSans;
  font-style: normal;
  src: url(IBMPlexSans-Light.ttf) format('truetype');
}

* , ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0
}

html {
    display: block;
    line-height: 1.5;
}

body {
    font-family: IBMPlexSans;
}

h1,h2,h3,h4,h8 {font-family:'IBMPlexSans', Verdana, Arial, Sans-Serif; font-weight:normal;}
h1,h2,h3,h4,h8 {font-family:'IBMPlexSans', Verdana, Arial, Sans-Serif; display:block; font-weight:bold;}

h1 {font-size:1.1em; color:#A34927; background:inherit;  margin:0.4em 0 0.5em 0; border-bottom:1px #ccc solid; padding-top:1em;}
h2 {font-size:1.0em; color:#5B5B5B; background:transparent; margin:0.2em 0 0.5em 0; padding:0.3em; margin-top:1em;}
h3 {font-size:1.0em; color:#765; background:transparent; margin:0.4em 0 0.3em 0; padding-top:1em;}
h4 {font-size:1.0em; color:#888; background:transparent; margin:0.4em 0 0.3em 0; border-bottom:1px #ccc solid; padding-top:1em;}
h8 {font-size:83.33%; color:#1e6289; text-decoration:none; background:transparent; margin:0.4em 0 0.3em 0; padding-top:1em;}


table {
    display: table;
    border-collapse: collapse;
    border-top-color: gray;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
}

tr {
    display: table-row;
    vertical-align: inherit;
}

td {
    display: table-cell;
    vertical-align: inherit;
    background-color: rgb(238,238,238);
    padding: 3px;
    border: 2px solid white;
    text-align: left;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    background-color: #f7a60a;
    color: #ffffff;
}







