body {
    padding-top: 0px; /* Stellen Sie sicher, dass der Inhalt nicht von der Navbar überdeckt wird */
}

.navbar-brand {
    display: inline-block;
    width: 150px; /* Adjust the width as needed */
    height: 40px; /* Adjust the height as needed */
    background: url('/images/logo-bg.jpg') no-repeat center center;
    background-size: cover;
    color: transparent;
    text-indent: -9999px; /* Hide the text */
}

/* Allgemeine Textausrichtung nach rechts */
body, h1, h2, h3, h4, h5, h6, p, div {
  text-align: right;
}

/* Spezifische Klassen für weitere Ausrichtungen */
.float-right {
  float: right;
}

/* Beispiel für eine sticky Navbar */
.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000; /* Ensure the navbar stays on top of other content */
}


html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #bfbecc;
  background: radial-gradient(ellipse at center, #a7b8b8 0%, #b2e0cb 100%);
}



 head {

    font-size: 30px;
    color: transparent;
  }



  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
  }

html, body {
  height: 100%;
}


footer {
    position: auto;
    bottom: 0;
    width: 100%;
}


.navbar-nav .nav-link.active {
    background-color: #007bff;
    color: white !important;
    border-radius: 0.25rem;
}
.navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure the navbar stays on top of other content */
}
#footer-text {
  text-align: center;
  position: center;
}
footer .container {
  text-align: center;

}
nav collapse navbar-collapse {
  text-align: float-right;
}

footer {
    text-align: center;
    padding: 10px;
   /* background-color: #f8f9fa; /* Optional: Hintergrundfarbe */
}

