/*
 * HTML5 Boilerplate
 *
 * 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{
	background:#00314c url('/admin/images/v3/body-bg.jpg') top repeat-x;
}
body {
    font-size:0.85em;
    line-height: 1.4;
    width:1000px;
    margin:auto;
}

/*
 * 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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

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

h1{
	font-family:'OpenSans-Light',sans-serif;
	color:#fff;
	font-size: 1.3em;
	margin: 0;
	padding: 10px 0 0 0;
}
h2{
	font-family:'OpenSans-Light',sans-serif;
	color:#0aa0dc;
}
h3{
	font-size:1.0em;
	margin:20px 0 0 0;
	color:#0aa0dc;
}
h3.orange{
	color:#ff9e04 !important;
	background:transparent;
}
p{
	margin:0 0 20px 0;
}
ul,li{
	margin:0;
	padding:0;
}

header{
	position:relative;
	padding-top:37px;
}
header div#logo{
	width: 340px;
	text-align: center;
	margin-bottom:25px;
}
header div#pijl{
	position:absolute;
	width:121px;
	height:244px;
	top:58px;
	left:-121px;
	background:url('/admin/images/v3/header-pijl.png') 50% 50% no-repeat;
}
header div#tagline{
	position:absolute;
	top:32px;
	left:430px;
	color:#0aa0dc;
	text-align:center;
	line-height:1.25;
}
header div#tagline p{
	font-size:1.4em;
	margin:5px 0 0 0;
}
header div#tagline h3{
	font-family:'OpenSans-Bold',sans-serif;
	font-size:1.75em;
	color:#FFF;
	margin:0;
}
header div#helpdesk{
	position:absolute;
	top:65px;
	right:0;
	color:#FFF;
	padding-left:10%;
}
header div#helpdesk a{
	display:inline-block;
	width:208px;
	height:45px;
}
header div#helpdesk a:hover{

}

header div#login{
	position:absolute;
	top:55px;
	right:0;
	color:#FFF;
	padding-left:10%;
	font-size:0.9em;
}
header div#login ul {width: 270px;}
header div#login li {margin:0 0 5px;height:25px; list-style:none;}
header div#login input[name=username], header div#login input[name=password] {
	width:100px;
	border:0;
	color:#4a4a49;
	padding:7px 5px 7px 25px;
	border-radius:5px;
	font-size:0.9em;
	float: left;
	margin: 0 0 5px 0;
}
header div#login input[name=username]{background:#EEE url('/admin/images/v3/icon-username.png') 6% 50% no-repeat;}
header div#login input[name=password]{background:#EEE url('/admin/images/v3/icon-password.png') 6% 50% no-repeat; margin-left: 10px;}
header div#login .loginerror {margin: -1px 0 2px 0;	color: #ff0000;	font-style: italic;	}
header div#login a {color:#3d97c7;font-size:0.9em;text-decoration:none;}
header div#login a:hover {text-decoration:underline;}
header div#login input[type=submit]{float:right;border:none;padding:5px 20px; font-size: 1.2em;margin-top:5px;}


header div#languages{
	position:absolute;
	top:0;
	right:0;
	background:#e3e3e3;
	border-radius:0 0 5px 5px;
	padding:2px 5px;
}
header div#languages a{
	display:inline-block;
	padding:2px;
}

header div#refresh{
	position:absolute;
	top:174px;
	right:30px;
}
header div#refresh a{
	text-decoration:none;
	color:#85cfec;
	background:url('/admin/images/v3/refresh-icon.png') 100% 50% no-repeat;
	padding:10px 35px 10px 0;
}
header div#refresh a:hover{
	color:#FFF;
}

/* Stylen van navigatie */
header nav{
	background-color:#0aa0dc;
	border-radius:5px 5px 0 0;
	font-size:18px
}
header nav ul{
	padding-left:20px;
}
header nav li{
	display:inline-block;
	list-style:none;
}
header nav li a{
	font-family:'OpenSans_SemiCondensed-Regular',sans-serif;
	display:inline-block;
	padding:10px;
	color:#FFF;
	text-decoration:none;
}
header nav li.active a{
	color:#ff9e04;
}
header nav li a:hover{
	color:#4a4a49;
	text-decoration:none;	
}

header ul.sub-menu{
	font-size:0.9em;
	background-color:#4a4a49;
}

/* Stylen van middendeel */
div#container{
	padding:20px 0;
}
div#container section h1{
	margin:0;
}

article{
	position:relative;
	width:650px;
	float:left;
	margin-right:30px;
}
aside{
	width:320px;
	float:left;
}
aside div.video{
	border-radius:5px 5px 0 0;
	padding:15px;
	font-family:'OpenSans-Light',sans-serif;
	font-size:1.5em;
	color:#FFF;
	margin:0;
	background:#FFF url('/admin/images/v3/bg-aside-top.jpg') top repeat-x;
}
aside div.video a{
	color:#FFF;
	text-decoration: none;
}
aside div.video b{
	font-family:'OpenSans-Bold',sans-serif;
}
aside div.block{
	width:270px;
	margin-right:5px;
	background:#FFF;
	border-radius:0 0 5px 5px;
}
div.aanbiedingblok{
	float:left;
	width:300px;
	height:250px;
	border-radius:5px;
	background:#2baee1;
	color:#FFF;
	margin:30px 10px 0 10px;
}



/* Stylen van voet */
footer{
	font-family:sans-serif;
	font-size:0.8em;
	color:#4a4a49;
	text-align:center;
	background:#eef0f1 url('/admin/images/v3/container-bg.png') 50% 50%;
	border-radius:0 0 5px 5px;
	border-top:1px solid #CCC;
	padding:15px 0;
}

ul#stappen{
	/*font-family:'OpenSans-Light',sans-serif;*/
	color:#FFF;
	background:#2baee1 url('/admin/images/v3/intro-bg.png') top repeat-x;
	overflow:auto;
	margin:0 0 30px 0;
	padding:0;
	border-radius:0 0 5px 5px;
	font-size:14px;
}
ul#stappen li{
	list-style:none;
	float:left;
	width:28%;
	margin-right:1%;
	padding:0 2% 1% 2%;
	background:url('/admin/images/v3/stappen-delimeter.png') 100% 87.5% no-repeat;
}
ul#stappen li:last-child{
	background:none;
}
ul#stappen img{
	margin-bottom:15px;
}

/* Buttons */
.btn{
	font-family:'OpenSans-Bold',sans-serif;
	border-radius:5px;
	text-align:center;
	color:#FFF;
	transition:background 1s;
	-webkit-transition:background 1s;
	text-decoration:none;
}
.large{
	display:inline-block;
	padding:10px 0;
	font-size:1.8em;
	margin-right:20px;
}
.medium{
	display:block;
	padding:10px 0;
	font-size:1.6em;
}
.orange{
	background:#ff9e04;
}
.btn:hover{
	background:#2baee1;
}
.transition{
	transition:background 1s;
	-webkit-transition:background 1s;
}

/* Blocks */
.item{
	overflow:auto;
	min-height:300px;
	margin-bottom:30px;
	background-color:#FFF;
	border-radius:5px;
}
.block{
	padding:25px;
	float:left;
	width:275px;
	min-height:240px;
	height:100%;
}
.block h3{
	font-family:'OpenSans-Light',sans-serif;
	line-height:1.0em;
	font-size:1.8em;
	color:#2baee1;
	margin:0 0 10px 0;
}
.block h3 small{
	font-size:0.65em;
}
.block b{
	color:#2baee1;
}
.block hr{
	border:none;
	border-top:1px solid #d2d2d1;
	margin:30px 0;
}
.block .full{
	width:275px;
	text-align:center;
}
.whitetext{
	font-family:'OpenSans-Light',sans-serif;
	color:#FFF;
}
.whitetext p,.whitetext b{
	color:#FFF;
	font-size:1.2em;
}
.whitetext h3,.whitetext a{color:#FFF;}
.whitetext a{
	text-decoration:none;
}
.whitetext a:hover{
	text-decoration:underline;
}
.whitetext b{
	font-family:'OpenSans-Bold',sans-serif;
}
.whitetext big{
	font-family:'OpenSans-Bold',sans-serif;
	color:#008ecb;
}
img.nuactief{
	position:absolute;
	margin-top:-8px;
	margin-left:-657px;
}
.bg-orange{
	background-image:url('/admin/images/v3/bg-orange.jpg');
	background-repeat:repeat-y;
}
.bg-blue{
	background-image:url('/admin/images/v3/bg-blue.jpg');
	background-repeat:repeat-y;
}


ul.domains{
	font-family:sans-serif;
	overflow:auto;
	margin-bottom:30px;
}
ul.domains li{
	width:50%;
	list-style:none;
}
ul.domains li.odd{
	float:left;
}
ul.domains li.even{
	float:right;
}
ul.domains a{
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	color:#4a4a49;
}
ul.domains a:hover{
	text-decoration:underline;
}

div.inloggenenbieden{
	width:620px;
	height:360px;
	margin:15% auto 0 auto;
	background:#FFF url('/admin/images/v3/bg-blue-login.png') left repeat-y;
	border-radius:5px;
	position:relative;
}
div.inloggenenbieden div.close{
	position:absolute;
	top:-30px;
	right:-30px;
	width:23px;
	height:23px;
	z-index:1001;
}
div.inloggenenbieden div.close a{
	display:inline-block;
	width:23px;
	height:23px;
	background:url('/admin/images/v3/icon-close.png') no-repeat;
}
div.inloggenenbieden div.block{
	width:40%;
	text-align:center;
	margin:0;
	padding:0 30px;
}
div.inloggenenbieden form{
	margin-top:83px;
}
div.inloggenenbieden input[name=username]{
	border:0;
	background:#EEE url('/admin/images/v3/icon-username.png') 6% 50% no-repeat;
	color:#4a4a49;
	padding:10px 20px 10px 40px;
	border-radius:5px;
	font-size:0.9em;
	margin:5px 0;
}
div.inloggenenbieden input[name=password]{
	border:0;
	background:#EEE url('/admin/images/v3/icon-password.png') 6% 50% no-repeat;
	color:#4a4a49;
	padding:10px 20px 10px 40px;
	border-radius:5px;
	font-size:0.9em;
	margin:5px 0;
}
div.inloggenenbieden input[type=submit]{
	border:none;
	padding:10px 20px;
}
div.inloggenenbieden input[type=submit].large{
	margin-right:0;
}
div.forgotpassword{
	margin-top:45px;
}
div.forgotpassword a{
	color:#bfc5ca;
	text-decoration:none;
}
div.forgotpassword a:hover{
	text-decoration:underline;
}

/* Classes */
.margin5-0{margin:5px 0;}
.margin15{margin:15px;}
.margintop15{margin-top:15px;}
.margintop50{margin-top:50px;}
.margintop60{margin-top:60px;}
.marginbottom10{margin-bottom:10px;}
.marginbottom20{margin-bottom:20px;}
.margin25-0{margin:25px 0;}
.margin0-25{margin:0 25px;}
.padding20{padding:20px;}
.padding10-20{padding:10px 20px;}
.center{text-align:center}
.width320{width:320px;}
.sansserif{font-family:sans-serif !important;}
.floatright{float:right;}


/* Opmaak van berichtgevingen */
div.msg{
	font-family:sans-serif;
	font-weight:bold;
	font-size:0.95em;
	border:1px solid #000;
	text-align:center;
	padding:15px 0;
	border-radius:5px;
}
div.msg h2{
	padding:0;
	margin:0 0 5px 0;
	background:none;
	color:inherit;
	font-family:sans-serif;
}
div.msg p{
	font-size:1.1em;
	margin:0;
}
div.error{
	border-color:#d74b4b;
	color:#d74b4b;
	background:#f8cfcf;
}
div.error h2{
	font-size:1.3em;
}
div.notice{
	border-color:#ff9e04;
	color:#CC7E03;
	background:#ffe2b5;
}
div.success{
	border-color:#25792d;
	color:#25792d;
	background:#b1ecb6;
}


/* ==========================================================================
   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.
   ========================================================================== */

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

@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;
    }
}


.clear{
	clear:both;
}

/* footer info */

#footer {height:250px; font-size: 0.8em;}

#footer li {
	list-style: none;
	float:left;
	margin:0 0 50px 15px;
}

#footer li a{
	text-decoration:none;
}

#footer li.readmore a {
	color: #c0c0c0; 
	font-style:italic;
}

#footer li.first {
	margin-left: 0;
	padding-top: 10px;
	text-align: center; 
}

#twittericon {
	margin: 15px 0;
}

#footer li li {
	float:none;
	margin:0 25px 0 0;
	font-size:11px;
	line-height:19px;
}

#footer h2, #footer h2 a {
	color:#fff;
	font-weight:bold;
	line-height:19px;
}

#footer li li a {color:#009ddb;display:block;line-height:19px}
#footer li li a:hover {text-decoration:underline}



div#eyecatcher{
    /* background:url('/admin/images/voordelen/header-seo.jpg'); */
    height:520px;
    position:relative;
}

div#eyecatcher div.description{
    font-family:'OpenSans-Light',sans-serif;
    position:absolute;
    top:40px;
    left:0;
    background:url('/admin/images/voordelen/bg-eyecatcher-description.png');
    width:450px;
    padding:30px 50px;
    color:#FFF;
    font-size:30px;
}
div#eyecatcher div.descriptionbtns{
    position:absolute;
    bottom:30px;
    left:38px;
}
div#eyecatcher div.descriptionbtns a.btn{
	font-family:'OpenSans-Light',sans-serif;
}

div#quote{
		/* font-family:'OpenSans-Light',sans-serif; */
    position:relative;
    background:#019ddb;
    font-size:16px;
    padding:30px 130px 30px 30px;
    margin-bottom:70px;
    color:#FFF;
    text-align: justify;
}
div#quote b{
	font-family:'OpenSans-Bold',sans-serif;
    text-transform:uppercase;
}
div#quote div.quotearrow{
    position:absolute;
    top:-80px;
    right:-40px;
    width:122px;
    height:253px;
    background:url('/admin/images/voordelen/quote-pijl.png');
}

div#usps{
    overflow:auto;
}
div#usps h3{
	font-family:'OpenSans-Bold',sans-serif;
    color:#FFF;
    margin:40px 0 50px 0;
    font-size:2.0em;
    text-align:center;
    text-transform:uppercase;
}
div.usp{
    float:left;
    width:45%;
    font-size:0.9em;
    color:#FFF;
    margin-bottom:60px;
    padding-right:5%;
    line-height:1.6em;
}
div.usp h2{
	font-family:'OpenSans-Bold',sans-serif;
    color:#FFF;
    margin-top:0;
    font-size:1.7em;
}
div.usp img{
    float:left;
    margin-right:40px;
    margin-bottom:20px;
}



#redbanner {
	background-color: #0aa0dc;
	border-radius:5px;
	width: 980px;
	height: 53px;
	text-align: center;
	margin-bottom: 30px;
	padding: 10px;
	color: white;
	font-size: 1.4em;
	font-family:'OpenSans_SemiCondensed-Regular',sans-serif;
	/*font-weight: bold;*/
}
#redbanner img {
	margin-right: 30px;
	margin-left: 5px;
	padding-bottom:4px;
}
#redbanner img.alt {
	margin-right: 5px;
}