/* 
    Created on : 27.06.2023
    Author     : Manuel Schmocker, Mätzener & Wyss Bauingenieure AG
*/

body, html {
  min-height: 100%;
  font-family: Geneva, Verdana, sans-serif;
}

.mainContent {
  position: static;
  margin-top: 40px;
  margin-bottom: 100px;
}

.mainStaticContent {
  padding-bottom: 100px;
  min-height: 100vh;
}


.bgimg {
  background-image:url('../data/img/background.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 40px;
  min-height: calc(100vh - 40px);
}


#map, #sideDiv {
  min-height: calc(100vh - 40px);
  width: 100%;
  z-index: 0;
}


#miniMap {
  height: 300px;
  z-index: 0;
}