@font-face {
    font-family: 'arial_rounded_mt_boldbold';
    src: url('../_fonts/arial_rounded_mt_bold_bold-webfont.eot');
    src: url('../_fonts/arial_rounded_mt_bold_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/arial_rounded_mt_bold_bold-webfont.woff2') format('woff2'),
         url('../_fonts/arial_rounded_mt_bold_bold-webfont.woff') format('woff'),
         url('../_fonts/arial_rounded_mt_bold_bold-webfont.ttf') format('truetype'),
         url('../_fonts/arial_rounded_mt_bold_bold-webfont.svg#arial_rounded_mt_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'fontello';
    src: url('../_fonts/fontello.eot?70671575');
    src: url('../_fonts/fontello.eot?70671575#iefix') format('embedded-opentype'),
    url('../_fonts/fontello.woff2?70671575') format('woff2'),
    url('../_fonts/fontello.woff?70671575') format('woff'),
    url('../_fonts/fontello.ttf?70671575') format('truetype'),
    url('../_fonts/fontello.svg?70671575#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?70671575#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-linkedin:before { content: '\e800'; } /* '' */
.icon-mail-1:before { content: '\e802'; } /* '' */
.icon-twitter:before { content: '\e804'; } /* '' */
.icon-facebook-1:before { content: '\e805'; } /* '' */


/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 0em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
img {
    -ms-interpolation-mode: bicubic;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* mobile first */

.anbilogo img { display : block; margin : 0 auto 20px auto;}

html {
    background: url("../_images/site/bgd.jpg");
    background-size: cover;
    font-size: 0.9em;
    line-height: 1.2;
}
body, html{
    height:100%;
}

a, a:active, a:hover, a:visited{
    color:#000000;
    font-weight: bold;
    text-decoration: none;
}

.tekst { padding-bottom : 40px !important;}

.container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
}
.tekst, .zijkolom{
    -webkit-box-flex:1;
    -webkit-flex:1 1 100%;
        -ms-flex:1 1 100%;
            flex:1 1 100%;
}

#top {
    width: 100%;
    padding-top: 20px;
    
}

.quote{
    color: #e5e2e2;
    font-family: "arial_rounded_mt_boldbold",Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 18px;
    height: 30px;
    margin-left: 129px;
    padding-top: 30px;
    text-align: left;
    text-transform: uppercase;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    width: 176px;
}
.logo{
    width: 31%;
    height: auto;
}
.logocontainer{
    margin:0 0 0 5px;
    position: absolute;
    text-align: left;
}
#hoofdmenu {
    background: #000;
    margin-top: 60px;
}
#hoofdmenu ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content:space-around;
        -ms-flex-pack:distribute;
            justify-content:space-around;
    margin: 0;
    padding: 6px 0 4px 0px;
    text-align: center;
}

#hoofdmenu li {
    display: inline;
    font-family: 'arial_rounded_mt_boldbold',Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
     color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 160%;
    list-style-type: none;
    margin: 5px 0;
    z-index: 100;
    }

#hoofdmenu a, #hoofdmenu a:active, #hoofdmenu a:hover, #hoofdmenu a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

#hoofdmenu a.active,
#hoofdmenu a:hover{
    color: #c8b20e;
}

h1{
    color: #c8b20e;
    font-family: 'arial_rounded_mt_boldbold',Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.3em;
    margin: 0 0 15px 0;
    padding : 0;
}

h2{
    color: #09d3e7;
    font-size: 1em;
    margin: 0 0 10px 0;
}
p {  margin: 0 0 15px 0; }

.tekst{
    padding:35px 35px 35px 35px !important;
    background: #e5e2e2;
}
.tekst.home{
    padding:35px 35px 0 35px !important;
    background: #e5e2e2;
}

.tekst table td { padding-left: 20px; }
.tekst table th { padding-bottom : 5px; background-color : #000; text-align: center }
.tekst table th img { margin : 0 auto; }

.homeplaatje{
    width: 100% !important;
    height: auto !important;

}
.zijkolom {
    background: #525252;
    font-family: 'arial_rounded_mt_boldbold',Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1em;
    
}
#socialmedia{
    padding: 20px;
    background: #403e3f;
}
#socialmedia h2 { font-size: 1.2em }
#socialmedia ul {
    margin: 0;
    padding: 6px 0 4px 0;
}

#socialmedia li {
    display: inline;
    
    list-style-type: none;
    padding: 0 15px 0 0;
}
.nieuws{
    padding: 20px 20px 0 20px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif,Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.sidebaritem { padding: 20px; color : #FFF; font-weight:normal;     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; }
.sidebaritem A { color : #FFF; }
.nieuws header{
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 20px;
    font-family : "arial_rounded_mt_boldbold", Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.blok{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-bottom: 20px;

}
.datum{
    width:95px;
    background: #000000;
    font-size: 0.8em;
    color: #09d3e7;
    padding: 8px;
}
.datum p{
    font-size: 1.5em;
    color: #ffffff;
    margin-top: 2px;


}
.item{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-align-content:strech;
        -ms-flex-line-pack:strech;
            align-content:strech;
    -webkit-box-flex:1;
    -webkit-flex:1 1 100%;
        -ms-flex:1 1 100%;
            flex:1 1 100%;
    background: #ffffff;
    padding: 8px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 0.8em;
}

h3{
    font-size: 1em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000000;
    margin:0 0 8px 0;

}
.leesmeer{
    text-align: right;
}
.leesmeer a, .leesmeer a:active, .leesmeer a:hover, .leesmeer a:visited{
    color:#000000;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}
footer{
    float: left;
    width: 100%;
    background: #000;
    padding: 10px 0;
    font-size: 0.8em;
     color: #fff;
     text-align: center;
}
footer a,
footer a:link,
footer a:active,
footer a:visited,
footer a:hover
{ color: #FFF; font-weight: normal; text-decoration: underline;}

.form-group {margin-bottom: 1rem;}
.form-control {color: #495057;background-color: #fff;border: 1px solid #00b6ed;border-radius: 0;}
.form-control {display: block;width: 100%;height: calc(2.25rem + 2px);padding: .375rem .75rem;font-size: 1rem;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
textarea.form-control {height: auto;}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    }
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    }
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    }
.form-check-label {
    margin-bottom: 0;
    }
label {
    display: inline-block;
    margin-bottom: .5rem;
    }
.btn.btn-primary {
    padding: .5rem 1rem;
    border-radius: 0;
    background-color: #000;
    border-color: #FFF;
    font-weight: 200;
    color: #FFF;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    }
    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
    }
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
    }
.text-muted {
    color: #6c757d!important;
    }
.form-text {
    display: block;
    margin-top: .25rem;
    }
.small, small {
    font-size: 80%;
    font-weight: 400;
    }
.d-none { display : none }
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    }
gallery h2 { text-decoration: none; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color : #007193; font-size: 21px; font-weight: normal; margin : -10px 0 15px 0; padding: 0 0 0 0; position: relative; }
.gallery hr { clear:both; }
.gallery .galleryitem { float:left;  width:300px; }
.gallery .galleryitem > a > div { width:300px; height: 224px; background-size:cover; background-position:center center; }
.gallery .galleryitem.padright { margin-right : 20px; }

.galleryfotos > div { margin-bottom : 10px; }
.galleryfotos > div A .image { width:140px; height: 105px; background-size:cover; background-position:center center; float : left; margin-right : 20px;  }
.galleryfotos > div A:last-child .image { margin-right : 0; }

.newsitem { display : flex; }
.newsitem figure { margin : 0; padding: 0; width : 180px; background-size: cover; background-repeat:no-repeat; }
.newsitem section { flex: 1 }
.newsitem section p { font-weight: normal; }
.newsitem section small { font-weight: normal; }
.newsitem section .leesmeer { font-weight : bold; }

.fancybox-title { text-decoration: none; font-weight: normal; margin : 0;  position: relative; padding: 0 0 10px 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

.fancybox-close {
    background-image: url("/_images/fancy_close.png");
}

#fancybox-loading {
    background-image: url("fancybox/fancybox_sprite.png");
}

.fancybox-prev span, .fancybox-next span {
    background-image: url("/_images/arrows_slider.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 37px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 0px;
    background-position: top left;
}

.fancybox-next span {
    right: 0px;
    background-position: top right;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    /* font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; */
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading div {
        background-image: url('fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


/* ==========================================================================
   Media Queries
   ========================================================================== */


@media screen and (max-width: 480px) {
    .tekst img.responsive { width: 100% !important; height: auto !important; }
}

/* tablet 640*/
@media screen and (min-width: 40em){ 
    #top {
        height: 142px;
        text-align: center;
    }

    .quote{
        height: 30px;
        width: 855px;
        padding: 30px 0 0 40px;
        text-align: left;
        font-size: 27px;
    }
    .logocontainer{
        margin: -10px 0 0 20px;
        position: absolute;
    }
    #hoofdmenu {

        margin-top: 50px;
        margin-left: 0px;
    }

    #hoofdmenu ul {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content:space-around;
            -ms-flex-pack:distribute;
                justify-content:space-around;
        padding: 2px 0 4px 0;
    }

    #hoofdmenu li {
        display: inline;
    }
    /*.tekst img { width : inherit !important; height : inherit !important; }*/
    .tekst{
        /*
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-align-content:strech;
            -ms-flex-line-pack:strech;
                align-content:strech;
        */
        padding:35px 35px 0 35px;
        padding-bottom : 0px !important;
    }
    .onderhome{
        -webkit-box-flex:2 1 auto;
        -webkit-flex:2 1 auto;
            -ms-flex:2 1 auto;
                flex:2 1 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:reverse;
        -webkit-flex-direction:row-reverse;
            -ms-flex-direction:row-reverse;
                flex-direction:row-reverse;


    }
    .boventeksthome{
        -webkit-box-flex:1 1 auto ;
        -webkit-flex:1 1 auto;
            -ms-flex:1 1 auto;
                flex:1 1 auto;
    }
    .onderteksthome{
        -webkit-box-flex:1 1 auto;
        -webkit-flex:1 1 auto;
            -ms-flex:1 1 auto;
                flex:1 1 auto;
        padding-left: 20px;
        padding-bottom: 20px;

    }
    img.homeplaatje{
        width: 315px !important;
        height: 328px !important;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
    }
}
/* desktop */
@media screen and (min-width: 52em){ 
    .container{
        max-width: 1000px;
        margin: 0 auto;
    }
    .logo{
        width: 50%;
        height: auto;
    }
    .logocontainer{
        margin:0 0 0 -45px;
        position: absolute;

    }
    .quote{
        height: 30px;
        width: 585px;
        padding-top: 30px;
        text-align: center;
        font-family: 'arial_rounded_mt_boldbold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 35px;
    }
    #hoofdmenu ul {

        padding: 2px 0 4px 109px;
    }
    .main{
        -webkit-box-flex:1 1 auto;
        -webkit-flex:1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
    }
    .tekst{
        -webkit-box-flex:2.5;
        -webkit-flex:2.5 1;
            -ms-flex:2.5 1;
                flex:2.5 1;

    }
    .homeplaatje{
        margin-left: -76px;
    }
    .zijkolom {
        -webkit-box-flex:1;
        -webkit-flex:1 1;
            -ms-flex:1 1;
                flex:1 1;

    }
}

/* ADMIN */
#admindiv { background-color:#eeeeee; filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75; position:absolute; border:1px solid #000; width : 250px; top : 10px; right : 10px; z-index: 1000; }
#admindiv .header { padding:2px; background-color:#e32322; color:#FFF; font-weight:bold; background-image : url(/_images/site/generic/sitemanager.png); background-repeat : no-repeat; background-position : 232px 0px; height : 25px; border-bottom : 1px solid #000; }
#admindiv .header SPAN A { color:#FFF; font-weight:bold; text-decoration : none; }
#admindiv .body { padding:4px; }
#admindiv .body A { color : #000; font-weight : bold; }
#admindiv .body LI { list-style: none; }



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


@media all and (min-width: 40em) and (-ms-high-contrast:none)
{
    img.homeplaatje{
        width: auto !important;
    }
}