@font-face {
  font-family: 'NextSlabPro';
  src: url('/static/DINNextSlabPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NextSlabPro';
  src: url('/static/DINNextSlabPro-Medium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NextSlabPro';
  src: url('/static/fonts/DINNextSlabPro-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
body {
  background-color: lightgray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  padding: 0;
  margin: 0.05rem;
}
h1,
h2,
h3,
h4 {
  font-family: NextSlabPro;
}
h1 span.emp,
h2 span.emp,
h3 span.emp,
h4 span.emp {
  font-size: 110%;
  color: darkblue;
  font-style: italic;
}
a,
a:visited {
  color: blue;
  text-decoration: none;
}
div#header {
  height: 3rem;
  width: calc(100% - 1rem);
  clear: both;
  border-bottom: 2px solid darkgray;
  background-color: snow;
  padding: 0.5rem;
  margin: 0;
}
div#header img#ifplogo {
  height: 2.5rem;
  margin: 0;
  padding: 0;
}
div#header h1 {
  display: inline-block;
  font-size: 16pt;
  margin: 0 0 0 1rem;
  padding: 0;
}
div#header h1 span.sub {
  font-size: 85%;
}
@media screen and (max-width: 580px) {
  div#header h1 {
    display: none;
  }
}
div#header div#user {
  position: relative;
  display: block;
  float: right;
  text-align: right;
  font-size: 11pt;
}
div#header div#user > a,
div#header div#user > a:visited {
  text-decoration: none;
  color: darkred;
}
div#content {
  position: relative;
  width: calc(100vw - 2.5rem);
  float: right;
}
div#content {
  height: max-content;
  margin: 0 0.5rem;
  padding: 0.5rem;
  border: none;
  border-bottom: 2px solid darkgray;
  z-index: 1;
  overflow: hidden;
}
div#content p.pfad {
  font-size: 10pt;
  font-family: monospace;
  color: #767676;
  margin: 0 0 0rem 0;
  padding: 0;
}
div#content h1,
div#content h2,
div#content h3,
div#content h4 {
  color: #006389;
  margin: 0.75rem 0;
}
div#content h1 span.subtitel,
div#content h2 span.subtitel,
div#content h3 span.subtitel,
div#content h4 span.subtitel {
  font-size: 90%;
  color: #696969;
}
div#content div.inset {
  margin-left: 1rem;
}
div#footer {
  color: #404040;
  font-size: smaller;
  font-style: italic;
  position: relative;
  width: calc(100vw - 3.5rem);
  left: 2rem ;
  padding-bottom: 0.5rem;
}
div#footer span.ipaddr {
  font-size: smaller;
  margin-right: 0.75rem;
  font-weight: bolder;
  color: darkred;
}
img#start {
  width: 50vw;
  height: auto;
  margin-left: 25vw;
  margin-top: 10vh;
  margin-bottom: 3rem;
  opacity: 0.35;
}
ul.messages li.Fehler {
  list-style-image: url(/static/exclamation.png);
}
ul.messages li.Fehler span.tag {
  color: red;
}
ul.messages li.Warnung {
  list-style-image: url(/static/error.png);
}
ul.messages li.Warnung span.tag {
  color: darkred;
}
ul.messages li.Ok {
  list-style-image: url(/static/accept.png);
}
ul.messages li.Ok span.tag {
  color: #004a00;
}
ul.messages li.Info {
  list-style-image: url('/static/information.png');
}
ul.messages li.Info span.tag {
  color: #363636;
}
ul.messages li.Debug {
  list-style-image: url('/static/magnifier.png');
}
ul.messages li.Debug span.tag {
  color: #363636;
}
.off {
  display: none;
}
table.visible {
  border: 1px solid #404040;
  border-collapse: collapse;
}
table.visible thead,
table.visible tr {
  border-bottom: 1px solid #404040;
}
table.visible th,
table.visible td {
  vertical-align: top;
  text-align: center;
  margin-right: 0.5rem;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  min-width: 5rem;
  max-width: 10rem;
}
table.visible td {
  padding: 0 0.25rem;
}
table.visible td.cutoff {
  overflow: hidden;
}
.links {
  float: left;
}
.rechts {
  float: right;
}
/*# sourceMappingURL=./styles.css.map */