.text-box .imprint-box {
  width: fit-content;
  height: auto;
  padding-top: 20px;
  margin: auto;
}
.text-box .imprint-box a {
  color: white;
}
.text-box .imprint-box a:hover {
  color: var(--light-blue);
}


/* Change column sizes */
.text-box .col-wrapper .col1 {
  width: 100%;
}

/* Change shadow header */
.text-box .header-wrapper .shadow {
  color: var(--light-blue);
}


/* Change menu style */
.menu-box {
  background-color: var(--dark-blue);
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}