@font-face {
  font-family: 'MyriadPro';
  src: url('assets/MyriadPro-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro';
  src: url('assets/MyriadPro-Bold.otf');
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: MyriadPro, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.error {
  height: 100vh;
}

.error.hidden {
  display: none;
}

.progress-bar {
  height: 0.5vh;
  background-color: #444444;
}

.progress-bar .bar {
  height: 0.5vh;
  background-color: #006eb7;
  width: 0%;
}

.article-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}

.image-container {
  height: 30vh;
  margin-bottom: -1px;
}

.image {
  height: 30vh;
  width: 100%;
  object-fit: cover;
}

.text {
  flex: 1;
  padding-top: 32px;
  padding-left: 56px;
  padding-right: 56px;
}

.category {
  margin-top: 24px;
  margin-bottom: 5px;

  font-size: 32px;
  color: #444444;
}

.title {
  margin-top: 4px;
  margin-bottom: 12px;

  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
}

.subtitle {
  margin-bottom: 32px;

  font-size: 52px;
  color: #444444;
  line-height: 1.25;
}

.teaser-location {
  font-size: 46px;
}

.location {
  font-weight: bold;
}

.teaser {
  white-space: pre-wrap;
}

.logo {
  position: absolute;
  bottom: 56px;
  right: 56px;
  height: 165px;
  width: 165px;
}

.qr-code {
  position: absolute;
  bottom: 56px;
  left: 56px;
  display: flex;
}

template {
  /* Hide template since older browsers that do not support templates will display it. */
  display: none;
}
