/* Version Nr. 37 */

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
html{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
}
div {
  cursor: default;
}
#bg{
  background: url("svg/Finland_teal.svg")  no-repeat center;
  background-size: contain;
}
#mrk{
  background: url("svg/mark.svg") no-repeat center;
  background-size: contain;
  position: absolute;
}
#dsyh{
  position: absolute;
  font-family: 'Lato', sans-serif;
  letter-spacing: 4pt;
}
#besch, #besch2{
  position: absolute;
  font-family: 'Lato', sans-serif;
}
#besch2{
  text-align: right;
}
#Berichte{
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  position: absolute;
}
#b1 {
  letter-spacing: 3pt;
}
#b1,  #b2,  #b3 {
  text-align: right;
}
#b4,  #b5,  #b6 {
  text-align: left;
}
#b5 {
  font-weight: bold;
}
#b6 {
  cursor:pointer;
}
#bewerb{
  text-align: center;
  position: absolute;
  cursor: pointer;
  letter-spacing: 1.5pt;
}
footer {
  width: 100%;
  flex-direction: row;
  display: flex;
  justify-content: center;
  position: absolute;
  margin-top: 20%;
}
footer div{
  margin-top: 5%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  cursor: pointer;
}
#desktop{
  background: url("svg/load.svg") center no-repeat white;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
