.wauw label {
    width: 100%;
    color: #3984ff!important;
    padding-bottom: 6px
}

.wauw label a {
    width: 100%;
    color: #3984ff!important;
    padding-bottom: 6px;
    text-decoration: underline
}

wrap.buttwrap {
    border-left: 2px solid #3984ff;
    padding: 0 10px;
    display: block
}

.buttwrap::before {
    content: "Knop instellingen";
    color: #3984ff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500
}

html .wauw input,html .wauw select {
    width: 100%!important;
    margin: 0!important
}

html .wauw input.checkbox {
    width: min-content!important
}

.cwr-01 {
    display: flex;
    align-items: center;
    flex-direction: row
}

.cwr-01 .column-01 {
    padding: 20px
}

.cwr-01 .column-01,.cwr-01 .column-02 {
    width: 50%
}

.cwr-01.width-compact {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0
}

.cwr-01 .column-01 img {
    width: 100%;
    height: auto
}

.cwr-01 .column-02 {
    flex: 1;
    padding-left: 110px
}

.cwr-01.content-left {
    flex-direction: row-reverse
}

.cwr-01.content-left .column-02 {
    padding-right: 110px
}

.cwr-01 .column-01 {
    min-height: 600px;
    background-size: cover;
    background-position: 50%
}

.cwr-01.width-large .column-02 {
    max-width: 500px;
    padding: 60px 20px 60px;
    margin: 0 auto
}

.cta-section {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center
}

.cwr-01 .column-02 h5 {
    margin: 0;
    font-family: Avenir,sans-serif;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700
}

.cwr-01 .column-02 h2 {
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 24px;
    font-family: Avenir,sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 700
}

.cwr-01 .unique-copy {
    margin-bottom: 35px
}

.cwr-01 a {
    font-family: ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1px;
    border-radius: 0;
    padding: .6em 1.8em;
    background: #ffd300;
    border: 2px solid transparent;
    color: #022e5f;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .15s ease;
    padding: 16px 24px 16px 32px;
    background-color: #3984ff;
    font-family: Avenir,sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

.cwr-01 a.button_uno:hover {
    background: #2e6acc;
    color: #fff
}

.cwr-01 a.button_dos {
    border: 2px solid #1e1919;
    background: 0 0;
    color: #1e1919
}

.cwr-01 a.button_dos:hover {
    background: #1e1919;
    color: #fff
}

.cwr-01 .column-02 .cta-section p {
    margin-bottom: 0;
    position: relative;
    font-family: Avenir,sans-serif;
    color: #1e1919;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500
}

.cta-section a:not(.i_geen)::after {
    content: "";
    height: 22px;
    width: 22px;
    display: block;
    position: relative;
    transform: translateX(10px);
    background-size: cover;
    transition: .3s ease
}

.cta-section a.i_pijl::after {
    background-image: url(/wp-content/plugins/thomas-widgets-extravaganza/images/arrow-right-w.svg)
}

.cta-section a.i_pijl:hover::after {
    transform: translateX(13px)
}

.cta-section a.button_dos.i_pijl::after {
    background-image: url(/wp-content/plugins/thomas-widgets-extravaganza/images/arrow-right-b.svg)
}

.cta-section a.button_dos.i_pijl:hover::after {
    background-image: url(/wp-content/plugins/thomas-widgets-extravaganza/images/arrow-right-w.svg);
    transform: translateX(13px)
}

.cta-section a.i_download::after {
    background-image: url(/wp-content/plugins/thomas-widgets-extravaganza/images/download-w.svg)
}

.cta-section a.button_dos.i_download::after {
    background-image: url(/wp-content/plugins/thomas-widgets-extravaganza/images/download-b.svg)
}

.cta-section a.button_dos.i_download:hover::after {
    background-image: url(/wp-content/plugins/thomas-widgets-extravaganza/images/download-w.svg)
}

.cwr-01.theme-dark {
    background: #1e1919
}

.theme-dark * {
    color: #fff
}

.cwr-01.theme-dark a.button_dos {
    color: #fff;
    border: 2px solid #fff
}

.cwr-01.theme-dark a.button_dos:hover {
    color: #1e1919;
    background: #fff
}

.theme-dark .cta-section a.button_dos.i_pijl::after {
    background-image: url(/wp-content/plugins/thomas-widgets-extravaganza/images/arrow-right-w.svg)
}

.theme-dark .cta-section a.button_dos.i_pijl:hover::after {
    background-image: url(/wp-content/plugins/thomas-widgets-extravaganza/images/arrow-right-b.svg);
    transform: translateX(13px)
}

.theme-dark .cta-section a.button_dos.i_download::after {
    background-image: url(/wp-content/plugins/thomas-widgets-extravaganza/images/download-w.svg)
}

.theme-dark .cta-section a.button_dos.i_download:hover::after {
    background-image: url(/wp-content/plugins/thomas-widgets-extravaganza/images/download-b.svg)
}

.cta-section p {
    flex: 1
}

.cwr-01.content-left.width-compact .column-02 {
    padding-right: 110px;
    padding-left: 20px
}

.cwr-01.width-compact .column-01 {
    min-height: unset
}

.cwr-01 .column-02 {
    padding-right: 20px
}

.cwr-01.theme-light .unique-copy * {
    font-family: Avenir,sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500
}

.unique-copy ul li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(/images/check.svg);
    display: block;
    margin-top: 2px;
    min-width: 22px
}

.unique-copy ul li {
    display: flex!important;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 2px!important
}

@media only screen and (max-width: 768px) {
    .cwr-01 .column-01,.cwr-01 .column-02 {
        width:100%
    }
    .cwr-01.width-large .column-02 {
            padding: 30px 20px 60px;
    }

    .cwr-01 {
        flex-direction: column
    }

    .cwr-01 .column-02 {
        padding-left: 0
    }

    .cwr-01.content-left .column-02 {
        padding-right: 0
    }

    .cwr-01 .column-01 {
        min-height: 400px;
        padding: 0
    }

    .width-large .column-01 {
    align-self: stretch;
}

    .cwr-01 .column-02 {
        padding: 30px 20px 60px;
    }

    .cwr-01.width-compact {
        padding: 0;
    }

    .cwr-01.width-large .column-02 {
        max-width: 100%
    }

    .cwr-01.content-left {
        flex-direction: column
    }
    .cta-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
}
