html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

fieldset, img, hr {
    border: none;
}

caption, th {
    text-align: left;
}

* {
    border-collapse: collapse;
    border-spacing: 0;
}


td {
    vertical-align: top;
}

html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-weight: 300;
    position: relative;
}

html {
    overflow-y: scroll;
}

.clear {
    clear: both;
}

input {
    line-height: 1;
    overflow: visible;
    font-size: 1em;
}

a { /*text-decoration: none;*/
    color: #F00;
}

footer a {
    text-decoration: none;
}

a:focus, a:hover, a:focus {
    color: #060;
}

h1 {
    font-size: 1.2em;
    color: #000;
}

ul {
    list-style-position: inside;
    margin-bottom: 1em;
}

.menu, .taalkeuze {
    width: 100%;
    display: block;
    margin: 0;
    line-height: 1;
}

.taalkeuze {
    margin-bottom: 2.2em;
}

.header a:hover, a:hover, a:focus {
    color: #FF0000;
}

.menu li {
    width: 25%;
    float: left;
    display: block;
    height: 1.142em;
    padding: .25em 0;
}

.currenttaal {
    text-decoration: underline;
    color: #FF0000 !important;
}

.currenttaal, .current {
    color: #FF0000 !important;
}

.taalkeuze li {
    display: inline-block;
    text-transform: lowercase;
}

    .taalkeuze li:before {
        display: inline-block;
        content: '/';
    }

    .taalkeuze li:first-child:before {
        display: inline-block;
        content: '';
    }

.header a {
    color: #000;
}

.bold {
    font-weight: 700;
    font-size: 1.182em;
}

.logo {
    display: block;
    width: 245px;
    height: 163px;
    position: relative;
    background: url('../pictures/museumdrguislain.png') bottom left #fff no-repeat;
    background-size: cover;
}

.wrapper {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    height: auto !important;
    padding: 0 3%;
}


.header {
    background: #fff;
    display: table;
    width: 100%;
    box-sizing: border-box;
}


.headerwrapper {
    padding-top: 21px;
    height: 173px;
}


.fakeheader {
    /*fakeheader height = .headerwrapper height - top + padding-top
        height:98px;
      vo te zakken => padding-top == -top ; height = height-top 
    */
    padding-top: 96px;
    height: 2px;
    display: none;
}

.fixedheader {
    /* padding-top v fakeheader*/
    top: -96px;
    z-index: 998;
    position: fixed;
    width: 94%;
    max-width: 1400px;
    background: #fff;
}


#close {
    width: 26px;
    height: 26px;
    background: url('../pictures/close.png') no-repeat center center;
    cursor: pointer;
    position: absolute;
    top: 2em;
    right: 2em;
}

.sticky-wrapper {
    top: -100px;
}

.midden {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 12px 0;
}

form {
    display: inline;
}

.headerbottom {
    margin-top: 1em;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.left, .right {
    display: table-cell;
    box-sizing: border-box;
    width: 25%;
    padding: 0 .5em 0 1em;
    vertical-align: top;
    height: 100%;
}

.right {
    width: 75%;
    padding: 0 0 0 .5em;
    border-left: 1px solid #CFCFCF;
}

.header .right {
    border-left: none;
    border-bottom: 3px solid #000;
}

nav {
    width: 90%;
    display: block;
    float: left;
}

.headerright {
    width: 10%;
    float: right;
}

p {
    margin-bottom: 1em;
}

    p:last-child {
        margin-bottom: 0;
    }


/*articles*/

input[type=text], select {
    border: 1px solid #7F7F7F;
    color: #000;
    font-weight: 300;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: .4em;
    box-sizing: border-box;
    text-transform: uppercase;
}

.searchbox {
    height: 22px;
    border: 1px solid #7F7F7F;
    box-sizing: border-box;
    margin-bottom: 5px;
    overflow: hidden;
}

#search {
    height: 20px;
    padding: 0 5px;
    line-height: 20px;
    border: none;
    width: 85%;
    font-size: 11px;
    vertical-align: top;
}

#searchbtn {
    float: right;
    font-size: 0;
    width: 15%;
    height: 20px;
    border: none;
    margin: 0;
    padding: 0;
    background: url('../pictures/search.png') no-repeat right center #fff;
}

.filters {
    font-family: CourierPS, 'Courier New', Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: .5em 0 0 0;
    padding: 1em;
    background: #fff;
}

.filter {
    cursor: pointer;
    font-size: 0.89em;
    padding-left: 18px;
    line-height: 1.5em;
    position: relative;
}

input[type="checkbox"].filter-check + label span {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('../pictures/checked.png') no-repeat left .25em;
}

input[type="checkbox"]:checked.filter-check + label span {
    background: url('../pictures/unchecked.png') no-repeat left .25em;
}

.checked {
    background:url('../pictures/checked.png') no-repeat left .4em !important;
}
/*
.filters .checked {
    background:url('../pictures/checked.png') no-repeat left .25em !important;
}*/

input[type="checkbox"].filter-check:focus + label, .filter:hover {
    text-decoration: underline;
}

.rightarticles {
    margin-top: .5em;
    padding: 1em;
    background: #fff;
    font-size: 0.875em;
}

.today {
    padding-bottom: .5em;
    border-bottom: 1px solid #000;
    margin-bottom: .5em;
}

input[type=radio], input[type=checkbox] {
    margin-right: 1em;
}

.pink {
    padding: 1em;
    background: #FFD9D9;
}

#calendar {
    font-family: CourierPS, 'Courier New', Arial, Helvetica, sans-serif;
    font-weight: 400;
    background: #fff;
}

.fc-week {
    height: 21px !important;
}

.columnL {
    vertical-align: top;
    height: 100%;
    width: 66.6%;
    box-sizing: border-box;
    padding: 0 .5em 0 0;
    border-right: 1px solid #CFCFCF;
    display: table-cell;
}

.columnR {
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    width: 33.4%;
    padding: 0 0 0 0.5em;
}

.cycle-slideshow, .cycle-slideshow img, .placeholder {
    width: 100%;
    display: block;
}

.cycle-slideshow {
    position: relative;
    height: 100%;
}


.smallslideshow {
    height: auto;
    width: 70%;
    margin: 2em auto 0 auto;
}

.smallerslideshow {
    width: 70%;
    margin: 0 auto;
}

.cycle-next, .cycle-prev {
    width: 50%;
    position: absolute;
    z-index: 900;
    height: 100%;
    top: 0;
}

.cycle-prev {
    left: 0;
}

.cycle-next {
    right: 0;
}

.cycle-prev:hover {
    background: url(../pictures/prev-cursor.png) no-repeat center center;
    cursor: pointer;
}

.cycle-next:hover {
    background: url(../pictures/next-cursor.png) no-repeat center center;
    cursor: pointer;
}

.leesmeer {
    text-decoration: none!important;
    color: #fff;
    background: url('../pictures/leesmeer.png') no-repeat center right #000;
    display: inline-block;
    font-size: .741em;
    line-height: 1em;
    padding: 6px 40px 4px 1em;
    font-family: CourierPS, 'Courier New', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.leesminder {
    background: url('../pictures/leesminder.png') no-repeat center center #000;
    font-size: .741em;
    height: 1.85em;
    width: 40px;
    display: none;
}

    .leesminder:hover, .leesminder:focus {
        cursor: pointer;
        background: url('../pictures/leesminder.png') no-repeat center center #F00;
    }

.leesmeer:hover, .leesmeer:focus {
    color: #fff;
    background: url('../pictures/leesmeer.png') no-repeat center right #F00;
}

.artikelsub {
    font-weight: 400;
}

.columnR .artikel {
    float: none;
    border: none;
    margin-bottom: 2em;
}

.columnR .leesmeer, .columnR .leesminder {
    background: none;
    font-size: 1em;
    color: #000;
    padding: 0;
    border-bottom: 1px solid #000;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.columnR .leesminder {
    width: 1.5em !important;
}

.columnR .leesmeer::after {
    content: ' >>>';
}


.columnR .leesminder::before {
    content: '<<<';
}

.columnR .leesminder:hover, .columnR .leesmeer:hover {
    color: #f00 !important;
    background: none;
}



.artikel {
    margin-bottom: 1em;
    border-bottom: 2px solid #000;
    width: 100%;
}

.artikelbeschr {
    width: 100%;
    height: 5em;
}

#popup .artikelbeschr {
    height: auto;
}

#popup img {
    width: 100%;
}

.externlink {
    color: #000;
    display: block;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1em;
}

.externlinks {
    margin-top: 1em;
}

.autoheight {
    margin-bottom: 1em;
    height: auto!important;
}

.slide {
    position: relative;
    width: 100%;
    height: 100%;
}

    .slide span {
        color: #BFBFBF;
        background: #fff;
        display: none;
        font-size: .625em;
        padding: .5em 1em;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.cycle-slideshow:hover span {
    display: inline-block!important;
}

.artikeltype, .artikeldatum {
    font-weight: 400;
    font-size: .89em;
    font-family: CourierPS, 'Courier New', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 6px 0;
    display: block;
}

.columnR .artikeltype {
    color: #F00;
    padding: 0;
}


.artikel h2 {
    margin: .5em 0 0 0;
}

.fc-day-grid {
    padding-bottom: .5em;
}

.fc-day-header {
    letter-spacing: 1px;
}

.fc-has-event {
    cursor: pointer !important;
}

.customtoday {
    color: #fff !important;
    background: #000 !important;
}

.mainarticleright {
    margin: 1em 0;
}

.submenu {
    margin: 1em .5em;
    display: block;
    line-height: 1.6;
}

    .submenu li {
        display: block;
        margin: 0;
    }

    .submenu > li > ul {
        margin-left: 2.5em;
        margin-bottom: 0;
    }

    .submenu a {
        color: #000;
    }

        .submenu a:hover, .submenu a:focus, #currentsub {
            color: #F00;
        }

.slide .playbtn {
    width: 20%;
    height: 20%;
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: 800;
    background: url('../pictures/play.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.slide img {
    display: block;
}

.slide iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    visibility: hidden;
}

.progress {
    background: #F00;
    height: 3px;
    width: 0;
}

.progressbar {
    margin: 0;
    padding: 0;
    height: 3px;
    background: #CAC5CC;
    width: 100%;
    cursor: pointer;
    display: none;
}


.rightarticles h2, .rightarticles .artikeltype, .rightarticles .artikeldatum {
    margin: 0!important;
    padding: 0!important;
}

/*********OVER**********/

.rightcontainer {
    width: 100%;
    display: table;
    height: 100%;
}

.mainarticle h2 {
    margin: 1em 0 .8em 0;
}

.mainarticle {
    width: 100%;
    padding-bottom: 2em;
}

.download {
    color: #000;
    padding-right: 40px;
    background: url('../pictures/arrowpdf.png') no-repeat right center;
}

/**POPUP****/

#popup {
    height: 100%;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    left: 0;
    top: 0;
}

#popupcontent {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border: 3px solid #FFD9D9;
    padding: 2em;
    width: 30%;
    position: fixed;
    overflow-y: auto;
}


/********tentoonstelling******/

.noresults {
    padding: 0 .5em;
}

#container {
    transition: height 0.5s ease;
    transition: width 0.5s ease;
    margin: 0 -.5em;
    overflow: hidden;
}

.minimized #container {
    width: 33% !important;
}

#bigarticle {
    position: relative;
    box-sizing: border-box;
}

    #bigarticle .artikel {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 2em;
    }

    #bigarticle h1, .withmargin {
        margin-top: .5em;
    }

.item {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #CFCFCF;
    padding: 0 .5em .5em .5em;
}

.jongerenitem {
    width: 25%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #CFCFCF;
    padding: 0 .5em;
}


    .jongerenitem .artikel, .leftitem .artikel, .item .artikel {
        color: #000;
        display: block;
    }

.supersized {
    width: 100%;
    padding: 0 .5em .5em 0;
}

#bigarticle .leesminder {
    display: block;
    margin-top: 1em;
}

.item .artikel {
    margin: 0;
}

.item .artikelbeschr, #bigarticle .artikelbeschr {
    height: auto;
}

#bigarticle .leesmeer, .item .artikelbeschr, .item .artikeltype, .item .externlinks, #bigarticle .artikeltype {
    display: none;
}

.item h2, .item .artikelsub {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/******CONTACT******/
/*.hide {
    position:absolute;
    left:-9000px;
}*/

.hide {
    color: #FFD9D9;
    font-size: 20px;
}

.pinkcontainer {
    height: 100%;
    width: 100%;
    display: block;
    border-spacing: 0;
    box-sizing: border-box;
}

.pinkcolumnR, .pinkcolumnL {
    width: 45%;
    float: left;
    box-sizing: border-box;
    padding-right: 3em;
}

.pinkcolumnR {
    width: 55%;
}

.pinkcontainer h2, .type2 h2, .h2label {
    display: inline-block;
    margin-bottom: 1em;
    font-weight: 700;
}


.type2 a,
.pinkcontainer a {
    color: #000;
}

    .type2 a:hover, .type2 a:focus,
    .pinkcontainer a:hover, .pinkcontainer a:focus {
        color: #F00;
    }

#maps {
    width: 100%;
}


.right a {
    text-decoration: underline;
}

.headerbottom a {
    text-decoration: none;
}

/*****STEUN********/

.type2 .columnL {
    width: 55%;
}

.type2 .columnR {
    width: 45%;
}

.formbox {
    border-bottom: 1px dashed #000;
    margin-bottom: 1em;
}

.rij {
    display: table;
    width: 100%;
}

    .rij label, .rij legend {
        width: 35%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        padding: .4em 2em 1.4em 0;
    }

legend {
    padding: 0 !important;
}

.withpadding {
    padding: .4em 2em 1.4em 0 !important;
}

.rondleiding_radios legend, .radiolegend {
    width: 60% !important;
    padding: 0;
}

.adresline {
    margin-left: 35%;
}

.rij input[type=text], #tijdelijk {
    border-color: #000;
    width: 65%;
    margin-bottom: 1em;
    text-transform: none;
}



.checkboxbox, .radiobuttonbox {
    line-height: 1.7;
    width: 65%;
    float: right;
    margin-bottom: 1em;
}

    .radiobuttonbox label, .checkboxbox label {
        padding-bottom: 0;
        width: auto;
    }

.radiobuttonbox {
    width: 40%;
}

textarea {
    width: 100%;
    height: 25em;
    border: 1px solid #000;
    box-sizing: border-box;
    font-weight: 300;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    padding: .4em;
    font-size: 1em;
}

input[type=submit] {
    background: #000;
    color: #fff;
    border: none;
    font-weight: 700;
    padding: .05em 3em .25em 3em;
    line-height: 1em;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    margin-top: 1em;
}

    input[type=submit]:hover, input[type=submit]:focus {
        background: #F00;
        cursor: pointer;
    }

.formbeschr {
    font-family: CourierPS, 'Courier New', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8em;
    margin: 1em 0 0 0;
    line-height: 1.5;
}

h1.bold {
    margin-bottom: .8em;
}

/*****NIEUWSBRIEF**/
.pinkcontainer h1 {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 1em;
    display: inline-block;
}

.invulvakh1 {
    font-size: 1em !important;
    display: block;
}

.bigcheckbox {
    width: 80%;
}

    .bigcheckbox label {
        width: 90%;
        padding: 0;
        vertical-align: top;
    }

.table-row .columnL {
    border: none;
    width: 36%;
    padding-right: 4em;
}

.table-row {
    display: table-row;
    width: 100%;
}

/***RESERVATIES**/
.reservatiecontainer {
    padding: 0 1em;
}

    .reservatiecontainer h1 {
        display: inline-block;
        padding-bottom: .25em;
    }

    .reservatiecontainer h2 {
        margin: 0;
    }

.reservaties {
    padding: 1em 1em 0 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #000;
}

.reservatielinks {
    float: left;
    width: 25%;
}

.reservatierechts {
    float: left;
    width: 75%;
}

.reservatiebeschr {
    margin-top: 0.25em;
    display: none;
}

.reservatie {
    padding-bottom: 1em;
}


.reservatiedatum, .checkboxbox label, .radiobuttonbox label {
    background: url('../pictures/unchecked.png') no-repeat left .4em;
    padding-left: 22px;
    cursor: pointer;
}

.reservatiedatum {
    background: url('../pictures/unchecked.png') no-repeat left center;
    padding-left: 22px;
    cursor: pointer;
}

.reservatie .checked {
    background: url('../pictures/checked.png') no-repeat left center !important;
}

.reservatiecheckbox, .filters input[type=checkbox], .checkboxbox input[type=checkbox], .radiobuttonbox input {
    position: absolute;
    left: -9000px;
}

.mindercontent, .meercontent {
    color: #000;
    font-family: CourierPS, 'Courier New', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8em;
}

.meercontent {
    margin-left: 25%;
}

.mindercontent {
    display: none;
}

.meercontent:after {
    content: " >>>";
    font-family: CourierPS, 'Courier New', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8em;
}

.mindercontent:before {
    content: "<<<";
    font-family: CourierPS, 'Courier New', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8em;
}

.meercontent:hover, .meercontent:focus {
    color: #F00;
}

.errorfield {
    background: #E0E0E0 !important;
    border: 1px solid #F00 !important;
}

.alerts, .captchaerror {
    color: #F00;
    font-size: .8em;
}

/******FOOTER***/


/*footer*/

footer {
    background: #E0E0E0;
}

.footer {
    padding: 2em 1em;
}

.footercolumn a {
    color: #000;
    display: inline-block;
    line-height: 1.5;
    text-transform: lowercase;
}

.footer ul {
    list-style-type: none;
    display: block;
}

.footercolumn {
    width: 13%;
    float: left;
}

.partners {
    width: 22%;
    float: left;
}

    .partners li {
        display: inline;
    }

    .partners a {
        vertical-align: top;
        padding: 0 1em 1em 0;
        display: inline-block;
    }

.mainfooteritem {
    font-weight: 700;
    border-bottom: 1px solid #000;
    margin-bottom: .5em;
    display: inline-block;
}

b, .footertaal {
    font-weight: 700;
}

.footercolumn .currenttaal {
    color: #000 !important;
}

.footertaal .taalkeuze {
    margin: 0;
}

/**PERS*/

.zoomslideshow {
    height: 100%;
    width: auto;
}

    .zoomslideshow img {
        width: auto!important;
        height: 100%;
        margin: 0 auto;
    }

    .zoomslideshow .slide img {
        position: relative;
        cursor: url(../pictures/zoomin.png), default;
    }

#zoombox {
    cursor: url(../pictures/zoomout.png), default;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.zoomslideshow .cycle-next, .zoomslideshow .cycle-prev {
    width: 20%;
    display: block;
}

.zoomslideshowwrapper {
    padding-top: 12px;
    box-sizing: border-box;
    height: 100%;
}

.zoomslideshowtitle {
    color: #595959;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding-left: 25px;
}

#cboxClose {
    width: 32px !important;
    height: 32px !important;
    font-size: 0 !important;
    top: 0 !important;
    right: 25px !important;
    bottom: auto !important;
    background: url(../pictures/zoomin.png) no-repeat center center !important;
}

#cboxLoadedContent {
    margin-bottom: 0!important;
}

.soloColumn {
    width: 40%;
}

.fullwidth {
    width: 100% !important;
    padding: 0 !important;
}

/*// RONDLEIDING //*/
legend {
    float: left;
}

.rondleidingcolumn input[type=text] {
    width: 42%!important;
}

.rondleidingcolumn select {
    border: 1px solid #000;
    padding: .3em 0;
}

#tijdelijk {
    margin-top: 10px;
    display: block;
    width: 77%!important;
}

.rondleiding_aantal label {
    width: 65% !important;
}

.rondleiding_aantal input[type=text] {
    width: 12% !important;
}

.rondleiding_radios .radiobuttonbox {
    width: 35% !important;
}

.rondleiding_radios {
    margin-bottom: 1em;
}

.tijdelijklabel {
    width: 100%!important;
    font-size: .9em;
    padding: 0!important;
}

.nofloat {
    float: none;
}

.columnL li {
    list-style-image: url('../pictures/dot.png');
}

.bedrijf {
    display: none;
}

a.artikel {
    text-decoration: none;
}

.artikel span {
    display: block;
}

.artikel .leesmeer {
    display: inline-block;
}

/*******PERS****/


.perslinks a {
    margin-top: .5em;
}

.invisible {
    visibility: hidden;
}

.show {
    display: block !important;
}

.showtop {
    display: none;
}

.header .left {
    vertical-align: bottom;
}

.fixedheader .logo {
    height: 83px;
}


/*********ZOEKEN****************/

.highlight {
    color: #F00;
}

.searchitem {
    border-bottom: 1px solid #000;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

    .searchitem h2 {
        border-bottom: 1px solid #000;
        margin-bottom: 1em;
        display: inline-block;
        padding-bottom: 2px;
    }

.date-filter {
    padding-bottom: 0.5em;
}

    .date-filter label, .date-filter input[type=text] {
        width: 100%;
    }

    .date-filter input[type=submit] {
        margin-top: 0.5em;
    }

.captchabox {
    padding-top: 1em;
}

/*/////////////////////RESPONSIVE SHIZZLE///////////////////////*/


@media (max-width:1024px) {

    body {
        font-size: 13px;
    }

    .logo {
        width: 200px;
        height: 133px;
    }

    .headerbottom {
        margin: 1.5em 0 0 0;
    }

    .headerwrapper {
        padding-top: 21px;
        height: 156px;
    }


    .fakeheader {
        /*fakeheader height = .headerwrapper height - top + padding-top
        height:98px;
      vo te zakken => padding-top == -top ; height = height-top 
    */
        padding-top: 77px;
        height: 2px;
        display: none;
    }

    .fixedheader {
        /* padding-top v fakeheader*/
        top: -100px;
        z-index: 998;
        position: fixed;
        width: 94%;
        max-width: 1400px;
        background: #fff;
    }



    .rondleidingcolumn .rij label {
        width: 41%;
    }

    .rondleidingcolumn .adresline {
        margin-left: 41%;
    }

    .rondleidingcolumn .rondleiding_aantal label {
        width: 71% !important;
    }

    .rondleidingcolumn .rondleiding_radios .radiobuttonbox {
        width: 29% !important;
    }

    #container {
        margin: 0 !important;
    }

    .menu li {
        height: 1em;
    }
}


@media (min-width:780px) {
    .jongerenitem:nth-child(4n+4) {
        border-right: 1px solid #fff;
    }
}

@media (max-width:780px) {

    .partners a {
        display: block;
        padding: 1em 0;
    }

    .headerwrapper {
        height: auto!important;
    }

    .reservatielinks {
        width: 35%;
    }

    .reservatierechts {
        width: 65%;
    }

    .meercontent {
        margin-left: 35%;
    }

    .left, .right, .columnL, .columnR, #bigarticle, #container, .minimized #container {
        width: 100% !important;
        float: none;
        display: block;
        border-right: none;
        border-left: none;
        padding: 0;
        height: auto;
    }



    .supersized {
        padding: 0 0.5em 0.5em;
        width: 33.33%;
    }

    .columnL {
        padding-right: 0 !important;
        padding-bottom: 1em;
    }

    .header .left {
        float: left;
        width: 88px!important;
    }

    .adresline {
        margin-left: 0 !important;
    }

    .header .right {
        text-align: right;
    }

    .menu {
        text-align: left;
    }

    .footercolumn, .partners {
        width: 33%;
        float: left;
        display: block;
    }

    .soloColumn {
        width: 100%;
    }

    .rij label, .rij input[type=text], .rij legend {
        width: 100% !important;
    }

    .submenu {
        display: block;
        border-bottom: 1px solid #000;
        padding-bottom: .5em;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .logo {
        height: 72px;
    }



    #jongerendetails .left {
        display: none;
    }

    #jongerendetails .right {
        width: 100%;
    }

    .jongerenitem {
        width: 100%;
        border-right: none;
        padding: 0 0 .5em 0;
    }
}

#top {
    display: none;
    width: 93px;
    height: 93px;
    border-radius: 93px;
    border: 1px solid #7F7F7F;
    background: rgba(255, 255, 255, 0.85);
    color: #7F7F7F;
    font-size: 17px;
    text-align: center;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 9995;
    box-sizing: border-box;
    padding-top: .5em;
    font-weight: 400;
    cursor: pointer;
}


@media(max-width:780px) and (min-width:500px) {
    .left.home;

{
    width: 33% !important;
    display: table-cell;
}

.right.home {
    width: 67% !important;
    display: table-cell;
}

.left.home .artikel, .home .columnL .artikel {
    width: 95% !important;
    box-sizing: border-box;
}

.home .columnL, .home .columnR {
    width: 50%!important;
    display: table-cell;
}

}

@media (min-width:500px) {
    .mobilemenu {
        display: none;
    }
    /*.item:nth-child(3n+3):not(.supersized) {
        border-right: 1px solid #fff;
    }*/

    /*.item:nth-child(3n+4):not(.supersized) {
        clear:both;
    }*/
}

@media (max-width:500px) {
    .menu, .searchbox {
        display: none;
    }

    .mobilemenu {
        display: block;
    }

    .showtop {
        display: block !important;
    }

    .submenu {
        font-size: 16px;
    }

    .wrapper {
        min-height: 0;
    }

    .fakeheader {
        display: none !important;
        padding: 0;
    }

    .fixedheader {
        position: relative;
        width: 100%;
        top: 0;
    }

    .header {
        position: relative;
    }



    .logo {
        width: 205px;
        height: 70px;
        margin-bottom: 11px;
    }

    body {
        font-size: 12px;
    }


    .home .artikel {
        width: 100% !important;
        padding: 0!important;
    }

        .home .artikel:nth-child(2n) {
            padding: 0!important;
        }

    .item {
        width: 100%;
        border: none;
        padding: 0;
    }

    #container {
        margin: auto;
    }

    .midden {
        padding: 0;
    }

    .item:nth-child(even) {
        border-right: none;
    }

    .mainwrapper, footer {
        box-sizing: border-box;
        padding: 0 14px 0 43px;
        width: 100%;
    }

    .footer {
        padding: 2em 0;
    }

    .headerright {
        float: none;
        width: 100%;
    }

    .header .left, .header .right {
        text-align: left;
        float: none;
        font-size: 18px;
    }

    .header .taalkeuze {
        position: absolute;
        top: 1em;
        right: 0;
        width: auto;
        font-size: 16px;
    }

    .headerbottom {
        margin-top: 4px;
    }

    nav {
        transition: left .5s ease;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

    .open {
        left: -20%;
    }

    .footercolumn {
        width: 50%;
    }

    .partners {
        clear: both;
        float: none;
        width: 100%;
    }

        .partners a {
            display: inline-block;
            padding: 1em 1em 0 0;
        }

    #popup {
        left: 28px;
        box-sizing: border-box;
        padding-right: 28px;
    }

    #popupcontent {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 2em 1em;
    }

    #close {
        right: 1em;
    }

    .open .menuwrapper {
        right: 0;
    }

    .menuwrapper {
        cursor: pointer;
        padding: 0 32px 0 28px;
        position: absolute;
        right: -32px;
        width: 80%;
        height: 100%;
        background: url('../pictures/menu.png') no-repeat right top #000;
    }

        .menuwrapper:hover {
            background: url('../pictures/menu_hover.png') no-repeat right top #000;
        }

    .menu {
        padding: 28px 32px 28px 64px;
        box-sizing: border-box;
        height: 100%;
        background: #fff;
        font-size: 19px;
    }

        .menu li {
            display: block;
            width: 100%;
        }
}
