/*
Theme Name: Master-Theme
Author: gogether AG (Keutler & Priller)
Author URI: https://www.gogether.de/
Version: 3.0
Tags: gogether, master-theme
Text Domain: gogether
*/
.footer {
  padding: 0 64px;
  margin: 0;
  background: var(--wp--preset--color--footer-background);
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .content {
  justify-content: start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px 80px;
  padding: 64px 0;
}
.footer .content .organisation-section {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.footer .content .organisation-section .footer-logo {
  max-width: 100%;
  object-fit: contain;
}
.footer .content .organisation-section .description {
  color: var(--wp--preset--color--footer-text);
  font-size: 11.25pt;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  hyphens: auto;
}
.footer .content .organisation-section .description p {
  color: var(--wp--preset--color--footer-text);
  font-size: 11.25pt;
  line-height: normal;
  word-break: auto-phrase;
}
.footer .content .section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .content .section.section-1 {
  width: 170px;
}
.footer .content .section.section-2 {
  min-width: 16rem;
}
.footer .content .section .section-title {
  padding-bottom: 20px;
  color: #c6c6c6;
  font-size: 13.5pt;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.footer .content .section .items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .content .section .items .link {
  text-decoration: none;
  color: var(--wp--preset--color--footer-text);
  font-size: 11.25pt;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 3px solid transparent;
}
.footer .content .section .items .link:hover {
  color: white;
  border-bottom: 3px solid white;
  transition: border-bottom-color 0.3s ease;
}
.footer .content .section .items .contact-item {
  display: flex;
  color: var(--wp--preset--color--footer-text);
  text-decoration: none;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px;
}
.footer .content .section .items .contact-item:hover {
  color: white;
}
.footer .content .logo {
  height: 28px;
  width: auto;
}
.footer .icons {
  display: flex;
  color: var(--wp--preset--color--footer-text);
  gap: 48px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .icons ul li {
  color: unset;
}
.footer .icons ul li a span {
  font-size: 22px;
  color: white;
  transition: color 0.3s ease;
}
.footer .icons ul li a span:hover {
  color: var(--wp--preset--color--primary);
}
.footer .bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 90vw;
  width: 100%;
}
.footer .bottom .line {
  width: 100%;
  height: 1px;
  background: #2E344D;
}
.footer .bottom .bottom-content {
  padding-bottom: 32px;
  padding-top: 16px;
  gap: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer .bottom .bottom-content .copyright-text {
  margin-right: auto;
  color: var(--wp--preset--color--footer-text);
  font-size: 11.25pt;
  font-style: normal;
  font-weight: 400;
}
.footer .bottom .bottom-content .menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}
.footer .bottom .bottom-content .menu a {
  color: var(--wp--preset--color--footer-text);
  font-size: 11.25pt;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer .bottom .bottom-content .menu a:hover {
  color: var(--wp--preset--color--footer-text);
}
.footer .bottom .bottom-content .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .bottom .bottom-content .menu:last-child {
  margin-right: auto;
}

.search-page {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.search-page .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  padding: 32px;
  gap: 32px;
}
.search-page .content .header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-page .content .header .page-title {
  color: #757575;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.search-page .content .header .page-title strong {
  color: var(--wp--preset--color--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 28px;
  font-style: normal;
  line-height: normal;
}
.search-page .content .error-box {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogPost {
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 96px;
}
.blogPost .content {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.blogPost .content .imageItem {
  margin-top: 16px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
}
.blogPost .content .imageItem img {
  max-height: 600px;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .blogPost .content .imageItem img {
    max-height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .blogPost .content .imageItem img {
    max-height: 400px;
  }
}
@media screen and (max-width: 450px) {
  .blogPost .content .imageItem img {
    max-height: 300px;
  }
}
.blogPost .content .imageItem .blogPost-mediaDescription {
  display: flex;
  padding: 0 16px;
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blogPost .content .item {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.blogPost .content .item .header .blogPost-date {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.blogPost .content .item .header .blogPost-header {
  margin: 0;
}
.blogPost .content .item .header .excerpt {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.blogPost .content .item .content-text {
  margin: 32px 0;
}
.blogPost .content .item a {
  color: var(--wp--preset--color--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}

.blog-page {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.blog-page .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  padding: 32px;
  gap: 32px;
}
.blog-page .content .header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-page .content .error-box {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-post {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content-post .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.content-post .content a {
  color: var(--wp--preset--color--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}
.content-post .content .wp-block-column .alignwide {
  max-width: 1100px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
}
.content-post .content .alignfull {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.content-post .content > * {
  max-width: 1100px;
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 64px);
  box-sizing: border-box;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

p {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

li {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 28px;
  font-style: normal;
  margin: 0;
}

h1 {
  color: var(--wp--preset--color--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}

h2 {
  color: var(--wp--preset--color--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px;
}

h3 {
  color: var(--wp--preset--color--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px 0;
}

h4 {
  color: var(--wp--preset--color--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px 0;
}

h5 {
  color: var(--wp--preset--color--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px 0;
}

h6 {
  color: var(--wp--preset--color--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px 0;
}

body:has(#wpadminbar) .navbar {
  top: 32px !important;
}
@media only screen and (max-width: 782px) {
  body:has(#wpadminbar) .navbar {
    top: 46px !important;
  }
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-track {
  background: #fefeff;
}
body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #c0c0c0;
}
body main {
  padding-bottom: var(--wp--style--root--padding-bottom);
  padding-top: var(--wp--style--root--padding-top);
}
body main:has(.entry-content > :first-child.alignfull) {
  padding-top: 0;
}
body .wp-site-blocks {
  padding-bottom: 0;
  padding-top: 0;
}

button {
  all: unset;
}

.overflow-hidden {
  overflow: hidden;
}

#wpadminbar {
  position: fixed !important;
}

ul {
  padding-left: 24px;
  margin: 0;
}

i,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.link {
  text-decoration: none;
  color: unset;
}

a:focus {
  outline: var(--wp--preset--color--primary) solid 2px;
  border-radius: 32px;
  outline-offset: 2px;
}

.articles-block {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.articles-block .articles-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.articles-block .articles-header h1 {
  margin: 0;
}
.articles-block .articles-header .show-all-articles {
  color: var(--wp--preset--color--primary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  text-align: right;
}
.articles-block .articles {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .articles-block .articles {
    flex-direction: column;
  }
}
.articles-block .articles .beitrag {
  flex: 3;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.articles-block .articles .beitrag .thumbnail {
  width: 100%;
  object-fit: cover;
  height: 250px;
}
.articles-block .articles .beitrag .articles-placeholder-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  background-color: var(--wp--preset--color--surface);
  flex-shrink: 0;
}
.articles-block .articles .beitrag .info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.articles-block .articles .beitrag .info .beitrag-header {
  display: flex;
  flex-direction: column;
}
.articles-block .articles .beitrag .info .beitrag-header .post-date {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.articles-block .articles .beitrag .info .beitrag-header .post-title {
  color: var(--wp--preset--color--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}
.articles-block .articles .beitrag .info .beitrag-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.articles-block .articles .beitrag .info .beitrag-text .text {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.articles-block .articles .beitrag .info .beitrag-text .read-more {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  text-decoration: none;
}
.articles-block .articles .beitrag .info .beitrag-text .read-more .icon {
  color: var(--wp--preset--color--secondary);
}
.articles-block .articles .beitrag .info .beitrag-text .read-more .text {
  color: var(--wp--preset--color--secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.filter-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.filter-list-wrapper .filter-list-element {
  outline: var(--wp--preset--color--surface) 2.5px solid;
  display: flex;
  flex-direction: row;
  padding: 22px;
  gap: 16px;
  border-radius: 16px;
  background-color: var(--wp--preset--color--surface);
}
.filter-list-wrapper .filter-list-element .filter-list-thumbnail img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
}
.filter-list-wrapper .filter-list-element .filter-list-placeholder-thumbnail {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  background-color: var(--wp--preset--color--on-surface);
}
.filter-list-wrapper .filter-list-element .filter-list-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-type-chip {
  display: flex;
  padding: 4px 14px 4px 10px;
  align-items: center;
  position: absolute;
  gap: 4px;
  right: 0;
  top: 0;
  border-radius: 16px;
  background: var(--wp--preset--color--secondary);
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-type-chip i {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-categories-chip {
  display: flex;
  position: absolute;
  gap: 8px;
  right: 0;
  top: 0;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-categories-chip .filter-list-categories {
  padding: 4px 14px 4px 10px;
  align-items: center;
  gap: 4px;
  background: var(--wp--preset--color--secondary);
  border-radius: 16px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-chip-text {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-header {
  display: flex;
  flex-direction: column;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-header .filter-list-date {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-header .filter-list-title {
  color: var(--wp--preset--color--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-excerpt {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-excerpt b {
  color: var(--wp--preset--color--primary);
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-read-more {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-read-more i {
  color: var(--wp--preset--color--primary);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-read-more span {
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 650px) {
  .filter-list-wrapper .filter-list-element {
    flex-direction: column;
    padding: 0;
    overflow: hidden;
  }
  .filter-list-wrapper .filter-list-element .filter-list-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0;
  }
  .filter-list-wrapper .filter-list-element .filter-list-placeholder-thumbnail {
    width: 100%;
    border-radius: 0;
  }
  .filter-list-wrapper .filter-list-element .filter-list-content {
    padding: 0 22px 22px 22px;
  }
  .filter-list-wrapper .filter-list-element .filter-list-content .filter-list-text .filter-list-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .filter-list-wrapper .filter-list-element .filter-list-content .filter-list-categories-chip, .filter-list-wrapper .filter-list-element .filter-list-content .filter-list-type-chip {
    right: 16px;
    top: -5px;
  }
}

.contact-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.contact-dialog .dialog {
  margin: 32px 16px;
  display: flex;
  width: 956px;
  padding: 22px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 18px;
  background: #FFF;
}
.contact-dialog .dialog .header {
  display: flex;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contact-dialog .dialog .header .icon {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-dialog .dialog .options {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-direction: row;
}
@media screen and (max-width: 900px) {
  .contact-dialog .dialog .options {
    flex-direction: column;
  }
  .contact-dialog .dialog .options .option {
    padding: 16px 0 !important;
    gap: 16px !important;
  }
  .contact-dialog .dialog .options .option .icon {
    font-size: 48px !important;
  }
}
.contact-dialog .dialog .options .option {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  display: flex;
  padding: 32px 0;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  border-radius: 16px;
  background: #F0EBE6;
}
.contact-dialog .dialog .options .option .icon {
  color: var(--wp--preset--color--secondary);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-dialog .dialog .options .option .span {
  color: var(--wp--preset--color--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.custom-select {
  position: relative;
  height: 40px;
}

.custom-select select {
  display: none;
}

.custom-select-remove-selection {
  color: #848484 !important;
}

.select-selected {
  background-color: white;
  border-radius: 6px;
  outline: 1px solid #BABABA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
}
.select-selected .text {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select-selected .icon {
  color: #848484;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.select-arrow-active {
  outline: 2px solid var(--wp--preset--color--primary);
}
.select-arrow-active .icon {
  transform: rotate(180deg);
}

.select-items div, .select-selected {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: white;
  border-radius: 6px;
  outline: 1px solid #BABABA;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 500px;
  overflow: auto;
}
.select-items::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #f2f2f2;
}

.search-bar {
  flex: 2 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  position: relative;
}
.search-bar .input-field {
  display: flex;
  padding-inline: 16px;
  height: 40px;
  padding-block: 0;
  flex-grow: 1;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 6px;
  border: 1px solid #BABABA;
  background: #ffffff;
}
@media screen and (max-width: 380px) {
  .search-bar .input-field {
    width: 0;
  }
}
.search-bar .input-field:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
}
.search-bar .input-field:focus[data-search-options-active=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-bar .search-icon {
  position: absolute;
  padding-right: 12px;
  color: #848484;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.search-bar:has(.input-field:focus[data-search-options-active=true]) .search-bar-options {
  display: flex;
}
.search-bar .search-bar-options {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  padding: 8px 0;
  background-color: white;
  border: 1px solid #BABABA;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 9999;
  display: none;
  flex-direction: column;
}
.search-bar .search-bar-options .search-bar-option {
  padding: 8px 16px;
  line-height: 20px;
  font-size: 14px;
}
.search-bar .search-bar-options .search-bar-option:hover {
  background-color: #f2f2f2;
}

.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-page .error-page-title {
  font-size: 64px;
  text-align: center;
}
.error-page .error-page-subtitle {
  font-size: 26px;
  text-align: center;
  color: var(--wp--preset--color--secondary);
}
.error-page .error-page-search {
  box-sizing: border-box;
  padding: 32px 32px 32px 32px;
  width: 100%;
  max-width: 700px;
}

.search-card {
  display: flex;
  padding: 16px 22px;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background: var(--wp--preset--color--surface);
}
.search-card .search-row {
  display: flex;
  gap: 12px 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 380px) {
  .search-card .search-row {
    flex-direction: column;
  }
}
.search-card .search-row .location-finder {
  display: flex;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 6px;
  outline: 1px solid #BABABA;
  background-color: #ffffff;
  cursor: pointer;
}
.search-card .search-row .location-finder:hover {
  background-color: #f8f8f8;
}
.search-card .search-row .location-finder .location-icon {
  color: var(--wp--preset--color--primary);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.search-card .search-row .select-field {
  display: flex;
  padding: 10px 14px;
  border-radius: 6px;
  outline: 1px solid #BABABA;
  background: #ffffff;
  border-right: transparent 12px solid;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.search-card .search-row .select-field:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
}
.search-card .search-row .select-field .placeholder {
  color: #757575 !important;
}
.search-card .search-row .select-field option {
  font-size: 16px;
  background-color: var(--wp--preset--color--surface);
}
.search-card .search-row .select-field:focus > option:checked {
  color: var(--wp--preset--color--primary);
}
.search-card .search-row .categories {
  flex: 1 0 0;
}
.search-card .search-row .sort {
  flex: 1 0 0;
}
.search-card .filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.search-card .filters .filter {
  display: flex;
  padding: 4px 8px 4px 14px;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  background-color: var(--wp--preset--color--secondary);
}
.search-card .filters .filter .filter-text {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.search-card .filters .filter .filter-icon {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.search-card .filters .filter .filter-icon:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.search-card .filters .add-filter {
  padding: 4px;
  align-items: center;
  display: flex;
  border-radius: 16px;
  border: 1px solid #BABABA;
  background: #ffffff;
}
.search-card .filters .add-filter:hover {
  background-color: #f2f2f2;
}
.search-card .filters .add-filter i {
  width: 20px;
  color: #626262;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.icon-row {
  display: flex;
  gap: 10px;
  padding: 4px 0;
  align-items: center;
}
.icon-row .card-icon {
  color: var(--wp--preset--color--secondary);
}
.icon-row .card-list-tile-title {
  color: var(--wp--preset--color--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.icon-row .icon-circle {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #BABABA;
  background: #FFF;
}
.icon-row .icon-circle i {
  color: var(--wp--preset--color--secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.wp-block-webprofil-blocks-webprofil-karte {
  margin-bottom: 32px;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row {
  margin-top: 20px;
  display: flex;
  column-gap: 32px;
  row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--wp--preset--color--primary);
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider .webprofile-perimeter-slider-label {
  width: 143px;
  flex-shrink: 0;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider input {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: linear-gradient(to right, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 50%, var(--wp--preset--color--surface) 50%, var(--wp--preset--color--surface) 100%);
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider input::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  cursor: pointer;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-info-row .webprofile-perimeter-slider input::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  cursor: pointer;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content {
  display: flex;
  gap: 20px;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper {
  display: flex;
  flex-direction: column;
  width: calc(40% - 10px);
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-empty {
  align-self: center;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper h3 {
  line-height: 24px;
  margin: 0;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items {
  display: flex;
  flex-direction: column;
  max-height: 650px;
  overflow-y: auto;
  overflow-x: hidden;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .webprofile-item {
  display: flex;
  flex-direction: column;
  padding: 16px 22px;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 16px;
  background-color: var(--wp--preset--color--surface);
  border: 2px solid var(--wp--preset--color--surface);
  transition: border 0.2s ease-in-out;
  outline: none !important;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .webprofile-item h2 {
  color: var(--wp--preset--color--secondary);
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .webprofile-item a {
  text-decoration: none;
  word-break: break-word;
  hyphens: auto;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .webprofile-item:focus {
  border: 2px solid var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--surface-accent);
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .blink:not(:focus) {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    background-color: var(--wp--preset--color--surface-accent);
    border-color: var(--wp--preset--color--surface-accent);
  }
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .overflow-header {
  position: sticky;
  z-index: 1;
  height: 0;
  top: 0;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .overflow-header .overflow-header-pseudo {
  height: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, var(--wp--preset--color--background) 100%);
  opacity: 0;
  transition: opacity 0.1s ease-in-out, height 0.1s ease-in;
  pointer-events: none;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .overflow-header .show {
  opacity: 1;
  height: 50px;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .overflow-footer {
  position: sticky;
  z-index: 1;
  bottom: 0;
  padding: 25px;
  transform: translateY(1px);
  background: linear-gradient(0deg, var(--wp--preset--color--background) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content #map > div > div:nth-child(2) {
  outline: none;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper:has(.webprofile-empty) {
  justify-content: center;
  background-color: var(--wp--preset--color--surface);
  border-radius: 16px;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map {
  display: flex;
  width: calc(60% - 10px);
  aspect-ratio: 1;
  height: fit-content;
  border-radius: 16px;
  background-color: var(--wp--preset--color--surface);
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .maps-marker {
  height: 40px;
  transition: height 0.2s ease-in-out;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .maps-marker:hover {
  height: 60px;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .gm-style div:nth-child(1) > div:nth-child(2):not(.gm-style-iw-d) {
  border-radius: 16px;
  border: none !important;
  outline: none !important;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .datenschutz-zustimmung {
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .datenschutz-zustimmung p {
  text-align: center;
}
.wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map .cursor-pointer {
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content {
    flex-direction: column-reverse;
  }
  .wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper {
    width: 100%;
  }
  .wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items {
    max-height: unset;
    overflow-y: hidden;
  }
  .wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-item-wrapper .webprofile-items .overflow-footer {
    display: none;
  }
  .wp-block-webprofil-blocks-webprofil-karte .webprofile-card-content .webprofile-map {
    margin: 0;
    width: 100%;
    max-height: 400px;
  }
}

.team-gruppe {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
  gap: 8px;
}
.team-gruppe h1 {
  margin: 0 0 4px 16px;
}

.team-personen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.person {
  flex: 1 1 45%;
  max-width: calc(50% - 15px);
  flex-direction: row;
  overflow: hidden;
  display: flex;
  padding: 22px;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  border-radius: 16px;
  background: var(--wp--preset--color--surface);
}
.person img {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}
.person .person-text {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  box-sizing: border-box;
}
.person .person-text .person-name {
  color: var(--wp--preset--color--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.person .person-text .person-text-value {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.person .person-text .person-link {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.person .person-text .person-link i {
  color: var(--wp--preset--color--primary);
}
.person .person-text .person-link a {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}

.spacer {
  flex: 1 1 45%;
  max-width: calc(50% - 15px);
}

@media (max-width: 1100px) {
  .team-personen {
    flex-direction: column;
  }
  .person, .spacer {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .person {
    flex-direction: column;
    align-items: start;
  }
  .person img {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
  .person .person-text {
    width: 100%;
  }
}
.contact-card {
  display: flex;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  margin-bottom: 32px;
  border-radius: 16px;
  background: var(--wp--preset--color--surface);
  box-sizing: border-box;
}
.contact-card .contact-card-title {
  color: var(--wp--preset--color--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.contact-card .contact-card-chips {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-card .contact-card-chips .contact-card-chip {
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  padding: 8px 12px;
  background-color: var(--wp--preset--color--on-surface);
  color: black;
}
.contact-card .contact-card-chips .contact-card-chip:hover {
  background-color: var(--wp--preset--color--secondary);
  color: white;
}
.contact-card .contact-card-chips .contact-card-chip[data-active=true] {
  background-color: var(--wp--preset--color--secondary);
  color: white;
}
.contact-card .contact-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}
.contact-card .contact-card-content[data-hidden=true] {
  display: none;
}
.contact-card .contact-card-content img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.contact-card .contact-card-content .contact-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-card .contact-card-content .contact-header .contact-name {
  color: var(--wp--preset--color--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-card .contact-card-content .contact-header .contact-position {
  color: #535353;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-card .contact-card-content .contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.contact-card .contact-card-content .contact-details .contact-details-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-card .contact-card-content .contact-details .contact-details-row i {
  color: var(--wp--preset--color--secondary);
}
.contact-card .contact-card-content .contact-details .contact-details-row .contact-detail {
  color: var(--wp--preset--color--secondary);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.person-editor-placeholder {
  box-shadow: none !important;
  background-color: var(--wp--preset--color--surface) !important;
  border-radius: 16px !important;
  height: 500px !important;
  justify-content: center;
  margin-bottom: 32px !important;
}
.person-editor-placeholder .components-placeholder__fieldset {
  justify-content: center;
  align-items: center;
}
.person-editor-placeholder .components-placeholder__fieldset .components-spinner {
  margin: 0;
  height: 68px;
  width: 68px;
}

.gruppe-editor-placeholder {
  box-shadow: none !important;
  background-color: var(--wp--preset--color--surface) !important;
  border-radius: 16px !important;
  height: 300px !important;
  justify-content: center;
  margin-bottom: 32px !important;
}
.gruppe-editor-placeholder .components-placeholder__fieldset {
  justify-content: space-around;
  align-items: center;
}
.gruppe-editor-placeholder .components-placeholder__fieldset .components-spinner {
  margin: 0;
  height: 68px;
  width: 68px;
}
