.w-100 img {
	width: 100%;
}

.max-width-998 {
	margin-left: auto;
	margin-right: auto;
	max-width: 998px !important;
}

.max-width-720 {
	max-width: 720px !important;
}

.testimonial-picture img {
	position: relative;
	height: 160px;
	width: 160px;
	fit: cover;
	border-radius: 50%;
}

.menu-title {
	position: absolute;
	font-weight: 700;
	font-size: 12px;
}

.testimonial-picture::before {
	content: "";
	margin-left: 240px;
	margin-top: -20px;
	width: 50px;
	height: 50px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://beekenbeek.nl/wp-content/uploads/2024/04/quote-block.svg");
}

.gap-0 {
	gap: 0;
}

.suki-header-logo {
	position: absolute !important;
	top: 20px !important;
	z-index: 9999;
}

.suki-sticky .suki-header-logo img {
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
}

.suki-header-mobile-main-bar-right svg {
	width: 22px;
	height: 22px;
}

.suki-header-social li {
	border-radius: 50%;
  width: 40px;
	height: 40px !important;
	padding-left: 8.5px;
	padding-bottom: 7px;
	background-color: rgba(0,0,0,0.2);
}

.suki-header-social li:hover { 
	background-color: rgba(0,0,0,0.1);
}

.suki-header-mobile-vertical-toggle {
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 50%;
  width: 40px;
	height: 40px !important;
	padding-right: 12px;
	padding-bottom: 6px;
	background-color: rgba(0,0,0,0.2);
}

.suki-header-mobile-vertical-toggle:hover {
		background-color: rgba(0,0,0,0.1);
}

.suki-header-mobile-vertical-toggle svg {
	width: 20px;
}

#suki-header-mobile-main-bar > div > div > div > div.suki-header-mobile-main-bar-right.suki-header-column > div > button:hover {
	background-color: transparent !important;
}

.bottom-border-dotted {
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(0,0,0,0.12)
}

.stepper {
	align-content: center;
	text-align: center;
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 12px;
	font-size: 30px;
	padding-top: 6px;
	color: white;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #AD795B;
 	font-family: "Prata", serif;
}

.file-download .wp-block-file__button {
	display: block;
	margin-top: 12px;
	margin-left: 0px;
	margin-bottom: 40px;
	width: 100px;
}