#menu2 {
  height: auto;
  border: 0px solid #000;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  overflow: visible;
  margin-top: 7px;
}
#menu2 .mm-panel {
  display: none;
  padding: 10px;
  width: max-content;
  min-width: 200px;
  flex: 0 0 auto;
}
#menu2 .mm-panel h2 {
  font-size: 38px;
  font-weight: bold;
  font-family: DINNextLTPro-Bold;
  color: #1226AA;
}
#menu2 ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dedede;
  line-height: 50px;
}
#menu2 ul li:first-child {
  border-top: 0px solid #dedede;
}
#menu2 ul {
  margin: 0;
  padding: 0;
}
#menu2 ul li a {
  position: relative;
  display: block;
  height: 46px;
  font-size: 16px;
  color: #313131;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#menu2 ul li a:hover {
  cursor: pointer;
  color: #1226AA;
  text-decoration: none;
}
.childArrow {
  right: 0;
  top: 18px;
  position: absolute;
  color: #1226AA;
  font-size: 12px;
}
.mm-col-1,
.mm-col-2,
.mm-col-3 {
  display: block !important;
  opacity: 1;
}
.activeNavigation {
  /* panels always carry this class; visibility is controlled by mm-col-* */
}
.mm-hidden {
  display: none !important;
}


#imgbox {
  width: 100%;
  height: 175px;
  border: 1px solid #dedede;
  background: lightgray;
}
button {
  border: 2px solid #fff;
  color: #1226AA;
  width: 200px;
  height: 50px;
  margin-right: 20px;
  background: #FFC800;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  margin-bottom: 30px;
}
button:hover {
  cursor: pointer;
  border: 2px solid #1226AA;
  background: #fff;
  color: #1226AA;
}
.mm-panel h3 {
  color: #0F154C;
  font-weight: bold;
  border-bottom: 2px solid #0F154C;
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 8px;
  margin-top: 11px;
  margin-bottom: 0px;
  border-top: 1px solid #dedede;
  height: 46px;
  line-height: 30px;
  text-transform: none;
  font-family: DINNextLTPro-Bold;
}
.backButton {
  color: #1226AA;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  margin-top: 30px;
}
.backButton a {
  color: #1226AA;
}