@charset "UTF-8";
/* roboto-mono-200 - latin */
@import "barrierefrei.css";
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/roboto-mono-v23-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-mono-v23-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-mono-v23-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-mono-v23-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-mono-v23-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-condensed-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sofia Sans Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/sofia-sans-condensed-v2-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sofia Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sofia-sans-condensed-v2-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* BI */
.kommunikation .bi {
  color: white;
  font-size: 1.5em;
}
.back .bi {
  font-size: 3rem;
  color: #D8C3A4;
}
.carousel-caption h2 .bi {
  color: white;
}
.social .bi {
  color: #D8C3A4;
  font-size: 2rem;
  margin-right: 0.7em;
}
.dreier .bi {
  font-size: 2rem;
}
/* GENERELL */
body {
  font-family: "Roboto Mono", monospace;
  padding-top: 60px;
  background-color: #E88173;
}
.schattele {
  -webkit-box-shadow: 0px 30px 40px -25px #8E8D89;
  -moz-box-shadow: 0px 30px 40px -25px #8E8D89;
  box-shadow: 0px 30px 40px -25px #8E8D89;
}
.schwinge {
  background-image: url(#WE:1774#);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.rounded {
  border-radius: 10px !important;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #D8C3A4;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #c9ab80;
  color: #fff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dashed white;
  clear: both;
}
a {
  color: #D8C3A4;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.alert {
  margin-bottom: 0;
}
.hand {
  cursor: zoom-in;
}
.badge {
  font-weight: 400;
}
.hinterlegt {
  background-color: rgba(255, 255, 255, 0.1);
}
.modal-title {
  color: #D8C3A4;
}
.textschatten {
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
.form-control {
  border-radius: 10px;
}
.desaturate {
  filter: grayscale(100%);
  /* Standard */
  -webkit-filter: grayscale(100%);
  /* Webkit */
  filter: url(/elements/grayscale.svg#desaturate);
  /* Firefox 4-34 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.desaturate:hover {
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
/* CAROUSEL */
.carousel-caption {
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.carousel-caption p {
  color: #D8C3A4;
  font-weight: 400;
}
/* TYPE */
h1, h3, h4, h5, h2, p, ul, ol {
  color: #8E8D89;
}
h1 {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.7em;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 3.3em;
  }
}
h2 {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
}
h3 {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 1.6em;
  line-height: 1.1em;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
p {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}
ul, ol {
  line-height: 1.6em;
  font-weight: 400;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.einszueins {
  padding-bottom: 100%;
}
.goldenesrechteck {
  padding-bottom: 61.8%;
}
.dreizuzwei {
  padding-top: 66.66%;
}
.vierzudrei {
  padding-top: 75%;
}
.sechzehnzuneun {
  padding-top: 56.25%;
}
.einundzwanzigzuneun {
  padding-top: 42.85%;
}
.zweiunddreissigzuneun {
  padding-top: 28.12%;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.ratio {
  border-radius: 10px;
  overflow: hidden;
}
.img-aspect-4x3 {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  /* Optional: passt das Bild an, um Überlauf zu vermeiden */
}
.card {
  border-radius: 10px;
}
.card-img-top {
  border-radius: 10px 10px 0 0;
}
.card-footer {
  border-top: 0;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 1em;
}
.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.bg-dark {
  background-color: #D8C3A4 !important;
}
.dropdown-item {
  font-size: 1em;
}
.dropdown-menu {
  background-color: #D8C3A4;
  border: 0;
}
/* BEREICHE */
.headliner {
  padding: 60px 0;
  background-color: #EAE8DC;
}
.inhalt {
  padding: 60px 0;
  background-color: #EAE8DC;
}
.termine {
  padding: 60px 0;
  background-color: #fff;
}
.social {
  padding: 60px 0;
  background-color: #EAE8DC;
}
.sponsoren {
  padding: 60px 0;
  background-color: #F8F8F8;
}
.sponsoren-innen {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.dreier {
  padding: 60px 0;
  background-color: #E88173;
}
.dreier .bi, .dreier h3, .dreier p {
  color: #fff;
}
.dreier a {
  text-decoration: none;
  font-weight: 700;
}
/* INTERNER BEREICH */
.login {
  padding: 60px 0;
  background-color: #8E8D89;
}
.login h3, .login p {
  color: #F8F8F8;
}
.hell {
  padding: 60px 0;
  background-color: #F8F8F8;
}
.dunkel {
  padding: 60px 0;
  background-color: #D8C3A4;
}
.dunkel h3, .dunkel p {
  color: #F8F8F8;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 500;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1em;
}
.btn-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #D8C3A4;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}
.btn-button {
  color: #8E8D89;
  background-color: #EAE8DC;
  border-color: #EAE8DC;
}
.btn-button:hover {
  color: #EAE8DC;
  background-color: #8E8D89;
  border-color: #8E8D89;
}
.btn-primary {
  color: #fff;
  background-color: #D8C3A4;
  border-color: #D8C3A4;
}
.btn-primary:hover {
  color: #D8C3A4;
  background-color: #fff;
  border-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #E85A50;
  border-color: #E85A50;
  transform: rotate(-3deg);
}
.btn-outline-light {
  color: #E85A50;
  border-color: #E85A50;
  background-color: transparent;
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 800px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
/* SWIPER */
.sponsoren-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sponsoren-swiper {
  max-width: 100%;
  overflow: hidden;
}
.sponsoren-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.sponsoren-swiper .swiper-slide a {
  display: block;
  width: 100%;
  text-align: center;
}
.sponsoren-swiper .swiper-slide img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  transition: filter 0.3s ease;
}
.sponsoren-swiper .swiper-slide img.desaturate {
  filter: grayscale(100%);
}
.sponsoren-swiper .swiper-slide img.desaturate:hover {
  filter: grayscale(0%);
}
.sponsoren-wrapper .swiper-button-next, .sponsoren-wrapper .swiper-button-prev {
  position: static;
  color: #666;
  width: 40px;
  height: 40px;
  margin: 0;
  flex-shrink: 0;
}
.sponsoren-wrapper .swiper-button-next::after, .sponsoren-wrapper .swiper-button-prev::after {
  font-size: 24px;
}
.sponsoren-wrapper .swiper-button-next:hover, .sponsoren-wrapper .swiper-button-prev:hover {
  color: #000;
}
.team-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-swiper {
  max-width: 100%;
  overflow: hidden;
}
.team-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.team-swiper .card {
  width: 100%;
}
.team-wrapper .swiper-button-next, .team-wrapper .swiper-button-prev {
  position: static;
  color: #666;
  width: 40px;
  height: 40px;
  margin: 0;
  flex-shrink: 0;
}
.team-wrapper .swiper-button-next::after, .team-wrapper .swiper-button-prev::after {
  font-size: 24px;
}
.team-wrapper .swiper-button-next:hover, .team-wrapper .swiper-button-prev:hover {
  color: #000;
}
/* DATATABLES */
#mitgliederTabelle thead tr th {
  font-weight: bold;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}
#mitgliederTabelle tbody tr:hover {
  background-color: #f1f3f5;
}
.dataTables_wrapper .dataTables_length select {
  padding-right: 1rem !important;
  min-width: 80px;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-left: 0.5rem;
}
/* INTERNER BEREICH FILELIST */
.file-list-container .file-list-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 1.5;
}
.file-list-container .file-icon {
  font-size: 1.1rem;
  margin-right: 0.45rem;
  flex-shrink: 0;
}
/* Gilt für Datei-Icons */
.file-list-container .file-name {
  font-weight: 500;
  color: #0d6efd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  min-width: 100px;
}
.file-list-container .file-name:hover {
  text-decoration: underline !important;
}
.file-list-container .file-meta {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.8em;
}
.file-list-container .folder-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #212529;
}
.file-list-container .folder-toggle:hover {
  color: #000;
}
.file-list-container .folder-icon-dynamic {
  display: inline-block;
  /* Stellt sicher, dass das <i> Element Platz einnimmt */
  font-family: "bootstrap-icons" !important;
  /* WICHTIG: Erhöhte Spezifität und !important als Test */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  /* Angleichen an file-icon Größe */
  margin-right: 0.45rem;
  /* Angleichen an file-icon Abstand */
  color: #277CF9;
  /* Bootstrap 'warning' Farbe direkt hier, falls text-warning nicht greift */
}
.file-list-container .folder-icon-dynamic::before {
  content: "";
  /* Unicode für geschlossenen Ordner (bi-folder) */
}
.file-list-container .folder-toggle[aria-expanded="true"] .folder-icon-dynamic::before {
  content: "";
  /* Unicode für geöffneten Ordner (bi-folder2-open) */
}
@media (max-width: 576px) {
  .file-list-container .file-list-item {
    flex-wrap: wrap;
  }
  .file-list-container .file-meta {
    width: 100%;
    padding-left: 2rem;
    margin-left: 0 !important;
    font-size: 0.75em;
  }
}
