@charset 'utf-8';


.blockheader p {
	margin-top: 1em;
	font-size: 1.4em;
	line-height: 1.6;
}

.fotoicon {
	width: 140px;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 1;
}

.fotoicon span {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.fotoicon .cover {
	padding-top: 100%;
	border-radius: 50%;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
}

.fotoicon .foto {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fotoicon .foto img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 769px) {

	.blockheader p {
		font-size: 1.6em;
	}

	.fotoicon {
		width: 200px;
	}
}


#faqitemlist {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 10px;
	vertical-align: top;
}

#faqitems {
	width: 100%;
}

#faqitems > div {
	margin: 10px 0;
	padding: 15px;
	border-radius: 0;
	border: 2px solid #f79646;
	background: #fff;
	transition: 0.2s;
	position: relative;
	cursor: pointer;
}

#faqitems > div:nth-child(even) {
	background: #fcefe4;
}

#faqitems > div:hover {
	background: #fff;
}

#faqitems > div.active {
	background: #fff;
}

#faqitems .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

#faqitems .icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

#faqitems h2 .icon svg {
	fill: #e17821;
}

#faqitems .answer .icon svg {
	fill: #92d050;
}

#faqitems h2 {
	padding-left: 30px;
	color: #e17821;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.4em;
	position: relative;
}

#faqitems .answer {
	display: none;
	margin-top: 15px;
	padding-left: 30px;
	font-size: 1.5em;
	line-height: 1.6em;
	position: relative;
}

#faqitems .answer :last-child {
	margin-bottom: 0 !important;
}

.explanation {
	width: 100%;
	margin: 10px auto;
	font-size: 1.2em;
	line-height: 1.4em;
}


@media only screen and (min-width: 769px) {

	#faqitemlist {
		padding-bottom: 30px;
	}

	#faqitems > div {
		margin: 20px 0;
		padding: 20px;
	}

	#faqitems h2 {
		padding-left: 40px;
		font-size: 1.8em;
	}

	#faqitems h2:before {
		font-size: 30px;
	}

	#faqitems .answer {
		margin-top: 20px;
		padding-left: 40px;
		font-size: 1.6em;
	}

	#faqitems .answer:before {
		font-size: 30px;
	}

	.explanation {
		font-size: 1.4em;
		text-align: right;
	}
}


