/* Algemene infopage styles */
.beInfoPage h1 {
	padding: 0 0 1rem;
}

.beInfoPage .accordion {
	padding: 1rem 0;
}

.beInfoPage .accordion > .card {
	border: 1px solid #ddd !important;
	margin: 0 0 1rem !important;
	border-radius: 0.6rem !important;
	page-break-inside: avoid;
	--bs-card-cap-bg: initial;
	--bs-card-bg: initial;
}

.beInfoPage .accordion > .card p {
	padding: 0 1.5rem 0.5rem;
}

.beInfoPage .accordion > .card ul {
	margin-left: 0.5rem;
}

.beInfoPage .accordion > .card ul p,
.beInfoPage .accordion > .card ol p {
	padding: 0 0.5rem 0.5rem;
}

.beInfoPage .accordion > .card li {
	margin: 0 0 0.8rem 0;
}

.beInfoPage .accordion > .card li li {
	margin: 0.8rem 0;
}

.beInfoPage .accordion > .card ol > li > ol {
	padding-bottom: 0;
}

.beInfoPage .accordion > .card .card-header {
	padding: 0;
}

.beInfoPage .accordion > .card .card-header > button {
	padding: 1.25rem 3rem 1.25rem 2.2rem;
	font-weight: bold;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	color: #000000;
	text-align: left;
	cursor: pointer;
	border: none;
	background: none;
}

.beInfoPage .accordion > .card .card-header > button:hover {
	text-decoration: none;
}

.beInfoPage .accordion > .card .card-header > button h2 {
	font-size: 14px;
	margin: 0;
	line-height: unset;
}

.beInfoPage .accordion > .card .card-header > button::after {
	content: "";
	position: absolute;
	right: 2rem;
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
	transition: transform 0.2s ease-in-out;
}

.beInfoPage .accordion > .card .card-header > button.collapsed::after {
	transform: rotate(0deg);
	transition: transform 0.2s ease-in-out;
}

/* Algemene print styles */
.bePrintLogo {
	padding: 1.2rem 0 1.2rem 1.2rem;
	font-size: initial;
}

@media print {
	.beInfoPage {
		font-size: 12px;
	}

	.beInfoPage a {
		color: #000000 !important;
	}

	.beInfoPage .accordion > .card {
		border: 0 !important;
		page-break-inside: auto !important;
	}

	.beInfoPage .accordion > .card .card-header,
	.beInfoPage p.font-weight-bold {
		page-break-after: avoid !important;
	}

	.beInfoPage .accordion > .card .card-header > button {
		padding: 1.25rem 0;
	}

	.beInfoPage .accordion > .card p,
	.beInfoPage .accordion > .card ul,
	.beInfoPage .accordion > .card ol {
		padding: 0.5rem 0;
	}

	.beInfoPage .accordion > .card ol > li > ol {
		padding-bottom: 0;
	}

	.beInfoPage .card-header::after,
	.beInfoPage .card-header[aria-expanded="true"]::after {
		content: "" !important;
	}

	.beInfoPage .col-print-12 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	#headerbanner-placeholder-container,
	.legalSan,
	#trengo-web-widget,
	nav.swiper {
		display: none !important;
	}
}

/* Info & hulp overzicht */
.beInfoPage#overzicht h1 {
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.3125rem;
	font-weight: 600;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 8px;
	padding: 0;
}

.beInfoPage#overzicht > div {
	display: flex;
	flex-direction: column;
}

.beInfoPage#overzicht > div > a.card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.beInfoPage#overzicht img {
	max-width: 100px;
}

.beInfoPage#overzicht .card-body,
.beInfoPage#overzicht .card-footer {
	text-align: center;
}

.beInfoPage#overzicht .card-footer {
	margin-bottom: 0.5rem;
}

.beInfoPage#overzicht > div > a,
.beInfoPage#overzicht > div > a:hover {
	text-decoration: none;
	color: #001424;
}

.beInfoPage#overzicht a.shadow-sm {
	transition: box-shadow 0.2s ease-in-out;
}

.beInfoPage#overzicht a.shadow-sm:hover {
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 35%) !important;
	transition: box-shadow 0.2s ease-in-out;
}

/* Showroom */
.beInfoPage#showroom .card,
.beInfoPage#showroom .map-responsive {
	border-radius: 0.6rem !important;
}

.beInfoPage#showroom .card-body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
}

.beInfoPage#showroom .row {
	height: 100%;
}

.beInfoPage#showroom .col-md-6 {
	display: flex;
	flex-direction: column;
}

.beInfoPage#showroom .col-md-6 .card:last-child {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.beInfoPage#showroom #afwijkende-openingsuren,
.beInfoPage#showroom #feestdag {
	color: red;
}

.beInfoPage#showroom h1,
.beInfoPage#showroom h2 {
	padding: 0 0 1rem;
	font-size: 1.15rem;
}

.beInfoPage#showroom .map-responsive {
	flex: 1;
	position: relative;
	margin-bottom: 1.5rem;
	min-height: 300px;
	overflow: hidden;
	padding-bottom: 40%;
	height: 0;
}

.beInfoPage#showroom .map-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.beInfoPage#showroom .platform-icons {
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

.beInfoPage#showroom .platform-icons .icon {
	color: #333;
}

.beInfoPage#showroom #navigatie {
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem;
}

.beInfoPage#showroom #navigatie .col {
	flex: 0 0 16.666%;
	display: flex;
	padding: 0.5rem;
	min-width: 0;
}

.beInfoPage#showroom #navigatie .col a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	transition: transform 0.2s ease, background-color 0.2s ease;
	border-radius: 8px;
}

.beInfoPage#showroom #navigatie .col a:hover {
	transform: translateY(-2px);
	background-color: rgba(0, 0, 0, 0.03);
}

.beInfoPage#showroom #navigatie .col img {
	display: block;
	width: 80px;
	height: 80px;
	min-width: 80px;
	max-width: 80px;
	min-height: 80px;
	max-height: 80px;
	object-fit: contain;
	margin-bottom: 0.5rem;
	aspect-ratio: 1;
	flex-shrink: 0;
}

.beInfoPage#showroom #navigatie .col span {
	margin: 0;
	line-height: 1.2;
	text-align: center;
	height: 2.4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.beInfoPage#showroom #navigatie img {
	width: 150px;
	border-radius: 0.6rem !important;
	border-width: 0;
	box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}

.beInfoPage#showroom #navigatie .platform-icons {
	margin-top: auto;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	gap: 0.25rem;
}

.beInfoPage#showroom #navigatie .platform-icons .icon {
	width: 18px;
	height: 18px;
}

.beInfoPage#showroom #navigatie .icon {
	height: 24px;
	width: 24px;
	vertical-align: -0.125em;
	display: inline-block;
}

.beInfoPage#showroom #navigatie .fas {
	font-size: 1.25rem;
}

.beInfoPage#showroom #navigatie .fab {
	font-size: 1.5rem;
}

.beInfoPage#showroom #navigatie .fa-android,
.beInfoPage#showroom #navigatie .icon use[href*="#icon-android"] {
	color: #3ddc84;
}

.beInfoPage#showroom #navigatie .fa-apple,
.beInfoPage#showroom #navigatie .icon use[href*="#icon-apple"] {
	color: #555555;
}

.beInfoPage#showroom #navigatie .fa-globe {
	color: #4141b9;
}

@media (max-width: 1150px) {
	.beInfoPage#showroom #navigatie {
		margin: -0.75rem;
	}
	.beInfoPage#showroom #navigatie .col {
		flex: 0 0 33.333%;
		padding: 1.5rem;
	}
}

@media (max-width: 575px) {
	.beInfoPage#showroom #navigatie {
		margin: -0.25rem;
	}
	.beInfoPage#showroom #navigatie .col {
		flex: 0 0 50%;
		padding: 1.25rem;
	}
}

@media print {
	.beInfoPage#showroom .row {
		display: block !important;
		width: 100% !important;
	}

	.beInfoPage#showroom .card {
		border: 0 !important;
		page-break-inside: auto !important;
	}

	.beInfoPage#showroom .card-body {
		padding: 0 !important;
	}
}

/* Retourneren */
.beInfoPage#retourneren .beReturnSteps .img-fluid {
	padding: 5% 20%;
}

.beInfoPage#retourneren .beReturnSteps p {
	text-align: center;
	padding: 2% 12%;
}

.beInfoPage#retourneren .beReturnStates .img-fluid {
	padding: 5% 10%;
}

.beInfoPage#retourneren .beReturnStates p {
	text-align: center;
	padding: 2% 12%;
}

.beInfoPage#retourneren .beReturnLegend .img-fluid {
	padding: 2% 43% 5% 43%;
}

.beInfoPage#retourneren .beReturnLegend .row {
	padding: 20px 0;
}

/* Service */
.beInfoPage#service #prijslijst,
.beInfoPage#service #liste-de-prix {
	margin-bottom: 15px;
}

.beInfoPage#service #prijslijst .row,
.beInfoPage#service #liste-de-prix .row {
	padding: 0 10px;
}

.beInfoPage#service #prijslijst .col-md-3,
.beInfoPage#service #prijslijst .col-md-4,
.beInfoPage#service #prijslijst .col-md-6,
.beInfoPage#service #liste-de-prix .col-md-3,
.beInfoPage#service #liste-de-prix .col-md-4,
.beInfoPage#service #liste-de-prix .col-md-6 {
	padding: 10px !important;
}

.beInfoPage#service #prijslijst .card,
.beInfoPage#service #liste-de-prix .card {
	border: none;
	overflow: hidden;
	border-radius: 5px;
	min-height: 310px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.beInfoPage#service #prijslijst .card.card-has-bg,
.beInfoPage#service #liste-de-prix .card.card-has-bg {
	background-size: 102%;
	background-repeat: no-repeat;
	background-position: center center;
}

.beInfoPage#service #prijslijst .card.card-has-bg:before,
.beInfoPage#service #liste-de-prix .card.card-has-bg:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
}

.beInfoPage#service #prijslijst .card-body,
.beInfoPage#service #liste-de-prix .card-body {
	padding: 0px 15px;
}

.beInfoPage#service #prijslijst .card-footer,
.beInfoPage#service #liste-de-prix .card-footer {
	padding: 0.75rem 1.25rem;
	background: none;
	border-top: none;
	position: absolute;
	bottom: 10px;
}

.beInfoPage#service #prijslijst .card .card-footer p,
.beInfoPage#service #liste-de-prix .card .card-footer p {
	text-align: center;
	background-color: rgb(255 255 255 / 70%);
	line-height: 1.4em;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: bold;
	padding: 5px;
	backdrop-filter: blur(5px);
}

.beInfoPage#service #prijslijst .card .card-img-overlay,
.beInfoPage#service #liste-de-prix .card .card-img-overlay {
	background: #000000;
	background: linear-gradient(0deg, rgb(0 0 0 / 0%) 30%, #000000 100%);
	padding: 0px !important;
}

.beInfoPage#service #prijslijst h1,
.beInfoPage#service #liste-de-prix h1 {
	text-align: center;
	margin: 2rem;
	font-size: 3.5rem;
}

.beInfoPage#service #prijslijst h4,
.beInfoPage#service #liste-de-prix h4 {
	font-size: 1.4rem;
}

@media (max-width: 1060px) {
	.beInfoPage#service #prijslijst .card,
	.beInfoPage#service #liste-de-prix .card {
		min-height: 210px;
	}
	.beInfoPage#service #prijslijst h4,
	.beInfoPage#service #liste-de-prix h4 {
		font-size: 1.2rem;
	}
}

/* Garantieverlenging */
.beInfoPage#garantieverlenging #garantieverlenging-voordelen ul {
	list-style: none;
	padding-left: 0;
}

.beInfoPage#garantieverlenging #garantieverlenging-voordelen .card-header::after {
	content: none;
}

.beInfoPage#garantieverlenging #garantieverlenging-voordelen h3 {
	margin-bottom: 0;
}

.beInfoPage#garantieverlenging #garantieverlenging-voordelen .col-10 p {
	margin-bottom: 0.6rem;
}

.beInfoPage#garantieverlenging a {
	color: #0057af;
}

.beInfoPage#garantieverlenging a:hover {
	text-decoration: underline;
}

/* Ecocheques */
.beInfopage#ecocheques .ecocheques .card-body {
	padding: 5px 15px 15px;
}

.beInfoPage#ecocheques .ecocheques .card-text {
	min-height: 75px;
}

.beInfoPage#ecocheques .ecocheques .row > div {
	margin-bottom: 30px;
}

.beInfoPage#ecocheques .btn-eco {
	background-color: #74a23b;
	border-color: #74a23b;
	color: #ffffff;
	font-size: medium !important;
}

.beInfoPage#ecocheques .btn-eco:hover {
	background-color: #8dc04a;
	border-color: #8dc04a;
	color: #ffffff;
}

.beInfoPage#ecocheques .ecocheques li {
	line-height: 1.8;
}

/* Algemene voorwaarden */
.beInfoPage#voorwaarden .beDownloadLink {
	padding: 1.2rem 0 1.2rem 1.2rem;
	font-size: initial;
	display: flex;
	align-items: center;
}

.beInfoPage#voorwaarden .beDownloadLink svg {
	margin-right: 5px;
	vertical-align: text-top;
}

/* Bedrijfsprofiel */
.beInfoPage#bedrijfsprofiel .row {
	display: flex;
	flex-wrap: wrap;
}

.beInfoPage#bedrijfsprofiel .card {
	border-radius: 0.6rem !important;
	height: 100% !important;
}

.beInfoPage#bedrijfsprofiel .card-body {
	padding: 1.5rem;
}

.beInfoPage#bedrijfsprofiel ul {
	margin-left: 0.5rem;
	padding: 0 0.5rem 0;
	margin-bottom: 0;
}

.beInfoPage#bedrijfsprofiel ul p {
	padding: 0 0.5rem 0.5rem;
	margin-bottom: 0.75rem;
}

.beInfoPage#bedrijfsprofiel li:last-child,
.beInfoPage#bedrijfsprofiel li:last-child p {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media print {
	.beInfoPage#bedrijfsprofiel .card {
		border: 0 !important;
	}

	.beInfoPage#bedrijfsprofiel .card-body {
		padding: 0 !important;
	}
}

/* Beschikbaarheid */
.beInfoPage#beschikbaarheid .btn .btn {
	padding: 0;
}

.beInfoPage#beschikbaarheid .icon-click-size {
	height: unset;
}