.faq {
	position:relative;
	min-height:1000px;
}
.faq-relative {
	position:relative;
}
.faq h1 {
    
    font-family: Yanone Kaffeesatz;
    
    background:transparent;    
	color:#000000;
	font-size:38px;
	text-align:center;
	font-weight:bold;
	border-bottom:5px #000000 solid; 
	margin-bottom:48px;
	line-height:70px; 
	text-transform:uppercase;
	
}
.vraag-header {
	display:none;
}
.antwoord-header {
	display:none;
}
.sublist {
	display:none;
}


.faq-row{
	position:relative;
	color: #000000;
	float:left;
	width:270px;
	background:#F1F1F1;
	font-family: Yanone Kaffeesatz;
	padding-left:20px;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	font-size:22px;
	font-weight:bold;
	box-sizing: border-box;
	cursor:pointer;
}

.faq-box{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
	height:0px;
	overflow: hidden;
	transition: .5s height;
}


.faq-box.visible{
	height:40px;
}
.faq-box .title{
	padding-left:20px;
	display: block;
	color: #000000;
	background:#F1F1F1;
	height:40px;
	font-family: Yanone Kaffeesatz;
	line-height:40px;
	text-transform:uppercase;
	font-size:22px;
	font-weight:bold;
	box-sizing: border-box;
	cursor:pointer;
}

.faq-box.active-faq-box .title{
	background :#000000;
	color:#ffffff;
}

.faq-box .content-box{
	display: block;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
}

.faq-box .content-box a{
	color: #000000;
	font-style:italic;
	text-decoration: none;
}
.faq-box .content-box a:hover{
	text-decoration: underline;	
}

.faq-row:after{
	content: '';
	display:none;
	position:absolute;
	right:-12px;
	top:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 12px;
	border-color: transparent transparent transparent #F1F1F1;
}
.faq-row:hover:after{
	display:block;
}
.faq-row.selected{
	background:#000000;
	color:#FFFFFF;
}
.faq-row.selected:after{
	display: block;
	border-color: transparent transparent transparent #000000;
}


.faq-wrap{

}
.faq-wrap h3{
	font-family: Yanone Kaffeesatz;
	text-transform:uppercase;
	font-size:30px!important;
	font-weight:bold;
	margin-bottom:40px;
}

.faq-selected .select .tip{
	display:block;
	border-color: transparent transparent transparent #000000;
}
.faq-selected .sublist{
	display:table;
	position:absolute;
	left:270px;
	top:0px;
	
}
.faq-vraag {
	z-index:10;
}
#faq-vraag p{
	font-family: 'open sans'!important;
	font-size: 16px!important;
}
.faq-row .sublist .text-multi {
	float:left;
	width:840px;
	margin-left:60px;
	background:#F1F1F1;
	font-family: Yanone Kaffeesatz;
	font-size:18px;
	height:40px;
	line-height:40px;
	font-weight:bold;
	box-sizing: border-box;
	color: #000000;
	padding-left:20px;
	margin-bottom:20px;
	cursor:pointer;
	text-transform:uppercase;
	transition:all .3s ease 0;
}
.faq-row .sublist .content-multi {
	margin-left: 60px;
	margin-bottom: 20px;
	display:table;
	float:left;
	width:840px;
	font-size:22px;
	color:#ffffff;
	background:#000000;
	font-family: Yanone Kaffeesatz;
	font-size:22px;
	padding:10px 15px;
	box-sizing: border-box;
	display:none;
	transition:all .3s ease 0;
}
.faq-row .sublist .content-multi img{
	max-width:808px;
	text-align: center;
	margin: 0 auto;
}
.faq-row .faq-vraag-selected .text-multi {
	background:#000000;
	color:#FFFFFF;
	transition:all .3s ease 0;
	display:block;
}
.faq-row .faq-vraag-selected .content-multi {
	
	transition:all .3s ease 0;
}
.faq-row {
	display:block;
	width:100%;
	height:40px;
	margin-bottom:20px;
}
.faq-row h3{
	text-transform:uppercase;
	font-family: Yanone Kaffeesatz;
	font-size:30px;
	line-height:40px;
	color:#000000;
	float:left;
	box-sizing: border-box;
}
.faq-row h3:nth-child(1) {
	width:270px;
}
.faq-row h3:nth-child(2) {
	width:470px;
	margin-left:60px;
}
.faq-row h3:nth-child(3) {
	margin-left:70px;
	width:300px;
}
.faq-help a{
	color:#000000;
	text-decoration: none;
}
.faq-help a:hover{
	color:#000000;
}
.faq-help {
	display:block;
	position:absolute;
	left:0px;
	
	
	padding-left:20px;  
	padding-right:10px;  
	padding-top:0px;  
	padding-bottom:20px;
	
	background:#F1F1F1;
	border:1px solid #f1f1f1;
	width:270px;
	float:right;
	height:auto;
	font-size:12px;
	line-height:150%;
	box-sizing: border-box;
	font-family: 'Droid Sans', sans-serif;
}/*
.faq-help div:nth-child(1) {
	font-weight:700;
	font-size:16px!important;
	font-family: 'Droid Sans', sans-serif;
	background: url(../image/faq/faq-bel.svg) 0 center no-repeat;
	padding-left:40px;
	height:30px;
	line-height:30px;
}*/
.faq-help div:nth-child(1) {
	font-size:12px;
	padding-left:40px;
}
.faq-help div:nth-child(2) {
	font-weight:bold;
	font-size:16px;
	padding-left:40px;
	background: url(../image/faq/faq-bericht.svg) 0 center no-repeat;
	height:31px;
	line-height:31px;
	margin-top:31px;
}