section#bilkategorier {
    padding: 40px 0 0;
}

.bilkategori-main-swiper {
	width: 100%;
	margin-bottom: 20px;
}
.bilkategori-main-swiper .kategori-slide-content {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bilkategori-main-swiper .kategori-slide-content img {
	width: 100%;
	max-width: 1000px;
	margin-bottom: 40px;
}
.bilkategori-main-swiper .headline {
	padding-bottom: 20px;
}
.bilkategori-main-swiper p {
    max-width: 900px;
    text-align: center;
}

.bilkategori-thumbs-swiper .bilkategori-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 40px 60px;
    background: #f1f1f1;
    border-radius: 10px;
	position: relative;
}
.bilkategori-thumbs-swiper .bilkategori-thumbnail img {
	width: auto;
	width: 100%;
    max-width: 320px;
}
.bilkategori-thumbs-swiper .swiper-slide {
	cursor: pointer;
}
.bilkategori-thumbs-swiper .swiper-slide-thumb-active .bilkategori-thumbnail,
.bilkategori-thumbs-swiper .swiper-slide:hover .bilkategori-thumbnail {
	background: #d9d9d9;
}
.bilkategori-thumbs-swiper .bilkategori-thumbnail p {
	position: absolute;
	bottom: 20px;
}



.swiper-button-next, .swiper-button-prev {
    color: #000000;
}


section#faq .headline {
	padding-bottom: 10px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid gray;
    border-radius: 0 !important;
}
.accordion-button {
    padding: 20px 0;
	border-radius: 0 !important;
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	box-shadow: none !important;
	outline: none !important;
}
.accordion-button:not(.collapsed) {
  /*background-color: #222;
  color: #fff;*/
	background: transparent;
}
.accordion-button::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.accordion-button.collapsed::after {
  transform: rotate(0);
}
.accordion-button i {
    background: var(--PrimaryColor);
	color: #ffffff;
	margin-right: 15px;
    width: 40px;
    height: 40px;
    font-style: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.accordion-body {
    padding: 0;
    padding-left: 56px;
    padding-bottom: 20px;
}


.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(--PrimaryColor);
	border-color: var(--PrimaryColor);
	color: #fff;
	transform: scale(1);
}
.testimonial-swiper .swiper-slide > div h6,
.testimonial-swiper .swiper-slide > div h5 {
	font-size: 24px;
}
.testimonial-swiper .mt-4 {
    padding-top: 1.5rem;
    border-top: 1px solid;
}
.testimonial-swiper .swiper-slide > div svg {
	width: 60px;
	height: auto;
}


.fullwidth-swiper {
	width: 100vw;
	margin: 0;
}

.swiper {
	cursor: grab;
	padding: 1rem 0;
}
.biler-card {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
	border-radius: 10px;
    overflow: hidden;
}
.biler-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.biler-card .car-data {
    position: absolute;
    width: 100%;
    color: #ffffff;
    bottom: 0;
    text-align: left;
    padding: 15px 40px;
    text-shadow: 0 6px 15px black;
}


.kategori-content.biler-card {
    background: #f1f1f1;
    padding: 40px 50px;
    width: 100%;
	transition: .2s;
	cursor: pointer;
}
.kategori-content.biler-card:hover {
	transform: scale(1.05);
}
.kategori-content.biler-card img {
    margin-bottom: 20px;
}


.page-template-page-priseksempler .biler-card p.oneline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}


.tax-bilkategori #main {
	position: relative;
	z-index: 2;
	padding-top: 60px;
	padding-bottom: 0;
}
.tax-bilkategori .intro img {
	width: 100%;
	max-width: 800px;
	margin-bottom: 40px;
	transform: translateX(100vw); /* Starter udenfor højre side */
	animation: slideIn 1s ease-out forwards;
}
.bil-slide-in {
  display: inline-block;
  
}
@keyframes slideIn {
  to {
    transform: translateX(0);
  }
}

.tax-bilkategori #beskrivelse {
	margin-top: -100px;
}



:root {
	--PrimaryColor: hsl(358, 85%, 52%); /* #ed1c24 konverteret til HSL */
	--PrimaryColorRgb: 237, 28, 36;
	--PrimaryColorDarker: hsl(358, 85%, 32%); /* 20% mørkere */
	--PrimaryColorLighter: hsl(358, 85%, 65%);
}

body {
	font-family: "DM Sans", sans-serif;
	overflow-x: hidden;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 600;
}

.g-10, .gx-10 {
    --bs-gutter-x: 10rem;
}
.g-10, .gy-10 {
	--bs-gutter-y: 10rem;
}

.container {
	max-width: 1800px !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 40px;
}


.headline {
	text-align: center;
	padding-bottom: 50px;
}
.headline p {
	display: inline-flex;
    align-items: center;
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
	position: relative;
}
.headline p:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #000000;
    position: absolute;
    bottom: 0px;
}
.headline h2 {
	font-size: 52px;
}
.headline > p > svg {
	width: 2em;
    height: 2em;
    margin-left: 7px;
}
.headline.lightheadline p:before {
    background: #ffffff;
}
.headline.lightheadline svg {
	fill: #ffffff;
}
.headline.startheadline {
    text-align: left;
}


.button-set {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.btn {
	border-radius: 100px;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.3s linear 0s;
}
.btn.btn-primary {
	background: var(--PrimaryColor);
	border-color: var(--PrimaryColor);
}
.btn.btn-primary:hover {
	background: var(--PrimaryColorLighter);
	border-color: var(--PrimaryColorLighter);
}
.btn.btn-primary:active {
	background: var(--PrimaryColorDarker);
	border-color: var(--PrimaryColorDarker);
}
.btn.btn-secondary {
	background: transparent;
	border-color: #ffffff;
}
.btn.btn-secondary:hover {
	-webkit-box-shadow: 0px 0px 30px rgba(255,255,255, 0.2);
	box-shadow: 0px 0px 30px rgba(255,255,255, 0.2);
	color: var(--PrimaryColor);
	border-color: var(--PrimaryColor);
}
.btn.btn-sm {
	padding: 7px 20px;
}

a {
	text-decoration: none !important;
	color: #000000;
}

img {
	max-width: 100%;
}

section {
	padding: 120px 0;
}

.border-line-gradient-top {
	background-image: linear-gradient(90deg, transparent, rgba(var(--PrimaryColorRgb), 0.6), rgba(var(--PrimaryColorRgb), 0.6), transparent);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 1px;
}

ul.some {
    display: flex;
    margin: 0;
    list-style: none;
    column-gap: 10px;
    padding: 0;
}
ul.some li a {
    width: 34px;
    height: 34px;
    background: var(--PrimaryColor);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}


#topnav ul.some li a {
	background: #000000;
}
ul.some li a svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
}

#topnav {
    padding: 12px 0;
}
#topnav svg {
	width: 20px;
	height: 20px;
}

header#header {
	position: sticky;
	top: 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	height: 84px;
	background: #ffffff;
	display: flex;
	align-items: center;
	z-index: 999;
}

header#header .site-branding img {
    width: 240px;
    height: auto;
}

nav#nav ul li a {
	padding: 13px 20px;
	transition: all 0.3s linear 0s;
}

header#header nav#nav ul li.current-menu-item a,
header#header nav#nav ul li:hover a,
header#header #primary-menu.hovering-other > li.current-menu-item:hover > a {
	color: #ffffff;
}
header#header #primary-menu.hovering-other > li.current-menu-item > a {
  color: #000000;
}

header#header nav#nav {
	position: relative;
}

header#header .nav-pill {
	position: absolute;
	height: 40px;
	border-radius: 999px;
	background: var(--PrimaryColor);
	transition: transform 0.3s ease, width 0.3s ease;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	pointer-events: none;
	left: 0;
}

footer#footer {
    background: #000000;
	color: #ffffff;
}
footer#footer a {
	color: #ffffff !important;
}
footer#footer .footer-rows {
    padding: 80px 0 40px;
}
footer#footer .footer-copyright {
    padding: 30px 0;
}
footer#footer h4 {
	margin-bottom: 20px;
}
footer#footer ul.some {
	margin-top: 40px;
}



section#steps {
	background-color: #000000;
	color: #ffffff;
}
section#steps .row svg {
	fill: #ffffff;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}
section#steps h4 {
	margin-bottom: 20px;
}
.button-set {
    margin-top: 50px;
}


section#udvalg {
	max-width: 100vw;
	overflow-x: hidden;
	position: relative;
}


section.grainbg {
	background-image: url(https://akiraweb.dk/v85-sjaelland/wp-content/uploads/section-grain.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
section.grainbg:before {
	content: '';
	position: absolute;
	background: #F1F1F1;
	display: block;
	inset: 0;
	opacity: 0.97;
}
section.grainbg > .container {
	position: relative;
	z-index: 1;
}


.faq-side {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
	height: 100%;
	max-height: 782px;
}
.faq-side .whitebox {
    background: #ffffff;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
    padding: 30px;
    border-radius: 6px;
}
.faq-side img {
    pointer-events: none;
    height: 100%;
    width: auto;
    object-fit: cover;
}