.topbar-gradient {
  background: linear-gradient(to bottom, #fbfbf0 0%, #f8e4cf 90%, #dac2a8 100%);
}

.gradient-main {
  background: linear-gradient(to bottom, #fbfbf0 0%, #f8e4cf 90%, #dac2a8 100%);
}

.border-bottom-main {
  border-bottom: 1px solid #b88578;
}

.footer-border {
  border: 1px solid #b88578;
}

.footer-divider {
  border-left: 1px solid #b88578;
}
.footer-shell {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  position: relative;
  z-index: 3000;
}

.footer-inner {
  width: 100%;
  max-width: 1024px;
}

.footer-icon {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.footer-icon-sm {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.footer-btn.disabled,
button.footer-btn.disabled {
  pointer-events: none;
}

.footer-btn.disabled img,
button.footer-btn.disabled img {
  opacity: 0.35;
}

.progress-box {
  width: 8px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  background: #ffffff;
}

.progress-box.active {
  background: #bc7a79;
}

.footer-btn {
  cursor: pointer;
  transition: all 0.15s ease;
}

.footer-btn:hover {
  background: rgba(255, 255, 255, 0.60);
}

/* wichtig für button-Elemente im Footer */
button.footer-btn {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  border-radius: 0;
}

button.footer-btn.active,
.footer-btn.active {
  background: rgba(188, 122, 121, 0.30);
}

#nav-handbuch.active,
#nav-wirkungen.active,
#nav-ereignis.active {
  background: transparent;
}

/* sicherstellen, dass die Trennlinie auch bei Buttons korrekt sichtbar bleibt */
button.footer-divider {
  border-left: 1px solid #b88578;
}

/* Abstand links/rechts für die ganze Navi-Leiste auf kleineren Screens */
#app-footer {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  #app-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 600px) {
  #app-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}