@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
  font-family: "Work Sans", sans-serif;
  color: #23285a;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  word-break: break-word;
}
p {
  font-family: "Work Sans", sans-serif;
  color: #23285a;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
a {
  font-family: "Work Sans", sans-serif;
  color: #23285a;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  color: #009ee0;
  text-decoration: none;
}
h1 {
  font-family: "Work Sans", sans-serif;
  color: #23285a;
  font-weight: 800;
}
h2 {
  font-family: "Work Sans", sans-serif;
  color: #23285a;
  font-weight: 800;
}
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  color: #23285a;
  font-weight: 800;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
table thead {
  background-color: #23285a;
  color: #fff;
}
table thead strong,
table thead b,
table thead p,
table thead h1,
table thead h2,
table thead h3,
table thead h4,
table thead h5,
table thead h6,
table thead a,
table thead span {
  color: #fff;
}
table thead th {
  padding: 12px;
  text-align: left;
  font-weight: bold;
}
table tbody tr {
  background-color: #fff;
}
table tbody tr:nth-child(even) {
  background-color: #e0e8ff;
}
table tbody tr td {
  padding: 10px 12px;
}
main {
  background-color: #e0e8ff;
}
.main-content-container {
  min-height: 500px;
  background: #23285a;
}
.main-content-container .main-content {
  padding-top: 40px;
  min-height: 500px;
  padding: 40px 0px 0px 0px;
  background-color: #e0e8ff;
  border-radius: 00px 0px 0px 90px;
}
@media (max-width: 991px) {
  .main-content-container .main-content {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .main-content-container .main-content {
    padding-top: 147px;
  }
}
.block-margin {
  margin-bottom: 40px;
}
.button {
  display: block;
  background-color: #23285a;
  padding: 12px 32px;
  border-radius: 8px;
  font-style: italic;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s ease;
  color: #fff;
  width: fit-content;
  text-transform: uppercase;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #009ee0;
}
.button.white {
  background-color: #fff;
  color: #23285a;
}
.button.white:hover {
  color: #fff;
  text-decoration: none;
  background-color: #009ee0;
}
html.ccm-toolbar-visible .ccm-page {
  margin-top: 0px;
}
.light-blue-background-home-top-container {
  background: linear-gradient(to bottom right, #000000 0%, #000000 50%, #23285a 50%, #23285a 100%);
}
.light-blue-background-home-top-container .light-blue-background-home-top {
  padding: 80px 0px 0px 0px;
  background-color: #e0e8ff;
  border-radius: 90px 0px 90px 0px;
}
@media (max-width: 991px) {
  .light-blue-background-home-top-container .light-blue-background-home-top {
    border-radius: 0px;
  }
}
@media (max-width: 991px) {
  .light-blue-background-home-top-container .item {
    margin-bottom: 20px;
  }
  .light-blue-background-home-top-container .item.custom-item-1 {
    margin-bottom: 80px;
  }
  .light-blue-background-home-top-container .item.custom-item-2 {
    margin-bottom: 20px;
  }
  .light-blue-background-home-top-container .item.custom-item-3 {
    margin-bottom: 20px;
  }
  .light-blue-background-home-top-container .item.custom-item-4 {
    margin-bottom: 80px;
  }
}
.rating-area {
  position: relative;
  background-image: url('/application/themes/edwingroen/img/review-background.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
}
.rating-area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #23285a 0%, rgba(35, 40, 90, 0.8) 15%, rgba(35, 40, 90, 0.8) 85%, #23285a 100%);
}
.rating-area .rating-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.rating-area .rating-content h2 {
  color: #fff;
  font-weight: 800;
  line-height: 50px;
  font-size: 40px;
  margin-bottom: 40px;
}
.rating-area .rating-content .rating-widget {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.rating-area .rating-content .rating-widget iframe {
  height: 60px;
  width: 310px;
}
.light-blue-background-home-bottom-container {
  background: #23285a;
}
.light-blue-background-home-bottom-container .light-blue-background-home-bottom {
  padding: 80px 0px 40px 0px;
  background-color: #e0e8ff;
  border-radius: 90px 0px 0px 90px;
}
@media (max-width: 991px) {
  .light-blue-background-home-bottom-container .light-blue-background-home-bottom {
    border-radius: 0px;
  }
}
.brands-area h1,
.brands-area h2,
.brands-area h3,
.brands-area h4,
.brands-area h5,
.brands-area h6 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 40px;
}
.brands-area img {
  height: 100px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 40px;
  padding: 5px;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.brands-area img:hover {
  transform: scale(1.1);
}
.insurance-area {
  position: relative;
  background-image: url('/application/themes/edwingroen/img/verzekering-background.jpg');
  background-size: cover;
  background-position: center;
  padding: 0px 0px;
}
.insurance-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #23285a 0%, rgba(35, 40, 90, 0.8) 15%, rgba(35, 40, 90, 0.8) 85%, #23285a 100%);
  z-index: 1;
}
.insurance-area .insurance-content {
  position: relative;
  z-index: 2;
}
.insurance-area .insurance-content .insurance-item {
  width: 100%;
  padding: 80px 0px;
}
.insurance-area .insurance-content .insurance-item h1,
.insurance-area .insurance-content .insurance-item h2,
.insurance-area .insurance-content .insurance-item h3,
.insurance-area .insurance-content .insurance-item h4,
.insurance-area .insurance-content .insurance-item h5,
.insurance-area .insurance-content .insurance-item h6 {
  color: #fff;
  font-weight: 800;
  line-height: 50px;
  font-size: 40px;
  margin-bottom: 32px;
}
.insurance-area .insurance-content .insurance-item p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 32px;
}
.insurance-area .insurance-content .insurance-item img {
  width: 100%;
}
@media (max-width: 991px) {
  .insurance-area .insurance-content .insurance-item.item-1 {
    padding: 80px 0px 80px 0px;
  }
}
.insurance-area .insurance-content .insurance-item.item-2 {
  padding: 0px;
}
@media (max-width: 991px) {
  .insurance-area .insurance-content .insurance-item.item-2 {
    padding: 80px 0px 0px 0px;
  }
}
@media (max-width: 991px) {
  .insurance-area .insurance-content .insurance-item.item-3 {
    padding: 0px 0px 0px 0px;
  }
}
.google-maps-link {
  display: block;
  text-decoration: none;
}
.google-maps-link .google-maps-area-container {
  background: #23285a;
}
.google-maps-link .google-maps-area-container .google-maps-area {
  position: relative;
  padding: 80px 0px 40px 0px;
  background: url("/application/themes/edwingroen/img/kaart.jpg") center center no-repeat;
  background-size: cover;
  height: 760px;
  border-radius: 0px 90px 0px 0px;
}
@media (max-width: 991px) {
  .google-maps-link .google-maps-area-container .google-maps-area {
    border-radius: 0px;
    height: 500px;
  }
}
.google-maps-link .google-maps-area-container .google-maps-area::after {
  content: "";
  position: absolute;
  top: 330px;
  left: 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: rgba(0, 158, 224, 0.5);
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .google-maps-link .google-maps-area-container .google-maps-area::after {
    top: 220px;
    width: 24px;
    height: 24px;
  }
}
.google-maps-link .google-maps-area-container .google-maps-area .map-pin {
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 3;
  transition: transform 0.5s ease;
  pointer-events: none;
  will-change: transform;
}
.google-maps-link .google-maps-area-container .google-maps-area .map-pin svg {
  height: 160px;
  width: auto;
  display: block;
  pointer-events: none;
  transition: 0.5s ease;
}
.google-maps-link .google-maps-area-container .google-maps-area .map-pin svg .pin-border {
  transition: 0.5s ease;
}
@media (max-width: 991px) {
  .google-maps-link .google-maps-area-container .google-maps-area .map-pin {
    top: 220px;
  }
  .google-maps-link .google-maps-area-container .google-maps-area .map-pin svg {
    height: 120px;
  }
}
.google-maps-link:hover .google-maps-area .map-pin {
  transform: translate(-50%, calc(-100% - 15px));
}
.google-maps-link:hover .google-maps-area .map-pin svg .pin-border {
  fill: #009ee0;
}
.google-maps-link:hover .google-maps-area::after {
  transform: translate(-50%, -50%) scale(1.05);
}
.advantage-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.advantage-wrapper .advantage-item {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .advantage-wrapper .advantage-item {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}
.advantage-wrapper .advantage-item .advantage-icon {
  flex-shrink: 0;
}
.advantage-wrapper .advantage-item .advantage-icon img {
  display: block;
  width: 60px;
  height: 60px;
}
.advantage-wrapper .advantage-item .advantage-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .advantage-wrapper .advantage-item .advantage-content {
    align-items: center;
  }
}
.advantage-wrapper .advantage-item .advantage-content h1,
.advantage-wrapper .advantage-item .advantage-content h2,
.advantage-wrapper .advantage-item .advantage-content h3,
.advantage-wrapper .advantage-item .advantage-content h4,
.advantage-wrapper .advantage-item .advantage-content h5,
.advantage-wrapper .advantage-item .advantage-content h6 {
  margin: 0;
  text-align: left;
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .advantage-wrapper .advantage-item .advantage-content h1,
  .advantage-wrapper .advantage-item .advantage-content h2,
  .advantage-wrapper .advantage-item .advantage-content h3,
  .advantage-wrapper .advantage-item .advantage-content h4,
  .advantage-wrapper .advantage-item .advantage-content h5,
  .advantage-wrapper .advantage-item .advantage-content h6 {
    text-align: center;
  }
}
.advantage-wrapper .advantage-item .advantage-content p {
  margin: 0;
  text-align: left;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .advantage-wrapper .advantage-item .advantage-content p {
    text-align: center;
  }
}
.opening-times-mobile {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .opening-times-mobile {
    display: none;
  }
}
.opening-times-mobile p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0px;
}
.opening-times-mobile strong {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.opening-times-mobile a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: underline;
  transition: 0.3s ease;
}
.opening-times-mobile a:hover {
  text-decoration: none;
}
.homepage footer {
  background-color: #e0e8ff;
}
.content-page .second-content-row {
  padding-top: 40px;
  background-color: #fff;
}
.content-page .second-content-row.no-third-row {
  border-radius: 0px 0px 0px 90px;
}
@media (max-width: 991px) {
  .content-page .second-content-row.no-third-row {
    border-radius: 0px;
  }
}
.content-page .third-content-row {
  padding-top: 40px;
}
.ccm-image-block {
  border-radius: 20px;
}
.hero-image-home {
  position: relative;
  height: 538px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-image-home {
    height: 368px;
  }
}
.hero-image-home .hero-background {
  position: relative;
  height: 538px;
  background-image: url(/application/themes/edwingroen/img/special-day-background.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .hero-image-home .hero-background {
    height: 368px;
  }
}
.hero-image-home .hero-background::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  max-height: 373px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 0%, rgba(32, 32, 32, 0.86) 38%, rgba(102, 102, 102, 0) 100%);
}
@media (max-width: 767px) {
  .hero-image-home .hero-background::after {
    z-index: 5;
    max-height: 196px;
  }
}
.hero-image-home .hero-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.hero-image-home .hero-content .man-with-bike {
  margin-bottom: -10px;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-image-home .hero-content .man-with-bike {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 294px;
    width: 100%;
  }
}
.hero-image-home .hero-content .hero-text {
  position: relative;
  z-index: 10;
}
.hero-image-home .hero-content .hero-text .action {
  border-radius: 16px;
  border: 1px #FFEA8C solid;
  background: linear-gradient(to right, rgba(255, 234, 140, 0.15) 0%, rgba(255, 234, 140, 0) 100%);
  color: #FFEA8C;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  width: fit-content;
  margin-bottom: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-image-home .hero-content .hero-text .action::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-image: url('/application/themes/edwingroen/img/icons/dot-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-image-home .hero-content .hero-text p {
  font-size: 48px;
  line-height: 68px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .hero-image-home .hero-content .hero-text p {
    font-size: 40px;
    line-height: 52px;
  }
}
.hero-image-home .hero-content .hero-text em {
  font-size: 48px;
  line-height: 68px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991px) {
  .hero-image-home .hero-content .hero-text em {
    font-size: 40px;
    line-height: 52px;
  }
}
.hero-image-home .hero-content .hero-text strong {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991px) {
  .hero-image-home .hero-content .hero-text strong {
    font-size: 40px;
    line-height: 52px;
  }
}
.item {
  position: relative;
  border-radius: 40px;
  height: 420px;
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}
.item .item-image-wrapper {
  position: relative;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.item .item-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.item .item-image-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 294px;
  border-radius: 0 0 40px 40px;
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
  transition: background 0.5s ease;
}
.item .item-content {
  position: absolute;
  inset: 0;
  padding: 40px;
  z-index: 2;
}
.item .item-content .item-content-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.item .item-content .item-content-container .arrow-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s ease;
}
@media (max-width: 991px) {
  .item .item-content .item-content-container .arrow-link {
    top: 0px;
  }
}
.item .item-content .item-content-container .arrow-link svg {
  width: 30px;
  height: 30px;
  display: block;
  transform: translate(0, 0);
  transition: transform 0.5s ease;
}
.item .item-content .item-content-container .arrow-link svg path {
  stroke: #23285a;
  fill: #23285a;
  transition: stroke 0.5s ease, fill 0.5s ease;
}
.item .item-content .item-content-container .item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 70px);
}
@media (max-width: 991px) {
  .item .item-content .item-content-container .item-text {
    width: 100%;
  }
}
.item .item-content .item-content-container .item-text .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .item .item-content .item-content-container .item-text .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.item .item-content .item-content-container .item-text .subtitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.item.custom-item-1 {
  border-radius: 40px 0px 40px 40px;
}
@media (max-width: 991px) {
  .item.custom-item-1 {
    border-radius: 40px;
  }
}
.item.custom-item-1 .item-image-wrapper {
  border-radius: 40px 0px 40px 40px;
}
@media (max-width: 991px) {
  .item.custom-item-1 .item-image-wrapper {
    border-radius: 40px;
  }
}
.item.custom-item-1 .item-image-wrapper img {
  border-radius: 40px 0px 40px 40px;
}
@media (max-width: 991px) {
  .item.custom-item-1 .item-image-wrapper img {
    border-radius: 40px;
  }
}
.item.custom-item-1 .item-image-wrapper::after {
  border-radius: 0 0 40px 40px;
}
.item.custom-item-2 .item-image-wrapper {
  position: relative;
}
.item.custom-item-2 .item-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  box-shadow: inset 0 0 0 20px rgba(0, 158, 224, 0.5);
  z-index: 2;
  pointer-events: none;
}
.item.custom-item-2 .item-content .item-content-container .item-text {
  width: 100%;
}
.item.custom-item-2 .item-content .item-content-container .arrow-link {
  right: 0;
  top: 0;
}
.item.custom-item-3 {
  border-radius: 40px 40px 40px 0px;
}
@media (max-width: 991px) {
  .item.custom-item-3 {
    border-radius: 40px;
  }
}
.item.custom-item-3 .item-content .item-content-container .item-text {
  width: 100%;
}
.item.custom-item-3 .item-content .item-content-container .arrow-link {
  right: 0;
  top: 0;
}
.item.custom-item-3 .item-image-wrapper {
  border-radius: 40px 40px 40px 0px;
}
@media (max-width: 991px) {
  .item.custom-item-3 .item-image-wrapper {
    border-radius: 40px;
  }
}
.item.custom-item-3 .item-image-wrapper img {
  border-radius: 40px 40px 40px 0px;
}
@media (max-width: 991px) {
  .item.custom-item-3 .item-image-wrapper img {
    border-radius: 40px;
  }
}
.item.custom-item-3 .item-image-wrapper::after {
  border-radius: 0 0 40px 0px;
}
.item.custom-item-4 .item-content .item-content-container .item-text {
  width: 100%;
}
.item.custom-item-4 .item-content .item-content-container .arrow-link {
  right: 0;
  top: 0;
}
.item-link {
  display: block;
  text-decoration: none;
}
.item-link:hover {
  text-decoration: none;
}
.item-link:hover .item .item-image-wrapper img {
  transform: scale(1.05);
}
.item-link:hover .item .item-image-wrapper::after {
  background: linear-gradient(to top, #23285a 0%, rgba(35, 40, 90, 0) 100%);
}
.item-link:hover .item .arrow-link {
  background-color: #23285a;
}
.item-link:hover .item .arrow-link svg {
  transform: translate(6px, -6px);
}
.item-link:hover .item .arrow-link svg path {
  fill: #fff;
  stroke: #fff;
}
.slider {
  opacity: 0;
  transition: opacity .3s ease;
  margin-bottom: 40px;
}
.slider.ready {
  opacity: 1;
}
.slider .bike-carousel-slider-section {
  position: relative;
  overflow: visible;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper {
  overflow: visible;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider {
    margin-top: 80px;
  }
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider::-webkit-scrollbar {
  display: none;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide {
  position: relative;
  flex: 0 0 auto;
  width: 305px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 20px;
  text-align: left;
  padding: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  box-shadow: inset 0 0 0 8px rgba(0, 158, 224, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide img {
  width: 100%;
  height: 172px;
  object-fit: contain;
  margin-bottom: 8px;
  padding: 8px;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide:hover::after {
  opacity: 1;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide:hover img {
  transform: scale(1.05);
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide:hover .slide-content h1,
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide:hover .slide-content h2,
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide:hover .slide-content h3,
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide:hover .slide-content h4,
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide:hover .slide-content h5,
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide:hover .slide-content h6 {
  color: #009ee0;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide:hover .slide-content .price .price-highlight {
  font-size: 22px;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide .slide-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide .slide-content h1,
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide .slide-content h2,
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide .slide-content h3,
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide .slide-content h4,
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide .slide-content h5,
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide .slide-content h6 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide .slide-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide .slide-content .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  margin-top: auto;
  min-height: 28px;
}
.slider .bike-carousel-slider-section .bike-carousel-slider-wrapper .bike-carousel-slider .slide .slide-content .price .price-highlight {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #009ee0;
  transition: font-size 0.3s ease;
}
.slider .bike-carousel-slider-section .bike-carousel-nav {
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% - 40px));
  display: flex;
  gap: 8px;
  z-index: 5;
}
.slider .bike-carousel-slider-section .bike-carousel-nav .nav {
  background: #e0e8ff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  transition: background-color 0.3s ease;
}
.slider .bike-carousel-slider-section .bike-carousel-nav .nav svg rect {
  fill: #fff;
  transition: fill 0.3s ease;
}
.slider .bike-carousel-slider-section .bike-carousel-nav .nav svg path {
  stroke: #23285A;
  transition: stroke 0.3s ease;
}
.slider .bike-carousel-slider-section .bike-carousel-nav .nav:not(.disabled):hover svg rect {
  fill: #009ee0;
}
.slider .bike-carousel-slider-section .bike-carousel-nav .nav:not(.disabled):hover svg path {
  stroke: #fff;
}
.slider .bike-carousel-slider-section .bike-carousel-nav .nav.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.slider .bike-carousel-slider-section .bike-carousel-nav .nav.disabled svg rect {
  fill: rgba(255, 255, 255, 0.6);
}
.slider .bike-carousel-slider-section .bike-carousel-nav .nav.disabled svg path {
  stroke: rgba(35, 40, 90, 0.6);
}
#bike-carousel-title h1,
#bike-carousel-title h2,
#bike-carousel-title h3,
#bike-carousel-title h4,
#bike-carousel-title h5,
#bike-carousel-title h6 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 0px;
}
#bike-carousel-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px;
}
.bike-carousel-button {
  width: 100%;
  justify-content: end;
  display: flex;
}
.bike-carousel-button .button {
  padding: 12px 100px;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .bike-carousel-button .button {
    width: 100%;
    padding: 12px;
    text-align: center;
  }
}
header.header-desktop {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  header.header-desktop {
    display: none;
  }
}
header.header-desktop .header-top {
  background-color: #23285a;
  color: #fff;
  font-size: 14px;
}
header.header-desktop .header-top .header-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
header.header-desktop .header-top .header-top-inner .phone {
  width: 16px;
  height: 16px;
}
header.header-desktop .header-top .header-top-inner .bovag {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 37px;
}
header.header-desktop .header-top .header-top-inner .header-top-text {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
header.header-desktop .header-top .header-top-inner .header-top-text strong {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 37px;
}
header.header-desktop .header-top .header-top-inner .header-top-text .header-top-sub {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
}
header.header-desktop .header-top .header-top-inner .header-top-text a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 37px;
  text-decoration: none;
}
header.header-desktop .header-top .header-top-inner .header-top-text a:hover {
  color: #009ee0;
  text-decoration: none;
}
header.header-desktop .header-middle {
  border-bottom: 16px solid #23285a;
}
header.header-desktop .header-middle .header-middle-content {
  padding: 20px 0px;
}
header.header-desktop .header-middle .header-middle-content img {
  max-width: 100%;
}
header.header-desktop .header-middle .header-middle-content .rating {
  width: 100%;
  height: 60px;
}
header.header-desktop .header-middle .header-middle-content .rating iframe {
  width: 100%;
  height: 60px;
}
header.header-desktop .header-middle .header-middle-content .opening-times {
  text-align: right;
}
header.header-desktop .header-middle .header-middle-content .opening-times p {
  font-size: 22px;
  line-height: 37px;
  font-weight: 500;
}
header.header-desktop .header-middle .header-middle-content .opening-times strong {
  font-size: 22px;
  line-height: 37px;
  font-weight: 700;
}
header.header-desktop .header-middle .header-middle-content .opening-times a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: underline;
  transition: 0.3s ease;
}
header.header-desktop .header-middle .header-middle-content .opening-times a:hover {
  text-decoration: underline;
}
header.header-desktop .header-middle .special-days {
  position: relative;
  background-image: url('/application/themes/edwingroen/img/special-day-background.jpg');
  background-size: cover;
  background-position: center;
  padding: 16px 0px;
}
header.header-desktop .header-middle .special-days::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 234, 140, 0.8);
  z-index: 1;
}
header.header-desktop .header-middle .special-days .special-day {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
header.header-desktop .header-middle .special-days .special-day p {
  margin: 0px;
  font-size: 22px;
  line-height: 37px;
  font-weight: 600;
}
header.header-desktop .header-middle .special-days .special-day b,
header.header-desktop .header-middle .special-days .special-day strong {
  margin: 0px;
  font-size: 22px;
  line-height: 37px;
  font-weight: 700;
}
header.header-desktop .header-bottom {
  position: absolute;
  width: 100%;
  z-index: 100;
}
header.header-desktop .header-bottom .header-nav {
  background-color: #23285a;
  padding-bottom: 16px;
  border-radius: 0px 0px 16px 16px;
  position: relative;
}
header.header-desktop .header-bottom .header-nav::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 16px;
  height: 16px;
  background: #23285a;
  -webkit-mask-image: radial-gradient(circle at bottom left, transparent 0, transparent calc(15.5px), #000000 calc(16.5px));
  mask-image: radial-gradient(circle at bottom left, transparent 0, transparent calc(15.5px), #000000 calc(16.5px));
}
header.header-desktop .header-bottom .header-nav::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  width: 16px;
  height: 16px;
  background: #23285a;
  -webkit-mask-image: radial-gradient(circle at bottom right, transparent 0, transparent calc(15.5px), #000000 calc(16.5px));
  mask-image: radial-gradient(circle at bottom right, transparent 0, transparent calc(15.5px), #000000 calc(16.5px));
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .edwin-groen-logo {
  display: none;
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-brand {
  display: none;
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content 1fr;
  align-items: center;
  width: 100%;
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-link {
  position: relative;
  display: inline-block;
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 0;
  height: 4px;
  background-color: #009ee0;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.2s ease;
}
@media (max-width: 1199px) {
  header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-link::after {
    bottom: -3px;
  }
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item.active .nav-link::after,
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-link.active::after,
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-link:hover::after {
  width: 100%;
}
@media (max-width: 1199px) {
  header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 24px;
  }
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .mobile-only-content {
  display: none;
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item {
  display: contents;
}
@media (max-width: 1199px) {
  header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 22px;
  line-height: 37px;
  font-weight: 500;
  padding: 0;
  white-space: nowrap;
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .nav-link:hover {
  text-decoration: none;
}
header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav > .nav-item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background: url('/application/themes/edwingroen/img/icons/wheel-icon.svg') center / 16px 16px no-repeat;
}
@media (max-width: 1199px) {
  header.header-desktop .header-bottom .header-nav .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav > .nav-item:not(:last-of-type)::after {
    display: none;
  }
}
header.header-mobile {
  display: none;
}
@media (max-width: 767px) {
  header.header-mobile {
    display: block;
  }
}
header.header-mobile .header-top {
  background-color: #23285a;
  padding-top: 56px;
  padding-bottom: 16px;
}
header.header-mobile .header-top .edwin-groen-logo {
  height: 40px;
  width: auto;
  max-width: 160px;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-brand {
  display: none;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler {
  margin-left: auto;
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 3px;
  margin: 0;
  background-color: #fff;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar:nth-child(1) {
  transform: translateX(-50%) translateY(-7px);
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar:nth-child(2) {
  transform: translateX(-50%) translateY(0);
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar:nth-child(3) {
  transform: translateX(-50%) translateY(7px);
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar.focus,
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar.hover {
  background-color: #fff;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse {
  width: 100%;
  position: relative;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-collapse::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 200px;
  background: url("/application/themes/edwingroen/img/bike-header.svg") no-repeat center bottom;
  background-size: contain;
  pointer-events: none;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav {
  padding: 0px;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 37px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 12px 0;
  text-decoration: none;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .nav-link::before {
  margin-left: 16px;
  content: "";
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: url('/application/themes/edwingroen/img/icons/wheel-icon.svg') center / 16px 16px no-repeat;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item:first-child .nav-link {
  margin-top: 56px;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item:last-of-type .nav-link {
  margin-bottom: 40px;
  border-bottom: none;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .mobile-only-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .mobile-only-content .header-top-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  flex: 1;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .mobile-only-content .header-top-text strong {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .mobile-only-content .header-top-text .phone-line {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .mobile-only-content .header-top-text .header-top-sub,
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .mobile-only-content .header-top-text a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .mobile-only-content .header-top-text .header-top-sub {
  font-weight: 400;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .mobile-only-content .header-top-text a {
  font-weight: 700;
}
header.header-mobile .header-top .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .mobile-only-content .bovag {
  flex: 0 0 53px;
  width: 53px;
  height: auto;
  display: block;
}
header.header-mobile .header-bottom .special-days {
  position: relative;
  background-image: url('/application/themes/edwingroen/img/special-day-background.jpg');
  background-size: cover;
  background-position: center;
  padding: 16px 0px;
}
header.header-mobile .header-bottom .special-days::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 234, 140, 0.8);
  z-index: 1;
}
header.header-mobile .header-bottom .special-days .special-day {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
header.header-mobile .header-bottom .special-days .special-day p {
  margin: 0px;
  font-size: 22px;
  line-height: 37px;
  font-weight: 600;
}
header.header-mobile .header-bottom .special-days .special-day b,
header.header-mobile .header-bottom .special-days .special-day strong {
  margin: 0px;
  font-size: 22px;
  line-height: 37px;
  font-weight: 700;
}
footer {
  background-color: #23285a;
}
footer .site-footer {
  background-color: #e0e8ff;
  position: relative;
  overflow: hidden;
  padding: 80px 0 40px;
  border-radius: 0px 90px 0px 0px;
}
@media (max-width: 991px) {
  footer .site-footer {
    border-radius: 0px;
  }
}
footer .site-footer h2 {
  color: rgba(35, 40, 90, 0.8);
  font-size: 18px;
  line-height: 37px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
footer .site-footer p {
  font-size: 22px;
  line-height: 37px;
  font-weight: 500;
}
footer .site-footer a {
  font-size: 22px;
  line-height: 37px;
  font-weight: 500;
}
footer .site-footer .container {
  position: relative;
  z-index: 2;
}
footer .site-footer .footer-top {
  margin-bottom: 80px;
  align-items: center;
}
@media (max-width: 767px) {
  footer .site-footer .footer-top {
    text-align: right;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  footer .site-footer .footer-top .footer-logo {
    width: 100%;
  }
}
footer .site-footer .footer-top .footer-logo a {
  display: inline-block;
}
footer .site-footer .footer-top .footer-logo img {
  display: block;
  width: 100%;
  max-width: 412px;
  height: auto;
}
footer .site-footer .footer-top .footer-social {
  text-align: right;
}
@media (max-width: 767px) {
  footer .site-footer .footer-top .footer-social {
    width: 100%;
    margin-top: 20px;
  }
}
footer .site-footer .footer-top .footer-social a svg path:first-child {
  transition: fill 0.3s ease;
}
footer .site-footer .footer-top .footer-social a:hover svg path:first-child {
  fill: #009ee0;
}
footer .site-footer .footer-main {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  footer .site-footer .footer-main {
    margin-bottom: 0px;
  }
}
footer .site-footer .footer-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
footer .site-footer .footer-main ul li {
  display: block;
  margin: 0 0 8px;
}
footer .site-footer .footer-main .footer-contact .footer-contact-links .contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .site-footer .footer-main .footer-contact .footer-contact-links .contact-link:not(:last-child) {
  margin-bottom: 16px;
}
footer .site-footer .footer-main .footer-contact .footer-contact-links .contact-link img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
}
footer .site-footer .footer-main .footer-contact .footer-contact-links .contact-link span {
  display: inline-block;
}
footer .site-footer .footer-main .footer-contact .footer-contact-links .contact-link svg path {
  transition: fill 0.3s ease;
}
footer .site-footer .footer-main .footer-contact .footer-contact-links .contact-link:hover svg path {
  fill: #009ee0;
}
@media (max-width: 991px) {
  footer .site-footer .footer-main .footer-nav .left-nav {
    margin-bottom: 8px;
  }
}
footer .site-footer .footer-main .footer-nav ul li:last-child {
  margin-bottom: 0;
}
footer .site-footer .footer-bottom .footer-bottom-inner {
  border-top: 1px solid #23285a;
  padding-top: 40px;
}
footer .site-footer .footer-bottom .footer-bottom-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  footer .site-footer .footer-bottom .footer-bottom-items {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
footer .site-footer .footer-bottom p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
footer .site-footer .footer-bottom a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
footer .site-footer .footer-bottom a:hover {
  color: #009ee0;
}
footer .site-footer .footer-bottom .copyright {
  color: #23285a;
  text-decoration: none;
  cursor: text;
}
footer .site-footer .footer-bottom .copyright:hover {
  cursor: text;
  color: #23285a;
  text-decoration: none;
}
footer .site-footer:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 559px;
  max-width: 100%;
  height: 100%;
  background: url("/application/themes/edwingroen/img/bike.svg") no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
