<!-- 
html{
scroll-behavior: smooth;
}

.background {
background-size: 100%;
height: 100%;
position: fixed;
width: 100%;
overflow: scroll;
}
body{
margin-top:0%;
margin-left:0%;
margin-right:0%;
margin-bottom:0%;
background:#ffffff;
}
.text{
font-family:verdana;
font-size:16px;
font-weight:normal;
color:#ffffff;
}
.menu_group{
font-family:verdana;
font-size:16px;
font-weight:normal;
color:#ffffff;
}
.menupunkt{
font-family:verdana;
font-size:16px;
font-weight:normal;
color:#00704A;
text-decoration:none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #c1e0af;
}
li a {
  display: block;
  color: #003523;
  padding: 8px 16px;
  text-decoration: none;
}
li a.active {
  background-color: #D6DEE2;
  color: white;
}
li a:hover {
  background-color: #D6DEE2;
  color: white;
}

.hamburger {
z-index:2;
cursor: pointer;
}
.menu {
  width: 250px;
  height: 100%;
  background: #ffffff;/* #003523 #D6DEE2 */
  position: fixed;
  top: 0;
  right: -250px;
  transition: left .1s;
}
.menu-item:first-child {
  margin-top: 50%;
}
.menu--open {
  right: 0;
}
.menu-item {
  color: #fff;
  width: 100%;
  padding: 1rem 3rem;
  box-sizing: border-box;
}
.menu-item:hover {
  background: #D6DEE2;
  cursor: pointer;
}
.inform{
font-family:dosis;
font-size:18px;
font-weight:normal;
color:#00704A;
line-height:5mm;
letter-spacing:0.2mm;
}
-->
