.pk-footer {
	padding: 0;
	background: #EAE5DF;
	padding-inline: calc(var(--pk-site-gutter) - 20px);
	z-index: 2;
}

.pk-footer-inner {
	display: flex;
	min-height: 480px;
    background: #EAE5DF;
}

.pk-footer-nav {
	display: flex;
	flex: 3;
	background: #EAE5DF;
}

.pk-footer-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3rem 20px;
	position: relative;
}
.pk-footer-nav .pk-footer-col:first-child::after {
	content: '';
	position: absolute; right: 2vw; top: 0; bottom: 0;
	height: 100%; width: 1px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.08);
} 

.pk-footer-col__bottom{
	position: relative;
}

.pk-footer-nav .pk-footer-col:nth-child(2) .pk-footer-col__bottom::after{
	content: '';
	display: inline-block;
    position: absolute; right: -50vw; top: 0;left: -50vw;
    height: 1px; width: 200vw;
    background-color: rgba(0, 0, 0, 0.08);
}

/* .pk-footer-col:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
} */

.pk-footer-col:last-child {
	border-right: none;
}

.pk-footer-col__label {
	color: #312019;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.36px;
	text-transform: uppercase;
	opacity: 0.35;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: none;
	border: none;
	padding: 0;
	cursor: default;
	font-family: inherit;
	text-align: left;
}

.menu-footer-menu-1-container .menu a {
  	font-family: "orpheuspro",serif;
 	color: #312019;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
}


.pk-footer-chevron {
	display: none;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.pk-footer-col__content {
	display: block;
	margin-bottom: 3rem;
}

.pk-footer-bottom-bar {
	display: none;
}

.pk-footer-menu .menu {
	list-style: none;
	padding: 0;
	margin: 0 0 1.25rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.bottom_menu .menu,
.pk-footer-menu .menu li{
	list-style: none;
	display: block;
}
.bottom_menu .menu-item a{
	text-decoration: underline;
}

.pk-footer-menu li a {
	text-decoration: none;
	color: #312019;
	font-size: 18px;
	line-height: 1.4;
	transition: all .7s cubic-bezier(.2,1,.22,1);
	display: block; font-weight: 300;
}

.pk-footer-menu li a:hover,
.pk-footer-menu li a:focus,
.pk-footer-menu li a:active{
	opacity:1;
	/* text-decoration: underline; */
	transform: translateX(5px);
}

.pk-footer-overview {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	color: #8C3E12;
	text-decoration: none;
	font-size:18px;
	font-weight: 500;
	transition: all 0.300ms ease;

}

.pk-footer-overview:hover,
.pk-footer-overview:focus,
.pk-footer-overview:active {
	opacity: 1;
	color:#10383B;
}

.pk-footer-overview .pk-footer-overview__dots circle {
  transition: fill 300ms ease;
}

.pk-footer-overview:hover .pk-footer-overview__dots circle:nth-child(1),
.pk-footer-overview:focus .pk-footer-overview__dots circle:nth-child(1),
.pk-footer-overview:active .pk-footer-overview__dots circle:nth-child(1){
  fill: #10383B;
  transition: fill 300ms ease 0ms;
}

.pk-footer-overview:hover .pk-footer-overview__dots circle:nth-child(2),
.pk-footer-overview:focus .pk-footer-overview__dots circle:nth-child(2),
.pk-footer-overview:active .pk-footer-overview__dots circle:nth-child(2){
  fill: #10383B;
  transition: fill 300ms ease 150ms;
}

.pk-footer-overview:hover .pk-footer-overview__dots circle:nth-child(3),
.pk-footer-overview:focus .pk-footer-overview__dots circle:nth-child(3),
.pk-footer-overview:active .pk-footer-overview__dots circle:nth-child(3){
  fill: #10383B;
  transition: fill 300ms ease 300ms;
}

.bottom_menu .menu,
.pk-footer-col__bottom {
	padding-top: 1.75rem;
	display: flex;
	align-items: center;
	gap:12px;
	margin-top: auto;
}


.pk-footer-col__bottom a {
  opacity: 0.5;
}

.pk-footer-rating {
	display: flex;
	flex-direction: row;
	gap: 0.4rem;
}

.pk-footer-stars {
	display: flex;
	gap: 0.1rem;
}

.pk-footer-rating__text {
	font-size: 0.875rem;
	color: #6B6259;
}
.bottom_menu .menu-item a,
.pk-footer-link {
/* color: rgba(49, 32, 25, 0.50); */
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1;
letter-spacing: -0.32px;
text-decoration:underline;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.bottom_menu .menu-item a:hover,
.bottom_menu .menu-item a:focus,
.bottom_menu .menu-item a:active,
.pk-footer-link:hover,
.pk-footer-link:focus,
.pk-footer-link:active{
color: rgba(49, 32, 25, 1);
}

.pk-footer-cta {
	flex: 1;
	border-radius: 5px 5px 0 0;
	background: #F7F5F2;
	padding: 3rem 2.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
	margin:0px 40px;
	margin-top:-40px; z-index: 2;
}

.pk-footer-cta__title {
	margin-top: 0;
	margin-bottom: 1rem;
	color: var(--Tekstkleur, #312019);
}

.pk-footer-cta__text {
	color: var(--Tekstkleur, #312019);
	font-size: 18px;
	font-style: normal;
	font-weight: 350;
	line-height: 1.4;
	letter-spacing: -0.36px;
	margin-bottom:40px;
}

.pk-footer-cta__button {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	background-color: #8C3E12;
	color: white !important;
	padding: 1rem 1.75rem;
	border-radius: 100px;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	align-self: flex-start;
	transition: background-color 0.2s ease;
}

.pk-footer-cta__button svg{
	  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.pk-footer-cta__button:hover svg,
.pk-footer-cta__button:focus svg,
.pk-footer-cta__button:active svg{
	transform:translateX(5px);
}

.pk-footer-cta__button:hover,
.pk-footer-cta__button:focus,
.pk-footer-cta__button:active{
	background-color: #8C3E12;
}

.pk-footer-cta__button span {
	color: white;
}

footer .pk-footer-cta__phone {
	color: var(--Tekstkleur, #312019);
	font-size: 18px;
	font-style: normal;
	font-weight: 350;
	line-height: 100%;
	letter-spacing: -0.36px;
}

footer .pk-footer-cta__phone a{
	color: var(--Tekstkleur, #312019);
	font-size: 18px;
	font-style: normal;
	font-weight: 350;
	line-height: 100%;
	letter-spacing: -0.36px;
	text-decoration: underline;
}

.pk-footer-cta__phone a:hover,
.pk-footer-cta__phone a:focus,
.pk-footer-cta__phone a:active {
	color: #8C3E12;
}

@media (max-width: 1200px) {
	.pk-footer-col {
		padding: 2.5rem 2rem;
	}

	.pk-footer-cta {
		padding: 2.5rem 2rem;
	}
}

@media (max-width: 992px) {
	.pk-footer-cta {
		order: -1;
   		padding: 56px 40px;
		margin: 0;
		margin-top: 0;
		border-radius: 5px;
		margin-top:-75px;
		position:relative;
		z-index:2;
	}

	.pk-footer-bottom-bar__item:last-child{
		display: flex;
		justify-content: space-between;
	}

	.pk-footer-overview{
		padding-bottom:20px;
	}

	.pk-footer-inner{
		flex-direction: column;
	}

	.pk-footer-bottom-bar__item:has(.pk-footer-rating) {
  		width: 100%;
	}

	.pk-footer{
		padding:20px;
	}

	.pk-footer-nav {
		flex-direction: column;
		order: 1;
	}

	.pk-footer-col__label {
		cursor: pointer;
		margin-bottom: 0;
		padding-block: 1.25rem;
	}

	.pk-footer-nav .pk-footer-col:nth-child(2) .pk-footer-col__bottom::after,
	.pk-footer-nav .pk-footer-col:first-child::after {
		content: unset;
	}

	.pk-footer-chevron {
		display: block;
	}

	.pk-footer-col.is-open .pk-footer-chevron {
		transform: rotate(180deg);
	}

	.pk-footer-col__content {
		display: grid;
		grid-template-rows: 0fr;
		overflow: hidden;
		margin-bottom: 0;
		transition: grid-template-rows 0.3s ease;
	}

	.pk-footer-col.is-open .pk-footer-col__content {
		grid-template-rows: 1fr;
	}

	.pk-footer-col__content-inner {
		overflow: hidden;
		padding-top: 0;
		transition: padding-top 0.3s ease;
	}

	.pk-footer-col.is-open .pk-footer-col__content-inner {
		padding-top: 0.75rem;
	}

	.pk-footer-col__bottom {
		display: none;
	}

	.pk-footer-col {
		flex: 1 1 100%;
		padding: 0 1.25rem;
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		justify-content: flex-start;
	}

	.pk-footer-bottom-bar {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 1rem 2rem;
		padding: 1.5rem 1.25rem;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
	}

	.pk-footer-bottom-bar__item {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
}
