:root {
--black: black;
--nav-blue: #014b87;
--pv-black: #1c1011;
--pv-blue: #014b87;
--pv-gray1: #7e85a0;
--pv-gray2: #585858	;
--pv-red: #c3041f;
--pv-yellow: #fdac0f;
--white: white;
--transparent: transparent;
--grey: grey;
--lightgrey: lightgrey;
--lightgrey1: #efefef;
--lightgrey2: #e6e6e6;
--lightgrey3: #696969;
--lightergrey: #dedede;
--darkgrey: #585858;
--whitesmoke: whitesmoke;
--black: #383838;
--lightergrey: #dedede;
--light-darkgrey: #d8d8d8;
--grey1: #bbbbbb;
--grey-green: #effff1;
--grey2: #ebebeb;
--default-white: white;
--default-darkwhite: #f3f3f3;
--sw-info-color: #3490dc;
--layout-row-shaddow-color-light: rgba(0,0,0,0.1);
--layout-row-shaddow-color-dark: rgba(0,0,0,0.2);
--calendar-selection-background-color: white;
--theme-heading-color: black;
--theme-heading1-color: black;
--theme-heading2-color: black;
--theme-heading3-color: black;
--theme-font-color: #331919;
--theme-body-font-color: #424242;
--theme-color-lighten-10: hsl(var(--theme-color),40%);
--theme-color-lighten-20: hsl(var(--theme-color),30%);
--theme-color-darken-10: hsl(var(--theme-color),60%);
--theme-color-darken-20: hsl(var(--theme-color),70%);
--theme-color-contrast: black;
--donate-wizard-button-next-color: #585858;
--theme-color: var(--pv-gray2);
--theme-nav-backgroundcolor: var(--nav-blue);
--theme-nav-color: var(--white);
--default-black: var(--black);
--default-grey: var(--grey);
--navbar-background-color: var(--theme-nav-backgroundcolor);
--navbar-collapsed-background-color: var(--whitesmoke);
--navbar-font-color: var(--theme-nav-color);
--navbar-collapsed-font-color: var(--default-black);
--page-title-border-color: var(--theme-color);
--footer-background-color: var(--theme-color);
--footer-copyright-font-color: var(--white);
--footer-font-color: var(--white);
--cta-events-date-border-color: var(--theme-color);
--footer-heading-color: var(--white);
}



.page-title {
font-size: 20px;
text-align: center;
padding-top: 15px;
border-bottom: none;
}
.navbar__logo {
max-height: 90px;
}

.navbar{
    flex-direction: column;
    align-items: center;
}
 
.navbar:has(.navbar__body-dynamic){
    flex-direction: row;
}
 
.navbar__body:not(.navbar__body-dynamic){
    display: flex;
    flex-direction: column;
}

.navbar__body:not(.navbar__body-dynamic) .navbar__branding {
    align-items: center;
    justify-content: center;
    flex: 1 1 100%;
    padding-top: 16px;  
}

.home .heroimage img { 
    filter: grayscale(0.4) brightness(0.9);
}

.home .home-head {
    position: absolute !important;
    width: 100%;
    top: 11vh;
    z-index: 1;
}



.overskrift_forside {
    letter-spacing: 1.1px;
    font-size: max(4vw, 18px);
    text-align: center;
    font-weight: 600;
    color: white;
    backdrop-filter: blur(3px);
    text-shadow: -1px 4px 4px #070707;
}


.navbar__firmname {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.1rem; 
}



.pv-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
  top:unset;
  bottom: calc(100% + 4vw);
}

.pv-btn-primary {
        background: white;
        color:  var(--nav-blue) !important;
        padding: 10px 25px;
        border: 1px solid white;
        border-radius: 4px;
        font-size: 18px;
        text-align: center;
        transition: 0.3s;
        cursor: pointer;
        text-decoration: none !important;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }

  .pv-btn-primary:hover {
        background: #ffffff96;
        border: 1px solid white;
        color: var(--pv-blue);
        transform: none;
        text-decoration: none !important;
    }

   .pv-btn-primary a {
        text-decoration: none;
        color: inherit;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }

.pv-btn-secondary {
  background: var(--nav-blue);
  color: white !important;
  padding: 10px 25px;
  border: 2px solid #fcac0e;
  border-radius: 2px;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none !important;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.pv-btn-secondary:hover {
  background: var(--nav-blue);
  border: 2px solid #fcac0e;
  color: white !important;
  transform: none;
  text-decoration: none !important;
}

.home .cta-events {
    background-color: white;
}




.org-footer {
background-color: #014b87;
}

.footer-site {
background-color: #014b87;
}


.about .historie .accordion__body--open {
    transition: 0.8s;
    max-height: 3000px;
}

.about .historie .grid__sm--3 {
        grid-template-columns: 1fr;
}

.about .historie img {
 max-width: 100%;
}


.about .historie .accordion {
    border-color: var(--pv-blue);
}

.about .historie .accordion__header {
    color: white;
    background-color: var(--pv-blue);
    padding: 15px 15px;
}

.about .historie .accordion__heading {
   color: white;
}

.about .historie h2.accordion__heading {
  font-size: 1.8rem;
}

.bilmodeller .list-2-col__item {
    text-align: center;
}

.lokalavdelinger .datalist-card {
    margin-bottom: 20px;
    background-color: var(--pv-blue);
}

.lokalavdelinger h2.datalist-card__heading {
   color: white;
}


.bilmodeller .grid__sm--3 {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
}

.bilmodeller .panel-box {
border: none;
margin-bottom: -17px;
    padding-bottom: 25px;
border-radius: none;

}


.bilmodeller .first .panel-box {
     background-color: #fafafa;
}

.bilmodeller .first .panel-box__header {
    background-color: #fafafa;
}

.bilmodeller .second .panel-box {
     background-color: #f5f5f5;
}

.bilmodeller .second .panel-box__header {
    background-color: #f5f5f5;
}

.bilmodeller .third .panel-box {
     background-color: #fafafa;
}

.bilmodeller .third .panel-box__header {
    background-color: #fafafa;
}

.bilmodeller .fourth .panel-box {
     background-color: #f5f5f5;
}

.bilmodeller .fourth .panel-box__header {
    background-color: #f5f5f5;
}

.bilmodeller .panel-box__image {
    max-height: 260px;
}

.bilmodeller .panel-box__heading {
    font-size: 20px;
    text-align: center;
}

.bilmodeller .image-list__button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: fit-content;
}

.lokallag{
	display: block;
}

.lokallag .grid__sm--3 {
        grid-template-columns: 1fr;
    }




@media only screen and (max-width: 657px) {
 .pv-btn-wrapper {
         flex-direction:column;
         position: relative;
         bottom: calc(100% + -32vw);
}

.pv-btn-secondary, .pv-btn-primary {
   width: 100%;
}
}