/*
	Created by Michael Schuijff <michael@reglobe.nl>
	Copyright Lost Images, The Netherlands
	
	For more information, visit www.michaelschuijff.nl
*/

.landing-page {
	max-width: none;
	font-size: 16px;
}

.home-page {
	padding: 0;
}


.landing-page h2, .landing-page h3 {
	line-height: 110%;
}

.landing-page h3 {
	margin-bottom: 8px;
	font-size: 20px;
}
.landing-page p {
	font-weight: 300;
	line-height: 150%;
}

.landing-page .content-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px;
	box-sizing: border-box;
}

.landing-page .columns-2, .landing-page .columns-3, .landing-page .columns-4 {
	display: flex;
	gap: 32px;
	align-items: center;
}
.landing-page .column {
	flex: 0 1 auto;
	box-sizing: border-box;
}
.landing-page .columns-2 .column {
	width: 50%;
}
.landing-page .columns-3 .column {
	width: 33%;
}
.landing-page .columns-4 .column {
	width: 25%;
}

.home-page .title {
	padding: 24px 0;
	background: #cce4fb;
}
.home-page .title h2 {
	font-size: 36px;
}
.home-page .title p {
	margin: 16px 0 24px;
}
.home-page .title .column-2 {
	display: flex;
	padding: 0 48px;
	justify-content: center;
	align-items: center;
}
.home-page .title .chair, .home-page .title .family {
	max-width: 100%;
	border-radius: 10px;
}

.sustainability .content-section {
	color: #707074;
	font-size: 13px;
}
.sustainability p {
	padding-left: 44px;
	background: url(../homepage/sustainable.png) no-repeat left center;
	background-size: 30px;
}

.landing-page .summary {
	margin: 48px 0;
}
.landing-page .summary .column {
	text-align: center;
}
.landing-page .summary .icon {
	display: block;
	max-width: 100px;
	margin: 0 auto 30px;
}

.landing-page .user-cases {
	margin: 48px 0;
}
.landing-page .user-cases .content-section {
	display: flex;
	max-width: 860px;
	flex-direction: column;
	gap: 32px;
}

.user-case .avatar {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	background: #f4f6f4 no-repeat center center;
	background-size: cover;	
}
.user-case .avatar.expat {
	background-image: url(../homepage/expat.png);
}
.user-case .avatar.seniors {
	background-image: url(../homepage/senioren.png);
}
.user-case .avatar.young-couple {
	background-image: url(../homepage/jong-stel.png);
}
.user-case .avatar.professional {
	background-image: url(../homepage/professional.png);
}

.user-case {
	position: relative;
	padding-left: 84px;
}
.user-case h4 {
	margin-bottom: 4px;	
	font-size: 18px;
	font-weight: 500;
}

.how-it-works {
	background: #f4f6f4;
}
.how-it-works .content-section {
	padding: 36px 0;
}

.how-it-works .column-1 {
	display: flex;
	padding: 24px;
	justify-content: center;	
}
.how-it-works .screenshot {
	max-width: min(100%, 340px);
}

.how-it-works h3 {
	font-size: 24px;

}
.how-it-works li {
	margin-top: 20px;
	padding: 0 2px 0 20px;	
	border-left: solid 4px #dcdedc;
	transition: border-color .5s;
}

.how-it-works button {
	border: none;
	background: transparent;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}
.how-it-works .number::after {
	content: ' - ';
}
.how-it-works p {
	display: none;
}

.how-it-works .active {
	border-color: #0d6efd;
}
.how-it-works .active p {
	display: block;
	max-width: 450px;
	margin-top: 4px;
}

.faq {
	margin: 48px 0;
}
.faq h3 {
	margin-bottom: 8px;
	font-size: 24px;
}
.faq .content-section {
	max-width: 860px;	
}
.faq li + li {
	border-top: solid 1px #eff0f0;
}

.faq h4 {
	position: relative;
}
.faq h4::after {
	position: absolute;
	content: '';
	right: 0;
	top: 20px;
	width: 14px;
	height: 25px;
	background: url(svg/dropdown.svg) no-repeat center center;
	background-size: contain;
	transform: rotate(180deg);
	transition: transform .5s;
}
.faq .active h4::after {
	transform: rotate(360deg);
}

.faq button {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 0;
	border: none;
	background: transparent;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	z-index: 1;
}
.faq p {
	display: none;
}

.faq .active button {
	padding-bottom: 6px;
}
.faq .active p {
	display: block;
	margin: 0 18px 20px 0;
}

.landing-page .logo {
	margin: 48px 0;
	text-align: center;
}
.landing-page .logo img {
	max-width: 160px;
}

.contact-form {
	padding: 48px 0;
}
.contact-form .content-section {
	align-items: flex-start;
	column-gap: 60px;
}
.contact-form .content-section .column-1 {
	width: 60%;
}
.contact-form .content-section .column-2 {
	width: 40%;
}

.contact-form #contact-message {
	height: 100px;
}

.team-page h2 {
	margin-bottom: 16px;
	font-size: 36px;
}
.team-page p + p {
	margin-top: 16px;
}

.team-page .introduction .column-2 {
	display: flex;
	padding: 0 48px;
	justify-content: center;
	align-items: center;
}
.team-page .introduction .team {
	max-width: 100%;
	border-radius: 10px;
}

.team-page .columns-3 {
	align-items: flex-start;
}
.team-page .biography {
	position: relative;
	padding-left: 84px;
}
.team-page .avatar {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	background: #f4f6f4 no-repeat center center;
	background-size: cover;		
}
.team-page .avatar.michael {
	background-image: url(../team/michael.png);
}
.team-page .avatar.yange {
	background-image: url(../team/yange.png);
}
.team-page .avatar.indy {
	background-image: url(../team/indy.png);
}
.team-page .biography p {
	font-size: 15px;
}