@font-face {
  font-family: 'Source';
  src: url('/static/fonts/SourceSans3-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Oswald';
  src: url('/static/fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: 'Source', Arial, sans-serif;
  color: #58585A;
}

.download-pdf {
  width: 1.5vw;
  position: relative;
  left : 46vw;
  bottom: 15vw;
  height: 5px;
  z-index: 100;
}

.logo {
  position: relative;
  bottom: 18vw;
  left: 1vw;
}

.logo img {
  width: 6vw;
  height: 6vw;
}

.title h1 {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
  width: max-content;
  position: absolute;
  color: #fff;
  top: 3.5vw;
  left: 50%;
  transform: translateX(-50%);
  line-height: 2;
}

.maplink {
  position: relative;
  top: -16vw;
  left: 1vw;
}

.maplink img {
  width: 12vw;
  margin-top: 0.5vw;
}

.maplink a{
  color: white;
  text-decoration: none;

}

.maplink p {
  font-size: 1.2 rem;
}

.camlink {
  position: relative;
  top: 0.6vw;
  left: 1vw;
}

.camlink img {
  width: 10.7vw;
  margin-top: 0.5vw;
}

.camlink a{
  color: #B99355;
  text-decoration: none;
}

.camlink h3 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.2rem;
  color: #B99355;
  font-weight: 500;
}

.row {
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;

}

.firstrow {
  margin-top: -16vw;
}

.updaterow .updated {
  width: 95%;
  text-align: right;
  margin-top: 10px;
}

.updaterow .updated span{
  font-size: 0.7rem;
}

.tipp {

  background-color: white;
  text-align: left;
  width: 100%;
  padding: 0.5rem;
  line-height: 1.2;
}

.tipp h1 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.2rem;
  color: #B99355;
  font-weight: 500;
  margin-bottom: 5px;
}

.tipp p {
  padding-top: 5px;
  font-size: 1rem;
  font-weight: 400;
  border-top: 0.5px solid gray;
}

.warning {
  margin-top: 5px;
  margin-bottom: 5px;
}

.legend {
  margin-left: -10px;
}

.legend-title {
  font-size: 1rem;
  margin-bottom: 5px;
}

.legend-items {
  display: flex;
  flex-direction: row;
  font-size: 0.6rem;
  border-bottom: 0.5px solid gray;
  width: 92%;

}

.legend-items img{
  width: 1rem;
  height: 1rem;
  margin-top: -3px;
}

.copyright {
  font-size: 0.8rem;
  margin-left: -10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-extra {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 0.5px solid gray;
  padding-bottom: 6px;
  width: 90%;
  white-space: nowrap;
}

.heading-extra h3 {
  font-family: 'Oswald', Arial, sans-serif;
  color: #B99355;
  font-size: 1.2rem;
  font-weight: 500;
}

.heading-extra span{
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 5px;
  margin-left: 5px;
}

.status-list {

  margin-left: 7px;
}

.status-item span{
  min-height: 30px;
  display: flex;
  align-items: center;
  margin-left: 5px;
  font-size: 1rem;
}

.status-item-extra span {
  font-size: 1rem;
}

.status-item img {
  margin: 0;
}

.buslink {
  font-family: 'Oswald', Arial, sans-serif;
  display: flex;
  width: 90%;
  text-decoration: none;
  color: #365B96;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 5px;
  border-bottom: 0.5px solid gray;
  line-height: 1.6;
}

.snow-report {
  display: flex;
  flex-direction: column;
}

.snow-report-snow,
.snow-report-avalanche {
  display: flex;
  flex-direction: row;
}

.snow-report-avalanche {
  margin-top: 10px;
}

.snow-text-container {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  line-height: 1.3;
}

.snow-heading {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
}

.avalance-icon {
  width: 2rem;
}

.weather-item {
  display: flex;
  flex-direction: row;
}

.weather-item img{
  width: 4rem;
}

.weather-values {
  display: flex;
}

.weather-label {
  font-size: 0.8rem;
}

.contact {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.contact h3 {
  font-size: 0.9rem;
}

.contact span {
  font-size: 0.8rem;
}

.list-item span {
  min-height: 30px;
  display: flex;
  align-items: center;

}

.list-item:nth-child(even) span {
  background-color: #EEF3F7;
  width: 100%;
}

.item-list {
  padding-right: 5px;
}

footer {
  background-color: #182C4E;
  color: white;
}

footer a{
  color:#CFE0F5;
}

@media screen and (max-width: 1800px) {
:root {
  font-size: 1.2vw;
}

.download-pdf {
  width: 2.5vw;
  left : 70vw;
  bottom: 23vw;
}

.logo {
  bottom: 26vw;
  height: 26vw;
}

.logo img {
  width: 9vw;
  height: 9vw;
}

.title h1 {
  font-size: 3.5rem;
}

.maplink {
  top: -40vw;
}

.maplink img {
  width: 16vw;
}

.firstrow {
  margin-top: -40vw;
}

.camlink img {
  width: 16.7vw;
}

}

@media screen and (max-width: 1200px) {
 :root {
  font-size: 1.8vw;
}

.download-pdf {
  width: 3.5vw;
  left : 92vw;
  bottom: 30vw;
}

.logo {
  bottom: 35vw;
}

.logo img {
  width: 12vw;
  height: 12vw;
}

.title h1 {
  font-size: 3rem;
}

.maplink {
  top: -45vw;
}

.maplink img {
  width: 22vw;
}

.firstrow {
  margin-top: -45vw;
}

.camlink img {
  width: 23vw;
}

.legend-items {
  font-size: 0.6rem;
}

}

@media screen and (max-width: 600px) {
 :root {
  font-size: 3vw;
}

.col.s12 {
  width: 90%;
}

.download-pdf {
  width: 6.5vw;
  left : 92vw;
  bottom: 30vw;
}

.logo {
  bottom: 38vw;
  left: 2vw;
}

.logo img {
  width: 15vw;
  height: 15vw;
}

.title h1 {
  font-size: 1.5rem;
  top: 7.5vw;
}

.maplink {
  top: -45vw;
  left: 2vw;
}

.maplink img {
  width: 25vw;
}

.firstrow {
  margin-top: -45vw;
}

.camlink img {
  width: 30vw;
}

.snow-report {
  margin-left: 3vw;
}

.avalance-icon {
    width: 3rem;
}

.legend {
    margin-left: 5px;
}

.copyright {
  font-size: 2rem;
  margin-left: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.copyright a {
  font-size: 1rem;
}

.contact h3 {
  font-size: 1rem;
}

.copyright span {
  font-size: 0.8rem;
}

.contact span {
  font-size: 0.8rem;
}

}

@media print {
   :root {
  font-size: 1.9vw;
}

  .title h1 {
    font-size: 3rem;
    white-space: nowrap;
  }

  .tipp {
    width: 95%;
  }

  .logo {
  bottom: 34.5vw;
  left: 2vw;
}

.logo img {
  width: 12vw;
  height: 12vw;
}

.maplink {
  top: -32vw;
  left: 2vw;
}

.maplink img {
  width: 25vw;
}

.firstrow {
  margin-top: -32vw;
}

.camlink {
  top: 1.2vw;
}

.camlink img {
  width: 23vw;
}

.avalance-icon {
    width: 3rem;
}

.snow-report-snow img {
  width: 3rem;
}

.heading-extra h3 {
  font-size: 1.3rem;
}

.heading-extra span{
  font-size: 1rem;
  margin-top: 5px;
}

.buslink {
  font-size: 1.3rem;
  margin-left: 5px;
  line-height: 1.9;
}

.updaterow .updated {
  margin-top: 0px;
}

.status-item img,
.status-item-extra img {
    width: 25px;
}

.legend {
  margin-left: -20px;
}

.copyright {
  margin-left: -20px;
}

}