/*
Theme Name: Hella Service Partner
Description: Child theme for Flatsome
Author: Hella Service Partner
Template: flatsome
Version: 1.0.0
Text Domain: hellaservicepartner

Dev: Rune Zeuthen
*/

:root {

/* Colors: */
--blue: #0F3773;
--yellow: #FFC828;
--light: #FFFFFF;
--lightgray: #EFEFEF;
--dark: #484848;

--box-shadow: 0 10px 20px rgba(0,0,0,.16);
--border-radius: 5px;
--border-radius-lg: 10px;
}

@font-face {
    font-family: "Acumin Pro Condensed Black";
    src: url(assets/fonts/Acumin-Pro-Condensed-Black.woff2) format('woff2'),
         url(assets/fonts/Acumin-Pro-Condensed-Black.woff) format('woff');
  }


/* Small (mobil) */
@media (max-width: 549px) {}

/* Medium (tablet) */
@media (min-width: 550px) and (max-width: 849px) {}

/* Large (desktop) */
@media (min-width: 850px) {}


body {
    font-size: 24px!important;
}

section {
    position: relative;
    z-index: 0;
}

section:not(footer section):not(.hero):not(.wide),
.banner {
    max-width: 1640px!important ;
    margin: auto;
}


@media (min-width: 1650px) {
    .row {
    max-width: 1660px!important ;
}
.row.wide {
    max-width: 100%!important ;
}
}

@media screen and (min-width: 850px) {
.row-large>.col {
    padding: 0 50px;
}

}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Acumin Pro Condensed Black";
    font-weight: 900;
    line-height: 1;
  }

  .home h1,
  #vaerksted h1 {
    font-size: 90px;
  }

   h1, .h1 {
    font-size: 70px;
  }
  
  h2, .h2 {
    font-size: 70px;
  }

  h3, .h3 {
    font-size: 43px;
  }

  h4, .h4 {
    font-size: 28px;
  }

  h5, .h5 {
    font-size: 24px ;
  }

  h6, .h6 {
    font-size: 20px;
  }


hr {
    color: #707070;
    opacity: 1;
}

  a {
    
  }

  a.button, button {
    font-family: "Acumin Pro Condensed Black";
  }

  a.button.is-outline {
    color: var(--blue)!important;
    border-color: var(--blue)!important;
  }

  a.button.is-outline:hover {
    color: #fff!important;
  }

  a.button.white {
    color: var(--blue)!important;
  }

  a.button.white.is-outline {
    color: #fff!important;
    border-color: #fff!important;
  }

  a.button.white.is-outline:hover {
    color: var(--blue)!important;
    border-color: #fff!important;
  }



  .lead {
    color: var(--yellow);
    font-size: 24px!important;
    font-weight: 600;
    margin-bottom: 0!important;
  }

    @media screen and (max-width: 850px) {
    body {
        font-size: 20px!important;
    }
    h1,
    .home h1,
    #vaerksted h1  {
        font-size: 46px;
     }
  
    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 21px;
    }
    .lead {
        font-size: 16px!important;
    }
    }
    b, strong {
        font-weight: 600!important;
    }
    p:has(strong) {
        color: var(--blue);
        margin-bottom: 0;
    }

    main ul li {
        margin-bottom: 0;
    }

    main ul li::marker {
        color: var(--yellow);
    }

    .breadcrumbs {
        font-weight: 500!important;
        color: #CECECE;
        display: flex;
        align-items: center;
        margin: 15px;
    }

    .breadcrumbs a {
        color: var(--blue);
        font-weight: 500!important;
    }

    .breadcrumb-separator {
        margin: 0 20px;
    }

    .banner,
    .banner .banner-bg {
        border-radius: var(--border-radius);
    }

    @media screen and (max-width: 850px) {
        .breadcrumbs {
            font-size: 16px;
        }
        .breadcrumb-separator {
        margin: 0 10px;
    }
    }

    .box {
        background-color: var(--blue);
        border-radius: var(--border-radius-lg);
    }

    .box .box-image {
        border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
    }
@media screen and (min-width: 850px) {
    .box .box-text {
        padding: 20px 45px;
    }
    }



    .accordion .accordion-item {
        border: 2px solid var(--blue);
        border-radius: var(--border-radius-lg);
        margin-bottom: 10px;
    }

    .accordion .accordion-item a {
        color: var(--blue);
    }

    .accordion .accordion-item:has(.active) {
        background-color: var(--blue);
        color: #fff;
    }

    .accordion .accordion-item:has(.active) a {
        color: #fff;
    }
    
    .accordion .accordion-item .accordion-title {
        font-family: "Acumin Pro Condensed Black";
        font-size: 28px;
        padding: .6em 1.2em;
    }
    
    .accordion .accordion-item .accordion-inner {
        padding: .6em 1.2em;
    }

    .accordion .accordion-item .accordion-title button.toggle {
        display: none;
    }

    .accordion .accordion-item .accordion-title:after {
        content: "+";
        position: absolute;
        right: 1em;
        bottom: calc(50% - .6em);
        transition: transform 0.3s ease;
    }

    .accordion .accordion-item:has(.active) .accordion-title:after {
        transform: rotate(45deg);
    }

    @media screen and (max-width: 850px) {
         .accordion .accordion-item .accordion-title {
        font-size: 20px;
    }
    }

    

/* === Forms === */ 

/*Switch */

.switch-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}


.switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 44px;
}

.switch input {
  display:none;
}

.switchslider {
  background-color: #fff;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.switchslider:before {
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 18px;
}

.switchslider.round {
  border-radius: 34px;
  background-color: #fff;
}

.switchslider.round:before {
  border-radius: 50%;
  background-color: #EFEFEF;
}

input:checked + .switchslider {
  background-color: #fff;
}

input:checked + .switchslider:before {
  transform: translateX(18px);
  background-color: var(--blue);
}

/* inputs */

input {
    border-radius: var(--border-radius)!important;
    border: 0!important;
    margin-top: .5em;
    margin-bottom: .5em;
}

label {
    font-size: 20px;
    font-weight: 400;
    color: var(--blue);
}


input[type=button], input[type=reset], input[type=submit] {
        min-width: auto!important;
        margin-top: .5em;
        margin-bottom: .5em;
}

@media screen and (max-width: 850px) {
    input {
    min-height: 50px;
}
}

/* ====== HEADER ====== */

.header, .header-wrapper {
    transition: none;
}

#masthead {
  position: relative;
}

header #logo {
    background-color: var(--yellow);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    z-index: 99999;
    margin: 0!important;
}

header #logo a {
        text-align: -webkit-center;
}


header .header-nav {
    justify-content: center!important;
}

header .header-nav a {
    font-size: 24px;
}

header .nav-left  > li > a  {
    color: var(--blue);
}

body:has(.hero .section-bg img) header .nav-left  > li > a  {
    color: #fff;
}

body:has(.hero.dark) header .nav-left  > li > a {
    color: #fff;
}


header .nav-right a {
    background-color: var(--blue);
    color: #fff;
    font-family: "Acumin Pro Condensed Black"!important;
    border-radius: var(--border-radius);
    padding: 8px 32px;
}

body:has(.hero) .nav-right a {
    background-color: #fff;
    color: var(--blue);
}



header .nav-right a i {
    display: none;
}



/* .nav-left Dropdown aktiveret */
header:has(.nav-left .current-dropdown) {
    background-color: #fff;
}

header:has(.nav-left .current-dropdown) .nav-left  > li > a {
    color: var(--blue)!important;
}

header:has(.nav-left .current-dropdown) .nav-right a {
    color: #fff!important;
    background-color: var(--blue);
}

header:has(.nav-left .current-dropdown) .nav-dropdown {
    background-color: #fff;
    transition: none;
    padding-bottom: 80px;
    border-bottom: 12px solid var(--yellow);
    box-shadow: 0 300px 200px rgba(0,0,0, .2);
}


/* .nav-right Dropdown aktiveret */
header:has(.nav-right .current-dropdown) {
    background-color: var(--blue);
}

header:has(.nav-right .current-dropdown) .nav-left  > li > a {
    color: #fff;
}

header:has(.nav-right .current-dropdown) .nav-right a {
    background-color: #fff!important;
    color: var(--blue);
}

header:has(.nav-right .current-dropdown) .nav-dropdown {
    background-color: var(--blue);
    border-bottom: 12px solid var(--yellow);
    transition: none;
}

header .stuck {
    background-color: #fff;

}

header .header-wrapper.stuck {
    box-shadow: none;
}

header .stuck #logo {
    background-color: #fff;
}

header .stuck #logo img {
    height: 137px;
    max-height: 137px;
    
}

.header-wrapper:not(.stuck) .logo img {
    transition: none!important;
}

header .stuck .nav-left  > li > a {
    color: var(--blue)!important;
}



/* Mobilmenu */

.off-canvas #main-menu .menu-item  a {
    color: var(--blue);
    font-size: 30px;
}

.off-canvas .nav-sidebar.nav-vertical>li+li {
    border-top: 0!important;
}
.off-canvas:not(.off-canvas-center) li.html {
    padding: 0;
}

.off-canvas .sidebar-menu { 
    padding-top: 0;
}

.off-canvas .html.custom {
    background-color: var(--yellow)!important;
    height: 97px;
}

.off-canvas .header-button-1 a,
.off-canvas .header-button-2 a,
.off-canvas .header-button-3 a,
.off-canvas .header-button-4 a {
    width: calc(100% - 40px);
    font-size: 24px;
    margin: 10px 20px;
}

.off-canvas .header-social-icons {
    margin-top: 40px!important;
    text-align: center;
}

.off-canvas .header-social-icons .icon {
    background-color: var(--blue)!important;
    color: #fff!important;
    border: 0;
    margin: 0 12px;
    align-content: center;
}

.off-canvas .mfp-close {
    top: 28px;
    right: 10px;
}

.off-canvas .sub-menu .menu-item {
visibility: hidden;
}

.off-canvas .sub-menu .menu-item a, 
.off-canvas .sub-menu .menu-item section {
visibility: visible;
}

.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color:transparent!important;
}

@media screen and (max-width: 850px) {

    header #logo {
        display: none;
    }

    header .header-main {
    height: auto;
    background-color: var(--yellow);
    padding: 12px 0;
    }
    
    header .nav-right a {
    background-color: transparent!important;
    color: var(--blue)!important;
    font-family: inherit;
    border-radius: 0;
    padding: 0;
}
header .nav-right a i {
    display: block;
}


    



}


/* Submenu megamenu */

#menuService.col {
    padding: 0px!important;
}

#menuService .service-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px!important;
    cursor: pointer;
    line-height: 1;
}

#menuService .service-menu-item a {
    flex-grow: 0!important;
}

#menuService .service-menu-item:hover {
    background-color: var(--yellow);
    border-radius: var(--border-radius);
}

#menuService .service-menu-item .ikon {
    display: flex;
}

#menuService .service-menu-item .ikon svg {
    width: 35px;
    height: 35px;
}

#menuService .service-menu-item:hover .ikon [fill="#ffc828"] {
  fill: #ffffff;
}


#menuService .service-menu-item .title a {
    font-size: 20px;
    color: var(--blue);
    font-family: "Acumin Pro Condensed Black"!important;
}

@media screen and (max-width: 550px) {
    #menuService .service-menu-item {
        width: calc(100% - 15px);
    }
    
}


/* Hero */

.hero {
    margin-top: -202px;
    padding-top: 200px!important;
    z-index: 1;
}

.hero .section-bg-overlay {
    background: linear-gradient( to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) );
}

.hero:not(:has(.section-bg img)) {
    box-shadow: 0 10px 25px rgba(0,0,0, .16);
}

.hero-cta {
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
}

.hero-cta .icon-box {
    background-color: #fff;
    padding: 33px 53px;
    border-right: 1px solid #F8F8F8;
    min-height: 130px;
    max-height: 130px;
}

@media (min-width: 850px) and (max-width: 1050px)  {
.hero-cta .icon-box {
    padding: 33px 22px;
}
}

.hero-cta .icon-box:hover {
    background-color: var(--yellow);
}

.hero-cta .icon-box-text {
    line-height: 0;
}

.hero .trustpilot-widget iframe {
    max-width: 475px;
}

/* Værkstedssøgning mobil */

.vaerksted-search-mobile {
    position: relative;
    z-index: 99999;
}

.vaerksted-search-mobile__field-wrap {
    position: relative;
}

.vaerksted-search-mobile__input-wrap {
    position: relative;
}

.vaerksted-search-mobile__input {
    width: 100%;
    margin-bottom: 0;
    padding-right: 52px;
    cursor: pointer;
    
}

input.vaerksted-search-mobile__input {
box-shadow: var(--box-shadow);
}

.vaerksted-search-mobile__icon {
    position: absolute;
    top: calc(50% + 4px);
    right: 16px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.vaerksted-search-mobile__icon img {
    display: block;
    width: 14px;
    height: auto;
}

.vaerksted-search-mobile__results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 100000;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    max-height: 320px;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.vaerksted-search-mobile__result {
    padding: 10px 14px;
    cursor: pointer;
    line-height: 1.4;
}

.vaerksted-search-mobile__result:hover,
.vaerksted-search-mobile__result.is-active {
    background: #f5f5f5;
}

.vaerksted-search-mobile__filters {
    margin-top: 20px;
}

.vaerksted-search-mobile__results::-webkit-scrollbar {
    width: 6px!important;
    background: #F8F8F8;
}

.vaerksted-search-mobile__results::-webkit-scrollbar-track {
    background: #F8F8F8;
}

.vaerksted-search-mobile__results::-webkit-scrollbar-thumb {
    background: var(--yellow);
    border-radius: 999px;
}

.vaerksted-search-mobile__results {
    scrollbar-color: #F8F8F8;
    scrollbar-width: 6px;
}

/* ====== CONTENT ====== */

main .img img {
    border-radius: var(--border-radius-lg);
}

/* stack-overflow  */

.stack-overflow {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    gap: 15px;
    padding-bottom: 30px;
}

.stack-overflow .icon-box {
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #E3E3E3;
    padding: 15px 17px;
    border-radius: var(--border-radius);
}
.stack-overflow .icon-box-text {
    white-space: nowrap;
}

/* stack-overflow  Scrollbar */
.stack-overflow::-webkit-scrollbar {
    margin-top: 30px;
  height: 1px;
}

.stack-overflow::-webkit-scrollbar-track {
  background: #EFEFEF;
}

.stack-overflow::-webkit-scrollbar-thumb {
  background: var(--yellow);
}




/* image-overlap */

.image-overlap {
    position: relative;
}

.image-overlap .image-overlap-primary:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--yellow);
    border-radius: var(--border-radius-lg);
    width: 70%;
    height: 100%;   
    z-index: -1;
}

.image-overlap-primary {
}

.image-overlap-primary .img-inner {
    text-align: right;
}


.image-overlap-primary img {
    width: 80%;
    z-index: 2;
}

.image-overlap-secondary {
  position: absolute;
  top: 12%;
  left: 0;
  width: 45% !important;
  aspect-ratio: 6 / 5;
  border-top: 1cqw solid #fff;
  border-right: 1cqw solid #fff;
  border-bottom: 1cqw solid #fff;
  z-index: 5;
  overflow: hidden;
  border-radius: var(--border-radius-lg);
}

.image-overlap-secondary .img-inner {
  width: 100%;
  height: 100%;
}

.image-overlap-secondary img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-overlap-text {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 6;
    font-size: clamp(16px, 1.8cqw, 24px);
}

.image-overlap-text h5 {
    font-size: clamp(42px, 7cqw, 112px);
    margin-bottom: 0;
}
.image-overlap-text a {
    text-decoration: underline;
}


/* Forsideoversigter */

/* Fordele */

@media screen and (min-width: 850px) {
#forsideFordele .stack-overflow {
    overflow-x: hidden;
}
}

#forsideFordele .fordel {
    width: calc(25% - 15px);
    white-space: normal;
}

.fordel .thumbnail  {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.fordel .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fordel h3 {
    margin-top: 25px;
}

.fordel p {
    margin-bottom: 0;
}
.fordel a.readmore {
    text-decoration: underline;
}

@media screen and (max-width: 849px) {
#forsideFordele .stack-overflow {
    overflow-x: scroll;
}

#forsideFordele .fordel {
    width: 225px 
}

#forsideFordele .fordel .thumbnail {
    width: 225px!important;
}

}

/* ====== Section serviceoversigt ====== */


#service.col {
    padding: 75px 10px 75px 75px!important;
}
#service.col:not(:nth-child(3n)) {
    border-right: 1px solid #F8F8F8;
}
#service.col:nth-last-child(n + 4) {
  border-bottom: 1px solid #F8F8F8;
}

#service.col:hover {
    background-color: var(--yellow);
    color: var(--blue)!important;
    cursor: pointer;
}

#service svg {
    width: 54px;
}
#service.col:hover .ikon [fill="#ffc828"] {
  fill: #ffffff;
}

#service.col p {
    max-width: 400px;
}

@media screen and (max-width: 550px) {
   .row > #service:nth-child(n+5) {
    display: none;
    }

}
@media screen and (max-width: 850px) {


    #service.col {
    padding: 30px 15px!important;
    }

  #service.col:not(:nth-child(2n)) {
    border-right: 1px solid #F8F8F8;
  }

  #service.col:nth-last-child(n + 3) {
    border-bottom: 1px solid #F8F8F8;
  }
}

@media screen and (max-width: 850px) {
    #service.col {
    padding: 30px 15px!important;
    }

  #service.col {
    border-right: 0;
  }

  #service.col:not(:last-child) {
    border-bottom: 1px solid #F8F8F8;
  }
}

/* ====== Section inquiry / Send forespørgsel ====== */
section.cta-inquiry {
    max-width: 1640px;
    margin: auto;
}

section.cta-inquiry ,
.cta-inquiry .section-bg {
    border-radius: var(--border-radius-lg);
}

.cta-inquiry .section-bg img {
    left: auto!important;
    right: 0;
    top: 0;
    width: 55%!important;
    object-fit: none!important;
}

.cta-inquiry .section-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
  circle at 100% -40%,
  rgba(15, 55, 115, 0) 0%,
  rgba(15, 55, 115, 1) 45%
    );
object-position: 50% 0%!important;
}

@media screen and (max-width: 1640px) {
section.cta-inquiry,
.cta-inquiry .section-bg {
    border-radius: 0;
}
}

@media screen and (max-width: 550px) {

    .cta-inquiry .section-bg img {
    left: 0;
    right: 0;
    top: 0;
    object-position: 50% 0%!important;
    width: 100%!important;
}

.cta-inquiry .section-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 20% 00%,
        rgba(15, 55, 115, 0) 0%,
        rgba(15, 55, 115, 1) 45%
        );
}
    .cta-inquiry .button {
        float: left!important; 
    }
}

/* ====== Footer ====== */

footer a:hover {
    color: var(--light)!important;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.footer-logo {
    position: absolute;
    top: -88px;
    right: 0;
    width: 220px!important;
    height: auto;
    background-color: var(--yellow);
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    z-index: 999;
    text-align: center;
}
.footer-logo img {
    width: 191px;
}

.footer-menu-primary,
.footer-menu-secondary {
    display: flex;
    flex-direction: row!important;
    flex-wrap: wrap !important;
    row-gap: 0;
    column-gap: 25px;
    
}

.footer-menu-primary > div,
.footer-menu-secondary > div {
    flex: 0 0 auto;
}

.footer-menu-primary a {
    color: var(--light);
    font-size: 20px!important;
    white-space: nowrap;
}

.footer-menu-secondary a {
    color: var(--light);
    font-size: 16px!important;    
    white-space: nowrap;
}
.footer-icons {
    flex: 1;
   border-left: 1px solid var(--light);
    padding: 7px;
    margin-left: 2rem !important;
    white-space: nowrap;
}


.footer-icons a.icon:first-child {
    margin-left: 2rem;
}
.footer-icons a.icon,
.footer-icons a.icon:hover {
    background-color: var(--light)!important;
    color: var(--blue)!important;
}

.footer-icons .button.icon {
    margin-bottom: 0!important;
}
.footer-icons .button.icon i {
    line-height: 1;
    margin-top: 2px!important;
}

@media (max-width: 850px) {
    .footer-logo {
    top: -50px;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px!important;
}



    .footer-menu-primary,
    .footer-menu-secondary {
        flex-direction: column!important;
        align-items: center!important;
        gap: 0!important;
    }

    .footer-icons {
        border-left: 0;
        text-align: center!important;
        margin-left: 0!important;
    }
    .footer-icons a.icon:first-child {
    margin-left: 0;
}
}



/* ====== VÆRKSTEDER ====== */


/* Custom værkstedsliste */

.hsp-workshop-picker {
    grid-column: span 12;
}
.hsp-dropdown {
    position: relative;
    width: 100%;
}

.hsp-dropdown-toggle {
    width: 100%;
    min-height: 60px;
    padding: 14px 18px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    cursor: pointer;
}

.hsp-dropdown-current {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex: 1;
    line-height: 1.5!important;
}

.hsp-dropdown-title {
    font-family: "Acumin Pro Condensed Black";
    font-size: 24px;
    font-weight: 900;
    white-space: nowrap;
    color: var(--blue);
}

.hsp-dropdown-address {
    font-family: "Crimson Pro";
    font-weight: 400!important;
    font-size: 20px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #484848;
}

.hsp-dropdown-arrow {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
}

.hsp-dropdown-list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.hsp-dropdown.is-open .hsp-dropdown-list {
    display: block;
}

.hsp-workshop-option {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border: 0;
    border-bottom: 1px solid #efefef;
    background: #fff;
    text-align: left;
    cursor: pointer;
    margin-bottom: 0!important;
}

.hsp-workshop-option:last-child {
    border-bottom: 0;
}

.hsp-workshop-option:hover,
.hsp-workshop-option.is-selected {
    background: #f8f8f8;
}

.hsp-workshop-option-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
}

.hsp-workshop-title {
    margin: 0;
    font-family: "Acumin Pro Condensed Black";
    font-size: 24px;
    font-weight: 900;
    white-space: nowrap;
    color: var(--blue)!important;
    width: fit-content;
}

.hsp-workshop-address-inline {
    font-size: 15px;
    line-height: 1.3;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #484848;
    font-family: "Crimson Pro";
    font-weight: 400!important;
    font-size: 20px;
}

.hsp-workshop-phone {
    display: block;
    margin-top: 4px;
    font-size: 20px;
    color: #484848;
}

.hsp-dropdown-list::-webkit-scrollbar {
    width: 13px!important;
    background: #F8F8F8;
}

.hsp-dropdown-list::-webkit-scrollbar-track {
    background: #F8F8F8;
}

.hsp-dropdown-list::-webkit-scrollbar-thumb {
    background: var(--yellow);
    border-radius: 999px;
}

.hsp-dropdown-list {
    scrollbar-color: #F8F8F8;
    scrollbar-width: 13px;
}


/* Archive / Filter / Taxonomy */

.filter-search {
    display: flex;
    gap: 16px;
}

.filter-switches {
}

.filter-switch {
    display: inline-block;
    margin-right: 40px;
}

.filter-switch .switch-label {
    white-space: nowrap;
}

#vaerksteder {
    overflow-y: scroll;
    max-height: 100vh;
}

@media screen and (max-width: 850px) {
    #vaerksteder {

}

}




.headline-status {
    display: inline-flex;
    align-items: anchor-center;
    gap: 1rem;
}

/* Card */ 

.vaerksted-card {
    container-type: inline-size;
    container-name: vaerksted;
    font-size: 20px;
    padding: 30px;
    background-color: var(--blue);
    color: #fff;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
    cursor: pointer;
}

.flexbox {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
}

.vaerksted-card .flexbox .box:first-child {
    flex: 2;
}

.vaerksted-card .flexbox .box:last-child {
    flex: 1;
}

@container vaerksted (max-width: 500px) {
    .vaerksted-card .flexbox {
        flex-direction: column;
    }
}



.vaerksted-card .headline-status a {
    color: var(--yellow)
}

.vaerksted-card .headline-status h4 {
    font-size: 32px;
}

.vaerksted-card .headline-status .opening-status {
    margin-bottom: 10px;
}

.vaerksted-card a {
    color: #fff;
}

.vaerksted-card .kontaktinfo {
    line-height: 1.2;
    margin-bottom: 1rem;;
}

.vaerksted-card .vaerkstedskategorier .vaerkstedskategori {
    display: inline-block;
    margin-right: 20px;
}

.vaerksted-card .vaerkstedskategorier .vaerkstedskategori .vaerkstedskategori-inner {
    display: flex;
    align-items: center;
}

.vaerksted-card #cta {
    padding: 0!important;
}

.vaerksted-card #cta .button {
    width: 100%;
    font-size: 24px;
    white-space: nowrap;
}

.vaerksted-card #cta .button.white:not(.is-outline) {
    padding: 10px;
    
}

.vaerksted-map {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#kort {
    padding: 0;

}

.city-map {
     width: 100%;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    background: #E8E9E9;
}



/*Fjern lukknap i mappin */
.single-vaerksteder .gm-style-iw-chr button {
    display: none!important;
}

/* Single Værksted */



#vaerksted .child-pages {
    list-style: none;
    padding: 0;
    margin: 0;
}

#vaerksted .child-pages li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    font-family: "Acumin Pro Condensed Black";
}

#vaerksted .child-pages li.active a {
    text-decoration: underline;
}

#vaerksted .child-pages a {
    display: inline-block;
}

@media screen and (max-width: 550px) {
    #vaerksted .child-pages li {
    margin-left: 10px;
    margin-right: 10px;
    }
}

#vaerksted #trustpilot {
    background-color: var(--blue);
    padding: 14px 14px 6px;
}

#vaerksted #trustpilot iframe {
    margin-bottom: 3px;
}

@media screen and (min-width: 450px) {
#vaerksted #trustpilot .trustpilot-widget {
    height: 28px;
}
}

#vaerksted .vaerkstedsinfo {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f8f8f8;
    border-radius: var(--border-radius-lg);
}

#vaerksted .vaerkstedsinfo .vaerkstedsinfo-inner {
    margin: 60px auto;
    flex-grow: 1;
}

#vaerksted .vaerkstedsinfo .cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px 20px;
    background-color: var(--yellow);
    width: 100%;
    border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
    cursor: pointer;
}

#vaerksted .vaerkstedsinfo .openinghours {
    line-height: 1.2;
}

#vaerksted #map iframe {
    width: 100%;
    height: 493px;
}

/*Opening status */
.opening-status {
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 2px 10px;
    font-size: 14px;
    width: fit-content;
    height: fit-content;
    white-space: nowrap;
} 

.opening-status.open {
    color: #0EA314;
    
} 

.opening-status.closed {
    color: #D11313;
    
} 

.opening-status.label {
    color: var(--blue);
} 

/* ====== PLUGINS ======*/

/* Gravity forms */


/* ===== Gravity Forms – Inputs ===== */

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea,
.gform_wrapper select {
    font-size: 24px!important;
    padding: 16px 18px!important;
    min-height: 54px!important;
    border: 0!important;
    border-radius: var(--border-radius)!important;
    width: 100%;
    box-shadow: var(--box-shadow)!important;
}

.gform_wrapper label {
    font-size: 20px!important;
    font-weight: 600!important;
}   


.gform_wrapper label.gfield_label {
    width: 100%;
}
.gform_wrapper .gfield_required {
    font-size: 14px!important;
    color: var(--yellow)!important;
    font-style: normal!important;
    float: right;
}


form.nyhedsbrev {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

form.nyhedsbrev .gform-body {
    flex-grow: 1;
}

form.nyhedsbrev .gform-body input {
    
    text-align: left;
    
    
}

form.nyhedsbrev .gform-body input::placeholder {
    color: var(--lightgray);

}

form.nyhedsbrev .gform-footer {
    margin-block-start: 0;
}

form.nyhedsbrev .gform-footer .gform_button {
    border-color: var(--blue)!important;
    background-color: var(--blue)!important;
    border-radius: var(--border-radius)!important;
    font-size: 24px!important;
    font-family: "Acumin Pro Condensed Black"!important;
    padding: 14px 32px!important;
    margin: 0!important;
}

form.nyhedsbrev .gform-footer.gform_footer.top_label {
    margin: 0!important;
}

@media screen and (max-width: 850px) {
    form.nyhedsbrev {
    display: block;
}
    form.nyhedsbrev .gform-footer .gform_button {
        width: 100%!important;
        margin-top: 15px!important;
    }
}

/* Bestil tid / Gravity booking */
/* Registreringsnummer felt med ikon */

.gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme .gf_progressbar {
    background: #fff!important;
}

.gf_progressbar_title {
    font-size: 20px!important;;
}

form.booking label,
form.booking legend,
form.booking p,
form.booking .gf_progressbar_title {
    color: #fff!important;
}

form.booking .gfield_label {
    display: flex!important;
    justify-content: space-between;
    align-items: end;
}
.field-regnr .ginput_container_text {
    position: relative;
}

.field-regnr .ginput_container_text::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 26px;
    background: url('assets/icons/plate.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}

.gform_wrapper .gfield.field-regnr input  {
    padding-left: 42px!important;
}

form.booking .gform-page-footer {
    font-size: 28px;
}

form.booking input.gform_previous_button {
    background-color: var(--blue)!important;
    border-color: var(--blue)!important;
    color: #fff!important;
    font-family: "Acumin Pro Condensed Black"!important;
    border-radius: var(--border-radius)!important;
}
form.booking input.gform_next_button,
form.booking input[type="submit"] {
    background-color: var(--yellow)!important;
    border-color: var(--yellow)!important;
    color: var(--blue)!important;
    font-family: "Acumin Pro Condensed Black"!important;
    border-radius: var(--border-radius)!important;
    min-width: 260px!important;
    min-height: 65px!important;
}

form.booking .gf_progressbar_wrapper {
 margin-bottom: 100px;
}

.gform_wrapper .button, 
.gform_wrapper button, 
.gform_wrapper input[type=button], 
.gform_wrapper input[type=reset], 
.gform_wrapper input[type=submit] {
    line-height: 1!important;
}





