#vordergrund {
  width: 100%;
}
#oben {
  width: 100%;
  height: 161px;
  background: none;
}
#logo {
  width: 100%;
  padding: 0;
  background-color: #02386f;
  background-position-x: center;
  background-position-y: 14px;
}
#herzlich-willkommen {
  left: 0;
  width: 100%;
  text-align: center;
  top: 90px;
}
#inhalt {
  width: 100%;
  box-sizing: border-box;
}
#linkespalte {
  width: 100%;
  float: none;
}
#rechtespalte {
  width: 100%;
  float: none;
}
#fuss {
  width: 100%;
  box-sizing: border-box;
  background-color: #02386f;
  height: auto;

}
#login {
  color: white;
  padding-top: 3px;
}
#serviceunten {
  width: 100%;
  float: none;
  box-sizing: border-box;
  height: auto;
  padding-bottom: 1px;
}
#bearbeitet {
  padding-top: 3px;
}
.service {
  background: none;
  width: 100%;
  text-align: left;
  float: none;
  height: auto;
}
.service p {
  width: 100%;
  height: auto;
}
.hide-mobile {
  display: none;
}
.hide-desktop {
  display: block;
  padding: 0 17px 0 12px;
}
.selectnav {
  width: 100%;
  height: 2.5em;
  border: 1px solid black;
  border-radius: 0px;
  font-size: 15px;
  box-sizing: border-box;
  background-color: #FCB166;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-top: 1px;
}
.menu_main {
    display: none;
}
