.elementor-kit-107{--e-global-color-primary:#28285C;--e-global-color-secondary:#F1DE6E;--e-global-color-text:#000000;--e-global-color-accent:#F1DE6E;--e-global-color-4fdba162:#EDF1FC;--e-global-color-1699cfee:#000;--e-global-color-38e9f6ed:#FFF;--e-global-color-eefdf8f:#D8D8D8;--e-global-color-1804f34:#5C78CC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Jost", Calibri,Verdana,ArialSans-serif;font-size:18px;font-weight:300;letter-spacing:0.1px;}.elementor-kit-107 e-page-transition{background-color:#FFBC7D;}.elementor-kit-107 a{color:#6262AD;}.elementor-kit-107 h1{color:var( --e-global-color-primary );font-size:48px;font-weight:600;line-height:55px;letter-spacing:1px;}.elementor-kit-107 h2{color:var( --e-global-color-primary );font-size:35px;font-weight:500;text-transform:uppercase;}.elementor-kit-107 h3{color:var( --e-global-color-primary );font-size:24px;font-weight:600;line-height:30px;letter-spacing:0.2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-107{font-size:17px;}.elementor-kit-107 h1{font-size:40px;line-height:44px;}.elementor-kit-107 h2{font-size:33px;}.elementor-kit-107 h3{font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-107{font-size:16px;}.elementor-kit-107 h1{font-size:30px;line-height:34px;}.elementor-kit-107 h2{font-size:30px;}.elementor-kit-107 h3{font-size:21px;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */figure {margin-inline-start: 0px;}
figcaption {color: var(--e-global-color-primary);
    font-size: 16px;}
    
    .mitglieder-tabelle-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.elementor-lightbox .dialog-lightbox-close-button {text-decoration:none;}

/* =========================
   Scrollbarer Tabellenbereich
========================= */

.mitglieder-tabelle-scroll {
  position: relative;

  width: 100%;
  max-width: 100%;

  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;

  border: 1px solid #dcdcdc;
  background: #fff;

  scrollbar-color: #999 #eee;
  scrollbar-width: auto;
}

/* Tabelle darf breiter sein */
.mitglieder-tabelle-scroll table,
.mitglieder-tabelle-scroll .dce-table,
.mitglieder-tabelle-scroll > * {
  min-width: 1200px;
  width: max-content;
}

/* =========================
   Bilder
========================= */

.mitglieder-tabelle-scroll img {
  width: 150px;
  height: 150px;

  object-fit: cover;
  object-position: center;

  display: block;
}

/* =========================
   Hinweis OBEN
========================= */

.mitglieder-tabelle-scroll::before {
  content: "⇠ Tabelle horizontal scrollen ⇢";

  display: block;

  padding: 10px;

  font-size: 13px;
  text-align: center;

  background: #f5f5f5;
  color: #666;

  border-bottom: 1px solid #ddd;
}

/* =========================
   Hinweis UNTEN
========================= */

.mitglieder-tabelle-scroll::after {
  content: "⇠ Nach rechts scrollen ⇢";

  display: block;

  padding: 8px;

  font-size: 12px;
  text-align: center;

  background: #f5f5f5;
  color: #666;

  border-top: 1px solid #ddd;
}

/* =========================
   Sichtbare Scrollbar
========================= */

.mitglieder-tabelle-scroll::-webkit-scrollbar {
  height: 14px;
}

.mitglieder-tabelle-scroll::-webkit-scrollbar-track {
  background: #eee;
}

.mitglieder-tabelle-scroll::-webkit-scrollbar-thumb {
  background: #999;
}

.mitglieder-tabelle-scroll::-webkit-scrollbar-thumb:hover {
  background: #666;
}


/* =========================
   Geschützte Seite
========================= */



.protected-page-login {
    width: min(100% - 40px, 1140px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.protected-page-login h2 {
    margin-top: 0;
}

.protected-page-login form {
    max-width: 420px;
    margin-top: 30px;
}

.protected-page-login input[type="text"],
.protected-page-login input[type="password"] {
    width: 100%;
}

.protected-page-login input[type="submit"] {
    margin-top: 10px;
}/* End custom CSS */