.v-main .contents h1 .toc-anchor,
.v-main .contents h2 .toc-anchor,
.v-main .contents h3 .toc-anchor,
.v-main .contents h4 .toc-anchor,
.v-main .contents h5 .toc-anchor,
.v-main .contents h6 .toc-anchor,
.v-main .contents h7 .toc-anchor {
    content: '' !important;
	display: none !important;
}

.v-main .contents h1 .toc-anchor:hover,
.v-main .contents h2 .toc-anchor:hover,
.v-main .contents h3 .toc-anchor:hover,
.v-main .contents h4 .toc-anchor:hover,
.v-main .contents h5 .toc-anchor:hover,
.v-main .contents h6 .toc-anchor:hover,
.v-main .contents h7 .toc-anchor:hover {
    content: '' !important;
}

.wikiContainer {
    position: relative!important;
    background-image: url(/logos/xendra-icon-light.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem;
    overflow: hidden;
}
.wikiLogo {
	width: 30%;
	height: auto;
	max-width: 100%;
	position: absolute;
    top: 10%;
    left: 5%;
	opacity: 75%;
}
.wikiText {
    position: absolute; /* Absolut positioniert innerhalb des Containers */
    bottom: 5%; /* Abstand vom unteren Rand */
    left: 50%; /* Zentriert relativ zum linken Rand */
    transform: translateX(-50%); /* Exakte horizontale Zentrierung */
    font-size: x-small; /* Textgr  e */
    font-weight: 900; /* Fettgedruckt */
    color: red; /* Textfarbe */
    line-height: 1.5; /* Abstand zwischen den Zeilen */
}
.wikiText p {
    margin: 0; /* Entfernt Standardabstand */
    padding: 0.2rem 0; /* Abstand zwischen den Zeilen */
}

:root {
    --scale-factor: calc(100vh / 2800);
}
.v-input__slot {
	--visibility: hidden;
}
label[for="input-73"] {
  font-size: 0; /* Originaltext unsichtbar machen */
  position: relative;
}

label[for="input-73"]::after {
  content: "Suche nach Titel ...";
  font-size: 14px; /* gew nschte Textgr  e */
  position: absolute;
  left: 0;
}

input#searchInput {
    font-size: 12px;
    color: #999;
}

#header-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    --max-width: 300px;
    max-width: calc(100vw - 35%);
}
span.font-size-dp-left {
    display: inline-block;
    width: 20em;
}
.toc-header {
	position: unset;
}
.v-main .contents hr {
	background-color: antiquewhite!important;
	margin: 0;
	padding: 0;
}
.v-main .contents ol>li, .v-main .contents ul:not(.tabset-tabs)>li {
    position: unset;
}
.v-main .contents ul:not(.tabset-tabs):not(.contains-task-list)>li:before {
    left: 0!important;
}

#scrollProgress.animate {
  background-position: right
}
#scrollProgressContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #000;
  z-index: 9999
}
#scrollProgress {
  height: 100%;
  background: linear-gradient(to right,red,#7cfc00);
  width: 0%;
  transition: width .25s ease-out;
  z-index: 10000
}
/* Container f r den Lese-Fortschrittsbalken */
#readProgressContainer {
    position: fixed;
    top: 5px; /* Positioniert direkt unter dem Seiten-Fortschrittsbalken */
    left: 0;
    width: 100%;
    height: 5px; /* H he des Lese-Fortschrittsbalkens */
    background-color: transparent; /* Transparent, um nur den Fortschrittsbalken zu sehen */
    z-index: 9998; /* Unterhalb des Seiten-Fortschrittsbalkens */
}
#readProgress {
    height: 100%;
    background: linear-gradient(to right, #070FFF, #00FFF2);
    width: 0%;
    transition: width 0.25s ease-out;
	z-index: 10001
}
#transLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #000;
    z-index: 9999
}
#loadProgress {
    height: 100%;
    background: linear-gradient(to right, #8B0000, #9ACD32);
    width: 0%;
    transition: width 0.25s ease-out;
	z-index: 10001
}
.text {
  font-size: 10px;
  color: #000
}
#vorlesenButton {
	position: fixed!important;
	bottom: 15px;
	right: 80px;
	width: 56px;
	height: 56px;
	z-index: 1000;
	background-color: #4CAF50;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	border: none;
    cursor: pointer;
    background-color: transparent;
}

#vorlesenButton:hover {
	background-color: #45a049;
}
#dropdownMenu,
#dropdownMenu2 {
  opacity: 1;
  visibility: visible;
  transition: opacity .75s ease,visibility .75s ease;
  border-radius: 10px;
  height: 15.2em;
}
#dropdownMenu.hidden,
#dropdownMenu2.hidden {
  opacity: 0;
  visibility: hidden
}
#dropdownMenu.visible,
#dropdownMenu2.visible {
  opacity: 1;
  visibility: visible
}
.isHidden {
  visibility: hidden;
}
.isVisible {
  visibility: visible;
}
input#volumeSlider {
  margin-left: 10px;
}
input#rateSlider {
  margin-left: 10px;
}
input#pitchSlider {
  margin-left: 10px;
}
#voiceSelect {
  display: block;
  font-size: 0.65em;
  padding: .6em 1.4em .5em .8em;
  width: 26em;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  border-radius: 10px;
  background-color: #345454;
  background-image: url('/anwendung/ico_pfeil_runter.png');
  background-repeat: no-repeat,repeat;
  background-position: right .5em top 50%,0 0;
  background-size: 1.5em auto,100%;
}
/* Spezifisches Styling f r die erste Option, um den Pfeil zu setzen */
#voiceSelect option:first-child::after,
select #voiceSelect option:first-child::after {
    content: ' \25BA'; /* Pfeil nach rechts (Unicode) */
    margin-left: 5px;
    color: black;
}
#einfachWeiss {
  color: #fff !important;
}
#einfachGr n {
  color: #0f877f !important;
}
/*.v-main .contents blockquote:before {
	display: inline-block!important;
    position: relative;
    transform: translate(-53px, 25px);
}*/
/* ---------------------------------------------------------------------------------------- */
/* CSS f r KI                                                                         */
/* ---------------------------------------------------------------------------------------- */
.bx {
	font-size: xx-large;
    border: #0a5a55;
    border-radius: 18px;
    background: #0a5a55;
}

/* ---------------------------------------------------------------------------------------- */
/* CSS f r elfsight                                                                         */
/* ---------------------------------------------------------------------------------------- */
div.eapps-widget {
  position: absolute!important;
  top: -0.5px!important;
  right: 0.4em!important;
  width: 1em;
  font-size: 2rem!important;
  transition: opacity 0.3s ease;
  will-change: transform, opacity;
}
.elfsight-app-00a48a00-efe0-4727-8feb-d74ff4c87cbc.eapps-widget.eapps-widget-show-toolbar {
	position: absolute;
	transition: opacity 0.3s ease-in-out;
	opacity: 1;
}
.EmbedRoot__Root-sc-5f47a35b-0.dqVbLE.es-embed-root.eapps-website-translator-00a48a00-efe0-4727-8feb-d74ff4c87cbc-custom-css-root.embed__StyledEmbedRoot-sc-ffe615cb-0 {
    position: relative;
}
.elfsight-container {
	display: flex;
	width: 50px;
	height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
	position: absolute;
	top: 0;
    right: 0.10em;
    font-size: inherit;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.hidden-widget {
    position: absolute;
    top: 0;
    right: 0;
	width: 50px;
	visibility: hidden;
}
a {
  --display: none!important;
  --visibility: hidden!important;
  --color: transparent!important
}
[class*=container__Wrapper-sc] * {
  display: none
}
[class*=container__Wrapper-sc]::before {
  content: "\F05CA";
  display: inline-block;
  font: normal normal normal 24px/1 Material Design Icons,Arial;
  font-family: Material Design Icons,Arial;
  font-size: inherit;
  line-height: inherit
}
.eapps-widget-toolbar-panel-only-you {
  visibility: hidden;
}
.eapps-widget-toolbar-panel {
  visibility: hidden;
}
.eapps-widget-toolbar-panel-share {
  visibility: hidden;
}
.elfsight-ki-container {
  visibility: hidden;
}
[class^="Popout__PopoutContent-sc"] {
  background: rgba(47,79,79,.75)!important;
  webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(47,79,79,.25)!important;
  transform: translate(-3.1em, 50px) !important;
  margin-top: 8px;
  border-radius: 10px 20px;
}
[class^="dropdown__Container-sc"] {
  background: rgba(47, 79, 79, .5) !important;
  border: 1px solid rgba(47,79,79,.25) !important;
  max-height: none !important;
}
[class^="dropdown-item__Wrapper-sc"] {
  color: white;
}
[class^="name__NameContainer-sc"] {
  color: white;
}
@keyframes slide {
  from {
    left: 0;
  }
  to {
    left: 100%;
    transform: translateX(-100%);
  }
}
.theme--dark.theme--light-transition {
  transition: background-color 0.5s ease-in-out;
}
.theme--light.theme--dark-transition {
  transition: background-color 0.5s ease-in-out;
}
body {
  background-color: #000!important;
  color: #fff!important;
  position: relative!important;
}
.v-input__control {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
  flex-wrap: wrap;
  min-width: 0;
  width: 10%!important
}

/* ---------------------------------------------------------------------------------------- */
/* CSS f r elfsight Spinner                                                                 */
/* ---------------------------------------------------------------------------------------- */
  .es-custom-loader {
    position: fixed;
    top: 50%;
    left: 50%;
	display: flex;
	flex-direction: column;
    transform: translate(0%, -50%);
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 150px;
    z-index: 9999999999;
	background: rgba(200, 50, 50, .95);
    border-radius: 10px;
    display: none;
}

  .es-custom-loader span {
	margin-bottom: 10px; /* Abstand zum Spinner */
	color: white; /* Textfarbe */
	text-align: center; /* Text zentrieren */
}

  .es-custom-loader-spinner {
	display: block !important;
    border: 8px solid #f1f1f1;
    border-top: 8px solid #598fcc;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    animation: spin 2s linear infinite;
	--animation: backgroundChange 2s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes backgroundChange {
    100% {
        background: linear-gradient(to right, red, green); /* Farbverlauf Rot zu Gr n */
    }
  }
  
  
.main-content {
  background-color: #000!important;
  color: #fff!important
}
.v-main .contents ol.links-list li > a > em,
.v-main .contents ul:not(.tabset-tabs).links-list li > a > em {
  color: #fff!important;
  font-weight: 400!important;
  font-size: 12px!important;
  font-style: italic!important
}
.v-main .contents ol.links-list,
.v-main .contents ul:not(.tabset-tabs).links-list {
  color: #22aaa1
}
.summary-hover {
  width: 100%!important;
  height: 3.8em;
  transition: all .25s ease!important
}
.v-main .contents h1 .toc-anchor,
.v-main .contents h2 .toc-anchor,
.v-main .contents h3 .toc-anchor,
.v-main .contents h4 .toc-anchor,
.v-main .contents h5 .toc-anchor,
.v-main .contents h6 .toc-anchor,
.v-main .contents h7 .toc-anchor{
  display: none;
  position: absolute!important;
  right: 1rem;
  bottom: .5rem;
  font-size: 1.25rem;
  text-decoration: none;
  color: #9e9e9e;
}
h1 {
  display: flex;
  gap: 10px;
  --align-items: flex-start;
  align-items: center;
  font-size: 2em!important;
  z-index: 9999;
}
.circle-wrapper {
  display: flex;
  gap: 10px
}
.circle-container {
  width: auto;
  height: auto;
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  right: 0.35em;
  font-size: inherit;
}
.circle-container2 {
  width: auto;
  height: auto;
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  right: 1.75em;
  font-size: inherit;
  border-radius: 10px;
}
.circle-container a .tooltip {
  visibility: hidden;
  width: 200px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity .3s
}
.circle-img {
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 50%;
  right: 0;
  top: 5px;
  margin-right: 5px
}
.circle-img2 {
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 50%;
  right: 0;
  top: 5px;
  margin-right: 0
}
img.circle-img3,
.img.circle-img3,
.circle-img3 {
  right: 0;
  top: 5px;
  font-size: 20px;
  margin: 0 0.15em 0 0.29em;
}
img.circle-img4,
.img.circle-img4,
.circle-img4 {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  right: 0;
  top: 5px;
  object-fit: fill;
}
.toogle-container {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    right: 2.65em;
    font-size: inherit;
}
.goog-te-gadget img {
  display: none!important
}
body > .skiptranslate {
  display: none
}
body {
  top: 0!important
}
#google_translate_element {
  z-index: 100;
  border-radius: 0;
  right: .5vw;
  left: auto;
  position: fixed;
  bottom: .5vh;
  visibility: hidden
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span,
.goog-te-gadget-simple span {
  text-decoration: none;
  color: #fff
}
.goog-te-gadget-simple {
  background-color: #10968d!important;
  border-color: @translate-border!important;
  padding: .2em!important;
  border-radius: 4px!important;
  font-size: .6rem!important;
  line-height: 1rem!important;
  display: inline-block;
  cursor: pointer;
  color: #fff!important
}
.goog-te-menu2 {
  max-width: 100%
}
.goog-te-menu-value {
  display: flex;
  align-items: center;
  color: #fff
}
.goog-te-menu-value:before {
  content: "\e894";
  margin-right: .5em;
  font-family: 'Material Icons';
  color: @langicon-color
}
.goog-te-menu-value span {
  color: @translate-text-color;
  font-family: @translate-font
}
.goog-te-menu-value span:first-child {
  position: relative;
  top: .07rem
}
.goog-te-menu-value span:nth-child(5) {
  display: none
}
.goog-te-menu-value span:nth-child(3) {
  border: none!important;
  font-family: 'Material Icons';
  display: flex
}
.goog-te-menu-value span:nth-child(3):after {
  font-family: 'Material Icons';
  content: "\E5C5";
  font-size: 1.5rem;
  color: @downicon-color!important
}
.goog-te-gadget-icon {
  display: none
}
.VIpgJd-ZVi9od-ORHb *,
.VIpgJd-ZVi9od-SmfZ *,
.VIpgJd-ZVi9od-l9xktf *,
.VIpgJd-ZVi9od-vH1Gmf *,
.VIpgJd-ZVi9od-xl07Ob *,
.goog-te-combo {
  font-family: Aptos,sans-serif;
  font-size: .6rem
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  height: 32px;
  z-index: 10000001;
  border: none;
  border-bottom: 1px solid #6b90da;
  margin: 0;
  box-shadow: 0 0 8px 1px #999;
  width: 50%;
  display: block;
  position: absolute;
  transform: scale(.85);
  transform-origin: 13% 0%;
  background-color: #10968d!important
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 98%;
  height: 98%;
  overflow: auto;
  background-color: rgba(0,0,0,.8);
  justify-content: center; /* Zentriert den Inhalt horizontal */
  align-items: center; /* Zentriert den Inhalt vertikal */
}
.modal-content {
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  filter: brightness(1.2) contrast(9.9);
  align-items: center;
  justify-content: center;
}
.modal-text {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 16px
}
.close {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer;
  border-style: solid;
  border-radius: 50%;
  background-color: red;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}
.contrast-container,
.input.contrast-container,
.div.contrast-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Zentriert Text und Schieberegler */
  padding-top: 5%;
}
.contrast-label,
.input.contrast-label,
.div.contrast-label {
  margin: 10px 0; /* Abstand  ber und unter dem Text */
}
.contrast-slider, 
.input.contrast-slider,
.div.contrast-slider {
  width: 25%; 
  margin: 10px 0; 
}
.navbar {
  overflow: hidden;
  background-color: #4b6bca;
  border-radius: 15px 0
}
.navbar a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none
}
.navbar:hover .dropbtn {
  background-color: #3e8e41
}
.navbar:hover .dropdown-content {
  display: block
}
.navbar:hover .dropbtn::after {
  opacity: 0
}
.navbar.show .dropbtn::after {
  opacity: 0
}
.dropbtn {
  background-color: #124bd0!important;
  color: #fff;
  //padding: 14px 16px;
  font-size: x-large!important;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center
}
.dropbtn::after {
  content: '\25BC';
  font-size: 16px;
  margin-left: 8px;
  transition: opacity .3s
}
.theme--dark .dropdown-content {
  display: none;
  position: relative;
  //background-color: #2f4f4f;
  min-width: 100%;
  background: rgba(47, 79, 79, 0.5);
  backdrop-filter: blur(10px);
  webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(47, 79, 79, 0.25);
  //transform: translate(0, 12px);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 1;
  border-radius: 5px;
  line-height: normal!important;
}
.theme--light .dropdown-content {
  display: none;
  position: relative;
  //background-color: #d3d3d3;
  background: rgba(211,211,211,0.5)
  backdrop-filter: blur(10px);
  webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(47, 79, 79, 0.25);
  //transform: translate(0, 12px);
  min-width: 100%;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 1;
  border-radius: 5px;
  line-height: normal!important;
}
.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-right: 1px solid #ddd
}
.dropdown:hover .dropdown-content {
  display: block;
  color: red!important:
}
.dropdown-content a:last-child {
  border-right: none
}
.theme--dark .v-main .contents a:hover::before {
  border-top: 2px #0f877f!important
}
body {
  font-family: Aptos,sans-serif;
  color: #333;
  background-color: red;
  position: relative!important;
}
.v-application {
  font-family: Aptos,sans-serif
}
.header {
  background-color: #e3000f;
  color: #fff;
  padding: 20px;
  text-align: center
}
.overview {
  background-color: #f2f2f2;
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px
}
.menu-bar {
  background-color: #e3000f;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
html {
  font-size: 16px!important;
  scroll-behavior: smooth;
}
.smooth-scroll-area {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	.smooth-scroll-area {
		scroll-behavior: auto;
	}
}
img {
  border-style: outset;
  border-width: 2px;
  border-color: #a9a9a9;
  transition: opacity .3s ease;
  cursor: pointer;
  object-fit: contain;
  margin: auto!important;
  max-width: 95%;
  max-height: 80%;
}
img:hover {
  opacity: .75
}
.columns {
  margin-left: 20px;
  margin-right: 20px
}
summary .material-icons {
  margin-right: 20px
}
.material-icons {
  margin-right: 20px
}
summary .dp-link {
  display: contents;
  text-align: left;
  width: 100%
}
.dp-link {
  text-align: left;
  width: 100%
}
.dp-link-a {
  display: table-cell
}
summary .dp-link-a {
  display: table-cell
}
.left-content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  translate: 0 0.5em;
}
.right-content {
  display: inline-block;
  vertical-align: middle;
  line-height: 4;
  color: #fff!important
}
.material-icons {
  width: 100%
}
summary .em {
  display: inline-block;
  vertical-align: middle;
  line-height: normal
}
.responsive-embed {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  margin: 10px 0;
  overflow: hidden
}
.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px
}
.myButton {
  width: 300px;
  height: 40px;
  font-size: 20px;
  color: #22aaa1;
  background: linear-gradient(to top right,#373740,#000);
  border: 2px solid #22aaa1;
  border-radius: 10px;
  font-family: Aptos,sans-serif;
  float: right;
  display: block;
  margin-right: 10px
}
.myButton:hover {
  color: #22aaa1;
  background: linear-gradient(to top right,#373740,grey);
  border-color: #22aaa1
}
.mybutton-vh {
  width: 30vh;
  height: 4vh;
  font-size: 2vh;
  color: #22aaa1;
  background: linear-gradient(to top right,#373740,#000);
  border: 2px solid #22aaa1;
  border-radius: 1vh;
  font-family: Aptos,sans-serif;
  float: right;
  display: block;
  margin-right: 1vh
}
.myContainer {
  display: inline-grid
}
.comments-container {
  border-radius: 7px;
  visibility: hidden
}
.v-main .contents a::before {
  top: unset!important;
  bottom: 0!important;
}
.theme--dark .comments-container {
  border-radius: 7px;
  visibility: hidden
}
.theme--dark .comments-header {
  background-color: #0a5a55!important
}
.theme--dark .comments-header::after {
  content: "Nur fuer Hinweise auf Fehler oder Inkonsistenzen !!!";
  display: block;
  position: relative
}
.theme--dark .v-main .contents a {
  position: relative;
  text-decoration: underline;
  color: #fff!important;
  padding: 5px 10px 5px 10px;
  --background-color: #1874CD;
}
.theme--dark .v-main .contents a::before {
  content: '';
  position: absolute;
  --top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #22aaa1;
  z-index: 1
}
.theme--dark .v-main .contents a:hover::before {
  width: 100%;
  color: #d3d3d3
}
.blockquote.is-info.is-info-dscs {
  background-color: #0a5a55!important;
  color: #e3f2fd;
  border-color: #10968d!important;
  --position: unset;
  position: relative;
}
.theme--dark .v-main .contents blockquote.is-info-dscs {
  background-color: #0a5a55!important;
  color: #e3f2fd;
  border-color: #10968d!important;
  --position: unset;
  position: relative;
}
.theme--dark .v-main .contents h1 {
  color: #e0e0e0;
  background-color: #e3000f!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
  z-index: 100;
  position: sticky;
  top: 64px;
}
.theme--dark .v-main .contents h2 {
  color: #e0e0e0;
  background-color: #10968d!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.theme--dark .v-main .contents h3 {
  color: #e0e0e0;
  background-color: #0a5a55!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.theme--dark .v-main .contents h4 {
  color: #e0e0e0;
  background-color: #073c38!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.theme--dark .v-main .contents h5 {
  color: #e0e0e0;
  background-color: #227a70!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.theme--dark .v-main .contents h6 {
  color: #e0e0e0;
  background-color: #32b8a8!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.theme--dark .v-main .contents h7 {
  color: #e0e0e0;
  background-color: #39dbc8!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.v-main .contents .table-container {
  width: 100%;
  overflow-x: auto;
  padding-left: 20px;
}
.v-main .contents blockquote {
  margin-left: 20px;
  margin-right: 20px;
  --position: unset;
}
.summary2,
summary {
  background-color: #2980b9!important;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.summary2:hover,
summary:hover {
    color: grey !important;
    border-left-color: #22aaa1 !important;
}
}
.summary2::after,
summary::after {
  float: right
}
summary .font-size-dp-right {
  font-size: 12px
}
.material-icons {
  font-size: 24px;
  color: goldenrod;
}
html {
  font-size: 16px
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit
}
.v-application .v-main .contents p {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px
}
.theme--light .v-main .contents a:hover::before {
  border-top: 2px #0f877f!important
}
.theme--light .comments-header {
  background-color: #0a5a55!important;
  --border-radius: 7px;
  --visibility: hidden
}
.theme--light .comments-header::after {
  content: "Nur fuer Hinweise auf Fehler oder Inkonsistenzen !!!";
  display: block;
  position: relative
}
.theme--light .v-main .contents a {
  position: relative;
  text-decoration: underline;
  --color: #22aaa1!important;
  color: #2cdbd0!important;
  padding: 5px 10px 5px 10px;
  --background-color: lightgray;
}
.theme--light .v-main .contents a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #6e6e6e;
  z-index: 1
}
.theme--light .v-main .contents a:hover::before {
  width: 100%;
  color: #d3d3d3
}
.theme--light .v-main .contents blockquote.is-info-dscs {
  background-color: #0a5a55!important;
  color: #e3f2fd;
  border-color: #10968d!important
}
.theme--light .v-main .contents h1 {
  color: #e0e0e0;
  background-color: #e3000f!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
  z-index: 100;  
  position: sticky;
  top: 64px;
}
.theme--light .v-main .contents h2 {
  color: #e0e0e0;
  background-color: #10968d!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.theme--light .v-main .contents h3 {
  color: #e0e0e0;
  background-color: #0a5a55!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.theme--light .v-main .contents h4 {
  color: #e0e0e0;
  background-color: #073c38!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.theme--light .v-main .contents h5 {
  color: #e0e0e0;
  background-color: #227a70!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.theme--dark .v-main .contents h6 {
  color: #e0e0e0;
  background-color: #32b8a8!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.theme--dark .v-main .contents h7 {
  color: #e0e0e0;
  background-color: #39dbc8!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
}
.lineDown {
  border-left: 1px solid #000;
  height: 50px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle
}
/* Pulsierender Effekt */
@keyframes pulse {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.02); /* Leichtes Vergr  ern */
    }
    100% {
        transform: scaleX(1);
    }
}

.pulse-effect {
    animation: pulse 0.6s ease-in-out; /* Dauer und Timing der Animation */
}

.circle-container {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    right: 15px;
  }
.circle-container2 {
  width: auto;
  height: auto;
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  right: 25px;
}
.circle-container a .tooltip {
    visibility: hidden;
    width: 100px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity .3s
  }
.circle-img {
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 50%;
    right: 0;
    margin-right: 5px
  }
.circle-img2 {
	width: 25px;
	height: 25px;
	position: relative;
	border-radius: 50%;
	right: 0;
	top: 5px;
	margin-right: 5px
  }
img.circle-img3,.img.circle-img3,.circle-img3 {
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 50%;
	right: 0;
	top: 5px;
	margin-right: 5px
  }
}
.div.error-message,
.error-message {
	background-color: #ff1d5e;
    position: absolute;
	display: none;
}
.div.error-message.err-hidden,
.div.err-hidden,
.err-hidden {
  height: 0;
  opacity: 0;
  transition: height 0.3s ease-in-out, opacity 0.5s ease-in-out;
}
.div.error-message.err-visible,
.div.err-visible,
.err-visible {
  display: block;
  opacity: 1;
  background-color: #ff1d5e;
	position: absolute;
	top: 15%;
	left: 70%;
	transform: translate(-50%, -50%);
	width: 450px;
	height: 80px;
	border-radius: 15px 0;
	text-align: center;
}
.input,
#input {
	margin-left: 10px;
}
.theme--dark .dropdown-item {
  color: #fff!important;
  font-size: 12px;
}
.theme--light .dropdown-item {
  color: #000!important;
  font-size: 12px;
}
.theme--dark .dropdown-item .lang-change {
  color: #fff!important;
  font-size: 12px
}
.theme--light .dropdown-item .lang-change {
  color: #fff!important;
  font-size: 12px
}


.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%); /* Zentriert den Loader genau in der Mitte */
  width: 256px;
  height: 256px;
  border-radius: 50%;
  perspective: 800px
}
.loader11 {
    position: relative;
    width: 256px;
    height: 256px;
	display: flex;
	justify-content: center; /* Zentriert den Inhalt horizontal */
	align-items: center; 
  }
.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%
}
.inner.one {
  left: 0;
  top: 0;
  animation: rotate-one 1s linear infinite;
  border-bottom: 10px solid #ffd700
}
.inner.two {
  right: 0;
  top: 0;
  animation: rotate-two 1s linear infinite;
  border-right: 10px solid #00ff00
}
.inner.three {
  right: 0;
  bottom: 0;
  animation: rotate-three 1s linear infinite;
  border-top: 10px solid #ff0000
}
@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
  }
}

section {
  opacity: 0;
  transform: translateY(20px) perspective(1000px);
  transition: opacity .8s ease-out,transform .8s ease-out
}
section.visible {
  opacity: 1;
  transform: translateY(0) perspective(1000px);
}
.mycontent {
  height: 100%;
}
.is-valid-page {
  transition: all .25s ease;
  font-size: 16px;
  color: white;
  padding: 0.4rem!important;
  text-decoration: none!important;
  --display: flex;
  align-items: center;
  -max-width: 100%;
}
.is-valid-page em {
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 300px); /* Passt sich dynamisch an */
    flex-grow: 1;
    min-width: 0;
}

.dropdown-content .player {
  position: relative;
  transform: translateY(-50%);
}

.player {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 15px;
  justify-content: center;
  align-items: center;
}

.player > div {
  height: 100%;
  width: 3px;
  display: inline-block;
  background-color: #754fa0; /* Set default color */
  animation: delay 0.8s infinite ease-in-out;
}

.player > div:nth-child(2) {
  background-color: #09b7bf;
  animation-delay: -0.7s;
}

.player > div:nth-child(3) {
  background-color: #90d36b;
  animation-delay: -0.6s;
}

.player > div:nth-child(4) {
  background-color: #f2d40d;
  animation-delay: -0.5s;
}

.player > div:nth-child(5) {
  background-color: #fcb12b;
  animation-delay: -0.4s;
}

.player > div:nth-child(6) {
  background-color: #ed1b72;
  animation-delay: -0.3s;
}

@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1.0);
  }
}

#mycounter {
	border: white;
	border-style: outset;
	border-radius: 10px;
	box-shadow: 0 2px 15px rgb(114 191 105);
}
#chart-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
#visitChart {
  width: 100%;
  height: 100%
}
#table {
  width: 100%!important
}
.tdz,
.thz {
  text-align: center;
  font-size: .7vw;
  border: none!important
}
.thz {
  font-size: .5vw
}
.tdz {
  width: calc((100% - 20%)/ 10)
}
.tdz:nth-child(2) {
  width: 20%
}
#chart-cell {
  height: auto; /* Die H he der Zelle passt sich automatisch an beide Zeilen an */
}
th.h2z {
  margin: 0;
  font-size: 0.8vw;
  text-align: center;
  padding: 0 10px 0 10px;
  margin-top: 0;
  background-color: rgb(16, 150, 141) !important;;
  border-radius: 15px 0;
  padding-left: 15px !important;
}
.theme--dark .v-main .contents h2z,
.theme--light .v-main .contents h2z {
  color: #e0e0e0;
  background-color: #10968d!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
  margin-top: 0;
}
.stat-value {
  font-weight: 700;
  text-align: center;
  border: none
}
.theCounter {
	position: relative;
    bottom: 0;
    width: 100%;
    z-index: 55;
	opacity: 50%;
}
/* Allgemeine Hintergrundfarbe f r die ganze Zeile */
.rounded-row th {
  background-color: #0a5a55;
}

/* Abgerundete Ecken nur f r die ersten und letzten Zellen */
.rounded-row th:first-child {
  border-top-left-radius: 15px 0;
  border-bottom-left-radius: 15px;
}

.rounded-row th:last-child {
  border-top-right-radius: 0 15px;
  border-bottom-right-radius: 15px;
}


.modal-visit {
  display: none;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: auto
}
div.modal-visit-content,
.modal-visit-content {
  border: 1px solid #888;
  width: auto;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,.2);
  position: relative
}
.visit-close {
  position: absolute;
  top: 0.15vw;
  right: .85vw;
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  cursor: pointer;
  border-style: solid;
  border-width: thin;
  border-radius: 50%;
  background-color: red;
  width: 1vw;
  height: 1vw;
  display: flex;
  align-items: center;
  justify-content: center
}
.visit-close:hover {
  color: #000;
  text-decoration: none
}
.modal-visit-content p {
  font-size: 1em;
  text-align: center
}
#mycounter {
  border: #fff;
  border-style: outset;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgb(114 191 105)
}
#chart-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
#visitChart {
  width: 100%;
  height: 100%
}
#visitTable,
.visitTable,
table.visitTable {
  width: 100%!important
}
.tdz,
.thz {
  text-align: center;
  font-size: .7vw;
  border: none!important
}
.thz {
  font-size: .5vw
}
.tdz {
  width: calc((100% - 20%)/ 10)
}
.tdz:nth-child(2) {
  width: 20%
}
#chart-cell {
  height: auto
}
.h2z,
div h2.h2z,
th.h2z {
  margin: 0;
  font-size: .8vw;
  text-align: center;
  padding: 0 10px 0 10px;
  margin-top: 0;
  background-color: #10968d!important;
  border-radius: 15px 15px 0px 0px;
  padding-left: 15px!important;
  position: relative;
}
.date-display {
    position: absolute;
    right: 2.5vw;
    top: 0;
    font-size: 0.6vw;
    color: #d7d7d7;
}
.theme--dark .v-main .contents h2z,
.theme--light .v-main .contents h2z {
  color: #e0e0e0;
  background-color: #10968d!important;
  border-radius: 15px 0;
  padding-left: 15px!important;
  margin-top: 0
}
.stat-value {
  font-weight: 700;
  text-align: center;
  border: none
}
.rounded-row th,
tr.rounded-row th {
  background-color: #0a5a55!important
}
.rounded-row th:first-child,
tr.rounded-row th:first-child {
  border-top-left-radius: 15px 0!important;
  border-bottom-left-radius: 15px!important
}
.rounded-row th:last-child,
tr.rounded-row th:last-child {
  border-top-right-radius: 0 15px!important;
  border-bottom-right-radius: 15px!important
}
.image-visitor-button {
  width: 150px;
  height: 50px;
  background-image: url('/monitor/statistik.png')!important;
  background-size: cover;
  border: none;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.image-visitor-button:hover {
  animation: blink-animation 1s infinite;
  background-image: url('/monitor/statistik.png')!important;
  background-size: cover;
  color: #22aaa1;
}
@keyframes blink-animation {
	0%, 100% {
		color: #22aaa1;
	}
	50% {
		color: #FFF;
	}
}

/* ---------------------------------------------------------------------------------------- */
/* CSS f r FAS Icons                                                                        */
/* ---------------------------------------------------------------------------------------- */
.fa, .fas {
  font-weight: 900;
  margin-top: 6px;
}
.faswhite {
  color: #FFFFFF!important;
  background-color: transparent;
}

.theme--light .fa-lightbulb {
  color: #FFFF00
}

.theme--light .fa-arrow-down {
  color: #4CAF50
}

.theme--light .fa-flag-checkered {
  color: #2196F3
}

.theme--light .fa-box-arrow-up {
  color: #FF5722
}

.theme--light .fa-boxes-stacked {
  color: #2196F3
}

.theme--light .fa-address-book {
  color: #9C27B0
}

.theme--light .fa-location-dot {
  color: #FFC107
}

.theme--light .fa-layer-group {
  color: #3F51B5
}

.theme--light .fa-truck {
  color: #E91E63
}

.theme--light .fa-box-open {
  color: #00BCD4
}

.theme--light .fa-ruler-combined {
  color: #FF9800
}

.theme--light .fa-ruler-triangle {
  color: #673AB7
}

.theme--light .fa-screwdriver-wrench {
  color: #795548
}

.theme--light .fa-clipboard-list {
  color: #009688
}
.theme--light .fa-heart {
  color: #b30000
}
.theme--light .fa-info {
  color: #0288D1
}
.theme--light .fa-info {
  color: #0288D1
}
.theme--light .fa-arrow-right {
  color: #FF9800
}
.theme--light .fa-gear {
  color: #6c757d
}
.theme--light .fa-edit {
  color: #ffc107
}
.theme--light .fa-gem {
  color: #17a2b8
}
.theme--light .fa-circle {
  color: #17a2b8
}
.theme--light .fa-check-circle {
  color: #28a745
}
.theme--light .fa-thumbtack {
  color: #dc3545
}
.theme--light .fa-bullseye {
  color: #a71d31
}
.theme--light .fa-search {
  color: #6c757d
}
.theme--light .fa-sticky-note {
  color: #fd7e14
}
.theme--light .fa-clipboard {
  color: #fd7e14
}
.theme--light .fa-pencil-alt {
  color: #ffc107
}
.theme--light .fa-wrench {
  color: #495057
}
.theme--light .fa-mouse-pointer {
  color: #212529
}
.theme--light .fa-times-circle {
  color: #c82333
}
.theme--light .fa-folder {
  color: #fc0
}
.theme--light .fa-palette {
  color: #6f42c1
}
.theme--light .fa-globe {
  color: #20c997
}
.theme--light .fa-save {
  color: #0056b3
}
.theme--light .fa-file-alt {
  color: #4caf50
}
.theme--light .fa-folder-open {
  color: #ff9800
}
.theme--light .fa-key {
  color: #3f51b5
}
.theme--light .fa-desktop {
  color: #009688
}
.theme--light .fa-chart-bar {
  color: #2196f3
}
.theme--light .fa-cogs {
  color: #607d8b
}
.theme--light .fa-tools {
  color: #9e9e9e
}
.theme--light .fa-tachometer-alt {
  color: #1565C0
}
.theme--light .fa-list-ul {
  color: #616161
}
.theme--light .fa-history {
  color: #5C6BC0
}
.theme--light .fa-columns  {
  color: #1976D2
}
.theme--light .fa-th-large {
  color: #1976D2
}
.theme--light .fa-bars {
  color: #00897B
}
.theme--light .fa-list {
  color: #00897B
}
.theme--light .fa-hand-pointer {
  color: #F57C00
}
.theme--light .fa-hand-point-up {
  color: #D32F2F
}
.theme--light .fa-language {
  color: #00838F
}
.theme--light .fa-spinner  {
  color: #1976D2
}
.theme--light .fa-window-maximize {
  color: #00897B
}
.theme--light .fa-sliders-h {
  color: #00897B
}
.theme--light .fa-times  {
  color: #D32F2F
}
.theme--light .fa-window-close {
  color: #D32F2F
}
.theme--light .fa-adjust {
  color: #1976D2
}
.theme--light .fa-barcode {
  color: #424242
}
.theme--light .fa-exchange-alt {
  color: #2E7D32
}
.theme--light .fa-dolly {
  color: #2E7D32
}
.theme--light .fa-dolly {
  color: #D32F2F
}
.theme--light .fa-warehouse {
  color: #1976D2
}
.theme--light .fa-boxes {
  color: #1976D2
}
.theme--light .fa-qrcode {
  color: #D84315
}
.theme--light .fa-file-alt {
  color: #616161
}
.theme--light .fa-folder-open {
  color: #616161
}
.theme--light .fa-search-location {
  color: #D84315
}
.theme--light .fa-map-marked-alt {
  color: #D84315
}
.theme--light .fa-project-diagram {
  color: #00897B
}
.theme--light .fa-plug {
  color: #1976D2
}
.theme--light .fa-download {
  color: #00897B
}
.theme--light .fa-file-excel {
  color: #4CAF50
}
.theme--light .fa-file-pdf {
  color: #4CAF50
}
.theme--light .fa-file-image {
  color: #4CAF50
}
.theme--light .fa-file-csv {
  color: #4CAF50
}
.theme--light .fa-comment {
  color: #4CAF50
}
.theme--light .fa-compass {
  color: #4CAF50
}
.theme--light .fa-wifi {
  color: #333333
}
.theme--light .fa-maximize {
  color: #555555
}
.theme--light .fa-camera {
  color: #333333
}
.theme--light .fa-photo-film {
  color: #444444
}
.theme--light .fa-arrows-rotate {
  color: #555555
}
.theme--light .fa-tags {
  color: #2d2d2d
}
.theme--light .fa-icons {
  color: #3498db
}
.theme--light .fa-video {
  color: #2c3e50
}
.theme--light .fa-message {
  color: #2c3e50
}
.theme--light .fa-signs-post {
  color: #2c3e50
}
.theme--light .fa-calendar {
  color: #2c3e50
}
.theme--light .fa-paper-plane {
  color: #2c3e50	
}
.theme--light .fa-question-circle {
  color: #2c3e50	
}
.theme--light .fa-list-check {
  color: #2c3e50	
}
.theme--light .fa-search-plus {
  color: #007BFF	
}
.theme--light .fa-external-link-alt {
  color:  #007BFF
}
.theme--light .fa-brain {
  color: #28A745
}
.theme--light .fa-users {
  color: #28A745
}
.theme--light .fa-user {
  color: #28A745
}
.theme--light .fa-building {
  color: #28a745
}
.theme--light .fa-sign-out-alt {
  color: #dc3545
}
.theme--light .fa-filter {
  color: #6c757d
}
.theme--light .fa-sync-alt {
  color: #17a2b8
}
.theme--light .fa-eye-slash {
  color: #ffc107
}
.theme--light .fa-thumbtack {
  color: #28a745
}
.theme--light .fa-sort {
  color: #6c757d
}
.theme--light .fa-info-circle {
  color: #17a2b8
}
.theme--light .fa-list-ol {
  color: #ffc107
}
.theme--light .fa-mask {
  color: #dc3545
}
.theme--light .fa-th-large {
  color: #28a745
}
.theme--light .fa-list-alt {
  color: #007bff
}
.theme--light .fa-desktop {
  color: #17a2b8
}
.theme--light .fa-plus-square {
  color: #ffc107
}
.theme--light .fa-box {
  color: #ffc107
}
.theme--light .fa-palett {
  color: #f4a300
}
.theme--light .fa-drum {
  color: #f4a300
}
.theme--light .fa-sack-xmark {
  color: #f4a300
}
.theme--light .fa-square {
  color: #f4a300
}
.theme--light .fa-ring {
  color: #f4a300
}
.theme--light .fa-industry {
  color: #f4a300
}
.theme--light .fa-tint {
  color: #3F51B5
}
.theme--light .fa-comment-dots {
  color: #28a745
}
.theme--light .fa-align-left {
  color: #ffc107
}
.theme--light .fa-ellipsis-h {
  color: #dc3545
}
.theme--light .fa-book-open {
  color: #17A2B8
}
.theme--light .fa-download {
  color: #28a745
}
.theme--light .fa-lock {
  color: #dc3545
}
.theme--light .fa-a {
  color: #2c3e50;
}
.theme--light .fa-b {
  color: #2c3e50;
}
.theme--light .fa-c {
  color: #2c3e50;
}
.theme--light .fa-d {
  color: #2c3e50;
}
.theme--light .fa-e {
  color: #2c3e50;
}
.theme--light .fa-f {
  color: #2c3e50;
}
.theme--light .fa-g {
  color: #2c3e50;
}
.theme--light .fa-h {
  color: #2c3e50;
}
.theme--light .fa-i {
  color: #2c3e50;
}
.theme--light .fa-j {
  color: #2c3e50;
}
.theme--light .fa-k {
  color: #2c3e50;
}
.theme--light .fa-l {
  color: #2c3e50;
}
.theme--light .fa-m {
  color: #2c3e50;
}
.theme--light .fa-n {
  color: #2c3e50;
}
.theme--light .fa-o {
  color: #2c3e50;
}
.theme--light .fa-p {
  color: #2c3e50;
}
.theme--light .fa-q {
  color: #2c3e50;
}
.theme--light .fa-r {
  color: #2c3e50;
}
.theme--light .fa-s {
  color: #2c3e50;
}
.theme--light .fa-t {
  color: #2c3e50;
}
.theme--light .fa-u {
  color: #2c3e50;
}
.theme--light .fa-v {
  color: #2c3e50;
}
.theme--light .fa-w {
  color: #2c3e50;
}
.theme--light .fa-x {
  color: #2c3e50;
}
.theme--light .fa-y {
  color: #2c3e50;
}
.theme--light .fa-z {
  color: #2c3e50;
}
.theme--light .fa-minus {
  color: #2c3e50
}

.theme--light .in {
    color: #2E7D32; /* Gr n f r Eingang */
}
.theme--light .out {
    color: #D32F2F; /* Rot f r Ausgang */
}
.theme--light .myblue {
    color: #003366 /* Rot f r Ausgang */
}

.theme--dark .fa-lightbulb {
  color: #FFFF00
}

.theme--dark .fa-flag-checkered {
  color: #2196F3
}

.theme--dark .fa-arrow-down {
  color: #81C784
}

.theme--dark .fa-box-arrow-up {
  color: #FF7043
}

.theme--dark .fa-boxes-stacked {
  color: #64B5F6
}

.theme--dark .fa-address-book {
  color: #D1C4E9
}

.theme--dark .fa-location-dot {
  color: #FFEB3B
}

.theme--dark .fa-layer-group {
  color: #7986CB
}

.theme--dark .fa-truck {
  color: #F06292
}

.theme--dark .fa-box-open {
  color: #80DEEA
}

.theme--dark .fa-ruler-combined {
  color: #FFB74D
}

.theme--dark .fa-ruler-triangle {
  color: #9575CD
}

.theme--dark .fa-screwdriver-wrench {
  color: #A1887F
}
.theme--dark .fa-clipboard-list {
  color: #4DB6AC
}
.theme--dark .fa-heart {
  color: #ff4d4d
}
.theme--dark .fa-info {
  color: #29B6F6
}
.theme--dark .fa-arrow-right {
  color: #F5A623
}
.theme--dark .fa-gear {
  color: #cbd5e0
}
.theme--dark .fa-edit {
  color: #ecc94b
}
.theme--dark .fa-file-alt {
  color: #63b3ed
}
.theme--dark .fa-gem {
  color: #38b2ac
}
.theme--dark .fa-circle {
  color: #38b2ac
}
.theme--dark .fa-check-circle {
  color: #48c774
}
.theme--dark .fa-thumbtack {
  color: #f56565
}
.theme--dark .fa-bullseye {
  color: #fc8181
}
.theme--dark .fa-search {
  color: #a0aec0
}
.theme--dark .fa-sticky-note {
  color: #f6ad55
}
.theme--dark .fa-clipboard {
  color: #f6ad55
}
.theme--dark .fa-pencil-alt {
  color: #ecc94b
}
.theme--dark .fa-wrench {
  color: #cbd5e0
}
.theme--dark .fa-mouse-pointer {
  color: #fff
}
.theme--dark .fa-times-circle {
  color: #e53e3e
}
.theme--dark .fa-folder {
  color: #fbd38d
}
.theme--dark .fa-palette {
  color: #d53f8c
}
.theme--dark .fa-globe {
  color: #81e6d9
}
.theme--dark .fa-save {
  color: #3182ce
}
.theme--dark .fa-file-alt {
  color: #81c784
}
.theme--dark .fa-folder-open {
  color: #ffb74d
}
.theme--dark .fa-key {
  color: #7986cb
}
.theme--dark .fa-desktop {
  color: #4db6ac
}
.theme--dark .fa-chart-bar {
  color: #64b5f6
}
.theme--dark .fa-cogs {
  color: #90a4ae
}
.theme--dark .fa-tools {
  color: #bdbdbd
}
.theme--dark .fa-trash {
  color: #E74C3C
}
.theme--dark .fa-tachometer-alt {
  color: #1565C0
}
.theme--dark .fa-list-ul {
  color: #E0E0E0
}
.theme--dark .fa-history {
  color: #90CAF9
}
.theme--dark .fa-columns  {
  color: #29B6F6
}
.theme--dark .fa-th-large {
  color: #29B6F6
}
.theme--dark .fa-bars {
  color: #4DB6AC
}
.theme--dark .fa-list {
  color: #4DB6AC
}
.theme--dark .fa-hand-pointer {
  color: #FFCA28
}
.theme--dark  {
  color: #FF9800
}
.theme--dark .fa-language {
  color: #00ACC1
}
.theme--dark .fa-spinner  {
  color: #1E88E5
}
.theme--dark .fa-window-maximize {
  color: #4DB6AC
}
.theme--dark .fa-sliders-h {
  color: #4DB6AC
}
.theme--dark .fa-times  {
  color: #E53935
}
.theme--dark .fa-window-close {
  color: #E53935
}
.theme--dark .fa-adjust {
  color: #29B6F6
}
.theme--dark .fa-barcode {
  color: #BDBDBD
}
.theme--dark .fa-exchange-alt {
  color: #4CAF50
}
.theme--dark .fa-dolly {
  color: #4CAF50
}
.theme--dark .fa-dolly {
  color: #E53935
}
.theme--dark .fa-warehouse  {
  color: #29B6F6
}
.theme--dark .fa-boxes {
  color: #29B6F6
}
.theme--dark .fa-qrcode {
  color: #FF9800
}
.theme--dark .fa-file-alt {
  color: #E0E0E0
}
.theme--dark .fa-folder-open {
  color: #E0E0E0
}
.theme--dark .fa-search-location {
  color: #4DB6AC
}
.theme--dark .fa-map-marked-alt {
  color: #4DB6AC
}
.theme--dark .fa-project-diagram {
  color: #4DB6AC
}
.theme--dark .fa-plug {
  color: #29B6F6
}
.theme--dark .fa-download {
  color: #4DB6AC
}
.theme--dark .fa-file-excel {
  color: #217346
}
.theme--dark .fa-file-pdf {
  color: #217346
}
.theme--dark .fa-file-image {
  color: #217346
}
.theme--dark .fa-file-csv {
  color: #217346
}
.theme--dark .fa-comment {
  color: #4CAF50
}
.theme--dark .fa-compass {
  color: #4CAF50
}
.theme--dark .fa-wifi {
  color: #b0b0b0
}
.theme--dark .fa-maximize {
  color: #c8c8c8
}
.theme--dark .fa-camera {
  color: #b5b5b5
}
.theme--dark .fa-photo-film {
  color: #d1d1d1
}
.theme--dark .fa-arrows-rotate {
  color: #a8a8a8
}
.theme--dark .fa-tags {
  color: #b6b6b6
}
.theme--dark .fa-icons {
  color: #3498db
}
.theme--dark .fa-video {
  color: #ffffff
}
.theme--dark .fa-message {
  color: #ffffff
}
.theme--dark .fa-signs-post {
  color: #ffffff
}
.theme--dark .fa-calendar {
  color: #3498db
}
.theme--dark .fa-paper-plane {
  color: #3498db	
}
.theme--dark .fa-question-circle {
  color: #ffffff	
}
.theme--dark .fa-list-check {
  color: #3498db	
}
.theme--dark .fa-search-plus {
  color: #4DA8DA
}
.theme--dark .fa-external-link-alt {
  color: #4DA8DA
}
.theme--dark .fa-brain {
  color: #17A2B8
}
.theme--dark .fa-users {
  color: #17A2B8
}
.theme--dark .fa-user {
  color: #17A2B8
}
.theme--dark .fa-building {
  color: #8fbc8f
}
.theme--dark .fa-sign-out-alt {
  color: #f08080
}
.theme--dark .fa-filter {
  color: #dcdcdc
}
.theme--dark .fa-sync-alt {
  color: #1e90ff
}
.theme--dark .fa-eye-slash {
  color: #dda0dd
}
.theme--dark .fa-thumbtack {
  color: #9acd32
}
.theme--dark .fa-sort {
  color: #a9a9a9
}
.theme--dark .fa-info-circle {
  color: #5f9ea0
}
.theme--dark .fa-list-ol {
  color: #ff6347
}
.theme--dark .fa-mask {
  color: #ff4500
}
.theme--dark .fa-th-large {
  color: #32cd32
}
.theme--dark .fa-list-alt {
  color: #4169e1
}
.theme--dark .fa-desktop {
  color: #4682b4
}
.theme--dark .fa-plus-square {
  color: #dda0dd
}
.theme--dark .fa-box {
  color: #f4a300
}
.theme--dark .fa-palett {
  color: #f4a300
}
.theme--dark .fa-drum {
  color: #f4a300
}
.theme--dark .fa-sack-xmark {
  color: #f4a300
}
.theme--dark .fa-square {
  color: #f4a300
}
.theme--dark .fa-ring {
  color: #f4a300
}
.theme--dark .fa-industry {
  color: #f4a300
}
.theme--dark .fa-tint {
  color: #3F51B5
}
.theme--dark .fa-comment-dots {
  color: #b0e57c
}
.theme--dark .fa-align-left {
  color: #dcdcdc
}
.theme--dark .fa-ellipsis-h {
  color: #cd5c5c
}
.theme--dark .fa-book-open {
  color: #20b2aa
}
.theme--dark .fa-download {
  color: #98fb98
}
.theme--dark .fa-lock {
  color: #cd5c5c
}

.theme--dark .fa-a {
  color: #3498db;
}
.theme--dark .fa-b {
  color: #3498db;
}
.theme--dark .fa-c {
  color: #3498db;
}
.theme--dark .fa-d {
  color: #3498db;
}
.theme--dark .fa-e {
  color: #3498db;
}
.theme--dark .fa-f {
  color: #3498db;
}
.theme--dark .fa-g {
  color: #3498db;
}
.theme--dark .fa-h {
  color: #3498db;
}
.theme--dark .fa-i {
  color: #3498db;
}
.theme--dark .fa-j {
  color: #3498db;
}
.theme--dark .fa-k {
  color: #3498db;
}
.theme--dark .fa-l {
  color: #3498db;
}
.theme--dark .fa-m {
  color: #3498db;
}
.theme--dark .fa-n {
  color: #3498db;
}
.theme--dark .fa-o {
  color: #3498db;
}
.theme--dark .fa-p {
  color: #3498db;
}
.theme--dark .fa-q {
  color: #3498db;
}
.theme--dark .fa-r {
  color: #3498db;
}
.theme--dark .fa-s {
  color: #3498db;
}
.theme--dark .fa-t {
  color: #3498db;
}
.theme--dark .fa-u {
  color: #3498db;
}
.theme--dark .fa-v {
  color: #3498db;
}
.theme--dark .fa-w {
  color: #3498db;
}
.theme--dark .fa-x {
  color: #3498db;
}
.theme--dark .fa-y {
  color: #3498db;
}
.theme--dark .fa-z {
  color: #3498db;
}
.theme--dark .fa-minus {
  color: #3498db
}

.theme--dark .in {
    color: #2E7D32; /* Gr n f r Eingang */
}
.theme--dark .out {
    color: #D32F2F; /* Rot f r Ausgang */
}
.theme--dark .myblue {
    color: #2c5e8f /* Rot f r Ausgang */
}


/* ---------------------------------------------------------------------------------------- */
/* CSS f r manta                                                                            */
/* ---------------------------------------------------------------------------------------- */

.manta-chat-frame img,
.manta-chat-frame svg,
.manta-frame-bubble img,
.manta-frame-bubble svg {
  vertical-align: middle;
  height: 2em;
  border-style: none
}
.manta-frame-bubble {
  background-color: #6366f1!important;
  height: 3.5em!important;
  width: 3.5em!important;
  --right: 5em!important;
  bottom: 1em!important;
  transform: translate(65px, 0px)!important;
}

/* ---------------------------------------------------------------------------------------- */
/* CSS f r loading animation                                                                */
/* ---------------------------------------------------------------------------------------- */

div#transLoader,
#transLoader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  height: 0.8em;
  width: 35em;
  z-index: 9999; /* Positioniere den Loader  ber anderen Elementen */
  transition: width 3s ease-out;
}
.transProgress-bar {
  width: 100%;
  height: 0.8em;
  background: linear-gradient(to right, #8B0000, #9ACD32);
  border-radius: 5px;
  animation: progress 1s ease-in-out infinite; /* Optionale Animation */
}
@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#transLoader span { 
    position: absolute; 
    font-size: 0.75em; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -150%);
	white-space: nowrap;
}
/* Dunkelmodus */
.theme--dark #transLoader span {
    color: #FFD700; /* Helles Gelb f r Dunkelmodus */
}

/* Hellmodus */
.theme--light #transLoader span {
    color: #8B0000; /* Dunkelrot f r Hellmodus */
}

#transLoaderNew {
  display: none;
  position: fixed;
  top: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
  z-index: 9999
}
#loadProgress {
  height: 100%;
  background: linear-gradient(to right,#8b0000,#9acd32);
  width: 100%;
  transition: width .25s ease-out;
  z-index: 10001
}

/* ---------------------------------------------------------------------------------------- */
/* CSS Toggle und Container                                                                 */
/* ---------------------------------------------------------------------------------------- */

.toggle-container {
    position: absolute;
    width: 90px;
    user-select: none;
    right: 3.5em;
    top: -4px;
}

.toggle {
    position: relative;
    display: block;
    width: 66px;
    height: 30px;
    background-color: #696969; /* OFF-Hintergrundfarbe */
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}

.toggle[aria-checked="true"] {
    background-color: #21A346; /* ON-Hintergrundfarbe */
	content: "LIGHT";
    -left: 3px;
}

.toggle[aria-checked="false"] {
	background-color: #696969;
    content: "DARK";
    right: 3px;
}

.circle {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, 
        #e6e6e6 0%,  /* Helle Highlights */
        #cfcfcf 25%, 
        #b3b3b3 50%, /* Mittlerer Bereich */
        #cfcfcf 75%, 
        #e6e6e6 100% /* Helle Highlights */
    );
    border-radius: 50%;
    box-shadow: 
        0 1px 3px rgba(0, 0, 0, 0.3), /*  u erer Schatten */
        inset 0 0 5px rgba(255, 255, 255, 0.6), /* Innerer Glanz */
        inset 0 -1px 3px rgba(0, 0, 0, 0.2); /* Innerer Schatten */
    transition: all 0.3s ease-in-out;
}

.toggle[aria-checked="true"] .circle {
    left: calc(100% - 60px); /* Position der Kugel im "ON"-Zustand */
}

.toggle::before, .toggle::after {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    line-height: 30px;
    font-size: 8px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
    box-sizing: border-box;
    content: "";
    transition: color 0.3s ease-in-out;
}

.toggle::before {
	content: "DARK";
    right: 10px;
    opacity: 1; /* Unsichtbar im Standardzustand */
	margin-top: -0.4em;
	font-size: 0.8em;
}

.toggle::after {
    content: "LIGHT";
    left: 10px;
    opacity: 0; /* Sichtbar im Standardzustand */
	margin-top: -0.4em;
	font-size: 0.8em;
}

.toggle[aria-checked="true"]::before {
    opacity: 0; /* Unsichtbar im "ON"-Zustand */
}

.toggle[aria-checked="true"]::after {
    opacity: 1; /* Sichtbar im "ON"-Zustand */
}
.name__NameContainer-sc-d842385e-0
{
	font-size: 12px!important;
    line-height: 10px;
    color: white;
}
.text {
    margin-left: 8px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #333;
    user-select: none;
}

/* ---------------------------------------------------------------------------------------- */
/* Media Bereich                                                                            */
/* ---------------------------------------------------------------------------------------- */

@media screen and (max-width: 345px) {
  .toggle-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: auto;
	top: 0.25rem;
  }

  .toggle {
    width: 2.2rem; /* Etwas schmaler */
    height: 0.875rem; /* Etwas niedriger */
    top: -0.9rem; /* Feinabstimmung der Position */
    right: 0.8rem !important; /* Feinabstimmung der Position */
  }

  .circle {
    width: 0.875rem; /* Etwas kleiner */
    height: 0.875rem; /* Etwas kleiner */
  }

  #menu-header {
    font-size: 0.75rem !important; /* Feinabstimmung der Schriftgr  e */
	width: 100%!important;
  }

  #menu-header span {
    font-size: 0.45rem; /* Feinabstimmung der Schriftgr  e */
	--visibility: hidden;
  }

  [class^="container-Wrapper-sc"] {
    right: 0.05rem; /* Feinabstimmung der Position */
  }

  .dropdown-container-new {
    right: 1.8rem !important;
	top: 0.6rem !important;
	font-size: 0.8rem;
  }

  h1 {
	font-size: 0.7rem!important; /* Feinabstimmung der Schriftgr  e */
  }

  h2 {
    font-size: 0.6rem; /* Feinabstimmung der Schriftgr  e */
  }

  h3 {
    font-size: 0.55rem; /* Feinabstimmung der Schriftgr  e */
  }

  h4 {
    font-size: 0.5rem; /* Feinabstimmung der Schriftgr  e */
  }

  h5 {
    font-size: 0.45rem;
  }
  
  div.eapps-widget {
	  font-size: 0.8rem!important
  }
  
  .container {
	  display: initial;
  }
}

@media screen and (min-width: 346px) and (max-width: 451px) { /* Anpassung des Breakpoints */
  .toggle-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: auto;
	top: 0.25rem;
  }

  .toggle {
    width: 3.5rem; /* Etwas schmaler */
    height: 0.875rem; /* Etwas niedriger */
    top: -0.9rem; /* Feinabstimmung der Position */
    right: 0.8rem !important; /* Feinabstimmung der Position */
  }

  .circle {
    width: 0.875rem; /* Etwas kleiner */
    height: 0.875rem; /* Etwas kleiner */
  }

  #menu-header {
    font-size: 0.75rem !important; /* Feinabstimmung der Schriftgr  e */
	width: 100%!important;
  }

  #menu-header span {
    font-size: 0.45rem; /* Feinabstimmung der Schriftgr  e */
	--visibility: hidden;
  }

  [class^="container-Wrapper-sc"] {
    right: 0.05rem; /* Feinabstimmung der Position */
  }

  .dropdown-container-new {
    right: 1.8rem !important;
	top: 0.6rem !important;
	font-size: 0.8rem;
  }

  h1 {
    font-size: 0.7rem!important; /* Feinabstimmung der Schriftgr  e */
  }
  
  h2 {
    font-size: 0.6rem; /* Feinabstimmung der Schriftgr  e */
  }

  h3 {
    font-size: 0.55rem; /* Feinabstimmung der Schriftgr  e */
  }

  h4 {
    font-size: 0.5rem; /* Feinabstimmung der Schriftgr  e */
  }

  h5 {
    font-size: 0.45rem;
  }
  
  div.eapps-widget {
	  font-size: 0.8rem!important
  }
}

@media screen and (min-width: 451px) and (max-width: 768px) {
	.toggle-container {
		display: flex;
		justify-content: flex-end; /* Element rechts ausrichten */
		align-items: center; /* Element vertikal zentrieren */
		margin-right: 1em; /* Abstand zum rechten Rand */
	}
	.toggle {
		width: 3.75rem;
		height: 1.4rem;
		top: 0.3rem;
		right: -3rem !important;
	}

	.circle {
		width: 1.4rem;
		height: 1.4rem;
	}
	#menu-header {
		font-size: 1rem !important;
	}
	#menu-header span {
		font-size: 0.5rem;
		--visibility: hidden;
	}
	[class^="container__Wrapper-sc"] {
		right: 0.1rem;
	}
	.dropdown-container-new {
		right: 2rem;
	}
	h1 {
		font-size: 2rem!important;
	}
	h2 {
		font-size: 0.9rem;
	}
	h3 {
		font-size: 0.8rem;
	}
	h4 {
		font-size: 0.7rem;
	}
	h5 {
		font-size: 0.6rem;
	}
}

@media screen and (min-width: 577px) and (max-width: 768px) {
	.toggle-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 1.5em; /* Etwas mehr Abstand rechts */
    }
    .toggle {
        width: 4rem; /* Etwas breiter */
        height: 1.25rem; /* Etwas h her */
        top: 0.3rem; /* Etwas weiter oben */
        right: -4rem !important; /* Etwas weiter rechts */
    }

    .circle {
        width: 1.25rem; /* Etwas gr  er */
        height: 1.25rem; /* Etwas gr  er */
    }
    #menu-header {
        font-size: 1.2rem !important; /* Gr  erer Haupttitel */
    }
    #menu-header span {
        font-size: 0.6rem; /* Etwas gr  erer Untertitel */
		--visibility: hidden;
    }
    [class^="container__Wrapper-sc"] {
        right: 0.2rem; /* Etwas weiter rechts */
    }
    .dropdown-container-new {
        right: 2.5rem; /* Etwas weiter rechts */
    }
	h1 {
		font-size: 2rem!important;
	}
    h2 {
        font-size: 1rem; /* Gr  ere  berschrift */
    }
    h3 {
        font-size: 0.9rem; /* Gr  ere  berschrift */
    }
    h4 {
        font-size: 0.8rem; /* Gr  ere  berschrift */
    }
    h5 {
        font-size: 0.7rem; /* Gr  ere  berschrift */
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .toggle-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 2em; /* Noch mehr Abstand rechts */
    }
    .toggle {
        width: 4.4rem; /* Noch breiter */
        height: 1.55rem; /* Noch h her */
        --top: -1.4rem; /* Weiter oben */
        --right: 1.4rem !important; /* Weiter rechts */
		top: 0.2rem;
		right: -4rem !important;
    }

    .circle {
        width: 1.55rem; /* Noch gr  er */
        height: 1.55rem; /* Noch gr  er */
    }
    #menu-header {
        font-size: 1.4rem !important; /* Noch gr  erer Haupttitel */
    }
    #menu-header span {
        font-size: 0.7rem; /* Noch gr  erer Untertitel */
    }
    [class^="container__Wrapper-sc"] {
        right: 0.3rem; /* Weiter rechts */
		font-size: 2rem;
    }
    .dropdown-container-new {
        right: 3rem; /* Weiter rechts */
    }
	h1 {
		font-size: 1.9rem!important;
	}
    h2 {
        font-size: 1.1rem; /* Noch gr  ere  berschrift */
    }
    h3 {
        font-size: 1rem; /* Noch gr  ere  berschrift */
    }
    h4 {
        font-size: 0.9rem; /* Noch gr  ere  berschrift */
    }
    h5 {
        font-size: 0.8rem; /* Noch gr  ere  berschrift */
    }	
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .toggle-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 2.5em; /* Noch mehr Abstand rechts */
    }
    .toggle {
        width: 4.65rem; /* Noch breiter */
        height: 1.35rem; /* Noch h her */
        --top: -1.6rem; /* Weiter oben */
        --right: 1.6rem !important; /* Weiter rechts */
		top: auto;
		right: -4rem !important;
    }

    .circle {
        width: 1.35rem; /* Noch gr  er */
        height: 1.35rem; /* Noch gr  er */
    }
    #menu-header {
        font-size: 1.6rem !important; /* Noch gr  erer Haupttitel */
    }
    #menu-header span {
        font-size: 0.8rem; /* Noch gr  erer Untertitel */
		--visibility: hidden;
    }
    [class^="container__Wrapper-sc"] {
        right: 0.4rem; /* Weiter rechts */
		font-size: 1.7rem;
    }
    .dropdown-container-new {
        right: 3.5rem; /* Weiter rechts */
    }
	h1 {
		font-size: 1.7rem!important;
	}
    h2 {
        font-size: 1.2rem; /* Noch gr  ere  berschrift */
    }
    h3 {
        font-size: 1.1rem; /* Noch gr  ere  berschrift */
    }
    h4 {
        font-size: 1rem; /* Noch gr  ere  berschrift */
    }
    h5 {
        font-size: 0.9rem; /* Noch gr  ere  berschrift */
    }	
}

@media screen and (min-width: 1201px) {
    .toggle-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 3em; /* Noch mehr Abstand rechts */
    }
    .toggle {
        width: 5rem; /* Noch breiter */
        height: 1.5rem; /* Noch h her */
        top: 0.2rem; /* Weiter oben */
        right: -6rem !important; /* Weiter rechts */
    }

    .circle {
        width: 1.5rem; /* Noch gr  er */
        height: 1.5rem; /* Noch gr  er */
    }
    #menu-header {
        font-size: 1.8rem !important; /* Noch gr  erer Haupttitel */
    }
    #menu-header span {
        font-size: 0.9rem; /* Noch gr  erer Untertitel */
    }
    [class^="container__Wrapper-sc"] {
        right: 0.5rem; /* Weiter rechts */
    }
    .dropdown-container-new {
        right: 4rem; /* Weiter rechts */
    }
	h1 {
		font-size: 2rem!important;
	}
    h2 {
        font-size: 1.3rem; /* Noch gr  ere  berschrift */
    }
    h3 {
        font-size: 1.2rem; /* Noch gr  ere  berschrift */
    }
    h4 {
        font-size: 1.1rem; /* Noch gr  ere  berschrift */
    }
    h5 {
        font-size: 1rem; /* Noch gr  ere  berschrift */
    }	
}

/* ---------------------------------------------------------------------------------------- */
/* Media Bereich Ende                                                                       */
/* ---------------------------------------------------------------------------------------- */

.user-container {
    position: absolute;
    right: 0.5em;
    font-size: 8px;
    top: 7.5em;
}

.read-selector {
	position: relative; 
	display: inline-block; 
}
.read-icon {
    color: white;
    //position: sticky;
	position: fixed;
    //margin-right: 4rem !important;
	//margin-right: 2.4rem !important;
	right: 4.4rem;
    z-index: 2;
}
.circle-container2 {
  right: 0!important;
}
.dropdown-content-rd {
  display: none;
  position: relative;
  min-width: 100%;
  background: rgba(47, 79, 79, 0.5);
  backdrop-filter: blur(10px);
  webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(47, 79, 79, 0.25);
  transform: translate(0, 3.7rem)!important;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 1;
  border-radius: 5px;
  line-height: normal!important;
}

/* ---------------------------------------------------------------------------------------- */
/* CSS neues Hamburger Men                                                                  */
/* ---------------------------------------------------------------------------------------- */

.hamburger-menu {
  display: none;
  position: absolute;
  background: rgba(47,79,79,.75);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(47,79,79,.25);
  width: max-content;
  max-width: 25rem;
  //transition: opacity .5s ease-in-out,transform .5s ease-in-out;
  transition: opacity .5s ease-in;
  line-height: normal;
  text-decoration: none;
  webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 9999999;
}
.hamburger-menu.show {
  display: block;
  position: sticky;
  top: 124px;
  margin-top: 10px;
  left: auto;
}
.hamburger-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px
}
.hamburger-menu a:hover {
  background-color: #575757;
  text-decoration: none
}
.menu-header {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px
}
.close-btn {
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background-color: red;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700
}

.search-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.search-container input,
.search-input {
  padding: 6px 10px;
  border: 1px solid white;
  border-radius: 4px;
  color: black;
  background: white;
  flex: 1;
  width: 90%;
}

.search-button {
  background-color: white;
  color: black;
  border-radius: 4px;
  border: 1px solid white;
  padding: 6px 10px;
  cursor: pointer;
  touch-action: manipulation;
}

#search-results,
.search-results {
  display: none;
  margin-top: 20px;
  border: 1px solid white;
  border-radius: 10px;
  width: 55em;
  background: rgba(47, 79, 79);
  transition: opacity 0.3s ease-in-out;
}

mark {  
  background-color: yellow;
  color: black;
  font-weight: bold;
  padding: 0 2px;
  border-radius: 2px;
}


/* ---------------------------------------------------------------------------------------- */
/* CSS neuer Toggle Aufbau                                                                  */
/* ---------------------------------------------------------------------------------------- */
.dropdown-container-new {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  display: inline-block
}
.dropdown-toggle-new {
  cursor: pointer
}
.dropdown-menu-new {
  position: absolute;
  top: 100%;
  right: -60px;
  left: auto;
  width: max-content;
  margin-top: 10px;
  background: rgba(47,79,79,.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(47,79,79,.25);
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  font-size: small;
  display: none;
  font-size: 14px;
  z-index: 1000
}
.dropdown-container-new:focus-within .dropdown-menu-new,
.dropdown-container-new:hover .dropdown-menu-new {
 -- display: block
}
.dropdown-item-new {
  padding: 0 15px;
  cursor: pointer
}
.dropdown-toggle-new::after {
  display: none
}

.theme--light .v-main .contents ol.links-list li, .v-main .contents ul:not(.tabset-tabs).links-list li {
    background-image: linear-gradient(180deg, #7a7a7a, #fafafa);
}
.theme--light .v-main .contents ol.links-list li > a > em, .v-main .contents ul:not(.tabset-tabs).links-list li > a > em {
    color: #000000 !important;
}
.theme--dark .v-main .contents ol.links-list li > a > em, .v-main .contents ul:not(.tabset-tabs).links-list li > a > em {
    color: #FFFFFF !important;
}
.theme--light span.mord.text {
	color: #000000 !important;
}
.theme--dark span.mord.text {
	color: #FFFFFF !important;
}

/* CSS-Regeln für das schwarze Dropdown */
  .schwarzes-dropdown {
    background-color: #222222; /* Dunkles Grau, das gut zu Schwarz passt */
    color: #FFFFFF; /* Weiße Schrift für gute Lesbarkeit */
    padding: 15px; /* Innenabstand für bessere Optik */
    border-radius: 10px; /* Abgerundete Ecken */
  }

  /* Optional: Stile für den Inhalt im Dropdown */
  .schwarzes-dropdown h5 {
    color: #FFFFFF;
  }
  .schwarzes-dropdown p {
    color: #CCCCCC;
  }
  .schwarze-leiste {
    background-color: #CD501B !important;
    color: #ffffff !important; /* Weiße Schrift für bessere Lesbarkeit */
  }
  
.video-h5 {
	height: 38px;
}

.h5.video-h5 {
	height: 38px;
}