/* =====================================================
   RESET / BASIS
   ===================================================== */

/* nulstil margin og padding */
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(to right, white, #b2deeb);
}

/* =====================================================
   HEADER & NAVIGATION
   ===================================================== */

/* header styling */
header {
  background: linear-gradient(to right, white, #b2deeb);
  padding: 30px;
  display: flex;
  justify-content: space-between;
}

header a {
  text-decoration: none;
  color: black;
  font-size: large;
  padding: 15px;
}

header a:hover {
  color: #c9a6c9;
  font-weight: bold;
}

/* top menu */
.topnav {
  display: flex;
  justify-content: flex-end;
}

.topnav a:hover {
  color: #c9a6c9;
}

.topnav a.active {
  color: #9d649d;
  font-weight: bold;
}

.topnav .icon {
  display: none;
}

/* =====================================================
   LOGO
   ===================================================== */

.logo img {
  width: 60px;
  transform: scale(1.4);
  height: auto;
}

/* =====================================================
   TYPOGRAFI
   ===================================================== */

p {
  line-height: 150%;
  margin-bottom: 20px;
}

h2,
h3,
h4,
h5 {
  font-size: x-large;
  background: linear-gradient(to right, #c9a6c9, #9d649d);
  margin-bottom: 20px;
  text-align: left;
  padding: 3%;
}

h6 {
  font-size: xx-large;
  margin-bottom: 20px;
  background: linear-gradient(to right, #c9a6c9, #9d649d);
  padding: 15px;
  box-shadow: 5px 5px 15px #0000004d;
}

.h8,
.h9 {
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
}
.h10,
.h11 {
  font-size: x-large;
  background: linear-gradient(to right, #c9a6c9, #9d649d);
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  padding: 3%;
}

.h13 {
  font-weight: bold;
}
.h14 {
  font-size: x-large;
  background: linear-gradient(to right, #c9a6c9, #9d649d);
  margin: 0 auto 20px; /* ⬅️ CENTRERER boksen */
  text-align: center;
  font-weight: bold;
  padding: 3%;
  max-width: 50%;
  box-sizing: border-box;
}

.h15,
.h16,
.h17,
.h18,
.h19 {
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #c9a6c9, #9d649d);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: auto;
  box-shadow: 5px 5px 15px #0000004d;
  margin-bottom: 50px;
  height: 100px;
}
.proceslink,
.henven {
  color: white;
  font-size: medium;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.proceslink a {
  color: white;
}
.proceslink a:hover {
  color: #c9a6c9;
}
a {
  color: black;
  font-weight: bold;
  font-size: large;
}

a:hover {
  color: #c9a6c9;
}
/* =====================================================
   LAYOUT – GENERELT
   ===================================================== */

/* 3 kolonner layout */
.tre-kolonner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1100px;
  margin: auto;
  padding: 20px 20px;
  font-size: medium;
}

/* tekstbokse */
.tekstbox {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
  gap: 20px;
  align-items: normal;
  font-size: large;
}

.tekst {
  border-radius: 5px;
}

/* =====================================================
   INTRO & BILLEDER
   ===================================================== */
.intro {
  width: 450px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.intro h1 {
  text-align: left;
  margin-bottom: 5px;
  font-size: xx-large;
  color: #000000;
  background: linear-gradient(to right, #c9a6c9, #9d649d);
  padding: 20px;
  box-shadow: 5px 5px 15px #0000004d;
}

.intro p {
  text-align: left;
  font-size: 20px;
  margin-top: 20px;
  font-size: medium;
}

.billed img {
  width: 500px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.billed1 img {
  width: 400px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.billed2 {
  width: 85%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}

.billed2 img {
  width: 100%;
}
.billed3 {
  display: flex;
  justify-content: center;
}

.billed3 img {
  width: 400px;
  margin-bottom: 20px;
}
.video {
  width: 50%;
  margin: 0 auto 20px;
}

video {
  width: 100%;
}
.video2 {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/* =====================================================
   LISTER
   ===================================================== */

ul {
  margin-top: 20px;
  text-align: left;
  padding-left: 15px;
  font-size: larger;
}

.ul2,
.ul3 {
  margin-top: 20px;
  text-align: left;
  padding-left: 15px;
  font-size: 17px;
  margin-bottom: 20px;
}

.ul4 {
  margin-top: 20px;
  text-align: left;
  padding-left: 15px;
  font-size: medium;
  margin-bottom: 20px;
}

/* =====================================================
   FLOW-KASSER
   ===================================================== */

.flow1,
.flow2,
.flow3,
.flow4 {
  background-color: white;
  padding: 20px;
  margin: 20px;
  max-width: 500px;
  box-shadow: 5px 5px 15px #0000004d;
}

.boks1,
.boks2 {
  background-color: white;
  padding: 20px;
  margin: 20px;
  max-width: 500px;
  box-shadow: 5px 5px 15px #0000004d;
  display: flex;
  flex-direction: column;
}

.flows {
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  text-align: center;
  box-shadow: 5px 5px 15px #0000004d;
}

.flows a {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
  background: #9d649d;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 5px 5px 15px #1b1b1b;
}

.flows a:hover {
  background: #c9a6c9;
}

.link {
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  text-align: center;
  box-shadow: 5px 5px 15px #0000004d;
}

.link a {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
  background: #9d649d;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 5px 5px 15px #1b1b1b;
}

.link a:hover {
  background: #c9a6c9;
}

/* =====================================================
   CONTAINER & KOLONNER
   ===================================================== */

.container {
  max-width: 1300px;
  margin: auto;
  gap: 30px;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 20px;
}

.kolonne {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 200px;
  width: 350px;
  margin-bottom: 18px;
}

.kolonne1,
.kolonne2 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

/* =====================================================
   KONTAKT – BOKSE
   ===================================================== */

/* hoved kontaktformular */
.kontakt {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  border-radius: 20px;
}

/* kontakt-boks indenfor formular */
.kontakt-boks h2 {
  text-align: center;
  margin-top: 0;
  font-size: xx-large;
}

.kontakt-boks label {
  display: block;
  margin: 15px 0 5px;
  font-weight: bold;
  color: #000000;
}

.kontakt-boks input,
.kontakt-boks textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  box-sizing: border-box;
}

.kontakt-boks textarea {
  min-height: 120px;
  resize: vertical;
}

.kontakt-boks button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background: #9d649d;
  border: none;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 5px 5px 15px #1b1b1b;
}

.kontakt-boks button:hover {
  background: #c9a6c9;
}

/* ekstra kontakt-boks */
.kontakt2 {
  background: linear-gradient(to right, #c9a6c9, #9d649d);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 850px;
  margin: auto;
  box-shadow: 5px 5px 15px #0000004d;
  margin-bottom: 50px;
}

.navn,
.tlf,
.email {
  padding: 10px;
  flex-direction: column;
  max-width: 850px;
  margin-top: 20px;
  align-items: center;
  font-weight: bold;
  color: white;
  font-size: larger;
}

/* lille kontakt-boks */

.kontakt3 {
  background-color: white;
  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  text-align: center;
  box-shadow: 5px 5px 15px #0000004d;
}

.kontakt3 a {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
  background: #9d649d;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 5px 5px 15px #1b1b1b;
}

.kontakt3 a:hover {
  background: #c9a6c9;
}
/* =====================================================
   FOOTER
   ===================================================== */

footer {
  margin-top: auto;
  text-align: center;
  padding: 1rem;
  background: linear-gradient(to right, white, #b2deeb);
  color: black;
  width: 100%;
}

/* =====================================================
   MEDIA QUERIES
   ===================================================== */

/* skærm min-width 600px (fjern h7) */
@media screen and (min-width: 600px) {
  .h7 {
    display: none;
  }
}

/* tablet max-width 1025px */
@media screen and (max-width: 1025px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .topnav a {
    display: none;
  }

  .topnav .icon {
    display: block;
    font-size: 1.5rem;
    padding: 15px;
    cursor: pointer;
  }

  .topnav.responsive {
    background-color: #b2deeb;
    width: 100%;
    position: absolute;
    top: 70px;
    right: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .topnav.responsive a {
    display: block;
    text-align: center;
    font-size: 1.3rem;
  }

  .tre-kolonner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .tre-kolonner > div {
    width: 100%;
    max-width: 750px;
  }

  .billed1 img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }

  .kolonne1,
  .kolonne2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: left;
  }
  .tekst {
    text-align: left;
  }
  .h15,
  .h16,
  .h17,
  .h18,
  .h19 {
    max-width: 90%;
    box-sizing: border-box;
    padding: 20px;
  }
  .video2 {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}
/* mobil max-width 600px */
@media screen and (max-width: 600px) {
  header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .topnav a {
    display: none;
  }

  .topnav .icon {
    display: block;
    font-size: 1.5rem;
    padding: 15px;
    color: black;
    cursor: pointer;
  }

  .responsive a {
    display: block;
    font-size: 1.2em;
    padding: 10px;
  }

  .responsive {
    position: relative;
    padding: 60px 0 40px 0;
    flex-direction: column;
    align-items: center;
  }

  .responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive {
    background-color: #b2deeb;
    width: 100%;
    position: absolute;
    top: 70px;
    right: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .topnav.responsive a {
    display: block;
    text-align: center;
    font-size: 1.3rem;
  }

  .tre-kolonner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .tre-kolonner > div {
    width: 100%;
    max-width: 400px;
  }

  .billed img,
  .billed3 img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }

  .kontakt {
    max-width: 450px;
  }
  .navn,
  .tlf,
  .email {
    font-size: medium;
  }
  .tekstbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  h6 {
    display: none;
  }

  .h7 {
    display: block; /* gør den til en boks */
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(to right, #c9a6c9, #9d649d);
    max-width: 90%;
    padding: 20px;
    margin: 0 auto; /* centrer boksen */
    box-sizing: border-box;
    box-shadow: 5px 5px 15px #0000004d;
  }
  .h14 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .kolonne1,
  .kolonne2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: left;
    max-width: 100%;
    width: 100%;

    box-sizing: border-box;
  }
  .h15,
  .h16,
  .h17,
  .h19 {
    max-width: 90%;
    box-sizing: border-box;
    height: auto;
  }
  .h18 {
    max-width: 95%;
  }
  .video2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .boks1,
  .boks2 {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
  }
}
