h2,
h3,
h4,
h5 {
  color: #355FB8;
}
footer {
  padding: 9px 0;
}
footer a {
  text-decoration: underline;
}
.alert {
  padding-bottom: 0;
}
.logo {
  position: absolute;
  left: -9px;
  bottom: 0;
  background-image: url("https://dev-api.dante.gbv.de/images/dante.png");
  background-position: center center;
  background-size: 72px auto;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  z-index: 999999;
}
.navbar {
  padding: 0 !important;
}
.navbar .nav-link {
  padding: 10px 16px !important;
  border-right: 1px solid #229cff;
}
.navbar .nav-item.active a {
  background-color: #229cff !important;
}
.jumbotron p {
  font-weight: 200;
  margin-bottom: 10px;
}
.jumbotron ul li {
  font-weight: 200;
}
.vzg_example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  background-color: #fff;
  border-color: #ddd;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  margin-right: 0;
  margin-left: 0;
  border-width: 1px;
  /* Echo out a label for the example */
}
.vzg_example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Beispiel";
}
.vzg_example.hint:after {
  content: "Hinweis";
}
figure.highlight {
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #F8F8F8;
  padding: 5px 15px 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.textlink {
  display: block;
  height: 160px;
  /*same height as header*/
  margin-top: -160px;
  /*same height as header*/
  visibility: hidden;
}
.statusCheck {
  background-color: orange;
  width: 200px;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 40px;
}
.statusCheck > div {
  width: 80%;
  display: inline-block;
  font-size: 17px;
}
.statusCheck > i.fas {
  font-size: 22px;
  margin-top: 0;
  position: absolute;
}
.statusCheck.testPassed {
  background-color: green;
  color: white;
}
.statusCheck.testFailed {
  background-color: red;
  color: white;
}
.checkInfo {
  margin-left: 40px;
  background-color: #FFF;
  color: #CCC;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 300;
}
.table > tbody > tr > td {
  vertical-align: top;
}
.table h4 {
  margin: 0;
}
.devWarning {
  background-color: #C20000;
  position: fixed;
  right: -119px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-weight: bold;
  font-size: 32px;
  top: 119px;
  width: 576px;
  text-align: center;
  padding: 10px;
  color: white;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.devWarning div {
  font-size: 14px;
}
.devWarning div a {
  color: #CCC;
  text-decoration: underline;
}
#head.jumbotron {
  padding: 20px 0;
  margin: 0;
  position: relative;
}
figure.highlight code.loading {
  background-image: url("https://dev-api.dante.gbv.de/images/loader.svg");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  width: 100%;
  min-height: 84px;
}
.fullscreenLastCallsButton {
  width: 200px;
  text-align: center;
  background-color: #007bff;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
}
.hiddenOverflow {
  overflow: hidden;
}
.lastCallsOverlay {
  background-color: white;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}
.lastCallsOverlay .lastOverlayContent {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.lastCallsOverlay .lastOverlayContent .closeButton {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 99999;
}
.lastCallsOverlay .lastOverlayContent .deMaximizeButton,
.lastCallsOverlay .lastOverlayContent .maximizeButton {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 99999;
}
.lastCallsOverlay .lastOverlayContent .deMaximizeButton {
  display: none;
}
.lastCallsOverlay .lastOverlayContent .liveData {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  width: 100%;
}
.lastCallsOverlay .lastOverlayContent .liveData .headline {
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 29px;
  padding-left: 40px;
  background-image: url("https://dev-api.dante.gbv.de/images/dante.png");
  background-position: left top;
  background-size: 66px;
  background-repeat: no-repeat;
  padding: 18px 0 10px 74px;
}
.lastCallsOverlay .lastOverlayContent .liveData .table {
  position: absolute;
  top: 76px;
  display: table;
}
.lastCallsOverlay .lastOverlayContent .liveData .table .tr {
  display: table-row;
}
.lastCallsOverlay .lastOverlayContent .liveData .table .tr .td {
  display: table-cell;
  opacity: 0;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid #CCC;
}
.lastCallsOverlay .lastOverlayContent .liveData .table .tr .td:first-child {
  width: 300px;
}
.lastCallsOverlay .lastOverlayContent .liveData .table .tr .td.colored {
  border-top: 1px solid #ccc;
  color: #333;
  transition: all 1.8s ease;
}
