a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a.navbar-brand img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

a {
  color: var(--bs-secondary);
}

.btn-primary {
  color: #fff;
  border: 0px;
  background-color: var(--bs-primary) !important;
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.btn-primary:hover {
  background-color: var(--bs-secondary) !important;
  transform: scale(1.05);
}

.btn-outline-primary:hover {
  color: #fff !important;
  transform: scale(1.05);
  background-color: var(--bs-secondary) !important;
}

.btn-scale {
  transform: scale(1);
}

.btn-scale:hover {
  transform: scale(1.05);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

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

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: var(--bfs-body);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.wid {
  width: 18rem !important;
}

.workerdot {
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-block;
}

.workerimage {
  margin-top: 5%;
  width: 90%;
  max-width: 6em;
}

.workerdotk {
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-block;
}

.workerimage2 {
  margin-top: 5%;
  width: 95%;
  max-width: 6em;
}

.workeredit {
  position: fixed;
  right: 3%;
  bottom: 10px;
  background: var(--bs-primary);
  height: 10%;
}

.workereditheader {
  display: flex;
  justify-content: space-between;
}

.breadc {
  color: white !important;
  position: absolute;
  transform: translate(-50%, 0);
  top: 5px;
  left: 50%;
}

.blink {
  animation: shrink 1500ms infinite;
}
@keyframes shrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.buttonblink {
  animation: glowing 1500ms infinite;
}
@keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 3px var(--blink);
  }
  50% {
    -webkit-box-shadow: 0 0 20px var(--blink);
  }
  100% {
    -webkit-box-shadow: 0 0 3px var(--blink);
  }
}
.buttonblinkwhite {
  animation: glowingwhite 1500ms infinite;
}
@keyframes glowingwhite {
  0% {
    -webkit-box-shadow: 0 0 3px #ffffff;
  }
  50% {
    -webkit-box-shadow: 0 0 20px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #ffffff;
  }
}
.dofadein {
  animation: fadein 500ms;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.svg-icon {
  fill: red !important;
}

.basket-status-bar {
  margin-top: 5%;
  width: 90%;
  max-width: 6em;
}

.basket-status {
  width: 50%;
  transform: translate(39%, 49%);
  position: absolute;
}

.basket-status-segment {
  stroke: white;
  stroke-width: 2.97637;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.basket-status-passiv {
  fill: rgb(215, 215, 215);
}

.basket-status-aktive {
  fill: var(--bs-primary);
}

.basket-status-action {
  fill: var(--bs-primary);
  animation: basket-status-action-blink 1500ms infinite;
}
@keyframes basket-status-action-blink {
  0% {
    fill: var(--bs-primary);
  }
  50% {
    fill: rgb(215, 215, 215);
  }
  100% {
    fill: var(--bs-primary);
  }
}
#timer {
  min-width: 2.5em;
  max-width: 2.5em;
  font-weight: 400;
  height: 1.2em;
}

.form-control::-moz-placeholder {
  color: #cdcdcd;
  font-weight: 100;
}

.form-control::placeholder {
  color: #cdcdcd;
  font-weight: 100;
}

.formazbook-label {
  color: rgb(123, 123, 123);
}

.formazbook-input {
  color: var(--bs-primary);
}

.formazbook-select {
  color: var(--bs-primary);
}

.btn-bottom-150 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -150%);
  -webkit-transform: translate(-50%, -150%);
  -webkit-transform: -webkit-translate(-50%, -150%);
}

.btn-bottom-120 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -120%);
  -webkit-transform: translate(-50%, -120%);
  -webkit-transform: -webkit-translate(-50%, -120%);
}/*# sourceMappingURL=site.css.map */