@charset "UTF-8";
/**
 * main style sheet
 */
@font-face {
  font-family: "JosefinSansRegular";
  src: url("../fonts/JosefinSans-Regular.ttf") format("truetype"), font-weight 400;
}
@font-face {
  font-family: "JosefinSansSemiBold";
  src: url("../fonts/JosefinSans-SemiBold.ttf") format("truetype"), font-weight 400;
}
@font-face {
  font-family: "JosefinSansBold";
  src: url("../fonts/JosefinSans-Bold.ttf") format("truetype"), font-weight 400;
}
/* HERO HEADER */
/*.hero nav.menu-main-container {
	margin: 0 285px;
	height: 50px;
	display: flex;
	flex-grow: 0;
	justify-content: center;
}*/
/* Buttons */
/* Navigation */
/* Desktop */
body {
  font-family: "JosefinSansRegular", sans-serif;
  --drop-shaddow: drop-shadow(0px 5px 4px #00000077);
  --card-drop-shaddow: drop-shadow(0px 5px 10px #00000040);
  --primary-color: #F6876B;
  --color-light: #FBFEFC;
  --color-dark: #f6f2f2;
  --paragraph-font-size: 1.1rem;
  margin: 0 !important;
  overflow-x: hidden;
  font-size: var(--paragraph-font-size);
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
@media (max-width: 680px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  body {
    font-size: 1rem;
  }
  body p {
    line-height: 1.5rem !important;
    word-wrap: break-word;
    hyphens: auto;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.75rem;
    word-wrap: break-word;
    hyphens: auto;
  }
  h2 {
    font-size: 1.25rem;
    word-wrap: break-word;
    hyphens: auto;
  }
  h3 {
    font-size: 1rem;
    word-wrap: break-word;
    hyphens: auto;
  }
  body {
    font-size: 0.9rem;
  }
  body p {
    line-height: 1.5rem !important;
    word-wrap: break-word;
    hyphens: auto;
  }
}
a {
  color: black;
  text-decoration: none;
  outline: none !important;
}
.card-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  gap: 35px;
}
@media (max-width: 920px) {
  .card-container {
    flex-direction: column !important;
  }
}
.hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  padding: 40px 75px;
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 680px) {
  .hero {
    padding: 40px 25px;
  }
}
.hero .hero-logo {
  position: absolute;
  width: 215px;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 920px) {
  .hero .hero-logo {
    width: 175px;
    left: 75px;
    top: 50px;
    filter: drop-shadow(0px 0px 10px #00000088);
  }
}
@media (max-width: 680px) {
  .hero .hero-logo {
    left: 25px;
    top: 25px;
    width: 100px;
  }
}
.hero .hero-content {
  position: relative;
  margin-top: auto;
}
.hero .hero-content h1 {
  color: var(--color-light);
  margin: 0;
  font-size: 4.5rem;
  line-height: 4.5rem;
  word-spacing: 1000000px;
  filter: var(--drop-shaddow);
}
@media (max-width: 920px) {
  .hero .hero-content h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 680px) {
  .hero .hero-content h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .hero .hero-content h1 {
    font-size: 2rem;
  }
}
.hero .hero-content p {
  color: var(--color-light);
  margin: 0;
  font-size: 2rem;
  line-height: 3rem !important;
  filter: var(--drop-shaddow);
}
@media (max-width: 680px) {
  .hero .hero-content p {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  .hero .hero-content p {
    font-size: 1rem;
  }
}
.hero .hero-content .hero-content-background {
  background-color: transparent;
  background-image: radial-gradient(ellipse farthest-side at left center, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 120%;
  position: absolute;
  top: -10%;
  opacity: 35%;
  left: -20%;
}
.page-section {
  padding: 35px 15%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  filter: drop-shadow(0px 3px 14px #00000040);
}
@media (max-width: 1400px) {
  .page-section {
    padding: 35px 75px;
  }
}
@media (max-width: 680px) {
  .page-section {
    padding: 35px 25px;
  }
}
.page-section:nth-child(1) {
  z-index: 9;
}
.page-section:nth-child(2) {
  z-index: 8;
}
.page-section:nth-child(3) {
  z-index: 7;
}
.page-section:nth-child(4) {
  z-index: 6;
}
.page-section:nth-child(5) {
  z-index: 5;
}
.page-section:nth-child(6) {
  z-index: 4;
}
.page-section:nth-child(7) {
  z-index: 3;
}
.page-section:nth-child(8) {
  z-index: 2;
}
.page-section:nth-child(9) {
  z-index: 1;
}
.page-section:nth-child(10) {
  z-index: 0;
}
.page-section:nth-child(even) {
  background-color: var(--color-dark);
}
.page-section:nth-child(odd) {
  background-color: #fbfbfb;
}
.page-section.dark {
  background-color: var(--color-dark);
}
.page-section.light {
  background-color: #fbfbfb;
}
.button, .ics-calendar-arrow-nav a {
  filter: var(--drop-shaddow);
  display: flex;
  height: 48px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: max-content;
  font-size: var(--paragraph-font-size);
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-light);
  letter-spacing: 2px;
  transition: transform 0.2s;
}
.button:hover, .ics-calendar-arrow-nav a:hover {
  transform: scale(1.075);
}
.button:visited, .ics-calendar-arrow-nav a:visited {
  color: var(--color-light);
}
@media (max-width: 680px) {
  .news-section {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.news-section .swiper {
  overflow: visible;
}
.news-section .swiper .swiper-slide {
  height: auto;
  display: flex;
}
@media (min-width: 1080px) {
  .news-section .swiper .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-next + .swiper-slide) {
    opacity: 0;
  }
}
@media (max-width: 1080px) {
  .news-section .swiper .swiper-slide:not(.swiper-slide-active, .swiper-slide-next) {
    opacity: 0;
  }
}
@media (max-width: 850px) {
  .news-section .swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
  }
}
.news-section .swiper .swiper-nav-button {
  position: absolute;
  top: 50%;
  z-index: 100;
  right: -10%;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-light);
  transition: scale 0.2s;
  filter: var(--drop-shaddow);
  cursor: pointer;
}
.news-section .swiper .swiper-nav-button.swiper-button-disabled {
  background-color: #d8b5ad;
}
.news-section .swiper .swiper-nav-button.swiper-button-prev {
  left: -10%;
  scale: -1;
}
.news-section .swiper .swiper-nav-button.swiper-button-prev:hover:not(.swiper-button-disabled) {
  scale: -1.15;
}
.news-section .swiper .swiper-nav-button:hover:not(.swiper-button-disabled) {
  scale: 1.15;
}
@media (max-width: 1400px) {
  .news-section .swiper .swiper-nav-button {
    right: -50px;
  }
  .news-section .swiper .swiper-nav-button.swiper-button-prev {
    left: -50px;
  }
}
.news-section > .primary-button {
  margin-top: 55px;
  margin-left: auto;
}
.calendar-section .calendar-section-wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1400px) {
  .calendar-section .calendar-section-wrapper {
    flex-direction: column;
  }
}
.calendar-section .calendar-section-wrapper .calendar-container .calendar-card {
  min-width: 400px;
  min-height: 500px;
}
@media (max-width: 1400px) {
  .calendar-section .calendar-section-wrapper .calendar-container .calendar-card {
    min-width: 0px;
  }
}
.calendar-section .calendar-section-wrapper .calendar-container .calendar-card h3.ics-calendar-label {
  color: var(--primary-color);
  font-size: 1rem;
}
.calendar-section .calendar-section-wrapper .calendar-container .calendar-card .ics-calendar-date-wrapper {
  background-color: var(--color-light);
  border-radius: 15px;
  filter: drop-shadow(0px 0px 14px #7773);
  padding: 10px;
  margin-bottom: 10px;
}
.calendar-section .calendar-section-wrapper .calendar-container .calendar-card dl {
  margin: 5px 0 0 0;
}
.calendar-section .calendar-section-wrapper .calendar-container .calendar-card h4.ics-calendar-date {
  margin: 0;
}
.calendar-section .calendar-section-wrapper .life-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: -webkit-fill-available;
}
.calendar-section .calendar-section-wrapper .life-container .card-container {
  max-height: 500px;
  margin-bottom: auto;
}
@media (max-width: 1200px) {
  .calendar-section .calendar-section-wrapper .life-container .card-container {
    max-height: 50000px;
  }
}
.ics-calendar .ics-calendar-month-wrapper .ics-calendar-month-grid th {
  background-color: var(--primary-color);
  color: white;
}
.ics-calendar .ics-calendar-month-wrapper .ics-calendar-month-grid .day {
  background-color: #FFEBE6;
}
.ics-calendar .ics-calendar-month-wrapper .ics-calendar-month-grid td {
  background-color: var(--color-light);
}
.ics-calendar .ics-calendar-month-wrapper .ics-calendar-month-grid .today .day {
  background-color: var(--primary-color);
}
.ics-calendar .hover_block {
  border-radius: 15px;
}
.ics-calendar .ics-calendar-arrow-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 480px) {
  .ics-calendar .ics-calendar-arrow-nav {
    flex-wrap: wrap;
  }
}
.ics-calendar .ics-calendar-arrow-nav > .prev, .ics-calendar .ics-calendar-arrow-nav > .next, .ics-calendar .ics-calendar-arrow-nav > .today {
  cursor: pointer;
  color: var(--color-light);
  background-color: var(--primary-color);
  padding: 4px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .ics-calendar .ics-calendar-arrow-nav > .prev, .ics-calendar .ics-calendar-arrow-nav > .next, .ics-calendar .ics-calendar-arrow-nav > .today {
    font-size: 1rem;
  }
}
.ics-calendar .ics-calendar-arrow-nav > .prev:hover, .ics-calendar .ics-calendar-arrow-nav > .next:hover, .ics-calendar .ics-calendar-arrow-nav > .today:hover {
  color: var(--color-light);
  background-color: var(--primary-color);
}
.ics-calendar .ics-calendar-arrow-nav > .today {
  position: absolute;
  left: calc(50% - 30px);
  width: 60px;
  margin: 0;
  bottom: 8px;
  text-align: center;
}
@media (max-width: 680px) {
  .ics-calendar .ics-calendar-arrow-nav > .today {
    position: initial;
    margin: initial;
    margin-bottom: auto;
    margin-top: auto;
  }
}
@media (max-width: 480px) {
  .ics-calendar .ics-calendar-arrow-nav > .today {
    width: 100%;
  }
}
.ics-calendar .ics-calendar-arrow-nav::after {
  display: none;
}
.card {
  border-radius: 20px;
  background-color: var(--color-light);
  filter: var(--card-drop-shaddow);
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  height: auto;
  width: -webkit-fill-available;
  transition: opacity 0.3s, transform 0.3s !important;
  opacity: 1;
}
.card .thumbnail-wrapper {
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
}
.card .thumbnail-wrapper .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.2s;
  background-position-y: center;
  object-fit: cover;
  object-position: center;
}
.card p {
  margin: 0;
}
.card p.title {
  font-size: 2rem;
}
.card .content-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  height: -webkit-fill-available;
  justify-content: start;
  word-wrap: auto;
  hyphens: auto;
}
.card .content-container h2 {
  margin: 0;
  font-weight: normal;
}
.card .button {
  margin-top: auto;
}
.card:hover .thumbnail {
  transform: scale(1.1);
}
.card.page_card_112 .thumbnail {
  background-position-y: -177px;
  filter: brightness(150%);
}
.card.page_card_106 .thumbnail {
  background-position-y: -107px;
}
.primary-button {
  color: var(--color-light);
  background-color: var(--primary-color);
}
.primary-button:hover {
  color: var(--color-light);
  background-color: var(--primary-color);
}
.menu-main-container {
  display: none;
}
#mobile-menu-container {
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  transition: all 0.5s;
  height: 100vh;
  z-index: 100;
}
@media (max-width: 1200px) {
  #mobile-menu-container {
    display: flex;
  }
}
#mobile-menu-container .burger-button {
  width: 60px;
  position: absolute;
  right: 35px;
  top: 20px;
  background: var(--color-light);
  border-radius: 30px;
  display: flex;
  height: 60px;
  align-content: center;
  justify-content: center;
  filter: var(--card-drop-shaddow);
  transition: all 0.3s;
}
#mobile-menu-container .burger-button img {
  transition: all 0.3s;
  position: absolute;
  top: 0;
}
#mobile-menu-container .burger-button:hover {
  transform: scale(1.075);
}
#mobile-menu-container .burger-button .close {
  opacity: 0;
}
#mobile-menu-container.active {
  width: 100%;
  background-color: white;
  overscroll-behavior: none;
}
#mobile-menu-container.active .mobile-menu {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 25px;
  align-items: center;
  gap: 30px;
}
#mobile-menu-container.active .mobile-menu-logo {
  width: 100px;
}
#mobile-menu-container.active .close {
  opacity: 1;
}
#mobile-menu-container.active .burger {
  opacity: 0;
}
#mobile-menu-container .mobile-menu {
  display: none;
}
#mobile-menu-container .mobile-menu nav {
  width: 100%;
}
#mobile-menu-container .mobile-menu nav ul {
  list-style-type: none;
  margin-left: 0;
  font-size: 1.4rem;
  text-align: center;
  padding: 0;
  line-height: 3.5rem;
}
#mobile-menu-container .mobile-menu nav ul li a {
  color: var(--primary-color);
  display: inline-block;
  transition: all 0.2s;
}
#mobile-menu-container .mobile-menu nav ul li a:hover {
  transform: scale(1.2);
}
nav#main-menu {
  position: relative;
  z-index: 200;
  margin: 0 auto;
  height: 50px;
  display: flex;
  flex-grow: 0;
  justify-content: center;
}
@media (max-width: 1200px) {
  nav#main-menu {
    display: none;
  }
}
nav#main-menu div.top-menu-container {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  width: 100%;
}
nav#main-menu div.top-menu-container .navigation-item {
  color: var(--color-light);
  padding: 10px;
  border-radius: 20px 20px 0 0;
  height: fit-content;
  font-size: 1.75rem;
  filter: var(--drop-shaddow);
  color: var(--color-light);
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  nav#main-menu div.top-menu-container .navigation-item {
    font-size: 1.5rem;
  }
}
nav#main-menu div.top-menu-container .navigation-item.active {
  color: black;
  background-color: var(--color-light);
  filter: none;
}
nav#main-menu div.top-menu-container .navigation-item:not(.menu-item-has-children) {
  border-radius: 20px;
}
nav#main-menu .dropdown-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 0;
  top: calc(20px + 1.75rem);
  background-color: var(--color-light);
  padding: 15px;
  border-radius: 0 20px 20px 20px;
  height: fit-content;
  gap: 30px;
  overflow: hidden;
  transition: border-radius 0.2s;
}
nav#main-menu .dropdown-container a {
  font-size: 0.9rem;
  color: black;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
}
nav#main-menu .dropdown-container a:hover, nav#main-menu .dropdown-container a.level1active {
  color: var(--primary-color);
}
nav#main-menu .dropdown-container a.has-arrow {
  position: relative;
  display: inline-block;
  /* wichtig für Positionierung */
  padding-right: 20px;
  /* Platz für den Pfeil */
}
nav#main-menu .dropdown-container a.has-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}
nav#main-menu .dropdown-container.same-width {
  border-top-right-radius: 0;
}
nav#main-menu .dropdown-container > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
nav#main-menu .dropdown-container .level2-container {
  overflow: hidden;
  border-left: 2px solid #E5E5E5;
  padding-left: 20px;
}
header.page-header {
  z-index: 200;
  height: 200px;
  position: relative;
  display: flex;
  flex: row;
  gap: 35px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  header.page-header {
    height: 100px;
    padding: 10px 75px;
    justify-content: left;
  }
}
@media (max-width: 680px) {
  header.page-header {
    padding: 10px 25px;
  }
}
header.page-header .header-background {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  filter: var(--card-drop-shaddow);
  background-color: var(--color-light);
}
header.page-header img {
  height: 100%;
}
header.page-header .home-link {
  height: -webkit-fill-available;
}
header.page-header nav#main-menu {
  margin: 0;
}
header.page-header nav#main-menu .top-menu-container .navigation-item {
  color: black;
  filter: none;
  border: double 2px transparent;
  border-radius: 15px;
}
header.page-header nav#main-menu .top-menu-container .navigation-item.active {
  z-index: 300;
  border: 2px solid #c9c9c9;
}
header.page-header nav#main-menu .top-menu-container .navigation-item.active.menu-item-has-children {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header.page-header nav#main-menu .dropdown-container {
  border: 2px solid #c9c9c9;
}
footer {
  width: 70%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1200px) {
  footer {
    width: 100%;
  }
}
@media (max-width: 920px) {
  footer {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  footer {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
}
footer div {
  display: flex;
  flex-direction: column;
}
footer div a {
  color: var(--primary-color);
  text-decoration: none;
  display: block;
}
footer div a:hover {
  color: var(--primary-color);
}
footer p {
  margin: 0;
}
.page .page-thumbnail {
  width: 100%;
  height: 375px;
  background-size: cover;
  border-radius: 20px;
  filter: var(--card-drop-shaddow);
  background-position: center;
  object-fit: cover;
  object-position: center;
}
.page h1 {
  margin: 0 0 1rem 0;
}
.page .link-list {
  display: flex;
  flex-direction: column;
}
.page .link-list .entry {
  padding: 15px 30px;
  font-size: 1.3rem;
  filter: drop-shadow(0 0 4px #E5E5E5);
  background: var(--color-light);
}
.page .link-list .entry:nth-child(1) {
  z-index: 99;
}
.page .link-list .entry:nth-child(2) {
  z-index: 98;
}
.page .link-list .entry:nth-child(3) {
  z-index: 97;
}
.page .link-list .entry:nth-child(4) {
  z-index: 96;
}
.page .link-list .entry:nth-child(5) {
  z-index: 95;
}
.page .link-list .entry:nth-child(6) {
  z-index: 94;
}
.page .link-list .entry:nth-child(7) {
  z-index: 93;
}
.page .link-list .entry:nth-child(8) {
  z-index: 92;
}
.page .link-list .entry:nth-child(9) {
  z-index: 91;
}
.page .link-list .entry:nth-child(10) {
  z-index: 90;
}
.page .link-list .entry:nth-child(11) {
  z-index: 89;
}
.page .link-list .entry:nth-child(12) {
  z-index: 88;
}
.page .link-list .entry:nth-child(13) {
  z-index: 87;
}
.page .link-list .entry:nth-child(14) {
  z-index: 86;
}
.page .link-list .entry:nth-child(15) {
  z-index: 85;
}
.page .link-list .entry:nth-child(16) {
  z-index: 84;
}
.page .link-list .entry:nth-child(17) {
  z-index: 83;
}
.page .link-list .entry:nth-child(18) {
  z-index: 82;
}
.page .link-list .entry:nth-child(19) {
  z-index: 81;
}
.page .link-list .entry:nth-child(20) {
  z-index: 80;
}
.page .link-list .entry:nth-child(21) {
  z-index: 79;
}
.page .link-list .entry:nth-child(22) {
  z-index: 78;
}
.page .link-list .entry:nth-child(23) {
  z-index: 77;
}
.page .link-list .entry:nth-child(24) {
  z-index: 76;
}
.page .link-list .entry:nth-child(25) {
  z-index: 75;
}
.page .link-list .entry:nth-child(26) {
  z-index: 74;
}
.page .link-list .entry:nth-child(27) {
  z-index: 73;
}
.page .link-list .entry:nth-child(28) {
  z-index: 72;
}
.page .link-list .entry:nth-child(29) {
  z-index: 71;
}
.page .link-list .entry:nth-child(30) {
  z-index: 70;
}
.page .link-list .entry:nth-child(31) {
  z-index: 69;
}
.page .link-list .entry:nth-child(32) {
  z-index: 68;
}
.page .link-list .entry:nth-child(33) {
  z-index: 67;
}
.page .link-list .entry:nth-child(34) {
  z-index: 66;
}
.page .link-list .entry:nth-child(35) {
  z-index: 65;
}
.page .link-list .entry:nth-child(36) {
  z-index: 64;
}
.page .link-list .entry:nth-child(37) {
  z-index: 63;
}
.page .link-list .entry:nth-child(38) {
  z-index: 62;
}
.page .link-list .entry:nth-child(39) {
  z-index: 61;
}
.page .link-list .entry:nth-child(40) {
  z-index: 60;
}
.page .link-list .entry:nth-child(41) {
  z-index: 59;
}
.page .link-list .entry:nth-child(42) {
  z-index: 58;
}
.page .link-list .entry:nth-child(43) {
  z-index: 57;
}
.page .link-list .entry:nth-child(44) {
  z-index: 56;
}
.page .link-list .entry:nth-child(45) {
  z-index: 55;
}
.page .link-list .entry:nth-child(46) {
  z-index: 54;
}
.page .link-list .entry:nth-child(47) {
  z-index: 53;
}
.page .link-list .entry:nth-child(48) {
  z-index: 52;
}
.page .link-list .entry:nth-child(49) {
  z-index: 51;
}
.page .link-list .entry:nth-child(50) {
  z-index: 50;
}
.page .link-list .entry:nth-child(51) {
  z-index: 49;
}
.page .link-list .entry:nth-child(52) {
  z-index: 48;
}
.page .link-list .entry:nth-child(53) {
  z-index: 47;
}
.page .link-list .entry:nth-child(54) {
  z-index: 46;
}
.page .link-list .entry:nth-child(55) {
  z-index: 45;
}
.page .link-list .entry:nth-child(56) {
  z-index: 44;
}
.page .link-list .entry:nth-child(57) {
  z-index: 43;
}
.page .link-list .entry:nth-child(58) {
  z-index: 42;
}
.page .link-list .entry:nth-child(59) {
  z-index: 41;
}
.page .link-list .entry:nth-child(60) {
  z-index: 40;
}
.page .link-list .entry:nth-child(61) {
  z-index: 39;
}
.page .link-list .entry:nth-child(62) {
  z-index: 38;
}
.page .link-list .entry:nth-child(63) {
  z-index: 37;
}
.page .link-list .entry:nth-child(64) {
  z-index: 36;
}
.page .link-list .entry:nth-child(65) {
  z-index: 35;
}
.page .link-list .entry:nth-child(66) {
  z-index: 34;
}
.page .link-list .entry:nth-child(67) {
  z-index: 33;
}
.page .link-list .entry:nth-child(68) {
  z-index: 32;
}
.page .link-list .entry:nth-child(69) {
  z-index: 31;
}
.page .link-list .entry:nth-child(70) {
  z-index: 30;
}
.page .link-list .entry:nth-child(71) {
  z-index: 29;
}
.page .link-list .entry:nth-child(72) {
  z-index: 28;
}
.page .link-list .entry:nth-child(73) {
  z-index: 27;
}
.page .link-list .entry:nth-child(74) {
  z-index: 26;
}
.page .link-list .entry:nth-child(75) {
  z-index: 25;
}
.page .link-list .entry:nth-child(76) {
  z-index: 24;
}
.page .link-list .entry:nth-child(77) {
  z-index: 23;
}
.page .link-list .entry:nth-child(78) {
  z-index: 22;
}
.page .link-list .entry:nth-child(79) {
  z-index: 21;
}
.page .link-list .entry:nth-child(80) {
  z-index: 20;
}
.page .link-list .entry:nth-child(81) {
  z-index: 19;
}
.page .link-list .entry:nth-child(82) {
  z-index: 18;
}
.page .link-list .entry:nth-child(83) {
  z-index: 17;
}
.page .link-list .entry:nth-child(84) {
  z-index: 16;
}
.page .link-list .entry:nth-child(85) {
  z-index: 15;
}
.page .link-list .entry:nth-child(86) {
  z-index: 14;
}
.page .link-list .entry:nth-child(87) {
  z-index: 13;
}
.page .link-list .entry:nth-child(88) {
  z-index: 12;
}
.page .link-list .entry:nth-child(89) {
  z-index: 11;
}
.page .link-list .entry:nth-child(90) {
  z-index: 10;
}
.page .link-list .entry:nth-child(91) {
  z-index: 9;
}
.page .link-list .entry:nth-child(92) {
  z-index: 8;
}
.page .link-list .entry:nth-child(93) {
  z-index: 7;
}
.page .link-list .entry:nth-child(94) {
  z-index: 6;
}
.page .link-list .entry:nth-child(95) {
  z-index: 5;
}
.page .link-list .entry:nth-child(96) {
  z-index: 4;
}
.page .link-list .entry:nth-child(97) {
  z-index: 3;
}
.page .link-list .entry:nth-child(98) {
  z-index: 2;
}
.page .link-list .entry:nth-child(99) {
  z-index: 1;
}
.page .link-list .entry:nth-child(100) {
  z-index: 0;
}
.page .link-list .entry a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
.page .link-list .entry.has-children > a::after {
  content: "";
  display: inline-block;
  margin-top: 10px;
  min-width: 13px;
  width: 13px;
  height: 13px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.2s ease-out;
}
.page .link-list .entry.has-children.active > a::after {
  transform: translateY(-50%) rotate(45deg);
}
.page .link-list .entry a:visited {
  color: black;
}
.page .link-list .entry a:hover, .page .link-list .entry.active > a {
  color: var(--primary-color);
}
.page .link-list .entry .sub-list {
  margin: 20px 0 10px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  display: none;
  overflow: hidden;
  transition: max-height 0.4s;
}
.page .link-list .entry .sub-list .sub-entry {
  display: block;
  padding: 0 30px;
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-color: #a5a5a5;
}
.page .card.content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  margin: 50px 0;
}
.page .card.content p {
  line-height: 2rem;
}
.page .card.content p a {
  color: var(--primary-color);
}
.page .card.content p a:visited {
  color: var(--primary-color);
}
.post-grid {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 25px;
}
