:root {
--black: black;
--FH-blue: #2196f3;
--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: whitesmoke;
--theme-nav-backgroundcolor: 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-font-color: var(--theme-color-contrast);
--cta-events-date-border-color: var(--theme-color);
}

 :root {
 --navbar-height: clamp(70px, 5vw, 100px);
}

.navbar {
   height: var(--navbar-height);
}
 

.navbar__collapse--show {
height: calc(100svh - var(--navbar-height));
}

.navbar__nav li a {
font-size: 1.6rem;
font-weight: 500;
color: #1b1d1c;
}


.panel-hero-image__img-cover {
    filter: brightness(0.9) grayscale(0.2);
}

.panel-hero-image__img-button {
  font-size: 1.8rem;
 }
.page-title {
    font-size: 2.5rem;
    color: black;
    border-bottom: none;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-weight: 500;
}

.home .header{
    top: calc(13vh - 54px);
    position: absolute !important;
    width: 100%;
    left: 0;
    margin: auto;
}

.overskrift_forside {
    letter-spacing: 1.1px;
    font-size: max(5vw, 41px);
    text-align: center;
    font-weight: 600;
    color: white;
    text-shadow: 2px 4px 2px black;
}

.header-big {
    font-size: 4rem;
    color: black;
    border-bottom: none;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-weight: 500;
}

.lokalhistorie .article-card__body-text {
    padding: 10px;
    text-align: center;
}

.lokalhistorie .article-card__content {
    background-color: #ffffff;
}

.lokalhistorie .article-card__image {
    max-height: 270px;
    padding-top: 10px;
}

.slekt .datalist-card__heading {
  display: none;
}

.slektsverksted {
    background-color: #eef7fe;
    padding: 20px;
}



.home .f-icon .icon-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 30px;
}
   .home .f-icon .media_icon {
        width: 40px;
        background-color: black
    }

   .home .f-icon .fab, .fa-brands {
        font-size: 55px !important;
        text-align: center;
    }

   .home .f-icon .icon-wrapper a {
        text-decoration: none;
        margin: 5px;
        color: #2196f3;
    }

.home .layout__row--background-light {
padding: 15px;
}


.fh-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  z-index: 1;
}


  .fh-btn-primary {
        background: white;
        color: black;
        padding: 10px 25px;
        border: 2px solid black;
        border-radius: 5px;
        font-size: 18px;
        text-align: center;
        transition: 0.3s;
        max-width: 300px;
        cursor: pointer;
    
    }

    .fh-btn-primary:hover {
        background: #e9e9e9;
    border: 2px solid black;

    }
    .fh-btn-primary a {
        text-decoration: none;
        color: inherit;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }

.fh-btn-primary a:hover {
       text-decoration: none;
}

.nearest-first{
    display: flex;
    flex-direction: column-reverse;
}