﻿
/* geen max width op specifieke woning kenmerken */
#\30 4a7c43d-f8b0-44f6-8b20-1fbf39a42582 .ww-form-wrap {
    max-width: unset;
}

#\30 4a7c43d-f8b0-44f6-8b20-1fbf39a42582 .umbraco-forms-container {
    width: 100%;
}

/* radiobuttonlist - ww-object-types */
#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio {
    position: relative;
    display: block;
    width: 50%;
    margin-bottom: 30px;
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio input[type=radio] {
    width: auto;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio input[type=radio]:checked ~ label .ww-radio-dot::before {
    box-shadow: 0 0 0 0 transparent;
    border-color: #5b5b5b;
    background-color: #fff;
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio input[type=radio]:checked ~ label .ww-radio-dot::after {
    display: block;
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio label {
    cursor: pointer;
    position: relative;
    vertical-align: top;
    margin: 3px 0;
    padding: 0;
    width: 100%;
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio label::before {
    content: unset;
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio label::after {
    content: unset;
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio label img {
    display: block;
    width: auto;
    max-height: 100px;
    height: auto;
    margin: 0 auto;
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio label .ww-radio-dot::before {
    border-radius: 100%;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #5b5b5b;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 18px;
    height: 18px;
    content: "";
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio label .ww-radio-dot::after {
    content: "";
    position: absolute;
    display: none;
    bottom: calc(40px + 6px);
    left: calc(50% + -3px);
    width: 6px;
    height: 6px;
    background-color: #007fa0;
    border-radius: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio label .ww-title {
    display: block;
    text-align: center;
    margin-top: 50px;
}


/* Rest van de vragen */
#\38 8658a15-b0c5-41d4-95e2-eebd12c6db56 .umbraco-forms-container {
    flex: 0 48%;
    max-width: 50%;
}
#\39 7749203-cf09-493f-da86-4164deaa4a12 .umbraco-forms-container {
    flex: 0 48%;
    max-width: 50%;
}
#\31 30cf915-358d-4540-b067-a1e5728741b3 .umbraco-forms-container {
    flex: 0 48%;
    max-width: 50%;
}
#\37 5b0226d-95b6-493d-a71c-25dc316eb442 .umbraco-forms-container {
    flex: 0 100%;
    max-width: 100%;
}

#\30 06c8fec-1caf-4caf-9490-44b5c50791cf .umbraco-forms-container {
    flex: 0 100%;
    max-width: 100%;
}


@media (min-width: 992px) {
    #\38 a4d0e2f-289a-4155-af8a-7fa0e937572d .custom-radio {
        width: auto;
    }

    /* Rest van de vragen */
    #\38 8658a15-b0c5-41d4-95e2-eebd12c6db56 .umbraco-forms-container {
        flex: 0 48%;
        max-width: 50%;
    }

    #\39 7749203-cf09-493f-da86-4164deaa4a12 .umbraco-forms-container {
        flex: 0 48%;
        max-width: 50%;
    }

    #\31 30cf915-358d-4540-b067-a1e5728741b3 .umbraco-forms-container {
        flex: 0 48%;
        max-width: 50%;
    }

    #\37 5b0226d-95b6-493d-a71c-25dc316eb442 .umbraco-forms-container {
        flex: 0 48%;
        max-width: 50%;
    }

    #\30 06c8fec-1caf-4caf-9490-44b5c50791cf .umbraco-forms-container {
        flex: 0 100%;
        max-width: 100%;
    }
}