.Fil_Ikon {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.Fil_Ikon + label {
    color: #d3394c;
}

.Fil_Ikon + label figure {
    width: 20px;
    height: 33px;
    background-color: #40B040;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 00px;
}

.Fil_Ikon:focus + label figure,
.Fil_Ikon.has-focus + label figure,
.Fil_Ikon + label:hover figure {
    background-color: #308030;
}

.Fil_Ikon + label figure::before,
.Fil_Ikon + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.Fil_Ikon + label figure::before {
    border-top: 20px solid #ffffff;
    border-left: 20px solid transparent;
}

.Fil_Ikon + label figure::after {
    border-bottom: 20px solid #206020;
    border-right: 20px solid transparent;
}

.Fil_Ikon:focus + label figure::after,
.Fil_Ikon.has-focus + label figure::after,
.Fil_Ikon + label:hover figure::after {
    border-bottom-color: #104010;
}

.Fil_Ikon + label svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

