* {
  font-family: "DM Mono", monospace;
}

/* Mixins */
/* Navigation */
nav {
  margin: 2vw 3vh 2vw 3vh;
  height: 5vh;
  display: inline-block;
  width: 94vw;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  text-decoration: none;
}

/* Page Elements */
.page-aligner {
  width: 100%;
}

/* Search Elements */
.search-aligner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2vh;
}

.search-container {
  width: 80%;
  text-align: center;
}
.search-container h1 {
  text-decoration: underline;
}

.filter-container {
  background-color: white;
  border-radius: 10px;
  padding: 20px 5px 20px 5px;
  justify-content: space-evenly;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.filter-container .fc-dropdown {
  display: inline-block;
  justify-content: center;
  padding: 0px 15px 0px 15px;
}
.filter-container .fc-dropdown select {
  border: none;
}
.filter-container .fc-dropdown .fc-dropdown-label {
  font-weight: 700;
}

/* Result Elements */
.component-aligner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2vh;
}

.component-container {
  width: 80%;
  float: left;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  justify-content: space-evenly;
  color: black;
  justify-content: none;
}
.component-container .table {
  margin-left: 20px;
}

.part-aligner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2vh;
}

.part-container {
  width: 80%;
  float: left;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  justify-content: space-evenly;
  color: black;
}

.part-item {
  width: 80%;
  float: left;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  justify-content: space-evenly;
  color: black;
}

/* Info Elements */
.info-aligner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2vh;
}

.info-container {
  width: 80%;
  float: left;
  background-color: orange;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  justify-content: space-evenly;
  color: white;
}

/* Tool Elements */
.group-aligner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2vh;
}

.group-container {
  width: 80%;
  justify-content: space-evenly;
  vertical-align: middle;
}
.group-container h1 {
  text-decoration: underline;
}

.tool-container {
  background-color: white;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  height: 20vh;
  width: 24.36%;
  padding: 30px;
}
.tool-container a {
  text-decoration: none;
  color: black;
}
.tool-container a:hover {
  text-decoration: underline;
  color: black;
}

/* Footer */
footer {
  margin: 2vw 3vh 2vw 3vh;
}
footer a {
  color: black;
  text-decoration: none;
}
footer a:hover {
  color: black;
  text-decoration: underline;
}

/* Cookie Banner *//*# sourceMappingURL=main2.css.map */