/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

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





body,html
{
	width: 100%;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

#container
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

#header
{
	background-color: #ffffff;
	width: 100%;
	height: 90px;
	display: block;
	position: fixed;
	top: 0;
	z-index: 100;
}

#main
{
	position: absolute;
	width: 80%;
	height: 50%;
	top: 50%;
	left: 50%;
	margin-left: -40%;
}


@media only screen and (min-width: 1250px) {
#main
{
	position: absolute;
	width: 1000px;
	height: 50%;
	top: 50%;
	left: 50%;
	margin-left: -500px;
}


}

#content
{
    position:absolute;
    top:-50%;
    left:0;
    bottom:50%;
    right:0;

	background: url(../img/backgr-w90.png) repeat;
	background: rgba(255, 255, 255, 0.90);
	padding: 20px 30px;
	text-align: left;
	overflow: auto;

}



#headerlogo
{
	width: 120px;
	height: 70px;
	display: block;
	float: left;
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 20px;
	background-image: url(../img/logo1.png);
	background-repeat: no-repeat;
	background-position: center center;
}



#padtxt
{
	position: absolute;
	left: 0;
	bottom: 50%;
	right: 0;
	padding: 10px;
	text-align: right;
	background: url(../img/backgr-red70.png) repeat;
	background: rgba(190, 21, 34, 0.8);
	margin-bottom: -50px;
	color: #FFF;
	font-size: 14px;
}

#padtxt a, #padtxt a:link, #padtxt a:visited
{
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}
#padtxt a:hover
{
	text-shadow: 0 0 20px #000;
}





ul.links
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 50px;
	margin-top: 35px;
}

ul.links li
{
	list-style-type: none;
	padding: 0;
	margin: 0 20px;
	float: left;
}

ul.links li a
{
	color: #be1522;
	font-size: 16px;
	text-decoration: none;
}

ul.links li.active a
{
	color: #000;
}

ul.links li a:hover
{
	color: #000;
}




#footer
{
	width: 100%;
	height: 90px;
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 100;
	background: url(../img/backgr-black35.png) repeat;
	background: rgba(0, 0, 0, 0.35);
}


#copyright
{
	width: 200px;
	height: 75px;
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 200;
	right: 0;
	text-align: right;
	color: #fff;
	font-size: 10px;
	margin-right: 20px;
}

#copyright a, #copyright a:link, #copyright a:visited
{
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 5px #000;
}
#copyright a:hover
{
	color: #fff;
	text-decoration: none;
}


#footer ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 50px;
	margin-top: 35px;
	margin-right: 130px;
}

#footer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0 15px;
	float: left;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}

#footer ul li a
{
	color: #fff;
	text-decoration: none;
}
#footer ul li  a:hover { color: #ee2e24; }







#content a, #content a:link, #content a:visited { color: #002d62; }
#content a:hover { color: #ee2e24; }




.donkerblauw { color: #002d62; }
.rood { color: #ee2e24; }




#content h1
{
	color: #ee2e24;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
#content h2
{
	color: #002d62;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
#content h3
{
	color: #ee2e24;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
	line-height: 1.4em;
}
#content h4
{
	color: #ee2e24;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
}
#content p
{
	color: #333;
	font-size: 13px;
	text-align: justify;
	line-height: 1.4em;
}

#content
{
	color: #333;
	font-size: 13px;
	text-align: justify;
	line-height: 1.4em;
}

#content li {margin: 10px 0;}





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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

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



/*iPad styles*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

#content p
{
	font-size: 16px;
	line-height: 1.4em;
}

#content
{
	font-size: 16px;
	line-height: 1.4em;
}

ul.links li a
{
	font-size: 18px;
}


}










/*smartphone styles*/
@media only screen and (max-width: 600px) {
    /* Style adjustments for viewports that meet the condition */

#headerlogo
{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}




#content
{
	padding: 10px;
}
#content h1
{
	font-size: 15px;
	margin-right: 0;
}
#content h2
{
	font-size: 15px;
}
#content p
{
	font-size: 12px;
}




ul.links
{
	margin-left: 0px;
	margin-top: 15px;
}

ul.links li
{
	list-style-type: none;
	padding: 0;
	margin: 5px 15px;
	float: left;
}

ul.links li a
{
	font-size: 15px;
}



#footer ul
{
	margin-left: 10px;
	margin-top: 10px;
}

#footer ul li
{
	margin: 0 5px;
	font-size: 10px;
}





}





/* for high resolution display */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 


#headerlogo
{
	width: 120px;
	height: 70px;
	background-image: url(../img/logo1@2x.png);
	background-size: 120px 70px;
}



}



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

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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