@font-face {
  font-family: "Myriad Pro";
  font-weight: normal;
  src: url(fonts/MyriadPro-Regular.otf);
}

@font-face {
  font-family: "Myriad Pro";
  font-weight: bold;
  src: url(fonts/MyriadPro-Bold.otf);
}

body {
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #80888d;
}

header {
  background-color: #2D383F;
  color: #fff;
  position: relative;
}

hr:not([size]) {
  background-color: #EF4D23;
  height: 4px;
  opacity: 1;
  margin: 0.5rem -12px;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}

.direction-rtl {
  direction: rtl;
}

.c-black {
  color: #000;
}

.c-orange {
  color: #EF4D23;
}

.fs-s {
  font-size: 0.8em;
}

.fs-m {
  font-size: 1.2em;
}

.fs-l {
  font-size: 1.5em;
}

.w-125 {
  width: 125px;
}

.border-bottom {
  border-bottom: 1px solid #bcc0c2 !important;
}

.info-box {
  height: 77px;
}

.live-image {
  height: 154px;
  text-align: center;
}

.live-image img {
  max-width: 100%;
  max-height: 100%;
}

.infra img {
  width: 30px;
  align-self: center;
}

.infra > div:nth-child(2n+1) > div {
  background-color: #f3f3f3;
}

.logo-hinterstoder {
  width: 317px;
}

.logo-wurzeralm {
  width: 267px;
}

.pdf-link {
  position: absolute;
  top: 5px;
  right: 5px;
}

.pdf-link img {
  width: 30px;
}

.report {
  background-color: #80888d;
  color: #fff;
}

.skimap-link,
.skimap-link:hover {
  background-color: #bcc0c2;
  color: #fff;
  text-decoration: none;
}

.icon {
  height: 60px;
}

.footer-bg {
  color: #fff;
  background-color: #2D383F;
}

.legend img {
  width: 25px;
}

.legend span {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .footer-bg {
    background-color: transparent;
    background-image: url(./images/dark_footer.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  main > div:first-child {
    border-right: 1px solid #bcc0c2;
  }
}

@media print {
  @page {
    size: a3;
  }

  main > div:first-child {
    border-right: 1px solid #bcc0c2;
  }

  footer.row {
    position: fixed;
    bottom: 5px;
    left: 12px;
    width: 100%;
  }

  /* BOOTSTRAP OVERRIDES ------------------------------------------------------------------------ */

  .container {
    max-width: 100%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
}
