[data-block-name="quote"] {
	z-index: 1;
	position: relative;
	height: 100%;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

[data-block-name="quote"].afbeelding-rechts .afbeelding {
	top: 10%;
	right: 0%;
	-webkit-transform: translateX(75%);
	transform: translateX(75%);
}

[data-block-name="quote"].afbeelding-links .afbeelding {
	bottom: 10%;
	left: 0%;
	-webkit-transform: translateX(-75%);
	transform: translateX(-75%);
}

[data-block-name="quote"] .sideleft,
[data-block-name="quote"] .sideright {
	display: none;
}

[data-block-name="kader"].pink [data-block-name="quote"] .sideleft,
[data-block-name="kader"].pink [data-block-name="quote"] .sideright,
[data-block-name="quote"].gebogen .sideleft,
[data-block-name="quote"].gebogen .sideright {
	display: block;
}

[data-block-name="quote"] .profile {
	position: absolute;
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	right: 0px;
	border-radius: 100px;
	-webkit-transform: translateX(50px) translateY(-50px);
	transform: translateX(50px) translateY(-50px);
	z-index: 1;
}

[data-block-name="quote"] .circles {
	position: absolute;
	z-index: 10;
	top: 50px;
	right: -20px;
	width: 60px;
}

[data-block-name="quote"] .circles fill {
	color: #fff;
}

[data-block-name="quote"].afbeelding-rechts .circles {
	right: unset;
	left: -20px;
}

[data-block-name="quote"].afbeelding-links .circles {
	right: -20px;
}

[data-block-name="quote"] .sideleft {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -19px;
	width: 20px;
	height: 100%;
}

[data-block-name="quote"] .sideright {
	z-index: 2;
	position: absolute;
	top: 0px;
	right: -19px;
	width: 20px;
	height: 100%;
}

[data-block-name="quote"] svg.circles g {
	fill: #fff;
}

[data-block-name="kader"].blue [data-block-name="quote"] svg.circles g {
	fill: #f5f9fc;
}

[data-block-name="kader"].green [data-block-name="quote"] svg.circles g {
	fill: #eff8e0;
}

[data-block-name="kader"].orange [data-block-name="quote"] svg.circles g {
	fill: #fefaf8;
}

[data-block-name="kader"].pink [data-block-name="quote"] svg.circles g {
	fill: #f7e5e7;
}

[data-block-name="quote"].blue {
	background: #d7e9f4;
	color: #215778;
}

[data-block-name="quote"].blue .wrap {
	background: #d7e9f4;
}

[data-block-name="quote"].blue svg path {
	fill: #d7e9f4;
}

[data-block-name="quote"].green {
	background: #d2e4b3;
	color: #394b1a;
}

[data-block-name="quote"].green svg path {
	fill: #d2e4b3;
}

[data-block-name="quote"].green .wrap {
	background: #d2e4b3;
}

[data-block-name="quote"].orange {
	background: #fbd9ca;
	color: #89310a;
}

[data-block-name="quote"].orange svg path {
	fill: #fbd9ca;
}

[data-block-name="quote"].orange .wrap {
	background: #fbd9ca;
}

[data-block-name="quote"].pink {
	background: #f7e0e3;
	color: #83222f;
}

[data-block-name="quote"].pink svg path {
	fill: #f7e0e3;
}

[data-block-name="quote"].pink .wrap {
	background: #f7e0e3;
}

[data-block-name="quote"] .afbeelding {
	position: absolute;
	z-index: 1;
	max-height: 300px;
	width: auto;
}

[data-block-name="quote"] .naam {
	text-align: right;
	margin-top: 40px;
	font-weight: 700;
	z-index: 32;
}

[data-block-name="quote"] .relatie {
	text-align: right;
	z-index: 31;
}

[data-block-name="quote"] .quote {
	position: relative;
	margin-bottom: 40px;
	z-index: 30;
}

[data-block-name="quote"] .quote .mark-top {
	position: absolute;
	top: -20px;
	left: -20px;
	font-size: 30px;
}

[data-block-name="quote"] .quote .mark-bottom {
	position: absolute;
	bottom: -30px;
	right: -20px;
	font-size: 30px;
}

[data-block-name="quote"] .wrap {
	padding: 40px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
}


/*# sourceMappingURL=maps/quote.css.map */
