.naarStapDrie{
    text-transform: uppercase;
    font-weight:bolder;
    /*letter-spacing: 3px;*/
    max-width: 150px;
    background-color: #f0597c;
    color: white;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom:8px;
}

.pijlBoxCirkelTwee{
    position: absolute;
    bottom:15px;
    left:60px;
    display: flex;
    max-width: 100%;
    height: 10%;
    font-size: 18px;
    font-weight: lighter;
}

.leesPCirkelTwee{
    color:white;
}

.leesPCirkelTwee:hover{
    color:black !important;
}

.pijlCirkelTwee {
    max-width: 60px;
    height: 20px;
    margin-top:4px;
    margin-right:10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.datumBoxCirkelTwee{
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:14px;
    margin-right:18px;
    background: rgba(239, 129, 154, 0.5);
}

.textRightBox{
    padding-left: 15px;
}

.checkbox label{
    padding:0;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    background-color: lightgrey;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}