html,
body {
  padding: 0;
  margin: 0;
  background-color: #121416 !important;
  font-family: sans-serif;
  color: #fff !important;
}
html header,
body header {
  display: flex;
  width: 100vw;
  background: -webkit-radial-gradient(top left, ellipse, #282828 0%, #2B2B2B);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 99999;
  height: 60px;
}
html header .container,
body header .container {
  gap: 20px;
}
html header .container .left,
body header .container .left {
  flex: 1;
}
html header .container .left .logo,
body header .container .left .logo {
  max-height: 75px;
}
html header .container .right,
body header .container .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .container .right .livefeed,
body header .container .right .livefeed {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  text-shadow: 1px 1px 1px #000;
  color: #AAAAAA;
  font-size: 10px;
  font-weight: bold;
}
html header .container .right .livefeed .status,
body header .container .right .livefeed .status {
  text-transform: capitalize;
}
html header .container .right .livefeed .status[data-status="online"],
body header .container .right .livefeed .status[data-status="online"] {
  color: #82B420;
}
html header .container .right .livefeed .status[data-status="offline"],
body header .container .right .livefeed .status[data-status="offline"] {
  color: #af0000;
}
html .intro,
body .intro {
  background-image: url('/assets/img/background.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 50vh;
  display: flex;
  align-items: center;
  color: white;
}
html .intro .regios,
body .intro .regios {
  width: 100%;
  padding: 120px 0;
}
html .intro .regios a,
body .intro .regios a {
  display: block;
  color: white;
}
html #content,
body #content {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
html #content .container,
body #content .container {
  max-width: 970px !important;
}
html #content #datacontainer,
body #content #datacontainer {
  width: 100%;
}
html #content .line,
body #content .line {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  padding-left: 50px;
}
@media (min-width: 800px) {
  html #content .line,
  body #content .line {
    padding-left: unset;
  }
}
html #content .line .time,
body #content .line .time,
html #content .line .date,
body #content .line .date,
html #content .line .regio,
body #content .line .regio,
html #content .line .bran,
body #content .line .bran,
html #content .line .ambu,
body #content .line .ambu,
html #content .line .poli,
body #content .line .poli,
html #content .line .heli,
body #content .line .heli,
html #content .line .knrm,
body #content .line .knrm {
  padding-right: 5px;
}
html #content .line .bran,
body #content .line .bran,
html #content .line .ambu,
body #content .line .ambu,
html #content .line .poli,
body #content .line .poli,
html #content .line .heli,
body #content .line .heli,
html #content .line .knrm,
body #content .line .knrm {
  display: block;
}
html #content .line .title,
body #content .line .title {
  font-weight: bold;
  font-size: 18px;
}
html #content .line .capcode,
body #content .line .capcode {
  display: block;
  opacity: 0.75;
}
html #content .line .s,
body #content .line .s,
html #content .line .c,
body #content .line .c {
  text-decoration: underline;
}
html #content .line .time,
body #content .line .time {
  padding-left: 0.5rem;
}
html #content .line .bran,
body #content .line .bran {
  color: #af0000;
}
html #content .line .bran::before,
body #content .line .bran::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url('/assets/img/brandweer.png');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-120%);
}
html #content .line .ambu,
body #content .line .ambu,
html #content .line .heli,
body #content .line .heli {
  color: #c1b314;
}
html #content .line .ambu::before,
body #content .line .ambu::before,
html #content .line .heli::before,
body #content .line .heli::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url('/assets/img/ambulance.png');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-120%);
}
html #content .line .poli,
body #content .line .poli {
  color: #1E90FF;
}
html #content .line .poli::before,
body #content .line .poli::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url('/assets/img/politie.png');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-120%);
}
html #content .line .knrm,
body #content .line .knrm {
  color: #974303;
}
html #content .line .knrm::before,
body #content .line .knrm::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url('/assets/img/knrm.png');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-120%);
}
html #content .line .capcodes,
body #content .line .capcodes {
  display: block;
}
.container {
  max-width: 1080px !important;
  margin: auto;
  display: flex;
}
