.uk-navbar-left {
  overflow: auto;
  max-width: 50%;
  white-space: nowrap;
  scrollbar-width: thin;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}

/* flatfiledeveloper - April 24, 2025 */
.text-center {text-align: center;}
.list-style-none ul {list-style: none; padding-left: 0;}
.counter-section {
  font-family: Arial, sans-serif;
  text-align: center;
}
.counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px; /* Abstand zwischen den Blöcken */
  margin-top: 30px;
  flex-wrap: nowrap; /* Kein Zeilenumbruch */
}
.counter-box {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 300px; /* Feste Breite für gleiche Ausrichtung */
}
.counter-box:nth-child(1) { background: #d0e8ff; } /* Hellblau */
.counter-box:nth-child(2) { background: #d4f8d4; } /* Hellgrün */
.counter-box:nth-child(3) { background: #fff8c4; } /* Hellgelb */
.counter-box:nth-child(4) { background: #fadcb9; } /* Hellgelb */

.counter-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.counter {
  font-size: 48px;
  font-weight: bold;
  color: #007bff;
}

/* update 2025 for Announcements */
#grav-login {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: linear-gradient(270deg, #FDC830 0%, #F37335 100%);
}
#grav-login .form-wrapper {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 60px 100px 60px;
}
#grav-login .form-input-wrapper {
  margin-bottom: 20px;
}
#grav-login .form-input-wrapper input[type=text],
#grav-login .form-input-wrapper input[type=email],
#grav-login .form-input-wrapper input[type=password] {
  padding: 10px 15px;
  border-radius: 2px;
  border: none;
  outline: none;
  background-color: #ededed;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
#grav-login .button {
  width: 100%;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #3E4857;
  border-radius: 3px;
  border: none;
  display: inline-block;
}
#grav-login .more {
  font-size: 14px;
  font-style: italic;
}
#grav-login .notices {
  padding: 15px;
}
#grav-login .notices p:last-child {
  margin-bottom: 0;
}
#grav-login a {
  text-decoration: underline;
}
.post-page .text-content img {
  max-width: 100%;
}
.post-page .text-content a {
  text-decoration: none;
  color: #c36;
}
.post-page .text-content a:hover {
  color: #336;
}
.post-page .text-content p {
  line-height: 1.7;
  text-align: justify;
}
.post-page .text-content h1, .post-page .text-content .h1, .post-page .text-content h2, .post-page .text-content .h2, .post-page .text-content h3, .post-page .text-content .h3, .post-page .text-content h4, .post-page .text-content .h4, .post-page .text-content h5, .post-page .text-content .h5, .post-page .text-content h6, .post-page .text-content .h6 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.post-page .text-content blockquote {
  color: #015C87;
}
.post-page .text-content ul li {
  margin-bottom: 10px;
}
.announcements-page .item-wrapper {
  padding: 20px 30px;
  margin: 10px 0;
  background-color: #EFF2F7;
}
.announcements-page .item-wrapper h5, .announcements-page .item-wrapper .h5 {
  margin-top: 20px;
}
.news-banner li svg {
  width: 10px;
  height: 10px;
  fill: #005c84;
}
.news-banner  ul {
  list-style: none;
  padding: 0;
  display: block;
}
.news-banner  ul li {
  display: inline-block;
  margin: 0 10px;
}
.news-banner ul li a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  transition: all 0.3s ease;
}

.news-page {
  padding-bottom: 80px;
}
.news-page .news-item {
  margin: 0 auto;
  max-width: 95%;
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 40px 30px 50px 30px;
}
.news-page .news-item:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.news-page .news-item:hover .arrow-right {
  opacity: 1;
  transform: translateX(-20px);
}
.news-page .news-item h4, .news-page .news-item .h4 {
  color: #015C87;
  transition: all 0.3s ease;
}
.news-page .news-item p {
  color: #030308;
  margin-bottom: 0;
  text-align: justify;
}
.news-page .news-item .date, .news-page .news-item .author {
  color: #909090;
  font-size: 13px;
  margin-bottom: 20px;
  display: block;
  font-style: italic;
  display: inline-block;
}
.news-page .news-item .date svg, .news-page .news-item .author svg {
  color: #909090;
  margin-right: 3px;
}
.news-page .news-item .author {
  margin-right: 25px;
}
.news-page .news-item .author svg {
  width: 17px;
  height: 17px;
  margin-bottom: 2px;
}
.news-page .news-item .date svg {
  width: 14px;
  height: 17px;
  margin-bottom: 2px;
}
.news-page .news-item .arrow-right {
  bottom: 15px;
  right: 30px;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: translateX(0);
}
.news-page .pagination li a {
  text-decoration: none;
  cursor: pointer;
}
.news-page .pagination li a:hover {
  color: #015C87;
}
.news-sidebar {
  border-left: 1px solid #dedede;
}
.news-sidebar .search-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.news-sidebar .search-wrapper .search-input {
  border: 1px solid #dedede;
  border-radius: 3px;
  width: 100%;
  padding: 10px 40px 10px 10px;
}
.news-sidebar .search-wrapper .search-input:focus-visible {
  outline: none;
}
.news-sidebar .search-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  height: 100%;
  width: 45px;
  border: 0;
}
.news-sidebar .search-wrapper button svg {
  width: 20px;
  height: 20px;
}
.news-sidebar h4, .news-sidebar .h4 {
  margin-top: 70px;
  margin-bottom: 20px;
}
.news-sidebar .archives, .news-sidebar .related-pages {
  list-style: none;
  padding: 0;
}
.news-sidebar .archives h2, .news-sidebar .archives .h2, .news-sidebar .related-pages h2, .news-sidebar .related-pages .h2 {
  margin-bottom: 15px;
}
.news-sidebar .archives a, .news-sidebar .related-pages a {
  text-decoration: none;
  color: #7c7c7b;
  display: block;
  margin-bottom: 5px;
}
.news-sidebar .archives .label, .news-sidebar .related-pages .label {
  margin-right: 5px;
  font-size: 13px;
  line-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 50%;
  background-color: #dedede;
  text-align: center;
  transition: all 0.3s ease;
}
.news-sidebar .archives li:hover .label {
  background-color: #005c84;
  color: #fff;
}
.news-sidebar .archives li:hover .archive_date {
  border-bottom: 1px dotted;
}
.news-sidebar .related-pages .img-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #dedede;
}
.news-sidebar .related-pages li {
  margin-bottom: 10px;
}
.news-sidebar .related-pages a img {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.news-sidebar .related-pages a:hover img {
  transform: scale(1);
}
.post-page .article-nav a {
  color: #015C87;
  transition: all 0.3s ease;
}
.post-page .article-nav a:hover {
  color: #015C87;
}
.post-page .post-content {
  padding: 0 30px 50px 30px;
}
.news-sidebar .archives, .news-sidebar .related-pages {
  list-style: none;
  padding: 0;
}
.news-sidebar .archives h2, .news-sidebar .archives .h2, .news-sidebar .related-pages h2, .news-sidebar .related-pages .h2 {
  margin-bottom: 15px;
}
.news-sidebar .archives a, .news-sidebar .related-pages a {
  text-decoration: none;
  color: #7c7c7b;
  display: block;
  margin-bottom: 5px;
}
.news-sidebar .archives .label, .news-sidebar .related-pages .label {
  margin-right: 5px;
  font-size: 13px;
  line-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 50%;
  background-color: #dedede;
  text-align: center;
  transition: all 0.3s ease;
}
.news-sidebar .related-pages .img-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #dedede;
}
.news-sidebar .related-pages li {
  margin-bottom: 10px;
}
.news-sidebar .related-pages a img {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.news-sidebar .related-pages a:hover img {
  transform: scale(1);
}
@media (min-width: 1024px) {
  .post-page .text-content img {
    max-width: 75%;
  }
}
/* END update 2025 for Announcements */
