/* CSS Document */
/* CSS Document */
/* Global defines */
/* Global Colors */
/* white */
/* light grey */
/* light grey */
/* very light grey */
/* dark red */
/* Global fonts */
/* Mixins */
/* ------------------------------------------------------------------ */
/* sitemap - list */
.sitemap-list {
  font-size: 1rem;
  padding: 0 30px;
}
.sitemap-list .sitemap-catalog,
.sitemap-list .sitemap-articles {
  margin-top: 3em;
  margin-bottom: 3em;
}
.sitemap-list .sitemap-catalog h2,
.sitemap-list .sitemap-articles h2 {
  font-size: 2em;
  margin-bottom: 1.4em;
}
.sitemap-list .sitemap-catalog ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sitemap-list .sitemap-catalog .catalog-sitemap {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li {
  width: calc(25% - 2rem);
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .sitemap-list .sitemap-catalog .catalog-sitemap > li {
    width: calc(33.3333% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .sitemap-list .sitemap-catalog .catalog-sitemap > li {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 500px) {
  .sitemap-list .sitemap-catalog .catalog-sitemap > li {
    width: 100%;
  }
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(1) {
  order: 1;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(2) {
  order: 2;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(3) {
  order: 3;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(4) {
  order: 6;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(5) {
  order: 5;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(6) {
  order: 7;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(7) {
  order: 4;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(8) {
  order: 8;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(9) {
  order: 9;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(10) {
  order: 10;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li:nth-child(11) {
  order: 11;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li > i {
  display: none;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li > a {
  font-size: 1.3em;
  font-weight: 400;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li a {
  text-decoration: none;
  color: #000;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li div {
  padding-top: 0.5em;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li div ul li {
  margin: 0.5em 0 0.5em 1em;
}
.sitemap-list .sitemap-catalog .catalog-sitemap > li div ul li a {
  font-weight: 300;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sitemap-list .sitemap-articles ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sitemap-list .sitemap-articles ul > li {
  line-height: 1.4;
  margin: 0.65em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1em;
}
@media screen and (max-width: 500px) {
  .sitemap-list .sitemap-articles ul > li {
    flex-direction: column;
    row-gap: 0.7em;
  }
}
.sitemap-list .sitemap-articles ul > li .date {
  opacity: 0.65;
  font-size: 0.85em;
  font-weight: 300;
  white-space: nowrap;
  padding-top: 0.1em;
}
.sitemap-list .sitemap-articles ul > li a {
  text-decoration: none;
  color: #000;
}

/*# sourceMappingURL=sitemap.css.map */
