.tiles
{
    
 
    background-color: #BFCEDF;
    border-radius: 10px;

   
    align-items: center;
    justify-content: center;
    margin: 20px;

    
}



.deleteUc
{
  margin-left:90%;
  margin-top:5%;
  display: none;
  z-index: 1000;
}

.tile:hover .deleteUc
{
  display: block;
}

.default:hover .deleteUc
{
  display: none !important;
}


.ProgressBarHeadAlt
{
  margin-top:20px ;
  background-color: whitesmoke;
  height: 15px !important;
}

.ProgressBarHead, .ProgressBarKPI
{
  height: 15px !important;
}





.progressHeading
{
  text-align: center;
  padding: 2px;
  margin-bottom: -20px;
  margin-top: 2px;
}

.tile:hover {
    box-shadow: 0 2px 5px 0 rgba(101, 139, 178, .5), 0 2px 8px 0 rgba(101, 139, 178, .8);
    cursor: pointer;
  }

  .addtile:hover {
    box-shadow: 0 2px 5px 0 rgba(101, 139, 178, .5), 0 2px 8px 0 rgba(101, 139, 178, .8);
  }

.addtileText
{
  padding: 25% 5% !important;
  font-weight: normal !important;
  font-size: 15px !important;
}


.tileText {
  font-size: 18px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
 }


 .addIconbg
 {
    display:block;

    margin:10px;
    background-color: #658BB2;
    color: white;
 }

 .addIconbg:hover{
     color: rgba(0, 0, 0, 0.336);
     box-shadow: 0 1px 2px 0 rgba(101, 139, 178, .5), 0 2px 2px 0 rgba(101, 139, 178, .5);
 }

 .deleteModelClose {
top: 15px !important;
}

.titleTool
{
    font-weight:bold;
}

.textwelcome
{
    font-weight:bold;
}



.textubersicht
{
    font-weight:bold;
}

/*  datenschutz */ 

.titleDataprivacy
{
    font-weight: bold; 
    justify-content: center; 
    position:relative; 
    display:flex; 
    font-size:2.2vw;
}









