#ew-cta-2 .cta-flex .cta-2-primary {
  padding: 7px 4px;
}

/* CTA */
#ew-cta-2 {
  z-index: 5;
}

#ew-cta-2 a:hover {
  text-decoration: none !important;
}

#ew-cta-2 svg {
  color: white;
}

#ew-cta-2 .cta-flex .cta-2-primary,
#ew-cta-2 .cta-flex .cta-2-secondary {
  background-color: #24B315 !important;
}

#ew-cta-2 .cta-2-primary-icon,
#ew-cta-2 .cta-2-primary-value,
#ew-cta-2 .cta-menu-toggle svg {
  color: white !important;
  min-width: 24px;
  font-weight: 400;
}

#ew-cta-2 .cta-menu-toggle {
  position: fixed;
  display: flex;
  font-size: 1.5rem;
  color: white;
  min-width: 50px;
  min-height: 50px;
  height: 50px;
  bottom: 0.5rem;
  right: 0.5rem;
  transition: all 0.2s ease-in-out;
}

#ew-cta-2 .cta-menu-toggle.active {
  rotate: 45deg;
  transition: all 0.2s ease-in-out;
  background-color: #24B315;
  filter: brightness(40%);
}

#ew-cta-2 .cta-menu-toggle,
#ew-cta-2 .cta-2-primary {
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #24B315;
  border: 1px solid #24B315;
  margin: 0;
}

#ew-cta-2 .cta-flex {
  position: fixed;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  opacity: 0;
  right: 0.5rem;
  bottom: calc(1rem + 50px);
  transition: all 0.2s ease-in-out;
  transform: translateY(10px);
  pointer-events: none;
}

#ew-cta-2 .cta-flex .cta-2-primary {
  display: flex;
  min-height: 45px;
  height: 45px;
  width: 160px;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding: 1rem;
  right: 0.5rem;
  border-radius: 0;
}

#ew-cta-2 .cta-flex .cta-2-primary:hover {
  transform: none;
}

#ew-cta-2 .cta-flex.active {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

#ew-cta-2 .cta-flex.active a:nth-child(1) {
  animation-name: one-shot;
  animation-duration: 0.3s;
}

#ew-cta-2 .cta-flex.active a:nth-child(2) {
  animation-name: one-shot;
  animation-duration: 0.6s;
}

@keyframes one-shot {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #ew-cta-2 .cta-menu-toggle {
    display: none;
  }
  #ew-cta-2 .cta-flex {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    opacity: 1;
    right: 0;
  }
  #ew-cta-2 .cta-flex .cta-2-primary {
    pointer-events: all;
    display: flex;
    width: 180px;
    min-height: 50px;
    flex-direction: row;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    justify-content: flex-start;
    border: 1px solid #24B315;
    padding: 0.5rem 1rem;
    margin: 0;
    transform: translateX(calc(100% - 55px));
    border-radius: 0;
    transition: all 0.2s ease-in-out;
  }
  #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-icon {
    width: 25px;
  }
  #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-value {
    display: block;
  }
  #ew-cta-2 .cta-flex .cta-2-primary:hover {
    transform: none;
    transition: all 0.2s ease-in-out;
  }
}
#ew-cta-2 .cta-flex .cta-2-primary {
  width: 100%;
}

#ew-cta-2 .cta-menu-toggle {
  margin-bottom: 0.5rem;
}

#iubenda-cs-banner .iubenda-cs-rationale .iubenda-cs-brand img,
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-rationale .iubenda-cs-brand img {
  height: auto;
  max-height: none !important;
  max-width: 200px !important;
  display: block;
  margin: auto;
  margin-top: 25px;
}

#iubenda-cs-banner .iubenda-cs-rationale .iubenda-banner-content div:nth-child(1) {
  margin-top: 0px !important;
}

a.iubenda-nostyle {
  color: #fff !important;
  font-weight: 700;
}

.ew-footer-2 .opening-hours__item {
  color: currentColor;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.875em;
  line-height: 1.125;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
  div[id^=Slider3-] .ewh1 {
    font-size: 1.5rem;
    max-width: 80%;
  }
  div[id^=Slider3-] .ewh3 {
    font-size: 1rem;
    max-width: 70%;
  }
  .Slider3 .btn {
    padding: 0.375rem 0.75rem !important;
  }
}
@media (min-width: 575px) and (max-width: 1200px) {
  div[id^=Slider3-] .ewh1 {
    font-size: 1.5rem;
    max-width: 80%;
  }
  div[id^=Slider3-] .ewh3 {
    font-size: 1rem;
    max-width: 70%;
  }
  .Slider3 .btn {
    padding: 0.375rem 0.75rem !important;
  }
}
@media (max-width: 575px) {
  #block-ewcustom-slider3,
  #block-ewcustom-slider3 .carousel-inner,
  #block-ewcustom-slider3 .carousel-inner .carousel-item,
  #block-ewcustom-slider3 .carousel-inner .carousel-item img {
    height: 450px;
  }
}
#scbdkdealerexternalcalc {
  margin: auto;
}

.frontLinkBoxes .entry__grid-item:hover .box__content-inner::after {
  opacity: 0.3;
}
.frontLinkBoxes .box__content-inner {
  padding: 0;
  position: relative;
}
.frontLinkBoxes .box__content-inner::after {
  content: "";
  background-color: var(--secondary);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 300ms;
}
.frontLinkBoxes .box__content-inner p:has(img) {
  margin-bottom: 0;
  height: 200px;
}
@media (min-width: 1200px) {
  .frontLinkBoxes .box__content-inner p:has(img) {
    height: 250px;
  }
}
.frontLinkBoxes .box__content-inner p:has(img) img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontLinkBoxes .box__content-inner .textContent {
  height: calc(100% - 200px);
  background-color: var(--primary);
  padding: 1rem;
}
@media (min-width: 1200px) {
  .frontLinkBoxes .box__content-inner .textContent {
    height: calc(100% - 250px);
  }
}
.frontLinkBoxes .box__content-inner .textContent p:last-child {
  margin-bottom: 0;
}
.frontLinkBoxes .box__content-inner .textContent .title {
  color: #FFF;
  text-transform: uppercase;
  line-height: 1.1em;
  word-break: break-word;
  font-weight: 200;
  font-family: Montserrat;
}
@media (min-width: 576px) {
  .frontLinkBoxes .box__content-inner .textContent .title {
    font-size: 1.45rem;
  }
}
@media (min-width: 768px) {
  .frontLinkBoxes .box__content-inner .textContent .title {
    font-size: 1.55rem;
  }
}
@media (min-width: 992px) {
  .frontLinkBoxes .box__content-inner .textContent .title {
    font-size: 1.65rem;
  }
}
@media (min-width: 1200px) {
  .frontLinkBoxes .box__content-inner .textContent .title {
    font-size: 1.75rem;
  }
}
.frontLinkBoxes .box__content-inner .textContent p {
  text-align: center;
}
.frontLinkBoxes .box__content-inner .textContent svg {
  font-size: 3rem;
  color: var(--secondary);
}/*# sourceMappingURL=custom.css.map */

#Slider3-5ece225dbd01f .Slider3-carousel-content {
  text-shadow: 1px 1px 3px #000;
}
#Slider3-5ece225dbd01f .Slider3-carousel-content .btn {
  text-shadow: none;
}


#laeborgcars_list table {
    margin-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 13px;
}

#laeborgcars_list table th {
    background: #f1f1f1;
    border: none;
    color: #e74c3c;
    font-size: 14px;
    padding: 5px;
}

#laeborgcars_list table td {
    padding: 5px;
    vertical-align: top;
}

#laeborgcars_list table tr:nth-child(even) {
    background: transparent;
    border: none;
}

#laeborgcars_list table tr:nth-child(even) {
    background: #f1f1f1;
    border: none;
}

#laeborgcars_list table h5 {
    color: #00533b;
    margin-bottom: 10px;
}

#laeborgcars_list #laeborgcars_detail p {
    font-size: 14px;
}

#laeborgcars_list #laeborgcars_detail .print-btn {
    background: #545454;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #ffe163;
    display: inline-block;
    font: 400 14px/17px 'Roboto',sans-serif;
    outline: none;
    padding: 9px 20px 10px;
    text-decoration: none;
    text-transform: none;
}

#laeborgcars_list #laeborgcars_detail .car-image {
    padding: 10px;
}

#laeborgcars_list h4 {
    font-weight: 700;
    color: #003929;
}

#laeborgcars_list .cars-filter {
  display: none;
}