@charset "UTF-8";

.icon {
  display: inline-block!important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1894d2!important;
}

.parallax-container {
  position: relative;
  height: 40vh; 
  min-height: 350px; 
  max-height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding-left: 0px !important;
  color: #dadbdb;
}


.parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 200vw;
  background: url('/img/cleaning-bg-end.webp') center/cover no-repeat;
  transform: translateY(0);
  will-change: transform;
  background-size: cover;
  background-position: top center; 
  background-repeat: no-repeat;
}


@media (max-width: 768px) {
  .parallax-background {
    background-attachment: scroll;
    transform: none !important;
  }
}

/* Overlay bleibt im Container und deckt das Bild ab */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Halbtransparenter schwarzer Film */
  z-index: 2;
  display: flex;
  justify-content: center; /* Horizontal zentrieren */
  align-items: center; /* Vertikal zentrieren */
}

/* Der Inhalt wird innerhalb des Overlays zentriert */
.content {
  position: relative;
  z-index: 3;
  padding: calc(1vw+1vh);
  max-width: 80%;
  text-align: center;
}

.style-bg {
  background-color: #1894d2 !important;
}


.style-bg-fade {
  background: linear-gradient(to right, #1894d2 0%, #1894d2 50%, #50b3e0 80%, #64bfe9 100%) !important;
}


.style-bg-fade-reverse {
  background: linear-gradient(to left, #1894d2 0%, #1894d2 50%, #50b3e0 80%, #64bfe9 100%) !important;
}



.style-white-fade-reverse {
  background: linear-gradient(to left, #ffffff 0%, #e2e3e4 50%, #cdd0d1 80%, #dadbdb 100%)!important;
}

@media (max-width: 1199px) {
  .style-white-fade-reverse {
      background: transparent !important;
      background-color: transparent !important;
      text-align: center; 
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}

.style-border 
{
  border: 2px solid #1894d2!important; 
}

.accordion-body
{
  border: 2px solid #1894d2!important; 
}


.sticky-card {
  position: sticky!important;
  top: 57px;
  z-index: -1000!important; 
}

.text-color {
  color: #1894d2!important;
  font-size: 2vw!important;
  margin-bottom: 0px!important;
}

.text-color-default-size {
  color: #1894d2!important;
  margin-bottom: 0px!important;
}

.footer-admin > p, .footer-admin > a {
  text-shadow: 1px 1px 1px #121212;
}

.card {
  min-height: 236.6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card img {
  margin-top: 17%!important;
}


.card-body {
  justify-content: center;
  align-items: center;
  width: 100%;
}




html, body {
  height: 100%!important;
  margin: 0!important;
  display: flex!important;
  flex-direction: column!important;
}

.content-wrapper {
  flex: 1!important;
}

.footer-admin {
  flex-shrink: 0!important;
}

input[type="number"] {
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}


.card-selected {
  border: 2px solid #1894d2!important; 
}


a:hover{
  text-decoration: none!important;
}

.fa-solid {
  color: #dadbdb!important;
}

a > i {
  margin-right: 5px!important;
}

input.error {
  border-color: red!important;
}


.nav-pills .nav-link.active
{
  background-color:#1894d2 !important;
  border-color:#1894d2 !important;
}

.btn-green
{
  background-color: rgb(46, 165, 54) !important;
  border-color:rgb(46, 165, 54)!important;
}

.text-green
{
  color: rgb(46, 165, 54) !important;
  border-color:rgb(46, 165, 54)!important;
}

.scrollable-list
{
  max-height:500px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 10px;
}

ul.hidden-list:empty {
  visibility: hidden;
}

.file-explorer.scrollable-list
{
  max-height:500px;
  min-height:178px;
}

.iconText {
  color: #097F35!important;
  text-decoration: none!important;
}

.button span {
  display: block;
  text-align: center;
  font-weight: bold;
}

.navbar-brand img {
  max-height: 50px; /* Kleinere Höhe auf kleinen Geräten */
}

@media (max-width: 768px) {
  .navbar-brand img {
      max-height: 40px;
  }
}


@media (min-width: 992px) { 
  .navbar-nav {
      margin-left: -5%; 
  }
}

@media (max-width: 768px) {
  .logo-img {
      max-height: 50px;
      margin-left: 5%; 
  }
}

.logo-img {
  max-height: 60px;
  margin-left: 10%; 
}

.navbar-nav {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  list-style-type: none;
  margin-left: 0; /* Hiermit wird sichergestellt, dass das Menü mittig bleibt */
  padding-left: 0; /* Verhindert ungewünschte Abstände links */
}

.navbar-toggler {
  z-index: 10;
}

.logo-container {
  position: absolute;
  left: clamp(80px, 10%, 180px);
  z-index: 1050;
}

@media (max-width: 992px) {
  .logo-container {
    left: clamp(80px, 10%, 180px);
  }
  .logo-container.menu-open 
  {
    transform: translateY(-100%);
  }
}

@media (max-width: 1199px)
{
  strong
  {
    color: #dadbdb!important; 
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link {
      font-size: 1.4rem;
  }
}


@media (max-width: 991px) {
  .navbar-nav .nav-link {
      font-size: 1.1rem;
      padding: 0.5rem 1rem;
  }
}


@media (max-width: 768px) {
  .navbar-nav .nav-link {
      font-size: 1rem;
      padding: 0.5rem;
  }
}

.navbar-nav .nav-item {
  margin-right: 5%;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.style-border 
{
  border: 2px solid #1894d2!important; 
}

.accordion-body
{
  border: 2px solid #1894d2!important; 
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #69707a;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(to left, #1894d2 0%, #1894d2 50%, #50b3e0 80%, #64bfe9 100%) !important;
  width: 0%;
  animation: pulsingEffect 2s ease-in-out infinite;
}

@keyframes pulsingEffect {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.05);
  }
  100% {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0057da;
  background-color: #e6effe;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230057da'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2369707a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
}

.accordion-button:not(.collapsed)
{
  background-color: #1c1c1c!important;
  color: #dadbdb!important;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

@media (min-width: 1200px) {
  .h4 {
    font-size: 160%!important; 
  }
  .h5 {
    font-size:110%!important;
  }
}

@media (max-width: 1199px) {
  .h4 {
    font-size: 135%!important; 
  }
  .h5 {
    font-size:100%!important;
  }
}

/* Für Bildschirme bis zu 992px */
@media (max-width: 992px) {
  .h4 {
    font-size: 100%!important;
  }
  .h5 {
    font-size:90%!important;
  }
}

/* Für Bildschirme bis zu 768px */
@media (max-width: 768px) {
  .h4 {
    font-size: 95%!important; 
  }
  .h5 {
    font-size:80%!important;
  }
}

/* Für Bildschirme bis zu 480px */
@media (max-width: 480px) {
  .h4 {
    font-size:85%!important;
  }
  .h5 {
    font-size:75%!important;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in-animation {
  animation: fadeIn 1s ease-in-out;
}


@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fade-out-animation {
  animation: fadeOut 0.5s ease-in-out forwards;
}


input, textarea {
  background-color: #fff;
  color: #1894d2;
  border: 1px solid #1894d2;
}

.continueEvent {
  transition: transform 0.3s ease, border 0.3s ease;
}
.continueEvent:hover {
  cursor:pointer;
  transform: scale(1.05);
  border: 2px solid #1894d2; 
}

.progress
{
  background-color: #1c1c1c!important;
}

.form-check-input {
  width: 2rem;    
  height: 2rem;         
  border-radius: 0.5rem; 
  padding: 0.25rem;     
  appearance: none;    
  background-color: #1c1c1c; 
  border: 2px solid #1c1c1c;
  transition: background-color 0.3s, border-color 0.3s; 
}


.form-check-input:focus {
  outline: none;  
}


.form-check-input:checked {
  background-color: #1894d2; 
  border-color: #1894d2;   
  background-image: url('data:image/svg+xml,%3csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22white%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3e%3cpolyline points=%223 12 9 18 21 6%22/%3e%3c/svg%3e'); /* Häkchen-Symbol */
  background-position: center;
  background-repeat: no-repeat;
}

.form-check-input:hover {
  border-color: #1894d2;
}

.card {
  min-height:236.6px;
}

.logo-dark{
  display: block;
}
.logo-light{
  display: none;
}


.darkmode {
  color: #1c1c1c !important;
  font-weight: 600;
}

@media (prefers-color-scheme: dark) {

  .logo-dark{
    display: none;
  }
  .logo-light{
    display: block;
  }

  .bg-light
  {
    background-color: #121212!important;
    color: #dadbdb!important;
  }
  

  .accordion-button:not(.collapsed)
  {
    background-color: #121212!important;
    color: #dadbdb!important;
  }

  .accordion-body
  {
    background-color: #121212!important;
    color: #dadbdb!important;
  }

  .accordion-button[aria-expanded="false"] {
    background-color: #121212 !important;
    color: #dadbdb !important;
  }


  .form-check-input 
  {
    background-color: #dadbdb; 
    border: 2px solid #dadbdb;
  }

  body {
      background-color: #121212!important;
      color: #dadbdb!important; 
  }

  .progress
  {
    background-color: #dadbdb!important;
  }

  .navbar-toggler-icon
  {
    color:#1894d2!important;

  }

  .card {
    background-color: #1c1c1c!important;
  }

  .navbar
  {
    background-color: #1c1c1c!important;
  }

  .text-dark{
    color: #dadbdb!important;
  }

  input, textarea {
    background-color: #1c1c1c!important;
    color: #1894d2!important;
    border: 1px solid #1894d2; 
  }

  /* Fokuszustand im Dark Mode */
  input:focus, textarea:focus {
      background-color: #1c1c1c!important;
      border-color: #1894d2; 
      outline: none;
  }

  /* Hover-Zustand im Dark Mode */
  input:hover, textarea:hover {
      background-color: #2a2a2a;
  }

  .style-white-fade-reverse {
    background: linear-gradient(to left, #121212 0%, #1c1c1c 50%, #2a2a2a 80%, #121212 100%) !important;
  }
}