:root {
  --red: #D42020;
  --red-dark: #B81C1C;
  --red-active: #951818;
  --red-light: #F6D6D6;
  --red-muted: rgba(212, 32, 32, 0.12);
  --accent: #C5900A;
  --accent-dark: #9E7308;
  --accent-light: #FDF3DC;
  --accent-text: #7A5906;
  --bronze-tief: #6E5108;
  --wappen-rot: #E52421;
  --text: #1C1C1E;
  --text-2: #3A3A3C;
  --text-muted: #8E8E93;
  --bg: #FFFFFF;
  --bg-card: #FFFFFF;
  --bg-subtle: #F5F3EE;
  --border: rgba(0, 0, 0, 0.07);
  --table-border: #E4DCC8;
  --zebra: #FBF7EE;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 6px 28px rgba(0, 0, 0, 0.11);
  --r: 8px;
  --r-lg: 12px;
  --font-ui: var(--tsv-font-ui);
  --font-body: var(--tsv-font-body);
  --font-brand: var(--tsv-font-heading);
}

html {
  overflow-x: clip;
}

body {
  background-color: #FFFFFF;
  font-family: var(--tsv-font-body);
  color: #1C1C1E;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--tsv-font-heading);
  letter-spacing: -0.01em;
  color: #1C1C1E;
  font-weight: 700;
}

h2, .h2.h2 {
  font-size: 22px;
  font-weight: 700;
}

h3, .news h2 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h1 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  h1 {
    margin-top: 0;
  }
}
a {
  color: #D42020;
  text-decoration: none;
}

a:hover, a:focus {
  color: #B81C1C;
  text-decoration: none;
}

p a, li a, td a, .ce-bodytext a {
  color: #D42020;
}

p a:hover, li a:hover, td a:hover, .ce-bodytext a:hover {
  color: #B81C1C;
}

hr {
  border-top: solid 1px rgba(0, 0, 0, 0.06);
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

i.fas, i.fa-solid, .fas, .fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

i.far, i.fa-regular, .far, .fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400;
}

i.fab, i.fa-brands, .fab, .fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
}

.brand {
  display: block;
  line-height: 1;
}

.brand__name {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.brand__name-top,
.brand__name-main {
  display: block;
  font-family: var(--tsv-font-heading);
  font-weight: 700;
}

.brand__name-top {
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #CFCFD2;
}
@media (min-width: 768px) {
  .brand__name-top {
    font-size: 22px;
  }
}

.brand__name-main {
  font-size: 28px;
  letter-spacing: -0.01em;
  line-height: 0.9;
  color: #AEAEB2;
}
@media (min-width: 768px) {
  .brand__name-main {
    font-size: 44px;
  }
}

.brand__bar {
  display: flex;
  gap: 4px;
  margin-top: 10px;
}

.brand__bar-seg {
  display: inline-block;
  height: 3px;
  border-radius: 2px;
}

.brand__bar-seg--red {
  background: #D42020;
  width: 48px;
}

.brand__bar-seg--accent {
  background: #C5900A;
  width: 24px;
}

.brand__bar-seg--light {
  background: rgba(0, 0, 0, 0.1);
  width: 12px;
}

.card, .alert, .modal-content {
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.card-header {
  background: #F5F3EE;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mp-card__header {
  background: var(--mp-color-accent-light, #FDF3DC);
  padding: 11px 14px;
  border-bottom: 1px solid var(--mp-color-border-soft, rgba(0, 0, 0, 0.07));
}

.mp-header--gold i {
  margin-right: 0;
}

.mp-card__title {
  margin: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

h1.mp-hero__name,
h2.mp-hero__name {
  margin: 0;
}

.mp-h1,
.member-portal .mp-h1 {
  margin: 6px 0 0;
  padding: 0;
  font-family: var(--tsv-font-heading);
  font-weight: 800;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
  color: #6E5108;
  display: block;
}
.mp-h1::after,
.member-portal .mp-h1::after {
  content: "";
  display: block;
  width: 120px;
  max-width: 100%;
  height: 3px;
  background: #C5900A;
  margin: 8px 0 0;
}

@media (max-width: 575.98px) {
  .mp-h1, .member-portal .mp-h1 {
    font-size: 25px;
  }
}
.mp-section-header--h1 {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.mp-section-header--h1 .mp-section-header__action {
  margin-top: 10px;
}

.btn {
  border-radius: 10px;
  font-family: var(--tsv-font-ui);
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
}
.btn:hover {
  transform: none;
  box-shadow: none;
  opacity: 0.85;
}
.btn:active {
  transform: translateY(0);
}
.btn span {
  padding-left: 10px;
  position: relative;
  top: -1px;
}

.btn-sm {
  border-radius: 8px;
}

.btn-danger,
.btn-danger:hover {
  background: #D42020;
  border: none;
  box-shadow: none;
}

.btn-outline-danger {
  border: 1.5px solid #D42020;
  color: #D42020;
  background: rgba(212, 32, 32, 0.12);
}
.btn-outline-danger:hover {
  background: #D42020;
  color: #fff !important;
  border-color: #D42020;
}
.btn-outline-danger:hover i, .btn-outline-danger:hover .fas, .btn-outline-danger:hover .far, .btn-outline-danger:hover .fab {
  color: #fff !important;
}

.form-control, .form-select {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
  transition: all 0.2s ease;
}

select.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.25rem;
  height: calc(1.5em + 0.75rem + 2px);
  white-space: nowrap;
  text-overflow: ellipsis;
}

input.form-control:focus,
select.form-select:focus,
textarea.form-control:focus {
  box-shadow: 0 0 0 3px rgba(212, 32, 32, 0.12);
  border-color: #D42020;
  background: #fff;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
  min-height: 1.5rem;
}

.form-check .form-check-input {
  float: none;
  margin: 0;
  flex: 0 0 auto;
}

.form-check .form-check-label {
  margin: 0;
  cursor: pointer;
}

.badge {
  border-radius: 4px;
  font-family: var(--tsv-font-ui);
  font-weight: 700;
}

.table {
  border-radius: 8px;
  overflow: hidden;
}

.list-group {
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
}

.list-group-item {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.06);
}
.list-group-item:first-child {
  border-radius: 8px 8px 0 0;
}
.list-group-item:last-child {
  border-radius: 0 0 8px 8px;
}

.list-group-item-action:hover {
  background: rgba(0, 0, 0, 0.04);
}

.list-group-item.active {
  background: #F6D6D6;
  border-color: rgba(212, 32, 32, 0.2);
  color: #D42020;
}

.mp-acc {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.mp-acc__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.mp-acc__item[open] > .mp-acc__head .mp-acc__chev {
  transform: rotate(180deg);
}
.mp-acc__item[open] > .mp-acc__head {
  background: #FDF3DC;
}

.mp-acc__head {
  display: grid;
  align-items: center;
  gap: 4px 12px;
  padding: 12px 10px;
  margin-inline: -10px;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
  min-height: 44px;
  grid-template-columns: 1fr auto 20px;
  grid-template-areas: "title  amount chev" "date   status status";
}
.mp-acc__head::-webkit-details-marker {
  display: none;
}
.mp-acc__head:hover {
  background: #FDF3DC;
}
.mp-acc__head:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 32, 32, 0.12);
}
@media (min-width: 768px) {
  .mp-acc__head {
    grid-template-columns: 96px 1fr auto minmax(120px, auto) 20px;
    grid-template-areas: "date title amount status chev";
    gap: 16px;
  }
}

.mp-acc__date {
  grid-area: date;
  font-family: var(--tsv-font-ui);
  font-size: 13px;
  color: #8E8E93;
  white-space: nowrap;
}

.mp-acc__title {
  grid-area: title;
  display: flex;
  flex-direction: column;
  min-width: 0;
  font-family: var(--tsv-font-ui);
  font-weight: 600;
  color: #1C1C1E;
}

.mp-acc__sub {
  font-family: var(--tsv-font-body);
  font-weight: 400;
  font-size: 12px;
  color: #8E8E93;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-acc__amount {
  grid-area: amount;
  justify-self: end;
  font-family: var(--tsv-font-ui);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: #1C1C1E;
}

.mp-acc__status {
  grid-area: status;
  justify-self: end;
}

.mp-acc__chev {
  grid-area: chev;
  justify-self: end;
  font-size: 13px;
  color: #7A5906;
  transition: transform 0.18s ease;
}

.mp-acc__body {
  padding: 4px 2px 16px;
}

.mp-acc__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.mp-acc__actions > * {
  flex: 1 1 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .mp-acc__actions > * {
    flex: 0 0 auto;
  }
}

.mp-acc__empty {
  margin: 0;
  color: #8E8E93;
}

.mp-acc__count {
  margin: 0 0 8px;
  font-family: var(--tsv-font-ui);
  font-size: 13px;
  color: #8E8E93;
}

.mp-acc__warning {
  margin: 8px 0 0;
  font-size: 13px;
  color: #B81C1C;
}

.mp-acc__sentinel {
  height: 1px;
}

.mp-acc__head--member {
  grid-template-columns: 1fr auto 20px;
  grid-template-areas: "title  status chev" "date   date   date";
}
@media (min-width: 768px) {
  .mp-acc__head--member {
    grid-template-columns: 56px minmax(0, 1fr) minmax(90px, auto) 20px;
    grid-template-areas: "date title status chev";
  }
}

.mp-acc__nameline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mp-acc__name {
  font-weight: 600;
}

.mp-paytag {
  display: inline-flex;
  align-items: center;
  font-family: var(--tsv-font-ui);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.mp-paytag--open {
  background: #F6D6D6;
  color: #B81C1C;
  box-shadow: inset 0 0 0 1px rgba(212, 32, 32, 0.28);
}

.mp-paytag--voucher {
  background: #F5F3EE;
  color: #3A3A3C;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.mp-member-payments {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.mp-member-payments__title {
  margin: 0 0 8px;
  font-family: var(--tsv-font-ui);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8E8E93;
}

.mp-payline-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mp-payline {
  padding: 10px 12px;
  background: #F5F3EE;
  border-radius: 8px;
}

.mp-payline__head {
  display: grid;
  align-items: center;
  gap: 2px 12px;
  grid-template-columns: 1fr auto;
  grid-template-areas: "desc   amount" "date   status";
}
@media (min-width: 768px) {
  .mp-payline__head {
    grid-template-columns: 88px minmax(0, 1fr) auto minmax(90px, auto);
    grid-template-areas: "date desc amount status";
  }
}

.mp-payline__date {
  grid-area: date;
  font-family: var(--tsv-font-ui);
  font-size: 12px;
  color: #8E8E93;
  white-space: nowrap;
}

.mp-payline__desc {
  grid-area: desc;
  font-family: var(--tsv-font-ui);
  font-weight: 600;
  min-width: 0;
}

.mp-payline__amount {
  grid-area: amount;
  justify-self: end;
  font-family: var(--tsv-font-ui);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.mp-payline__status {
  grid-area: status;
  justify-self: end;
}

.mp-payline__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.mp-payline__actions:empty {
  display: none;
}

.mp-payline-empty {
  margin: 0;
  color: #8E8E93;
  font-size: 13px;
}

.mp-searchbar {
  position: relative;
  margin-bottom: 16px;
}

.mp-searchbar__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #7A5906;
  pointer-events: none;
}

.mp-searchbar__input {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px 10px 40px;
  font-family: var(--tsv-font-body);
  font-size: 15px;
  color: #1C1C1E;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.mp-searchbar__input::placeholder {
  color: #8E8E93;
}
.mp-searchbar__input:focus {
  outline: none;
  border-color: #C5900A;
  box-shadow: 0 0 0 3px rgba(212, 32, 32, 0.12);
}

.is-loading {
  opacity: 0.55;
  transition: opacity 0.12s ease;
}

@media (prefers-reduced-motion: reduce) {
  .mp-acc__chev {
    transition: none;
  }
}
:root {
  --nav-w: 280px;
  --nav-dur: .28s;
  --ease-ios: cubic-bezier(.32, .72, 0, 1);
}

.mp-app {
  position: relative;
  overflow-x: clip;
}

.mp-canvas {
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
  transition: transform var(--nav-dur) var(--ease-ios), margin-left var(--nav-dur) var(--ease-ios);
}

.mp-app.is-nav-open .mp-canvas {
  will-change: transform;
}

.mp-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--nav-w);
  z-index: 1000;
  background: #FFFFFF;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px 0 0 14px;
}
@media (max-width: 575.98px) {
  .mp-drawer {
    border-radius: 0;
  }
}
.mp-drawer {
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.11);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: transform var(--nav-dur) var(--ease-ios);
}

.mp-scrim {
  position: fixed;
  inset: 0;
  z-index: 900;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.32);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity var(--nav-dur) var(--ease-ios);
}

.mp-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  background: #D42020 !important;
  border-bottom: 4px solid #C5900A;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  margin-inline: 0;
  border-radius: 0;
}
@media (min-width: 576px) {
  .mp-topbar .container {
    width: 100%;
    margin-inline: auto;
    border-radius: 14px;
  }
}
@media (min-width: 992px) {
  .mp-topbar .container {
    gap: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.mp-topbar__toggle {
  order: 2;
  margin-left: auto;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.mp-topbar__toggle:hover {
  background: rgba(255, 255, 255, 0.12);
}

.mp-topbar__toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.mp-app.is-nav-open .mp-drawer {
  transform: translateX(0);
}
.mp-app.is-nav-open .mp-canvas {
  transform: translateX(calc(-1 * var(--nav-w)));
}
.mp-app.is-nav-open .mp-scrim {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .mp-drawer {
    box-shadow: -10px 0 28px rgba(0, 0, 0, 0.12);
  }
  .mp-app.is-nav-open .mp-canvas {
    transform: none;
  }
  .mp-app.is-nav-open .mp-scrim {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mp-canvas, .mp-drawer, .mp-scrim, .nav-sub {
    transition: none;
  }
}
.nav-main {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}

.nav-main__item {
  position: relative;
}

.nav-main__link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 18px;
  min-height: 44px;
  color: #3A3A3C;
  text-decoration: none;
  font-family: var(--tsv-font-ui);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.nav-main__link i {
  width: 18px;
  text-align: center;
  color: #8E8E93;
  flex-shrink: 0;
}
.nav-main__link span {
  flex: 1;
}

.nav-main__link:hover {
  background: #FDF3DC;
  color: #7A5906;
}
.nav-main__link:hover i {
  color: #7A5906;
}

.nav-main__item.open > .nav-main__link {
  background: #FDF3DC;
  color: #7A5906;
}
.nav-main__item.open > .nav-main__link i {
  color: #7A5906;
}

.nav-main__link--active,
.nav-main__link--active:hover {
  background: #7A5906;
  color: #fff;
}
.nav-main__link--active i,
.nav-main__link--active:hover i {
  color: #fff;
}
.nav-main__link--active span,
.nav-main__link--active:hover span {
  color: #fff;
}

.nav-main__chevron {
  flex: 0 0 auto;
  font-size: 0.65em;
  color: #8E8E93;
  transition: transform 0.3s ease;
}

.nav-main__item.open > .nav-main__link .fa-chevron-down,
.nav-sub__item.open > .nav-sub__link .fa-chevron-down {
  transform: rotate(180deg);
}

.nav-sub {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.02);
  transition: max-height var(--nav-dur) var(--ease-ios);
}

.nav-main__item.open > .nav-sub,
.nav-sub__item.open > .nav-sub--level3 {
  max-height: 1600px;
}

.nav-sub__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 40px;
  min-height: 40px;
  color: #1C1C1E;
  text-decoration: none;
  font-family: var(--tsv-font-ui);
  font-size: 13px;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease;
}
.nav-sub__link i {
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

.nav-sub__link:hover {
  background: #FDF3DC;
  color: #7A5906;
}
.nav-sub__link:hover i {
  color: #7A5906;
}

.nav-sub__link--active,
.nav-sub__link--active:hover {
  background: #7A5906;
  color: #fff;
}
.nav-sub__link--active i,
.nav-sub__link--active:hover i {
  color: #fff;
}

.nav-sub__link--danger {
  color: #D42020;
}

.nav-sub__link--danger:hover {
  background: #F6D6D6;
  color: #D42020;
}

.nav-sub--level3 .nav-sub__link {
  padding-left: 56px;
}

.nav-sub__header {
  padding: 10px 18px 4px;
  font-family: var(--tsv-font-ui);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8E8E93;
}
.nav-sub__header strong {
  font-weight: 700;
}
.nav-sub__header small {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.nav-sub__divider {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin: 6px 0;
}

.nav-sub__login {
  padding: 12px 18px;
}

.member-widget {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 4px;
}

.mp-drawer__head {
  position: relative;
  padding: calc(24px + env(safe-area-inset-top)) 52px 24px 16px;
  background: #FDF3DC;
  border-bottom: 1px solid rgba(197, 144, 10, 0.22);
}

.mp-drawer__close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #7A5906;
  cursor: pointer;
}
.mp-drawer__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 32, 32, 0.12);
}

.mp-account {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mp-account__avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: inset 0 0 0 2px #C5900A;
  color: #7A5906;
  font-family: var(--tsv-font-ui);
  font-weight: 700;
  font-size: 15px;
}

.mp-account--guest {
  display: none;
}

.mp-account__login {
  width: 100%;
  justify-content: center;
}

.mp-account__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

.mp-account__name {
  font-family: var(--tsv-font-ui);
  font-weight: 700;
  font-size: 15px;
  color: #1C1C1E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-account__role {
  font-family: var(--tsv-font-ui);
  font-size: 12px;
  color: #7A5906;
}

.mp-topbar__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-height: 44px;
}
.mp-topbar__brand:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 32, 32, 0.12);
  border-radius: 8px;
}
.mp-topbar__brand:hover {
  opacity: 0.92;
}
.mp-topbar__brand:active {
  transform: scale(0.98);
}

.mp-brand__icon {
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 22.37%;
}
@media (max-width: 359.98px) {
  .mp-brand__icon {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 992px) {
  .mp-brand__icon {
    width: 72px;
    height: 72px;
  }
}

.mp-brand__crest {
  display: none;
}

.mp-brand__wordmark {
  display: block;
  margin-left: -6px;
  width: auto;
  height: auto;
  max-height: 30px;
  max-width: 100%;
  min-width: 0;
  flex-shrink: 1;
  object-fit: contain;
}
@media (min-width: 992px) {
  .mp-brand__wordmark {
    max-height: 46px;
  }
}

.mp-topbar {
  position: sticky;
  top: 0;
  z-index: 800;
  background: transparent;
  padding-top: 14px;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .mp-topbar {
    padding-top: 0;
    margin-bottom: 12px;
  }
}
.mp-topbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -40px;
  z-index: -1;
  pointer-events: none;
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  background: #fff;
  mask-image: linear-gradient(to bottom, #000 calc(100% - 40px), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 40px), transparent 100%);
}

@media (prefers-reduced-motion: reduce) {
  .mp-topbar {
    transition: none;
  }
  .mp-topbar__brand:active {
    transform: none;
  }
}
.nav-main {
  padding: 6px 0 14px;
}

.nav-main__link--active,
.nav-main__link--active:hover {
  background: #FDF3DC;
  color: #7A5906;
  box-shadow: inset 3px 0 0 #7A5906;
}
.nav-main__link--active i, .nav-main__link--active span,
.nav-main__link--active:hover i,
.nav-main__link--active:hover span {
  color: #7A5906;
}

.nav-main__link:focus-visible,
.nav-sub__link:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(212, 32, 32, 0.12);
}

.nav-sub__link {
  min-height: 44px;
}

.nav-group {
  padding: 14px 18px 6px;
  font-family: var(--tsv-font-ui);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8E8E93;
}

.member-widget {
  margin-top: 8px;
  padding-bottom: env(safe-area-inset-bottom);
}

.nav-main__link:hover,
.nav-sub__link:hover {
  background: #FDF3DC;
  color: #7A5906;
}
.nav-main__link:hover i,
.nav-sub__link:hover i {
  color: #C5900A;
}

.nav-main__link i,
.nav-sub__link i {
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.mp-topbar .container {
  width: calc(100% - 2 * var(--mp-gutter, 24px));
  max-width: calc(1024px - 2 * var(--mp-gutter, 24px));
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 992px) {
  .mp-topbar .container {
    padding-inline: 24px;
  }
}

.mp-modal {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: 420px;
  width: 100%;
}
.mp-modal::backdrop {
  background: rgba(0, 0, 0, 0.42);
}

.mp-modal--wide .mp-modal__sheet {
  max-width: min(960px, 96vw);
  width: 96vw;
}

.mp-doc-preview {
  display: block;
  width: 100%;
  height: min(70vh, 900px);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  background: #fff;
}

.mp-modal__sheet {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}

.mp-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #FDF3DC;
  border-bottom: 1px solid rgba(197, 144, 10, 0.22);
}

.mp-modal__title {
  margin: 0;
  font-family: var(--tsv-font-ui);
  font-weight: 700;
  font-size: 15px;
  color: #7A5906;
  display: flex;
  align-items: center;
  gap: 9px;
}
.mp-modal__title i {
  color: #C5900A;
}

.mp-modal__close {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #7A5906;
  border-radius: 8px;
  cursor: pointer;
}
.mp-modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 32, 32, 0.12);
}

.mp-modal__body {
  padding: 16px;
}

@media (max-width: 575.98px) {
  .mp-modal {
    margin: auto auto 0;
    max-width: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .mp-modal__sheet {
    border-radius: 16px 16px 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mp-modal, .mp-modal__sheet {
    animation: none;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

footer {
  margin: 0 0 60px 0;
  padding: 0;
}
footer .container {
  border-radius: 8px;
  overflow: hidden;
}

.footer-link {
  font-size: 14px;
  color: #8E8E93 !important;
  padding: 8px 6px;
}
.footer-link:hover {
  color: #D42020 !important;
}

.footer-social {
  color: #8E8E93 !important;
  transition: color 0.2s ease;
  padding: 8px 6px;
}
.footer-social.footer-instagram:hover {
  color: #D42020 !important;
}
.footer-social.footer-facebook:hover {
  color: #1877F2 !important;
}

.content-section {
  margin-bottom: 30px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.section-header__title {
  font-family: var(--tsv-font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #8E8E93;
  display: flex;
  align-items: center;
  gap: 7px;
}
.section-header__title::before {
  content: "";
  width: 3px;
  height: 14px;
  border-radius: 2px;
  background: #D42020;
  display: inline-block;
}

.editorial-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  row-gap: 0;
}
@media (min-width: 576px) {
  .editorial-grid {
    row-gap: 12px;
  }
}

body.page-home .main-container .col-lg-12 {
  display: grid;
  column-gap: 24px;
  row-gap: 0;
}
@media (min-width: 576px) {
  body.page-home .main-container .col-lg-12 {
    row-gap: var(--mp-space-4);
  }
}
body.page-home .main-container .col-lg-12 {
  grid-template-columns: 1fr;
  align-items: stretch;
}
body.page-home .main-container .col-lg-12 > * {
  min-width: 0;
}
body.page-home .main-container .col-lg-12 .mp-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.page-home .main-container .col-lg-12 .mp-card__body {
  flex: 1;
  min-height: 0;
}
body.page-home .main-container .col-lg-12 > .row {
  row-gap: 0;
}
@media (min-width: 576px) {
  body.page-home .main-container .col-lg-12 > .row {
    row-gap: 24px;
  }
}

body.page-home .frame-type-news_pi1 {
  margin: 0 !important;
}

body.page-home .content-section {
  margin-bottom: 0;
}

body.page-home .mp-card {
  margin-bottom: 0;
}

.news-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #c8c8cc, #aeaeb2);
}

.news-card__placeholder.sp-fussball {
  background: linear-gradient(145deg, #3a6644, #254530);
}

.news-card__placeholder.sp-volleyball {
  background: linear-gradient(145deg, #2d5c9a, #1a3d6e);
}

.news-card__placeholder.sp-akrobatik {
  background: linear-gradient(145deg, #7a3a8a, #4e245e);
}

.news-card__placeholder.sp-basketball {
  background: linear-gradient(145deg, #c07428, #8a5018);
}

.news-card__placeholder.sp-kegeln {
  background: linear-gradient(145deg, #5a6a7a, #3a4a5a);
}

.news-card__title {
  font-family: var(--tsv-font-ui);
  font-size: 16px;
  font-weight: 700;
  color: #1C1C1E;
  line-height: 1.25;
  margin: 0 0 7px;
}
.news-card__title a {
  color: inherit;
  text-decoration: none;
}

.news-card__title a:hover {
  color: #D42020;
}

.news-card__text {
  font-family: var(--tsv-font-body);
  font-size: 14px;
  line-height: 1.6;
  color: #3A3A3C;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.news-card__meta {
  font-family: var(--tsv-font-body);
  font-size: 11px;
  color: #8E8E93;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-card__read-more {
  font-family: var(--tsv-font-ui);
  font-size: 11px;
  font-weight: 600;
  color: #C5900A;
  text-decoration: none;
}

.top-news,
body.page-home .main-container .col-lg-12 > .frame-layout-1 {
  grid-column: 1/-1;
}
.top-news .editorial-grid,
body.page-home .main-container .col-lg-12 > .frame-layout-1 .editorial-grid {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .top-news .mp-card__body,
  body.page-home .main-container .col-lg-12 > .frame-layout-1 .mp-card__body {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    column-gap: 28px;
    align-items: stretch;
  }
  .top-news .news-card__content,
  body.page-home .main-container .col-lg-12 > .frame-layout-1 .news-card__content {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
  }
  .top-news .news-card__content .news-card__meta,
  body.page-home .main-container .col-lg-12 > .frame-layout-1 .news-card__content .news-card__meta {
    margin-top: auto;
  }
  .top-news .mp-card__media,
  body.page-home .main-container .col-lg-12 > .frame-layout-1 .mp-card__media {
    grid-column: 2;
    grid-row: 1;
    margin-block: calc(-1 * var(--mp-space-4) + 8px);
    margin-left: 0;
    margin-right: calc(-1 * var(--mp-card-pad, var(--mp-space-4)) + 8px);
    height: 280px;
    aspect-ratio: auto;
  }
  .top-news .mp-card__media img,
  .top-news .mp-card__media video,
  .top-news .mp-card__media picture,
  body.page-home .main-container .col-lg-12 > .frame-layout-1 .mp-card__media img,
  body.page-home .main-container .col-lg-12 > .frame-layout-1 .mp-card__media video,
  body.page-home .main-container .col-lg-12 > .frame-layout-1 .mp-card__media picture {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.news-img img, .ce-image img, .ce-textpic img, .ce-gallery img,
.frame img, picture img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.news-img, .news-img picture {
  width: 100%;
}

.news-detail-header-picture {
  margin: 30px 0;
}

.news .category {
  font-size: 14px;
  font-weight: 600;
  color: #D42020;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-top: 20px;
}

.news p {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 10px;
}

.news .news-img {
  margin-bottom: 20px;
}

.image-caption {
  font-size: 13px;
  font-style: italic;
  padding: 8px 12px;
  text-align: center;
  color: #8E8E93;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 0 0 8px 8px;
  margin-top: -6px;
}

h2 a, a h2 {
  color: #1C1C1E !important;
}

h2 a:hover, a:hover h2 {
  color: #D42020 !important;
}

.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  caption-side: bottom;
  display: table-caption;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img, .ce-border iframe {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 8px;
}

.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-column {
  margin-bottom: 15px;
  margin-right: 15px;
}
.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}
.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  overflow: auto;
  padding-left: 40px;
}

.ce-intext.ce-left ul {
  padding-left: 0;
}

.ce-uploads img {
  margin-top: 5px;
}

.ce-uploads span {
  display: block;
}

.frame .ce-textpic {
  padding-bottom: 20px;
}
.frame .ce-textpic img {
  margin-bottom: 10px;
}

.frame .ce-textpic.ce-left {
  padding-bottom: 0;
}

.ce-image img {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .ce-left .ce-gallery, .ce-column {
    float: left;
  }
  .ce-right .ce-gallery {
    float: right;
  }
  .ce-intext.ce-right .ce-gallery {
    margin-left: 50px;
  }
  .ce-intext.ce-left .ce-gallery {
    margin-right: 50px;
  }
}
.ce-media video, .ce-media iframe, .ce-textpic video, .ce-textpic iframe, .ce-gallery video, .ce-gallery iframe {
  max-width: 100%;
  height: auto;
}
.ce-media iframe, .ce-textpic iframe, .ce-gallery iframe {
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 8px;
}

.post-preview h3 {
  font-size: 18px;
  margin: 16px 0;
}

.post-preview > .post-meta {
  font-size: 14px;
  color: #8E8E93;
}

.error.help-block {
  color: #ff3b30;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.button-group {
  margin: 20px auto;
}

.float-left img {
  margin-right: 20px;
}

.float-right img {
  margin-left: 20px;
}

.frame-space-after-extra-large {
  margin-bottom: 70px;
}

.frame-space-before-extra-large {
  margin-top: 70px;
}

.frame-space-after-large {
  margin-bottom: 50px;
}

.frame-space-before-large {
  margin-top: 50px;
}

.frame-space-after-medium {
  margin-bottom: 30px;
}

.frame-space-before-medium {
  margin-top: 30px;
}

.frame-space-after-small {
  margin-bottom: 20px;
}

.frame-space-before-small {
  margin-top: 20px;
}

.frame-space-after-extra-small {
  margin-bottom: 12px;
}

.frame-space-before-extra-small {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .frame-space-after-extra-large {
    margin-bottom: 130px;
  }
  .frame-space-before-extra-large {
    margin-top: 130px;
  }
  .frame-space-after-large {
    margin-bottom: 80px;
  }
  .frame-space-before-large {
    margin-top: 80px;
  }
  .frame-space-after-medium {
    margin-bottom: 50px;
  }
  .frame-space-before-medium {
    margin-top: 50px;
  }
  .frame-space-after-small {
    margin-bottom: 40px;
  }
  .frame-space-before-small {
    margin-top: 40px;
  }
  .frame-space-after-extra-small {
    margin-bottom: 25px;
  }
  .frame-space-before-extra-small {
    margin-top: 25px;
  }
}
.frame h2:not(.mp-card__title) {
  font-family: var(--tsv-font-heading);
  font-weight: 700;
  color: #6E5108;
  background: #FDF3DC;
  border-left: 4px solid #9E7308;
  border-radius: 0 8px 8px 0;
  padding: 10px 16px;
  margin: 28px 0 16px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .main-container .row > .col-md-3,
  .main-container .row > .col-md-4,
  .main-container .row > .col-md-6 {
    display: flex;
    flex-direction: column;
  }
  .main-container .row > .col-md-3 > *,
  .main-container .row > .col-md-3 .frame,
  .main-container .row > .col-md-3 .news,
  .main-container .row > .col-md-3 .content-section,
  .main-container .row > .col-md-4 > *,
  .main-container .row > .col-md-4 .frame,
  .main-container .row > .col-md-4 .news,
  .main-container .row > .col-md-4 .content-section,
  .main-container .row > .col-md-6 > *,
  .main-container .row > .col-md-6 .frame,
  .main-container .row > .col-md-6 .news,
  .main-container .row > .col-md-6 .content-section {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .main-container .row > .col-md-3 .editorial-grid,
  .main-container .row > .col-md-4 .editorial-grid,
  .main-container .row > .col-md-6 .editorial-grid {
    flex: 1 1 auto;
    min-height: 0;
    align-content: stretch;
  }
  .main-container .row > .col-md-3 .mp-card,
  .main-container .row > .col-md-4 .mp-card,
  .main-container .row > .col-md-6 .mp-card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .main-container .row > .col-md-3 .mp-card__body,
  .main-container .row > .col-md-4 .mp-card__body,
  .main-container .row > .col-md-6 .mp-card__body {
    flex: 1 1 auto;
    min-height: 0;
  }
}
.ce-bodytext h1, .frame h1, .news-text h1 {
  color: #6E5108;
  font-family: var(--tsv-font-heading);
  margin-bottom: 0.5em;
}
.ce-bodytext h1::after, .frame h1::after, .news-text h1::after {
  content: "";
  display: block;
  width: 120px;
  max-width: 100%;
  height: 3px;
  background: #C5900A;
  margin-top: 0.35em;
}
.ce-bodytext h2:not(.mp-card__title), .frame h2:not(.mp-card__title), .news-text h2:not(.mp-card__title) {
  color: #6E5108;
  background: #FDF3DC;
  border-left: 4px solid #9E7308;
  padding: 0.35em 0.7em;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
}
.ce-bodytext h3, .frame h3, .news-text h3 {
  color: #C5900A;
}
.ce-bodytext table, .frame table, .news-text table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}
.ce-bodytext table th, .frame table th, .news-text table th {
  background: #D42020;
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 0.5em 0.75em;
}
.ce-bodytext table td, .frame table td, .news-text table td {
  border: 1px solid #E4DCC8;
  padding: 0.5em 0.75em;
}
.ce-bodytext table tbody tr:nth-child(even) td, .frame table tbody tr:nth-child(even) td, .news-text table tbody tr:nth-child(even) td {
  background: #FBF7EE;
}
.ce-bodytext blockquote,
.ce-bodytext .callout,
.ce-bodytext .hinweis, .frame blockquote,
.frame .callout,
.frame .hinweis, .news-text blockquote,
.news-text .callout,
.news-text .hinweis {
  background: #FDF3DC;
  border-left: 4px solid #9E7308;
  padding: 0.75em 1em;
  border-radius: 4px;
  margin: 1em 0;
}

.video-player {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

.video-player__poster {
  position: relative;
  cursor: pointer;
  display: block;
}

.video-player__poster-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.video-player__poster-placeholder {
  width: 100%;
  padding-bottom: 56.25%;
  background: linear-gradient(135deg, #2a2a2e 0%, #1c1c1e 100%);
}

.video-player__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 2;
}
.video-player__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-player__play-btn svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.video-player__container {
  position: relative;
  width: 100%;
}
.video-player__container video, .video-player__container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  display: block;
}

.video-player__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 0;
}

.video-player__poster.video-ready:hover .video-player__preview {
  opacity: 1;
}

.video-player__poster.video-ready:hover .video-player__poster-img {
  opacity: 0;
}

@media (max-width: 576px) {
  .video-player__play-btn {
    width: 36px;
    height: 36px;
  }
}
.video-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal__close {
  position: absolute;
  top: 16px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  z-index: 1;
}
.video-modal__close:hover {
  color: #D42020;
}

.video-modal__wrap {
  position: relative;
  width: 90%;
  max-width: 1100px;
  aspect-ratio: 16/9;
}
.video-modal__wrap video, .video-modal__wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.35);
}

.main-container {
  border-radius: 8px;
  overflow: hidden;
}

.container {
  max-width: 1024px;
}

.container .container {
  padding-inline: 0;
}

.mp-canvas {
  --mp-gutter: 0px;
}
@media (min-width: 576px) {
  .mp-canvas {
    --mp-gutter: 16px;
  }
}
@media (min-width: 992px) {
  .mp-canvas {
    --mp-gutter: 24px;
  }
}

.main-container .col-lg-12,
.main-container .col-md-12 {
  padding-inline: var(--mp-gutter, 24px) !important;
}

.container, .container-fluid {
  background: transparent !important;
}

.container > .row {
  background: #FFFFFF !important;
}

.row .row {
  background: transparent !important;
}

.row .ce-textpic, .row .ce-image, .row .ce-bodytext, .row .frame,
.row .news, .row .news-list-view, .row .news-detail,
.row .col-lg-12, .row .col-md-12, .row > div,
.frame-default, .frame-type-text, .frame-type-textpic, .frame-type-image,
.frame-type-header, .frame-type-html, .frame-type-list,
.frame-type-shortcut, .frame-type-table {
  background: transparent !important;
}

.member-portal.member-portal {
  margin-inline: 0;
  padding-inline: 0;
  margin-top: 16px !important;
  padding-top: 0;
}
.member-portal.member-portal .mp-section-header:first-child {
  margin-top: 0;
}
