body {
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    line-height: 19pt;
}

h2 {
    font-weight: normal;
}

.specialNav {
    color: #adadad;
    font-weight: bold;
    cursor: pointer;
}

.inloggen {
    text-align: right;
    padding: 9px 0px;
    font-weight: bold;
    color: #000;
}

#login {
    cursor: pointer;
}

.successVerleng, .errorVerleng {
    width: 100%;
    float: left;
    margin: 10px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    display: none;
}

.successVerleng {
    background-color: #52bf69;
    color: #255d25;
}

.errorVerleng {
    background-color: #f37979;
    color: #772121;
}

.header form {
    text-align: center;
    width: 100%;
    display: inline-block;
}

    .header form input {
        margin: auto;
    }

.loginRegWrapper form .control-group {
    float: left;
    width: 100%;
}

.loginRegWrapper input {
    box-sizing: border-box;
}

.loginRegWrapper form .control-group:nth-child(4) {
    margin-top: 30px;
}

ul li {
//    list-style-image: url('/assets/websitedata/Voorikhetvergeet.be/img/listIcon.png');
}

.centerText {
    text-align: center;
}

.header, .downloadWrapper {
    position: relative;
    background: #73f4ff;
    background: -moz-linear-gradient(top, #73f4ff 0%, #73bbff 100%);
    background: -webkit-linear-gradient(top, #73f4ff 0%,#73bbff 100%);
    background: linear-gradient(to bottom, #73f4ff 0%,#73bbff 100%);
    display: inline-block;
    width: 100%;
    min-width: 100px;
    overflow: hidden;
}

.pattern {
    /*  background-image: url("/assets/websitedata/Voorikhetvergeet.be/img/patternBG.png");*/
    background-repeat: repeat;
    padding: 0px 0px 45px 0px;
}

.contentContainer {
    width: 300px;
    position: relative;
    z-index: 2;
    margin: auto;
}

.headerTablet {
    position: absolute;
    right: 20%;
    z-index: 1000;
    bottom: 0px;
}

.mobileMenuBtn {
    float: right;
    cursor: pointer;
}

.logo .mobileMenuBtn img {
    max-width: 30px;
}

.logo {
    width: 100%;
    font-size: 14pt;
}

    .logo img {
        max-width: 45px;
    }

.menu {
    background-color: white;
    padding: 15px 5% 15px 0%;
    width: 95%;
}

nav {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    padding: 20px 0px;
}

    nav li {
        padding: 5px 0px;
        border-bottom: 1px solid #E0E0E0;
    }

        nav li:last-child {
            border: none;
        }

    nav a {
        text-transform: uppercase;
        color: #575757;
    }

.textHeader {
    font-size: 12pt;
    font-weight: 200;
    margin: 25px 0px;
}

    .textHeader span {
        font-size: 16pt;
    }

.headerTablet {
    display: none;
}

.headerBlocks {
    width: 100%;
}

.btnsVerlengen {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #DEDEDE;
}

    .btnsVerlengen img {
        max-width: 25px;
    }

.pakketSelectieWrapper {
    width: 60%;
    margin: auto;
}

.dwldBtn {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

    .dwldBtn img {
        margin-right: 4%;
    }

.btn {
    border: 1px solid black;
    margin-bottom: 10px;
    padding: 10px 2%;
    font-weight: bold;
    cursor: pointer;
    font-size: 16pt;
    transition: 0.2s;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.fakeBtn {
    border: 1px solid black;
    margin-bottom: 10px;
    padding: 10px 2%;
    font-weight: bold;
    font-size: 16pt;
    transition: 0.2s;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.titleWrapper {
    text-align: center;
    width: 100%;
    padding: 60px 0px;
}

    .titleWrapper p {
        display: inline-block;
        text-transform: uppercase;
        vertical-align: middle;
        margin: 5px 3% 0px 3%;
        font-size: 16pt;
    }

.line {
    height: 1px;
    width: 13%;
    background-color: black;
    display: inline-block;
}

.features {
    width: 100%;
}

.feature {
    margin: 40px 0px 0px 0px;
}

.fIcon {
    width: 20%;
}

.fText {
    width: 80%;
}

.blueFont, .featuresFull h3 {
//    color: #73d5ff;
     color: darkblue;
}

.screenShotWrapper {
    background-color: #f8f8f8;
    max-width: 100%;
}

    .screenShotWrapper .owl-controls {
        position: absolute;
        top: 20%;
        width: 100%;
    }

        .screenShotWrapper .owl-controls .owl-prev {
            width: 45px;
            height: 111px;
            background-image: url(/assets/websitedata/Voorikhetvergeet.be/img/left-arrow.png);
            float: left;
            cursor: pointer;
        }

        .screenShotWrapper .owl-controls .owl-next {
            float: right;
            width: 45px;
            cursor: pointer;
            height: 111px;
            background-image: url(/assets/websitedata/Voorikhetvergeet.be/img/right-arrow.png);
        }

.slidesHomeWrapper {
    margin: 0px;
    width: 259px;
    height: 180px;
    position: absolute;
    overflow: hidden;
    top: 15px;
    left: 243px;
}

.downloadBtnsWrapper a {
    margin-bottom: 15px;
    width: 32%;
    display: inline-block;
}

.line {
    display: none;
}

.contactWrapper h2 {
    margin: 30px 0px;
}

.contactForm, .newsletterForm {
    width: 100%;
}

#windowsBtn {
    opacity: 0.3;
}

#googleBtn {
    cursor: pointer;
}

.loginRegWrapper, .loginWrapper, .RegWrapper, .textWrapper, .textImageWrapper {
    width: 100%;
}

.loginRegWrapper {
    padding: 2%;
    width: 96%;
    display: none;
}

    .loginRegWrapper h2 {
        text-align: center;
    }

.BC_wrapper {
    background-color: white;
}

    .BC_wrapper .stap {
        width: 96%;
        padding: 2%;
        line-height: 14pt;
    }

        .BC_wrapper .stap.selected {
            background-color: #00ADEF;
            color: white;
        }

.regWrapper h2 {
    text-align: center;
    margin: 30px 0px;
}

.backNextWrapper {
    text-align: center;
}

.backNextBtn {
    font-size: 12pt;
    display: inline-block;
    padding: 5px;
    background-color: #DDDDDD;
}

.lijnDeel1, .lijnDeel2, .lijnDeel3 {
    width: 100%;
    text-align: left;
}

    .lijnDeel3 img {
        max-width: 30px;
    }

.lijn {
    padding: 5%;
    width: 90%;
    text-transform: uppercase;
}

    .lijn:nth-child(odd) {
        background-color: #F9F9F9;
        color: #00ADEF;
    }

        .lijn:nth-child(odd) .btn {
            background-color: #00ADEF;
            color: #fff;
            border-radius: 5px;
            display: inline-block;
            text-transform: uppercase;
            transition: 0.3s;
            font-size: 10pt;
        }

    .lijn:nth-child(even) {
        background-color: #F1F1F1;
        color: #33C7FF;
    }

        .lijn:nth-child(even) .btn {
            color: white;
            text-transform: uppercase;
            background-color: #33C7FF;
            display: inline-block;
            transition: 0.3s;
            font-size: 10pt;
        }

.dash h1 {
    line-height: 30pt;
    font-weight: normal;
    margin-bottom: 15px;
}

.backofficeBtn, .dash .btn, .dash .fakeBtn {
    width: 96%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11pt;
}

.owl-carousel {
    overflow: hidden;
}

.loginRegWrapper .success {
    display: none;
}

.subnav {
    padding: 60px 0px;
}

    .subnav a {
        display: block;
    }

        .subnav a:hover {
            color: #00ADEF;
        }

.goTop {
    display: none;
}

.regBlock2, .regBlock3, .regBlock4 {
    display: none;
}

.regBlock h2 {
    margin: 15px 0px;
}

.regBlock4 {
    color: white;
    font-size: 140%;
}

.regBlock p {
    text-align: center;
}

.errorAantal {
    display: none;
    background-color: #ff8585;
    width: auto;
    color: white;
    padding: 10px;
    margin: auto;
    margin-top: 40px;
    max-width: 400px;
}


@media all and (min-width: 768px) {
        .rounded-div-left {
            width: 67%;
            background-color: green;
            color:white;
            padding: 20px; /* Adjust padding as needed */
            border-radius: 10px; /* Adjust border-radius for rounded corners */
            margin: 20px; /* Add margin as needed */
            box-sizing: border-box; /* Include padding and border in the total width/height */
            float:left;
        }
        .rounded-div-right {
            width: 67%;
            background-color: green;
            color:white;
            padding: 20px; /* Adjust padding as needed */
            border-radius: 10px; /* Adjust border-radius for rounded corners */
            margin: 20px; /* Add margin as needed */
            box-sizing: border-box; /* Include padding and border in the total width/height */
            float:right;
        }
    .goTop {
        position: fixed;
        top: 300px;
        right: 10px;
        display: block;
    }

    .loginRegWrapper form .control-group {
        float: left;
        width: 30%;
        margin: 0px 1%;
    }

    .loginRegWrapper form input[type=submit] {
        font-size: 10pt;
        padding: 7px 0px;
        float: left;
        margin-top: -4px;
    }

    .box_rotateL {
        -webkit-transform: rotate(10deg); /* Chrome, Safari 3.1+ */
        -moz-transform: rotate(10deg); /* Firefox 3.5-15 */
        -ms-transform: rotate(10deg); /* IE 9 */
        -o-transform: rotate(10deg); /* Opera 10.50-12.00 */
        transform: rotate(10deg); /* Firefox 16+, IE 10+, Opera 12.50+ */
    }

    .box_rotateR {
        -webkit-transform: rotate(-10deg); /* Chrome, Safari 3.1+ */
        -moz-transform: rotate(-10deg); /* Firefox 3.5-15 */
        -ms-transform: rotate(-10deg); /* IE 9 */
        -o-transform: rotate(-10deg); /* Opera 10.50-12.00 */
        transform: rotate(-10deg); /* Firefox 16+, IE 10+, Opera 12.50+ */
    }

    .backofficeBtn, .dash .btn, .dash .fakeBtn {
        width: 28%;
    }


    .BC_wrapper .stap {
        width: 24%;
        box-sizing: border-box;
        transition: 0.3s;
    }

    .contentContainer {
        width: 650px;
    }

    .line {
        display: inline-block;
    }

    .headerBlocks {
        width: 55%;
        text-align: center;
    }

        .headerBlocks p {
            margin-bottom: 10px;
            font-size: 16pt;
        }

    .dwldBtn {
        width: 43%;
        margin-right: 2%;
    }

    .btn, .fakeBtn {
        font-weight: normal;
    }

    .dwldBtn img {
        margin-right: 9%;
    }

    .titleWrapper p {
        font-size: 20pt;
    }

    .fText p {
        font-size: 10pt;
        line-height: 12pt;
    }

    .features {
        width: 100%;
        text-align: center;
        margin: 60px 0px 30px 0px;
    }

    .feature {
        text-align: left;
        width: 30%;
        margin: 0px 1%;
    }

    .fIcon {
        width: 15%;
        margin-right: 2%;
    }

        .fIcon img {
            max-width: 100%;
        }

    h3 {
        font-weight: normal;
    }

    .loginWrapper, .RegWrapper, .textWrapper, .textImageWrapper {
        width: 48%;
    }

        .loginWrapper form, .regWrapper form, .iphone {
            width: 100%;
        }

        .regWrapper form {
            display: inline-block;
        }

            .regWrapper form .control-group {
                float: left;
                width: 50%;
                min-height: 100px;
                margin-bottom: 5px;
            }

    .header .btn.selected {
        background-color: rgba(255,255,255, 0.2);
        cursor: pointer;
        border-color: white;
        color: white;
    }

        .header .btn.selected img {
            opacity: 0.5;
        }

    .lijnDeel1 {
        width: 25%;
    }

    .lijnDeel2 {
        width: 50%;
    }

    .lijnDeel3 {
        width: 25%;
        text-align: right;
    }

    .lijn {
        padding: 1%;
        width: 98%;
    }

    .btnsVerlengen .btn, .btnsVerlengen .fakeBtn {
        width: auto;
        margin: 0px 1%;
        padding: 5px 1%;
    }
}

@media all and (max-width: 400px) {

        .rounded-div-left {
            width: 100%;
            background-color: green;
            color:white;
            padding: 20px; /* Adjust padding as needed */
            border-radius: 10px; /* Adjust border-radius for rounded corners */
            margin: 20px; /* Add margin as needed */
            box-sizing: border-box; /* Include padding and border in the total width/height */
        }
        .rounded-div-right {
            width: 100%;
            background-color: green;
            color:white;
            padding: 20px; /* Adjust padding as needed */
            border-radius: 10px; /* Adjust border-radius for rounded corners */
            margin: 20px; /* Add margin as needed */
            box-sizing: border-box; /* Include padding and border in the total width/height */
        }
}

@media all and (min-width: 1200px) {

    .subnav {
        width: 30%;
    }

    .textWrapperRight {
        width: 65%;
    }

    .lijnDeel3 img {
        opacity: 0.6;
        transition: 0.3s;
    }

        .lijnDeel3 img:hover {
            opacity: 1;
            transition: 0.3s;
        }

    .lijn:nth-child(even) .btn:hover, .lijn:nth-child(odd) .btn:hover {
        background-color: rgba(255,255,255, 0.2);
        border-color: #73BBFF;
        color: #73BBFF;
    }

    .BC_wrapper {
        width: 65%;
        float: right;
    }

        .BC_wrapper .stap {
            padding: 1% 2%;
        }

    .contentContainer {
        width: 1020px;
    }

    .mobileMenuBtn {
        display: none;
    }

    .logo {
        width: 30%;
    }

        .logo img {
            max-width: 74px;
            margin-top: -20px;
        }

    nav {
        position: relative;
        display: block;
        float: right;
        width: 70%;
        padding: 0px;
    }

        nav ul {
            float: right;
        }

        nav li {
            float: left;
            list-style: none;
            margin-left: 25px;
            border: none;
        }

        nav a {
            font-size: 10pt;
        }

            nav a:hover {
                color: black;
                border-bottom: 1px solid black;
            }

    .featuresWrapper {
        margin: 50px 0px;
    }

        .featuresWrapper .headerBlocks {
            width: 100%;
            text-align: center;
        }

            .featuresWrapper .headerBlocks a {
                float: none;
                display: inline-block;
                width: auto;
                margin: 0px;
                padding: 14px 25px;
            }

    .features {
        width: 33%;
        text-align: center;
        margin: 60px 0px;
    }

    .feature {
        text-align: left;
        width: 100%;
        margin: 27px 0px;
    }

    .iphone {
        width: 33%;
    }

    .downloadBtnsWrapper a {
        width: 19%;
    }

    .downloadWrapper {
        padding-top: 0px;
    }

    .formWrapperContact {
        width: 100%;
    }

    .contactForm, .newsletterForm {
        width: 50%;
    }

    .headerTablet {
        display: block;
        max-width: 650px;
        right: 10%;
        bottom: 373px;
        width: 650px;
    }

        .headerTablet img {
            position: absolute;
        }



        .headerTablet .owl-carousel img {
            position: relative;
        }



    .foto2 {
        right: 63px;
        pointer-events: none;
        top: 145px;
        width: 275px;
        transition: 0.3s;
    }

    .headerBlocks {
        width: 40%;
        text-align: center;
        margin-bottom: 63px;
    }

    .header .btn:hover {
        background-color: rgba(255,255,255, 0.2);
        cursor: pointer;
        border-color: white;
        color: white;
    }

    .btn:hover {
        background-color: rgba(255,255,255, 0.2);
        border-color: #73BBFF;
        color: #73BBFF;
    }

        .btn:hover img {
            opacity: 0.5;
        }
}
