/*AboutBlock*/
ul {
    list-style-type: none;
}

ul li {
  position: relative;
  padding-left: 20px;
}

ul li:before {
  content: "•";
  color: #4dff00;
  margin-right: 8px;
  position: absolute;
  left: 0;
}
    /*AB.image*/
.image-container {
    display: flex;
    justify-content: right;
    align-items: right;
    /*border: 1px solid #ccc;*/
}

/*FeatureBlock*/
.image-container{
    margin-left: 10px;
}

.text-container{
    flex: 1;
}

    /*FB.setze Block größe*/
.column {
float: left;
width: 25%;
}
.row:after{
  content: "";
  display: table;
  clear: both;
}

    /*FB.Text Fabe Grau*/
.feature-bottom-text{
color: rgb(20%, 20%, 20%,);
}

   /*FB.Icon*/
.icon-chooser label {
    display: block;
    margin-bottom: 10px;
}

.icon-chooser i {
    margin-right: 10px;
}