@font-face {
    font-family: 'NeuzeitOfficeSRPro-Bold';
    src: url('../fonts/367E6B_0_0.eot');
    src: url('../fonts/367E6B_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/367E6B_0_0.woff2') format('woff2'), url('../fonts/367E6B_0_0.woff') format('woff'), url('../fonts/367E6B_0_0.ttf') format('truetype'), url('../fonts/367E6B_0_0.svg#wf') format('svg')
}

@font-face {
    font-family: 'NeuzeitOfficeSRPro-Regular';
    src: url('../fonts/367E6B_1_0.eot');
    src: url('../fonts/367E6B_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/367E6B_1_0.woff2') format('woff2'), url('../fonts/367E6B_1_0.woff') format('woff'), url('../fonts/367E6B_1_0.ttf') format('truetype'), url('../fonts/367E6B_1_0.svg#wf') format('svg')
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal
}

*,
*:before,
*:after {
    box-sizing: inherit;
    outline: none
}

.after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.bold {
    font-weight: bold;
    font-family: 'source_sans_prosemibold'
}

.rainbow {
    background-image: -o-linear-gradient(top, #ff9223 14%, #fdff12 28%, #3eb53d 42%, #92dcf7 56%, #b600f5 70%, #ff5294 74%, #fb2711 88%);
    background-image: -moz-linear-gradient(top, #ff9223 14%, #fdff12 28%, #3eb53d 42%, #92dcf7 56%, #b600f5 70%, #ff5294 74%, #fb2711 88%);
    background-image: -webkit-linear-gradient(top, #ff9223 14%, #fdff12 28%, #3eb53d 42%, #92dcf7 56%, #b600f5 70%, #ff5294 74%, #fb2711 88%);
    background-image: -ms-linear-gradient(top, #ff9223 14%, #fdff12 28%, #3eb53d 42%, #92dcf7 56%, #b600f5 70%, #ff5294 74%, #fb2711 88%);
    background-image: linear-gradient(to bottom, #ff9223 14%, #fdff12 28%, #3eb53d 42%, #92dcf7 56%, #b600f5 70%, #ff5294 74%, #fb2711 88%)
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    min-width: 300px;
    line-height: 20px;
    color: #000;
    font-family: 'latolight';
    font-size: 15px;
    word-wrap: break-word
}

body,
input,
textarea {
    letter-spacing: .9px
}

h1,
h2,
h3,
h4 {
    font-family: 'latolight'
}

input,
textarea {
    font-family: 'latolight';
    font-size: 15px
}

.wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1175px
}

.wrapper:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.center-header,
.left-header {
    margin: 60px 0 0;
    line-height: 28px;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase
}

.center-header {
    text-align: center
}

.center-header.white {
    color: #fff
}

.header-btn {
    border: 0 !important;
    background-color: #19c29a;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15)
}

.header-btn:hover,
.header-btn:focus,
.header-btn:active {
    background-color: #16af8d
}

.header-btn-item {
    position: relative;
    float: right;
    bottom: 0
}

.hulpopafstand-link-mobile {
    display: inline;
    padding: 1px 12px;
    color: #fff;
    background: #49dfe7;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.hulpopafstand-link-mobile:hover,
.hulpopafstand-link-mobile:focus,
.hulpopafstand-link-mobile:active {
    background: #86ebf0
}

.modal {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(6, 6, 6, 0.64);
    overflow: auto
}

.modal-content {
    margin: 240px auto 0;
    padding: 50px;
    border: 1px solid #888;
    width: 600px;
    background-color: #fefefe
}

.close {
    float: right;
    color: #aaa;
    font-size: 28px;
    font-weight: bold
}

.close:hover,
.close:focus,
.close:active {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.cookies {
    position: relative;
    z-index: 11;
    padding: 16px 0 9px;
    background-color: #fff;
    color: #5759a5;
    font-size: 13px
}

.cookies-link {
    color: #5759a5
}

.cookies-link:hover,
.cookies-link:focus,
.cookies-link:active {
    text-decoration: none
}

.cookies-button {
    float: right;
    margin-top: -5px;
    padding: 4px 7px;
    border: 1px solid #ffa815;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.cookies-button:hover,
.cookies-button:focus,
.cookies-button:active {
    border-color: #dcf854;
    background-color: #dcf854
}

.lightgrey-section {
    background-color: #fcfcfc
}

.bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(17, 2, 26, 0.61)
}

.blocks-animation {
    z-index: 4
}

.blocks-animation-header-home {
    position: absolute;
    left: 10px;
    bottom: -168px;
    width: 300px;
    height: 250px;
    overflow: hidden
}

.blocks-animation-demo {
    position: absolute;
    right: 10px;
    bottom: -187px;
    width: 300px;
    height: 250px;
    overflow: hidden
}

.blocks-animation-tryout {
    position: absolute;
    left: -70px;
    top: -40px;
    width: 140px;
    height: 110px;
    overflow: hidden
}

.blocks-animation-header {
    position: absolute;
    right: -300px;
    bottom: -230px;
    width: 300px;
    height: 250px;
    overflow: hidden
}

.blocks-animation-functionalities {
    position: absolute;
    left: 10px;
    bottom: -168px;
    width: 300px;
    height: 250px;
    overflow: hidden
}

.blocks-animation div {
    position: absolute;
    width: 9px;
    height: 9px
}

.blocks-animation.pink .clr {
    background-color: #ff4297
}

.blocks-animation.yellow .clr {
    background-color: #ffb544
}

.blocks-animation.orange .clr {
    background-color: #ffd62f
}

.blocks-animation.blue .clr {
    background-color: #49dde7
}

.blocks-animation.purple .clr {
    background-color: #e145e1
}

.blocks-animation .white {
    background-color: #fff
}

.blocks-animation-header-home .white[co="1"] {
    left: 190px;
    top: 1px
}

.blocks-animation-header-home .clr[co="1"] {
    left: 70px;
    top: 180px;
    height: 14px;
    width: 14px
}

.blocks-animation-header-home .white[co="2"] {
    left: 160px;
    top: 20px
}

.blocks-animation-header-home .clr[co="2"] {
    left: 120px;
    top: 160px;
    opacity: .5
}

.blocks-animation-header-home .white[co="3"] {
    left: 100px;
    top: 54px
}

.blocks-animation-header-home .clr[co="3"] {
    left: 130px;
    top: 100px;
    opacity: .1
}

.blocks-animation-header-home .white[co="4"] {
    left: 210px;
    top: 54px
}

.blocks-animation-header-home .clr[co="4"] {
    left: 20px;
    top: 150px;
    height: 20px;
    width: 20px;
    opacity: .3
}

.blocks-animation-header-home .white[co="5"] {
    left: 140px;
    top: 54px
}

.blocks-animation-header-home .clr[co="5"] {
    left: 45px;
    top: 105px
}

.blocks-animation-header-home .white[co="6"] {
    left: 175px;
    top: 40px
}

.blocks-animation-header-home .clr[co="6"] {
    left: 80px;
    top: 140px
}

.blocks-animation-demo .white[co="1"] {
    left: 110px;
    top: 10px
}

.blocks-animation-demo .clr[co="1"] {
    left: 270px;
    top: 180px;
    height: 14px;
    width: 14px
}

.blocks-animation-demo .white[co="2"] {
    left: 140px;
    top: 40px
}

.blocks-animation-demo .clr[co="2"] {
    left: 220px;
    top: 160px;
    opacity: .5
}

.blocks-animation-demo .white[co="3"] {
    left: 100px;
    top: 54px
}

.blocks-animation-demo .clr[co="3"] {
    left: 230px;
    top: 100px;
    opacity: .1
}

.blocks-animation-demo .white[co="4"] {
    left: 210px;
    top: 54px
}

.blocks-animation-demo .clr[co="4"] {
    left: 120px;
    top: 150px;
    height: 20px;
    width: 20px;
    opacity: .3
}

.blocks-animation-demo .white[co="5"] {
    left: 140px;
    top: 54px
}

.blocks-animation-demo .clr[co="5"] {
    left: 145px;
    top: 105px
}

.blocks-animation-demo .white[co="6"] {
    left: 175px;
    top: 40px
}

.blocks-animation-demo .clr[co="6"] {
    left: 180px;
    top: 140px
}

.blocks-animation-tryout .white[co="1"] {
    left: 115px;
    top: 40px
}

.blocks-animation-tryout .clr[co="1"] {
    left: 60px;
    top: 1px;
    height: 14px;
    width: 14px
}

.blocks-animation-tryout .white[co="2"] {
    left: 100px;
    top: 90px
}

.blocks-animation-tryout .clr[co="2"] {
    left: 30px;
    top: 40px;
    opacity: .5
}

.blocks-animation-tryout .white[co="3"] {
    left: 80px;
    top: 54px
}

.blocks-animation-tryout .clr[co="3"] {
    left: 10px;
    top: 5px;
    opacity: .1
}

.blocks-animation-header .white[co="1"] {
    left: 140px;
    top: 15px
}

.blocks-animation-header .clr[co="1"] {
    left: 170px;
    top: 180px;
    height: 14px;
    width: 14px
}

.blocks-animation-header .white[co="2"] {
    left: 110px;
    top: 25px
}

.blocks-animation-header .clr[co="2"] {
    left: 120px;
    top: 160px;
    opacity: .5
}

.blocks-animation-header .white[co="3"] {
    left: 90px;
    top: 54px
}

.blocks-animation-header .clr[co="3"] {
    left: 230px;
    top: 100px;
    opacity: .1
}

.blocks-animation-header .white[co="4"] {
    left: 210px;
    top: 54px
}

.blocks-animation-header .clr[co="4"] {
    left: 250px;
    top: 150px;
    height: 20px;
    width: 20px;
    opacity: .3
}

.blocks-animation-header .white[co="5"] {
    left: 140px;
    top: 54px
}

.blocks-animation-header .clr[co="5"] {
    left: 145px;
    top: 105px
}

.blocks-animation-header .white[co="6"] {
    left: 175px;
    top: 40px
}

.blocks-animation-header .clr[co="6"] {
    left: 180px;
    top: 140px
}

.blocks-animation-functionalities .white[co="1"] {
    left: 190px;
    top: 1px
}

.blocks-animation-functionalities .clr[co="1"] {
    left: 70px;
    top: 180px;
    height: 14px;
    width: 14px
}

.blocks-animation-functionalities .white[co="2"] {
    left: 160px;
    top: 20px
}

.blocks-animation-functionalities .clr[co="2"] {
    left: 120px;
    top: 160px;
    opacity: .5
}

.blocks-animation-functionalities .white[co="3"] {
    left: 100px;
    top: 54px
}

.blocks-animation-functionalities .clr[co="3"] {
    left: 130px;
    top: 100px;
    opacity: .1
}

.blocks-animation-functionalities .white[co="4"] {
    left: 210px;
    top: 54px
}

.blocks-animation-functionalities .clr[co="4"] {
    left: 20px;
    top: 150px;
    height: 20px;
    width: 20px;
    opacity: .3
}

.blocks-animation-functionalities .white[co="5"] {
    left: 140px;
    top: 54px
}

.blocks-animation-functionalities .clr[co="5"] {
    left: 45px;
    top: 105px
}

.blocks-animation-functionalities .white[co="6"] {
    left: 175px;
    top: 40px
}

.blocks-animation-functionalities .clr[co="6"] {
    left: 80px;
    top: 140px
}

@media all and (max-width:1024px) {
    .blocks-animation-header {
        display: none
    }
}

@media all and (max-width:670px) {
    .blocks-animation {
        display: none
    }
}

header {
    position: relative;
    height: 180px;
    min-height: 180px;
    color: #fff
}

.header-home {
    margin-bottom: -19px;
    height: auto;
    min-height: 950px
}

.header-home .wrapper {
    z-index: 2;
    padding-bottom: 60px
}

.logo {
    background-image: url(../images/theme/logo_251.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 20px;
    margin: 0;
    text-indent: -500px;
    cursor: pointer;
    overflow: hidden
}

.header-home-image {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/theme/bg_home_header.jpg) top center no-repeat
}

.header-home-image.active {
    display: block
}

.product-login {
    clear: right;
    float: right;
    margin-top: 20px;
    padding: 7px 10px 7px 35px;
    border: 1px solid #d1d1d1;
    background: url(../images/template/icon_login.png) 20px 50% no-repeat #19c29a;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color .25s linear;
    -moz-transition: background-color .25s linear;
    -o-transition: background-color .25s linear;
    transition: background-color .25s linear
}

.product-login:hover,
.product-login:focus,
.product-login:active {
    background-color: #16af8d
}

.header-home-content-holder {
    padding-top: 65px;
    height: 760px
}

.header-home-content-holder:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.header-home-content {
    display: none;
    float: left;
    width: 100%
}

.header-home-content-afbeelding {
    float: right;
    width: 500px;
    max-width: 100%;
    height: auto;
    transform: perspective(692px) rotateY(-25deg)
}

.header-home-content:first-child {
    display: block
}

.header-home-content-header {
    line-height: 75px;
    font-size: 50px;
    font-weight: 400
}

.header-home-content-txt {
    line-height: 24px;
    font-size: 18px
}

.header-home-content:first-child {
    text-align: left
}

.header-home-content:first-child .header-home-content-txt {
    margin: auto
}

.header-home-content-img {
    float: right;
    max-width: 100%;
    background-size: contain
}

.header-home-bullets {
    position: relative;
    left: 50%;
    clear: left;
    float: left;
    margin: 0 0 0 10px
}

.header-home-bullets span {
    position: relative;
    right: 50%;
    float: left;
    margin-right: 20px;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    cursor: pointer;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear
}

.header-home-bullets span.active {
    border-color: #fff;
    background-color: #fff;
    cursor: default
}

.header-home-bullets span:hover,
.header-home-bullets span:focus,
.header-home-bullets span:active {
    border-color: #00bbe3
}

@media (min-width:551px) and (max-width:1075px) {
    .header-home-content {
        margin: 0 0 60px;
        padding-left: 0;
        width: 100%
    }
    .header-home-content-img {
        margin-left: 30px
    }
}

@media (max-width:1075px) {
    .header-btn-item {
        display: block !important;
        float: initial;
        margin-top: 20px;
        width: fit-content
    }
}

@media all and (max-width:550px) {
    .modal-content {
        margin: 5px auto 0;
        padding: 25px 20px;
        border: 0;
        width: 95%;
        background-color: #fefefe
    }
    .modal {
        padding-top: 45px
    }
    .hulpopafstand-link-mobile {
        display: inline;
        padding: 10px;
        background: #49dfe7;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        text-decoration: none;
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear
    }
    .cookies {
        line-height: .9;
        font-size: 8px
    }
    .logo {
        top: 15px;
        background-size: 60%
    }
    .product-login {
        clear: right;
        float: right;
        margin-top: 20px;
        padding: 5px 5px 5px 35px;
        border: 1px solid #d1d1d1;
        font-size: 13px
    }
    .header-home {
        padding-bottom: 70px;
        height: auto;
        min-height: 0
    }
    .header-home .wrapper {
        padding-bottom: 0
    }
    .header-home-content-holder {
        padding-top: 125px;
        height: 0
    }
    .header-home-content {
        margin: 0 0 60px;
        padding-left: 0;
        height: auto;
        width: 100%
    }
    .header-home-content-header {
        line-height: 30px;
        font-family: 'latolight';
        font-size: 30px;
        font-weight: 400
    }
    .header-home-content-txt {
        margin: 0 auto;
        width: auto;
        font-size: 13px
    }
    .header-home-content-img {
        display: block;
        float: none;
        margin: 20px auto 25px
    }
}

.menu-link {
    float: right;
    margin-top: 40px;
    border: 1px solid #fff;
    width: 47px;
    height: 41px;
    cursor: pointer;
    background: url(../images/template/bg_menu.png) center no-repeat;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear
}

.menu-link:hover,
.menu-link:focus,
.menu-link:active {
    border-color: #00bbe3
}

.menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    height: 100%;
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
    overflow-x: auto;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    background: rgba(252, 85, 169, 0.9);
    background-image: -o-linear-gradient(top, rgba(252, 85, 169, 0.9) 40%, #ef56c9 150%);
    background-image: -moz-linear-gradient(top, rgba(252, 85, 169, 0.9) 40%, #ef56c9 150%);
    background-image: -webkit-linear-gradient(top, rgba(252, 85, 169, 0.9) 40%, #ef56c9 150%);
    background-image: -ms-linear-gradient(top, rgba(252, 85, 169, 0.9) 40%, #ef56c9 150%);
    background-image: linear-gradient(to bottom, rgba(252, 85, 169, 0.9) 40%, #ef56c9 150%)
}

.menu-close {
    position: absolute;
    top: 0;
    right: 20px;
    width: 36px;
    height: 35px;
    background: url(../images/template/close_menu.png) center no-repeat;
    cursor: pointer
}

.menu-logo {
    margin-top: 44px;
    height: 95px;
    background: url(../images/template/menu_logo.png) center no-repeat
}

.menu-item {
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase
}

.menu-item:hover,
.menu-item:focus,
.menu-item:active {
    text-decoration: underline
}

.menu .menu-item {
    margin-top: 35px;
    color: #fff;
    font-size: 26px
}

.menu .menu-item.active {
    color: #f6f603
}

.footer-menu .menu-item {
    margin-bottom: 25px;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: bold
}

.menu-item-proefperiode {
    display: block;
    margin: 50px auto 0;
    padding: 9px;
    line-height: 30px;
    letter-spacing: .5px;
    background: #15d4fd;
    color: #fff;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius: 30px;
    -khtml-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.menu-item-proefperiode:hover,
.menu-item-proefperiode:focus,
.menu-item-proefperiode:active {
    background: rgba(0, 0, 0, 0.2)
}

.header-home-content-txt .menu-item-proefperiode,
.demo-proef .menu-item-proefperiode {
    display: inline-block;
    margin-bottom: 55px;
    padding-left: 32px;
    padding-right: 32px
}

.menu-top {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    height: 38px
}

.menu-top-phonenumber {
    float: left;
    margin-top: 14px;
    padding: 2px 9px;
    letter-spacing: .5px;
    background: #15d4fd;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.menu-top-phonenumber:hover,
.menu-top-phonenumber:focus,
.menu-top-phonenumber:active {
    background: rgba(0, 0, 0, 0.2)
}

@media all and (max-width:500px) {
    .menu-top-proefperiode {
        font-size: 13px
    }
}

.menu-top-login {
    float: right;
    width: 40px;
    height: 38px;
    background: url(../images/template/icon_login.png) no-repeat center;
    background-image: linear-gradient(transparent, transparent), url(../images/template/icon_login.svg);
    cursor: pointer;
    -webkit-transition: background-image .25s linear;
    -moz-transition: background-image .25s linear;
    -o-transition: background-image .25s linear;
    transition: background-image .25s linear
}

.menu-top-login:hover,
.menu-top-login:focus,
.menu-top-login:active {
    background-image: url(../images/template/icon_login_hover.png);
    background-image: linear-gradient(transparent, transparent), url(../images/template/icon_login_hover.svg)
}

.menu-top-menu-link {
    float: right;
    margin-top: 0;
    margin-left: 5px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 47px;
    height: 38px;
    cursor: pointer;
    background: url(../images/template/bg_menu_top.png) center no-repeat;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear
}

.menu-top-menu-link:hover,
.menu-top-menu-link:focus,
.menu-top-menu-link:active {
    border-right: 1px solid #00bbe3;
    border-left: 1px solid #00bbe3
}

@media all and (max-width:550px) {
    .menu-logo {
        margin-top: 20px;
        height: 55px;
        background-size: 50px
    }
    .menu-item {
        margin-top: 20px;
        font-size: 20px
    }
    .menu-link {
        margin-top: 20px
    }
}

footer {
    background-color: #f5f5f5;
    padding: 60px 0
}

footer:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.footer-header {
    margin: 0 0 25px;
    font-size: 14px
}

.footer-txt {
    margin: 0 0 10px 0;
    line-height: 24px
}

.footer-helpdesk {
    float: right;
    padding: 40px 40px 25px;
    border: 1px solid #c1d2da;
    width: 370px;
    background: url(../images/template/bg_helpdesk_footer.png) top right no-repeat
}

.footer-helpdesk:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.footer-helpdesk-txt {
    width: 195px
}

.footer-helpdesk-phone-email {
    margin: 0 0 15px;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    font-size: 25px;
    font-weight: bold
}

.footer-helpdesk-email {
    float: right;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    font-weight: normal;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear
}

.footer-helpdesk-email:hover,
.footer-helpdesk-email:focus,
.footer-helpdesk-email:active {
    color: #00bbe3
}

.footer-contact,
.footer-visitaddress {
    float: right;
    margin-left: 50px;
    text-align: right
}

.social-link {
    float: right;
    margin-left: 5px;
    border: 0;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left;
    text-indent: -500px;
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear
}

.social-link:hover,
.social-link:focus,
.social-link:active {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.social-link.linkedin {
    background-image: url(../images/theme/social_linkedin.svg)
}

.social-link.facebook {
    background-image: url(../images/theme/social_facebook.svg)
}

.social-link.twitter {
    background-image: url(../images/theme/social_twitter.svg)
}

.footer-newsletter {
    clear: right;
    float: right;
    margin: 30px 0;
    border: 1px solid #fff
}

.footer-newsletter-input {
    padding: 13px 15px;
    border: 0;
    width: 280px
}

.footer-newsletter.wrong {
    border: 1px solid #f00 !important
}

.footer-newsletter.succes {
    padding: 7px 13px;
    border: 0;
    background-color: #ff4297;
    color: #fff;
    text-align: center
}

.footer-newsletter.wrong .footer-newsletter-input {
    color: #f00
}

.footer-newsletter.wrong::-webkit-input-placeholder {
    color: #f00
}

.footer-newsletter.wrong:-moz-placeholder {
    color: #f00
}

.footer-newsletter.wrong:-ms-input-placeholder {
    color: #f00
}

.footer-newsletter-button {
    float: right;
    width: 41px;
    height: 44px;
    background-image: url(../images/theme/newsletter_button_hover.jpg);
    cursor: pointer
}

.footer-iso {
    clear: right;
    float: right;
    margin-right: 250px
}

.footer-nen {
    position: relative;
    top: -51px;
    clear: right;
    float: right;
    margin-right: 120px
}

.footer-leer {
    position: relative;
    top: -100px;
    clear: right;
    float: right
}

.footer-terms-privacy {
    clear: both;
    float: left;
    line-height: 38px;
    color: #565656;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .36px;
    opacity: .5
}

.footer-terms-privacy a {
    color: #565656;
    text-decoration: none
}

.footer-terms-privacy a:hover,
.footer-terms-privacy a:focus,
.footer-terms-privacy a:active {
    text-decoration: underline
}

@media all and (max-width:660px) {
    .footer-contact,
    .footer-visitaddress {
        margin-left: 0
    }
    .footer-newsletter {
        margin: 30px auto;
        width: 100%
    }
    .footer-newsletter-input {
        width: calc(100% - 41px)
    }
}

@media all and (max-width:570px) {
    .footer-helpdesk {
        float: none;
        margin: 0 auto 45px;
        width: 100%
    }
    .footer-visitaddress {
        float: left;
        text-align: left
    }
}

@media all and (max-width:400px) {
    .footer-helpdesk-phone-email {
        font-size: 20px
    }
    .footer-helpdesk-email {
        font-size: 15px
    }
    .footer-iso {
        display: block;
        float: none;
        margin: 30px auto
    }
    .footer-nen {
        position: relative;
        top: -90px;
        float: none
    }
    .footer-leer {
        position: relative;
        top: -95px
    }
}

.slider {
    margin: 0 75px;
    padding: 60px 0;
    overflow-x: hidden
}

.slider:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.slider-items-holder {
    display: none;
    width: 100%
}

.slider-items-holder:nth-child(1) {
    display: block
}

.slider-item {
    float: left;
    width: 33%;
    padding: 0 15px;
    color: #000;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear
}

.slider-item:hover,
.slider-item:focus,
.slider-item:active {
    color: #00bbe3
}

.slider-item-img {
    position: relative;
    vertical-align: middle;
    height: 45px
}

.slider-item-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 55px
}

.slider-item-header {
    margin: 20px 0 8px
}

.slider-item-txt {
    margin: 0;
    color: #6b6969;
    font-size: 14px
}

.slider-left,
.slider-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 11px;
    height: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: background-image .25s linear;
    -moz-transition: background-image .25s linear;
    -o-transition: background-image .25s linear;
    transition: background-image .25s linear
}

.slider-left {
    left: 10px;
    background-image: url(../images/theme/slider_left_hover.png)
}

.slider-left:hover,
.slider-left:focus,
.slider-left:active {
    background-image: url(../images/theme/slider_left.png)
}

.slider-right {
    right: 10px;
    background-image: url(../images/theme/slider_right_hover.png)
}

.slider-right:hover,
.slider-right:focus,
.slider-right:active {
    background-image: url(../images/theme/slider_right.png)
}

.slider-bullets {
    display: none
}

@media all and (max-width:750px) {
    .slider {
        margin: 0;
        padding-top: 40px;
        padding-bottom: 45px
    }
    .slider-item {
        float: none;
        margin: 0 auto;
        padding-bottom: 20px;
        width: auto;
        max-width: 320px
    }
    .slider-item-header {
        margin: 10px 0 8px
    }
    .slider-left,
    .slider-right {
        display: none
    }
    .slider-bullets {
        display: block;
        clear: left;
        float: left;
        position: relative;
        left: 50%;
        margin: -10px 0 40px 10px
    }
    .slider-bullets span {
        position: relative;
        right: 50%;
        float: left;
        border: 1px solid #00bbe3;
        width: 12px;
        height: 12px;
        cursor: pointer;
        margin-right: 20px;
        -webkit-transition: border .25s linear;
        -moz-transition: border .25s linear;
        -o-transition: border .25s linear;
        transition: border .25s linear;
        -moz-border-radius: 6px;
        -khtml-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px
    }
    .slider-bullets span.active {
        border-color: #00bbe3;
        background-color: #00bbe3;
        cursor: default
    }
    .slider-bullets span:hover,
    .slider-bullets span:focus,
    .slider-bullets span:active {
        border-color: #ff4297;
        background-color: #ff4297
    }
}

.hulpopafstand-link {
    display: inline-block;
    padding: 9px 12px;
    background: #49dfe7;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.hulpopafstand-link:hover,
.hulpopafstand-link:focus,
.hulpopafstand-link:active {
    background: #86ebf0
}

.demo {
    position: relative;
    clear: both;
    color: #fff;
    background: url(../images/theme/bg_demo.jpg) top center no-repeat;
    background: #fde932;
    background-image: -o-radial-gradient(30% top, #fde932 0, #fe9a12 100%);
    background-image: -moz-radial-gradient(30% top, #fde932 0, #fe9a12 100%);
    background-image: -webkit-radial-gradient(30% top, #fde932 0, #fe9a12 100%);
    background-image: -ms-radial-gradient(30% top, #fde932 0, #fe9a12 100%);
    background-image: radial-gradient(ellipse at 30% top, #fde932 0, #fe9a12 100%);
    overflow: hidden
}

.demo-img {
    position: relative;
    z-index: 3;
    float: left;
    margin: 284px 0 0
}

.demo-txt-holder {
    position: relative;
    z-index: 3;
    float: left;
    margin: 255px 0 0 9%;
    padding: 65px;
    border: 1px solid grey;
    max-width: 594px;
    background: rgba(255, 255, 255, 0.61);
    color: #000
}

.demo-header {
    margin: 0 0 12px;
    max-width: 450px;
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase
}

.demo-proefperiode {
    float: right;
    padding: 1px 12px;
    line-height: 2.2;
    background-color: #19c29a;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: .2s .25s linear;
    -moz-transition: .2s .25s linear;
    -o-transition: .2s .25s linear;
    transition: .2s .25s linear
}

.demo-proefperiode:hover,
.demo-proefperiode:focus,
.demo-proefperiode:active {
    background-color: #16af8d
}

.demo-link {
    display: inline;
    padding: 9px 12px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear
}

.demo-link:hover,
.demo-link:focus,
.demo-link:active {
    border-color: #00bbe3
}

.demo .demo-link {
    background-color: #feca3c
}

.demo-link-wrap {
    text-align: center
}

.demo-link-colored {
    display: inline-block;
    margin: 40px 0;
    padding: 9px 12px;
    background: #ff4297;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.demo-parralax {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media all and (max-width:1175px) {
    .demo-proefperiode {
        display: inline-block;
        float: initial
    }
}

@media all and (max-width:1040px) {
    .demo {
        background-image: url(../images/theme/bg_demo_mob.jpg);
        background: #fde932;
        background-image: -o-radial-gradient(30% top, #fde932 0, #ffb047 100%);
        background-image: -moz-radial-gradient(30% top, #fde932 0, #ffb047 100%);
        background-image: -webkit-radial-gradient(30% top, #fde932 0, #ffb047 100%);
        background-image: -ms-radial-gradient(30% top, #fde932 0, #ffb047 100%);
        background-image: radial-gradient(ellipse at 30% top, #fde932 0, #ffb047 100%)
    }
    .demo-img {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 100%
    }
    .demo-txt-holder {
        float: none;
        margin: 60px auto;
        padding-bottom: 35px;
        text-align: center
    }
    .demo-parralax {
        display: none
    }
    .modal-content {
        margin: 10px auto 0;
        padding: 20px;
        border: 0;
        width: 95%;
        background-color: #fefefe
    }
}

@media (max-width:550px) {
    .demo-txt-holder {
        padding: 50px 20px
    }
    .demo-img {
        max-width: 55%
    }
    .demo-proefperiode {
        margin-top: 25px
    }
    .demo {
        min-height: 650px
    }
}

.users {
    margin: 60px 0;
    padding: 0;
    list-style: none
}

.users:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.users-item {
    position: relative;
    float: left;
    margin-top: 40px;
    border-right: 1px solid #e5e5e5;
    width: 20%;
    height: 40px;
    text-align: center
}

.users-item:last-child {
    border-right: 0
}

.users-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%
}

@media all and (max-width:1040px) {
    .users-item img {
        max-width: 70%
    }
}

@media all and (max-width:550px) {
    .users {
        margin: 60px 0 0
    }
    .users-item {
        float: none;
        border: 0;
        width: auto;
        height: auto;
        text-align: center
    }
    .users-item img {
        position: static
    }
}

.advantages-holder {
    padding: 60px 0
}

.advantages {
    float: left;
    margin: 0
}

.advantages-header {
    margin: 0 0 25px 0;
    line-height: 26px;
    font-size: 24px;
    font-weight: normal
}

.advantages-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.advantages-list:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.advantages-item {
    float: left;
    padding: 4px 0 4px 30px;
    width: 33%;
    background: url(../images/theme/bg_advantages_list.png) 0 5px no-repeat
}

.advantages-big {
    margin-top: 60px;
    padding: 40px;
    background-color: #f5f5f5
}

.advantages-big .advantages-list {
    width: 100%
}

.advantages-big .advantages-item {
    width: 33%
}

@media all and (max-width:1050px) {
    .advantages {
        float: none;
        margin: 0 auto 30px;
        width: 90%
    }
    .advantages-list {
        width: 100%
    }
    .advantages-big .advantages-item {
        width: 50%
    }
}

@media all and (max-width:1175px) {
    .body-proefperiode .advantages {
        float: none;
        margin: 0 auto 30px;
        width: 100%;
        max-width: 600px
    }
    .body-proefperiode .advantages-list {
        width: 100%
    }
    .body-proefperiode .advantages-big .advantages-item {
        width: 50%
    }
}

@media all and (max-width:739px) {
    .advantages-item {
        float: none;
        width: 100%
    }
    .advantages-big {
        margin-top: 0
    }
    .advantages-big .advantages-item {
        width: 100%
    }
    .advantages-header {
        text-align: center;
        line-height: 35px
    }
}

.breadcrums {
    margin: 40px 0;
    padding: 12px 20px;
    border: 1px solid #e1e1e1;
    color: #bfbfbf;
    font-size: 14px
}

.breadcrums-social {
    float: right;
    margin-left: 10px;
    width: 21px;
    height: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    text-indent: -500px;
    overflow: hidden
}

.breadcrums-social.twitter {
    background-image: url(../images/theme/twitter_grey.png)
}

.breadcrums-social.facebook {
    background-image: url(../images/theme/facebook_grey.png)
}

.breadcrums-link {
    margin-right: 10px;
    padding-right: 20px;
    background: url(../images/theme/breadcrum_arrow.png) right center no-repeat;
    color: #2ccae0;
    text-decoration: none
}

@media all and (max-width:550px) {
    .breadcrums {
        margin: 15px 0
    }
}

.posts-small {
    padding: 66px 0;
    border-bottom: 1px solid #e1e1e1;
    min-height: 280px
}

.posts-small:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.posts-small:last-child {
    border-bottom: 0
}

.posts-small-header {
    margin: 0 0 15px;
    width: 60%;
    line-height: 28px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase
}

.posts-small-txt {
    margin: 0;
    width: 60%;
    line-height: 22px
}

.posts-small-img {
    margin-top: -50px;
    max-width: 100%
}

.posts-small:nth-child(odd) .posts-small-header,
.posts-small:nth-child(odd) .posts-small-txt {
    float: left
}

.posts-small:nth-child(odd) .posts-small-img {
    float: right
}

.posts-small:nth-child(even) .posts-small-header,
.posts-small:nth-child(even) .posts-small-txt {
    float: right;
    text-align: right
}

.posts-small:nth-child(even) .posts-small-img {
    float: left
}

@media all and (max-width:660px) {
    .posts-small {
        padding: 44px 0
    }
    .posts-small-header,
    .posts-small-txt {
        width: 100%;
        text-align: center !important;
        margin: 0 auto 15px
    }
    .posts-small-img {
        display: block;
        clear: both;
        float: none !important;
        margin: 0 auto
    }
}

.functionalities {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffd62f
}

.functionalities h2 {
    margin-top: 0;
    margin-bottom: 30px
}

.functionalities-list:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.functionalities-item {
    float: left;
    margin: 15px 2.66% 15px 0;
    padding: 20px 0 40px;
    width: 23%;
    height: 310px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 30px .5px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}

.functionalities-item-img {
    position: relative;
    height: 72px;
    vertical-align: middle
}

.functionalities-item-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 72px
}

.functionalities-item-header {
    margin: 10px 15px;
    text-align: center
}

.functionalities-item-txt {
    margin: 0 40px
}

.functionalities-item-txt-big {
    display: none
}

.functionalities-popup-holder {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11
}

.functionalities-popup {
    display: none;
    position: absolute;
    top: 180px;
    right: 120px;
    left: 120px;
    padding-top: 70px;
    min-height: 500px;
    text-align: center;
    background-color: #fff
}

.functionalities-popup-header {
    margin: 30px 0 20px;
    font-size: 19px
}

.functionalities-popup-txt {
    margin: 0 auto 50px;
    max-width: 60%
}

.functionalities-popup-left,
.functionalities-popup-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 11px;
    height: 20px;
    cursor: pointer;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-transition: background-image .25s linear;
    -moz-transition: background-image .25s linear;
    -o-transition: background-image .25s linear;
    transition: background-image .25s linear
}

.functionalities-popup-left {
    left: 40px;
    background-image: url(../images/theme/slider_left.png)
}

.functionalities-popup-left:hover,
.functionalities-popup-left:focus,
.functionalities-popup-left:active {
    background-image: url(../images/theme/slider_left_hover.png)
}

.functionalities-popup-right {
    right: 40px;
    background-image: url(../images/theme/slider_right.png)
}

.functionalities-popup-right:hover,
.functionalities-popup-right:focus,
.functionalities-popup-right:active {
    background-image: url(../images/theme/slider_right_hover.png)
}

.functionalities-popup-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 21px;
    height: 21px;
    background: url(../images/theme/close.png) top center no-repeat;
    cursor: pointer;
    -webkit-transition: background-image .25s linear;
    -moz-transition: background-image .25s linear;
    -o-transition: background-image .25s linear;
    transition: background-image .25s linear
}

.functionalities-popup-close:hover,
.functionalities-popup-close:focus,
.functionalities-popup-close:active {
    background-image: url(../images/theme/close_hover.png)
}

.functionalities-tarrifs {
    background-color: #fff
}

.functionalities-tarrifs .functionalities-list {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1
}

.functionalities-tarrifs .functionalities-item {
    margin: 15px 0;
    width: 20%;
    height: 150px
}

.functionalities-tarrifs .functionalities-item-header {
    font-size: 17px
}

.functionalities-tarrifs .contactpopup {
    margin-top: 50px;
    width: 144px
}

.functionalities-tarrifs .functionalities-popup-holder {
    background-color: transparent
}

@media all and (min-width:1025px) {
    .functionalities-item:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width:780px) and (max-width:1024px) {
    .functionalities-item {
        margin-right: 2.75%;
        width: 31.5%
    }
    .functionalities-item:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:920px) and (max-width:1155px) {
    .functionalities-tarrifs .functionalities-item {
        margin-right: 0;
        width: 25%
    }
}

@media (min-width:550px) and (max-width:780px) {
    .functionalities-item {
        margin-right: 3%;
        width: 48.5%
    }
    .functionalities-item:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width:730px) and (max-width:920px) {
    .functionalities-tarrifs .functionalities-item {
        margin-right: 0;
        width: 33%
    }
}

@media (min-width:550px) and (max-width:730px) {
    .functionalities-tarrifs .functionalities-item {
        margin-right: 0;
        width: 50%
    }
}

@media all and (max-width:550px) {
    .functionalities-item {
        margin: 0 auto 15px;
        width: 100%
    }
    .functionalities-popup-holder {
        position: fixed
    }
    .functionalities-popup {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto
    }
    .functionalities-popup-header {
        margin-left: 20px;
        margin-right: 20px
    }
    .functionalities-popup-txt {
        max-width: 70%
    }
    .functionalities-popup-close {
        top: 60px;
        right: 20px
    }
    .functionalities-popup-left {
        left: 20px
    }
    .functionalities-popup-right {
        right: 20px;
        background-image: url(../images/theme/slider_right.png)
    }
    .functionalities-popup-right:hover,
    .functionalities-popup-right:focus,
    .functionalities-popup-right:active {
        background-image: url(../images/theme/slider_right_hover.png)
    }
    .functionalities-tarrifs .functionalities-item {
        width: 100%;
        margin-right: 0;
        height: auto
    }
}

.references {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffd62f
}

.references-list:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.references-item {
    float: left;
    margin: 15px 2.66% 15px 0;
    padding: 40px;
    width: 23%;
    height: 337px;
    text-align: center;
    overflow: hidden;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
}

.references-item-img {
    position: relative;
    height: 60px;
    vertical-align: middle
}

.references-item-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%
}

.references-item-txt {
    margin: 30px 0 0
}

@media all and (min-width:1025px) {
    .references-item:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width:780px) and (max-width:1024px) {
    .references-item {
        margin-right: 2.75%;
        width: 31.5%
    }
    .references-item:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:550px) and (max-width:780px) {
    .references-item {
        margin-right: 3%;
        width: 48.5%
    }
    .references-item:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width:550px) {
    .references-item {
        width: 100%
    }
}

.textholder {
    float: left;
    width: 74%
}

.textpage {
    margin-bottom: 25px;
    width: 50%;
    line-height: 22px
}

.textpage-image {
    margin: 25px 0 0;
    max-width: 100%
}

.textpage-right-image {
    float: right;
    margin-top: -40px
}

.textpage.withmargin {
    margin-bottom: 80px
}

.textpage-article {
    margin-top: -40px
}

@media all and (max-width:1020px) {
    .textholder {
        float: none;
        width: 100%
    }
    .textpage {
        width: 100%
    }
    .textpage.withmargin {
        margin-bottom: 0
    }
    .textpage-article {
        margin-top: 0
    }
}

@media all and (max-width:550px) {
    .textpage-right-image {
        display: block;
        float: none;
        margin: 0 auto
    }
}

.testimonials {
    float: left;
    margin: -110px 0 0 8%;
    width: 250px;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    overflow-y: hidden
}

.testimonials-holder {
    overflow-x: hidden
}

.testimonial {
    display: none;
    width: 100%
}

.testimonial:nth-child(1) {
    display: block
}

.testimonials.right {
    float: right;
    margin: 0 0 40px;
    padding: 45px 35px;
    background-color: #f5f5f5;
    text-align: center
}

.testimonial-txt {
    margin: 0 0 20px 0;
    line-height: 26px;
    font-size: 20px
}

.testimonial-img {
    max-height: 50px
}

.testimonials-bullets span {
    float: left;
    margin-top: 20px;
    margin-right: 15px;
    width: 9px;
    height: 9px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .25s linear;
    -moz-transition: background-color .25s linear;
    -o-transition: background-color .25s linear;
    transition: background-color .25s linear;
    -moz-border-radius: 4.5px;
    -khtml-border-radius: 4.5px;
    -webkit-border-radius: 4.5px;
    border-radius: 4.5px
}

.testimonials-bullets span:hover,
.testimonials-bullets span:focus,
.testimonials-bullets span:active {
    background-color: #00bbe3
}

.testimonials.right .testimonials-bullets {
    position: relative;
    left: 50%;
    clear: left;
    float: left;
    margin: 0 0 0 7.5px
}

.testimonials.right .testimonials-bullets span {
    position: relative;
    right: 50%;
    float: left;
    margin-right: 15px
}

.testimonials-bullets span.active {
    background-color: #ff4297;
    cursor: default
}

@media all and (max-width:1075px) {
    .testimonials {
        clear: left;
        margin: 30px 0 0
    }
}

@media all and (max-width:1020px) {
    .testimonials.right {
        display: none
    }
}

@media all and (max-width:660px) {
    .testimonials {
        margin: 0
    }
}

@media all and (max-width:400px) {
    .testimonials {
        clear: both;
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center
    }
    .testimonials .testimonials-bullets {
        clear: left;
        float: left;
        position: relative;
        left: 50%;
        margin: 0 0 0 7.5px
    }
    .testimonials .testimonials-bullets span {
        float: left;
        position: relative;
        right: 50%;
        margin-right: 15px
    }
}

.newsroom {
    position: relative;
    padding-bottom: 60px
}

.newsroom-list {
    margin-top: 40px
}

.newsroom-list:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.newsroom-item,
.newsroom-styled-item {
    color: #000;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow .25s linear;
    -moz-transition: box-shadow .25s linear;
    -o-transition: box-shadow .25s linear;
    transition: box-shadow .25s linear
}

.newsroom-item:hover,
.newsroom-styled-item:hover,
.newsroom-item:focus,
.newsroom-styled-item:focus,
.newsroom-item:active,
.newsroom-styled-item:active {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
}

.newsroom-item {
    float: left;
    margin: 15px 2.66% 15px 0;
    padding: 30px 0;
    width: 23%;
    height: 384px
}

.newsroom-item-img {
    position: relative;
    vertical-align: middle
}

.newsroom-item-img img {
    max-width: 100%;
    max-height: 115px
}

.newsroom-item-header {
    font-size: 19px;
    margin: 20px 0 0;
    text-align: center
}

.newsroom-item-txt {
    margin: 10px 30px 0
}

.newsroom-more-btn {
    float: left;
    margin: 15px 0 0;
    padding: 40px;
    width: 23%;
    line-height: 30px;
    background-color: #ff4297;
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: background-color .25s linear;
    -moz-transition: background-color .25s linear;
    -o-transition: background-color .25s linear;
    transition: background-color .25s linear
}

.newsroom-more-btn:hover,
.newsroom-more-btn:focus,
.newsroom-more-btn:active {
    background-color: #00bbe3
}

.newsroom-list.small {
    float: left;
    margin-bottom: 30px;
    width: 75%
}

.newsroom-list.small .newsroom-item {
    width: 31.5%
}

.newsroom-right-block {
    float: right;
    margin-top: 40px;
    width: 23%
}

.twitter-block {
    display: block;
    border: 1px solid #55acee;
    margin: 15px 0 30px;
    padding: 100px 0 50px;
    line-height: 34px;
    background: url(../images/template/bg_twitterblock.jpg) top center no-repeat;
    color: #5ea9dd;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    font-size: 22px;
    text-align: center;
    text-decoration: none
}

.twitter-block-big {
    font-size: 32px
}

.newsletter-block {
    padding: 32px;
    line-height: 26px;
    color: #fff;
    font-size: 22px;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    background: #fdf22d;
    background-image: -o-linear-gradient(left, #fdf22d 0, #ffb046 150%);
    background-image: -moz-linear-gradient(left, #fdf22d 0, #ffb046 150%);
    background-image: -webkit-linear-gradient(left, #fdf22d 0, #ffb046 150%);
    background-image: -ms-linear-gradient(left, #fdf22d 0, #ffb046 150%);
    background-image: linear-gradient(to right, #fdf22d 0, #ffb046 150%)
}

.newsletter-block-input-holder {
    margin-top: 15px;
    border: 1px solid #fff;
    width: 100%
}

.newsletter-block-input {
    padding: 13px 15px;
    border: 0;
    width: calc(100% - 42px)
}

.newsletter-block-input-button {
    float: right;
    width: 42px;
    height: 44px;
    background-image: url(../images/template/newsletter_block_button.jpg);
    cursor: pointer
}

.newsletter-block-input-holder.wrong {
    border: 1px solid #f00
}

.newsletter-block-input-holder.wrong .newsletter-block-input {
    color: #f00
}

.newsletter-block-input-holder.wrong .newsletter-block-input::-webkit-input-placeholder {
    color: #f00
}

.newsletter-block-input-holder.wrong .newsletter-block-input:-moz-placeholder {
    color: #f00
}

.newsletter-block-input-holder.wrong .newsletter-block-input:-ms-input-placeholder {
    color: #f00
}

.newsletter-block-input-holder.succes {
    border: 0;
    padding: 7px 13px;
    background-color: #ff4297;
    font-size: 15px;
    text-align: center
}

.newsroom-article {
    margin-top: -40px
}

.newsroom .morenews-btn {
    display: block;
    clear: both;
    margin-bottom: 0
}

.newsroom .newsroom-list .morenews-btn {
    display: none
}

@media all and (min-width:1025px) {
    .newsroom-list.big .newsroom-item:nth-child(4n) {
        margin-right: 0
    }
    .newsroom-list.small .newsroom-item:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:781px) and (max-width:1024px) {
    .newsroom-list.big .newsroom-item,
    .newsroom-more-btn {
        margin-right: 2.75%;
        width: 31.5%
    }
    .newsroom-list.big .newsroom-item:nth-child(3n),
    .newsroom-more-btn {
        margin-right: 0
    }
    .newsroom-list.small {
        width: 66%
    }
    .newsroom-right-block {
        width: 31.5%
    }
    .newsroom-list.small .newsroom-item {
        margin-right: 3%;
        width: 48.5%
    }
    .newsroom-list.small .newsroom-item:nth-child(2n) {
        margin-right: 0
    }
    .newsroom-article .newsroom-right-block {
        display: none
    }
}

@media (min-width:601px) and (max-width:780px) {
    .newsroom-list.big .newsroom-item,
    .newsroom-more-btn {
        margin-right: 3%;
        width: 48.5%
    }
    .newsroom-list.big .newsroom-item:nth-child(2n),
    .newsroom-more-btn {
        margin-right: 0
    }
    .newsroom-list.small {
        width: 54%
    }
    .newsroom-right-block {
        width: 45%
    }
    .newsroom-list.small .newsroom-item {
        width: calc(100% - 15px)
    }
    .newsroom-list.small .newsroom-item:nth-child(1n) {
        margin-right: 0
    }
}

@media all and (max-width:600px) {
    .newsroom-list.big .newsroom-item,
    .newsroom-list.small .newsroom-item,
    .newsroom-more-btn {
        width: 100%
    }
    .newsroom-list.big .newsroom-item,
    .newsroom-list.small .newsroom-item {
        height: auto
    }
    .newsroom-right-block,
    .newsroom-list.small {
        float: none;
        width: 100%
    }
    .newsroom-right-block {
        margin-top: 0
    }
    .newsroom .morenews-btn {
        display: none
    }
    .newsroom .newsroom-list .morenews-btn {
        display: block;
        margin-top: 30px
    }
}

.tryout {
    position: relative;
    float: right;
    margin: 63px 0 0;
    padding-top: 25px;
    width: 375px;
    height: 120px;
    line-height: 28px;
    background: #49dde7;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-family: 'latolight';
    text-decoration: none
}

.tryout-header {
    margin: 0 0 8px;
    font-size: 25px
}

.tryout-txt {
    margin: 0 0 8px;
    font-size: 17px
}

.tryout-link {
    color: #fff
}

.tryout-phonenumber {
    margin: 0;
    font-size: 30px;
    font-weight: bold
}

@media all and (max-width:1050px) {
    .tryout {
        float: none;
        margin: 0 auto
    }
}

@media all and (max-width:470px) {
    .tryout {
        padding: 20px;
        width: auto
    }
    .tryout-header {
        font-size: 20px
    }
    .tryout-txt {
        font-size: 15px
    }
}

.faq {
    margin: 0 0 75px
}

.faq-item {
    margin-bottom: 20px;
    border: 1px solid #def6fb;
    background-color: #def6fb;
    -webkit-transition: background-color .25s linear;
    -moz-transition: background-color .25s linear;
    -o-transition: background-color .25s linear;
    transition: background-color .25s linear
}

.faq-item.open {
    border-color: #e1e1e1;
    background-color: #fff
}

.faq-question {
    padding: 22px 66px 22px 22px;
    background-position: right;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold
}

.faq-item.close {
    float: none;
    font-weight: normal
}

.faq-item.close .faq-question {
    background-image: url(../images/template/faq_close.png);
    background-color: #def6fb;
    cursor: pointer;
    -webkit-transition: background-color .25s linear;
    -moz-transition: background-color .25s linear;
    -o-transition: background-color .25s linear;
    transition: background-color .25s linear
}

.faq-item.open .faq-question {
    background-image: url(../images/template/faq_open.png)
}

.faq-item.close .faq-answer {
    height: 0;
    overflow: hidden
}

.faq-item.open .faq-answer {
    padding: 0 22px 22px 22px
}

@media all and (max-width:1020px) {
    .faq {
        width: 100%
    }
}

input,
button,
.button {
    cursor: pointer
}

label[for],
a[href] {
    cursor: pointer
}

.contact-form {
    float: left;
    margin-right: 30%;
    margin-bottom: 70px;
    width: 70%;
    min-height: 220px
}

.contact-form:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.contact-form-column {
    float: left;
    position: relative;
    height: 260px
}

.contact-form-label {
    display: block;
    position: relative;
    margin: 0 25px 25px 0
}

.contact-form-input,
.contact-form-textarea {
    padding: 14px 19px;
    border: 1px solid #f5f5f5;
    width: 325px;
    background-color: #f5f5f5
}

.contact-form-textarea {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 266px;
    min-height: 266px
}

@media all and (min-width:1025px) {
    .contact-form-textarea {
        max-height: 266px
    }
}

.contact-form-label.wrong .contact-form-input {
    border: 1px solid #f00;
    background-color: #fff;
    color: #f00
}

.proefperiode-checkbox-label.wrong,
.proefperiode-form-label.wrong .focus-label {
    color: #f00
}

.contact-form-label.wrong::-webkit-input-placeholder {
    color: #f00
}

.contact-form-label.wrong:-moz-placeholder {
    color: #f00
}

.contact-form-label.wrong:-ms-input-placeholder {
    color: #f00
}

.contact-form-label.wrong:after {
    position: absolute;
    top: 14px;
    right: 19px;
    z-index: 2;
    color: #f00;
    font-size: 22px;
    content: "X"
}

.contact-form-send-button {
    position: absolute;
    bottom: 0;
    padding: 9px 12px;
    border: 1px solid #ff4297;
    color: #ff4297;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: border .25s linear;
    -moz-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear
}

.contact-form-send-button:hover,
.contact-form-send-button:focus,
.contact-form-send-button:active {
    border-color: #00bbe3
}

.contact-form-send-button:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.contact-right-block {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 30%
}

.contact-right-block:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.helpdesk {
    clear: both;
    float: right;
    margin-top: 30px;
    padding: 30px 30px 57px 0;
    border: 1px solid #e1e1e1;
    width: 90%;
    background: url(../images/template/bg_helpdesk.jpg) top left no-repeat;
    text-align: right
}

.helpdesk-header {
    margin: 0 0 15px;
    font-size: 19px
}

.helpdesk-phone-email {
    margin: 0 0 15px;
    font-size: 25px
}

@media all and (max-width:1160px) {
    .contact-form-send-button {
        clear: both;
        float: right;
        position: static;
        margin-top: 25px
    }
    .helpdesk {
        margin-top: 20px
    }
}

@media all and (max-width:1024px) {
    .contact-form,
    .contact-txt {
        margin-right: 40%;
        width: 60%
    }
    .contact-form-column {
        float: none;
        width: 100%;
        height: auto
    }
    .contact-form-input,
    .contact-form-textarea {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }
    .contact-form-label {
        margin-right: 15px
    }
    .contact-form-send-button {
        margin-top: 0;
        margin-right: 15px
    }
    .contact-right-block {
        width: 40%
    }
}

@media all and (max-width:660px) {
    .contact-form-label.wrong:after {
        top: 12px;
        right: 10px
    }
}

@media all and (max-width:600px) {
    .contact-form,
    .contact-txt {
        margin-right: 0;
        width: 100%;
        min-height: auto
    }
    .contact-form {
        margin-bottom: 30px
    }
    .contact-form-label,
    .contact-form-send-button {
        margin-right: 0
    }
    .contact-right-block {
        position: static;
        width: 100%
    }
    .contact-visitaddress {
        float: left;
        text-align: left
    }
    .contact-contact {
        float: right
    }
    .helpdesk {
        margin: 20px auto 40px;
        width: 100%
    }
}

.contact-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    margin-left: -475px;
    margin-top: -250px;
    padding-top: 70px;
    width: 100%;
    max-width: 950px;
    min-height: 500px;
    background-color: #fff
}

.contact-popup-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 21px;
    height: 21px;
    background: url(../images/theme/close_grey.png) top center no-repeat;
    cursor: pointer;
    -webkit-transition: background-image .25s linear;
    -moz-transition: background-image .25s linear;
    -o-transition: background-image .25s linear;
    transition: background-image .25s linear
}

.contact-popup-close:hover,
.contact-popup-close:focus,
.contact-popup-close:active {
    background-image: url(../images/theme/close_hover.png)
}

.contact-popup-side {
    position: absolute;
    top: 80px;
    bottom: 80px;
    width: 50%
}

.contact-popup-side:nth-child(1) {
    left: 0;
    padding-left: 80px;
    padding-right: 40px;
    border-right: 1px solid #e1e1e1
}

.contact-popup-side:nth-child(2) {
    right: 0;
    padding-right: 80px;
    padding-left: 40px
}

.contact-popup-header {
    margin: 0 0 20px;
    font-size: 19px
}

.contact-popup-txt {
    width: 250px
}

.contact-popup-input {
    display: block;
    margin: 30px 0;
    padding: 14px;
    border: 0;
    width: 100%;
    background-color: #f5f5f5
}

.contact-popup-bigtxt {
    margin: 20px 0;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    font-size: 19px
}

.contact-popup-email,
.contact-popup-phonenumber {
    display: block;
    padding: 20px 0 10px;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    font-size: 19px
}

.contact-popup-email {
    color: #ff4297;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear
}

.contact-popup-email:hover,
.contact-popup-email:focus,
.contact-popup-email:active {
    color: #00bbe3
}

.contact-popup-phonenumber {
    font-size: 25px;
    font-weight: bold
}

.contact-popup-btn {
    float: right;
    padding: 9px 12px;
    border: 1px solid #00bbe3;
    background-color: #00bbe3;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.contact-popup-btn:hover,
.contact-popup-btn:focus,
.contact-popup-btn:active {
    background-color: #ff4297;
    border-color: #ff4297
}

.contact-popup-image {
    position: absolute;
    right: 70px;
    bottom: 0;
    width: 104px;
    height: 96px;
    background-image: url(../images/theme/contactpopup.png);
    background-repeat: no-repeat
}

@media all and (max-width:950px) {
    .contact-popup {
        left: 0;
        margin-left: 0
    }
}

@media all and (max-width:620px) {
    .contact-popup {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 5px;
        padding-bottom: 10px;
        width: 95%;
        text-align: center;
        overflow-x: auto;
        overflow-y: scroll
    }
    .contact-popup-side {
        position: relative;
        top: 0;
        width: 100%
    }
    .contact-popup-side:nth-child(1),
    .contact-popup-side:nth-child(2) {
        padding: 40px 20px;
        border: 0
    }
    .contact-popup-side:nth-child(1) {
        border-bottom: 1px solid #e1e1e1
    }
    .contact-popup-image {
        position: static;
        margin: 0 auto 20px
    }
    .contact-popup-txt {
        width: auto
    }
}

#header-menu {
    display: none !important;
    opacity: 0 !important
}

.wrapper {
    max-width: 1440px
}

h1,
h2,
h3,
h4 {
    font-family: 'NeuzeitOfficeSRPro-bold'
}

.center-header,
.left-header,
.posts-small-header {
    font-size: 26px
}

.footer-txt {
    line-height: 38px;
    color: #565656;
    font-size: 16px
}

.logo {
    position: relative;
    z-index: 1;
    top: 30px;
    left: 0;
    width: 231px;
    height: 87px;
    text-align: left !important
}

.header-home-only .logo {
    pointer-events: none
}

.link {
    display: inline-block;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
    color: #ff4297
}

.link:hover,
.link:focus,
.link:active {
    color: #00bbe3
}

.header {
    background: url(../images/theme/bg_header.jpg) top center no-repeat
}

.header-home {
    padding-bottom: 99px
}

.header-home .wrapper {
    padding-bottom: 150px
}

.triangle {
    position: absolute;
    border: 0 solid transparent
}

.header-home-image-triangle {
    bottom: 0;
    right: 0;
    border-width: 355px 2000px 0 0;
    border-right-color: #f8f8f8
}

.header-sub-image-triangle {
    border-right-color: #fff
}

@media all and (min-width:801px) {
    .header {
        min-height: 480px
    }
}

@media all and (max-width:800px) {
    .header-home-image-triangle {
        border-width: 142px 800px 0 0
    }
    .header-home .wrapper {
        padding-bottom: 40px
    }
}

@media all and (min-width:801px) and (max-width:1700px) {
    .header-sub-image-triangle {
        border-width: 214px 1700px 0 0
    }
}

@media all and (min-width:2001px) {
    .header-home-image-triangle {
        border-width: 355px 3000px 0 0
    }
}

@media all and (min-width:3001px) {
    .header-home-image-triangle {
        border-width: 355px 4000px 0 0
    }
}

@media all and (min-width:4001px) {
    .header-home-image-triangle {
        border-width: 355px 5000px 0 0
    }
}

@media all and (min-width:5001px) {
    .header-home-image-triangle {
        border-width: 355px 6000px 0 0
    }
}

@media all and (min-width:6001px) {
    .header-home-image-triangle {
        border-width: 355px 7000px 0 0
    }
}

@media all and (min-width:7001px) {
    .header-home-image-triangle {
        border-width: 355px 8000px 0 0
    }
}

.header-home .header-home-image-triangle {
    z-index: 1
}

.header-home+.menu+.wrapper .center-header {
    margin-top: 0
}

.header-home-image-triangle+.wrapper+.wrapper {
    padding-bottom: 200px
}

@media all and (max-width:1700px) {
    .header-home-image-triangle+.wrapper+.wrapper {
        padding-bottom: 140px
    }
}

@media all and (max-width:660px) {
    .header-home-image-triangle+.wrapper+.wrapper {
        padding-bottom: 70px
    }
    .center-header,
    .left-header {
        margin-top: 18px
    }
}

.menu-ozp,
.menu-ozp a {
    color: #fff
}

.logo-wrapper,
.menu-top {
    text-align: right
}

.menu-top {
    border-bottom: 1px solid #e8e8e8;
    height: 65px;
    background: #fff
}

.logo-menu-bar {
    position: relative;
    z-index: 1;
    float: left;
    margin-top: 5px;
    width: 150px;
    height: 51px;
    background: url(../images/theme/logo_menu_bar_text.png) no-repeat;
    background-size: contain;
    text-decoration: none !important;
    overflow: hidden
}

.menu .logo-menu-bar {
    float: right;
    width: 43px;
    height: 46px;
    background-image: url(../images/theme/logo_menu_bar.png)
}

.menu-items-top-and-buttons {
    display: none;
    position: relative;
    top: 11px
}

header .menu-items-top-and-buttons {
    top: -5px
}

.menu-items-top {
    display: none
}

.menu-ozp .menu-item {
    display: inline-block
}

@media all and (max-width:1319px) {
    .menu-ozp .menu-item-name-nieuws {
        display: none
    }
    .menu-ozp .has-active-item .menu-item-name-nieuws {
        display: inline-block
    }
    .menu-ozp .has-active-item .active {
        display: none
    }
    .menu-items-top .has-active-item .active:first-child+a {
        border-left: 0
    }
}

.menu-ozp .menu .menu-item {
    display: block
}

.menu .logo {
    position: absolute;
    margin-left: 20px
}

.menu-items-top a {
    padding: 0 30px;
    color: #fff;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'latolight'
}

.menu-items-top a+a {
    border-left: 2px solid #f2f2f2
}

.menu-top .menu-items-top a {
    color: #565656;
    font-weight: 600
}

.footer-menu .active,
.menu-items-top .active {
    text-decoration: underline
}

.menu-top .product-login {
    border-color: #f2f2f2;
    color: #565656;
    -webkit-transition: border-color .25s linear;
    -moz-transition: border-color .25s linear;
    -o-transition: border-color .25s linear;
    transition: border-color .25s linear
}

.menu-top .product-login:hover,
.menu-top .product-login:focus,
.menu-top .product-login:active {
    padding: 9px 17px;
    border: 2px solid #565656;
    background: #fff
}

.menu-top .menu-top-proefperiode:hover,
.menu-top .menu-top-proefperiode:focus,
.menu-top .menu-top-proefperiode:active {
    background: #00bbe3
}

.product-login {
    margin-bottom: 24px
}

.product-login,
.menu-top-proefperiode {
    font-size: 18px;
    font-weight: 500;
    font-family: 'latolight';
    -moz-border-radius: 48px;
    -khtml-border-radius: 48px;
    -webkit-border-radius: 48px;
    border-radius: 48px
}

.product-login {
    display: inline-block;
    clear: none;
    float: none;
    margin-top: 0;
    padding: 9px 17px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: 0
}

.product-login:hover,
.product-login:focus,
.product-login:active {
    padding: 11px 19px;
    border: 0;
    background: rgba(0, 0, 0, 0.2)
}

.product-login .fa-user {
    margin-right: 4px;
    font-size: 18px
}

.menu-top-proefperiode {
    display: inline-block;
    float: none;
    margin: 0 0 0 20px;
    margin-bottom: 24px;
    padding: 11px 19px;
    background: #25d4a9;
    font-family: 'NeuzeitOfficeSRPro-Bold'
}

.menu-top-proefperiode:hover,
.menu-top-proefperiode:focus,
.menu-top-proefperiode:active {
    background: rgba(0, 0, 0, 0.2)
}

.menu-top-proefperiode .fa-angle-right {
    margin-left: 9px
}

@media all and (min-width:1041px) {
    .contact-txt-wrap {
        width: 70%
    }
}

.header-home-content-txt,
.contact-txt {
    line-height: 30px;
    font-size: 21px
}

@media all and (max-width:660px) {
    .header-home-content-txt,
    .contact-txt {
        font-size: 17px
    }
}

.header-home-content-txt .fa-angle-right {
    margin-right: 18px
}

.functionalities {
    padding: 80px 0;
    background: 0
}

.functionalities-link {
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color .25s linear;
    -moz-transition: background-color .25s linear;
    -o-transition: background-color .25s linear;
    transition: background-color .25s linear
}

.functionalities-link:hover,
.functionalities-link:focus,
.functionalities-link:active {
    background-color: #00bbe3
}

.functionalities-home {
    z-index: 2;
    background: #fff
}

.functionalities-home h2 {
    color: #484848
}

.functionalities-item {
    margin: 20px 0
}

@media all and (min-width:551px) and (max-width:826px) {
    .functionalities-item,
    .functionalities-item:nth-child(1n),
    .functionalities-tarrifs .functionalities-item,
    .functionalities-tarrifs .functionalities-item:nth-child(1n) {
        margin: 20px 4% 20px 0;
        width: 48%;
        height: 221px
    }
    .functionalities-item:nth-child(2n),
    .functionalities-tarrifs .functionalities-item:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (min-width:827px) and (max-width:1175px) {
    .functionalities-item,
    .functionalities-item:nth-child(2n),
    .functionalities-tarrifs .functionalities-item,
    .functionalities-tarrifs .functionalities-item:nth-child(2n) {
        margin: 20px 5% 20px 0;
        width: 30%;
        height: 221px
    }
    .functionalities-item:nth-child(3n),
    .functionalities-tarrifs .functionalities-item:nth-child(3n) {
        margin-right: 0
    }
}

@media all and (min-width:1176px) {
    .functionalities-item,
    .functionalities-item:nth-child(4n),
    .functionalities-tarrifs .functionalities-item,
    .functionalities-tarrifs .functionalities-item:nth-child(4n) {
        margin: 20px 3.2% 20px 0;
        width: 17.4%;
        height: 221px
    }
    .functionalities-item:nth-child(5n),
    .functionalities-tarrifs .functionalities-item:nth-child(5n) {
        margin-right: 0
    }
}

.functionalities-home .functionalities-item+.functionalities-item+.functionalities-item+.functionalities-item+.functionalities-item+.functionalities-item+.functionalities-item {
    display: none
}

@media all and (min-width:1176px) {
    .functionalities-home .functionalities-item+.functionalities-item+.functionalities-item+.functionalities-item+.functionalities-item+.functionalities-item {
        display: none
    }
}

.functionalities-item-header {
    margin-bottom: 24px;
    line-height: 22px;
    color: #3e3e3e;
    font-family: 'NeuzeitOfficeSRPro-Regular';
    font-size: 18px;
    letter-spacing: 1px
}

.functionalities-item-txt,
.functionalities-home .functionalities-item-txt-big {
    display: none
}

.functionalities-popup-holder {
    color: #000
}

.functionalities-home .functionalities-popup-holder {
    background: 0
}

.functionalities-home-view-all {
    margin: 80px 0 20px;
    line-height: 38px;
    font-size: 25px;
    letter-spacing: .5px;
    text-align: center
}

.functionalities-home-view-all a {
    color: #565656
}

.functionalities-home-view-all a:hover,
.functionalities-home-view-all a:focus,
.functionalities-home-view-all a:active {
    color: #00bbe3
}

.testimonials-bullets span.active {
    background-color: #ff4297
}

.testimonials {
    margin-top: -150px
}

body.error-404 {
    background: #f145a1;
    background-image: -o-linear-gradient(135deg, #f145a1 0, #7263f7 100%);
    background-image: -moz-linear-gradient(135deg, #f145a1 0, #7263f7 100%);
    background-image: -webkit-linear-gradient(135deg, #f145a1 0, #7263f7 100%);
    background-image: -ms-linear-gradient(135deg, #f145a1 0, #7263f7 100%);
    background-image: linear-gradient(135deg, #f145a1 0, #7263f7 100%)
}

.demo-parralax[co="1"] {
    background-image: url(../images/theme/demo_parralax_11.png)
}

.demo-parralax[co="2"] {
    background-image: url(../images/theme/demo_parralax_22.png)
}

.cookies,
.cookies-link {
    color: #565656
}

.cookies-button {
    padding: 4px 14px;
    border-color: #d5d5d5;
    color: #565656;
    -moz-border-radius: 48px;
    -khtml-border-radius: 48px;
    -webkit-border-radius: 48px;
    border-radius: 48px
}

.cookies-button:hover,
.cookies-button:focus,
.cookies-button:active {
    border-color: #15d4fd;
    background-color: #15d4fd;
    color: #fff
}

.body-proefperiode .tryout,
.body-proefperiode .center-header,
.body-tarieven .wrapper-users .center-header {
    display: none
}

.body-proefperiode .breadcrums {
    padding-bottom: 15px
}

.body-proefperiode .advantages-holder {
    padding-bottom: 0
}

.separator-wrap {
    position: relative
}

.usp-items,
.usp-items+.separator-wrap,
.advantages-holder,
.animation-video {
    background: #f8f8f8
}

.advantages-holder {
    padding-bottom: 80px
}

@media all and (max-width:660px) {
    .advantages-holder {
        padding-bottom: 10px
    }

    .functionalities-home {
      display: none;
    }
}

.proefperiode-wrapper {
    text-align: left
}

.knop-functionaliteiten {
  background: #fdd62f;
padding: 15px 30px;
border-radius: 25px;
box-shadow: 5px 5px gray;
box-shadow: inset 0 -4px 4px 0 rgba(0, 0, 0, 0.24);
color: white !important;
text-decoration: none;
font-weight: bold;
font-size: 19px;
letter-spacing: .5px;
}

.proefperiode-wrapper .proefperiode-right-block h2 {
    line-height: 28px;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase
}

.textpage,
.proefperiode-txt,
.faq-question,
.faq-answer {
    line-height: 30px;
    font-size: 21px
}

.textpage {
    width: auto
}

.proefperiode-txt .fa-check {
    font-size: 18px;
    color: #edeb19
}

.proefperiode-img {
    text-align: center
}

.textpage-left-image,
.textpage-right-image,
.proefperiode-img img {
    max-width: 100%
}

@media all and (min-width:945px) {
    .proefperiode-right-block {
        float: right;
        margin-left: 35px;
        width: 476px
    }
    .proefperiode-img img {
        max-width: 43%
    }
}

@media all and (min-width:1422px) {
    .proefperiode-img img {
        max-width: 63%
    }
}

.proefperiode-checkbox-label {
    cursor: pointer
}

.ozp-form-page,
.proefperiode-right-block {
    position: relative;
    margin-bottom: 25px;
    background: #ededed;
    overflow: hidden;
    -moz-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.3)
}

.proefperiode-right-block,
.proefperiode-right-block a,
.ozp-form-page,
.ozp-form-page a,
.ozp-form-page .focus-label {
    color: #3e3e3e
}

.proefperiode-right-block .proefperiode-form-inner {
    padding: 9px 35px 35px;
    min-height: 1135px;
    overflow: hidden
}

.proefperiode-list-of-fields {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

.proefperiode-list-of-fields li {
    position: relative
}

.proefperiode-form-label {
    margin: 20px 0 0
}

.proefperiode-form-input,
.proefperiode-form-textarea {
    position: relative;
    z-index: 1;
    padding: 14px 19px;
    border: 1px solid #fff;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-weight: bold;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none
}

.proefperiode-form-textarea {
    margin: 0 !important;
    min-height: 180px;
    max-height: 180px;
    resize: none
}

.proefperiode-form-input:focus,
.proefperiode-form-textarea:focus {
    border-color: #000
}

.proefperiode-aanvraag-verstuurd {
    padding: 27px 0;
    text-align: center
}

.contact-form-multiple {
    display: flex
}

.contact-form-multiple>.contact-form-label {
    margin-left: 10px;
    width: 100%
}

ul>li:first-child>.contact-form-multiple>.contact-form-label {
    margin-top: 0
}

.contact-form-multiple>.contact-form-label:first-child {
    margin-left: 0
}

.contact-form-multiple>.contact-form-label.proefperiode-form-huisnummer,
.contact-form-multiple>.contact-form-label.proefperiode-form-toevoeging {
    width: 125px
}

.contact-form-multiple>.contact-form-label.proefperiode-form-postcode {
    width: 150px
}

.contact-form-multiple>.contact-form-label.proefperiode-form-voorletters,
.contact-form-multiple>.contact-form-label.proefperiode-form-tussenvoegsels {
    width: 150px
}

.contact-form-multiple>.contact-form-label.proefperiode-form-geboortedatum {
    width: 540px;
    max-width: 100%
}

.contact-form-multiple>.contact-form-label.proefperiode-form-geslacht {
    padding-top: 14px
}

.vinkje {
    margin: 35px auto;
    width: 161px;
    height: 123px;
    background-image: url(../images/theme/vinkje.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/vinkje.svg);
    background-repeat: no-repeat;
    overflow: hidden
}

@media all and (min-width:1176px) {
    input.next-item {
        margin-left: 25px
    }
}

.focus-label {
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.proefperiode-form-input:focus+.focus-label,
.proefperiode-form-textarea:focus+.focus-label,
.proefperiode-form-input.not-empty+.focus-label,
.proefperiode-form-textarea.not-empty+.focus-label {
    top: -17px;
    left: 10px;
    font-size: .8em
}

.proefperiode-form-input:placeholder-shown,
.proefperiode-form-textarea:placeholder-shown {
    z-index: 0
}

@media all and (max-width:660px) {
    .logo {
        margin-left: 0;
        top: 18px
    }
    .logo-wrapper .header-home-content-holder {
        padding-top: 0
    }
    .header-home-content:first-child,
    .demo-proef-header {
        text-align: center
    }
    .header-home-content .menu-item-proefperiode+.menu-item-proefperiode {
        margin-top: 0
    }
    .focus-label,
    .proefperiode-form-input:focus+.focus-label,
    .proefperiode-form-textarea:focus+.focus-label,
    .proefperiode-form-input.not-empty+.focus-label,
    .proefperiode-form-textarea.not-empty+.focus-label {
        top: -22px;
        left: 10px;
        font-size: 1em
    }
    .proefperiode-form-input {
        padding-top: 9px;
        padding-bottom: 9px
    }
    .contact-form-multiple>.contact-form-label.proefperiode-form-geslacht {
        padding-top: 7px
    }
    .proefperiode-form-label {
        margin: 25px 0 0
    }
}

@media all and (min-width:661px) {
    .usp-item-inner {
        /*min-width: 340px*/
    }
    .menu-items-top-and-buttons {
        display: block
    }
}

@media all and (min-width:1176px) {
    .menu-items-top {
        display: inline-block
    }
}

.footer-vraag {
    text-align: center
}

.footer-vraag a {
    display: inline-block;
    position: relative;
    bottom: -1px;
    padding: 12px 18px;
    background: #19c29a;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.footer-vraag a:hover,
.footer-vraag a:focus,
.footer-vraag a:active {
    bottom: 0;
    background: #16af8d;
    text-decoration: underline
}

@media all and (min-width:1176px) and (min-height:500px) {
    .footer-vraag {
        position: fixed;
        bottom: 0;
        right: 9px;
        z-index: 14
    }
}

.onlinezorgplanhomeitems {
    padding: 1px 0 60px;
    background: #f5f5f5
}

.onlinezorgplanhomeitems .wrapper {
    max-width: 960px
}

.onlinezorgplanhomeitems .center-header {
    margin-bottom: 40px
}

.onlinezorgplanhomeitem-1 {
    display: none
}

.faq-wrapper,
.posts-small {
    margin: 0 auto;
 
}

.onlinezorgplanhomeitems .posts-small {
    padding-bottom: 1px;
    min-height: 200px;
    font-size: 16px
}

.onlinezorgplanhomeitems .posts-small-img {
    margin-bottom: 9px
}

.onlinezorgplanhomeitems-more {
    text-align: center
}

.onlinezorgplanhomeitems-more a {
    color: #000;
    font-size: 24px;
    font-family: 'NeuzeitOfficeSRPro-Bold'
}

.onlinezorgplanhomeitems-more a:hover,
.onlinezorgplanhomeitems-more a:focus,
.onlinezorgplanhomeitems-more a:active {
    color: #00bbe3
}

.demo {
    padding: 75px 0 220px
}

.demo-txt-holder {
    float: none;
    max-width: none;
    background: rgba(245, 245, 245, 0.6);
    overflow: hidden
}

.demo-header {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    font-size: 35px;
    font-family: 'NeuzeitOfficeSRPro-Bold'
}

.demo-txt-text {
    line-height: 1.5
}

.ozp-demo-img {
    display: block;
    margin: 80px auto 20px;
    width: 373px;
    max-width: 373px;
    height: 201px;
    background-image: url(../images/theme/ozp_demo.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/ozp_demo.svg);
    background-repeat: no-repeat;
    overflow: hidden
}

.ozp-demo-proef-img {
    display: block;
    position: relative;
    top: -53px;
    margin: 0 auto 20px;
    width: 805px;
    max-width: 100%;
    height: 538px;
    background-image: url(../images/theme/monitor_ozp_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden
}

.header-buttons a {
    display: inline-block
}

@media all and (max-width:1040px) {
    .header-buttons {
        text-align: center
    }
    .demo {
        padding: 99px 0
    }
    .ozp-demo-img {
        width: 100%;
        background-size: contain
    }
    .ozp-demo-proef-img {
        top: 0
    }
    .breadcrums-social {
        display: none
    }
}

@media all and (max-width:600px) {
    .demo-header {
        font-size: 30px
    }
    .focus-label,
    .proefperiode-form-input:focus+.focus-label,
    .proefperiode-form-textarea:focus+.focus-label,
    .proefperiode-form-input.not-empty+.focus-label,
    .proefperiode-form-textarea.not-empty+.focus-label {
        top: -19px;
        left: 5px
    }
    .proefperiode-right-block .proefperiode-form-inner {
        padding: 9px 17px 20px
    }
    .contact-form-multiple {
        display: block
    }
    .contact-form-multiple>.contact-form-label {
        margin-left: 0
    }
    ul>li:first-child>.contact-form-multiple>.contact-form-label {
        margin-top: 25px
    }
    .contact-form-multiple>.contact-form-label.proefperiode-form-huisnummer,
    .contact-form-multiple>.contact-form-label.proefperiode-form-toevoeging,
    .contact-form-multiple>.contact-form-label.proefperiode-form-postcode,
    .contact-form-multiple>.contact-form-label.proefperiode-form-voorletters,
    .contact-form-multiple>.contact-form-label.proefperiode-form-tussenvoegsels,
    .contact-form-multiple>.contact-form-label.proefperiode-form-geboortedatum {
        width: 100%
    }
    .contact-form-multiple>.contact-form-label.proefperiode-form-geslacht {
        margin-top: 10px;
        padding-bottom: 10px
    }
    .contact-form-multiple>.contact-form-label.proefperiode-form-geslacht>input {
        margin-left: 10px
    }
    .proefperiode-form-input,
    .proefperiode-form-textarea {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media all and (max-width:330px) {
    .demo-header {
        font-size: 25px
    }
}

@media all and (min-width:1041px) {
    .demo-header {
        margin-left: 0
    }
    .demo-proefperiode {
        display: inline-block;
        float: initial
    }
    .demo-txt-holder .alignright,
    .ozp-demo-img {
        float: right;
        margin-left: 99px;
        margin-bottom: 0
    }
    .ozp-demo-proef-img {
        float: left;
        margin: 0
    }
    .footer-menu {
        float: left;
        margin-right: 114px
    }
}

.footer-vraag,
.menu-logo {
    display: none
}

.menu {
    padding-bottom: 0;
    background: #a556e0;
    text-align: right
}

.menu .menu-top-proefperiode {
    margin-bottom: 5px
}

.menu-link {
    display: none !important;
    opacity: 0 !important
}

.bar-bottom,
.bar-bottom-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%
}

.bar-bottom-bg {
    border-top: 1px solid #e1e1e1;
    height: 50px;
    background: #f8f8f8
}

.bar-bottom {
    display: none;
    z-index: 2;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu-bottom {
    margin: 0 auto;
    width: 320px
}

.menu-bottom a,
.menu-bottom label {
    position: relative;
    top: 10px;
    float: left;
    border-top: 1px solid #e1e1e1;
    width: 64px;
    height: 50px;
    background: #f8f8f8;
    color: #565656;
    font-family: 'latolight';
    font-size: 9px;
    text-decoration: none;
    letter-spacing: .5px;
    cursor: pointer;
    overflow: hidden
}

.menu-bottom .menu-bottom-proefperiode {
    height: 60px;
    background: #fff;
    -moz-border-top-right-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.menu-bottom-icon {
    display: block;
    height: 35px;
    background: no-repeat 50%
}

.menu-bottom-referenties .menu-bottom-icon {
    background-image: url(../images/theme/bottom_referenties.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_referenties.svg)
}

.menu-bottom-referenties:hover .menu-bottom-icon,
.menu-bottom-referenties:focus .menu-bottom-icon,
.menu-bottom-referenties:active .menu-bottom-icon,
.menu-bottom-referenties.active .menu-bottom-icon {
    background-image: url(../images/theme/bottom_referenties_hover.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_referenties_hover.svg)
}

.menu-bottom-tarieven .menu-bottom-icon {
    background-image: url(../images/theme/bottom_tarieven.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_tarieven.svg)
}

.menu-bottom-tarieven:hover .menu-bottom-icon,
.menu-bottom-tarieven:focus .menu-bottom-icon,
.menu-bottom-tarieven:active .menu-bottom-icon,
.menu-bottom-tarieven.active .menu-bottom-icon {
    background-image: url(../images/theme/bottom_tarieven_hover.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_tarieven_hover.svg)
}

.menu-bottom-functionaliteiten .menu-bottom-icon {
    background-image: url(../images/theme/bottom_functies.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_functies.svg)
}

.menu-bottom-functionaliteiten:hover .menu-bottom-icon,
.menu-bottom-functionaliteiten:focus .menu-bottom-icon,
.menu-bottom-functionaliteiten:active .menu-bottom-icon,
.menu-bottom-functionaliteiten.active .menu-bottom-icon {
    background-image: url(../images/theme/bottom_functies_hover.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_functies_hover.svg)
}

.menu-bottom .menu-bottom-proefperiode {
    top: 0;
    z-index: 1;
    -moz-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.14)
}

.menu-bottom .menu-bottom-proefperiode .menu-bottom-icon {
    height: 45px;
    line-height: 45px;
    color: #a4a4a4;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .5px;
    background-image: url(../images/theme/bottom_proef.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_proef.svg)
}

.menu-bottom .menu-bottom-proefperiode:hover .menu-bottom-icon,
.menu-bottom .menu-bottom-proefperiode:focus .menu-bottom-icon,
.menu-bottom .menu-bottom-proefperiode:active .menu-bottom-icon,
.menu-bottom .menu-bottom-proefperiode.active .menu-bottom-icon {
    color: #fff;
    background-image: url(../images/theme/bottom_proef_hover.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_proef_hover.svg)
}

.menu-bottom-login .menu-bottom-icon {
    background-image: url(../images/theme/bottom_inloggen.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_inloggen.svg)
}

.menu-bottom-login:hover .menu-bottom-icon,
.menu-bottom-login:focus .menu-bottom-icon,
.menu-bottom-login:active .menu-bottom-icon {
    background-image: url(../images/theme/bottom_inloggen_hover.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_inloggen_hover.svg)
}

.menu-bottom-nieuws .menu-bottom-icon {
    background-image: url(../images/theme/bottom_nieuws.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_nieuws.svg)
}

.menu-bottom-nieuws:hover .menu-bottom-icon,
.menu-bottom-nieuws:focus .menu-bottom-icon,
.menu-bottom-nieuws:active .menu-bottom-icon,
.menu-bottom-nieuws.active .menu-bottom-icon {
    background-image: url(../images/theme/bottom_nieuws_hover.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_nieuws_hover.svg)
}

.menu-bottom-contact .menu-bottom-icon {
    background-image: url(../images/theme/bottom_contact.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_contact.svg)
}

.menu-bottom-contact:hover .menu-bottom-icon,
.menu-bottom-contact:focus .menu-bottom-icon,
.menu-bottom-contact:active .menu-bottom-icon,
.menu-bottom-contact.active .menu-bottom-icon {
    background-image: url(../images/theme/bottom_contact_hover.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_contact_hover.svg)
}

.menu-bottom-more .menu-bottom-icon {
    background-image: url(../images/theme/bottom_meer.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_meer.svg)
}

.menu-bottom-more:hover .menu-bottom-icon,
.menu-bottom-more:focus .menu-bottom-icon,
.menu-bottom-more:active .menu-bottom-icon {
    background-image: url(../images/theme/bottom_meer_hover.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/bottom_meer_hover.svg)
}

.menu-bottom-text-functionaliteiten,
.menu-bottom-referenties,
.menu-bottom-nieuws,
.menu-bottom-contact {
    display: none
}

@media all and (min-width:672px) {
    .menu-bottom-text-functionaliteiten,
    .menu-bottom-referenties,
    .menu-bottom-nieuws,
    .menu-bottom-contact {
        display: block
    }
    .menu-bottom-text-functies,
    .menu-bottom-more {
        display: none
    }
    .menu-bottom {
        width: 672px
    }
    .menu-bottom a {
        width: 96px
    }
}

.header-home-content-header {
    margin: 60px 0 20px
}

.usp-items h2,
.functionalities-home h2,
.demo-proef-header {
    line-height: 56px;
    font-size: 38px;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    text-transform: uppercase;
    letter-spacing: 2px
}

.animation-video .center-header,
.wrapper-title-default h2,
.onlinezorgplanhomeitems .center-header,
.newsroom .center-header,
.testimonials-wrapper h2,
.header-home-content-header,
.block_4 h2,
.contact-wrapper h2,
.body-functionaliteiten .functionalities h2,
.body-online-zorgplan .functionalities h2,
.proefperiode-wrapper>h2,
.body-tarieven .wrapper>h2:first-child {
    line-height: 52px;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media all and (max-width:330px) {
    .body-functionaliteiten .functionalities h2 {
        letter-spacing: 1.5px
    }
}

.onlinezorgplanhomeitems .center-header,
.newsroom .center-header {
    color: #484848;
    font-size: 38px
}

@media all and (max-width:1040px) {
    .header-home-content-header {
        font-size: 38px
    }
}

.header-home-content-header,
.contact-wrapper h2,
.body-functionaliteiten .functionalities h2,
.body-online-zorgplan .functionalities h2,
.proefperiode-wrapper>h2 {
    color: #fff
}

.wrapper-title-default h2 {
    padding-bottom: 60px
}

.block_4 h2 {
    color: #484848
}

@media all and (min-width:661px) {
    .header-home-content .menu-item-proefperiode+.menu-item-proefperiode {
        margin-left: 30px
    }
}

.advantages-header {
    margin-bottom: 34px;
    line-height: 37px;
    color: #3e3e3e;
    text-transform: uppercase;
    font-size: 26px
}

.advantages-item {
    margin-bottom: 9px;
    padding-left: 46px;
    background-position: 0 3px;
    font-size: 19px
}

@media all and (min-width:740px) and (max-width:944px) {
    .advantages-item {
        padding-left: 35px;
        font-size: 16px
    }
}

@media all and (min-width:740px) and (max-width:1149px) {
    .advantages-item {
        width: 50%
    }
}

.tryout {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto
}

.tryout-link {
    text-decoration: none
}

.tryout-header {
    text-transform: uppercase
}

.demo-proef {
    padding: 50px 0;
    background: #f044bd;
    color: #fff
}

.header,
.header-home-image
 {
    background: #f044bd;
    background-image: -o-linear-gradient(158.39deg, #23249c 0, #5379d2 100%);
    background-image: -moz-linear-gradient(158.39deg, #23249c 0, #5379d2 100%);
    background-image: -webkit-linear-gradient(158.39deg, #23249c 0, #5379d2 100%);
    background-image: -ms-linear-gradient(158.39deg, #23249c 0, #5379d2 100%);
    background-image: linear-gradient(158.39deg, #23249c 0, #5379d2 100%)
}


.demo-proef {
    background: linear-gradient(-45deg, #040f70, #23249c, #5280ef, #5132e3);
    background-size: auto;
    background-size: auto;
    background-size: 400% 400%;
    animation: gradient23 10s ease infinite;

}


@keyframes gradient23 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.demo-proef-header {
    margin-bottom: 9px
}

.demo-proef-txt-text {
    margin-top: 60px;
    font-size: 21px;
    line-height: 38px;
    letter-spacing: .5px
}

.demo-proef-btn {
    background: #25d4a9
}

.newsroom {
    overflow: hidden
}

.newsroom-home {
    background: #f8f8f8;
    padding-bottom: 90px
}

.newsroom-item-header {
    padding: 0 30px;
    line-height: 31px;
    font-size: 20px
}

.onlinezorgplanhomeitems .posts-small {
    border: 0
}

.onlinezorgplanhomeitems .posts-small-txt {
    line-height: 30px;
    color: #565656;
    font-size: 16px
}

.read-more-link {
    margin-top: 30px
}

.read-more-link:hover,
.read-more-link:focus,
.read-more-link:active {
    color: #00f
}

.newsroom-more-btn,
.footer-header {
    text-transform: uppercase;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    letter-spacing: 1.5px
}

.newsroom-more-btn {
    padding: 136px 30px 80px;
    min-height: 384px;
    line-height: 56px;
    font-size: 26px;
    background: #00bbe3
}

.newsroom-more-btn:hover,
.newsroom-more-btn:focus,
.newsroom-more-btn:active {
    background: #ff4297
}

.footer-header {
    margin-bottom: 10px;
    font-size: 21px
}

.footer-visitaddress {
    float: left;
    margin: 0 0 50px;
    text-align: left;
    font-size: 20px
}

.footer-helpdesk {
    float: right;
    padding: 30px 40px;
    border: 0;
    text-align: right;
    background: #fff;
    -moz-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.13)
}

.footer-helpdesk .footer-header {
    margin-bottom: 10px;
    font-size: 21px
}

.footer-txt {
    line-height: 34px;
    font-size: 18px
}

.footer-visitaddress .footer-txt {
    margin-bottom: 29px
}

.footer-helpdesk-phone-email {
    font-size: 26px
}

.footer-helpdesk-txt {
    width: auto
}

.footer-newsletter,
.footer-newsletter.wrong {
    border: 0 !important
}

.footer-newsletter-input {
    margin-right: 30px;
    padding: 0;
    border-bottom: 3px solid #484848;
    width: 334px;
    max-width: 100%;
    line-height: 37px;
    background: #f5f5f5;
    color: #3e3e3e;
    font-size: 21px;
    font-style: italic;
    letter-spacing: 1.5px;
    text-align: center
}

@media all and (max-width:600px) {
    .footer-newsletter {
        margin-top: 5px
    }
    .footer-newsletter-input {
        margin-right: 0;
        font-size: 16px
    }
    .footer-terms-privacy {
        float: none;
        font-size: 14px;
        text-align: center
    }
}

.footer-newsletter-button {
    padding: 5px 15px;
    width: auto;
    height: auto;
    line-height: 30px;
    background: #15d4fd;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    -moz-border-radius: 48px;
    -khtml-border-radius: 48px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    -moz-box-shadow: inset 0 -4px 4px 0 #3292c6;
    -webkit-box-shadow: inset 0 -4px 4px 0 #3292c6;
    box-shadow: inset 0 -4px 4px 0 #3292c6;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.footer-newsletter-button:hover,
.footer-newsletter-button:focus,
.footer-newsletter-button:active {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.footer-newsletter-button:active {
    padding-top: 6px;
    padding-bottom: 4px;
    -moz-box-shadow: inset 0 -1px 4px 0 #3292c6;
    -webkit-box-shadow: inset 0 -1px 4px 0 #3292c6;
    box-shadow: inset 0 -1px 4px 0 #3292c6
}

.footer-menu {
    margin-bottom: 50px;
    font-family: 'NeuzeitOfficeSRPro-Bold'
}

.footer-menu .menu-item {
    padding-left: 25px;
    background-image: url(../images/theme/footer_menu_item.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/footer_menu_item.svg);
    background-repeat: no-repeat;
    background-position: 0;
    font-size: 21px
}

.social-media {
    float: left;
    margin-right: 9px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #18d1ef;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-media:hover,
.social-media:focus,
.social-media:active {
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.social-media .fa {
    font-size: 18px
}

.menu-close {
    float: right;
    margin-top: 20px;
    position: relative;
    right: 0
}

.logo-menu-bar,
.menu-items {
    clear: both
}

.menu .menu-item {
    margin-top: 26px;
    font-size: 24px;
    font-weight: normal
}

.menu .logo-menu-bar {
    margin: 48px 0 24px
}

.menu-items {
    margin: 0 0 24px;
    padding-top: 1px
}

.aanvragen-plus-arrow {
    display: inline-block
}

.menu-top-proefperiode {
    margin-bottom: 24px
}

.header-usp-content-holder {
    padding-top: 90px
}

.usp-header {
    text-align: left
}

.usp-wrapper {
    line-height: 30px;
    font-size: 21px;
    letter-spacing: .5px
}

.block_new,
.usp-wrapper {
    clear: both;
    overflow: hidden
}

.menu-item-proefperiode {
    -moz-box-shadow: inset 0 -4px 4px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: inset 0 -4px 4px 0 rgba(0, 0, 0, 0.24);
    box-shadow: inset 0 -4px 4px 0 rgba(0, 0, 0, 0.24)
}

.demo-proef .menu-item-proefperiode {
    margin-top: 0
}

.contact-form-send-button,
.proefperiode-aanvragen,
.usp-wrapper a.menu-item-proefperiode {
    display: inline-block;
    margin-bottom: 9px;
    padding-left: 32px;
    padding-right: 32px;
    color: #fff;
    font-size: 19px;
    letter-spacing: .5px;
    cursor: pointer
}

.demo-link-wrap .proefperiode-aanvragen {
    margin-bottom: 50px
}

.menu-item-functionaliteiten {
    padding: 7px 30px;
    border: 2px solid #fff;
    background: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu-item-functionaliteiten:hover,
.menu-item-functionaliteiten:focus,
.menu-item-functionaliteiten:active {
    border-color: rgba(0, 0, 0, 0)
}

.usp-page .list_item {
    background-image: url(../images/theme/usp_vinkje.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_vinkje.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.block_1_img {
    float: right;
    margin: 0 0 0 9px;
    width: 824px;
    max-width: 100%;
    height: 528px;
    background-image: url(../images/theme/usp_block_1_notebook.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_block_1_notebook.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden
}

.body-usp-eerstelijnszorg .block_1_img {
    background-image: url(../images/theme/usp_block_1_eerstelijnszorg.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_block_1_eerstelijnszorg.svg)
}

.body-usp-e-health .block_1_img {
    background-image: url(../images/theme/usp_block_1_e-health.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_block_1_e-health.svg)
}

.body-usp-jeugdzorg .block_1_img {
    background-image: url(../images/theme/usp_block_1_jeugdzorg.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_block_1_jeugdzorg.svg)
}

.body-usp-begeleiding .block_1_img {
    background-image: url(../images/theme/usp_block_1_begeleiding.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_block_1_begeleiding.svg)
}

.body-usp-prenatale-zorg .block_1_img {
    background-image: url(../images/theme/usp_block_1_prenatale-zorg.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_block_1_prenatale-zorg.svg)
}

.body-usp-zorgboerderijen .block_1_img {
    background-image: url(../images/theme/usp_block_1_zorgboerderijen.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_block_1_zorgboerderijen.svg)
}

.body-usp-ouderenzorg .block_1_img {
    background-image: url(../images/theme/usp_block_1_ouderenzorg.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_block_1_ouderenzorg.svg)
}

.block_1 {
    max-width: 634px
}

.block_1_text {
    padding-bottom: 20px
}

.ozp-form-page {
    clear: both;
    margin: 40px auto 70px;
    padding: 9px 35px 35px
}

@media all and (max-width:550px) {
    .functionalities-item {
        padding: 0;
        height: auto
    }
}

@media all and (min-width:551px) {
    .contact-form-column-page {
        float: left;
        width: 50%
    }
    .contact-form-column-page:first-child {
        padding-right: 3%
    }
    .contact-form-column-page+.contact-form-column-page {
        padding-left: 3%
    }
}

.contact-form-column .contact-form-send-button,
.block_1_call_to_action .menu-item-proefperiode {
    background: #15d4fd
}

.block_2 {
    padding: 40px 0 99px
}

.list_items {
    max-width: 684px;
    text-align: center;
    overflow: hidden
}

@media all and (min-width:1176px) {
    .list_items {
        float: left;
        margin-right: 99px
    }
}

.list_item {
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    height: 197px;
    width: 218px;
    background: #f8f8f8;
    overflow: hidden
}

@media all and (max-width:496px) {
    .list_item {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

.list_item_inner {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    line-height: 22px;
    color: #3e3e3e;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    font-size: 18px;
    letter-spacing: 1px;
    overflow: hidden
}

.block_2_text {
    padding-top: 0;
    color: #3e3e3e;
    line-height: 38px;
    font-size: 21px;
    letter-spacing: 1.5px
}

@media all and (max-width:1175px) {
    .block_2_text {
        padding-top: 26px
    }
}

.block_3_bg {
    background: #3ce1b9;
    background: radial-gradient(circle, #22e5b6 0, #58dcbc 100%);
    color: #fff;
    text-align: center
}

.wrapper_block_3_img {
    overflow: visible
}

.wrapper_block_3_img .usp-wrapper {
    clear: none
}

.block_3_img {
    margin: 0 auto;
    width: 633px;
    max-width: 100%;
    height: 659px;
    background-image: url(../images/theme/usp_block_3_telefoon.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_block_3_telefoon.svg);
    background-repeat: no-repeat
}

.block_3 {
    margin: 0 auto;
    padding: 0 0 164px;
    max-width: 600px;
    line-height: 45px;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    font-size: 28px;
    letter-spacing: 1.5px
}

.block_3_text {
    margin-bottom: 40px;
    line-height: 38px;
    font-size: 21px
}

.block_3_call_to_action .menu-item-proefperiode {
    background: #2ac19c
}

.block_4_bg {
    background: #f8f8f8
}

.block_4 {
    padding: 115px 0 200px;
    text-align: center
}

.block_4_img {
    margin: 0 auto 15px;
    width: 498px;
    max-width: 100%;
    height: 322px;
    background-image: url(../images/theme/usp_block_4.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/usp_block_4.svg);
    background-repeat: no-repeat
}

.block_4_text {
    margin: 45px auto 30px;
    max-width: 462px;
    color: #565656;
    line-height: 38px;
    font-size: 21px;
    text-align: center;
    letter-spacing: .5px
}

.block_4_call_to_action {
    clear: both
}

.block_1_img,
.block_2_img,
.block_3_img,
.block_4_img {
    background-size: contain
}

@media all and (max-width:1175px) {
    .input-option {
        display: block
    }
    .menu-top {
        display: none !important
    }
    .bar-bottom {
        display: block
    }
    .header-usp-content-holder {
        padding-top: 0
    }
    .header-home-content-holder {
        padding-top: 9px
    }
}

@media all and (max-width:660px) {
    .block_1_img,
    .block_2_img,
    .block_3_img,
    .block_4_img {
        height: 300px
    }
}

@media all and (min-width:1176px) {
    .block_3_bg {
        text-align: right
    }
    .block_3_img {
        float: right;
        margin: -145px 0 9px
    }
    .block_3 {
        float: left;
        padding-top: 164px
    }
    .block_4_img {
        float: left;
        margin: 0 75px 15px 0
    }
    .block_4_text {
        float: left;
        text-align: left
    }
}

.contact-form-send-button {
    position: relative;
    margin-top: 0;
    border: 0
}

@media all and (max-width:660px) {
    .list_items,
    .block_1,
    .block_3,
    .block_4_img,
    .block_4_text {
        float: none;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%
    }
    .block_2_text {
        clear: both
    }
}

.testimonials-wrapper {
    padding: 125px 0 110px;
    background: #ff4297;
    text-align: center;
    background: #f044bd;
    background-image: -o-linear-gradient(222deg, #f044bd 0, #6566ff 100%);
    background-image: -moz-linear-gradient(222deg, #f044bd 0, #6566ff 100%);
    background-image: -webkit-linear-gradient(222deg, #f044bd 0, #6566ff 100%);
    background-image: -ms-linear-gradient(222deg, #f044bd 0, #6566ff 100%);
    background-image: linear-gradient(222deg, #f044bd 0, #6566ff 100%)
}

.testimonials-wrapper h2 {
    margin: 0 0 75px;
    color: #fff;
    font-size: 38px
}

.testimonial-redesigned {
    display: inline-block;
    margin: 0 22px 22px 0;
    padding: 50px 30px;
    max-width: 325px;
    line-height: 34px;
    background: #fff;
    color: #565656;
    font-size: 19px;
    letter-spacing: .5px;
    vertical-align: top;
    overflow: hidden
}

.testimonial-inner-redesigned {
    overflow: hidden
}

.testimonial-img-redesigned {
    margin-bottom: 30px;
    max-width: 100%
}

.testimonial-title-redesigned {
    font-size: 1.3em
}

.testimonial-title-redesigned,
.testimonial-txt-redesigned {
    margin-bottom: 9px
}

.testimonial-author-redesigned {
    font-size: 20px
}

.testimonial-stars,
.testimonial-link {
    padding-top: 40px;
    overflow: hidden
}

.testimonial-stars .star {
    display: inline-block;
    margin: 0 7px;
    width: 30px;
    height: 28px;
    background-image: url(../images/theme/star.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/star.svg);
    background-repeat: no-repeat;
    overflow: hidden
}

.testimonial-link a {
    color: #565656;
    text-decoration: none
}

.testimonial-link a:hover,
.testimonial-link a:focus,
.testimonial-link a:active {
    text-decoration: underline
}

.usp-items {
    padding: 82px 0;
    text-align: center
}

.usp-items h2 {
    margin-bottom: 70px;
    color: #3e3e3e
}

.usp-items a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    text-decoration: none;
	width: 28%;
}

.body-functionaliteiten .functionalities-item,
.usp-items a,
.newsroom-item,
.newsroom-styled-item {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-box-shadow: 0 0 30px .5px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 30px .5px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 30px .5px rgba(0, 0, 0, 0.13)
}

.functionalities-popup {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 30px .5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 30px .5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 30px .5px rgba(0, 0, 0, 0.4)
}

.newsroom-item,
.newsroom-styled-item {
    background: #fff
}

.body-functionaliteiten .functionalities-item:hover,
.usp-items a:hover,
.newsroom-item:hover,
.menu-item-proefperiode:hover,
.body-functionaliteiten .functionalities-item:focus,
.usp-items a:focus,
.newsroom-item:focus,
.menu-item-proefperiode:focus,
.body-functionaliteiten .functionalities-item:active,
.usp-items a:active,
.newsroom-item:active,
.menu-item-proefperiode:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.newsroom-styled-item:hover,
.newsroom-styled-item:focus,
.newsroom-styled-item:active {
    -moz-box-shadow: 0 0 30px .5px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 0 30px .5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 30px .5px rgba(0, 0, 0, 0.26)
}

.functionalities-item-img {
    height: 106px
}

.usp-item-inner {
    display: block;
    padding: 20px;
    max-width: 100%
}

.usp-item-img {
    display: block;
    background: #e0f9fe
}

.usp-items img {
    display: block;
    margin: 0 auto;
    /*padding: 30px 0*/
	max-width: 100%
}

.usp-items strong {
    display: block;
    padding: 20px 0;
    color: #3e3e3e;
    font-size: 23px;
    letter-spacing: 1.5px;
    line-height: 34px
}

.newsroom-item-txt {
    display: none
}

.body-instructie .newsroom-item-txt {
    display: block
}

.newsroom-item-img img {
    max-height: 137px
}

header {
    height: auto
}

.breadcrums,
.breadcrums-link {
    color: #fff;
    line-height: 29px;
    font-size: 16px;
    letter-spacing: 1px
}

.breadcrums {
    margin: 0;
    padding: 50px 0 185px;
    border: 0;
    text-align: left
}

.breadcrums-link {
    display: inline-block;
    position: relative;
    margin-right: 24px;
    padding: 0 5px 0 10px;
    background: #15d4fd;
    font-family: 'NeuzeitOfficeSRPro-Bold'
}

.breadcrums-arrow {
    position: absolute;
    top: 0;
    left: 100%;
    border-color: transparent;
    border-left-color: #15d4fd;
    border-style: solid;
    border-width: 13px 0 17px 17px;
    line-height: 0
}

.breadcrums-link:hover,
.breadcrums-link:focus,
.breadcrums-link:active {
    background: #25d4a9
}

.breadcrums-link:hover .breadcrums-arrow,
.breadcrums-link:focus .breadcrums-arrow,
.breadcrums-link:active .breadcrums-arrow {
    border-left-color: #25d4a9
}

.breadcrums-social {
    border: 3px solid #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    text-indent: 0;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.breadcrums-social:hover,
.breadcrums-social:focus,
.breadcrums-social:active {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.above-breadcrumb+.header-home-image-triangle+.wrapper .breadcrums,
.body-functionaliteiten .breadcrums,
.body-online-zorgplan .breadcrums,
.body-referenties .breadcrums,
.body-tarieven .breadcrums,
.body-contact .breadcrums,
.body-klant-worden .breadcrums,
.body-nieuws .breadcrums,
.header-home-image-triangle+.wrapper+.contact-wrapper {
    padding-bottom: 0
}

@media all and (max-width:1040px) {
    .breadcrums {
        padding-top: 19px
    }
    .functionalities {
        padding-top: 18px
    }
    .body-tarieven .left-header {
        margin-top: 18px
    }
}

@media all and (max-width:660px) {
    .breadcrums,
    .breadcrums-link {
        font-size: 12px
    }
    .advantages-big {
        padding: 20px 10px
    }
    .advantages-header {
        margin-bottom: 20px;
        font-size: 22px
    }
    .advantages-item {
        font-size: 16px
    }
}

.contact-wrapper {
    padding-bottom: 220px;
    text-align: left
}

.faq-title {
    margin: 0 0 34px;
    line-height: 56px;
    color: #3e3e3e;
    font-size: 26px;
    letter-spacing: 1.5px
}

.users {
    margin-bottom: 120px
}

.separator-arrow-down {
    height: 19px;
    background-image: url(../images/theme/separator_arrow_down.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/separator_arrow_down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden
}

.header-home-content-circle {
    margin: 0 auto 9px;
    width: 124px;
    height: 124px;
    background-image: url(../images/theme/circle_yellow.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/circle_yellow.svg);
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.header-home-content-euro {
    padding-top: 32px;
    line-height: 1;
    font-family: 'NeuzeitOfficeSRPro-Bold';
    font-size: 38px
}

.header-home-content-per-month {
    line-height: 17px;
    font-family: 'latolight';
    font-size: 14px
}

@media all and (max-width:1040px) {
    .header-home-content {
        position: relative
    }
    .header-home-content-circle {
        position: absolute;
        top: 0;
        right: 38px;
        width: 86px;
        height: 86px;
        background-image: url(../images/theme/circle_yellow_small.png);
        background-image: linear-gradient(transparent, transparent), url(../images/theme/circle_yellow_small.svg)
    }
    .header-home-content-euro {
        padding-top: 18px;
        font-size: 34px
    }
    .header-home-content-per-month {
        font-size: 12px
    }
}

@media all and (max-width:600px) {
    .header-home-content-circle {
        display: none
    }
}

@media all and (max-width:550px) {
    .header-home-content-img {
        margin-top: 0;
        margin-bottom: 0
    }
    .header-home-content-header {
        margin: 0 0 9px
    }
}

@media all and (min-width:1041px) {
    .header-home-content-img {
        margin: 0 -20px 0 -60px;
        max-width: 66%
    }
    .header-home-content-circle {
        position: absolute;
        left: 585px
    }
}

@media all and (max-width:660px) {
    .center-header,
    .left-header,
    .posts-small-header,
    .usp-items h2,
    .functionalities-home h2,
    .animation-video .center-header,
    .wrapper-title-default h2,
    .onlinezorgplanhomeitems .center-header,
    .newsroom .center-header,
    .testimonials-wrapper h2,
    .contact-wrapper h2,
    .body-functionaliteiten .functionalities h2,
    .body-online-zorgplan .functionalities h2,
    .proefperiode-wrapper>h2,
    .body-tarieven .wrapper>h2:first-child {
        line-height: 37px;
        font-size: 24px
    }
    .header-home-content-header,
    .block_4 h2 {
        line-height: 37px;
        font-size: 30px
    }
    .testimonial-redesigned,
    .usp-items a {
        display: block;
        margin-right: 0;
        max-width: 100%
    }
    .ozp-demo-proef-img {
        margin-bottom: 0;
        padding-bottom: 67%;
        height: 0;
        background-size: contain
    }
    .demo-proef-header {
        line-height: 38px;
        font-size: 28px
    }
    .demo-proef-txt-text,
    .demo-proef-header {
        margin-top: 0
    }
}

@media all and (min-height:660px) {
    .menu:after {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 210px;
        height: 80px;
        background: url(../images/theme/logo_251.svg) no-repeat right bottom;
        background-size: cover;
        content: ''
    }
}

@media all and (max-width:360px) {
    .header-home-content-header {
        font-size: 26px
    }
}

@media all and (max-width:380px) {
    #rc-imageselect,
    .g-recaptcha {
        -webkit-transform: scale(.77);
        -webkit-transform-origin: 0 0;
        transform: scale(.77);
        transform-origin: 0 0
    }
}

.klant-worden-toelichting {
    font-size: .8em
}

.animation-video {
    text-align: center;
    background: #f8f8f8;
    color: #000;
}

.animation-video .wrapper {
    padding-top: 0
}

.animation-video .center-header {
    margin-top: 0
}

.animation-video-popup .center-header {
    margin: 20px auto 35px
}

.animation-video p {
    margin: 0 auto;
    padding: 20px;
    max-width: 700px;
    line-height: 30px;
    font-size: 21px
}

.animation-video-img-wrap {
    margin: 40px auto;
    max-width: 814px
}

.animation-video-img {
    display: block;
    padding-bottom: 46%;
    width: 100%;
    height: 0;
    background-size: contain;
    background-image: url(../images/theme/animation_video.png);
    background-image: linear-gradient(transparent, transparent), url(../images/theme/animation_video.svg);
    background-repeat: no-repeat;
    overflow: hidden
}

.animation-video-play-button {
    padding-bottom: 99px
}

.animation-video-play-button .menu-item-proefperiode {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer
}

.animation-video-play-button .fa-play {
    margin-right: 9px
}

.animation-video-wrap {
    position: relative;
    padding-top: 56.25%
}

.animation-video-popup {
    text-align: center
}

.animation-video-popup-bg {
    background: rgba(0, 0, 0, 0.7)
}

.animation-video-popup-inner {
    position: relative;
    margin: 70px auto 0;
    padding: 20px 0 0;
    min-width: 300px;
    background: #f4f4f4;
    -moz-border-radius: 16px;
    -khtml-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px
}

@media all and (min-width:836px) {
    .animation-video-popup-inner {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 876px
    }
}

@media all and (min-height:850px) {
    .animation-video-popup-inner {
        margin-top: 180px
    }
}

#animation-video-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
    background: url(../images/theme/close.png) top center no-repeat;
    cursor: pointer;
    -webkit-transition: background-image .25s linear;
    -moz-transition: background-image .25s linear;
    -o-transition: background-image .25s linear;
    transition: background-image .25s linear
}

#animation-video-popup-close:hover,
#animation-video-popup-close:focus,
#animation-video-popup-close:active {
    background-image: url(../images/theme/close_hover.png)
}

.animation-video-popup-bg,
.animation-video-popup,
.animation-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%
}

.animation-video-popup-bg,
.animation-video-popup {
    position: fixed;
    z-index: 10
}

.animation-video-popup-inner {
    z-index: 11
}

.animation-video-popup-buttons {
    padding-top: 28px
}

.animation-video-popup-buttons .demo-proef-btn {
    color: #fff
}

.animation-video-popup-buttons a {
    text-decoration: none
}

.animation-video-functionaliteiten-btn {
    border: 2px solid #d5d5d5;
    background: #fff;
    color: #565656
}

.animation-video-functionaliteiten-btn:hover,
.animation-video-functionaliteiten-btn:focus,
.animation-video-functionaliteiten-btn:active {
    border-color: #565656
}

h3.klant-worden-facturatie {
    margin-bottom: 5px
}

/*#language-switch {*/
/*    position: absolute;*/
/*    top: -50%;*/
/*    right: 0;*/
/*}*/
