.jcc-table {
  margin-bottom: 18px;
  width: 100%; }

.jcc-table tr {
  border: none; }

.jcc-table td, .jcc-table th {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border: none;
  border-top: 1px solid #ddd; }

/* Ansprechpartner */
.ansprechpartner {
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .ansprechpartner .socials, .ansprechpartner .stats {
    display: flex; }
    .ansprechpartner .socials > *, .ansprechpartner .stats > * {
      margin: 10px 15px 10px 0px; }
    .ansprechpartner .socials .person_organ, .ansprechpartner .socials .person_amt, .ansprechpartner .stats .person_organ, .ansprechpartner .stats .person_amt {
      font-size: 16px;
      background-color: var(--gruen-primary-light);
      color: var(--gruen-white);
      border-radius: 10px;
      padding: 0 10px;
      line-height: 30px; }
    .ansprechpartner .socials i, .ansprechpartner .stats i {
      background-color: var(--gruen-red);
      border-radius: 30px;
      color: var(--gruen-white);
      font-size: 18px;
      height: 30px;
      width: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .ansprechpartner img {
    height: 350px; }
  @media only screen and (max-width: 767px) {
    .ansprechpartner {
      flex-direction: column-reverse; } }

.vorstand .swiper-slide {
  max-width: 250px !important; }
.vorstand img {
  height: 250px;
  width: 250px;
  object-fit: contain; }
  @media only screen and (max-width: 1199px) {
    .vorstand img {
      height: 210px; } }
  @media only screen and (max-width: 767px) {
    .vorstand img {
      height: 240px; } }
  @media only screen and (max-width: 575px) {
    .vorstand img {
      height: 250px; } }
  @media only screen and (max-width: 575px) {
    .vorstand img {
      height: 250px; } }
  @media only screen and (max-width: 499px) {
    .vorstand img {
      height: 218px; } }
  @media only screen and (max-width: 399px) {
    .vorstand img {
      height: 170px; } }
  @media only screen and (max-width: 349px) {
    .vorstand img {
      height: 145px; } }
.vorstand .colt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  background-color: white;
  width: fit-content; }
.vorstand .stats {
  padding: 25px 20px;
  min-height: 134px; }
.vorstand .person_amt {
  font-size: 16px;
  font-weight: 400;
  color: var(--gruen-gray-darkest); }
.vorstand .person_name {
  max-width: 80%; }

.event {
  display: flex;
  align-items: flex-start;
  background-color: transparent;
  margin-bottom: 40px; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .event {
      flex-direction: column; } }
  .event .date_blob {
    background-color: var(--gruen-primary-dark);
    line-height: 1;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 16px; }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .event .date_blob {
        margin-bottom: 15px; } }
  .event .event_info {
    margin-left: 30px; }
    @media only screen and (max-width: 1199px) {
      .event .event_info {
        margin-left: 15px; } }
    @media only screen and (max-width: 991px) {
      .event .event_info {
        margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      .event .event_info {
        margin-left: 30px; } }
    @media only screen and (max-width: 599px) {
      .event .event_info {
        margin-left: 15px; } }

.sliste {
  display: flex;
  justify-content: space-between; }
  .sliste img {
    width: 200px;
    height: 200px;
    object-fit: cover; }
  .sliste .person_name {
    word-spacing: 220px; }
  .sliste .stats {
    margin-top: 15px; }

.dashed {
  border-bottom: 1px dashed var(--gruen-black);
  margin: 25px 0; }

.btn_secondary {
  color: var(--gruen-black);
  border-radius: 50px;
  width: fit-content; }

.aufstellung {
  width: 65%;
  margin: 0 auto; }
  .aufstellung h2 {
    margin-bottom: 20px; }
  .aufstellung .headrow {
    margin-bottom: 5px; }
    .aufstellung .headrow .hname, .aufstellung .headrow .hjob {
      font-size: 18px; }
  .aufstellung .stats {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .aufstellung .stats > div {
      display: flex; }
    .aufstellung .stats .person_name {
      justify-content: flex-start;
      margin: 10px 0; }
    .aufstellung .stats .personen_platz {
      justify-content: center; }
    .aufstellung .stats .fa-neuter {
      color: #252525; }
    .aufstellung .stats .fa-mars {
      color: #252525; }
    .aufstellung .stats .fa-venus {
      color: #252525; }
  .aufstellung .table_row:nth-child(even) {
    background-color: var(--gruen-white); }
  .aufstellung .table_row:nth-child(odd) {
    background-color: var(--gruen-gray); }
  .aufstellung .btns {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .aufstellung .btns .btn, .aufstellung .btns div > div:not(.dropdown), .aufstellung .btns .btn_staedte {
      margin-right: 30px;
      padding: 0; }
    .aufstellung .btns .btn_verbandsgemeinderat::after, .aufstellung .btns .btn_staedte::after {
      font-family: "Font Awesome 6 Pro" !important;
      content: "\f063";
      font-weight: 900;
      margin-left: 5px; }
  .aufstellung .dropdown {
    display: none;
    justify-content: flex-start;
    position: absolute;
    background-color: var(--gruen-white);
    flex-direction: column;
    padding: 15px;
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.15); }
    .aufstellung .dropdown .btn {
      margin-right: 0;
      text-align: left; }
      .aufstellung .dropdown .btn:hover {
        color: var(--gruen-violet); }
  .aufstellung .verbandsgemeinden:hover .dropdown {
    display: flex; }

/*Veranstaltungen*/
.events {
  display: flex;
  margin-bottom: 30px; }
  .events div:not(.dropdown) {
    margin-right: 30px; }
  .events .cat-2::after, .events .cat-3::after {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f063";
    font-weight: 900;
    margin-left: 5px; }
  .events .dropdown {
    background-color: var(--gruen-white);
    box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.15);
    display: flex;
    flex-direction: column;
    height: 0;
    justify-content: flex-start;
    opacity: 0;
    padding: 15px;
    position: absolute;
    transition: all 0.3s ease; }
    .events .dropdown .btn {
      display: none;
      font-family: "Questa Sans" , serif;
      margin-right: 0;
      text-align: left; }
      .events .dropdown .btn:hover {
        color: var(--gruen-violet); }
  .events > div:hover .dropdown {
    display: flex;
    opacity: 1;
    height: auto; }
    .events > div:hover .dropdown .btn {
      display: inline-block; }

.veranstaltungen, .veranstaltungenLong {
  min-height: 350px; }

.btn_active {
  color: var(--gruen-violet) !important; }

.no_results {
  position: absolute;
  z-index: -1; }

.veranstaltungenLong .event {
  background-color: white; }

.personen img {
  width: 100%;
  height: auto;
  max-width: unset;
  object-fit: cover;
  aspect-ratio: 1; }
.personen .col {
  flex: unset;
  width: 33% !important;
  margin-bottom: 25px; }
  @media only screen and (max-width: 565px) {
    .personen .col {
      width: 49% !important; } }
.personen .stats {
  margin: 25px 0; }
  .personen .stats .person_name {
    word-spacing: 220px; }
.personen .btns {
  margin-bottom: 15px;
  width: max-content; }
.personen .filterBtn {
  width: max-content; }
  .personen .filterBtn::after {
    font-family: "Font Awesome 6 Pro", serif !important;
    font-weight: 900;
    margin-left: 5px; }
  .personen .filterBtn::after {
    content: "\f063"; }
.personen .dropdown {
  background-color: var(--gruen-white);
  box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.15);
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px 10px;
  position: absolute; }
  .personen .dropdown .btn {
    margin-right: 0;
    font-family: "Questa Sans";
    text-align: left; }
    .personen .dropdown .btn:hover {
      color: var(--gruen-violet); }
.personen > div:hover .dropdown {
  display: flex;
  opacity: 1;
  height: auto; }
  .personen > div:hover .dropdown .btn {
    display: inline-block; }

.gebiete_head {
  margin-top: 25px; }

.gebiete .d-flex {
  flex-wrap: wrap; }
  .gebiete .d-flex .thema {
    margin: 15px; }
.gebiete.btns {
  display: flex; }
  .gebiete.btns .cat-2, .gebiete.btns .themen {
    margin: 0 5px; }
    .gebiete.btns .cat-2 select, .gebiete.btns .themen select {
      max-width: fit-content; }

/*# sourceMappingURL=style.min.css.map */
