header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/database-schema-1895779_1280.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 2.25rem;
  }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 40rem;
      padding-top: 4.5rem;
      padding-bottom: 0;
    }
    header.masthead p {
      font-size: 1.15rem;
    }
    header.masthead h1, header.masthead .h1 {
      font-size: 3rem;
    }
  }
  @media (min-width: 1200px) {
    header.masthead h1, header.masthead .h1 {
      font-size: 3.5rem;
    }
  }
  
  /* masthead wird das gesamte Bildschirm abdecken */
  @media (max-width: 768px) {
    header.masthead {
      height: 100vh;
    }
  }
/* BA Linie */
  hr.dividerbachelor {
    height: 0.2rem;
    max-width: 3.25rem;
   
    background-color: #f4623a;
    opacity: 1;
  }

  /* BA iMAGE */
  #BA-foto{

    height: 30rem;
    border-radius: 1rem;
  }

  .bachelorarSection h2{
    padding-top: 4rem;
  }

   /* SignalR iMAGE */
  .signalR-Foto{

    height: 60rem;
  }

  /*logo*/

  #LogoMpBlog{
    height: 4rem;
    width: 4rem;
    border: none;
    background-color: var(--bs-navbar-brand-color);
    border-radius: 2rem;
    clip-path: inset(5px);
  }