/* _content/ClubWebsite/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

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

a[b-wkhfxawqdi] {
  color: #0077cc;
}

.btn-primary[b-wkhfxawqdi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

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

.border-top[b-wkhfxawqdi] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-wkhfxawqdi] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-wkhfxawqdi] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

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

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

.karneval-header[b-wkhfxawqdi] {
  background-color: #8B0000; /* dunkelrot */
  color: white;
  padding: 20px;
  text-align: center;
  font-family: "Comic Sans MS", cursive, sans-serif; /* optional karnevalstauglich */
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

#confetti-canvas[b-wkhfxawqdi] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* damit Klicks durchgehen */
}


