figure.image img {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

.frame-type-menu_sitemap_pages ul {
  padding-left: 20px;
}

body {
  font-family: Arial, sans-serif;
  background-color: rgb(239, 239, 226);
  margin: 0px;
}

#outer {
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

#menu-and-content {
  display: flex;
  width: 100%;
}

#menu {
  width: 140px;
  margin-left: 30px;
}

#content {
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 200px);
  min-height: max(75vh - var(--hc-title-outerHeight), var(--hc-menu-outerHeight));
}

.level0 #menu-and-content {
  width: auto;
}
.level0 #content {
  width: calc(100% - 60px);
}

#burgermenu-trigger {
  display: none;
}

@media only screen and (max-width: 640px) {
  #content {
    width: calc(100% - 60px);
    margin-top: 30px;
  }
  #menu-and-content {
    position: relative;
  }
  #menu {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10;
    background-color: rgb(239, 239, 226);
    display: none;
    padding-left: 10px;
  }
  .burgermenu-active #menu {
    display: block;
  }
  #burgermenu-trigger {
    position: absolute;
    top: -20px;
    right: 30px;
    color: rgb(129, 161, 162);
    font-size: 50px;
    display: block;
  }
}
.menuitem {
  margin-bottom: 10px;
  background-position: 0% 0%;
  width: 140px;
  min-height: 30px;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;
}

.menuitem a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

#title {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  text-align: center;
  max-width: 600px;
  width: calc(100% - 60px);
  font-size: 22px;
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}