﻿@font-face {
  font-family: GraphikRegular;
  src: url('/fonts/GraphikRegular.otf') format('opentype');
}
@font-face {
  font-family: Lato-Regular;
  src: url('/fonts/Lato-Regular.ttf') format('truetype');
}
body {
  font-family: Lato-Regular;
}
.wrapper {
  padding-bottom: 40px;
  padding-top: 100px;
}
.wrapper .top {
  background-color: #c2534d;
  color: #fff;
  font-weight: bold;
  height: 100px;
  text-transform: uppercase;
}
.wrapper .top .logo {
  padding: 5px;
  background-color: #fff;
  height: 80px;
}
.wrapper .top .welcome-text .welcome-text-label {
  font-size: 0.9vw;
}
.wrapper .top .welcome-text .address-text {
  font-size: 3vw;
}
.wrapper .top .weather-symbol {
  height: 70px;
}
.wrapper .top .temperature {
  font-size: 2.4vw;
  vertical-align: middle;
}
.wrapper .top .date {
  font-size: 1.1vw;
  line-height: 1.7;
  text-align: center;
}
.wrapper .top .time {
  font-size: 2.4vw;
  line-height: 1;
  text-align: center;
}
.wrapper .body .left-1 .floor {
  font-size: 1.6vw;
  font-weight: bold;
  padding-top: 3px;
  text-transform: uppercase;
}
.wrapper .body .left-1 .contract-row {
  font-size: 1vw;
  font-weight: bold;
  margin-left: 5px;
  overflow: hidden;
}
.wrapper .body .left-1 .row:nth-child(even) {
  background-color: #c2534d;
  color: #fff;
}
.wrapper .body .left-1 .row:nth-child(odd) {
  background-color: #fff;
}
.wrapper .body .left-1 .contract-row:last-child {
  padding-bottom: 25px;
}
.wrapper .body .left-1 .socialmedia-pane {
  border-top: 1px solid gray;
  font-size: 1vw;
  font-weight: bold;
}
.wrapper .body .left-2 {
  box-shadow: 8px 0px 20px -5px #AAAAAA;
}
.wrapper .body .right-1 .right-1-box-1 {
  height: 75%;
  overflow: hidden;
}
.wrapper .body .right-1 .right-1-box-1 #message-carousel {
  height: calc(100% - 2.8vw);
  width: 100%;
}
.wrapper .body .right-1 .right-1-box-1 #messageNavigation {
  height: 2.8vw;
  width: 100%;
}
.wrapper .body .right-1 .right-1-box-1 #messageNavigation .nav {
  background: #eee;
  height: 100%;
  white-space: nowrap;
}
.wrapper .body .right-1 .right-1-box-1 #messageNavigation .nav .nav-item {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .body .right-1 .right-1-box-1 #messageNavigation .nav .nav-item a {
  border-radius: 0px;
  color: #323232;
  font-size: 1vw;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .body .right-1 .right-1-box-1 #messageNavigation .nav .nav-item a.active {
  background-color: #1d4084;
  color: #fff;
}
.wrapper .body .right-1 .right-1-box-2 {
  height: 40%;
  padding: 0 20px;
  z-index: 1;
  border-top: 1px solid #c2534d;
}
.wrapper .body .right-1 .right-1-box-2 .news-header {
  font-size: 1.5vw;
  font-weight: bold;
  height: 20%;
  padding-top: 10px;
  text-transform: uppercase;
  width: 100%;
}
.wrapper .body .right-1 .right-1-box-2 #news-carousel {
  height: 80%;
}
.wrapper .body .solarpower {
  /*background-color: antiquewhite;*/
  padding: 15px 0 0 35px;
}
.wrapper .body .solarpower .highcharts-figure #container-speed {
  width: 250px;
  height: 200px;
  float: left;
}
.wrapper .body .solarpower .highcharts-figure #container-weeks {
  width: 450px;
  height: 200px;
  float: left;
}
.wrapper .body .solarpower .highcharts-figure #container-years {
  width: 350px;
  height: 200px;
  float: left;
}
.wrapper .body .bookings {
  display: block;
}
.wrapper .body .bookings h3 {
  width: 100%;
}
.wrapper .body .bookings h4 {
  width: 100%;
}
.wrapper .body .bookings ul {
  background-color: rgba(194, 83, 77, 0.1);
  border-radius: 5px;
  border: 1px solid darkgrey;
  min-height: 80px;
  padding: 5px 5px 0 5px;
  width: 100%;
}
.wrapper .body .bookings ul li {
  list-style: none;
}
.wrapper .body .bookings ul li ul {
  margin: 0 0 5px 0;
}
.wrapper .body .bookings ul li.bookingtime {
  font-size: 18px;
  font-weight: bold;
}
.wrapper .body .bookings ul li.description {
  font-size: 16px;
  font-style: italic;
  /*padding: 0 0 0 15px;*/
}
.wrapper .body .bookings ul li.description span {
  display: inline-block;
  width: 15px;
  text-align: center;
}
.wrapper .body .bookings ul li.responsible {
  font-size: 12px;
  text-align: right;
}
.wrapper .bottom {
  background-color: #c2534d;
  color: #fff;
  height: 40px;
  text-transform: uppercase;
}