/* iCheck plugin Minimal skin, grey
----------------------------------- */
.icheckbox_minimal-grey,
.iradio_minimal-grey {
    display: block;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    background: url(bilder/grey.svg) no-repeat;
    border: none;
    cursor: pointer;
	float: left;
	margin-right: 35px;
}

.icheckbox_minimal-grey {
    background-position: 0 0;
}
    .icheckbox_minimal-grey.hover {
        background-position: -32px 0;
    }
    .icheckbox_minimal-grey.checked {
        background-position: -64px 0;
    }
    .icheckbox_minimal-grey.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal-grey.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-grey {
    background-position: -100px 0;
}
    .iradio_minimal-grey.hover {
        background-position: -120px 0;
    }
    .iradio_minimal-grey.checked {
        background-position: -140px 0;
    }
    .iradio_minimal-grey.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal-grey.checked.disabled {
        background-position: -180px 0;
    }
	
.crbox1 {
	list-style-type: none;
}

@media screen and (max-width: 768px) {.icheckbox_minimal-grey,
.iradio_minimal-grey {
	margin-right: 20px;
}

}

@media screen and (max-width: 414px) {.icheckbox_minimal-grey,
.iradio_minimal-grey {
	margin-right: 15px;
}

}