/* VERURSACHT ENORME GPU-LAST
@keyframes pulseBoxShadow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
  }
}
 */
html,
body {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body {
  font-family: 'Dosis', sans-serif;
}
.font-primary {
  font-family: 'Dosis', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
.btn {
  border-radius: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container-boxed {
  padding: 1.5rem;
  border-radius: 1rem;
}
.content-boxed {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
}
.content-boxed p:last-child {
  margin-bottom: 0;
}
.logo-wrapper {
  display: flex;
  align-items: center;
  /* Optional: for vertical centering */
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.logo-wrapper .logo-icon {
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  font-size: 3.5rem;
  border-radius: 50%;
  background-color: #ffcc00;
  color: #fff;
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
  /* Create an outer shadow effect if needed */
  z-index: 2;
}
.language-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.top-action-bar-wrapper a {
  text-decoration: none;
}
.no-decoration {
  text-decoration: none;
}
/*# sourceMappingURL=frontend.css.map */