.wirtschaftlichkeit-checkbox {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
}

.wirtschaftlichkeit-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.wirtschaftlichkeit-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}
