﻿@font-face {
    font-family: 'JosefinSlab';
    src: url('../fonts/JosefinSlab-SemiBold.eot');
    src: url('../fonts/JosefinSlab-SemiBold.eot?#iefix') format('embedded-opentype'),
    	 url('../fonts/JosefinSlab-SemiBold.woff') format('woff'),
    	 url('../fonts/JosefinSlab-SemiBold.svg#svgFontName') format('svg'),
         url('../fonts/JosefinSlab-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSlab_bold';
    src: url('../fonts/JosefinSlab-Bold.eot');
    src: url('../fonts/JosefinSlab-Bold.eot?#iefix') format('embedded-opentype'),
    	 url('../fonts/JosefinSlab-Bold.woff') format('woff'),
    	 url('../fonts/JosefinSlab-SemiBold.svg#svgFontName') format('svg'),
         url('../fonts/JosefinSlab-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
	width: 100%;
	font-family:"Josefin Slab";
}

body {
	font: 14px/18px 'JosefinSlab'; 
	color:#767171;		/* donkergrijs */
	position:relative;
	min-width:960px;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'JosefinSlab';
	color: #000;
}

h1 {
	float: right;
	z-index: 999;

}

h1 a {
	display: block;
	overflow: hidden;
	width: 110px;
	height: 130px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-moz-transition: 0s ease;
	-webkit-transition: 0s ease;
}

h1 a img {
	display: block;	
}

h1 span {
	font-size:18px;
	color:#fff
}

h3 {
	font-size: 30px;
	line-height: 24px;
	position: relative;
	top: -3px;
	margin-bottom: 23px;
}

p {
	margin-bottom: 18px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	overflow: hidden;
}

ul.list li {
	padding-left: 11px;
	background: url(../images/marker.png) 0 7px no-repeat;
}

ul.list li+li {
	margin-top: 9px;
}

dl.list2 {
	font-size: 16px;
	padding-top: 20px;
	width:300px;
	margin-bottom:23px;
}

dl.list2 dt {
	color: #000;
	width:130px;
	height:20px;
	float:left;
}

dl.list2 dd {
	height:20px;
}

.cl1 {
	height: 18px;
}

.alright {
	text-align: right;
}

#home {
	padding-top:1px;
}

#ars {
	font: 50px/20px 'JosefinSlab_bold';
 	float: left;
	width:100%;
	text-align:center;
	margin-top:23px; /*18px; */
	color:#fff;
}

.logo {
	margin-left:25px;
}

.logo1 {
	margin-left:28px;
}

.logo2 {
	margin-left: 0px;
	margin-top: 5px;
}

	/*links*/
a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #ff4a4a; /* Color = Light Red */
	
}

a.btn {
	display: inline-block;
	font: 18px/18px 'JosefinSlab'; 
	color: #ac2135;	/* Color = Dark Red */
	background: url(../images/arrow.png) right 4px no-repeat;
	padding-right: 15px;
	margin-right: -49px;
	margin-top: 30px;
}

a.btn:hover {
	color: #000;
}

.content a, .copy a {
	text-decoration:underline;
}

.alright a.btn {
	text-decoration:none;
}

.content a:hover, .copy a:hover {
	text-decoration:none;
}


/*preclass*/

.img_inner {
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 28px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

figure.img_inner {
	margin-left:37px;
}

/*header*/

header {
	display: block;
	position: relative;
	z-index: 999;
	margin-bottom: 22px; /* 60px; */
}

header a:hover {
	color: #000;
}

#search {
	float: right;
	width: 100px;
	position: relative;
	overflow: hidden;
	margin-top: 19px;
}

#search img#amazing {
    margin-top:-18px;
}
.socials  {
	text-align: center;
	float: right;
	padding-top: 16px;
	overflow: hidden;
	padding-right: 25px;
}

.socials a {
	display: block;
	float: left;
	width: 35px;
	background: url(../images/pa3drq_icons.png) 0 0 no-repeat;
	height: 32px;
}

.socials a+a {
	margin-left: 7px;
	background-position: -35px 0;
}

.socials a+a+a {
	background-position: -71px 0;
}

.socials a:hover {
	opacity: 0.7;
}

/*Content*/

.content {
	padding: 32px 80px 30px;
	margin-bottom: 223px;
	background: url(../images/cont_bg.png) 0 0 repeat;
}

/************Footer***********/

footer {
	color: #fff;
	display: block;
	padding: 21px 0;
	border-top: 3px solid #ff4a4a;
}

.copy {

}

/************Extra index.html***********/

.grid {
	margin-left:0px;
}

#grid2 {
	margin-left:60px;
}

#preview {
	position:absolute;
	border:1px solid #ac2135; /* #ccc; */
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:99;
}

#easyTooltip {
	font-family: 'JosefinSlab_bold';
	font-size:14px;
	padding:4px 8px;
	color:#fff;
	border:1px solid #ac2135; /* #fff; */
	background:#333; /* #222; */
	position:relative;
	z-index:1000;
}
