.undermenu {
  overflow: hidden;
  background-color: #ecdfae;
  height: fit-content;
  border-bottom: solid 1px black;
}

.undermenu a {
  float: left;
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  text-decoration: none;
  font-size: x-small;
  border-right: dotted 1px;
}

.dropdown2 {
  float: left;
  overflow: hidden;
  font-size: medium;
}

.dropdown2 .dropbtn2 {
  font-size: 16px;  
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-size: x-small;
  border-right: dotted 1px;
}


.undermenu a:hover, .dropdown2:hover .dropbtn2 {
  background-color: #b8a870;
}

.dropdown2-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown2-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown2-content a:hover {
  background-color: #ddd;
}

.dropdown2:hover .dropdown2-content {
  display: block;
}

@media screen and (max-width: 1052px) {
  .undermenu a {
    width: 100%;
    border-right: 0px;
  }
  .dropdown .dropbtn {
    border-right: 0px;
    width: 100%;
  }
}
