@charset "utf-8";

#hsform {
    text-align: left;
    padding: 10px 20px;
    border-radius: 1em;
    pointer-events: auto;
    background-color: #198DA6;
    height: 50px
}

#hsform h3 {
    color: #FFF;
    height: 40px;
    padding: 6px 16px 0 13px
}

#hsform form {
    margin: 0;
    display: block
}

#hsform .hs-field {
    float: left;
    position: relative;
    width: 400px;
    height: 50px;
    background-color: #FFF;
    text-align: left;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

#hsform .hs-field label {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    padding: 4px 14px;
    top: -9999px;
    visibility: hidden
}

#hsform .hs-field input {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    font-size: 16px;
    padding: 4px 0;
    margin: 0 14px;
    border: 0 none;
    background: transparent;
    top: 12px;
    width: 380px
}

#hsform .hs-button {
    display: block;
    float: left;
    border: 0 none;
    cursor: pointer;
    width: 40px;
    height: 50px;
    padding: 0;
    margin: 0 0 0 -5px;
    text-indent: -9999px;
    background: transparent url("/media/mod_anl_homesearch/images/hs-searchbutton.png") no-repeat scroll 50% 50%
}

#hsform .hs-error {
    clear: both;
    padding: 3px 0 3px 13px;
    color: red
}

#hsform .hs-morelink {
    clear: both;
    padding: 3px 0 10px 0
}

#hsform a {
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    padding: 0 16px 0 13px;
    background: url("/media/mod_anl_homesearch/images/hs-morelinkw.png") no-repeat scroll 100% 50%
}

.hs-buttons {
    padding: 10px 0;
    /* max-width: 690px; */
    max-width: 1100px;

}


.hs-buttons .zoekingang-row a:hover {
    text-decoration: none;
}

.hs-buttons .zoekingang-outer {
    background-color: #F9F8F6;
    width: 220px;
    height: 160px;
    margin: 0 10px 10px;
    position: relative;
    border-radius: 5px;
    float: left;
    cursor: pointer;
    padding-top: 10px;
    position: relative;
    /* border: 1px solid #CCC; */
}

/* .hs-buttons .zoekingang-outer.klein { */
    /* height: 100px */
/* } */

.hs-buttons .zoekingang-outer:hover {
    background-color: #ececec
}

.hs-buttons .zoekingang-titel {
    
    position: absolute;
    width: 100%;
    bottom: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;    
    color: #625a5a;
}

.hs-buttons .zoekingang-titel a{
    position: relative;
    text-align: center;
}

.hs-buttons .zoekingang-titel:hover {
    text-decoration: none
}

.hs-buttons .aantal-resultaten {
    display: block;
    /* height: 32px; */
    line-height: 30px;
    text-align: center;
   
}

.hs-buttons .aantal-resultaten .aantal {
    text-align: center;
    padding: 0px 0;
    font-size: 30px;
    font-weight: 375;
    text-decoration: none;
    /* color: #1f1f1f; */
    color: #8b7d7d;
}

.hs-buttons .aantal-resultaten .aantal:hover {
    text-decoration: none
}

.hs-buttons .mifa-solid {
    font-size: 80px;
    color: var(--groen);
    text-align: center;
    text-shadow: 1px 1px 1px grey;
}

.hs-buttons .mifa-solid:hover, .hs-buttons .mifa-solid.hovered, .hs-buttons .mifa-solid:active {
    /* font-size: 80px; */
    color: var(--oranje);
}

.hs-buttons .genealogie-ingang {
    height: 90px;
    width: 120px;
    display: block;
    margin: 0 auto;
}

.hs-buttons .beeld-en-geluid-zoekingang {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 90px;

}

.hs-buttons .drukwerk-zoekingang {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

.hs-buttons .bieb-zoekingang {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}


.hs-buttons .vergunning-zoekingang {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

.hs-buttons .locaties-zoekingang {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

.hs-buttons .archieven-zoekingang {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

.hs-buttons .bestanden-zoekingang {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}



.zoekingang-outer img {
    height: 90px;
    width: auto;

}

.zoekingang-outer img {
    color: red;
    
}


.hs-buttons .archiefvormers-zoekingang {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    
}

.hs-buttons .alles-zoekingang {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}


_body {
    background-color: #FFF;
    color: #2a2a2a;
    /* font-family: Arial, Helvetica Neue, Helvetica, sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    /* text-align: center; */
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    /* outline: none; */
    color: #000;
    /* font-weight: normal; */
    text-decoration: none
}

a:hover {
    /* color: #0b58a0; */
    color: black;
    /* font-weight: normal; */
    text-decoration: underline
}

/* a:focus { */
    /* outline: none */
/* } */

a img {
    border: 0
}

a.readmore {
    display: block;
    padding-top: 5px
}

.default-content a {
    color: #0b58a0
}

h1, h2, h3, h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle
}

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4a:hover {
    display: block;
    text-decoration: none !important
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table.volledigebreedte {
    width: 100%
}

th, td {
    text-align: left;
    padding: 0 10px 0 0;
    vertical-align: top
}

a img {
    border: 0
}

p {
    margin: 0 0 1em 0;
    text-align: left
}

form, fieldset, legend {
    border: medium none;
    margin: 0;
    padding: 0
}

.rood {
    color: #c00
}

.groen {
    color: #0c0
}

.highlight {
    background-color: yellow;
    padding: 0
}

p.code {
    background-color: #ddd;
    border: 1px solid #bbb
}

.klein {
    color: #999;
    font-size: .8em
}

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

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

a.pdf {
    background: url("/templates/archieven2014/images/file-pdf.png") no-repeat scroll 0 50%;
    padding: 4px 0 4px 25px
}

a.doc {
    background: url("/templates/archieven2014/images/file-doc.png") no-repeat scroll 0 50%;
    padding: 4px 0 4px 25px
}

.error {
    padding: 0px;
    margin-bottom: 20px
}

#system-message {
    margin: 10px 0 20px 0;
    border-left: 0;
    border-right: 0
}

#system-message dt {
    font-weight: bold;
    position: absolute;
    top: -2000px;
    left: -3000px
}

#system-message dd {
    margin: 0 0 15px 0;
    font-weight: bold;
    text-indent: 0px;
    padding: 0
}

#system-message dd ul {
    color: #000;
    list-style: none;
    padding: 10px 10px 10px 40px;
    margin: 0
}

#system-message dd ul li {
    line-height: 1.5em
}

#system-message dd.message ul {
    background: url("/media/system/images/notice-info.png") no-repeat scroll 3px 50% #C3D2E5;
    border-bottom: 3px solid #84A7DB;
    border-top: 3px solid #84A7DB;
    color: #05B
}

#system-message dd.error ul {
    background: url("/media/system/images/notice-alert.png") no-repeat scroll 3px 50% #E6C0C0;
    border-bottom: 3px solid #DE7A7B;
    border-top: 3px solid #DE7A7B;
    color: #C00
}

#system-message dd.notice ul {
    background: url("/media/system/images/notice-note.png") no-repeat scroll 3px 50% #EFE7B8;
    border-bottom: 3px solid #F0DC7E;
    border-top: 3px solid #F0DC7E;
    color: #C00
}

.tip {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CFCCCC;
    padding: 3px 5px;
    text-align: left;
    border-radius: 3px 3px 3px 3px
}

.tip-title {
    font-weight: normal
}

.site-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left
}

.site-header {
    position: relative;
    height: 75px;
    z-index: 9990;
    background: url("/templates/archieven2014/images/backgrounds.png") repeat-x scroll 0 0 #252525
}

.header-logo {
    position: absolute
}

.header-logo a {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("/templates/archieven2014/images/icon80.png");
    text-indent: -9999px
}

.header-menu {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 80px;
    z-index: 1
}

.header-menu .mainmenu {
    font-size: 16px;
    line-height: 24px
}

.header-menu .submenu {
    clear: both;
    font-size: 14px;
    line-height: 24px;
    float: right
}

.header-menu ul.menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    height: 35px
}

.header-menu ul.menu li {
    float: left;
    margin: 0;
    padding: 0
}

.header-menu ul.menu li a {
    color: #FFF;
    display: block;
    font-weight: normal;
    padding: 6px 13px;
    text-decoration: none !important
}

.header-menu ul.menu li a:hover, .header-menu ul.menu li.active>a {
    text-decoration: none !important;
    color: #A0CD10
}

.header-buttons {
    position: absolute;
    right: 0;
    z-index: 2
}

.header-buttons div {
    width: 32px;
    height: 32px;
    background-image: url("/templates/archieven2014/images/buttons.png");
    text-indent: -9999px;
    cursor: pointer;
    margin-top: 3px;
    float: left;
    margin-left: 6px
}

.header-buttons div.showonfull {
    display: none
}

.header-buttons div.btn-fullscreen {
    background-position: 0 0
}

.header-buttons div.btn-fullscreen:hover {
    background-position: 32px 0
}

.header-buttons div.btn-defaultscreen {
    background-position: 0 -32px;
    display: none
}

.header-buttons div.btn-defaultscreen:hover {
    background-position: 32px -32px
}

.header-buttons div.btn-help {
    background-position: 0 -64px
}

.header-buttons div.btn-help:hover {
    background-position: 32px -64px
}

.site-footer {
    position: relative;
    height: 30px;
    clear: both;
    padding: 50px 0
}

._footer-menu {
    float: left
}

._footer-menu ul.menu {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

._footer-menu ul.menu li {
    display: inline;
    margin: 0 5px;
    padding: 0;
    color: #000
}

._footer-menu ul.menu li a {
    display: block;
    float: left;
    margin: 0 6px 0 0;
    font-weight: normal
}

._footer-menu ul.menu li:first-child a {
    border-left: none
}

._footer-language {
    float: right
}

._footer-language li {
    margin: 0 5px
}

.default-content {
    float: left;
    width: 710px;
    margin-top: 20px
}

.default-content.wide {
    width: 100%
}

.default-sidebar {
    float: right;
    width: 400px;
    margin-top: 20px
}

.default-content header h2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.6em;
    padding-bottom: 20px
}

.default-content .item-page {
    width: 710px
}

.fullscreen .site-wrapper {
    width: 97%;
    margin: 0 60px 0 10px
}

.fullscreen .header-buttons div.btn-fullscreen {
    display: none
}

.fullscreen .header-buttons div.showonfull {
    display: block
}

.fullscreen .site-header {
    height: 40px
}

.fullscreen .header-logo a {
    width: 40px;
    height: 40px;
    background-image: url("/templates/archieven2014/images/icon40.png")
}

.fullscreen .header-menu .submenu {
    display: none
}

/* .harmonica {} */

.harmonica h3 {
    position: relative;
    margin: 0;
    background: transparent url(/templates/archieven2014/images/harmonica-bar.png) 0 0 repeat-x;
    padding: 0 10px;
    height: 37px;
    line-height: 37px
}

.harmonica h3.hover {
    background: #E9E9E9 none 0 0 repeat-x
}

.harmonica .harmcont {
    position: relative;
    height: auto;
    padding: 6px 10px 16px 10px
}

.harmonica .hararr {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(/templates/archieven2014/images/harmonica-open.png);
    top: 10px;
    right: 15px
}

.harmonica .hararrclose {
    background-image: url(/templates/archieven2014/images/harmonica-close.png)
}

@media all and (min-width:800px) and (max-width:1050px) {
    .site-wrapper {
        width: 98% !important
    }

    .default-content {
        width: 460px
    }

    .default-content .item-page {
        width: 100%
    }

    .homepage-bottom .module {
        width: 100%;
        float: none
    }

    .header-buttons div.btn-fullscreen {
        display: none
    }
}

@media all and (max-width:800px) {
    .site-wrapper {
        width: 98% !important
    }

    .site-header, .header-menu ul.menu {
        height: auto
    }

    .header-menu:after {
        content: "";
        display: table;
        clear: both
    }

    .default-content {
        width: 340px
    }

    .default-content .item-page {
        width: 100%
    }

    .header-buttons div.btn-fullscreen {
        display: none
    }

    .homepage-bottom .module {
        width: 100%
    }
}

.mi_form2 div.mi_formtitle .mi_togglehelp {
    background-image: url("/templates/archieven2014/images/mi_uitleg.png");
    padding-right: 10%
}

button.mi_commandbutton, input.mi_commandbutton {
    font-size: 1.2em;
    line-height: 2em;
    margin: 2px 0 0 5px;
    padding: 5px 10px
}

div.mi_sort {
    padding-top: 13px
}

div.mi_sort select {
    border: medium none;
    height: 28px;
    padding: 1px 1px 0 3px
}

div.mi_form, div.mi_form .mi_hyperlink, div.mi_form a.mi_hyperlink:active, div.mi_form a.mi_hyperlink:hover, .mi_li_header, div.mi_page td.mi_search_info, div.mi_nav_top div.mi_nav_header, div.mi_page .mi_search_info a, div.mi_page .mi_search_info a:active, div.mi_page .mi_search_info a:hover, div.mi_form label, div.mi_inv div.mi_menu_header, .mi_page .mi_boxmain .mi_titlerow .mi_anvr, .miformline .miformitem.open .miformitemtitle label, .mi_breadcrumb, div.mi_page .mi_breadcrumb a, .mi_breadcrumb .mi_hyperlink:hover {
    color: #fff
}

.mi_breadcrumb a {
    background-image: url("//mifiles.archieven.nl/default/images/mi_white_breadcrumb_link.gif")
}

.mi_breadcrumb, div#miloading, div.mi_form_main, div.mi_page .mi_search_info, div.mi_page td.mi_search_info, div.mi_page div.mi_filterbox li.mi_li_header, div.roundform, div.roundformmouse, div.mi_inv div.mi_menu_header, .miformline .miformitem .miformitemlinkmain, .miformline .miformitem form, .mi_page .mi_bluetop .topfiller, .mi_page .mi_bluetop .mi_tablinks, .mi_page .mi_boxmain .mi_titlerow {
    background-color: #198DA6
}

div.mi_form, div.mi_form .mi_hyperlink, div.mi_form a.mi_hyperlink:active, div.mi_form a.mi_hyperlink:hover, .mi_li_header, div.mi_page .mi_search_info, div.mi_nav_top div.mi_nav_header, div.mi_page .mi_search_info a, div.mi_page .mi_search_info a:active, div.mi_page .mi_search_info a:hover, div.mi_form label, div.mi_inv div.mi_menu_header, .mi_page .mi_boxmain .mi_titlerow .mi_anvr, .miformline .miformitem.open .miformitemtitle label, .mi_breadcrumb, div.mi_page .mi_breadcrumb a, .mi_breadcrumb .mi_hyperlink:hover {
    color: #FFF
}

div.mi_swapform a.arrowright {
    color: #FFF;
    background-image: url("//mifiles.archieven.nl/default/images/arrow_white_default_right.gif")
}

div.mi_swapform a.arrowup {
    color: #FFF;
    background-image: url("//mifiles.archieven.nl/default/images/arrow_white_default_up.gif")
}

.mi_backbutton {
    color: #FFF;
    background-image: url("//mifiles.archieven.nl/default/images/arrow_white_default_left.gif")
}

.miformline .miformitem fieldset {
    border-color: #FFF
}

.miformline .miformitem .miformitemlink, .mi_regform .mi_formlabel {
    color: #3D3D3D
}

.mi_breadcrumb a {
    background-image: url("//mifiles.archieven.nl/default/images/mi_white_breadcrumb_link.gif")
}

div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none
}

div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px
}

div.mod-languages ul.lang-inline li {
    display: inline
}

div.mod-languages ul.lang-block li {
    display: block
}

div.mod-languages img {
    border: none
}

div.mod-languages a {
    text-decoration: none
}

.zoekveld {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}