

div.Login {

   background: #f7f7f7db;
   padding: 2em 5em;
   border-radius: 11px;

   p.Titel {
      color: #3d4449;
      font-weight: 700;
      line-height: 129%;
      margin: 0 0 0.1em 0;
      font-size: 178%;
      border-bottom: 1px solid black;
   }
   span.Untertitel {
      margin-top:0;
      font-size: 13px;
   }
}





div.views  {

   display: flex;
   gap:0.3em;
   cursor:pointer;

   div {
      padding:1em;
      width:8em;
      height:8em;
      background: #efefef;
      border-radius: 8px;
   }

   div:hover  {
      background: #e0e0e0;
   }

}