/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.red{
  color:#dc3545;
}
.green{
  color:green;
}

div#glossar::after{
  content: '';
  position: absolute;
  width: 350px;
  height: 2px;
  left: 0;
  bottom: -10px;
  right: 0;
  background-color: #ddd;
  margin:auto;

}

.mehrspaltig {  
    columns: 10 16em;  
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;  
    text-align: left;
  }

  
  .list-icon li i{
    color:#dc3545;
  }


ul.list-icon li i span {
    position: relative;
    top: -8px;
    font-size: 9px;
    opacity: 1;
    right: -1px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color:#484848;
}

.cols-3{
  width:100%;
  column-count: 3;

}