@import url(reset.css);
@import url(../fonts/fontastic-icons/styles.css);

body {
    font-family: 'neuzeit-grotesk', Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
}

body.page-order {
    background: #39AEDF;
    background: linear-gradient(180deg,rgba(57, 174, 223, 1) 0%, rgba(152, 183, 104, 1) 100%);
}

body.loading * {
    cursor: progress !important;
}

a {
    color: #0a668d;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ababab;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ababab;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ababab;
}

.aligncenter {
    text-align: center !important;
}

/*
.ls-order-progress {
    position: fixed;
    width: 100vw;
    height: auto;
    left: 0;
    bottom: 0;
}*/

.entry-content form ul.ls-order-progress-list {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 0em;
    padding: 0;
    list-style: none;
}
    .entry-content form ul.ls-order-progress-list li {
        flex-grow: 1;
        width: 1;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        text-align: center;
        cursor: pointer;
        color: #999;
        background-color: rgb(223, 241, 198);
        height: 15px;
    }
    .entry-content form ul.ls-order-progress-list li.active,
    .entry-content form ul.ls-order-progress-list li.success {
        background-color: #83bc38;
    }

    .entry-content form ul.ls-order-progress-list li:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .entry-content form ul.ls-order-progress-list li:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .entry-content form ul.ls-order-progress-list li span.icon:after {
        content:'\0026';
        font-family: "picto" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .entry-content form ul.ls-order-progress-list li.finish span.icon:after,
    .entry-content form ul.ls-order-progress-list li.active span.icon:after {
        content:'\0027';
    }

    .entry-content form ul.ls-order-progress-list li.finish span.icon:after {
        color: green;
    }

.entry-content .flex-row {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 1.0em 0;
    padding: 0;
    list-style: none;
    align-items: stretch;
    justify-content: center;
}

.entry-content .panel .flex-row:last-child {
    margin-bottom: 0;
}

    .entry-content .flex-row .flex-column {
        position: relative;
        flex: 1;
        box-sizing: border-box;
        margin: 0;
        padding: 0 5px 0 0;
        border: none;
    }

    /*.entry-content .flex-row .flex-column span.form-switch,
    .entry-content .flex-row .flex-column span.case,
    .entry-content .flex-row .flex-column .panel {
        display: block;
        height: stretch;
    }

    .entry-content .flex-row .flex-column .panel span.form-switch,
    .entry-content .flex-row .flex-column .panel span.case {
        display: auto;
        height: auto;
    }*/

    .entry-content .flex-row .flex-column-last {
        position: relative;
        flex: 1;
        box-sizing: border-box;
        margin: 0;
        padding: 0 0 0 5px;
        border: none;
    }

    .entry-content .flex-row .flex-column-auto {
        position: relative;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: none;
    }

.entry-content form div.fieldset-header {
    margin-bottom: 1.0em;
}

.entry-content form div.fieldset-header h2 {
    margin-bottom: 0;
    text-align: center;
}
.entry-content form div.fieldset-header p.subheader {
    text-align: center;
    color: #81a5b4;
}

.entry-content form div.fieldset-row {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 0em;
    padding: 0;
    list-style: none;
}

.entry-content form div.fieldset-row.fieldset-radio {
    margin: 0 0 0em;
    padding: 0;
    list-style: none;
}

    .entry-content form div.fieldset-row .fieldset-column {
        position: relative;
        flex-grow: 1;
        width: 0;
        box-sizing: border-box;
        margin: 0px;
        padding: 0;
        cursor: pointer;
        border: none;
    }
    .entry-content form div.fieldset-row .fieldset-column {
        position: relative;
        flex-grow: 1;
        width: 100%;
    }
    .entry-content form div.fieldset-row.mobile-tabs .fieldset-column {
        position: relative;
        flex-grow: 1;
        width: 0;
    }

    .entry-content form div.fieldset-row.fieldset-radio-desktop .fieldset-column {
        display: none;
    }
    .entry-content form div.fieldset-row .fieldset-column.active,
    .entry-content form div.fieldset-row.mobile-tabs .fieldset-column {
        display: block;
    }

    .entry-content form p,
    .section-info-bar .entry-content p {
        font-weight: 400;
    }

    /*
        Mobile First
    */
    .entry-content form .input-radio-title {
        text-align: center;
    }
    .entry-content form .input-radio-title h2 {
        font-weight: 600;
        font-size: 1.25em;
        margin: 0 0 5px 0;
    }
    .entry-content form .input-radio-title h3 {
        font-size: 1.0em;
        margin: 0;
    }

    .entry-content form .input-radio-content {
        display: block;
    }

    .entry-content form div.fieldset-row.fieldset-radio.mobile-tabs .fieldset-column {
        padding: 10px;
        margin: 0px;
        cursor: pointer;
        background: #eef7fc;
        border: 1px solid #b6d9e8;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom: 0;
        border-bottom: 1px solid #39aedf;
    }
    .entry-content form div.fieldset-row.fieldset-radio.mobile-tabs .fieldset-column.active {
        border-color: #39aedf;
        background: #fff;
        border-bottom: 1px solid #f5fcff;
    }

    .entry-content form div.fieldset-row.fieldset-radio .fieldset-column {
        padding: 20px;
        margin: 0px;
        cursor: pointer;
        background: #fff;
        border: 1px solid #39aedf;
        border-top: 0px;
        background: #fff;
    }

    .entry-content form div.fieldset-row.fieldset-radio .fieldset-column .input-radio,
    .entry-content form div.fieldset-row.fieldset-radio.active .fieldset-column .input-radio {
        display: none;
    }

    .entry-content form div.fieldset-row.fieldset-radio.mobile-tabs .fieldset-column .input-radio {
/*        display: block;*/
    }

    .entry-content form div.fieldset-row.fieldset-radio .fieldset-column .input-radio-title {
        display: none;
    }
    .entry-content form div.fieldset-row.fieldset-radio.mobile-tabs .fieldset-column .input-radio-title {
        display: block;
    }

    .btn-circle {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid;
        font-size: 0.8em;
        line-height: 23px;
        text-align: center;
    }

    .input-radio-title .btn-circle {
        position: absolute;
        top: 10px;
        left: auto;
        right: 10px;
    }
    
    .entry-content form div.fieldset-row .fieldset-column .input-radio {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        background: #83bc38;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #fff;
    }

    .entry-content form div.fieldset-row.mobile-tabs .fieldset-column.active .input-radio {
        display: block;
    }

    .entry-content form div.fieldset-row .fieldset-column .input-radio .icon-check:before {
        line-height: inherit;
    }

    .entry-content form div.fieldset-row .fieldset-column .input-radio input[type=radio] {
        position: absolute;
        left: 0;
        opacity: 0.7;
    }

    .entry-content form div.fieldset-row .fieldset-column .icon-check {
        display: none;
    }
    .entry-content form div.fieldset-row .fieldset-column.active .icon-check {
        display: inline-block;
    }

.fieldset-radio-result {
    padding: 10px;
    font-size: 1.0em;
    text-align: center;
}

.fieldset-buttons {
    margin: 20px 0px 20px 0px;
}

.entry-content form fieldset {
    display: none;
}
.entry-content form fieldset.active {
    display: block;
}

.entry-content form fieldset p:last-child {
    margin-bottom: 0px;
}

.fs-column-next {
    text-align: right;
}
.fieldset-buttons button {
    border: none;
    font-size: 1.125em;
    border-radius: 10px;
}


.entry-content a.lost-password-link {
    color: #e20f65;
    font-weight: bold;
}

.btn {
    display: inline-block;
    line-height: 1.0em;
    padding: 10px 1.0em;
    background: #0a668d;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    box-sizing: border-box;
    border: none;
}
.btn:hover {
    background: rgba(10, 102, 141, 0.86);
}

.entry-content .btn.btn-primary {
    background: #106ed8;
}

.entry-content .btn.btn-yellow {
    background: #ffd039;
    color: #000;
}

.btn.btn-green {
    background: #0a8d52;
}
.btn.btn-orange {
    background: #e19317;
}

.btn.btn-green:hover {
    background: rgba(10, 102, 141, 0.86);
}

.btn.btn-small {
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 0px 0.5em;
}

.btn.btn-medium {
    font-size: 1.2em;
    line-height: 2.2em;
    padding: 0px 1.0em;
    border-radius: 20px;
}

.btn.btn-large {
    font-size: 1.2em;
    line-height: 1.25em;
    padding: 0.6em 1.6em;
    border-radius: 30px;
}

.btn.btn-primary {
    background-color: #83bc38;
}

.btn:hover {
    opacity: 0.9;
    cursor: pointer;
}

.btn.btn-medium {
    line-height: 2.0em;
    border-radius: 6px;
    font-size: 1.2em;
    font-weight: normal;
}

.btn.btn-secondary {
    background-color: #39aedf;
}
.btn.btn-secondary:hover {
    background-color: rgba(57, 174, 223, 0.86);
}

.btn.btn-third {
    background-color: #e19317;
}
.btn.btn-third:hover {
    background-color: rgba(225, 147, 23, 0.86);
}

.btn.btn-light {
    background-color: #b9b9b9;
    color:#666;
}
.btn.btn-light:hover {
    background-color: #bbb;
}

.btn.btn-grey {
    background-color: #DDD;
    color:#000;
}

.btn.btn-prev {
    background-color: #eee;
    color: #555;
    padding: 0.5em;
}

.btn.grey-light:hover {
    background-color: #888;
    color:#000;
}

.btn.btn-white {
    background-color: #fff;
    color:#666 !important;
    border: 1px solid #666;
}
.btn.white:hover {
    border: 1px solid #000;
    color:#000;
}

.column.side {
    font-size: 1.1em;
}

.side.column a {
    color: #fff;
}

.side.column a.btn.btn-small {
    font-size: 1.0em;
}

.btn.disabled {
    opacity: 0.5;
}

.extrainfo {
    background-color: none;
    padding: 10px 6px 1.0em 6px;
    letter-spacing: 0.04em;
    font-weight: 400;
}

.section-header {
    position: relative;
}
.section-header.popup {
    display: none;
}

/*
 
.section-header:not(.section-header-home, .section-header-homepage) .column {
    text-align: center;
}
    .section-header:not(.section-header-home, .section-header-homepage) .column .column-inner {
        display: inline-block;
        margin-left: -110px;
    } */

.section.info-bar .container {
    padding: 1.0em;
}
    .section.info-bar .container p {
        margin-bottom: 1.0em;
    }

.section-header .extrainfo {
    color: #000;
    background: rgb(214 240 255);
    position: absolute;
    top: 1.5em;
    left: 50%;
    border-radius: 8px;
    padding: 1.0em;
    box-shadow: 4px -4px 0px rgba(0,0,0,0.2);
    font-size: 1.1em;
}
    .extrainfo p:first-child {
        margin-bottom: 1.0em;
    }

    .extrainfo a.btn {
        font-weight: 400;
    }

    .extrainfo strong {
        font-weight: 600;
    }

.section.section-page-manual {
    padding: 20px 0px 0px;
}

    .section.section-page-manual .row .column.column-manual-menu {
        border-right: 1px solid #DFDFDF;
    }

    .column-manual-menu h2 {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 0.5em;
    }
        .column-manual-menu ul li a {
            display: inline-block;
            color: #000;
            text-decoration: none;
            margin-bottom: 0.5em;
        }
        .column-manual-menu ul li.active a {
            color: #0099d2;
            font-weight: bold;
        }

.infoContent {
    background: #f4f4f4;
    border: none;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 1.0em;
}

.infoContent.alert-warning {
    background: rgba(255,165,0, 0.1);
    border: 1px solid orange;
    padding: 20px;
    border-radius: 12px;
}    

.input-warning {
    background: rgba(255,165,0, 0.1);
    border: 1px solid orange;
    padding: 10px;
    border-radius: 6px;
}

.loader {
    display: inline-block;
    display: none;
    height: 15px;
    width: 30px;
    background: url(/site/images/ajax-loader.gif) no-repeat 50%;
}

.form .btn-submit {
    margin-top: 10px;
}

#footer h2 {
    margin-bottom: 1.0em;
}

#footer a.btn.btn-pictonieuws {
    color: #fff;
}
#footer a.btn.btn-pictonieuws i {
    margin-right: 5px;
    vertical-align: sub;
}

.popup.entry-content {
    max-width: 600px;
    margin: 0px auto;
}

.entry-content a.btn.ideal {
    background: #d50074;
    color: #fff;
    font-weight: bold;
    border: 1px solid #000
}
.entry-content a.btn.mistercash {
    background: #ffda00;
    color: #00529a;
    font-weight: bold;
    border: 1px solid #00529a;
}

.entry-content .payment-buttons > div {
    font-size: 1.1em;
}

.btn.btn-trans {
    background: none;
}

.btn.btn-semi-trans {
    color: #666;
    background: rgba(255,255,255,0.4);
}
.btn.btn-semi-trans:hover {
    color: #000;
    background: rgba(255,255,255,0.6);
}

.section {
    clear: both;
}
.section:before,
.section:after {
    content: "";
    display: block;
    clear: both;
}

.section.section-extrainfo {
    background-color: #d6f0ff; 
}
.section.section-extrainfo .row .column {
    background-color: #d6f0ff; 
}

.section.section-newsletters {
    background: #f3f8fb;
}

.section.section-newsletters .entry-content h2 {
    text-align: center;
    margin-bottom: 20px;
}

.section-news {
    padding: 0 1.0em 1.0em 0;
    max-width: 800px;
    margin: 0px;
    box-sizing: border-box;
}

.section-login .entry-content {
    padding: 2.0em 1.0em 1.0em 1.0em;
}
.section-login .entry-content p:last-child {
    margin-bottom: 0;
}

.container {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}
.container.container-small {
    max-width: 600px;
    text-align: center;
}

.container.container-licenties {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
}
    .section.section-page-licenties .container.container-licenties .entry-content {
        padding: 2.0em 1.0em 1.0em;
    }
    

.container-updates .content .inner-column {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1.0em;
    background: #fffacc;
    width: 90%;
    max-width: 460px;
    margin: 0px auto 10px auto;
}

.container-updates .more-info-footer {
    max-width: 490px;
    margin: 20px auto 0px auto;
}

.container-updates .weetjes-box {
    margin-bottom: 2.0em;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1.0em;
    background: #fffacc;
    max-width: 90%;
    margin: 0 0 1.0em 0;
}

.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.message {
    display: block;
    padding: 20px;
    border: 1px solid #666;
    border-radius: 10px;
}
.message.message-success {
    border: 1px solid #83bc38;
    background: rgb(248, 255, 238);
}
.message.message-alert {
    border: 1px solid #db0c0c;
    background: #fff3f3;
}

.entry-content .message {
    margin-bottom: 1.25em;
}

.container form .input {
    display: block;
    width: 320px;
    max-width: 100%;
    text-align: center;
    margin: 0px auto 1.0em;
}
.container form .input.input-submit {
    margin: 0px auto 0px;
}

    .container form .input > label {
        display: block;
        padding: 10px;
    }

    .container form .row .input {
        text-align: left;
        margin: 0px;
    }

    .container form .row.row-signup {
        margin-bottom: 0.5em;
    }

    .container .form-contact .input {
        margin-bottom: 0.5em;
    }

.formfields {
    display: block;
    max-width: 360px;
    margin: 0px auto;
}    

.container table.editUser td input[type=text],
.container table.editUser td input[type=email],
.container table.editUser td input[type=password],
.container table.editUser td textarea,
.container table.editUser td select {
    font-family: 'neuzeit-grotesk', Arial, sans-serif;
    display: block;
    border: 1px solid #39aedf;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    font-size: 1.0em;
}

.container table.editUser tr.userData td input[type=text] {
    position: absolute;
    width: 95%;
}

.container table.editUser tr.userData td .success {
    color: green;
}

.container form input[type=text],
.container form input[type=email],
.container form input[type=password],
.container form textarea,
.container form select {
    font-family: 'neuzeit-grotesk', Arial, sans-serif;
    display: block;
    border: 1px solid #39aedf;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 1em;
    color: #1e3843;
}

.container form input[type=text]:disabled,
.container form input[type=email]:disabled,
.container form input[type=password]:disabled,
.container form textarea:disabled,
.container form select:disabled {
    color: #5c93ab;
    background: #ddedf7;
}
.container form input[type=text]:read-only {
    color: #5c93ab;
    background: #ddedf7;
}

.container form input[type=text].warning,
.container form input[type=email].warning,
.container form input[type=password].warning,
.container form textarea.warning,
.container form select.warning {
    border-color: red;
}

.container form input[type=text].info,
.container form input[type=email].info,
.container form input[type=password].info,
.container form textarea.info,
.container form select.info {
    border-color: #106ed8;
}

.container form input[type=text].success,
.container form input[type=email].success,
.container form input[type=password].success,
.container form textarea.success,
.container form select.success {
    border-color: green;
}

.container form fieldset {
    font-size: 1.125em;
}

.container fieldset .fieldset-validation-message span {
    display: block;
    text-align: center;
    background: #fcfcf5;
    border: 1px solid #ce9119;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

.container fieldset .fieldset-extra-info {
    display: none;
    background: #fff;
    border: 3px solid #126dd7;
    border-radius: 5px;
    margin: 10px 0px 10px;
    background: #126dd7;
}
    .container fieldset .fieldset-extra-info .column-icon {
        color: #fff;
        padding: 5px;
    }
    .container fieldset .fieldset-extra-info .column-content {
        background: #fff;
        padding: 10px;
    }

    .container fieldset .fieldset-extra-info p {
        font-size: 0.8em;
    }

    .container fieldset .fieldset-validation-message ul {
        display: block;
        width: fit-content;
        margin: 0px auto;
        text-align: left;
    }

.entry-content form .form-field {
    /*font-size: 1.25em;*/
    margin-bottom: 1.0em;
    position: relative;
}

.entry-content form .form-field label {
    display: block;
    margin-bottom: 5px;
    color: #0b668c;
    font-weight: bold;
}

.entry-content form .form-field .form-field-wrapper {
    position: relative;
}
    .entry-content form .form-field .form-field-wrapper .input-feedback-icon {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    .entry-content form .form-field .form-field-wrapper .input-feedback-icon span {
        display: inline-block;
        padding: 0.75rem 0.75rem 0.75rem 0;
    }

    .entry-content form .form-field .form-field-wrapper .input-feedback-icon span.icon-alert {
        color: red;
    }
    .entry-content form .form-field .form-field-wrapper .input-feedback-icon span.icon-info {
        color: blue;
    }
    .entry-content form .form-field .form-field-wrapper .input-feedback-icon span.icon-check {
        color: green;
    }

.entry-content form strong.label {
    color: #0b668c;
}

.section.section-page-order {
    background: #fff;
    max-width: 98%;
    margin: 0px auto;
    border-radius: 24px;
    box-shadow: 0px 2px 16px rgb(35 139 198 / 50%)
}

.container form fieldset input[type=text],
.container form fieldset input[type=email],
.container form fieldset input[type=password],
.container form fieldset input[type=number],
.container form fieldset select {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.container form fieldset select:focus {
    /*border: 1px solid #000;*/
}

.container form fieldset select:focus,
.container form fieldset textarea:focus,
.container form fieldset input[type="text"]:focus,
.container form fieldset input[type="password"]:focus,
.container form fieldset input[type="datetime"]:focus,
.container form fieldset input[type="datetime-local"]:focus,
.container form fieldset input[type="date"]:focus,
.container form fieldset input[type="month"]:focus,
.container form fieldset input[type="time"]:focus,
.container form fieldset input[type="week"]:focus,
.container form fieldset input[type="number"]:focus,
.container form fieldset input[type="email"]:focus,
.container form fieldset input[type="url"]:focus,
.container form fieldset input[type="search"]:focus,
.container form fieldset input[type="tel"]:focus,
.container form fieldset input[type="color"]:focus {   
    border-color: rgb(57 174 221 / 90%); /*rgb(9 168 255 / 80%);*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(57 174 221 / 60%);
    outline: 0 none;
}

.container form fieldset select.small {
    width: auto;
    padding: 3px;
}

.container form input[type=submit] {
    width: auto;
    border: none;
    padding: 0 1.0em;
    line-height:  32px;
    font-size: 1.0em;
}

.container form .input input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
}

.container form .input textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.3em;
}

.container form.frmPNsignup {
    max-width: 800px;
    margin: 0px;
}

.container form.frmPNsignup .row .column .input {
    width: 96%;
}

.container form input.alert,
.container form input.invalid {
    border: 1px solid Red;
    color: #e15217;
}

.container form input.valid {
    border: 1px solid Green;
}

.container form textarea.alert {
    border: 1px solid Red;
    color: #e15217;
}

.container form .row .column a#btnSignup.btn {
    margin: 0.5em 0;
}

.container .entry-content {
    max-width: 800px;
    margin: 0px auto;
}
.container.container-licenties .entry-content,
.section.section-extrainfo .container .entry-content {
    max-width: none;
}

.align-left {
    float: left;
}
.align-right {
    float: right;
}

.entry-content img {
}

/* topbar */
#topbar {
    position: relative;
    height: 38px;
    line-height: 30px;
    background: #1e97cb;
    color: #fff; 
}
#topbar.popup {
    display: none;
    height: 0; 
}

#topbar a {
    color: #fff;
    text-decoration: none;
}

/* logo & nav & userbox */
/*
#topbar .logo,
#topbar .nav,
#topbar .userbox {
    display: block;
    float: left;
}*/

#topbar .logo span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

#topbar span[class^="ps-"]:before {
    line-height: inherit;
}

#topbar .logo span.icon-logo {
    width: 38px;
    position: relative;
	background: transparent url(../images/logo-pictoschrijver@38.png) 50% no-repeat;
	background: transparent url(../images/logo-pictoschrijver-2017-01.svg) 50% no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

#topbar .logo span.icon-title {
    margin-right: 10px;
}

#topbar .nav ul li {
    display: inline;
}

#topbar .nav .toggleNav span,
#topbar .nav ul li a {
    display: block;
    float: left;
    height: 100%;
    line-height: 34px;
    padding: 0px 0.6em;
    margin: 0 0.4em;
}

#topbar .nav {
}
#topbar .nav .toggleNav {
    display: block;
    float:right;
}
#topbar .nav .toggleNav span {
    margin: 0;
    padding: 0 0.5em 0 0;
}

#topbar .nav .nav-menu {
    display: none;
    position: relative;
    width: 100%;
    background: #1e97cb;
    height: auto;
    left: 0px;
    top: 0px;
    clear: both;
    z-index: 100;
}

#topbar .nav .nav-menu li {
    display: block;
}

    #topbar .nav .nav-menu ul li a {
        display: block;
        float: none;
        margin: 0px;
    }

    #topbar .nav ul li a {
        color: rgb(255,255,255);
        color: rgba(255,255,255,0.8);
    }
    #topbar .nav ul li a:hover {
        color: #fff;
    }
    #topbar .nav ul li.active a {
        background: #39aedf;
        color: #fff;
    }

    

    #topbar .userbox {
        display: none;
    }

    #topbar .userbox a.btn {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        vertical-align: top;
        margin-top: 4px;
        border-radius: 4px;
        padding: 0px 20px;
    }

    #topbar .userbox a.btn.btn-login {
        padding: 0px 50px;
    }

    #topbar .userbox a span {
        display: inline-block;
        height: 100%;
        line-height: inherit;
        vertical-align: top;
    }

    #topbar .userbox a span.licence-btn-text {
        display: none;
    }
    
.section {
    display: block;
    clear: both;
}

.section.section-header {
    background: #39aedf;
}
body.page-order .section.section-header {
    background: none;
}

.section.section-header-home {
    background: #39aedf;
    background: -moz-linear-gradient(top, #39aedf 0%, #d8effd 100%);
    background: -webkit-linear-gradient(top, #39aedf 0%,#d8effd 100%);
    background: linear-gradient(to bottom, #39aedf 0%,#d8effd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39aedf', endColorstr='#d8effd',GradientType=0 );
}
.section.section-login,
.section-subheader {
    background: #d8effd;
}

.section-submenu {
    background: #0a668d;
    color: #fff;
}
    .section-submenu ul {
        display: block;
        text-align: center;
    }

        .section-submenu ul li {
            display: inline-block;
        }

            .section-submenu ul li a {
                display: inline-block;
                padding: 0.8em;
                color: #fff;
                text-decoration: none;
            }

            .section-submenu ul li.active a {
                background-color: #fff;
                color: #0a668d;
            }

.section .row .column .column-inner {
    padding: 1.0em;
}

.section h1 {
    font-size: 2.0em;
}

.section.section-header .page-title,
.section.section-header .page-logo {
    display: block;
    float: left;
}
.section.section-header .page-logo span.logo {
    display: inline-block;
    height: 60px;
    width: 50px;
    background: transparent url(../images/logo-pictoschrijver@300.png) left 50% no-repeat;
	background: transparent url(../images/logo-pictoschrijver-2017-01.svg) left 50% no-repeat;
    background-size: contain;
}

.section.section-header .page-title {
    margin-left: 10px;
}

.section.section-header .page-title h1 {
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
}

.section.section-header .page-title.with-sub h1 {
    line-height: 40px;
}

    .section.section-header .page-title h2,
    .section.section-header .page-title h3 {
        font-weight: 100;
        color: #fff;
        width: 190px;
    }

    .section.section-header .column.column-award .column-inner {
        padding: 20px 20px 0px 0px;
    }


.section.section-header .award img {
    position: absolute;
    top: 50px;
    right: 10px;
    display: block;
    max-height: 150px;
}

.section-info-bar .container .entry-content {
    padding: 0;
}

.section-info-bar .container .entry-content p {
    margin: 0;
}

.section-info-bar.warning {
    padding: 15px;
    background: #EDDD53;
    background: linear-gradient(180deg, rgba(237, 221, 83, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-info-bar.info {
    padding: 15px;/*
    background: #c1db58;
    background: linear-gradient(180deg, rgba(193, 219, 88, 1) 0%, rgba(255, 255, 255, 0) 100%); */
}

.section.section-intro .header-image {
    position: relative;
}
.section.section-intro .header-image img {
    display: block;
    width: 100%;
    height: auto;
}

.section.section-intro .header-image .header-image-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    padding: 1.6em;
}

.section.section-intro {
    background: #d9ec89;
}
.section.section-intro .column-licence .column-inner,
.section.section-about .column.column-moreinfo .column-inner {
    text-align: center;
}

.section.section-intro .column-licence .column-inner .btn,
.section.section-about .column.column-moreinfo .column-inner .btn {
    min-width: 60%;
    margin: 0px 0px 10px 0px;
}

.section.section-intro .column-licence .column-inner .btn.btn-small,
.section.section-about .column.column-moreinfo .column-inner .btn.btn-small {
    min-width: inherit;
    padding: 5px 10px;
}

.slogan {
    text-align: center;
    padding-bottom: 2.0em;
}

.slogan .cloud {
    position: relative;
    display: block;
    padding: 10px 0px 10px 20px;
    margin: 0px 0px 0px 10px;
    background: #fff;
    border-radius: 40px;
    max-width: 900px;
}

.slogan img {
    display: block;
    width: 96%;
    margin: 0px auto;
}

.slogan .cloud .pointer {
    display: none;
}

.footer-slogan {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 2.0em;
}
.footer-slogan img {
    display: block;
    width: 96%;
    margin: 0px auto;
    max-width: 864px;
}

.section.section-visual {
    background: #006BA1;
}

.section.section-updates {
    background: #809662;
}

.section.section-nieuws {
    background: #c6cea0;
}

.section.section-visual .column .column-inner {
    text-align: center;
}

.section.section-visual .column .column-inner img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    border: 4px solid #fff;
    border-radius: 5px;
}

.section .column-quote blockquote {
    font-size: 1.6em;
    font-style: italic;
    color: #777;
    line-height: 1.24em;
}
.section .column-quote .author {
    display: block;
    text-align: right;
    margin-top: 0.5em;
    color: #777;
}

#footer .footer-nav {
    background: #d9ec89;
    color: #000;
    line-height: 1.5em;
    font-size: 1.2em;
}
#footer .footer-credits {
    background: #83bc38;
    color: #fff;
    padding: 2.0em;
    text-align: center;
}

#footer a {
    color: #000;
    text-decoration: none;
}

/* page content */
/* Headings */
.entry-content {
    padding: 2.0em 1.0em 0.5em 1.0em;
	line-height: 1.34em;
    box-sizing: border-box;
}

.section.section-page-licenties .entry-content {
    padding: 1.0em;
}

.section.section-page-licenties .entry-content .column-inner {
    padding: 2.0em 0 1.0em 0;
}

.section.section-page-licenties .entry-content .row {
    position: relative;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
}

.entry-content .aanmelden h1 {
	clear: none;
}

.entry-content h1, .entry-content h2 {
	font-size: 2.0em;
	font-weight: 400;
	margin: 0 0 .8125em;
    line-height: 1.125em;
}
.entry-content h2 {
	font-size: 1.625em;
}
.entry-content h3 {
	font-size: 1.4em;
	line-height: 1.125em;
    margin: 0 0 0.4em;
    font-weight: 400;
}

.entry-content h4, .entry-content h5, .entry-content h6 {
	font-size: 1.1em;
    font-weight: 800;
	margin: 0 0 0.4em;
}

.entry-content hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

.columns .column-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
}

/* Text elements */
.entry-content p, .entry-content ul, .entry-content ol, .entry-content dl {
	font-weight: 300;
}
.entry-content p {
	margin-bottom: 1.625em;
	letter-spacing: 0.0125em;
}

.entry-content strong {
    font-weight: 800;
}

.container-updates.entry-content .content p {
    margin-bottom: 1.0em;
    letter-spacing: none;
}

.entry-content p.current-number-pcs {
    margin-bottom: 0.5em;
}

.entry-content .note {
    display: block;
    margin-top: 5px;
    font-size: 0.8em;
}

.entry-content .note p {
    line-height: 1.3em;
    letter-spacing: unset;
    margin-bottom: 0.7em;
}
.entry-content .note p:last-child {
    margin-bottom: 0;
}

.entry-content small {
	font-size: 0.8em;
}

.entry-content small.warning {
    color: Red;
}

.article.column .entry-content p:first-child {
	padding-right: 0;
}

.entry-content ul, .entry-content ol {
	margin: 0 0 1.625em 2.5em;
	padding: 0;
}
.entry-content ul {
	list-style: square;
}
.entry-content ol {
	list-style-type: decimal;
}
.entry-content ol ol {
	list-style: upper-alpha;
}
.entry-content ol ol ol {
	list-style: lower-roman;
}
.entry-content ol ol ol ol {
	list-style: lower-alpha;
}
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
	margin-bottom: 0;
}
.entry-content dl {
	margin: 0 1.625em;
}
.entry-content dt {
	font-size: 15px;
	font-weight: bold;
}
.entry-content dd {
	margin: 0 0 1.625em;
}
.entry-content strong {
	font-weight: bold;
}
.entry-content cite, .entry-content em, .entry-content i {
	font-style: italic;
}
.entry-content cite {
	border: none;
}
.entry-content big {
	font-size: 131.25%;
}
.entry-content blockquote,
.entry-content blockquote p {
	font-style: italic !important;
	font-weight: bold;
	margin: 0 0 1.5em 1.0em;
	font-size: 1.1em;
	color: #666;
}
.entry-content blockquote em,
.entry-content blockquote i,
.entry-content blockquote cite {
	font-style: normal;
}
.entry-content blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-content pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	padding: 0.75em 1.625em;
}
.entry-content code, .entry-content kbd, .entry-content samp, .entry-content var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.entry-content abbr, .entry-content acronym, .entry-content dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 1.625em;
}
.entry-content del {
	color: #333;
}
.entry-content ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.entry-content sup {
	bottom: 1ex;
}
.entry-content sub {
	top: .5ex;
}
.entry-content input[type=text],
.entry-content textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #000;
}
.entry-content input[type=text]:focus,
.entry-content textarea:focus {
	color: #333;
}
.entry-content textarea {
	padding-left: 3px;
	width: 98%;
}
.entry-content input[type=text] {
	padding: 3px;
}

.entry-content input[type=submit] {
	cursor: pointer;
}

.entry-content .aanmelden table {
    max-width: 500px;
}

.entry-content table tr td input[type=text],
.entry-content table tr td input[type=password],
.entry-content table tr td input[type=email],
.entry-content table tr td textarea {
	width: 100%;
    box-sizing: border-box;
}

.entry-content table tr td input[type=text] {
	margin-bottom: 5px;
}

.entry-content table tr td input[type="text"][disabled],
.entry-content table tr td input[type="text"][readonly] { /* Internet Explorer 10-11 */
    color: #0a668d;
    border: #0a668d !important;
}

/* Links */
.entry-content a,
.entry-content a em,
.entry-content a strong {
	color: #006ac4;
	text-decoration: none;
}
.entry-content a:focus,
.entry-content a:active,
.entry-content a:hover {
	text-decoration: underline;
}

.entry-content a.btn,
.entry-content a.btn strong {
    color: #fff;
}

a.read-more-link {
	display: block;
	margin-top: 10px;
	color: #000;
	font-weight: 800;
}

/* Alignment */
.entry-content .alignleft:not(p) {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.entry-content .alignright:not(p) {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.entry-content .alignright {
    text-align: right;
}

.entry-content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.panel {
    padding: 1.0em;
    background: #f6f6f6;
    border: 1px solid #9c9c9c;
    border-radius: 10px;
    height: 100%;
    box-sizing: border-box;
}
.panel.panel-info {
    background: #e6f9fd;
    border: 1px solid #39aedf;
}

.smaller {
    font-size: 0.8em;
}
.weak {
    opacity: 0.6;
}

/* Tables */
.entry-content table {
	border: none !important;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content table.clean {
    margin: 0;
}

.entry-content tr th {
	border: none !important;
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td {
	border: none !important;
	padding: 6px 10px 6px 0;
    vertical-align: top;
}
.entry-content table.clean td {
    padding: 0;
}

.entry-content table td.alignleft {
    text-align: left;
}
.entry-content table td.alignright {
    text-align: right;
}
.entry-content table td.aligncenter {
    text-align: center;
}

.entry-content .aanmelden tr.licentieKeuze input {
    margin-right: 1.0em;
}

.entry-content .aanmelden tr.licentieKeuze td {
	border: none !important;
	padding: 0px 10px 0 0;
}

.entry-content .aanmelden tr.licentieKeuze td table {
	margin-bottom: 0px;
}

.entry-content .aanmelden tr.licentieKeuze td span.licentie {
    background: none;
    border: 3px solid #fff;
    border-radius: 5px;
    padding-left: 1.0em;
    margin-bottom: 0em;
}
.entry-content .aanmelden tr.licentieKeuze td span.licentie.selected {
    background: #f5fcff;
    border: 3px solid #39aedf;
    border-radius: 5px;
    padding: 1.0em;
    margin-bottom: 1.0em;
}

/* Images */
.entry-content img[class*="wp-image-"] {
	height: auto;
	max-width: 97.5%;
}
.entry-content img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content p img,
.entry-content .wp-caption {
	margin-top: 0.4em;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content .image img {
	border: none;
	padding: 0px;
	max-width: 100%;	
	height: auto;
}

.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
	margin-bottom: 1.625em;
}
.entry-content .wp-caption {
	background: #eee;
	border: none;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.entry-content .wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	border-color: #eee;
}
.entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption-dd {
	color: #666;
	font-size: 12px;
	margin: 0 0 0.6em 0 !important;
	padding: 0 0 5px 40px;
	position: relative;
	text-align: left;
}
.entry-content .wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.entry-content a:focus img[class*="wp-image-"],
.entry-content a:hover img[class*="wp-image-"],
.entry-content a:active img[class*="wp-image-"] {
	background: #eee;
	border-color: #bbb;
}
.entry-content .wp-caption a:focus img,
.entry-content .wp-caption a:active img,
.entry-content .wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}

.entry-content iframe {
	max-width: 100%;
}

.entry-content .column.licentie .column-inner {
    border: 2px solid #39aedf;
    border-radius: 30px;
    margin: 0 0 1em;
    background: #fff;
}

.entry-content .column.licentie.licentie-mini .column-inner {
    border: 2px solid #83BC3F;
}

.entry-content .column.licentie.licentie-groot .column-inner {
    border: 2px solid #e19317;
}

.entry-content .column.licentie .column-inner h2 {
    margin-bottom: 5px;
}
.entry-content .column.licentie .column-inner h3 {
    font-size: 0.8em;
    margin-bottom: 2.0em;
}

.entry-content .licentieKeuze .licentie {
    display: block;
    position: relative;
}

.entry-content .licentieKeuze .licentie > label {
    padding-left: 9px;
    font-weight: bold;
    font-size: 1.1em;
    color: #666;
}
.entry-content .licentieKeuze .licentie > label {
    font-size: 1.3em;
    color: #000;
}

.entry-content .licentieKeuze .licentie .info p {
    font-size: 0.6em;
    margin-top: 10px;
    margin-left: 41px;
    margin-bottom: 0px;
}
.entry-content .licentieKeuze .licentie .btn-small {
    font-size: 0.6em;
}
.entry-content .licentieKeuze .licentie .aantal-pcs {
    font-size: 1.0em;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 41px;
}

.entry-content .licentieKeuze .licentie .aantal-pcs select {
    display: inline-block;
}

.entry-content .licentieKeuze .licentie .popupinfo {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #39aedf;
    background: #f5fbff;
    margin: -15px 0 0 290px;
    padding: 10px;
    width: 240px;
    border-radius: 10px;
    font-size: 0.6em;
    z-index: 100;
}

    .entry-content .licentieKeuze .licentie .popupinfo .close {
        display: block;
        float: right;
        color: #39aedf;
        text-decoration: none;
    }

    .entry-content table tr td {
        position: relative;
        vertical-align: top;
    }

    .entry-content .aanmelden table tr td a.help {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        line-height: 24px;
        text-align: center;
        background: #39aedf;
        color: #fff;
        margin-right: -20px;
        margin-top: 5px;
    }
    .entry-content .aanmelden table tr td a.help:hover {
        background: #0a668d;
        text-decoration: none;
    }

    .aanmelden .help-text {
        position: absolute;
        background: #0a668d;
        color: #fff;
        width: 300px;
        padding: 10px;
        border-radius: 10px;
        font-size: 0.8em;
        z-index: 100;
    }
    .aanmelden .help-text p {
        font-size: inherit;
        margin: 0px;
        padding: 0px;
        background: none;
        color: #fff;
        line-height: 1.2em;
    }
    .aanmelden .help-text p a {
        font-size: inherit;
        margin: 0px;
        padding: 0px;
        background: none;
        color: #fff;
    }


.banklogos ul {
    margin: 0px;
    padding: 0px;
}
.banklogos ul li {
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

.banklogos ul li em {
    display: inline-block;
    font-style: normal;
    line-height: 30px;
}

.banklogos ul li em:first-of-type {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}
.banklogos ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.licentie-menu ul {
    margin: 0 0 20px 0;
}

.licentie-menu ul li {
    display: inline-block;
}

.licentie-menu ul li a {
    display: inline-block;
    background-color: #0b668c;
    padding: 5px 10px;
    margin: 0;
    line-height: auto;
    color: #fff;
    border-radius: 4px;
}

.licentie-menu ul li a span[class*='icon-']:before {
    vertical-align: text-bottom;
}

.licentie-blok {
    padding: 20px;
    border-radius: 10px;
    background: #e4f0f7;
    margin-bottom: 1.4em;
}

.licentie-blok .btn {
    margin: 0 0 1.4em;
}
.entry-content .licentie-blok p {
    margin: 0;
}

.licentie-blok label {
    display: inline-block;
    min-width: 180px;
    font-weight: bold;
}

.licentie-blok .column span {
    display: inline-block;
}

/* FAQ / hulp / veel gestelde vragen */
.subjects li a 
{
    text-decoration: none;
}

.subjects .subject, .subjects.aanmelden li
{
    font-size: 0.9em;
}

.subjects li.active a.subject, .subjects.aanmelden li.active
{
    font-weight: bold;
}

.subjects .submenu {
    display: none;
}

.subjects li.active .submenu, .subjects li .submenu.active {
    display: block;
}

.subjects .submenu li a 
{
    font-size: 16px;
    color: #666;
}

.subjects .submenu li.active a
{
    color: #000;
    font-weight: bold;
}

@media only screen and (min-width: 468px) {
    .section.section-header .page-logo span.logo {
        width: 80px;
    }

    .section.section-header .page-title h2,
    .section.section-header .page-title h3 {
        width: auto;
    }
}

@media only screen and (min-width: 600px) {
    #topbar .userbox {
        display: block;
        float: right;
        margin-right: 5px;
    }

    .row .column {
        display: block;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    .row .column.column-10 {
        width: 10%;
    }
    .row .column.column-20 {
        width: 20%;
    }
    .row .column.column-25 {
        width: 25%;
    }
    .row .column.column-30 {
        width: 30%;
    }
    .row .column.column-33 {
        width: 33.33%;
    }
    .row .column.column-40 {
        width: 40%;
    }
    .row .column.column-45 {
        width: 45%;
    }
    .row .column.column-50 {
        width: 50%;
    }
    .row .column.column-66 {
        width: 66.66%;
    }
    .row .column.column-70 {
        width: 70%;
    }
    .row .column.column-75 {
        width: 75%;
    }
    row .column.column-75 {
        width: 80%;
    }

    .row .column.column-66.aanmelden {
        max-width: 560px;
    }

    .section .row .column .column-inner {
        padding: 2.0em;
        box-sizing: border-box;
    }
    .section .container-small .row .column .column-inner {
        padding: 1.0em;
    }

    .section.section-updates .row .side.column .column-inner {
        padding: 1.0em;
        box-sizing: border-box;
        color: #fff;
    }

    .section.section-login .row .column .column-inner,
    .section.section-header.section-header-login .row .column .column-inner {
        padding: 1.0em;
    }
    .section.section-page-licenties .entry-content .column-inner {
        padding: 2.0em 1.0em 1.0em 1.0em;
    }

    .section .row .column.column-quote .column-inner {
        padding: 3.0em;
    }

    .section.section-intro .column-licence .column-inner .btn,
    .section.section-about .column.column-moreinfo .column-inner .btn {
        min-width: 90%;
    }
    .section.section-intro .column-licence .column-inner .btn.btn-small,
    .section.section-about .column.column-moreinfo .column-inner .btn.btn-small {
        min-width: inherit;
    }

    .section.section-intro .header-image {
        padding: 2.0em 1.0em 1.0em 1.0em;
    }

    .entry-content .column.licentie .column-inner {
        margin: 0 0.5em 1em;
    }

    .container-updates .content {
/*        max-width: 66.66%;*/
    }

    .form.form-vertical .input {
        width: 100%;
        max-width: 600px;
        display: block;
        clear: both;
        margin: 0;
    }
    .container .form-contact .input {
        margin-bottom: 0.5em;
    }

    .form.form-vertical .input:before,
    .form.form-vertical .input:after {
        content: "";
        display: block;
        clear: both;
    }

    .form.form-vertical .input label,
    .form.form-vertical .input .form-input {
        display: block;
        float: left;
        text-align: left;
    }

    .form.form-vertical .input label {
        width: 25%;
        box-sizing: border-box;
    }
    .form.form-vertical .input .form-input {
        width: 75%;
    }
}

@media only screen and (min-width: 800px) {
    .entry-content {
        padding: 2.0em 2.0em 2em 2.0em;
    }

    .section.section-page-order {
        max-width: 800px;
    }

    .section.section-header .row .column  {
        /*text-align: center;*/
    }
        .section.section-header .row .column .column-inner  {
            display: inline-block;
            width: auto;
            margin: 0px auto;
        }

    .section.section-header .page-logo span.logo {
        height: 100px;
        width: 100px;
    }
    .section.section-header .container-small .page-logo span.logo {
        height: 75px;
        width: 75px;
    }

    .section.section-header .page-title h1 {
        font-weight: 400;
        font-size: 2.0em;
        line-height: 100px;
    }
    .section.section-header .page-title.with-sub h1 {
        line-height: 50px;
        margin-top: 20px;
    }

    .section.section-header .container-small .page-title h1 {
        font-weight: 400;
        font-size: 1.5em;
        line-height: 40px;
    }
    .section.section-header .container-small .page-title.with-sub h1 {
        line-height: 40px;
        margin-top: 10px;
    }

    .section.section-header.section-header-home .page-title h1 {
        line-height: normal;
    }

    .section.section-header .page-title h2 {
        letter-spacing: 0.06em;
        font-size: 1.2em;
        margin-top: 10px;
        margin-left: 3px;
    }

    .section.section-header .page-title h3 {
        letter-spacing: 0.04em;
        color:#fff; 
        font-size: 1.0em;
        margin-top: 15px;
        margin-left: 3px;
    }

    .section.section-header .page-title {
        padding-right: 100px;
    }
    .section.section-header .container-small .page-title {
        padding-right: 0px;
    }

    .section.section-header .page-title.with-sub h2,
    .section.section-header .page-title.with-sub h3 {
        letter-spacing: 0em;
        font-size: 1.0em;
        margin-top: 0px;
        margin-left: 0px;
    }

    .section.section-intro .column-licence .column-inner .btn,
    .section.section-about .column.column-moreinfo .column-inner .btn {
        min-width: 70%;
    }
    .section.section-intro .column-licence .column-inner .btn.btn-small,
    .section.section-about .column.column-moreinfo .column-inner .btn.btn-small {
        min-width: inherit;
    }

    .section.section-intro .header-image .header-image-text {
        max-width: 50%;
    }

    .section.section-page-licenties .entry-content .row .column img {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 70%;
        margin-left: 66%;
    }

    .entry-content form div.fieldset-row.mobile-tabs {
        display: none;
    }
    .entry-content form div.fieldset-row.fieldset-radio-desktop {
        display: flex;
    }

    .entry-content form div.fieldset-row.fieldset-radio .fieldset-column {
        display: block;
        width: 0;
        margin: 0 5px;
        padding: 30px 20px 20px 20px;
        border-radius: 10px;
        background: none;
        border-color: #eaeaea;
        border-top: 1px solid #eaeaea;
    }
    .entry-content form div.fieldset-row.fieldset-radio .fieldset-column.active {
        background: #e6f9fd;
        border-color: #39aedf;
    }

    .entry-content form div.fieldset-row.fieldset-radio .fieldset-column .input-radio {
        display: none;
    }
    .entry-content form div.fieldset-row.fieldset-radio .fieldset-column.active .input-radio {
        display: block;
    }

    .entry-content form div.fieldset-row.fieldset-radio .fieldset-column .input-radio-title { 
        display: block;
    }

    .entry-content form .input-radio-title {
        margin-bottom: 1.0em;
    }

    .entry-content form {
        /*font-size: 1.1em;*/
    }

    .entry-content form .form-field {
        /*font-size: 1.25em;*/
    }

    .entry-content form .input-radio-title h2 {
        font-size: 1.75em;
        margin: 0;
    }
    .entry-content form .input-radio-title h3 {
        font-size: 1.25em;
        margin: 0;
    }

    .entry-content form div.fieldset-row.fieldset-radio .fieldset-column {
        border-width: 3px;
    }
}

@media only screen and (min-width: 1120px) {
    #topbar .nav .toggleNav {
        display: none;
    }
    #topbar .nav .nav-menu {
        display: block;
        margin-left: 1.0em;
        clear: none;
    }

    #topbar .nav .nav-menu ul li a {
        float: left;
        line-height: 38px;
        padding: 0 1.0em;
    }

    #topbar .nav .nav-menu ul li.login {
        display: none;
    }

    .slogan .cloud .pointer {
        position: absolute;
        display: block;
        width: 80px;
        top: 100%;
        left: 0px;
        z-index: 100;
    }

    .slogan .cloud .pointer.pointer-1 {
        left: 554px;
    }

    .slogan .cloud .pointer.pointer-2 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .section.section-header .award {
        position: relative;
        width: 100%;
        text-align: right;
    }

    .section.section-header .award img {
        top: 0px;
        max-height: 280px;
    }

    .container {
        max-width: 1200px;
    }

    .section-header:not(.section-header-home) .container {
        max-width: 800px;
    }

    .container.container-homepage-updates {
/*        max-width: 900px;*/
    }

    .section.section-page-licenties .entry-content .row .column img {
        position: absolute;
        bottom: 0px;
        left: auto;
        right: 0px;
        width: 50%;
        margin-left: 0px;
    }

    #topbar .userbox a span.licence-btn-text {
        display: inline-block;
    }
}