/* build/style.css */
:root {
  --primary-color: rgb(248, 248, 248);
  --secondary-color: rgb(255, 0, 0);
  --tertiary-color: rgb(137, 158, 179);
  --quaternary-color: rgb(086, 107, 134);
  --quinary-color: rgb(160, 210, 242);
  --dunkelblau-color: rgb(000, 165, 225);
  --install-button-color: rgb(086, 107, 134);
}
.button {
  background-color: var(--quaternary-color) !important;
  margin-top: 1em !important;
  color: white !important;
}
.button:hover {
  color: var(--tertiary-color) !important;
}
main {
  width: 100vw;
  transition: margin-left .5s;
}
header {
  background-color: var(--primary-color);
  display: flex;
  border-bottom: var(--secondary-color) solid 3px;
  padding: 0.7em;
}
header img {
  max-height: 3em;
}
.logo {
  margin: auto;
}
.corecalllogo {
  margin: auto;
  margin-top: 0;
  height: 36px;
}
.swissxlogo {
  margin-top: 0;
  height: 36px;
}
#language {
  margin-left: auto;
}
#pwaInstaller {
  text-align: center;
  margin-top: 0.75em;
}
