<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#livecam {
  margin-top: 1rem;
  width: 100%;
}

#livecam{
  background-size: contain;
  display: flex;flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#livecam .top-wrapper{
  display: flex;
  flex-direction:column;
  align-items: center;
  flex: 1;
}

#livecam .top-wrapper .cam-pic,
#webcamplan .top-wrapper .cam-pic {
  background-image: url('/img/monitor.png');
}
#livecam .top-wrapper .livecam-wrapper {
  position: relative;
  width: calc(100% - 13vw);
  order: 3
}

#livecam .top-wrapper .offline .action,
#livecam .top-wrapper .online .action {
  margin: 1rem 0;
  text-align: center;
  background-color: var(--color-white);
  color: var(--color-dark);
  padding: 0.3rem 0;
  cursor: pointer;
  font-size: var(--font-size-heading2);
  font-weight: 300;
  letter-spacing: -0.77px;
}

#livecam .top-wrapper .online .action i {
  color: var(--color-yellow);
}
/*@media (max-width: 1024px) {
  #livecam .top-wrapper .offline .action a,
  #livecam .top-wrapper .online .action a{
    margin: 1rem 0;
    text-align: center;
    background-color: var(--color-white);
    color: var(--color-dark);
    padding: 0.3rem 0;
    cursor: pointer;
    font-size: var(--font-size-heading2);
    font-weight: 300;
    letter-spacing: -0.77px;
  }
}*/

/*#livecam .top-wrapper .offline .teaser,
#livecam .top-wrapper .online .teaser {
  text-align: left;
  font-size: var(--font-size-heading2);
  font-weight: 600;
  letter-spacing: -0.35px;
  color:var(--color-white);
}*/

@media (max-width: 1024px) {
  .top-wrapper-mobile .teaser span {
    letter-spacing: -0.38px !important;
    font-size: var(--font-size-heading2);
    font-weight: 600;
    display: block;
  }
  .top-wrapper-mobile .teaser {
    font-size: var(--font-text-normal);
    letter-spacing: -0.38px !important;
    color: var(--color-white);
    font-weight: 300 !important;
  }
}

.livecam-container-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

  #livecam .top-wrapper .livecam-picture .webcam_badge{
    top: 50%;
    width: 100%;
    max-width: 10rem;
    left: -2rem;
  }

@media (min-width: 1024.333px) {
  .livecam-container-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
    justify-content: space-between;
  }
  #livecam .top-wrapper .livecam-wrapper {
    position: relative;
    width: 48%;
    order: 3
  }

  .livecam-container-flex .teaser{
    font-size: var(--font-text-normal);
    margin-bottom: 2rem;
  }
  .livecam-container-flex .teaser span{
    display: block;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
  }
  #livecam .top-wrapper .offline .action,
  #livecam .top-wrapper .online .action {
    margin-top: auto;
    max-width: 32rem;
    width: 100%;
  }
  .livecam-container-flex  .webcam_badge{
    top: 55% !important;
    width: calc(100% - 10vw) !important;
    max-width: 10rem !important;
    left: -4rem !important;
    transform: translateY(-5%) !important;
  }
}

#livecam .top-wrapper .livecam-wrapper .livecam-picture div,
#webcamplan .top-wrapper .livecam-wrapper .livecam-picture div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 33%;
  margin: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow-y: hidden;
}

#livecam .top-wrapper .livecam-display{
  display: flex;
  margin: 1rem 0;
  color: white;
  font-weight: 600;
  flex-direction: column;
}

@media (min-width: 1024px) {
  #livecam .top-wrapper .livecam-display{
    justify-content: flex-start;
    width: 48%;
    height: 50%;
  }
}

#livecam .top-wrapper .livecam-display .indicator{
  width: fit-content;
  font-size: var(--font-size-heading1);
  border: solid var(--color-yellow) 0.25rem;
  padding: 0.5rem 1rem;
}

#livecam .top-wrapper .livecam-display .indicator span {
  color: var(--color-yellow);
}

#livecam .top-wrapper .offline .indicator{
  color: #FFF;
  border: 2px solid #EF475E;
}
#livecam .top-wrapper .offline .indicator span,
#webcamplan .top-wrapper .offline .indicator span {
  font-weight: bold;
  color: #EF475E;
}
#livecam .top-wrapper .offline .indicator i,
#webcamplan .top-wrapper .offline .indicator i {
  font-size: 25px;
  color: #EF475E;
}


#livecam .top-wrapper .livecam-wrapper img,
#webcamplan .top-wrapper .livecam-wrapper img {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
}
#livecam .top-wrapper .livecam-wrapper .livecam-picture,
#webcamplan .top-wrapper .livecam-wrapper .livecam-picture {
  display: block;
  position: relative;
}
#livecam .top-wrapper .livecam-wrapper .livecam-picture::before,
#webcamplan .top-wrapper .livecam-wrapper .livecam-picture::before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media (width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #livecam .top-wrapper .livecam-wrapper .livecam-picture div,
  #webcamplan .top-wrapper .livecam-wrapper .livecam-picture div {
    max-height: 58%;
  }
}
#livecam .top-wrapper .livecam-wrapper .livecam-picture div .img-container,
#webcamplan .top-wrapper .livecam-wrapper .livecam-picture div .img-container {
  bottom: 0;
  margin: 0;
  height: 100%;
  max-height: 100%;
}
@media (max-width: 1024px) {
  #livecam .webcamplan table tr &gt; th,
  #webcamplan .webcamplan table tr &gt; th {
    text-align: center;
  }
}
#webcamplan .webcamplan {
  position: relative;
  text-align: left;
  margin: 0;
  background-color: #FCDEB8;
  color: #FFF;
  width: 100%;
}
@media (max-width: 1024px) {
  #webcamplan .webcamplan {
    margin: 30px auto;
  }
}
#webcamplan .webcamplan table {
  overflow: hidden;
  max-width: 100%;
}
#webcamplan .webcamplan table tr td {
  padding: 8px 8px 50px;
  border: none;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1024px) {
  #webcamplan .webcamplan table tr td div {
    text-align: center;
  }
}
#webcamplan .webcamplan table tr th {
  border: none;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  padding: 25px;
  line-height: 2!important;
}
#webcamplan .webcamplan table tr th div {
  width: 80px;
  height: 80px;
  background-color: #444C4E;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 200;
  padding-top: 10px;
  text-align: center;
}
#webcamplan .webcamplan table tr th div.actday {
  background: #E6445C;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #webcamplan .webcamplan table tr th div {
    margin: 0 auto;
  }
}
#webcamplan .webcamplan .title {
  color: #E6445C;
  padding: 0 2vw 0 0 ;
  font-size: 45px;
  font-weight: 800;
}
#webcamplan .webcamplan .subtitle {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
}
#webcamplan .webcamplan img.logo-pina {
  width: 200px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  #webcamplan .webcamplan img.logo-pina {
    display: none;
  }
}

.page-track {
  color: var(--color-white);
}
.page-track .offline {
  display: none;
}
.page-track.offline .online {
  display: none;
}
.page-track.offline .offline {
  display: block;
}
.online,
.offline {
  margin-top: 10px;
}
.cam-pic {
  border: 6px solid #353535;
  border-radius: 12px;
  max-width: 425px;
  margin: auto;
}
.cam-pic &gt; img {
  width: 100%;
  border-radius: 6px;
}
.btn-green,
.btn-green:hover,
.btn-green:focus {
  background-color:var(--color-white);
  color: rgba(0, 0, 0, 1);
  font: normal normal 300 51px/18px Nunito, sans-serif;
  letter-spacing: -0.77px;
  border-radius: 0;
  font-weight: 300;
}
.btn-green i {
  color: var(--color-yellow);
}

th {
  padding: 25px !important;
}
.top-wrapper-mobile {
  width: 100%;
}

</pre></body></html>