@charset "UTF-8";
/*
Theme Name: Schul-IT Theme 2024
Theme URI: https://www.geckovision-media.de/
Author: GECKOVISION Media Lukas Gruler
Author URI: https://www.geckovision-media.de/
Description: Custom Theme developed by GECKOVISION Media Lukas Gruler
Requires at least: 6.0
Tested up to: 6.6.1
Requires PHP: 7.3.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-schulit-theme
Tags: schulit theme
*/
:root {
  --padding: 35px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

html {
  font-size: 16px;
}

body {
  position: relative;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scroll-padding-top: 25px;
}
body h1,
body h2.bebas-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-bottom: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body h5 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  margin-bottom: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
}
body p.bold,
body p strong {
  font-weight: 500;
}
body p a {
  font-weight: 500;
  color: initial;
}
body a {
  color: #2d333a;
}
body .accessibility_quicklink {
  height: 0;
  display: block;
  opacity: 0;
}
body .accessibility_quicklink span {
  display: none;
}
body .accessibility_quicklink:focus, body .accessibility_quicklink:target {
  height: auto;
  width: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999999;
  background-color: #2d333a;
  padding: 12px 18px;
  opacity: 1;
}
body .accessibility_quicklink:focus span, body .accessibility_quicklink:target span {
  color: #ffffff;
  display: initial;
}
body blockquote {
  padding: 10px 20px 10px 35px;
  position: relative;
  font-style: italic;
  margin: 0;
}
body blockquote::before {
  content: "”";
  width: 40px;
  font-family: serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  color: #01493d;
  position: absolute;
  top: 5px;
  left: 0;
}
body .highlighted-searchresult {
  padding: 0;
  background-color: rgba(0, 126, 149, 0.15);
}
body .component-weather {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
body .component-weather .component-weather-content {
  flex-shrink: 0;
}
body .component-weather .component-weather-content .license-footnote {
  cursor: pointer;
  color: #4a5455;
  text-decoration: none;
}
body .component-weather .component-weather-content .license-footnote strong {
  color: #2d333a;
}
body .component-weather i {
  font-size: 30px;
}
body .component-search .input-icon {
  position: relative;
}
body .component-search .input-icon .search-container form {
  position: relative;
  display: block;
}
body .component-search .input-icon .search-container form button {
  position: absolute;
  height: 30px;
  margin-left: 2px;
  padding-left: 9px;
  top: 3px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
body .component-search .input-icon .search-container form button img {
  height: 20px;
  width: auto;
  filter: invert(30%) sepia(7%) saturate(627%) hue-rotate(137deg) brightness(96%) contrast(87%);
}
body .component-search .input-icon .search-container form input {
  box-sizing: border-box;
  width: 250px;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 8px 12px;
  padding-left: 36px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border: 1px solid #7d8c8c;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #4a5455;
}
body .component-search .input-icon .search-container form input::-moz-placeholder {
  color: #4a5455;
}
body .component-search .input-icon .search-container form input::placeholder {
  color: #4a5455;
}
body .component-menu {
  display: flex;
  align-items: center;
}
body .component-menu button {
  background: none;
  padding: none;
  border: none;
  cursor: pointer;
  position: relative;
  margin-left: -10px;
}
body .component-menu button img {
  height: 45px;
}
body .component-menu button img.header-icon-close {
  position: absolute;
  left: 0;
  visibility: hidden;
}
body .maxwidth-container {
  max-width: 2000px;
  margin: 0 auto;
}
body .maxwidth-container.maxwidth-padding {
  padding-left: var(--padding);
  padding-right: var(--padding);
}
body .maxwidth-container-fix {
  max-width: 2000px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
  position: relative;
}
body .maxwidth-container-fix-news {
  max-width: 2000px;
  margin: 0 auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
  position: relative;
}
body header {
  height: auto;
}
body header .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: var(--padding);
  max-width: 2000px;
  margin: 0 auto;
}
body header .header-container .logo-container {
  display: flex;
  flex-direction: row;
  -moz-column-gap: var(--padding);
       column-gap: var(--padding);
  align-items: center;
}
body header .header-container .logo-container .header-logo {
  max-height: 70px;
}
body header .header-container .logo-container .breadcrumb {
  color: #4a5455;
  font-size: 0.875rem;
  margin: 0;
  padding-right: var(--padding);
}
body header .header-container .logo-container .breadcrumb a {
  color: #4a5455;
  font-size: 0.875rem;
  padding: 20px 0;
}
body header .header-container .logo-container .breadcrumb a:hover {
  color: #7d8c8c;
}
body header .header-container .header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
body header #header-nav-content {
  height: 0px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
}
body header #header-nav-content.vertical-mode {
  display: flex;
  flex-direction: row;
  justify-content: end;
  height: auto !important;
  min-height: 100%;
  background-color: rgba(45, 51, 58, 0.5);
}
body header #header-nav-content.vertical-mode .modern-menu {
  display: none;
}
body header #header-nav-content.vertical-mode .vertical-menu {
  display: block;
}
body header #header-nav-content.vertical-mode > .component-search {
  display: none;
}
body header #header-nav-content > * {
  height: 0px;
}
body header #header-nav-content .modern-menu ul {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin-top: 25px;
  padding-left: 0;
  margin-bottom: 0;
}
body header #header-nav-content .modern-menu ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-basis: 1/6;
  flex-grow: auto;
  background-color: #ffffff;
  height: 130px;
  max-width: 300px;
  min-width: 200px;
  box-sizing: border-box;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
}
body header #header-nav-content .modern-menu ul li img {
  width: 25px;
  filter: invert(17%) sepia(8%) saturate(1046%) hue-rotate(172deg) brightness(94%) contrast(90%);
}
body header #header-nav-content .modern-menu ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #2d333a;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
}
body header #header-nav-content .modern-menu ul li a p {
  font-weight: 500;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body header #header-nav-content .modern-menu ul li:hover {
  transform: scale(1.02);
  transition: all 0.4s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body header #header-nav-content .modern-menu ul li:hover > ul.sub-menu {
  display: none;
}
body header #header-nav-content .modern-menu ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: 0.4s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body header #header-nav-content .modern-menu ul li ul.sub-menu li {
  height: auto;
}
body header #header-nav-content .modern-menu ul li ul.sub-menu li a {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #2d333a;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
}
body header #header-nav-content .modern-menu ul li ul.sub-menu li a p {
  font-weight: 500;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body header #header-nav-content #information-menu {
  background-color: rgba(155, 207, 184, 0.15);
  padding: 25px var(--padding);
  margin-bottom: 25px;
}
body header #header-nav-content #information-menu ul li {
  border-bottom: 6px solid #3da333;
}
body header #header-nav-content #information-menu ul li.current_page_item {
  border-bottom: 6px solid rgba(61, 163, 51, 0.4);
}
body header #header-nav-content #tools-menu {
  background-color: rgba(115, 202, 230, 0.15);
  padding: 25px var(--padding);
}
body header #header-nav-content #tools-menu ul li {
  border-bottom: 6px solid #007e95;
}
body header #header-nav-content #tools-menu ul li.current_page_item {
  border-bottom: 6px solid rgba(0, 126, 149, 0.4);
}
body header #header-nav-content .additional-menu-links {
  padding: var(--padding);
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 15px;
}
body header #header-nav-content .additional-menu-links a p {
  color: #2d333a;
  font-weight: 500;
}
body header #header-nav-content .additional-menu-links a:hover p {
  color: #007e95;
}
body header #header-nav-content .component-search {
  display: none;
}
body header #header-nav-content .vertical-menu {
  display: none;
  background: #ffffff;
}
body header #header-nav-content .vertical-menu .menu-parent {
  padding: 25px;
  margin-bottom: 25px;
}
body header #header-nav-content .vertical-menu .menu-parent h2 {
  margin-bottom: 15px;
}
body header #header-nav-content .vertical-menu .menu-parent.menu-info {
  background-color: rgba(155, 207, 184, 0.15);
}
body header #header-nav-content .vertical-menu .menu-parent.menu-info ul:not(.sub-menu) > li {
  border-bottom: 6px solid #3da333;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
}
body header #header-nav-content .vertical-menu .menu-parent.menu-info ul:not(.sub-menu) > li.current_page_item {
  border-bottom: 6px solid rgba(61, 163, 51, 0.4);
}
body header #header-nav-content .vertical-menu .menu-parent.menu-info ul li a:hover {
  color: #3da333;
}
body header #header-nav-content .vertical-menu .menu-parent.menu-tool {
  background-color: rgba(115, 202, 230, 0.15);
}
body header #header-nav-content .vertical-menu .menu-parent.menu-tool ul:not(.sub-menu) > li {
  border-bottom: 6px solid #007e95;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
}
body header #header-nav-content .vertical-menu .menu-parent.menu-tool ul:not(.sub-menu) > li.current_page_item {
  border-bottom: 6px solid rgba(0, 126, 149, 0.4);
}
body header #header-nav-content .vertical-menu .menu-parent.menu-tool ul li a:hover {
  color: #007e95;
}
body header #header-nav-content .vertical-menu ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
body header #header-nav-content .vertical-menu ul li {
  list-style: none;
  background-color: #ffffff;
}
body header #header-nav-content .vertical-menu ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 12px;
  text-decoration: none;
  position: relative;
}
body header #header-nav-content .vertical-menu ul li a p {
  font-weight: 500;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body header #header-nav-content .vertical-menu ul li a img {
  width: 25px;
  filter: invert(17%) sepia(8%) saturate(1046%) hue-rotate(172deg) brightness(94%) contrast(90%);
}
body header #header-nav-content .vertical-menu ul li:hover > ul.sub-menu, body header #header-nav-content .vertical-menu ul li:focus-within > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
}
body header #header-nav-content .vertical-menu ul li.menu-item-has-children > a {
  padding-right: 40px;
}
body header #header-nav-content .vertical-menu ul li.menu-item-has-children > a::after {
  display: inline-block;
  position: absolute;
  right: 15px;
  content: url("assets/icons/bootstrap-icons/chevron-right.svg");
}
body header #header-nav-content .vertical-menu ul li.menu-item-has-children:hover > a::after {
  transform: rotate(90deg);
}
body header #header-nav-content .vertical-menu ul.sub-menu {
  padding-left: 15px;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
body header #header-nav-content .breadcrumb {
  display: none;
  color: #4a5455;
  font-size: 0.875rem;
  padding-right: var(--padding);
}
body header #header-nav-content .breadcrumb a {
  color: #4a5455;
  font-size: 0.875rem;
  padding: 20px 0;
}
body header #header-nav-content .breadcrumb a:hover {
  color: #7d8c8c;
}
body header.headernav-open #header-nav-content {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
body header.headernav-open #header-nav-content > * {
  height: auto;
}
body header.headernav-open #header-nav-content .input-icon img {
  left: 14px;
  top: 15px;
}
body main .pagination {
  color: #2d333a;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: var(--padding);
}
body main .pagination a {
  color: #2d333a;
  font-weight: 400;
}
body main .pagination span {
  font-weight: 700;
}
body main section#general-content {
  padding-bottom: var(--padding);
}
body main section#news-boxes {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  background-color: rgba(115, 202, 230, 0.15);
}
body main section#news-boxes div#aktuelles {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
body main section#news-boxes div#aktuelles .heading-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.625rem;
}
body main section#news-boxes div#aktuelles .heading-container img {
  height: 2.1875rem;
  width: auto;
  flex-shrink: 0;
  filter: invert(81%) sepia(9%) saturate(2372%) hue-rotate(161deg) brightness(94%) contrast(91%);
}
body main section#news-boxes div#aktuelles .heading-container h2 {
  display: inline-block;
}
body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev,
body main section#news-boxes div#aktuelles ~ .aktuelles-slide-next {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: white;
  position: absolute;
  top: calc(50% + 25px);
  z-index: 10;
  width: 2.375rem;
  height: 2.5rem;
  border: none;
  transform: translateY(-50%);
  display: block;
  border-radius: 3px;
  padding: 1px 0px;
  display: none;
}
body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev svg,
body main section#news-boxes div#aktuelles ~ .aktuelles-slide-next svg {
  width: 1.875rem;
  height: auto;
}
body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev.swiper-button-disabled,
body main section#news-boxes div#aktuelles ~ .aktuelles-slide-next.swiper-button-disabled {
  display: none !important;
}
body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev {
  left: 8px;
}
body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev svg {
  margin-left: -2px;
}
body main section#news-boxes div#aktuelles ~ .aktuelles-slide-next {
  right: 8px;
}
body main section#news-boxes div#aktuelles ~ .aktuelles-pagination {
  position: relative;
  top: 0;
  margin-top: 12px;
}
body main section#news-boxes div#aktuelles ~ .aktuelles-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
body main section#news-boxes div#aktuelles ~ .aktuelles-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #73cae6;
}
body main section#news-boxes div.heading-area {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: center;
  margin-bottom: 1.5625rem;
  row-gap: 10px;
  flex-wrap: wrap;
}
body main section#news-boxes div.heading-area div.heading-link {
  display: inline-block;
}
body main section#news-boxes div.heading-area div.heading-link > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body main section#news-boxes div.heading-area div.heading-link > div a {
  text-decoration: none;
}
body main section#news-boxes div.heading-area div.heading-link > div a img {
  width: 20px;
  margin-top: -4px;
}
body main section#news-boxes div.heading-area div.heading-link > div a img.brightblue {
  filter: invert(81%) sepia(9%) saturate(2372%) hue-rotate(161deg) brightness(94%) contrast(91%);
}
body main section#news-boxes div.heading-area div.heading-link > div a img.darkblue {
  filter: invert(31%) sepia(92%) saturate(3895%) hue-rotate(170deg) brightness(89%) contrast(101%);
}
body main section#news-boxes div.heading-area div.heading-link > div a p {
  display: inline;
  color: #2d333a;
  font-weight: 500;
  border-bottom: 2px solid #73cae6;
  line-height: 1.25rem;
}
body main section#news-boxes div.heading-area div.heading-link > div a:hover > p {
  border-bottom: 2px solid #2d333a;
}
body main section#news-boxes div.heading-area div.heading-link > div a.darkblue:hover > p {
  border-bottom: 2px solid #007e95;
}
body main section#news-boxes div.articles {
  width: 100%;
}
body main section#news-boxes div.articles:not(:has(.news-article)) {
  max-height: 250px;
}
body main section#news-boxes div.articles .swiper-slide {
  height: auto;
  text-decoration: none;
}
body main section#news-boxes div.articles .swiper-slide article {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  background-color: #ffffff;
  -webkit-hyphens: auto;
          hyphens: auto;
  height: 100%;
  box-sizing: border-box;
}
body main section#news-boxes div.articles .swiper-slide article .img-container {
  height: 200px;
  overflow: hidden;
}
body main section#news-boxes div.articles .swiper-slide article .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section#news-boxes div.articles .swiper-slide article .img-container img.placeholder-img {
  border: 2px solid #7d8c8c;
  box-sizing: border-box;
}
body main section#news-boxes div.articles .swiper-slide article .article-content {
  padding: 25px;
  border: 2px solid #73cae6;
  border-top: none;
  flex-grow: 1;
}
body main section#news-boxes div.articles .swiper-slide article .article-content h3 {
  margin-bottom: 6px;
  color: #2d333a;
  backface-visibility: hidden;
}
body main section#news-boxes div.articles .swiper-slide article .article-content p {
  color: #2d333a;
  backface-visibility: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
body main section#news-boxes div.articles .swiper-slide article .article-content p.article-date {
  font-weight: 500;
  margin-bottom: 5px;
}
body main section#news-boxes div.articles .swiper-slide article .article-content blockquote {
  display: none;
}
body main section#news-boxes div.articles .swiper-slide article .article-content .article-link {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-wrap: no;
  align-content: center;
  gap: 5px;
  margin-top: 12px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
body main section#news-boxes div.articles .swiper-slide article .article-content .article-link img {
  width: 20px;
  margin-top: -4px;
  margin-right: 2px;
}
body main section#news-boxes div.articles .swiper-slide article .article-content .article-link img.brightblue {
  filter: invert(81%) sepia(9%) saturate(2372%) hue-rotate(161deg) brightness(94%) contrast(91%);
}
body main section#news-boxes div.articles .swiper-slide article .article-content .article-link p {
  font-weight: 500;
  line-height: 1.25rem;
  border-bottom: 2px solid #73cae6;
}
body main section#news-boxes div.articles .swiper-slide article .article-content .article-link:hover p {
  border-color: #2d333a;
}
body main section#news-boxes div.articles article.article-placeholder {
  background-color: rgba(115, 202, 230, 0.15);
  flex: 1;
  transition: all 0.4s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  transform: scale(1);
  border: none !important;
  min-height: 250px;
}
body main section#contact-boxes {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  margin-top: var(--padding);
  background-color: rgba(61, 163, 51, 0.1);
}
body main section#contact-boxes div#contacts {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
body main section#contact-boxes div#contacts .heading-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.625rem;
}
body main section#contact-boxes div#contacts .heading-container img {
  height: 2.1875rem;
  width: auto;
  flex-shrink: 0;
  filter: invert(57%) sepia(14%) saturate(2364%) hue-rotate(67deg) brightness(90%) contrast(82%);
}
body main section#contact-boxes div#contacts .heading-container h2 {
  display: inline-block;
}
body main section#contact-boxes div#contacts ~ .contacts-slide-prev,
body main section#contact-boxes div#contacts ~ .contacts-slide-next {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: white;
  position: absolute;
  top: calc(50% + 25px);
  z-index: 10;
  width: 2.375rem;
  height: 2.5rem;
  border: none;
  transform: translateY(-50%);
  display: block;
  border-radius: 3px;
  padding: 1px 0px;
  display: none;
}
body main section#contact-boxes div#contacts ~ .contacts-slide-prev svg,
body main section#contact-boxes div#contacts ~ .contacts-slide-next svg {
  width: 1.875rem;
  height: auto;
}
body main section#contact-boxes div#contacts ~ .contacts-slide-prev.swiper-button-disabled,
body main section#contact-boxes div#contacts ~ .contacts-slide-next.swiper-button-disabled {
  display: none !important;
}
body main section#contact-boxes div#contacts ~ .contacts-slide-prev {
  left: 8px;
}
body main section#contact-boxes div#contacts ~ .contacts-slide-prev svg {
  margin-left: -2px;
}
body main section#contact-boxes div#contacts ~ .contacts-slide-next {
  right: 8px;
}
body main section#contact-boxes div#contacts ~ .contacts-pagination {
  position: relative;
  top: 0;
  margin-top: 12px;
}
body main section#contact-boxes div#contacts ~ .contacts-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
body main section#contact-boxes div#contacts ~ .contacts-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3da333;
}
body main section#contact-boxes div.heading-area {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  margin-bottom: 1.5625rem;
  row-gap: 10px;
  flex-wrap: wrap;
}
body main section#contact-boxes div.heading-area div.heading-link {
  display: inline-block;
}
body main section#contact-boxes div.heading-area div.heading-link > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body main section#contact-boxes div.heading-area div.heading-link > div a {
  text-decoration: none;
}
body main section#contact-boxes div.heading-area div.heading-link > div a img {
  width: 20px;
  margin-top: -4px;
}
body main section#contact-boxes div.heading-area div.heading-link > div a img.middlegreen {
  filter: invert(57%) sepia(14%) saturate(2364%) hue-rotate(67deg) brightness(90%) contrast(82%);
}
body main section#contact-boxes div.heading-area div.heading-link > div a img.darkblue {
  filter: invert(31%) sepia(92%) saturate(3895%) hue-rotate(170deg) brightness(89%) contrast(101%);
}
body main section#contact-boxes div.heading-area div.heading-link > div a p {
  display: inline;
  color: #2d333a;
  font-weight: 500;
  border-bottom: 2px solid #3da333;
  line-height: 1.25rem;
}
body main section#contact-boxes div.heading-area div.heading-link > div a:hover > p {
  border-bottom: 2px solid #2d333a;
}
body main section#contact-boxes div.heading-area div.heading-link > div a.darkblue:hover > p {
  border-bottom: 2px solid #007e95;
}
body main section#contact-boxes div.articles {
  width: 100%;
}
body main section#contact-boxes div.articles:not(:has(.contact-box)) {
  max-height: 250px;
}
body main section#contact-boxes div.articles .swiper-slide {
  height: auto;
  text-decoration: none;
}
body main section#contact-boxes div.articles .swiper-slide article {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  background-color: #ffffff;
  -webkit-hyphens: auto;
          hyphens: auto;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #3da333;
  display: flex;
  flex-direction: column;
}
body main section#contact-boxes div.articles .swiper-slide article .top-content {
  padding: 1.625rem;
  padding-bottom: 0.8125rem;
  background-color: rgba(244, 244, 244, 0.9);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
body main section#contact-boxes div.articles .swiper-slide article .top-content .contact-img {
  width: 6.25rem;
  height: 6.25rem;
}
body main section#contact-boxes div.articles .swiper-slide article .top-content .contact-img img {
  border-radius: 6.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section#contact-boxes div.articles .swiper-slide article .top-content .contact-img .img-placeholder img {
  border-radius: 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7404%) hue-rotate(183deg) brightness(114%) contrast(73%);
}
body main section#contact-boxes div.articles .swiper-slide article .bottom-content {
  padding: 1.625rem;
  padding-top: 0.8125rem;
  display: flex;
  flex-direction: column;
  gap: 0.825rem;
}
body main section#contact-boxes div.articles .swiper-slide article .bottom-content .content-row.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body main section#contact-boxes div.articles .swiper-slide article .bottom-content .content-row .contact-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
body main section#contact-boxes div.articles .swiper-slide article .bottom-content .content-row .contact-row img {
  width: 18px;
  height: auto;
  filter: invert(57%) sepia(14%) saturate(2364%) hue-rotate(67deg) brightness(90%) contrast(82%);
  flex-shrink: 0;
}
body main section#contact-boxes div.articles .swiper-slide article .bottom-content .content-row .contact-row a {
  color: #2d333a;
}
body main section#contact-boxes div.articles .swiper-slide article .bottom-content .content-row .contact-row a:hover {
  color: #3da333;
}
body main section#contact-boxes div.articles .swiper-slide article .article-content h3 {
  margin-bottom: 6px;
  color: #2d333a;
  backface-visibility: hidden;
}
body main section#contact-boxes div.articles .swiper-slide article .article-content p {
  color: #2d333a;
  backface-visibility: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
body main section#contact-boxes div.articles .swiper-slide article .article-content blockquote {
  display: none;
}
body main section#contact-boxes div.articles .swiper-slide article .article-content .article-link {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-wrap: no;
  align-content: center;
  gap: 5px;
  margin-top: 12px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
body main section#contact-boxes div.articles .swiper-slide article .article-content .article-link img {
  width: 20px;
  margin-top: -4px;
  margin-right: 2px;
}
body main section#contact-boxes div.articles .swiper-slide article .article-content .article-link img.brightblue {
  filter: invert(57%) sepia(14%) saturate(2364%) hue-rotate(67deg) brightness(90%) contrast(82%);
}
body main section#contact-boxes div.articles .swiper-slide article .article-content .article-link p {
  font-weight: 500;
  line-height: 1.25rem;
  border-bottom: 2px solid #3da333;
}
body main section#contact-boxes div.articles .swiper-slide article .article-content .article-link:hover p {
  border-color: #2d333a;
}
body main section#contact-boxes div.articles article.article-placeholder {
  background-color: rgba(61, 163, 51, 0.15);
  flex: 1;
  transition: all 0.4s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  transform: scale(1);
  border: none !important;
  min-height: 250px;
}
body main section#show_404 {
  margin: auto;
  text-align: center;
}
body main section#search-page-container h1 {
  margin-bottom: 25px;
}
body main section#search-page-container .search-results {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
  flex-basis: 100%;
  padding: var(--padding);
}
body main section#search-page-container .search-results .search-result a {
  text-decoration: none;
}
body main section#search-page-container .search-results .search-result a h3 {
  color: #2d333a;
  margin-bottom: 4px;
}
body main section#search-page-container .search-results .search-result a span.type-wrapper {
  color: #4a5455;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
body main section#search-page-container .search-results .search-result a span.type-wrapper span {
  font-size: 1rem;
  width: auto;
  height: auto;
  vertical-align: middle;
}
body main section#search-page-container .search-results .search-result a p {
  color: #2d333a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
body main section#search-page-container .search-results .search-result a:hover > * {
  color: #4a5455;
}
body main section#search-page-container .search-results .search-result:not(:first-child) {
  padding-top: 20px;
}
body main section#search-page-container .search-results .search-result:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 2px solid #f4f4f4;
}
body main section#search-page-container .custom-alert-info {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 20px;
  background-color: rgba(115, 202, 230, 0.15);
  border-radius: 8px;
}
body main section#search-page-container .custom-alert-info p {
  font-weight: 500;
}
body main .main-page-heading {
  margin-bottom: 25px;
}
body main .main-page-wrapper {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
body main .main-page-wrapper section#main-article {
  flex-basis: 100%;
  max-width: 1525px;
  margin: 0 auto;
}
body main .main-page-wrapper section#main-article a:hover {
  color: #3da333;
}
body main .main-page-wrapper section#main-article .main-content {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
}
body main .main-page-wrapper section#main-article .main-content .headimg-container {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
body main .main-page-wrapper section#main-article .main-content .headimg-container img {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2d333a;
  padding: 18px 16px 16px 50px;
}
body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-heading h1 {
  color: #ffffff;
  line-height: 1;
}
body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-source {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(45, 51, 58, 0.7);
  padding: 6px 8px 6px 8px;
}
body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-source p {
  font-size: 0.625rem;
  line-height: 1;
  color: #ffffff;
}
body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-source p a {
  font-size: 0.625rem;
  color: #ffffff;
  line-height: 1;
}
body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-source p a::after {
  filter: invert(1);
}
body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-source p a:hover {
  color: #f4f4f4;
}
body main .main-page-wrapper section#main-article .main-content .headimg-heading-responsive {
  display: none;
}
body main .main-page-wrapper section#main-article .main-content .headimg-heading-big {
  background-color: #2d333a;
  padding: 20px 18px 18px 50px;
}
body main .main-page-wrapper section#main-article .main-content .headimg-heading-big h1 {
  color: #ffffff;
  line-height: 1;
}
body main .main-page-wrapper section#main-article .main-content .text {
  padding: 50px;
  color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text h3 {
  margin-bottom: 16px;
}
body main .main-page-wrapper section#main-article .main-content .text h4 {
  margin-bottom: 12px;
}
body main .main-page-wrapper section#main-article .main-content .text h5 {
  margin-bottom: 8px;
}
body main .main-page-wrapper section#main-article .main-content .text p:not(:last-child) {
  margin-bottom: 12px;
}
body main .main-page-wrapper section#main-article .main-content .text.employee-data {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
}
body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-img {
  width: 7rem;
  height: 7rem;
}
body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 7rem;
}
body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-img img.placeholder-img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7404%) hue-rotate(183deg) brightness(114%) contrast(73%);
}
body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-contact h4 {
  margin-bottom: 0px;
}
body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-contact ul {
  margin: 0;
  margin-top: 6px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-contact ul li {
  list-style: none;
  font-weight: 500;
}
body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-contact ul li img {
  width: 18px;
  height: 18px;
  filter: invert(57%) sepia(14%) saturate(2364%) hue-rotate(67deg) brightness(90%) contrast(82%);
  margin-right: 8px;
}
body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-contact ul li a {
  color: #2d333a;
  font-weight: 400;
}
body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-contact ul li a:hover {
  color: #3da333;
}
body main .main-page-wrapper section#main-article .main-content .text.event-data ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  border-bottom: 2px solid #f4f4f4;
}
body main .main-page-wrapper section#main-article .main-content .text.event-data ul li {
  list-style: none;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
body main .main-page-wrapper section#main-article .main-content .text.event-data ul li img {
  width: 18px;
  height: 18px;
  filter: invert(17%) sepia(8%) saturate(1046%) hue-rotate(172deg) brightness(94%) contrast(90%);
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .accordion {
  margin: 0;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .accordion .accordion-item .accordion-header h3 {
  margin: 0;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .accordion .accordion-item .accordion-header h3 .accordion-button {
  padding: 0;
  background: none;
  color: #2d333a;
  border: none;
  box-shadow: none;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .accordion .accordion-item .accordion-header h3 .accordion-button span.numerize {
  width: 60px;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .accordion .accordion-item .accordion-header h3 .accordion-button::after {
  filter: invert(1);
  width: 1rem;
  height: 1rem;
  background-size: 16px;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .accordion .accordion-item .accordion-collapse {
  box-shadow: none;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-top: 15px;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .accordion.acc-law-layer-1 > .accordion-item > .accordion-header {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 10px;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .accordion.acc-law-layer-1 > .accordion-item > .accordion-header h3 .accordion-button {
  font-weight: 500;
  font-size: 1.125rem;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .accordion.acc-law-layer-2 > .accordion-item > .accordion-header h3 .accordion-button {
  font-weight: 500;
  font-size: 1rem;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .law-layer-3 {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .law-layer-3 li {
  list-style: none;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .law-layer-3 li p {
  display: flex;
  flex-direction: row;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .law-layer-3 li p span.numerize {
  width: 60px;
  display: inline-block;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .law-layer-3 li p a {
  font-weight: 400;
}
body main .main-page-wrapper section#main-article .main-content .text.law-container .law-layer-3 li p a:hover {
  color: #007e95;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .shop-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  -moz-column-gap: 15px;
       column-gap: 15px;
  max-width: 100%;
  margin-bottom: 4px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .shop-filter span {
  font-weight: 600;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .shop-filter a:hover {
  color: #007e95;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .shop-filter .filter-badge-container {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .shop-filter .filter-badge-container .filter-badge {
  display: inline-block;
  background: rgba(115, 202, 230, 0.15);
  color: #4a5455;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #73cae6;
  box-sizing: border-box;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .page-title {
  display: none;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop p.woocommerce-result-count {
  font-weight: 500;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .price {
  font-size: 1.5rem;
  color: #01493d;
  font-weight: 500;
  margin-bottom: 0;
  margin-bottom: 10px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .price .woocommerce-price-suffix {
  font-size: 0.8em;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .woocommerce-product-details__short-description {
  margin-bottom: 10px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product_title {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 15px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop form.woocommerce-ordering select {
  background-color: #f4f4f4;
  border: 1px solid #7d8c8c;
  border-radius: 8px;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  color: #4a5455;
  font-weight: 500;
  font-size: 1rem;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop form.woocommerce-ordering select::-moz-placeholder {
  color: #4a5455;
  font-weight: 500;
  font-size: 1rem;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop form.woocommerce-ordering select::placeholder {
  color: #4a5455;
  font-weight: 500;
  font-size: 1rem;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product img {
  margin-bottom: 0.5em;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-bottom: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product .price {
  font-size: 1rem;
  color: #01493d;
  font-weight: 500;
  margin-bottom: 0;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product .price .woocommerce-price-suffix {
  font-size: 0.8rem;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product .add_to_cart_button,
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product .product_type_simple {
  border-radius: 6px;
  background-color: #4a5455;
  color: #ffffff;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product .add_to_cart_button:hover,
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product .product_type_simple:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product .add_to_cart_button:focus-visible,
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product .product_type_simple:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product {
  display: inline-block;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  height: 100%;
  display: grid;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  height: 100%;
  width: 100%;
  max-height: 500px;
  max-width: 100%;
  aspect-ratio: 4/3;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  overflow: hidden;
  display: block;
  max-height: 500px;
  width: 100%;
  height: 100%;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  display: block;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .woocommerce-product-gallery .flex-control-nav {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .woocommerce-tabs .wc-tabs li {
  border-radius: 0px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .woocommerce-tabs .wc-tabs li::before, body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .woocommerce-tabs .wc-tabs li::after {
  border-radius: 0px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .woocommerce-tabs h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-bottom: 10px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .related {
  margin-top: 50px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product .related h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-bottom: 10px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop form.cart input.qty {
  padding: 7px;
  border: 1px solid #7d8c8c;
  border-radius: 6px;
  background-color: #f4f4f4;
  color: #4a5455;
  font-weight: 500;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop form.cart .single_add_to_cart_button {
  border-radius: 6px;
  background-color: #4a5455;
  color: #ffffff;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop form.cart .single_add_to_cart_button:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop form.cart .single_add_to_cart_button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .product_meta > span {
  display: block;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .wc-block-components-notice-banner {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: start;
  padding: 15px;
  width: auto;
  margin-bottom: 25px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .wc-block-components-notice-banner svg {
  width: 30px;
  height: 30px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .wc-block-components-notice-banner .wc-forward {
  border-radius: 6px;
  background-color: #4a5455;
  color: #ffffff;
  margin-right: 10px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .wc-block-components-notice-banner .wc-forward:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .wc-block-components-notice-banner .wc-forward:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .wc-block-components-notice-banner.is-success {
  background-color: rgba(155, 207, 184, 0.3);
}
body main .main-page-wrapper section#main-article .main-content .text.wc-shop .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 10px;
  font-weight: 500;
  flex-wrap: wrap-reverse;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table {
  border-radius: 0px;
  border-collapse: collapse;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table .quantity input.qty {
  padding: 7px;
  border: 1px solid #7d8c8c;
  border-radius: 6px;
  background-color: #f4f4f4;
  color: #4a5455;
  font-weight: 500;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table .button {
  border-radius: 6px;
  background-color: #2d333a;
  color: #ffffff;
  box-sizing: border-box;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table .button:hover {
  background-color: #4a5455;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table .button:disabled:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table .button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table .attachment-woocommerce_thumbnail {
  width: 100px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table .remove {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #f53b41;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table .remove:hover {
  background-color: #f53b41;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .shop_table {
  border-radius: 0px;
  border-collapse: collapse;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .cart_totals h2 {
  margin-bottom: 10px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button {
  border-radius: 8px;
  background-color: #01493d;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .wc-block-components-notice-banner {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  padding: 15px;
  width: auto;
  margin-bottom: 25px;
  background-color: #f4f4f4;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .wc-block-components-notice-banner svg {
  width: 30px;
  height: 30px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .wc-block-components-notice-banner .wc-forward {
  border-radius: 6px;
  background-color: #4a5455;
  color: #ffffff;
  margin-right: 10px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .wc-block-components-notice-banner .wc-forward:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .wc-block-components-notice-banner.is-success {
  background-color: rgba(155, 207, 184, 0.3);
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-weight: 500;
  flex-wrap: wrap;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .return-to-shop .button {
  border-radius: 6px;
  background-color: #2d333a;
  color: #ffffff;
  box-sizing: border-box;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .return-to-shop .button:hover {
  background-color: #4a5455;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .return-to-shop .button:disabled:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .wc-block-components-notice-banner {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: start;
  padding: 15px;
  width: auto;
  margin-bottom: 25px;
  background-color: #f4f4f4;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .wc-block-components-notice-banner svg {
  width: 30px;
  height: 30px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .wc-block-components-notice-banner .wc-forward {
  border-radius: 6px;
  background-color: #4a5455;
  color: #ffffff;
  margin-right: 10px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .wc-block-components-notice-banner .wc-forward:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .wc-block-components-notice-banner.is-success {
  background-color: rgba(155, 207, 184, 0.3);
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .wc-block-components-notice-banner.is-error {
  background-color: rgba(245, 59, 65, 0.15);
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-weight: 500;
  flex-wrap: wrap;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .wc-block-components-notice-banner .wc-block-components-notice-banner__content > *:last-child {
  margin-bottom: 0px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout h3,
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout h3#order_review_heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 10px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row {
  padding: 0;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row input,
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row select,
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row textarea {
  background-color: #f4f4f4;
  border: 1px solid #7d8c8c;
  border-radius: 8px;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  color: #4a5455;
  font-weight: 500;
  font-size: 1rem;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row input::-moz-placeholder, body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row select::-moz-placeholder, body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row textarea::-moz-placeholder {
  color: #4a5455;
  font-weight: 500;
  font-size: 1rem;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row input::placeholder,
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row select::placeholder,
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row textarea::placeholder {
  color: #4a5455;
  font-weight: 500;
  font-size: 1rem;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row input:focus-visible,
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row select:focus-visible,
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row textarea:focus-visible {
  outline: 2px solid #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row .button {
  border-radius: 6px;
  background-color: #2d333a;
  color: #ffffff;
  box-sizing: border-box;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row .button:hover {
  background-color: #4a5455;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row .button:disabled:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row.place-order {
  padding: 25px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row.place-order .button {
  background-color: #01493d;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row.place-order .button:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row.place-order .button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout #customer_details {
  margin-bottom: 25px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout #customer_details .col-1 {
  margin-bottom: 25px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .shop_table {
  border-radius: 0px;
  border-collapse: collapse;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout #payment {
  background-color: #f4f4f4;
  border-radius: 0px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout #payment ul.payment_methods {
  padding: 25px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout #payment ul.payment_methods .payment_box {
  border-radius: 0px;
  background-color: #dff0ea;
  color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout #payment ul.payment_methods .payment_box::before {
  border-bottom-color: #dff0ea;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .woocommerce-order .woocommerce-notice--success {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  padding: 15px;
  width: auto;
  margin-bottom: 25px;
  background-color: rgba(155, 207, 184, 0.3);
  font-weight: 500;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .woocommerce-order .woocommerce-notice--success .wc-forward {
  border-radius: 6px;
  background-color: #4a5455;
  color: #ffffff;
  margin-right: 10px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .woocommerce-order .woocommerce-notice--success .wc-forward:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .woocommerce-order .woocommerce-order-overview {
  padding-left: 0px;
  margin-bottom: 50px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .woocommerce-order .woocommerce-order-overview .email {
  display: none;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .woocommerce-order .woocommerce-order-details h2,
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .woocommerce-order .woocommerce-customer-details h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 10px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .woocommerce-order .woocommerce-customer-details address {
  padding: 9px 12px;
  border-radius: 0px;
  box-sizing: border-box;
  border-width: 1px;
}
body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email {
  display: none;
}
body main .main-page-wrapper section#main-article .license-notice {
  color: #4a5455;
  margin-top: var(--padding);
  margin-bottom: var(--padding);
}
body main .main-page-wrapper section#main-article .license-notice h5 {
  margin-bottom: 6px;
}
body main .main-page-wrapper section#main-article .license-notice p {
  font-size: 0.9rem;
}
body main .main-page-wrapper section#main-article .license-notice p a {
  color: #4a5455;
}
body main .main-page-wrapper section#main-article .license-notice p a:hover {
  color: #2d333a;
}
body main .main-page-wrapper section#main-article .license-notice img {
  margin-top: 15px;
}
body main .main-page-wrapper section#main-article .accordion {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 25px;
}
body main .main-page-wrapper section#main-article .accordion .accordion-item {
  border: none;
}
body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-header {
  position: relative;
}
body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #01493d;
  box-sizing: border-box;
}
body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-header .accordion-button h3 {
  color: #ffffff;
  padding-right: 50px;
}
body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-header .accordion-button:focus-visible {
  outline-offset: 1px;
  outline-color: rgb(16, 16, 16);
  outline-width: 1px;
  outline-style: auto;
}
body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-header button.copy-link {
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 55px;
  top: calc(50% - 10px);
  z-index: 3;
  padding: 15px;
  margin-top: -15px;
  margin-right: -15px;
}
body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-header button.copy-link img {
  filter: invert(1);
  width: 100%;
  height: auto;
}
body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-collapse {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
}
body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 50px;
  border: none;
}
body main .main-page-wrapper section#main-article .accordion #copy-alert {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border-radius: 8px;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
  display: none;
}
body main .main-page-wrapper section#main-article .accordion #copy-alert p {
  background-color: rgba(155, 207, 184, 0.5);
  padding: 12px 20px;
  border-radius: 8px;
}
body main .main-page-wrapper section#main-article .topic-news {
  margin-top: var(--padding);
}
body main .main-page-wrapper section#main-article .topic-news h3 {
  margin-bottom: 15px;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit {
  display: flex;
  flex-direction: row;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
  min-height: 150px;
  border-bottom: 6px solid #01493d;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .img-container {
  flex-basis: 350px;
  overflow: hidden;
  min-height: 150px;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content {
  padding: 25px;
  flex-basis: 100%;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content h3 {
  margin-bottom: 10px;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content h4 {
  margin-bottom: 5px;
  color: #01493d;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content p {
  margin-bottom: 10px;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content a {
  text-decoration: none;
  font-size: 1rem;
  color: #2d333a;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content a img {
  width: 20px;
  margin-top: -4px;
  margin-right: 2px;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content a img.brightblue {
  filter: invert(20%) sepia(59%) saturate(755%) hue-rotate(123deg) brightness(93%) contrast(99%);
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content a p {
  display: inline;
  font-weight: 600;
}
body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content a:hover > p {
  border-bottom: 2px solid #01493d;
}
body main .main-page-wrapper section#news-list {
  flex-basis: 100%;
}
body main .main-page-wrapper section#news-list h1 {
  margin-bottom: 25px;
}
body main .main-page-wrapper section#news-list .news-articles {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box {
  display: flex;
  flex-direction: row;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
  min-height: 150px;
  border-bottom: 6px solid #73cae6;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .img-container {
  flex-basis: 350px;
  overflow: hidden;
  min-height: 150px;
  aspect-ratio: 16/9;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content {
  padding: 25px;
  flex-basis: 100%;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content h3 {
  margin-bottom: 10px;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content h4 {
  margin-bottom: 5px;
  color: #73cae6;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content p {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content p.pinned-text {
  color: #4a5455;
  font-weight: 500;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content p.pinned-text img {
  filter: invert(30%) sepia(7%) saturate(627%) hue-rotate(137deg) brightness(96%) contrast(87%);
  margin-top: -2px;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content a {
  text-decoration: none;
  font-size: 1rem;
  color: #2d333a;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content a img {
  width: 20px;
  margin-top: -4px;
  margin-right: 2px;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content a img.brightblue {
  filter: invert(81%) sepia(9%) saturate(2372%) hue-rotate(161deg) brightness(94%) contrast(91%);
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content a p {
  display: inline;
  font-weight: 500;
  border-bottom: 2px solid #73cae6;
}
body main .main-page-wrapper section#news-list .news-articles article.news-box .article-content a:hover > p {
  border-bottom: 2px solid #2d333a;
}
body main .main-page-wrapper section#news-list .news-articles:not(:last-child) {
  margin-bottom: var(--padding);
}
body main .main-page-wrapper section#changes-list {
  flex-basis: 100%;
}
body main .main-page-wrapper section#changes-list .changes-listing table tr th {
  vertical-align: bottom;
}
body main .main-page-wrapper section#changes-list .changes-listing table tr td {
  vertical-align: top;
}
body main .main-page-wrapper section#changes-list .changes-listing table tr th,
body main .main-page-wrapper section#changes-list .changes-listing table tr td {
  padding-bottom: 10px;
}
body main .main-page-wrapper section#changes-list .changes-listing table tr th:not(:first-child),
body main .main-page-wrapper section#changes-list .changes-listing table tr td:not(:first-child) {
  padding-left: 15px;
}
body main .main-page-wrapper section#changes-list .changes-listing table tr a {
  color: #2d333a;
}
body main .main-page-wrapper section#changes-list .changes-listing table tr a:hover {
  color: #007e95;
}
body main .main-page-wrapper section#changes-list .changes-listing table tr span {
  font-weight: 500;
}
body main .main-page-wrapper section#changes-list .changes-listing .pagination {
  margin-top: 20px;
}
body main .main-page-wrapper section#lawchanges-list {
  flex-basis: 100%;
}
body main .main-page-wrapper section#lawchanges-list .lawchange-count {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
}
body main .main-page-wrapper section#lawchanges-list .lawchange-count div {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  -moz-column-gap: 5px;
       column-gap: 5px;
  max-width: 100%;
}
body main .main-page-wrapper section#lawchanges-list .lawchange-count div span {
  font-weight: 600;
}
body main .main-page-wrapper section#lawchanges-list .lawchange-count div a:hover {
  color: #007e95;
}
body main .main-page-wrapper section#lawchanges-list .lawchange-count div .filter-badge-container {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}
body main .main-page-wrapper section#lawchanges-list .lawchange-count div .filter-badge-container .filter-badge {
  display: inline-block;
  background: rgba(115, 202, 230, 0.15);
  color: #4a5455;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #73cae6;
  box-sizing: border-box;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing {
  max-width: 100%;
  overflow-x: auto;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr {
  border-bottom: 1px solid #f4f4f4;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr th {
  vertical-align: bottom;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td {
  vertical-align: top;
  padding-top: 10px;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td span {
  display: inline-block;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td span.source {
  padding: 1px 4px;
  border-radius: 6px;
  border: 2px solid;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td span.source-1 {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td span.source-2 {
  background-color: #00567a;
  color: #ffffff;
  border-color: #00567a;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td span.source-3 {
  background-color: #ffffff;
  color: #00567a;
  border-color: #00567a;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td.law-title {
  max-width: 30ch;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td.law-title p {
  display: flex;
  flex-direction: row;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td.law-title p a {
  flex-shrink: 1;
  font-weight: 400;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td.law-title p a[href^="http://"]:after,
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td.law-title p a[href^="https://"]:after {
  display: none;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td.law-title p:after {
  content: url("./assets/icons/bootstrap-icons/box-arrow-up-right.svg");
  vertical-align: text-top;
  margin-left: 6px;
  /* padding-right: 6px; */
  width: 0.75rem;
  height: 1rem;
  display: inline-block;
  flex-shrink: 0;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr th,
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td {
  padding-bottom: 10px;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr th:not(:first-child),
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr td:not(:first-child) {
  padding-left: 25px;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr a {
  color: #2d333a;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr a:hover {
  color: #007e95;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing table tr span {
  font-weight: 500;
}
body main .main-page-wrapper section#lawchanges-list .changes-listing .pagination {
  margin-top: 20px;
}
body main .main-page-wrapper section#events-list {
  flex-basis: 100%;
}
body main .main-page-wrapper section#events-list h1 {
  margin-bottom: 25px;
}
body main .main-page-wrapper section#events-list .events-articles {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body main .main-page-wrapper section#events-list .events-articles article.events-box {
  display: flex;
  flex-direction: row;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
  min-height: 150px;
  border-bottom: 6px solid #73cae6;
}
body main .main-page-wrapper section#events-list .events-articles article.events-box .article-content {
  padding: 25px;
  flex-basis: 100%;
}
body main .main-page-wrapper section#events-list .events-articles article.events-box .article-content h3 {
  margin-bottom: 10px;
}
body main .main-page-wrapper section#events-list .events-articles article.events-box .article-content h4 {
  margin-bottom: 5px;
  color: #73cae6;
}
body main .main-page-wrapper section#events-list .events-articles article.events-box .article-content p {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body main .main-page-wrapper section#events-list .events-articles article.events-box .article-content a {
  text-decoration: none;
  font-size: 1rem;
  color: #2d333a;
}
body main .main-page-wrapper section#events-list .events-articles article.events-box .article-content a img {
  width: 20px;
  margin-top: -4px;
  margin-right: 2px;
}
body main .main-page-wrapper section#events-list .events-articles article.events-box .article-content a img.brightblue {
  filter: invert(81%) sepia(9%) saturate(2372%) hue-rotate(161deg) brightness(94%) contrast(91%);
}
body main .main-page-wrapper section#events-list .events-articles article.events-box .article-content a p {
  display: inline;
  font-weight: 600;
}
body main .main-page-wrapper section#events-list .events-articles article.events-box .article-content a:hover > p {
  border-bottom: 2px solid #73cae6;
}
body main .main-page-wrapper aside#sidebar {
  flex-basis: 470px;
  background-color: rgba(155, 207, 184, 0.15);
  padding: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  min-width: 400px;
  height: -moz-fit-content;
  height: fit-content;
}
body main .main-page-wrapper aside#sidebar section#subpages {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
body main .main-page-wrapper aside#sidebar section#subpages a {
  text-decoration: none;
  color: #2d333a;
  position: relative;
  transform: scale(1);
  transition: 0.4s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body main .main-page-wrapper aside#sidebar section#subpages a:hover {
  transform: scale(1.01);
  transition: 0.4s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body main .main-page-wrapper aside#sidebar section#subpages .subpage {
  background-color: #ffffff;
  border-bottom: 6px solid #3da333;
  padding: 12px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body main .main-page-wrapper aside#sidebar section#subpages .subpage img {
  filter: invert(57%) sepia(14%) saturate(2364%) hue-rotate(67deg) brightness(90%) contrast(82%);
  width: 25px;
  height: 25px;
}
body main .main-page-wrapper aside#sidebar section#responsible {
  padding: 15px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background-color: #ffffff;
  border-bottom: 6px solid #3da333;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
}
body main .main-page-wrapper aside#sidebar section#responsible .responsible-img {
  width: 6.25rem;
  height: 6.25rem;
  flex-shrink: 0;
}
body main .main-page-wrapper aside#sidebar section#responsible .responsible-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 6.25rem;
}
body main .main-page-wrapper aside#sidebar section#responsible .responsible-img img.placeholder-img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7404%) hue-rotate(183deg) brightness(114%) contrast(73%);
}
body main .main-page-wrapper aside#sidebar section#responsible .responsible-contact p {
  font-weight: 500;
  margin-bottom: 4px;
}
body main .main-page-wrapper aside#sidebar section#responsible .responsible-contact p.responsible-title {
  color: #4a5455;
  font-size: 0.75rem;
  line-height: 0.9rem;
  margin-top: -4px;
  margin-bottom: 0;
}
body main .main-page-wrapper aside#sidebar section#responsible .responsible-contact ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
body main .main-page-wrapper aside#sidebar section#responsible .responsible-contact ul li {
  list-style: none;
  font-weight: 500;
}
body main .main-page-wrapper aside#sidebar section#responsible .responsible-contact ul li img {
  width: 18px;
  height: 18px;
  filter: invert(17%) sepia(8%) saturate(1046%) hue-rotate(172deg) brightness(94%) contrast(90%);
  margin-right: 8px;
}
body main .main-page-wrapper aside#sidebar section#responsible .responsible-contact ul li a {
  color: #2d333a;
  text-decoration: none;
  border-bottom: 2px solid #2d333a;
  line-height: 1.8;
}
body main .main-page-wrapper aside#sidebar section#responsible .responsible-contact ul li a:hover {
  border-bottom: 2px solid #3da333;
}
body main .main-page-wrapper aside#sidebar section#download-links {
  background-color: #ffffff;
  border-bottom: 6px solid #3da333;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
}
body main .main-page-wrapper aside#sidebar section#download-links h3 {
  margin-bottom: 15px;
}
body main .main-page-wrapper aside#sidebar section#download-links ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
body main .main-page-wrapper aside#sidebar section#download-links ul li a {
  text-decoration: none;
}
body main .main-page-wrapper aside#sidebar section#download-links ul li a p {
  font-weight: 500;
  color: #2d333a;
  border-bottom: 2px solid #2d333a;
  display: inline;
}
body main .main-page-wrapper aside#sidebar section#download-links ul li a img {
  filter: invert(17%) sepia(8%) saturate(1046%) hue-rotate(172deg) brightness(94%) contrast(90%);
  height: 19px;
  margin-left: 2px;
}
body main .main-page-wrapper aside#sidebar section#download-links ul li a:hover > p {
  border-bottom: 2px solid #3da333;
}
body main .main-page-wrapper aside#sidebar section#info-box {
  background-color: #ffffff;
  border-bottom: 6px solid #3da333;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
}
body main .main-page-wrapper aside#sidebar section#info-box h3 {
  margin-bottom: 15px;
}
body main .main-page-wrapper aside#sidebar section#info-box a.kontakt-btn,
body main .main-page-wrapper aside#sidebar section#info-box a.weiterleitung-btn {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  text-decoration: none;
}
body main .main-page-wrapper aside#sidebar section#info-box a.kontakt-btn img,
body main .main-page-wrapper aside#sidebar section#info-box a.weiterleitung-btn img {
  width: 18px;
  height: 18px;
  filter: invert(57%) sepia(14%) saturate(2364%) hue-rotate(67deg) brightness(90%) contrast(82%);
  margin-right: 4px;
  margin-bottom: 2px;
}
body main .main-page-wrapper aside#sidebar section#info-box a.kontakt-btn p,
body main .main-page-wrapper aside#sidebar section#info-box a.weiterleitung-btn p {
  color: #2d333a;
  font-weight: 500;
  display: inline;
  border-bottom: 2px solid #3da333;
}
body main .main-page-wrapper aside#sidebar section#info-box a.kontakt-btn:hover > p,
body main .main-page-wrapper aside#sidebar section#info-box a.weiterleitung-btn:hover > p {
  border-bottom: 2px solid #3da333;
}
body main .main-page-wrapper aside#sidebar section#info-box a.weiterleitung-btn {
  margin-bottom: 5px;
}
body main .main-page-wrapper aside#sidebar section#filter-box {
  background-color: #ffffff;
  border-bottom: 6px solid #3da333;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
}
body main .main-page-wrapper aside#sidebar section#filter-box h3 {
  margin-bottom: 15px;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type {
  border-top: 1px solid #f4f4f4;
  padding-top: 10px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type:last-child {
  margin-bottom: 0;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type h4 {
  margin-bottom: 4px;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type p {
  margin-bottom: 4px;
  margin-top: -4px;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type p.hinweis {
  margin-top: 0;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type p span {
  font-weight: 500;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type .filter-type-divided {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 10px;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type .filter-type-divided .filter-type-half {
  flex: 1 1 0;
  width: auto;
  box-sizing: border-box;
  min-width: 0px;
  flex-basis: 200px;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type input,
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type select {
  background-color: #f4f4f4;
  border: 1px solid #7d8c8c;
  border-radius: 8px;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  color: #4a5455;
  font-weight: 500;
  font-size: 1rem;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type input::-moz-placeholder, body main .main-page-wrapper aside#sidebar section#filter-box .filter-type select::-moz-placeholder {
  color: #4a5455;
  font-weight: 500;
  font-size: 1rem;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type input::placeholder,
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type select::placeholder {
  color: #4a5455;
  font-weight: 500;
  font-size: 1rem;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type label {
  display: flex;
  flex-direction: row;
  justify-content: start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
body main .main-page-wrapper aside#sidebar section#filter-box .filter-type label input {
  width: auto;
}
body main .main-page-wrapper aside#sidebar section#filter-box button {
  border: none;
  background-color: #01493d;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
}
body main .main-page-wrapper aside#sidebar section#filter-box button:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper aside#sidebar section#filter-box button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
body main .main-page-wrapper aside#sidebar section#filter-box .label-p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35rem;
  margin-bottom: 5px;
}
body main .main-page-wrapper aside#sidebar section#filter-box .label-p.bold,
body main .main-page-wrapper aside#sidebar section#filter-box .label-p strong {
  font-weight: 500;
}
body main .main-page-wrapper aside#sidebar section#filter-box .label-p a {
  font-weight: 500;
  color: initial;
}
body main .main-page-wrapper aside#sidebar section#filter-box .label-h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-bottom: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
body main .main-page-wrapper.theme-darkblue blockquote::before {
  color: #007e95;
}
body main .main-page-wrapper.theme-darkblue section#main-article a:hover {
  color: #007e95;
}
body main .main-page-wrapper.theme-darkblue section#main-article .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #007e95;
}
body main .main-page-wrapper.theme-darkblue section#main-article .topic-news .topic-news-list .sticky-neuigkeit {
  border-bottom: 6px solid #007e95;
}
body main .main-page-wrapper.theme-darkblue section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content h4 {
  color: #007e95;
}
body main .main-page-wrapper.theme-darkblue section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content a:hover > p {
  border-bottom: 2px solid #007e95;
}
body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-shop .products .product .price {
  color: #007e95;
}
body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button {
  background-color: #007e95;
}
body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-checkout form.checkout .form-row.place-order .button {
  background-color: #007e95;
}
body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-checkout form.checkout .form-row.place-order .button:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-checkout form.checkout .form-row.place-order .button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
body main .main-page-wrapper.theme-darkblue aside#sidebar {
  background-color: rgba(115, 202, 230, 0.15);
}
body main .main-page-wrapper.theme-darkblue aside#sidebar section#subpages .subpage {
  border-bottom: 6px solid #007e95;
}
body main .main-page-wrapper.theme-darkblue aside#sidebar section#subpages .subpage img {
  filter: invert(31%) sepia(92%) saturate(3895%) hue-rotate(170deg) brightness(89%) contrast(101%);
}
body main .main-page-wrapper.theme-darkblue aside#sidebar section#responsible {
  border-bottom-color: #007e95;
}
body main .main-page-wrapper.theme-darkblue aside#sidebar section#responsible .responsible-contact ul li a:hover {
  border-bottom-color: #007e95;
}
body main .main-page-wrapper.theme-darkblue aside#sidebar section#download-links {
  border-bottom-color: #007e95;
}
body main .main-page-wrapper.theme-darkblue aside#sidebar section#download-links ul li a:hover p {
  border-bottom-color: #007e95;
}
body main .main-page-wrapper.theme-brightblue blockquote::before {
  color: #007e95;
}
body main .main-page-wrapper.theme-brightblue section#main-article a:hover {
  color: #007e95;
}
body main .main-page-wrapper.theme-brightblue section#main-article .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #007e95;
}
body main .main-page-wrapper.theme-brightblue section#main-article .topic-news .topic-news-list .sticky-neuigkeit {
  border-bottom: 6px solid #007e95;
}
body main .main-page-wrapper.theme-brightblue section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content h4 {
  color: #007e95;
}
body main .main-page-wrapper.theme-brightblue section#main-article .topic-news .topic-news-list .sticky-neuigkeit .article-content a:hover > p {
  border-bottom: 2px solid #007e95;
}
body main .main-page-wrapper.theme-brightblue section#main-article .main-content .text.wc-shop .products .product .price {
  color: #007e95;
}
body main .main-page-wrapper.theme-brightblue section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button {
  background-color: #007e95;
}
body main .main-page-wrapper.theme-brightblue section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button:hover {
  background-color: #2d333a;
}
body main .main-page-wrapper.theme-brightblue section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
body main .main-page-wrapper.theme-brightblue aside#sidebar {
  background-color: rgba(115, 202, 230, 0.15);
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#info-box {
  border-color: #73cae6;
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#info-box a img {
  filter: invert(81%) sepia(9%) saturate(2372%) hue-rotate(161deg) brightness(94%) contrast(91%);
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#info-box a p {
  border-color: #73cae6;
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#info-box a:hover > p {
  border-color: #2d333a;
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#subpages .subpage {
  border-color: #73cae6;
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#subpages .subpage img {
  filter: invert(81%) sepia(9%) saturate(2372%) hue-rotate(161deg) brightness(94%) contrast(91%);
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#responsible {
  border-color: #73cae6;
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#responsible .responsible-contact ul li a {
  border-color: #73cae6;
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#responsible .responsible-contact ul li a:hover {
  border-bottom: 2px solid #2d333a;
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#download-links {
  border-color: #73cae6;
}
body main .main-page-wrapper.theme-brightblue aside#sidebar section#download-links ul li a:hover > p {
  border-bottom: 2px solid #73cae6;
}
body footer {
  width: 100%;
  border-bottom: 10px solid #a2bf15;
  --footer-child-width: 340px;
}
body footer .footer-container {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 25px;
}
body footer .footer-container .component-footer-title h2 {
  max-width: 230px;
  color: #2d333a;
  -webkit-hyphens: none;
          hyphens: none;
}
body footer .footer-container .component-footer-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 0;
  padding: 0;
}
body footer .footer-container .component-footer-menu ul li {
  list-style: none;
}
body footer .footer-container .component-footer-menu ul li a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #2d333a;
  outline-offset: 10px;
  border-bottom: 2px solid #2d333a;
}
body footer .footer-container .component-footer-menu ul li a:hover {
  border-bottom: 2px solid #a2bf15;
}
body footer .footer-container .component-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  align-items: center;
}
body footer .footer-container .component-container .component-accessibility {
  display: flex;
}
body footer .footer-container .component-container .component-accessibility > a {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
  cursor: pointer;
  outline-offset: 10px;
  text-decoration: none;
  background-color: #2d333a;
  border-radius: 6px;
  padding: 7px 11px;
  margin-top: -3px;
}
body footer .footer-container .component-container .component-accessibility > a:hover {
  background-color: #4a5455;
}
body footer .footer-container .component-container .component-accessibility > a img {
  height: 18px;
  filter: invert(100%);
}
body footer .footer-container .component-container .component-accessibility > a p {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}
body footer .footer-container .component-container .component-accessibility button {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  outline-offset: 10px;
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
body footer .footer-container .component-container .component-accessibility button:hover {
  border-bottom: 2px solid #a2bf15;
}
body footer .footer-container .component-container .component-accessibility button img {
  height: 18px;
  filter: invert(17%) sepia(8%) saturate(1046%) hue-rotate(172deg) brightness(94%) contrast(90%);
}
body footer .footer-container .component-container .component-accessibility button p {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #2d333a;
}
body footer .footer-container .component-container .component-accessibility .modal .modal-content {
  border-radius: 0px;
}
body footer .footer-container .component-container .component-accessibility .modal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
body footer .footer-container .component-container .component-accessibility .modal .modal-content .modal-body .input-line {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
body footer .footer-container .component-container .component-accessibility .modal .modal-content .modal-body .input-line input {
  margin: 0;
  border: 2px solid #2d333a;
  width: 30px;
  height: 30px;
}
body footer .footer-container .component-container .component-accessibility .modal .modal-content .modal-footer {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body footer .footer-container .component-container .component-accessibility .modal .modal-content .modal-footer a {
  text-decoration: none;
}
body footer .footer-container .component-container .component-accessibility .modal .modal-content .modal-footer button {
  font-weight: 500;
  border-bottom: 2px solid #2d333a;
}
body footer .footer-container .component-container .component-accessibility .modal .modal-content .modal-footer button:hover {
  border-bottom: 2px solid #a2bf15;
}
body footer .footer-container .component-container .component-emergency {
  display: flex;
  justify-content: end;
}
body footer .footer-container .component-container .component-emergency > a {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
  cursor: pointer;
  outline-offset: 10px;
  text-decoration: none;
  background-color: #a32314;
  border-radius: 6px;
  padding: 7px 11px;
  margin-top: -3px;
}
body footer .footer-container .component-container .component-emergency > a:hover {
  background-color: rgba(163, 35, 20, 0.85);
}
body footer .footer-container .component-container .component-emergency > a img {
  height: 18px;
  filter: invert(1);
}
body footer .footer-container .component-container .component-emergency > a p {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}

/*
* < accessibility design modifications >
*/
html.acc_contrast body main section#content-boxes article.content-box {
  border: 2px solid #2d333a;
}
html.acc_contrast body .component-search .input-icon .search-container form input {
  background-color: white;
  border: 2px solid #7d8c8c;
  color: #2d333a;
}
html.acc_contrast body .component-search .input-icon .search-container form input::-moz-placeholder {
  color: #2d333a;
}
html.acc_contrast body .component-search .input-icon .search-container form input::placeholder {
  color: #2d333a;
}
html.acc_contrast body .component-search .input-icon .search-container form button {
  position: absolute;
  height: 30px;
  margin-left: 2px;
  padding-left: 9px;
  top: 6px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
html.acc_contrast body .component-search .input-icon .search-container form button img {
  height: 20px;
  width: auto;
  filter: invert(17%) sepia(8%) saturate(1046%) hue-rotate(172deg) brightness(94%) contrast(90%);
}
html.acc_contrast body main section#content-boxes article.content-box.activate-shadow {
  border: 2px solid #2d333a;
}
html.acc_contrast body main section#content-boxes article.content-box.events_box .event-articles article:not(:last-child) {
  border-bottom: 1px solid #2d333a;
}
html.acc_contrast body main section#news-boxes div.articles a {
  border: 2px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content {
  border: 2px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper aside#sidebar {
  border: 2px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#events-list .events-articles article.events-box {
  border: 2px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#news-list .news-articles article.news-box {
  border: 2px solid #2d333a;
}
html.acc_contrast body main section#search-page-container .search-results {
  border: 2px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-header {
  border: 2px solid #7d8c8c;
}
html.acc_contrast body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-collapse {
  border: 2px solid #2d333a;
  border-top: 0px;
}
html.acc_contrast body main .main-page-wrapper section#main-article .law-container .accordion .accordion-header {
  border: none;
}
html.acc_contrast body main .main-page-wrapper section#main-article .law-container .accordion .accordion-item {
  border: 2px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .law-container .accordion .accordion-item * {
  border: none;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-source {
  background-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper aside#sidebar section#subpages a {
  border: 2px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper aside#sidebar section#responsible,
html.acc_contrast body main .main-page-wrapper aside#sidebar section#download-links,
html.acc_contrast body main .main-page-wrapper aside#sidebar section#info-box,
html.acc_contrast body main .main-page-wrapper aside#sidebar section#filter-box {
  border: 2px solid #2d333a;
}
html.acc_contrast body header #header-nav-content .modern-menu ul li,
html.acc_contrast body header #header-nav-content .vertical-menu ul li {
  border: 2px solid #7d8c8c;
}
html.acc_contrast body main .main-page-wrapper aside#sidebar section#filter-box .filter-type input {
  border: 2px solid #7d8c8c;
}
html.acc_contrast body main .main-page-wrapper aside#sidebar section#filter-box button {
  background-color: #025a69;
}
html.acc_contrast body main .main-page-wrapper aside#sidebar section#filter-box button:hover {
  background-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper aside#sidebar section#filter-box button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#lawchanges-list .changes-listing table tr {
  border-bottom: 1px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit {
  border: 2px solid #2d333a;
}
html.acc_contrast body main section#content-boxes ~ .content-boxes-slide-prev,
html.acc_contrast body main section#content-boxes ~ .content-boxes-slide-next {
  background-color: #2d333a;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
html.acc_contrast body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev.swiper-button-disabled ~ .aktuelles-slide-next,
html.acc_contrast body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev.swiper-button-disabled ~ .aktuelles-slide-prev,
html.acc_contrast body main section#news-boxes div#aktuelles ~ .aktuelles-slide-next,
html.acc_contrast body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev {
  background-color: #2d333a;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
html.acc_contrast body main section#contact-boxes div#contacts ~ .contacts-slide-prev.swiper-button-disabled ~ .contacts-slide-next,
html.acc_contrast body main section#contact-boxes div#contacts ~ .contacts-slide-prev.swiper-button-disabled ~ .contacts-slide-prev,
html.acc_contrast body main section#contact-boxes div#contacts ~ .contacts-slide-next,
html.acc_contrast body main section#contact-boxes div#contacts ~ .contacts-slide-prev {
  background-color: #2d333a;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
html.acc_contrast body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button {
  background-color: #025a69;
}
html.acc_contrast body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button:hover {
  background-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .checkout-button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-checkout form.checkout .form-row.place-order .button {
  background-color: #025a69;
}
html.acc_contrast body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-checkout form.checkout .form-row.place-order .button:hover {
  background-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper.theme-darkblue section#main-article .main-content .text.wc-checkout form.checkout .form-row.place-order .button:focus-visible {
  background-color: #ffffff;
  color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product a:hover h2 {
  color: #4a5455;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-shop .products .product .price {
  color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-shop .shop-filter .filter-badge-container .filter-badge {
  border: 2px solid #2d333a;
  color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#lawchanges-list .lawchange-count div .filter-badge-container .filter-badge {
  border: 2px solid #2d333a;
  color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row input,
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row textarea,
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row select {
  border: none;
  outline: 2px solid #7d8c8c;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row input:focus-within,
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row textarea:focus-within,
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout form.checkout .form-row select:focus-within {
  outline: 2px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .shop_table {
  border-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .shop_table tr,
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .shop_table td,
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .shop_table th {
  border-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table {
  border-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table tr,
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table td,
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .woocommerce-cart-form .shop_table th {
  border-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .shop_table {
  border-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .shop_table tr,
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .shop_table td,
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-cart .woocommerce .cart_totals .shop_table th {
  border-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout #payment {
  border: 2px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout #payment .payment_box {
  background-color: #2d333a;
  color: #ffffff;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout #payment .payment_box::before {
  border-bottom-color: #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-checkout .woocommerce-order .woocommerce-customer-details address {
  border: 1px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-shop form.woocommerce-ordering select {
  border: none;
  outline: 2px solid #7d8c8c;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-shop form.woocommerce-ordering select:focus-within {
  outline: 2px solid #2d333a;
}
html.acc_contrast body main .main-page-wrapper.theme-darkblue section#main-article .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #025a69;
}
html.acc_contrast body main .main-page-wrapper section#main-article .main-content .text.wc-shop .price {
  color: #2d333a;
}
html.acc_contrast body main section#news-boxes div.articles .swiper-slide article {
  border: 2px solid #2d333a;
}
html.acc_contrast body main section#news-boxes div.articles .swiper-slide article .article-content {
  border: none;
}
html.acc_contrast body main section#contact-boxes div.articles .swiper-slide article {
  border-color: #2d333a;
}
html.acc_contrast body main section#contact-boxes div.articles .swiper-slide article .top-content {
  background-color: rgba(0, 0, 0, 0);
}

html.acc_fontsize {
  font-size: 1.3em;
}
html.acc_fontsize .bebas-heading {
  font-family: "Poppins", sans-serif;
}
html.acc_fontsize body main section#news-boxes div#aktuelles h2 {
  border-bottom: none;
}
html.acc_fontsize body main .main-page-heading,
html.acc_fontsize body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-heading h1,
html.acc_fontsize body main .main-page-wrapper section#main-article .main-content .headimg-heading-big h1 {
  font-family: "Poppins", sans-serif;
}

/*
* < responsive design modifications >
*/
@media (max-width: 2000px) {
  body .maxwidth-container-fix {
    padding: 0;
  }
  body main section#content-boxes {
    padding: 0 var(--padding);
  }
}
@media (max-width: 1270px) {
  body footer .footer-container {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    text-align: left;
    row-gap: 25px;
  }
  body footer .footer-container .component-footer-title,
  body footer .footer-container .component-accessibility {
    width: auto;
  }
  body main .main-page-wrapper {
    flex-direction: column;
    row-gap: 25px;
  }
  body main .main-page-wrapper section#main-article {
    margin: 0;
  }
  body main .main-page-wrapper aside#sidebar {
    flex-basis: auto;
    min-width: auto;
  }
  body header .header-container .logo-container .breadcrumb {
    display: none;
  }
  body header.headernav-open #header-nav-content .breadcrumb {
    display: block;
    padding-left: var(--padding);
    margin-top: 2px;
  }
}
@media (max-width: 1200px) {
  :root {
    --padding: 25px;
  }
  body main section#news-boxes .maxwidth-container-fix-news {
    flex-direction: column;
    row-gap: 35px;
  }
  body footer .footer-container {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  body header .header-container .header-row .component-weather {
    display: none;
  }
}
@media (max-width: 768px) {
  body h1,
  body h2.bebas-heading {
    font-size: 1.375rem;
  }
  body header .header-container .header-logo {
    max-width: 130px;
  }
  body main section#news-boxes div.articles {
    flex-direction: column;
    row-gap: 25px;
  }
  body header .header-container .header-row .component-search {
    display: none;
  }
  body footer .footer-container {
    row-gap: 50px;
  }
  body footer .footer-container .component-footer-menu ul {
    flex-direction: column;
    row-gap: 15px;
  }
  body main section#content-boxes {
    scroll-snap-type: x mandatory;
  }
  body main section#content-boxes article.content-box {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    scroll-snap-align: center;
  }
  body header #header-nav-content #information-menu ul,
  body header #header-nav-content #tools-menu ul {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  body header #header-nav-content #information-menu ul li,
  body header #header-nav-content #tools-menu ul li {
    min-width: 100%;
    border-bottom: 6px solid #3da333;
    height: auto;
  }
  body header #header-nav-content #information-menu ul li a,
  body header #header-nav-content #tools-menu ul li a {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: left;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 15px 20px;
  }
  body header #header-nav-content #information-menu ul li:hover,
  body header #header-nav-content #tools-menu ul li:hover {
    transform: none;
  }
  body header #header-nav-content #information-menu ul li.current_page_item {
    border-bottom: 6px solid rgba(61, 163, 51, 0.4);
  }
  body header #header-nav-content #tools-menu ul li.current_page_item {
    border-bottom: 6px solid rgba(0, 126, 149, 0.4);
  }
  body header #header-nav-content #tools-menu ul li {
    border-bottom: 6px solid #007e95;
  }
  body header #header-nav-content .additional-menu-links {
    flex-direction: column;
  }
  body header #header-nav-content .component-search {
    display: initial;
    width: 100%;
  }
  body header #header-nav-content .component-search .search-container {
    padding: 0 var(--padding) var(--padding) var(--padding);
  }
  body header #header-nav-content .component-search .search-container form {
    width: 100%;
    box-sizing: border-box;
  }
  body header #header-nav-content .component-search .search-container form input {
    width: 100%;
    padding: 14px 18px;
    padding-left: 42px;
  }
  body header #header-nav-content .component-search .search-container form button {
    height: 42px;
    margin-left: 2px;
    padding-left: 12px;
    top: 4px;
  }
  body header #header-nav-content .component-search .search-container form button img {
    height: 20px;
  }
  body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-heading {
    padding-left: 25px;
    display: none;
  }
  body main .main-page-wrapper section#main-article .main-content .headimg-heading-responsive {
    display: block;
  }
  body main .main-page-wrapper section#main-article .main-content .text {
    padding: 25px;
  }
  body main .main-page-wrapper section#main-article .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 25px;
  }
  body main .main-page-wrapper section#main-article .main-content .headimg-heading-big {
    padding-left: 25px;
  }
  body main .main-page-wrapper section#main-article .main-content .headimg-container .headimg-source {
    display: none;
  }
  body main section#content-boxes article.content-box.events_box .event-articles article .article-content p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  body main .main-page-wrapper section#events-list .events-articles article.events-box .article-content p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  body main section#news-boxes div.articles a article .article-content p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  body main section#news-boxes div.articles article.article-placeholder {
    display: none;
  }
  body main .main-page-wrapper section#changes-list .changes-listing ul {
    padding-left: 20px;
  }
  body main section#content-boxes ~ .content-boxes-slide-prev.swiper-button-disabled ~ .content-boxes-slide-next,
  body main section#content-boxes ~ .content-boxes-slide-prev.swiper-button-disabled ~ .content-boxes-slide-prev,
  body main section#content-boxes ~ .content-boxes-slide-next,
  body main section#content-boxes ~ .content-boxes-slide-prev {
    width: 32px;
    height: 32px;
  }
  body main section#content-boxes ~ .content-boxes-slide-prev.swiper-button-disabled ~ .content-boxes-slide-next svg,
  body main section#content-boxes ~ .content-boxes-slide-prev.swiper-button-disabled ~ .content-boxes-slide-prev svg,
  body main section#content-boxes ~ .content-boxes-slide-next svg,
  body main section#content-boxes ~ .content-boxes-slide-prev svg {
    width: 25px;
    height: auto;
  }
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev.swiper-button-disabled ~ .aktuelles-slide-next,
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev.swiper-button-disabled ~ .aktuelles-slide-prev,
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-next,
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev {
    width: 32px;
    height: 32px;
  }
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev.swiper-button-disabled ~ .aktuelles-slide-next svg,
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev.swiper-button-disabled ~ .aktuelles-slide-prev svg,
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-next svg,
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev svg {
    width: 25px;
    height: auto;
  }
  body main section#contact-boxes div#contacts ~ .contacts-slide-prev.swiper-button-disabled ~ .contacts-slide-next,
  body main section#contact-boxes div#contacts ~ .contacts-slide-prev.swiper-button-disabled ~ .contacts-slide-prev,
  body main section#contact-boxes div#contacts ~ .contacts-slide-next,
  body main section#contact-boxes div#contacts ~ .contacts-slide-prev {
    width: 32px;
    height: 32px;
  }
  body main section#contact-boxes div#contacts ~ .contacts-slide-prev.swiper-button-disabled ~ .contacts-slide-next svg,
  body main section#contact-boxes div#contacts ~ .contacts-slide-prev.swiper-button-disabled ~ .contacts-slide-prev svg,
  body main section#contact-boxes div#contacts ~ .contacts-slide-next svg,
  body main section#contact-boxes div#contacts ~ .contacts-slide-prev svg {
    width: 25px;
    height: auto;
  }
}
@media (max-width: 578px) {
  body main .main-page-wrapper section#news-list .news-articles article.news-box {
    flex-direction: column;
  }
  body main .main-page-wrapper section#news-list .news-articles article.news-box .img-container {
    flex-basis: auto;
  }
  body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit {
    flex-direction: column;
  }
  body main .main-page-wrapper section#main-article .topic-news .topic-news-list .sticky-neuigkeit .img-container {
    flex-basis: auto;
  }
  body main .main-page-wrapper aside#sidebar section#download-links ul {
    padding-left: 20px;
  }
  body main .main-page-wrapper section#main-article .main-content .text.employee-data {
    flex-direction: column;
    row-gap: 25px;
    align-items: flex-start;
  }
  body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-img {
    width: 100%;
    height: auto;
  }
  body main .main-page-wrapper section#main-article .main-content .text.employee-data .responsible-img img {
    width: 100%;
    height: 100%;
    max-height: 300px;
  }
}
@media (max-width: 470px) {
  body main .main-page-wrapper aside#sidebar section#responsible {
    flex-direction: column;
    padding: 20px;
    row-gap: 20px;
  }
  body main .main-page-wrapper aside#sidebar section#responsible .responsible-img {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
  body main .main-page-wrapper aside#sidebar section#responsible .responsible-img img {
    width: 100%;
    height: 100%;
    max-height: 300px;
  }
}
@media (hover: hover) {
  body main section#content-boxes ~ .content-boxes-slide-prev.swiper-button-disabled ~ .content-boxes-slide-next,
  body main section#content-boxes ~ .content-boxes-slide-prev.swiper-button-disabled ~ .content-boxes-slide-prev,
  body main section#content-boxes ~ .content-boxes-slide-next,
  body main section#content-boxes ~ .content-boxes-slide-prev {
    display: block;
  }
  body main section#content-boxes ~ .content-boxes-slide-prev.swiper-button-disabled ~ .content-boxes-pagination,
  body main section#content-boxes ~ .content-boxes-pagination {
    display: none;
  }
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev.swiper-button-disabled ~ .aktuelles-slide-next,
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev.swiper-button-disabled ~ .aktuelles-slide-prev,
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-next,
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev {
    display: block;
  }
  body main section#news-boxes div#aktuelles ~ .aktuelles-slide-prev.swiper-button-disabled ~ .aktuelles-pagination,
  body main section#news-boxes div#aktuelles ~ .aktuelles-pagination {
    display: none;
  }
  body main section#contact-boxes div#contacts ~ .contacts-slide-prev.swiper-button-disabled ~ .contacts-slide-next,
  body main section#contact-boxes div#contacts ~ .contacts-slide-prev.swiper-button-disabled ~ .contacts-slide-prev,
  body main section#contact-boxes div#contacts ~ .contacts-slide-next,
  body main section#contact-boxes div#contacts ~ .contacts-slide-prev {
    display: block;
  }
  body main section#contact-boxes div#contacts ~ .contacts-slide-prev.swiper-button-disabled ~ .contacts-pagination,
  body main section#contact-boxes div#contacts ~ .contacts-pagination {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition-duration: 0;
  }
  body main .main-page-wrapper aside#sidebar section#subpages a {
    transition: none;
  }
  body main .main-page-wrapper aside#sidebar section#subpages a:hover {
    transition: none;
  }
  body header #header-nav-content #information-menu ul li {
    transition: none;
  }
  body header #header-nav-content #information-menu ul li:hover {
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */