@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}


article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
    display: block;
}

img {
    height: auto;
}

a img {border: 0;}

.clear{ clear:both;}	

body{
    background: #f0efed;
    color: #2d3c4d;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height:26px;
    -webkit-font-smoothing: antialiased;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: border-box;
}

.col, .col1, .col2, .col3, .col4, .col5, .col10, .col66, .col90, .col80, .col20, .col1u{
    position: relative;
    min-height: 1px;
    float:left;
    margin:0 0 0 0;
}

.col{
    width:100%;
}

.col1, .col1u{
    width:100%;
    padding: 0px 20px 0px 20px;
    margin:0 0 25px 0;
}

.col2{
    width:48%;
    padding:0 20px 0 20px;
}

.col3{
    width:32%;
    padding:0 20px 0 20px;
}

.col66{
    width:67%;
}
.col80{
    width:80%;
}
.col20{
    width:20%;
}
.col10{
    width:10%;
}

.col90{
    width:90%;
    padding-right:10px;
}

.first{
    padding-left:40px;
}
.last{
    padding-right:40px;
}

.col4{
    width:25%;
}

.col5{
    width:20%;
    }

.content3col{
    padding:0 20px 0 20px;
}

.height56{
    min-height: 56px;
    }

.centeralign{
    margin:0 auto;
    position:relative;
    }

.alignleft{
    float:left;
    }

.alignright{
    float:right;
    }

.witruimte{
    width:100%;
    float:left;
    position:relative;
    height:25px;
}

.wit{
    color:#ffffff;
}

.donkergrijs{
    color:#2d3c4d;
}

/* LINKS BUTTONS AND TITLES */

a:hover, a:active{
    text-decoration:underline;
    color:#21479c;
    }

button{
    background: #116db4 none repeat scroll 0 0;
    box-shadow: 0 -2px 0 0 #0f61a1 inset;
    color: #fff;
    font-family: 'Bree Serif', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    -moz-appearance: none;
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    min-height: 40px;
    padding: 11px 24px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    }

button a, button a:link, button a:visited{
    color: #fff;
    font-family: 'Bree Serif', serif;
    font-size: 16px;
    }

button a:focus, button a:hover{
    text-decoration:none !important;
    }


button::-moz-focus-inner {
    padding: 0;
    border: 0;
    margin-top:-2px;
}

button:focus, button:hover {
    background: #0082e6;
    box-shadow: inset 0 -2px 0 0 #116db4;
    color: #fff;
    text-decoration:none;
}

button.white{
    min-height: 35px;
    padding: 8px 24px 9px;
    background: #f8f9f9 none repeat scroll 0 0;
    border:1px solid #d4d1cd;
    box-shadow: 0 -2px 0 0 rgba(0,0,0,.1) inset;
    color: #2d3c4d;
    font-family: 'Bree Serif', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    -moz-appearance: none;
    -moz-user-select: none;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    min-height: 40px;
    padding: 11px 24px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    }

button.white::-moz-focus-inner {
    padding: 0;
    border: 0;
    margin-top:-2px;
}

button.white:focus {
    background: #ffffff;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.05);
    color: #2d3c4d;
    text-decoration:none;
}

button.white a, button.white a:link, button.white a:visited{
    color: #2d3c4d;
    font-family: 'Bree Serif', serif;
    font-size: 16px;
}

button.white:hover, button.white a:hover, button.white a:hover{
    text-decoration:none !important;
}

button.blue{
    background-color:#21479c;
    border:0;
    box-shadow: none;
    background:#21479c;
    width:180px;
    margin-bottom:15px;
}

button.bluebtt{
    background-color:#21479c;
    border:0;
    box-shadow: none;
    background:#116db4;
    width:180px;
    margin-bottom:15px;
    border-bottom: 4px solid #0f61a1;
    padding-bottom: 10px;
}

button.bluebtt:hover, button.blue:focus{
    text-decoration:underline;
    border:0;
    box-shadow: 0;
    background:#0082e6;
}

button.blue:hover, button.blue:focus{
    text-decoration:underline;
    border:0;
    box-shadow: 0;
}

button.blueborder{
    background-color:#ffffff;
    color:#21479c;
    border:1px solid #21479c;
    box-shadow: none;
    background:#ffffff;
}

button.blueborder:hover, button.blueborder:focus{
    text-decoration:underline;
    box-shadow: 0;
}

button.blueborderalt {
    background-color:#ffffff;
    color:#21479c;
    border:1px solid #21479c;
    width:180px;
    box-shadow: none;
    background:#ffffff;
    margin-bottom:15px;
}

button.blueborderalt:hover, button.blueborderalt:focus{
    text-decoration:underline;
    box-shadow: 0;
}

button.orangeb{
    background-color:#ff9d35;
    border:0;
    box-shadow: none;
    background:#ff9d35;
    width:180px;
    margin-bottom:15px;
}

button.orangeb:hover, button.orangeb:focus{
    text-decoration:underline;
    border:0;
    box-shadow: 0;
}

.form-error-text{
    color:#ff0000;
    font-size:12px;
    }

strong {
    color:#333333;
    font-size:13px;
    line-height:20px;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    font-style:normal;
    }

.orange {
    color:#ff7700 !important;
    }

.mpicon{
    background-image: url('../img/icon_marktplaats.png');
    background-size: 19px 22px;
    background-position: left center;
    background-repeat:no-repeat;
    height: 22px;
    width: 19px;
    display: block;
    position: relative;
    float:left;
    margin-right:8px;
}
.logopolitie{
    background-image: url('../img/logo_politie.png');
    background-size: 115px 42px;
    background-position: left center;
    background-repeat:no-repeat;
    width: 115px;
    height: 42px;
    display: block;
    position: relative;
    float:left;
    margin-left:8px;
    top:-13px;
}

.blauwblok{
    background-color:#b1c4df;
    border-radius: 6px;
    padding:20px 30px 5px 30px;
}

.grijsblok{
    background-color:#f0efed;
    border-radius: 6px;
    padding:20px 30px 5px 30px;
}

.aangifteblok{
    border:1px solid #b1c4df;
    padding:29px;
    border-radius:6px;
}

.number{
    font-family: 'Bree Serif', serif;
    font-size: 16px;
    color:#ffffff;
    background-color:#2d3c4d;
    border-radius:13px;
    width:26px;
    height:26px;
    display:inline-block;
    text-align:center;
    float:left;
    margin-right:10px;
    line-height: 23px;
}

h1{
    text-align:left;
    font-family: 'Bree Serif', serif;
    font-weight:400;
    font-style:normal;
    color:#2d3c4d;
    font-size:40px;
    line-height:44px;
    margin-bottom:15px;
    }

h2{
    text-align:left;
    font-family: 'Bree Serif', serif;
    font-weight:800;
    font-style:bold;
    color:#232d3d;
    font-size:18px;
    line-height:22px;
    margin-bottom:15px;
    }

h3{
    text-align:left;
    font-family: 'Bree Serif', serif;
    font-weight:400;
    font-style:normal;
    color:#2d3c4d;
    font-size:15px;
    line-height:20px;
    min-height: 45px;
    }

/* Header */

.contentwrapper {
    padding-top: 24px;
    margin-bottom: 48px;
}

.wrapper, .contentwrapper {
    float:left;
    position:relative;
    width:100%;
    background:#ffffff;
    font-size: 14px;
    }

.contentwrapper p {
    font-size:13px;
    line-height:20px;
    font-family: 'Roboto', sans-serif;
    font-weight:normal;
    font-style:normal;
    width:100%;
    color: #2d3c4d;
}

.footerfiller{
    float:left;
    position:relative;
    width:100%;
    height:100px;
    }

.header{
    background:#ffffff;
    width:100%;
    height:81px;
    position:relative;
    border-top:10px solid #eda566;
    border-bottom:1px solid #dddcd9;
    margin-bottom:35px;
    }

.headercontent{
    width: 1000px;
    margin: 0 auto;
    height: 79px;
    position: relative;
    }

.logo{
    position:relative;
    height: 40px;
    width: 220px;
    display: inline-block;
    background: url(https://marktplaats.emsecure.net/images/2016/10/veilighandelen/images/beeld_logo_mp.gif) no-repeat;
    background-position: 0px 0px;
    background-size: 220px 100%;
    top:15px;
    }


    .logo a span {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
    }

/* content */
.content{
    position:relative;
    width: 1000px;
    margin:0 auto;
}

    .kader{
        position:relative;
        float:left;
        border-radius: 5px;
        background:#ffffff;
        border: 1px solid #dddcd9;
        width:100%;
        min-height:100px;
        padding: 40px 0 40px 0;
        margin-bottom:35px;
    }

    .kader p {
        text-align:center;
    }

    .kader h2 {
        width:70%;
        margin:0 auto 35px;
        }

/* content -> inhoud */


.hidemob{
    display:block;
    }

.showmob{
    display:none;
    }

.show{
    display:none;
}

@media only screen and (max-width: 1000px) {
    .contentwrapper, .content, .headercontent{
        width:100%;
    }
    button.orangeb, button.blueborderalt, button.blue, button.bluebtt{
        float:left;
        margin-bottom:15px;
    }
    button.bluebtt{
        width:140px;
        margin-right:20px;
    }
    .blauwblok, .grijsblok {
        overflow:auto;
    }
}
@media only screen and (max-width: 1023px) {
    button.orangeb, button.blueborderalt, button.bluebtt {
        width:100%;
    }
}

@media only screen and (max-width: 700px) {

.show{display:block;}	

.inputfield{
    width:100%;
    }

.headercontent{
    width:100%;
    padding:0 10px;
}
.content{
    width:100%;
    padding:0 10px;
}

.col3{
    width:50%;
    padding:0 10px !important;
}	

.col2{
    width:100%;
    padding:0 10px;
}

.kader h2 {
    width:100%;
    font-size:17px;
    margin-bottom:20px;
}	

.col1{
padding:0;
}	

.kader {
    padding-top:20px;
    padding-bottom:20px;
    }

.alignleft{
    margin:0 auto 20px;
    position:relative;
    float:none;
    }

.hide{
        display:none;
    }
.first{
    padding-left:0px;
}
.last{
    padding-right:0px;
}
}

@media only screen and (max-width: 550px) {

.content{
    padding:0 20px;
}

.col1{
padding:0;
}	

.col2{
padding:0;
}	

.col3{
    width:100%;
    padding:0 !important;
    margin-bottom:25px;
}	
.hidemob{
        display:none;
    }
button.orangeb, button.blueborderalt, button.blue, button.bluebtt{
width:100%;
}	
}

/* Marktplaats */

/* THEME */
body {
    height: 100%;
    color: #2d3c4d;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

body.modal-open {
    overflow: hidden;
}

a {
    color: #116db4;
    cursor: pointer;
    text-decoration: none;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: normal;
}

figure {
    margin: 0;
    font-size: 0;
}

#page-wrapper {
    background-color: #f0efed;
}

#page-wrapper, footer {
    position: relative;
    z-index: 102;
}

#header {
    display: block;
    position: relative;
    z-index: 10000;
}

#header-content {
    border-top: 5px #EDA566 solid;
    font-size: 14px;
    line-height: 0.9em;
    padding: 5px 12px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: white
}

.old-header#header-content {
    padding: 12px 0 12px 12px;
    background-color: #F2B479;
    border-top: none;
    border-bottom: 1px solid #A6784B
}

.full-width #header-content-wrapper {
    max-width: none
}

.mp-logo {
    margin-left: -18.5px;
    margin-top: 1px
}

#header-content,#search-content {
    left: 0;
    right: 0
}

#header-content-wrapper {
    max-width: 980px;
    margin: 0 auto
}

#header-logo:hover {
    text-decoration: none
}

#header-logo-svg {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom:1;*display: inline
}

#header-logo-svg:hover {
    text-decoration: none
}

#header-logo-svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#svg-logo div {
    width: 200px;
    height: 21px
}

#svg-logo div span {
    visibility: hidden
}

#header-links-wrapper {
    position: relative
}

#header-column-right {
    display: inline-block;
    position: absolute;
    top: -4px;
    right: 0;
    list-style: none;
}

#footer {
    clear: both;
    overflow: hidden;
    background-color: #f7f7f6;
    font-size: 11px;
    padding: 0 12px;
}

#footer #footer-content {
    padding-top: 10px
}

@media (min-width: 62.5em) {
    #footer #footer-content {
        padding-top:0
    }
}

#footer-disclaimer {
    margin: 1em 0;
    line-height: 13px;
}



/* LAYOUT */
.l-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 12px 24px;
}

.l-footer {
    max-width: 1000px;
    margin: 0 auto;
}

.main-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 48em) {
    .main-layout {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.gallery {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 48em) {
    .content {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -ms-flex-negative: 2;
        flex-shrink: 2;
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
        margin: 12px 12px 12px 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.gallery-thumbnails {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 48em) {
    .gallery-thumbnails {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 12px 0 12px 12px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        overflow-x: auto;
    }
}

.gallery-thumbnails .thumb {
    height: 65px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    margin: 0 0 6px 6px;
    background: #fff no-repeat center center;
    background-size: cover;
}

@media (min-width: 48em) {
    .gallery-thumbnails .thumb {
        height: 115px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
        flex: 1 1 46%;
        margin: 0 0 6px 6px;
    }
}

.gallery-thumbnails .thumb:nth-child(1) {
    margin-left: 0;
}

@media (min-width: 48em) {
    .gallery-thumbnails .thumb:nth-child(1) {
        margin-left: 6px;
    }
}

.gallery-thumbnails label {
    display: block;
    height: 100%;
    cursor: pointer;
}

/* HEADER */

.page-header {
    position: relative;
    text-align: center;
}

/* GALLERY */

.image-viewer {
    position: relative;
    height: 343px;
    margin-bottom: 12px;
}

.image-viewer .item {
    display: none;
    height: 343px;
    overflow: hidden;
    background: #fff no-repeat center center;
    background-size: cover;
}

.gallery .thumb {
    width: 50%;
}

.slide-radio-button {
    display: none
}

input.slide-radio-button:checked + .item {
    display: block;
}

/* CONTENT */

.job-links {
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job-link {
    max-width: 39%;
    color: #116db4;
    min-height: 120px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 1%;
}

.job-link:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.intro-block {
    margin: 24px 0;
}

.intro {
    text-align: center;
    margin-bottom: 24px;
}

@media (min-width: 48em) {
    .intro {
        padding: 0 15%;
    }
}

.column {
    margin-bottom: 24px;
}

@media (min-width: 48em) {
    .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .column {
        margin-bottom: 0;
        width: 50%;
    }

    .column + .column {
        margin-left: 2%;
    }
}

.cta {
    text-align: center;
    margin: 48px 0;
}

@media (max-width: 20em) {
    .button-extended {
        display: none;
    }
}

.video {
    width: 100%;
    max-width: 560px;
    min-height: 200px;
    text-align: center;
}

@media (min-width: 48em) {
    .video {
        width: 100%;
        max-width: 560px;
        height: 315px;
    }
}

.onboarding-steps {
    position: relative;
    padding: 0;
}

.onboarding-steps li {
    list-style-type: none;
    padding-left: 36px;
    margin-bottom: 12px;
}

.onboarding-steps .li-icon {
    position: absolute;
    left: 0;
}

.block-image {
    text-align: center;
}

.block-image img {
    width: 100%;
    max-width: 300px;
}

.video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hidden {
    display: none;
}

.mp-Tab-bar.sdk-custom {
    margin: 24px 0;
}

@media only screen and (max-width: 600px) {
    .mp-Tab-bar.sdk-custom .mp-Tab {
        width: 100%;
    }
}
