body{
    
    font-size: 11px;
    /*background-image: url(/media/Backround.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: white;*/
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
   

}


.roboto-vorstellung {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.links{
    margin: auto;
    text-align: center;
}
a{
    color: white;
    text-decoration: none;
    font-size: 2em;
}

/*container Navigation */
 /* Navigation Container */
 .containerNavigation {
   /* max-width: 40%; */
   margin-top: 1em; 
 }
 nav {
    /*width: 200px;
    height: 100vh; */
    background-color: #333;
    color: white;
/*    position: fixed;  Bleibt links fixiert */
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
  }

  nav ul {
    list-style: none;
    padding: 0;
  }

  nav ul li {
    margin-bottom: 15px;
  }

  nav ul li a {
    color: white;
    text-decoration: none;
  }

  nav ul li a:hover {
    text-decoration: underline;
  }

  /* Hauptinhalt rechts daneben */
  main {
    margin-left: 220px; /* Platz lassen für die Navigation */
    padding: 20px;
  }

  .vorstellung {
    border: 3px solid #333;
    margin-top: 1em;
    border-radius: 8px;
  }

  #text {
    padding: 1%;
    color: #333;
  }

  .disclaimer {
    border: 3px solid #95b8d1;
    background-color: #95b8d1;
    margin-top: 1em;
    border-radius: 8px; 
    padding: 1%;
  }

  .header {
    border-bottom: 3px solid #333;
  }

  .impuls-box {
    background-color: #f2f2f2;
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
}


    .impuls-generator {
        background-color: #f2f9ff;
        border-left: 6px solid #0d6efd;
        font-family: 'Roboto', sans-serif;
    }

    .impuls-generator h2 {
        color: #0d6efd;
        font-weight: 700;
    }

    .impuls-generator p {
        color: #333;
        font-size: 1.2rem;
        max-width: 700px;
        margin: 0 auto;
    }

    .impuls-text {
        font-size: 1.2rem;
        color: #0d6efd;
        background-color: #eaf4ff;
        padding: 1rem;
        border-radius: 1rem;
        display: inline-block;
        max-width: 90%;
    }

    .btn-outline-primary {
        font-weight: 600;
    }

    #charismaImpulsText {
      font-size: 2rem;
      border: 3px solid #333;
    }

