[type="checkbox"] {
    position: relative;
    left: 15px;
    top: 2px;
    z-index: 0;
    -webkit-appearance: none;

}

/*    checkbox styling      */
[type="checkbox"] + label::before {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid red;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-left: -2px;
    margin-right: 5px;
    margin-top: 0px;
    z-index: 3;
}


/*  styling of Label   */

[type="checkbox"]:checked + label::before {
    content: '\2714';
    font-size: 11px;
    padding-left: 3px;
    color: white;
    background: red;
    border: 2px solid red;
    visibility: visible;
}
.wunschmuster div div {
  margin-top: 10px;
}
.wunschmuster div div img {
    max-height: 60px;
  margin-top: -16px;
}



