#menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input::placeholder {
  color: #112211;
}

#menu #search-container {
  height: max-content;
}

#menu #search-container form {
  display: flex;
}

#menu #search-container input {
  text-align: center;
  border-radius: 25px;
  border: none;
  padding: 6px;
  width: 150px;
}

#menu #search-container button {
  border: none;
  background: transparent;
  cursor: pointer;
}

#menu #search-container button img {
  display: block;
  width: 20px;
  height: 20px;
}

#wrap > #contentwrap {
  padding: 0 10px;
}

#contentwrap > * {
  width: 100%;
}

.container1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.frontpage-headline {
  display: table;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

ul.frontpage-headline li {
  display: table-cell;
  text-align: left;
  padding: 0 40px;
  box-sizing: border-box;
}

ul.frontpage-headline li.lefty {
  text-align: center;
  background-image: url(/static/images/navigation_sprite1_negative.png);
  background-repeat: no-repeat;
  background-position: right -297px;
}

ul.frontpage-headline li.centery {
  text-align: center;
  background-image: url(/static/images/navigation_sprite1_negative.png);
  background-repeat: no-repeat;
  background-position: right -297px;
}

ul.frontpage-headline li.righty {
  text-align: center;
}

ul.frontpage-headline li .title {
  display: inline;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

ul.frontpage-headline li .value {
  display: inline;
  font-size: 30px;
  margin-top: 10px;
}

.container,
.containerindex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px 0;
  background: url(images/backgrounddim.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.container {
  min-height: 60vh;
}

.containerindex {
  min-height: 40vh;
}

.search-bar {
  max-width: 700px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: rgba(188, 190, 176, 0.7);
  border-radius: 60px;
  padding: 10px 20px;
  border: 3px solid #ffff;
}

.search-bar input {
  background: transparent;
  border: 0;
  outline: none;
  padding: 24px 20px;
  font-size: 20px;
  color: #112211;
  width: 500px;
}

.search-bar button img {
  width: 25px;
}

.search-bar button {
  border: 3px solid #ffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #bcbeb0;
  cursor: pointer;
}

.search-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.search-wrapper .input-holder {
  height: 70px;
  width: 70px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contentcollapse {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

.collapsible {
  background-color: #ffffff;
  color: black;
  cursor: pointer;
  width: 30%;
  outline: none;
  text-align: left;
}

.active,
.collapsible:hover {
  background-color: #999;
}

.pagecontain {
  text-align: center;
}

.prevent-default-spacings * {
  margin: 0;
  padding: 0;
}

button.btn-link {
  display: block;

  color: #336699;
  text-decoration: none;

  background: none;
  border: none;
  padding: 0;
  margin: auto;
  margin-block: 1em;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

button.btn-link:hover {
  text-decoration: underline;
}
