
@font-face {
  font-family: AlbertSans-Bold;
  src: url(./fonts/AlbertSans-Bold.ttf);
}



:root {
  --root-background: lightgray;
  --body-background: white;
  --side-padding: 0.5rem;
  --side-margin: 0.5rem;
  --gap-size: 0.5rem;
  font-size: 1vw;
  box-sizing: border-box;
  background-color: var(--root-background);
}

body {
  font-family:  Arial, sans-serif;
  background-color: var(--body-background);
  line-height: 1;
  max-width: 50%;
  min-height: 98vh;
  margin: auto;
  margin-top: 1vh;
  margin-bottom: 1vh;
}


.row {
    display: flex;
    flex-wrap: wrap;
}

.fw-row {
    margin-left: calc(-1*var(--side-padding));
    margin-right: calc(-1*var(--side-padding));
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
}

.side-pad {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
}

.cursive {
    font-style: italic;
}

.side-margin {
    margin-left: var(--side-margin);
    margin-right: var(--side-margin);
}

.col {
    float: left;
    width: 100%;
}

.gap-row {
   margin-right: calc(-1*var(--gap-size))
}

.gap-row .col {
    box-sizing: border-box;
    border-right: var(--gap-size) solid var(--body-background);
}

.left-gap {
    box-sizing: border-box;
    border-left: var(--gap-size) solid var(--body-background);
}

.col.l1{width:8.33333%}.col.l2{width:16.66666%}.col.l3{width:24.99999%}.col.l4{width:33.33333%}
.col.l5{width:41.66666%}.col.l6{width:49.99999%}.col.l7{width:58.33333%}.col.l8{width:66.66666%}
.col.l9{width:74.99999%}.col.l10{width:83.33333%}.col.l11{width:91.66666%}.col.l12{width:99.99999%}
.col.l20{width:19.99999%}

.container:after,.container:before,
.row:after,.row:before {
    content:"";
    display:table;
    clear:both;
}

h1 {
    font-size: 2.8rem;
    margin: 0;
    color: #00684C;

}

h2 {
    font-size: 1.5rem;
    margin: 0;
    color: #00684C;
}

h3{
    font-size: 1rem;
    margin: 0;
}

p {
    font-size: 1rem;
    margin: 0;
}

.table-responsive {
    display: block;
    overflow-x: auto;
}

.list {
    display: list-item;
    column-count: 3;
    list-style-type: none;
}

#header-background {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    z-index: 1;

}

.header h1 {
    position: absolute;
    color: white;
    font-weight: normal;
    top: 4vw;
    left: 30vw;

}

.header span {
    position: absolute;
    color: white;
    font-weight: normal;
    top: 7vw;
    left: 35vw;
    font-size: 1.4rem;

}

#header-logo {
    width: 10vw;
    position: absolute;
    top: 2vw;
    right: 28vw;
    z-index: 10;
}

#print-link {
    width: 2vw;
    position: relative;
    left: 1vw;
    bottom: 14vw;
}

.tipp {
    margin-top: -10px;
    text-align: center;
    display: block;
    background-color: #eee;
    padding-bottom: 0.5rem;

}

.tipp h1 {
    color: #f28a14;
    font-size: 1.2rem;
    padding-top: 0.5rem;
}

.tipp h2 {
    color:black;
    font-size: 1rem;
    padding-top: 0.25rem;
}

.tipp p {
   padding-left: 10%;
   padding-right: 10%;
   font-size: 0.9rem;
}


.map-container {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
}

#big-map {
    width: calc(100% - 1rem);
    height: auto;
}

#small-map {
    position: absolute;
    width: 13.15%;
    left: calc(25vw + 0.5rem);
}

#zoom {
    position: absolute;
    width: 25%;
    height: auto;
    left: 25%;
}

.col.l4.mid-col {
    width: calc(33.3333% - 20px);
    margin-left: 9px;
    margin-right: 9px;
}

h1.heading-orange {
    color: white;
    font-size: 1rem;
    background-color: #f28a14;
}

h1.heading-blue {
    color: white;
    font-size: 1rem;
    background-color: #29bdef;
    margin-top: 5px;
}

h1.heading-darkblue {
    color: white;
    font-size: 1rem;
    background-color: #171d38;
}

h1.heading-lightblue {
    color: black;
    font-size: 1rem;
    background-color: #cfe0f5;
}

.lift-item {
    font-weight: bold;
    line-height: 1.2;
    padding-left: 5px;
    font-size: 0.9rem;
}

.status-item:nth-of-type(odd) {
    background-color: #EDF2F6;
  }

.nostatus-item:nth-of-type(odd) {
    background-color: #EDF2F6;
}

.status-item,
.nostatus-item {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.status-item span,
.nostatus-item span {
    display: inline-block;
    white-space: normal;
}

.status-item img {
    width: 2vw;
    padding: 0;
    margin: 0;
}

.nostatus-item img {
    width: 2vw;
    padding: 0;
    margin: 0;
    margin-left: 12%;
}

.float-right {
    float: right;
    font-weight: normal;
}

.avalanche {
    display: flex;
    padding: 5px;
}

.weather {
    display: flex;
    justify-content: space-between;
}

.weather-item {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.weather-icon {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.weather-icon-new {
    height: 35%;
    padding: 5px;
    display: block;
    margin: 0 auto;
}

.weather-date {
    font-weight: bold;
}

.avalanche-icon {
    width: 3vw;
    margin-right: 5px;
}

.header {
    height: 16vw;
}

.header-text {
    display: flex;
    color:#00684C;
    margin-left: 1vw;
    margin-bottom: 10px;
    margin-top: 5px;
}

.pad {
    padding-left: 1vw;
    padding-right: 1vw;
}

.header-text span {
  font-size: 0.6rem;
}

.header-text .printlink{
    float: right;
    margin-left: auto;
    margin-right: 15px;
    padding-right: 0.5vw;
}

.header-text a {
    color:#00684C;
    text-decoration: none;
}

.heading-row {
    padding-top: 5px;
    background: linear-gradient(180deg, rgba(238,246,240,1) 0%, rgba(255,255,255,1) 100%);
}

tbody tr {
   border-bottom: 1px solid #ddede1;
}

tbody tr:nth-child(odd) {
    background-color: #eef6f0;
}

th {
    font-size: 0.8rem;
}

table tr td:not(:first-child)  {
    text-align: center;
}

.info {
    font-size: 0.8rem;

}

.info-orange {
    color:#f28a14;
    white-space: nowrap;
    font-size: 0.7rem;
}

.info h3 {
    font-size: 0.8rem;
    padding-top: 5px;
    padding-bottom: 10px;
}

.legend {
   font-size: 0.8rem;
}

.legend-row {
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center items vertically */
    gap: 10px; /* Add space between elements */
}

.legend h3{
   margin-top: 10px;
   color: #f28a14;
 }

 .legend img {
    width: 30px;
}

.qr {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.qr img {
    width: 5vw;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer .qr a {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: white
}

.weather-row {
    margin-top: 10px;
}

.info-item {
    padding: 7px;
}

.info-item a{
    color:#00684C;
    text-decoration: none;
    font-size: 0.8rem;
}

.info-item p{
    font-size: 0.8rem;
}

.contact {
    background-color: #13383F;
    color: white;
    font-size: 0.8rem;
    margin-top: 10px;
    margin-bottom: 20px;

}

.contact-item {
    padding: 10px;
    font-size: 0.7rem;
}

.contact-heading {
    text-decoration: underline;
    font-weight: bold;
}

.section-heading {
    background-color: #00684C;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-heading h2 {
    color: white;
    padding: 10px;
    font-size: 1.3rem;
}

.list {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.6rem;
}

.list h3 {
    font-size: 0.8rem;
    padding-top: 5px;
    padding-bottom: 10px;
}

h1.heading-lightblue {
    padding: 7px;
}

.list-heading {
    padding: 7px;
}

.list-item {
    display: flex;
    align-items: center;
}

.item-right {
    margin-left: auto;
}

.stripe div:nth-child(even) {
    background-color: #eef6f0;
}

.footer {
    background-color: #172B4E;
    color: white;
    font-size: 0.8rem;
    padding: 0.5vw;
    margin-top: 10px;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures spacing between the img and span */
    align-items: start;
    font-size: 0.8rem;
    height: 100%; /* Ensure full height of the container */

}

.footer a {
    color: #29bdef;
}

#footer-logo {
    width: 15vw;
    margin-top: 15%;
}

.footer-legend {
    display: flex;
    align-items: center;
    font-size: 0.6rem;
    margin-left: 10px;
}

.disclaimer {
    display: flex;
    align-items: end;
    font-size: 0.6rem;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 5px;
}

.disclaimer a {
    color: #00684C;
}

.column-break {
    break-before: column;
}

.warning {
  display: flex;
  padding-top: 5px;
}

.warning img {
  width: 4%;
  height: 4%;
  margin: 5px;
}

.blue {
    background-color: #182C4E;
    color: white;
}

.yellow {
    background-color: #f0ec07;
    color: black;
}

.red {
    background-color: #c90404;
    color: white;
}


@media screen and (max-width: 1800px) {
   :root {
    font-size: 1.5vw;
  }

    body {
        max-width: 75%;
      }

    .header {
        height: 24vw;
    }

    .header-text .printlink{
        padding-right: 2vw;
    }

    .header h1 {
        top: 5vw;
        left: 22vw;
    }

    .header span {
        top: 9vw;
        left: 32vw;
    }

    #header-logo {
        width: 12vw;
        top: 2vw;
        right: 15vw;
    }

    #small-map {
        width: 19vw;
        left: calc(12.3vw + 0.5rem);
    }

    #zoom {
        width: 36vw;
        height: auto;
        left: 12.5%;
    }

    #print-link {
        bottom: 22vw;
    }

    .qr img {
        width: 7vw;

    }

    .nostatus-item img {
        margin-left: 2vw;
    }

}


@media screen and (max-width: 1200px) {
    :root {
        font-size: 2vw;
      }

    body {
        max-width: 100%;
        min-height: 100vh;
        margin-top: 0;
        margin-bottom: 0;
    }

    .header {
        height: 32vw;
    }

    #print-link {
        bottom: 28vw;
        width: 3vw;
    }

    .header h1 {
        top: 5vw;
        left: 15vw;
    }

    .header span {
        top: 10vw;
        left: 30vw;
    }

    #header-logo {
        width: 20vw;
        top: 2vw;
        right: 5vw;
    }

    #small-map {
        width: 25.6vw;
        left: 0.5rem;
    }

    #zoom {
        width: 47vw;
        height: auto;
        left: 0.5rem;
    }

    .list {
        column-count: 2;
    }

    .col.l4.mid-col {
        width: calc(50% - 10px);
        margin-left: 9px;
        margin-right: 0px;
    }

    .col.m1{width:8.33333%}.col.m2{width:16.66666%}.col.m3{width:24.99999%}.col.m4{width:33.33333%}
    .col.m5{width:41.66666%}.col.m6{width:49.99999%}.col.m7{width:58.33333%}.col.m8{width:66.66666%}
    .col.m9{width:74.99999%}.col.m10{width:83.33333%}.col.m11{width:91.66666%}.col.m12{width:99.99999%}

}

@media screen and (max-width: 600px) {
    :root {
        font-size: 4vw;
    }

    .col.s1{width:8.33333%}.col.s2{width:16.66666%}.col.s3{width:24.99999%}.col.s4{width:33.33333%}
    .col.s5{width:41.66666%}.col.s6{width:49.99999%}.col.s7{width:58.33333%}.col.s8{width:66.66666%}
    .col.s9{width:74.99999%}.col.s10{width:83.33333%}.col.s11{width:91.66666%}.col.s12{width:99.99999%}

    .s-no-left-gap {
        border: none;
    }

    h1 {
        font-size: 2.5rem;
    }

    #logo {
        right: 4vw;
        top: 15vw;
    }

    .list {
        column-count: 1;
    }

    .col.l4.mid-col {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .info-item {
        text-align: center;
    }

    .weathericon {
        width: 12vw;
    }

    .avalanche {
        display: block;

    }

    .avalanche-icon {
        width: 12vw;

    }

    .header h1 {
        font-size: 1.5rem;
        top: 5vw;
        left: 10vw;
    }

    .header span {
        top: 12vw;
        left: 25vw;
        font-size: 1rem;
    }

    .tipp h1 {
        font-size: 1.5rem;
    }

    .tipp h2 {
        font-size: 1.2rem;
    }

    .tipp p {
        font-size: 1rem;
    }

    h1.heading-orange {
        font-size: 1.5rem;
    }

    h1.heading-blue {
        font-size: 1.5rem;
    }

    h1.heading-darkblue {
        font-size: 1.5rem;
    }

    h1.heading-lightblue {
        font-size: 1.5rem;
    }

    .lift-item {
        font-size: 1.2rem;
    }

    .status-item, .nostatus-item {
        font-size: 1.2rem;
    }

    .info h3 {
        font-size: 1rem;
    }

    .info {
        font-size: 1rem;
    }

    #header-logo {
        width: 20vw;
        top: 2vw;
        right: 5vw;
    }

    .info-orange {
        white-space: unset;
        font-size: 0.9rem;
    }

    .qr img {
        width: 20vw;

    }

    .status-item img,
    .nostatus-item img {
        width: 6vw;
    }

    .nostatus-item img {
        margin-left: 6vw;
    }


#footer-logo {
    width: 50vw;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.warning img {
  width: 15%;
  height: 15%;
  margin: 5px;
}

}

@media print {
    :root {
     font-size: 3mm;
   }

     body {
         max-width: 100%;
         width: 100%;
        min-height: 100vh;
         margin-top: 0;
        margin-bottom: 0;
       }

    .printlink {
        display: none;
    }

    #header-logo {
        width: 20vw;
        top: 2vw;
        right: 5vw;
    }

    .header {
        height: 200px;
    }

    .header h1 {
        top: 40px;
        left: 50px;
    }

    .header span {
        top: 75px;
        left: 110px;
    }

    #small-map {
        width: 162px;
        left: 6px;
    }

    #zoom {
        width: 300px;
        left: 5px;
    }

    .legend {
        margin-top: 10px;
    }

    .legend img {
        width: 20px;
    }

    .qr img {
        width: 50px;
    }

    #footer-logo {
        width: 180px;
    }

    #logo {
        width: 75px;
        right: 20px;
        top: 25px;
    }

    .icon-big {
        width: 15px;
    }

    .after-break {
        margin-top: 7px;
    }

    .avalanche {
        display: flex;
        padding: 5px;
        max-height: 25px;
    }

    .contact-item {
        padding: 5px;
        font-size: 10px;
    }

    .contact-heading {
        font-weight: normal;
    }

    .list-icon {
        width: 15px;
    }

    .section-heading {

        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .section-heading h2 {
        font-size: 12px;
        line-height: 1;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .status-item img,
    .nostatus-item img {
        width: 20px;
    }

    .nostatus-item img {
        margin-left: 20px;
    }

    .list {
        margin-top: 2px;
    }

    .list-item {

        break-inside: avoid;
    }

    .list h3 {
        break-inside: avoid;
    }

    #print-link {
        display: none;
    }

    .footer {
        padding: 5px;
        margin-top: 10px;
    }

    .break-after {
        page-break-after: always;
        break-after: page;
    }

    .column-break {
        break-before:unset;
    }

    .print-break {
        height: 30px;
    }

 }