/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* TYPO */
p,
ul {
  margin: 0;
}
  
p + p,
p + ul,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
p + .brxe-text p,
h1 + .brxe-text p,
h2 + .brxe-text p,
h3 + .brxe-text p,
h4 + .brxe-text p,
h5 + .brxe-text p,
h6 + .brxe-text p,
h2 + h3,
h3 + h4,
h1 + ul,
ul + h1,
h2 + ul,
ul + h2,
ul + h3,
h3 + ul,
h4 + ul,
ul + h4,
h5 + ul,
ul + h5,
h6 + ul,
ul + h6,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + p {
  margin: 1rem 0 0 0;
}

h1 + h2 {
  margin: 0.2rem 0 0 0;
}

.brxe-text + h1,
.brxe-text + h2,
.brxe-text + h3,
.brxe-text + h4,
.brxe-text + h5,
.brxe-text + h6,
p + .brxe-button,
.brxe-text + .brxe-button {
  margin: 1.25rem 0 0 0;
}

.brxe-text ul {
  padding-left: 16px;
}

.brxe-text li {
  padding-bottom: 8px;
}

/* LAYOUT */

.row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}

.gap {
  gap: 2rem;
}

/* @media only screen and (max-width: 1240px) {
    .brxe-container { 
      padding-left: 1rem;
      padding-right: 1rem;
    }
  } */

.row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

[class*="col-"]:not([class*="bricks-col-"]),
.col {
  padding: 1rem;
  width: 100%;
}

.column-reverse {
  flex-direction: column-reverse;
}

.flex-grow {
  flex: 1;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-around {
  justify-content: space-around;
}

.flex-between {
  justify-content: space-between;
}

.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

@media screen and (min-width: 576px) {
  .row-sm-reverse {
    flex-direction: row-reverse;
  }

  .column-sm-reverse {
    flex-direction: column-reverse;
  }

  .flex-sm-row {
    flex-direction: row;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .flex-sm-start {
    justify-content: flex-start;
  }

  .flex-sm-center {
    justify-content: center;
  }

  .flex-sm-end {
    justify-content: flex-end;
  }

  .flex-sm-top {
    align-items: flex-start;
  }

  .flex-sm-middle {
    align-items: center;
  }

  .flex-sm-bottom {
    align-items: flex-end;
  }

  .flex-sm-around {
    justify-content: space-around;
  }

  .flex-sm-between {
    justify-content: space-between;
  }

  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .row-md-reverse {
    flex-direction: row-reverse;
  }

  .column-md-reverse {
    flex-direction: column-reverse;
  }

  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-column {
    flex-direction: column;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .flex-md-start {
    justify-content: flex-start;
  }

  .flex-md-center {
    justify-content: center;
  }

  .flex-md-end {
    justify-content: flex-end;
  }

  .flex-md-top {
    align-items: flex-start;
  }

  .flex-md-middle {
    align-items: center;
  }

  .flex-md-bottom {
    align-items: flex-end;
  }

  .flex-md-around {
    justify-content: space-around;
  }

  .flex-md-between {
    justify-content: space-between;
  }

  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }
}

@media screen and (min-width: 992px) {
  .row-lg-reverse {
    flex-direction: row-reverse;
  }

  .column-lg-reverse {
    flex-direction: column-reverse;
  }

  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .flex-lg-start {
    justify-content: flex-start;
  }

  .flex-lg-center {
    justify-content: center;
  }

  .flex-lg-end {
    justify-content: flex-end;
  }

  .flex-lg-top {
    align-items: flex-start;
  }

  .flex-lg-middle {
    align-items: center;
  }

  .flex-lg-bottom {
    align-items: flex-end;
  }

  .flex-lg-around {
    justify-content: space-around;
  }

  .flex-lg-between {
    justify-content: space-between;
  }

  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }
}

@media screen and (min-width: 1200px) {
  .row-xl-reverse {
    flex-direction: row-reverse;
  }

  .column-xl-reverse {
    flex-direction: column-reverse;
  }

  .flex-xl-row {
    flex-direction: row;
  }

  .flex-xl-column {
    flex-direction: column;
  }

  .col-xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .flex-xl-start {
    justify-content: flex-start;
  }

  .flex-xl-center {
    justify-content: center;
  }

  .flex-xl-end {
    justify-content: flex-end;
  }

  .flex-xl-top {
    align-items: flex-start;
  }

  .flex-xl-middle {
    align-items: center;
  }

  .flex-xl-bottom {
    align-items: flex-end;
  }

  .flex-xl-around {
    justify-content: space-around;
  }

  .flex-xl-between {
    justify-content: space-between;
  }

  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }
}

/* UTILITY CLASSES */
/*
      .{property}-{value}
      .{property}-{breackpoint}-{value}
  */

/* Display */
.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

@media screen and (min-width: 576px) {
  .d-xs-block {
    display: block;
  }

  .d-xs-flex {
    display: flex;
  }

  .d-xs-inline {
    display: inline;
  }

  .d-xs-inline-block {
    display: inline-block;
  }

  .d-xs-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-sm-block {
    display: block;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-none {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .d-md-block {
    display: block;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .d-lg-block {
    display: block;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-inline {
    display: inline;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-none {
    display: none;
  }
}

/* Individuelles CSS */

/*###########  Typografie   #################*/

/* p {
  font-family: "Quicksand";
  font-size: 18px;
  line-height: 28px;
} */

/* ######### Navigation - Zwischengröße ########## */

@media (max-width: 990px) {
  .nav-desktop-zwischen {
    display: none;
  }

  .nav-mobil-zwischen {
    display: block !important;
  }

  .nav-mobil-zwischen .bricks-mobile-menu-toggle {
    display: block;
    width: 30px !important;
  }
  .nav-mobil-zwischen .bricks-nav-menu-wrapper {
    display: none;
  }
  .nav-mobil-zwischen .bricks-mobile-menu-wrapper {
    text-align: right;
    height: fit-content;
    width: 175px;
    top: 140px;
  }

  .nav-mobil-zwischen .bricks-mobile-menu-toggle .bar-center,
  .bricks-mobile-menu-toggle .bar-bottom,
  .bricks-mobile-menu-toggle .bar-top {
    width: 30px !important;
  }

  .navbar-top {
    display: none;
  }

  .navbar-bottom {
    margin-top: 20px;
  }

  .navbar-bottom #brxe-imdxbt {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .navbar-bottom #brxe-ulgmzn {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  #brxe-09efc9 .bricks-mobile-menu-wrapper {
    top: 115px !important;
  }
}
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-overlay {
  opacity: 0;
}

/* ###### Nav - Dropdown ###### */
@media (max-width: 991px) {
  .nav-news-dropdown-element:last-of-type {
    display: none;
  }
}

.brxe-nav-nested .brx-submenu-toggle:hover {
  color: var(--bricks-color-cyan);
}

/* ####### Navbar - language Switcher ####### */
.navbar-top .brxe-wpml-language-switcher .wpml-ls-statics-shortcode_actions,
.navbar-top
  .brxe-wpml-language-switcher
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-link {
  padding-right: 0;
}

/*#######################  Slider Karusell Startseite ###########################*/

.hero-startseite .swiper-slide-active {
  width: 600px;
}

.hero-startseite .swiper-slide-next {
  transform: translate3d(-50px, 0px, -300px) rotateX(0deg) rotateY(0deg)
    scale(1) !important;
  animation: ease-in;
}

.hero-startseite .swiper-slide-prev {
  transform: translate3d(50px, 0px, -300px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  animation: ease-in;
}

.hero-startseite .swiper-coverflow.swiper-horizontal .image {
  border-radius: 28px;
  animation: ease-in;
}

@media screen and (min-width: 992px) {
  .hero-startseite .swiper-slide-next {
    transform: translate3d(-400px, 0px, -300px) rotateX(0deg) rotateY(0deg)
      scale(1) !important;
    animation: ease-in-out;
  }

  .hero-startseite .swiper-slide-prev {
    transform: translate3d(400px, 0px, -300px) rotateX(0deg) rotateY(0deg)
      scale(1) !important;
    animation: ease-in-out;
  }
}

@media screen and (max-width: 991px) {
  .hero-startseite .swiper-slide-next {
    transform: translate3d(-250px, 0px, -300px) rotateX(0deg) rotateY(0deg)
      scale(1) !important;
    animation: ease-in-out;
  }

  .hero-startseite .swiper-slide-prev {
    transform: translate3d(250px, 0px, -300px) rotateX(0deg) rotateY(0deg)
      scale(1) !important;
    animation: ease-in-out;
  }
}

@media screen and (max-width: 768px) {
  .hero-startseite .swiper-slide-next {
    transform: translate3d(-200px, 0px, -300px) rotateX(0deg) rotateY(0deg)
      scale(1) !important;
    animation: ease-in-out;
  }

  .hero-startseite .swiper-slide-prev {
    transform: translate3d(200px, 0px, -300px) rotateX(0deg) rotateY(0deg)
      scale(1) !important;
    animation: ease-in-out;
  }
}

@media screen and (max-width: 600px) {
  .hero-startseite .swiper-slide-next {
    transform: translate3d(-100px, 0px, -300px) rotateX(0deg) rotateY(0deg)
      scale(1) !important;
    animation: ease-in-out;
  }

  .hero-startseite .swiper-slide-prev {
    transform: translate3d(100px, 0px, -300px) rotateX(0deg) rotateY(0deg)
      scale(1) !important;
    animation: ease-in-out;
  }
}

/* ######################## Startseite - Mitglieder-section ################################ */
@media screen and (min-width: 479px) and (max-width: 575px) {
  .mitgliederkasten {
    margin-left: 15px;
  }

  .mitgliederkasten .mitgliederkasten-icon {
    margin-top: 100px !important;
  }
  .mitgliederkasten .mitgliederkasten-text {
    margin-right: 18px;
  }
}

/* ############ Startseite Events-slider ############### */
#brxe-zntujz,
#brxe-xdwhhd {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1199px) {
  #brxe-zntujz {
    padding-right: 10px;
  }
}

.slider-events {
  width: calc(1200px + ((100vw - 1220px) / 2)) !important;
  margin-left: calc((100vw - 1200px) / 2) !important;
}

.slider-events #brxe-zntujz-track,
.slider-events #brxe-xdwhhd-track {
  overflow: visible;
}

@media screen and (max-width: 575px) {
  .slider-events {
    padding: 15px !important;
  }
  .slider-events .splide--rtl {
    direction: inherit !important;
  }
  .slider-events a {
    width: 100% !important;
    max-width: 100% !important;
  }
  .slider-events .splide__arrow--next {
    right: auto !important;
    left: 30% !important;
  }
  .slider-events .splide__arrow--prev {
    left: auto !important;
    right: 30% !important;
  }
}

/* ######################### Mitglieder - Seite ########################## */

.filter-mitglieder span {
  padding-right: 1em;
  padding-left: 1em;
}

.filter-mitglieder .brx-option-text {
  width: 201px;
  max-width: 201px;
}
.filter-mitglieder {
  row-gap: 30px !important;
}

/* ################# Mitglied werden icons ###################### */

.mitglied-werden-iconwrap::before {
  content: " ";
  clip-path: circle(50% at 50% 50%);
  height: 490px;
  width: 490px;
  background-color: rgba(0, 126, 168, 0.21);
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.mitglied-werden-iconwrap {
  overflow: hidden;
}

@media screen and (min-width: 420px) and (max-width: 991px) {
  .mitglied-werden-iconwrap::before {
    width: 420px;
    height: 420px;
  }
}

@media screen and (max-width: 419px) {
  .mitglied-werden-iconwrap::before {
    width: 330px;
    height: 330px;
  }

  .mitglied-werden-iconwrap {
    margin-left: -94px;
  }
}

/* ######### Mitglied werden - Seite ############# */

.mitglied-werden-text p a {
  text-decoration: underline;
}

.mitglied-werden-text p a:hover {
  text-decoration: none;
}

:where(.brxe-form) .options-wrapper input,
:where(.brxe-form) .options-wrapper label {
  display: inline;
  margin: 0 5px 0 0 !important;
}

/* ########### Mitglied - Single ############ */
.brxe-image-gallery .bricks-image-caption,
:where(.brxe-image) .bricks-image-caption {
  color: #000;
  background: none;
  padding: 7px 0 0 0;
  position: relative !important;
  text-align: left;
  font-weight: 600;
}

:where(.brxe-image) .bricks-image-caption {
  width: 90%;
}

:where(.brxe-image).caption {
  overflow: visible;
}

.mitglieder-single-text a {
  text-decoration: underline;
}

.mitglieder-single-text a:hover {
  text-decoration: none;
  font-weight: 600;
}

/* #### News-single Seite #### */

.brxe-zlckcy .brxe-tnnlni.brxe-image-gallery .image {
  margin-left: auto;
  margin-right: auto;
}

figure:has(figcaption) {
  margin-bottom: 80px;
}
