#anmeldelser {
	overflow: hidden;
	position: relative;
}

section#anmeldelser .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.testimonial-swiper {
	--swiper-navigation-color: #000;
	--swiper-pagination-color: #000;
	padding: 40px 0;
}
.testimonial-swiper .swiper-slide > div {
	background: #ffffff;
	color: #222;
	padding: 30px 40px 40px;
	font-size: 16px;
	border-radius: 12px;
	transition: all 0.3s ease;
	transform: scale(0.9);
	border: 1px solid #d9d9d9;
}
.testimonial-swiper .swiper-slide-active > div {
	background: var(--primary);
	border-color: var(--primary);
	color: #fff;
	transform: scale(1);
}
.testimonial-swiper .swiper-slide > div h6,
.testimonial-swiper .swiper-slide > div h5 {
	font-size: 24px;
}
.testimonial-swiper .swiper-slide-active > div *  {
	color: #ffffff !important;
}
.testimonial-swiper .mt-4 {
	padding-top: 1.5rem;
	border-top: 1px solid;
}
.testimonial-swiper .swiper-slide > div svg {
	width: 60px;
	height: auto;
}

#anmeldelser .swiper-button-prev {
    left: -100px;
    right: auto;
}
#anmeldelser .swiper-button-next {
    right: -100px;
    left: auto;
}
#anmeldelser .swiper-button-prev:after,
#anmeldelser .swiper-button-next:after {
	color: var(--third);
}


/*
#anmeldelser {
	overflow: hidden;
	position: relative;
	padding: 80px 0 120px;
    --swiper-navigation-size: 30px;
	--swiper-theme-color: var(--primary);
	background: var(--primary);
	color: var(--offwhite);
	
	background: url(https://akiraweb.dk/wp-content/uploads/iwantthatglow.jpg);
	background-attachment: fixed;
	background-size: cover;
}
#anmeldelser:before {
    background: var(--primary);
    content: '';
    position: absolute;
    inset: 0;
	opacity: .8;
}

#anmeldelser .swiper-wrapper {
	display: flex;
	align-items: center;
}
#anmeldelser .swiper-button-next,
#anmeldelser .swiper-button-prev {
	color: var(--offwhite);
}
#anmeldelser .swiper-button-next {
	right: 40px;
}
#anmeldelser .swiper-button-prev {
	left: 40px;
}
#anmeldelser .swiper-pagination {
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#anmeldelser .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
}
#anmeldelser .swiper-pagination-bullet {
	opacity: 1;
	background: var(--sand);
}
#anmeldelser .swiper-pagination-bullet-active {
    background: var(--sand);
    border: 2px solid var(--sand);
    width: 11px;
    height: 11px;
}
#anmeldelser h2 {
	margin-bottom: 30px;
	position: relative;
}
.anmeldelse {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 70px;
}
.anmeldelse svg {
	width: 40px;
	height: 40px;
	margin-bottom: 30px;
}
.anmeldelse h5 {
    margin: 0;
    margin-top: 50px;
    text-transform: capitalize;
	color: var(--sand);
}

@media screen and (max-width: 768px) {
    #anmeldelser {
		padding: 40px 0 80px;
	}
	#anmeldelser h2 {
		margin-bottom: 10px;
	}
	.anmeldelse h5 {
		margin-top: 20px;
	}
	#anmeldelser {
    	--swiper-navigation-size: 16px;
	}
	.anmeldelse {
		padding: 0 30px;
	}
	#anmeldelser .swiper-button-prev {
		left: 1.5rem;
	}
	#anmeldelser .swiper-button-next {
		right: 1.5rem;
	}
}
*/