body {
  color: #4d4d49;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  padding-top: 79px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e91e05;
}
a {
  color: #b6262b;
  text-decoration: none;
}
a[href^="mailto:"]::before {
  font-family: "bootstrap-icons";
  content: "\f32f";
  /* Unicode für das Envelope-Icon (bi-envelope) */
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
a[target="_blank"]:not(:has(img))::after {
  font-family: "bootstrap-icons";
  content: "\f1c5";
  margin-left: 0.5em;
  display: inline-block;
}
a[href^="tel:"]::before {
  font-family: "bootstrap-icons";
  content: "\f5c1";
  /* Unicode für bi-telephone */
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
a[href^="tel:"].mobile::before {
  content: "\f4e7";
  /* Unicode für bi-phone */
}
a[target="_blank"]:has(i.bi)::after {
  content: none;
}
a.no-after-icon::before {
  content: none !important;
}
a.no-after-icon > i.bi + ::after {
  display: none !important;
}
.nav-pills a:hover {
  color: #000;
  background-color: #fff;
}
.topfenneger {
  background-color: white;
  padding: 15px;
  margin-bottom: 20px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden !important;
}
.breadcrumb {
  background-color: #fff;
}
.rounded {
  border-radius: 10px;
}
.alert {
  margin-bottom: 0;
  border-radius: 0;
}
.table {
  background-color: transparent !important;
}
.table > :not(caption) > * > * {
  background-color: transparent !important;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #b3b3b3;
}
/* SCHRIFTEN */
h1 {
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  h1 {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    language: de;
    -webkit-locale: "de";
    word-break: break-word;
  }
}
h2 {
  font-size: 1.5em;
  padding-bottom: 15px;
  line-height: 130%;
  font-weight: 200;
}
h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
h4 {
  line-height: 1.4em;
}
p,
ul,
ol {
  font-size: 1em;
  line-height: 1.6em;
}
ul > li {
  font-weight: bold;
  padding-top: 15px;
}
ul > li ul li {
  font-weight: normal;
  padding: 0;
}
/* CARD */
.card {
  background-color: #F0EEE6;
  border: 0;
  border-radius: 10px;
}
.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-footer {
  min-height: 120px;
  background-color: #b3b3b3;
  color: #ffffff;
  border-top: 0;
}
/* RUNDER SCHATTEN */
.image-with-round-shadow {
  position: relative;
  display: inline-block;
}
.image-with-round-shadow img {
  position: relative;
  z-index: 2;
  /* Bild über dem Schatten */
  display: block;
}
.image-with-round-shadow::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 40px;
  /* Höhe des Schattens */
  background: rgba(0, 0, 0, 0.25);
  /* Farbe und Transparenz */
  border-radius: 50%;
  /* Macht den Schatten kreisförmig */
  bottom: 10px;
  /* Position unter dem Bild */
  left: 20%;
  /* Zentriert den Schatten */
  z-index: 1;
  filter: blur(7px);
  /* Weichere Kanten */
}
/* BUTTON */
.btn {
  border-radius: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn-primary,
.btn-bd {
  color: #fff;
  background-color: #b6262b;
  border-color: #b6262b;
}
.btn-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #cccccc;
}
/* NAVBAR */
.navbar {
  padding-bottom: 15px;
}
.navbar-dark,
.bg-dark {
  background-color: #b6262b !important;
}
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.05em;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1em;
  padding-top: 15px;
}
.dropdown-item {
  font-size: 1em;
}
.dropdown-menu {
  border: 0;
}
/* BEREICHE */
.headliner {
  background-color: #faf9f5;
  padding-top: 60px;
  padding-bottom: 30px;
}
.inhalt {
  background-color: #faf9f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.social {
  padding-top: 0px;
  padding-bottom: 30px;
}
.social .bi {
  color: $hellgrau;
  font-size: 2rem;
  margin-right: 0.7em;
}
.fussbereich {
  background-color: #282c34;
  padding: 60px 0;
}
.fussbereich h3 {
  color: #85AA6C;
}
.fussbereich p {
  color: #ABB2BF;
}
.fussbereich .btn-link {
  color: #9B7553;
}
.fuss {
  background-color: #282c34;
  padding: 0 0 30px 0;
}
.fuss p {
  color: rgba(255, 255, 255, 0.4);
}
.marquee {
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.marquee-content {
  display: inline-block;
  animation: marquee 60s linear infinite;
}
.marquee-content img {
  width: auto;
  margin-right: 20px;
}
.small-logo {
  max-height: 50px;
  /* Kleinere Logos */
}
.large-logo {
  max-height: 75px;
  /* Größere Logos */
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee img {
  filter: grayscale(100%);
}
.marquee img:hover {
  filter: grayscale(0%);
}
.gray {
  filter: grayscale(100%);
  opacity: 1;
}
/* BILDER VERHÄLTNISSE */
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: $eckenkante;
}
.einszueins {
  padding-bottom: 100%;
}
.goldenesrechteck {
  padding-bottom: 61.80%;
}
.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: $eckenkante;
}
.ratio {
  border-radius: $eckenkante;
  overflow: hidden;
}
/* 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;
}
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 0;
  min-height: 270px;
}
.video-list-thumbs > li > a:hover {
  background-color: #70777d;
  transition: all 500ms ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.video-list-thumbs h2 {
  bottom: 0;
  font-size: 14px;
  height: 75px;
  margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle {
  font-size: 60px;
  opacity: 0.6;
  position: absolute;
  right: 39%;
  top: 31%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle {
  color: #fff;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
}
.video-list-thumbs .duration {
  background-color: #8a9196;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
}
.video-list-thumbs > li > a:hover .duration {
  background-color: #000;
  transition: all 500ms ease;
}
@media (min-width: 320px) and (max-width: 480px) {
  .video-list-thumbs .glyphicon-play-circle {
    font-size: 35px;
    right: 36%;
    top: 27%;
  }
  .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}
/* 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;
}
.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;
}
.google.top {
  background-color: #F7F1A9;
}
/* SORTABLE */
.mitarbeiter-tabelle th {
  position: relative;
  user-select: none;
  transition: background-color 0.2s;
  white-space: nowrap;
  /* Verhindert Zeilenumbrüche in den Überschriften */
}
.mitarbeiter-tabelle th:hover {
  background-color: #f0f0f0;
}
.mitarbeiter-tabelle th.sort-asc,
.mitarbeiter-tabelle th.sort-desc {
  background-color: #e6e6e6;
}
.sort-icon {
  font-size: 0.8em;
  color: #999;
  margin-left: 5px;
}
.sort-direction {
  display: inline-block;
  margin-left: 5px;
  color: #333;
  font-weight: bold;
}
.mitarbeiter-tabelle tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.mitarbeiter-tabelle tbody tr:hover {
  background-color: #e9e9e9;
}
/* ORGANIGRAMM */
.orga {
  background-image: url(/media/subtle/tiny_grid.png);
  padding: 60px 30px;
  border: 10px solid #ffffff;
}
/* MITARBEITER TABELLE ZUM KONTROLLIEREN */
.duplicate-row {
  background-color: #ffdddd;
  /* Helles Rot für Dupletten */
}
/* QR CODE */
.qrcode-container {
  text-align: center;
  margin: 10px 0;
}
.qrcode-img {
  display: inline-block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.qrcode-img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.qrcode-toggle {
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
}
.qrcode-toggle:hover {
  opacity: 0.8;
}
.form-select {
  background-color: #b6262b !important;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
