html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 1250px;
}

div.dashboard-wrapper * {
  font-family: "Open Sans", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
}

div.dashboard-wrapper a {
  color: #000000;
  font-size: 30px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

div.dashboard-wrapper body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.dashboard-wrapper .mr-12 {
  margin-right: 12px;
}

div.dashboard-wrapper .mt-12 {
  margin-top: 12px;
}

div.dashboard-wrapper .mt-25 {
  margin-top: 25px;
}

div.dashboard-wrapper .mt-40 {
  margin-top: 40px;
}

div.dashboard-wrapper .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

div.dashboard-wrapper .flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.dashboard-wrapper div.dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0.82;
}

div.dashboard-wrapper div.dashboard div.sky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #b0d4f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#b0d4f6), to(#e8f2fc));
  background: linear-gradient(180deg, #b0d4f6 0%, #e8f2fc 100%);
}

div.dashboard-wrapper div.dashboard div.sky a.mirror {
  background-image: url("../images/mirror.png");
  width: 287px;
  height: 138px;
  font-size: 52px;
  font-weight: bold;
}

div.dashboard-wrapper div.dashboard div.sky a.mirror:hover {
  color: yellow;
}

div.dashboard-wrapper div.dashboard div.car {
  background: #a2c61c;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.dashboard-wrapper div.dashboard div.car div.road {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/road.png");
  width: 240px;
  height: 100px;
}

div.dashboard-wrapper div.dashboard div.car div.panel {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/dashboard.png");
  width: 100%;
  height: 500px;
  margin-top: -20px;
  position: relative;
}

div.dashboard-wrapper div.dashboard div.car div.panel div.panelcontent {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 1250px;
  height: 520px;
  margin-top: -20px;
}

div.dashboard-wrapper div.dashboard div.car div.panel div.wheel {
  position: absolute;
  left: 50%;
  right: auto;
  top: 4.5%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/wheel.png");
  width: 500px;
  height: 500px;
  margin-top: -20px;
  margin-left: -250px;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.arrowleft {
  position: absolute;
  left: 7%;
  top: 13%;
  background-image: url("../images/arrow-left.png");
  background-size: 100% 100%;
  width: 250px;
  height: 50px;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.arrowright {
  position: absolute;
  right: 7%;
  top: 13%;
  background-image: url("../images/arrow-right.png");
  background-size: 100% 100%;
  width: 250px;
  height: 50px;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

div.dashboard-wrapper div.dashboard div.car div.panel div.gaugeleft {
  position: absolute;
  left: 34.1%;
  right: auto;
  top: 23%;
  background-image: url("../images/meter1links.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}

div.dashboard-wrapper div.dashboard div.car div.panel div.gaugeright {
  position: absolute;
  left: auto;
  right: 33.9%;
  top: 23%;
  background-image: url("../images/meter1rechts.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.ontol {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.biogas {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 15%;
  background-image: url("../images/meter2.png");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 180px;
  height: 95px;
  color: white;
  font-size: 28px;
  font-weight: bold;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.soilrisk {
  position: absolute;
  top: 22%;
  left: 41%;
  right: auto;
  width: 75px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.smartground {
  position: absolute;
  top: 22%;
  left: auto;
  right: 40%;
  width: 75px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.start {
  position: absolute;
  left: 3%;
  right: auto;
  bottom: 7%;
  background-image: url("../images/start.png");
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  color: white;
  font-size: 40px;
  font-weight: bold;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.brownfield {
  position: absolute;
  left: 20%;
  bottom: 7%;
  background-image: url("../images/meter4.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  color: white;
  font-size: 28px;
  font-weight: bold;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.transport {
  position: absolute;
  right: 20%;
  bottom: 7%;
  background-image: url("../images/meter3.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  color: white;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.x1 {
  position: absolute;
  right: 7%;
  bottom: 7%;
  background-image: url("../images/meter3.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.x2 {
  position: absolute;
  right: 3%;
  bottom: 7%;
  background-image: url("../images/meter3.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.greenenergy {
  position: absolute;
  left: 15%;
  bottom: 40%;
  background-image: url("../images/meter4.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.interim {
  position: absolute;
  left: 2%;
  bottom: 40%;
  background-image: url("../images/meter4.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  color: white;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.floodingrisks {
  position: absolute;
  right: 15%;
  bottom: 45%;
  background-image: url("../images/meter3.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.erosion {
  position: absolute;
  right: 2%;
  bottom: 45%;
  background-image: url("../images/meter3.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

div.dashboard-wrapper div.dashboard div.car div.panel a.landpressure {
  position: absolute;
  right: 8%;
  bottom: 18%;
  background-image: url("../images/meter3.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

div.dashboard-wrapper div.dashboard div.car div.panel a:hover {
  color: yellow;
}

div.dashboard-wrapper div.dashboard div.car div.stroke {
  background: #3d3d3b;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 400;
}

div.dashboard-wrapper div.footer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}

div.dashboard-wrapper div.footer div.footercontent {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.dashboard-wrapper div.footer div.footercontent div.footerleft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

div.dashboard-wrapper div.footer div.footercontent div.footerright {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

div.dashboard-wrapper div.footer div.footercontent div.interreg img {
  width: auto;
  height: 100%;
  min-width: 300px;
}

div.dashboard-wrapper div.footer div.footercontent div.ovam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

div.dashboard-wrapper div.footer div.footercontent div.ovam img {
  width: auto;
  height: 100%;
  min-width: 300px;
}
