/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.6 verdana, arial, sans-serif; 	
color : #000; 
/*text-align: center;*/
background: #fff;
}

button, 
input, 
select, 
textarea { 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family: 'Avenir LT W01 85 Heavy','AvenirHeavy',arial,sans-serif !important;
font-weight : normal !important;
margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight : normal;
}


h1 { 
color: #000;
margin-bottom : 0.2em;
font-size : 2.25em; /* 36 / 16 */
line-height : 1.4;
}


h2 { 
color: #000;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2em; /* 32 / 16 */
line-height : 1.2;
}

h3 { 
color: #000;
margin-bottom : 0.2em;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #000;
margin-bottom : 0.2em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; 
}

footer h4 {
color:#fff;
}

h5 { 
color: #000;
margin-bottom : 0.2em;
font-size : 1.3125em;  /* 21 / 16  */
padding-top:12px; }

h6 { 
color: #000;
font-size : 1.125em; /* 18 / 16  font-size basic 16px */ 
margin-bottom : 0.2em;
}





/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
outline : 0;
font-weight: bold;
color : #333;
text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #333; }

a:focus { 
outline : 0; 
color : rgb(0,0,0); }
 
a:active { 
outline : 0;
color : #f00;
}

a:hover { 
outline : 0;
color : #f00;
text-decoration: underline;
}

footer a { 
color : #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : 0; 
color : #fff; }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

label.inline{
display:inline;
margin:0;
}

label span{
color:#666;
font-size:0.9em;
}

label span.right{
position:absolute;
bottom:0;
right:1em;
text-align:right;
}

label.disabled{
color:#ccc;
}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 0.5em;
margin: 0 0 0 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
/*width:97%;*/
margin:0 0 0 0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
background:#fff;
/*-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;*/
}
	input.zoekveld {
		display:inline-block;
		}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }






/*  MAIN LAYOUT	============================================================================= */


#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
    background-color:#e5e5e5;
}
#container {
    clear: both;
    position: relative;
    width: 980px;
    margin:0 auto;
    padding: 0px 55px 0px 65px;
    background-image: url("/assets/images/headers/andreaskruisen.png");
	background-repeat: no-repeat;
    background-size: 25px 82px;
    background-color:#fff;
    background-position: 42px 12px;
}
#headcontainer,
#breadcrumbsearchcontainer,
#maincontentcontainer,
#footercontainer,
#secondnavcontainer {
	width: 100%;
    position: relative;
    background-color:transparent;
    margin: 0 auto;
}
#footercontainer { 
    padding-bottom:65px !important; 
}
header, 
#breadcrumbsearchcontent,
#maincontent,
footer,
#afzendercontainer,
#secondnavcontent {
	clear: both;
	/*width: 93.75%;*/
    width:960px;
	/*font-size: 0.8125em;*/
	font-size: 0.8em;
	/*max-width: 92.3em;*/
	margin: 0 auto;
    padding:0;
	position: relative;
	color: #000;
    background-color:#fff;
}

/*  GO HALF WIDTH AT LESS THAN 1000 PIXELS */

@media only screen and (min-width: 500px) and (max-width: 1024px) {
    #wrapper {
        margin-left: -32px;
    }
}

/*  GO HALF WIDTH AT LESS THAN 1000 PIXELS */

@media only screen and (min-width: 500px) and (max-width: 1000px) {
    #container {
        max-width: 500px;
    }
    header, 
    #breadcrumbsearchcontent,
    #maincontent,
    footer,
    #afzendercontainer,
    #secondnavcontent {
        max-width:480px;
    }
    #wrapper {
        margin-left: 0px;
    }
}


/*  GO FULL WIDTH AT LESS THAN 400 PIXELS */

@media only screen and (min-width: 320px) and (max-width: 500px) {
    #container {
	   max-width: 320px;
    }
    header, 
    #breadcrumbsearchcontent,
    #maincontent,
    footer,
    #afzendercontainer,
    #secondnavcontent {
        max-width:300px;
    }
    #wrapper {
        margin-left: -12px;
    }
}


/*  MISC */


nav {
	padding: 0;
}
#breadcrumbsearchcontent {
	padding: 0;
	color: #fff;
	line-height: 0;
	background: #333;
	}
#breadcrumbsearchcontent input.search { 
	width: 12em;
	padding:0;
	margin:0;
	}
#maincontent{
	padding: 0em 0px;
	color: #333;
	line-height: 1.5em;
	}
#secondnavcontent {
	color: #333;	
	}	


footer {
	padding: 12px 0px 24px 0px;
	background: #666;
	color: #fff;
}
footer .section {
    margin-left:12px;
    margin-right:12px;
}
	#afzendercontainer {
	}


footer a:link, footer a:visited { color: #fff; text-decoration: none; }
footer a:hover { color: #fff; text-decoration: underline; }



#smallprint {
	margin-top: 20px;
	line-height: 1.4em;
	text-align: center;
	color: #999;
	font-size: 0.923em; /* 12 / 13 */
}

#smallprint p{
	vertical-align: middle;
}

#smallprint .twitter-follow-button{
	margin-left: 1em;
	vertical-align: middle;
}

#smallprint img {
	margin: 0px 10px 15px 0px;
	vertical-align: middle;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha( opacity  = 50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


#smallprint a:hover img {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha( opacity  = 100);
}

#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
#smallprint a:hover { color: #999; text-decoration: underline; }



	

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box;
 }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 1000px) {
    .hideonsmallerscreens {
	   display:none;
    }
}

