
  :root {
    --MainBegie: #FAF3E0;
    --MainLyserød: #F9A5C3;
    --MainHeader: rgb(230, 108, 126);
    --MainBlå: #293A84;
    --VibeBlå: #1050D2;
    --VibeGul1: #FFE7C2;
    --VibeGul2: #FFD699;
    --VibeGrå: #88A3CE;
  }


html {
    scroll-behavior: smooth;
  }
  

  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden; /* For at fjerne vandret scroll */
    overflow-y: scroll;
    background-color: var(--MainBegie);
    font-family: Calibri;
    line-height: 1.4; /* Mere luft mellem linjerne */
    
  }
  
  #header {
    width: 100%;
    height: 80px;
    text-align: center;
    background-color: var(--MainHeader);
    z-index: 999;
    position: fixed;
    font-size: 20px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    line-height: 55px; 
    border: none; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); 
  }
  
  #header #logo {
    left: 5%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    transition: 0.5s;
  }
  
  #header li {
    list-style-type: none;
    color: var(--MainBlå);
    padding: 0px 16px;
    text-decoration: none;
    font-family: Calibri;
    font-weight: bold;
    position: relative;
    display: inline-block;
  }
  
  #header li a {
    list-style-type: none;
    color: white;
    text-decoration: none;
  }
  
  #headerDropdown {
    display: none;
    position: absolute;
    width: 70%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); 
    z-index: 1;
    font-size: 0.9rem; 
    line-height: 1.4;
    overflow: auto;
    background-color: var(--MainHeader);
    top: 100%;
    border-radius: 10px; 
    padding: 5%; 
    border: 1px solid rgba(255, 200, 200, 0.8); 
  }

  .Wide {
    width: 100% !important;
    left: -10px !important;
  }
  
  #headerDropdown::before {
    content: ""; 
    position: absolute;
    top: -5px;
    left: 20px; 
    width: 10px;
    height: 10px;
    background-color: var(--MainBegie);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.05);
    transform: rotate(45deg);
    z-index: -1;
  }
  
  #headerDropdown a {
    display: block; 
    padding: 5px 10px; 
    border-radius: 8px; 
    text-decoration: none;
    color: white;
    transition: background-color 0.2s ease, color 0.2s ease;
    letter-spacing: 0.5px; 
  }
  
  #headerDropdown a:hover {
    color: white; /* En dybere blå farve ved hover */
  }
  
  #header li:hover #headerDropdown {
    display: block;
  }
  
  #header li a:hover {
    border-bottom: solid;
    border-radius: 8px;
  }
  #header li:hover {
    color: rgb(215, 234, 223);
  }
  
  #header #mobile {
    display: none;
  }
  #header #mobile img {
    cursor: pointer;
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    right: 2%;
    top: 15%;
  }
  
  #mobilebar {
    width: 170px;
    height: auto;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    background-color: var(--MainHeader);
    right: 0%;
    z-index: 1000;
    display: none;
    position: fixed;
    transition: 0.7s;
    top: 100px;
    font-weight: bold;
    border-radius: 20px;
    border-top: solid;
    border-color: white;
    padding-bottom: 20px;
  }
  div.mobilbarlist {
    width: 80%;
    left: 10%;
    height: auto;
    position: relative;
    text-align: center;
    top: 5%;
  }
  
  div.mobilbarlist li {
    list-style: none;
    color: black;
    padding: 10% 0px;
    background-size: cover;
    border-style: none none solid none;
    border-width: 1px;
  }
  
  div.mobilbarlist li a {
    font-size: 15px;
    font-family: Calibri;
    text-decoration: none;
    color: white;
    text-decoration: underline;
  }
  
  #mobilbarDropdown {
    display: none;
    text-align: left;
  }
  
  #mobilbarDropdown li a {
    font-size: 12px;
    font-family: Calibri;
    text-decoration: none;
    color: white;
  }

#mobilbarDropdown li a,
#mobilbarDropdown2 li a,
#mobilbarDropdown3 li a {
    display: block;
    width: 100%;
    box-sizing: border-box; 
    text-decoration: none; 
}
  
  #mobilbarDropdown2 {
    display: none;
    text-align: left;
  }
  
  #mobilbarDropdown2 li a {
    font-size: 12px;
    font-family: Calibri;
    text-decoration: none;
    color: white;
  }

   #mobilbarDropdown3 {
    display: none;
    text-align: left;
  }
  
  #mobilbarDropdown3 li a {
    font-size: 12px;
    font-family: Calibri;
    text-decoration: none;
    color: white;
  }

  
  @media screen and (max-width: 1200px) {
    #header #mobile {
      display: inline;
      float: right;
    }
    #header li {
      display: none;
    }
  }
  
  @media screen and (max-height: 700px) {
    #header {
      height: 100px;
      max-height: 80px;
    }
    #mobilebar {
      top: 80px;
    }
  }
  
.ValgtSide {
  border-bottom: solid; 
  border-top: solid;
   border-radius: 8px;
}

  /* Header slut */
  
  div.overskriftHeader {
    width: 40vw; 
    height: 60px; 
    background-color: var(--MainBlå);
    position: relative;
    display: flex; 
    justify-content: center;
    align-items: center;
    margin: 0 auto; 
    border-radius: 30px; 
    color: var(--MainBegie); 
    overflow: hidden; 
    transform: perspective(500px) rotateX(3deg); 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 130px;
    font-weight: bold;
  }
  
  div.overskriftHeader h1 {
    font-size: 28px; 
    transform: perspective(500px) rotateX(2deg);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); 
    font-weight: normal; 
  }
  
  @media (max-width: 1120px) {
    div.overskriftHeader {
      width: 60vw;
      height: 50px;
      border-radius: 20px; 
    }
    div.overskriftHeader h1 {
      font-size: 24px;
    }
  }
  
  @media screen and (max-width: 639px) {
    div.overskriftHeader {
      width: 80vw;
      height: 50px; 
      border-radius: 20px;
    }
    div.overskriftHeader h1 {
      font-size: 24px; 
    }
  }
  
  @media screen and (max-width: 485px) {
    div.overskriftHeader {
      height: 50px; 
      border-radius: 20px; 
      transform: none;
      width: 90%; 
      padding: 10px; 
    }
    div.overskriftHeader h1 {
      font-size: 18px; 
      transform: none; 
      text-shadow: none; 
    }
  }
  
  /* Overskrift header slut */
  
  #tekstboks {
    background-color: #faf3e0;
    width: 100%;
    position: relative;
    min-height: 800px; 
    height: auto;
    min-height: 100dvh; 
  }

  #fuldSizePage {
    height: 100dvh;
  }
  
  div.tekststykke {
    width: 42.5%;
    margin-left: 5%;
    height: 300px;
    display: inline-block;
    text-align: center;
    margin-top: 100px;
  }
  
  @media screen and (max-width: 800px) and (max-height: 700px) {
  }
  
  div.linjeskifte {
    background-color: var(--MainBlå);
    width: 60%;
    margin-left: 20%;
    height: 5px;
  }
  
  div.forsidetekstgrupper {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    width: 60%; 
    margin: 0 auto; 
    padding: 20px; 
    box-sizing: border-box; 
    text-align: center; 
    
  }
  
  
  div.forsidetekstgrupper img {
    max-width: 400px;
    max-height: auto;
    mix-blend-mode: multiply;
  }
  
  @media (max-width: 500px) {
    div.forsidetekstgrupper img {
      max-width: 200px;
    }
  }
  
  @media (max-width: 800px) {
    div.forsidetekstgrupper {
      width: 90%; 
      margin-left: auto;
      margin-right: auto;
      font-size: 1.2rem;
    }
    div.forsidetekstgrupper h1 {
      font-size: 1.7rem;
    }
  }
  
  div.forsidetekstgrupper p {
    font-size: 1.2rem;
  }
  
  /* afsnit med de 3 knapper starter */
  
  @media (max-width: 1040px) {
    div.projektlinkcontainer {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 5vh;
    }
  }
  
  .projektlinkbtn {
    width: 30%;
    height: 50px;
    border-radius: 12px;
    font-size: 1.2rem;
    font-family: Calibri;
    background-color: white;
    color: rgb(40, 52, 98);
    cursor: pointer;
    border: none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
  }
  
.projektlinkbtn {
  width: 30%;
  height: 50px;
  border-radius: 12px;
  font-size: 1.2rem;
  font-family: Calibri, sans-serif;
  background-color: white;
  color: rgb(40, 52, 98);
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 1;
}

.projektlinkbtn:hover {
  color: var(--MainBlå);
  transform: translateY(-4px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}

.projektlinkbtn:active {
  transform: translateY(-1px) scale(0.96);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease; 
}

.projektlinkbtn:focus-visible {
  outline: 3px solid var(--MainBlå);
  outline-offset: 2px;
}
  
  @media (max-width: 600px) {
    .projektlinkbtn {
      font-size: 1.2rem;
    }
  }
  
  .projektlinkbtnContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  
  /* afsnit med tilmeldingsknap starter */
  
  /* Forside tekst slut */
  
  div.lowermenu {
    background-image: url("images/LowermenuBaggrund.png");
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    position: relative;
    box-sizing: border-box;
    margin-top: 30px;
  }
  div.lowermenutekst {
    text-align: center;
    margin-top: 50px;
    color: white;
  }
  
  div.lowermenutekst a {
    color: white;
    font-size: 15px;
    font-weight: bold;
  }
  .lowermenutekst a:has(img) {
  	text-decoration: none;
  }

  
  div.lowermenutekst img {
    height: 30px;
    width: 30px;
    filter: invert(1) brightness(2); 
    cursor: pointer;
    padding: 0px 10px;
  }
  
  /* kontakt */
  
  .kontaktKortKontaktContainer {
    display: flex;
    justify-content: space-evenly;
    
  }
  @media (max-width: 670px) {
    .kontaktKortKontaktContainer {
      flex-direction: column; 
      align-items: center; 
    }
  }
  
  .kontaktKortContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    box-sizing: border-box; 
    justify-items: center; 
  }
  
  div.kontaktKortBillede {
    height: 100px;
    width: 100px;
  }
  
  img.kontaktBillede {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  div.kontaktKortBilledeBeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: b;
  }
  
  div.kontaktKortNavnBeholder {
    grid-area: n;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  div.kontaktKortNavnBeholder p {
    font-weight: bold;
    font-size: 1.2rem;
    color: rgb(40, 52, 98);
  }
  
  div.kontaktKortInfoBeholder1 {
    grid-area: i1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: solid;
    border-width: thin;
    padding-bottom: 5px;
    border-radius: 4px;
  }
  
  div.kontaktKortInfoBeholder1 p {
    font-weight: bold;
    font-size: 1rem;
  }
  
  div.kontaktKortInfoBeholder2 {
    grid-area: i2;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: rgb(40, 52, 98);
  }
  
  div.kontaktKortInfoBeholder2 p {
    font-weight: bold;
    font-size: 1rem;
  }
  
  div.kontaktKortInfoBeholder2 a {
    text-align: center;
    margin-top: -10px;
    border-bottom: solid;
    border-width: thin;
  }
  
  .kontaktKort {
    width: 280px;
    height: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    display: grid;
    grid-template-areas:
      "b b b"
      "n n n"
      "i1 i1 i1"
      "i1 i1 i1"
      "i2 i2 i2"
      "i2 i2 i2";
    overflow: auto;
    margin-top: 30px;
    background-color: rgba(252, 244, 233, 1);
  }
  
  @media (max-width: 1325px) {
    .kontaktKortContainer {
      grid-template-columns: repeat(3, 1fr);
      padding: 0 20px; 
    }
  }
  
  @media (max-width: 1020px) {
    .kontaktKortContainer {
      grid-template-columns: repeat(2, 1fr);
      padding: 0 20px;
    }
  }
  
  @media (max-width: 700px) {
    .kontaktKortContainer {
      grid-template-columns: 1fr;
      padding: 0 20px; 
    }
  }
  @media (max-width: 360px) {
    .kontaktKort {
      width: 240px;
    }
  }
  
  .quoteContainerBar {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  
  .quoteContainer {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 25dvw;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    margin-top: 30px;
    background-color: rgba(252, 244, 233, 1);
    padding: 20px;
    margin: 20px;
    border-radius: 10px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  }
  .quoteContainer h1 {
    font-size: 40px;
    color: white;
    padding: 0px 15px;
    color: rgb(40, 52, 98);
    grid-area: qu1;
  }
  .quoteContainer p {
    font-size: 17px;
    color: rgb(40, 52, 98);
    grid-area: qu2;
  }
  .quoteContainer p.auther {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: rgb(40, 52, 98);
    grid-area: qu3;
  }
  
  @media screen and (max-width: 950px) {
    .quoteContainer {
      width: 70%;
    }
    .quoteContainerBar {
      display: grid;
      justify-items: center;
      align-items: center;
      grid-template-areas:
        "qu1"
        "qu2"
        "qu3";
    }
  }
  
  .arrow {
    border: solid rgb(40, 52, 98);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
  }
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  
  /*  Bruges til 2 tekststykke ved siden af hinanden.     */
  
  .dobbleTekstContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "venstre højre";
    gap: 20px; 
  }
  
  .tekstContainerVenstre {
    height: auto;
    grid-area: venstre; 
    display: flex; 
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-size: 1.2rem;
    font-display: swap;
    border-bottom: 1px solid rgba(40, 52, 98, 0.2); 
  }
  .tekstContainerVenstre img {
    max-height: 100%;
    max-width: 100%;
    border: none;
    mix-blend-mode: multiply;
  }
  
  .tekstContainerHøjre {
    height: auto;
    grid-area: højre; 
    display: flex; 
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px; 
    font-size: 1.2rem;
    font-display: swap;
    border-bottom: 1px solid rgba(40, 52, 98, 0.2); 
  }
  
  .tekstContainerHøjre img {
    max-height: 100%;
    max-width: 100%;
    border: none;
    mix-blend-mode: multiply;
  }
  
  
  @media (max-width: 800px) {
    .dobbleTekstContainer {
      grid-template-columns: 1fr; 
      grid-template-areas:
        "venstre"
        "højre"; 
      justify-items: center; 
      gap: 20px; 
    }
  
    .tekstContainerVenstre,
    .tekstContainerHøjre {
      width: 90%; 
      justify-content: center; 
      text-align: center;
      padding: 20px;
    }
  }
  @media screen and (max-width: 1000px) {
    div.tekstContainerHøjre,
    div.tekstContainerVenstre {
      font-size: 1.2rem;
    }
  }
  @media screen and (max-width: 400px) {
    div.tekstContainerHøjre,
    div.tekstContainerVenstre {
      font-size: 1rem;
    }
  }
  
  .showBeholder1 {
    display: inline-block;
  }
  
  .showBeholder2 {
    display: none;
  }
  
  .labelContainerForInformation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  
  /* Grundlæggende styling til slider-container */
  .slider-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px; 
    height: 50px; 
    background-color: #fff7f0;
    border-radius: 25px;
    padding: 5px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  /* Skjul radio-knapper */
  .slider-container input[type="radio"] {
    display: none;
  }
  
  /* Styling til labels (tekst) */
  .slider-label {
    flex: 1; 
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: rgb(40, 52, 98);
    cursor: pointer;
    z-index: 2; 
    transition: color 0.3s ease-in-out;
  }
  
  #option1:checked ~ .slider-label[for="option1"],
  #option2:checked ~ .slider-label[for="option2"] {
    color: white; 
  }
  
  .slider-background {
    position: absolute;
    top: 10px;
    left: 10px; 
    width: 140px; 
    height: 40px; 
    background-color: rgb(230, 108, 126);
    border-radius: 20px; 
    transition: all 0.3s ease-in-out; 
    z-index: 1;
  }
  
  #option2:checked ~ .slider-background {
    transform: translateX(150px); 
    background-color: rgb(40, 52, 98); 
  }
  
  /* Hvem er vi billede */
  .stortBilledeContainer {
    display: flex;
    align-items: flex-end;
  }
   .stortBillede {
    width: 100%;
    height: 500px;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3); /* Let skygge */
    border-radius: 20px;
  }
  
  @media (max-width: 650px) {
    .stortBillede {
      width: 100%;
      height: 400px;
    }
  }
  
  @media (max-width: 430px) {
    .stortBillede {
      width: 100%;
      height: 240px;
    }
  }
  
  .stortBillede img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtil skygge */
  }

  /* Scroll animation */
@keyframes fadeIn {
    from { 
      opacity: 0; 
      transform: translateY(10px); 
    }
    to { 
      opacity: 1; 
      transform: translateY(0); 
    }
  }
  
  .scrollAnimate {
    opacity: 0;
    transform: translateY(10px);
  }
  
  .scrollAnimate.animate {
    animation: fadeIn 0.4s ease-out forwards;
  }
  
   .bp-video{
    max-width:360px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    box-shadow: 5px;
  }
  .bp-video video{
    aspect-ratio:9/16;   
    width: 47%;
    height:auto;
    display:block;
    border-radius:12px;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3); 
  }

@media (min-width: 1568px) {
  .bp-video {
    max-width: 400px;
  }
}


.dropdownKnap {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.dropdownKnapTlf {
  font-size: 14px;
  text-decoration: underline;
}

/* Andre projekter */

/* VIBE */

#VIBEBaggrund {
  background-color: white;
}

.VIBEBilledeContainer {
  display: flex;
  justify-content: center;
  margin-top: 130px;
  position: relative;
}

.VIBEBilledeContainer::before {
  content: "";
  position: absolute;
  top: -30px;
  width: 100px;
  height: 8px;
  background-color: var(--VibeGul1); 
  border-radius: 4px;
}

.VIBEBilledeContainer img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 8px var(--VibeBlå); 
}

.VIBEHeader {
  color: #333; 
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.VIBEHeader::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%; 
  height: 3px;
  background-color: var(--VibeBlå);
}

.VIBETekst {
  color: #444; 
  font-size: 1.1rem;
  line-height: 1.6;
}

.smallTopMargin {
  margin-top: 50px !important;
}

.dropdownTekstSize {
  font-size: 18px !important;
}