/* Basic css reset */
/* CSS Reset */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* Min css starter */

body {
  background-color: #fffdfb;
  font-size: 16px;
}

/* ---- header starter ---- */
header {
  display: flex;
  align-items: center;
  background-color: #e6d8ff;
}

.logo {
  height: 100px;
  width: auto;
}

.nav-container ul {
  list-style-type: none;
  display: flex;
  gap: 60px;
  padding-left: 250px;
  justify-content: flex-end;
  align-items: center;
}

.nav-container li {
  position: relative;
}

.nav-container ul li a {
  color: black;
  text-decoration: none;
  font-family: koho, sans-serif;
}

/*-- hover effekt på menupunkter --*/
.nav-container a:hover {
  text-decoration: underline 3px #dff89d;
}

/*---------------søg-knap--------------*/
.soeg {
  display: flex;
  align-items: center;
  background-color: #dff89d;
  padding: 5px;
  border-radius: 30px;
  box-shadow: 3px 3px 7px;
}

.icon {
  color: #777777;
  margin-right: 7px;
}

.soeg input {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: koho, serif;
  padding: 5px;
  flex: 1;
  box-shadow: none;
}

/*--dropdown menu--*/
.nav-container .dropdown {
  display: none;
  position: absolute;
  background-color: #fffdfb;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
  top: 100%;
  left: 0;
  width: max-content;
  padding: 13px;
}

.nav-container li:hover > .dropdown,
.nav-container .dropdown li:hover > .sub-dropdown {
  display: block;
}

.nav-container .dropdown li {
  position: relative;
}

/* ---- sub-submenu dropdown ---- */
.nav-container .sub-dropdown {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fffdfb;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
  width: max-content;
  padding: 13px;
}

/* ---------------------------------------- header slut ---------------------------------------- */

/* ---------------------------------------- video start ---------------------------------------- */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 150%; /*---- maksimal bredden på videoen ----*/
  margin: 0 auto;
  overflow: hidden;
}

video {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.videotekst {
  position: absolute;
  color: orange;
  font-family: "instrument serif";
  font-size: 200px;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 1;
}

.firkant {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  background-color: rgba(229, 255, 255, 0.8);
  padding: 30px 16px 30px 30px;
  border-radius: 43px;
  text-align: start;
  z-index: 2;
}

.firkant p {
  margin: 0;
  font-family: koho, serif;
}

/* ---------------------------------------- artikel container css starter ---------------------------------------- */
.hbl-container,
.elmim-container,
.soom-container {
  display: flex;
  flex-direction: column;
}

/* ---------------------------------------- artikel content wrapper css starter ---------------------------------------- */
.hbl-content-wrapper,
.elmim-content-wrapper,
.soom-content-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 24px;
}

/* ---------------------------------------- hvad betyder ligestilling css starter ---------------------------------------- */

.hbl-article {
  width: 50%;
  padding: 19px;
}

#hbl-liste {
  list-style-type: disc;
  margin: 16px 0;
  padding-left: 128px;
  font-family: koho, serif;
}

#hbl-liste li {
  margin-bottom: 16px;
}

#baenk {
  width: 35%;
  height: auto;
  align-self: flex-start;
  margin: auto;
  border-radius: 40px;
  box-shadow: 8px 8px 9px rgba(0, 0, 0, 0.2);
}

/*------- hbl-flexbox 2 -------*/
.hjerter {
  width: 20%;
  height: auto;
  display: block;
  margin: 30px auto;
}

.paragraph-hojre {
  width: 40%;
  font-family: koho, serif;
  margin-right: 48px;
}

/* -------------------------------------- er ligestilling muligt i musikbranchen css starter -------------------------------------- */

.elmim-article {
  width: 50%;
  padding: 19px;
}

#figurer {
  width: 27%;
  height: auto;
  align-self: flex-start;
  margin: auto;
  border-radius: 40px;
  box-shadow: 8px 8px 9px rgba(0, 0, 0, 0.2);
}

/*------------------------------------ hbl-flexbox 3 ------------------------------------*/
.illustration {
  width: 40%;
  height: auto;
  display: block;
  margin: 32px auto;
}

.paragraph-hojre {
  width: 40%;
  font-family: koho, serif;
  margin-right: 48px;
}

/* -------------------------------------- støt op om musikken css starter -------------------------------------- */

.soom-article {
  width: 50%;
  padding: 19px;
}

#lys {
  width: 30%;
  height: auto;
  align-self: flex-start;
  margin: auto;
  border-radius: 40px;
  box-shadow: 8px 8px 9px rgba(0, 0, 0, 0.2);
}

.img-container {
  position: relative;
  width: 100%;
}

.img-container img {
  display: block;
  width: 100%;
  height: auto;
}

.infoboks-container {
  display: flex;
  justify-content: space-around;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
}

.hoj-boks {
  background-color: rgba(229, 255, 255, 0.9);
  padding: 19px;
  border-radius: 32px;
  width: 45%;
  max-width: 290px;
}

.lav-boks {
  background-color: rgba(229, 255, 255, 0.9);
  padding: 19px;
  border-radius: 32px;
  width: 45%;
  max-width: 290px;
  transform: translateY(224px); /*--- flytter boksen ned ---*/
}

.hoj-boks h2 {
  font-family: "instrument serif";
  color: orange;
  font-size: 200%;
}

.hoj-boks li {
  font-family: koho, serif;
  padding-left: 32px;
  list-style-position: inside;
}

.lav-boks h2 {
  font-family: "instrument serif";
  color: orange;
  font-size: 200%;
}

.lav-boks li {
  font-family: koho, serif;
  padding-left: 32px;
  list-style-position: inside;
}

#frivillig-artikel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}

#frivillig-overskrift {
  font-family: koho, serif;
  text-align: center;
}

#frivillig-tekst {
  font-family: koho, serif;
  width: 50%;
  margin: auto;
  text-align: center;
}

/*--------------------------------------nyhedsbrev starter--------------------------------------*/

.nyhedsbrev {
  background-color: rgba(229, 255, 255, 0.8);
  border-radius: 32px;
  max-width: 50%;
  padding-bottom: 32px;
  box-shadow: 0 0 16px;
  margin: 48px auto; /* Centrere formularen */
  padding: 16px; /* Indre afstand */
}

.navn-og-mail {
  margin-bottom: 32px;
  max-width: 100%;
  padding: 0 25px;
}

input {
  width: 100%;
  padding: 10px; /* Inde i felterne*/
  border: 1px solid white;
  box-shadow: 2px 1px 2px;
  border-radius: 10px;
  font-family: "instrument serif";
  font-size: 130%;
}

button {
  padding: 8px 32px; /* Inde i knappen*/
  background-color: #ffcb6c;
  color: black;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-family: "instrument serif";
  font-size: 130%;
  margin: 0 auto;
  display: block;
}

button:hover {
  background-color: #fcb533;
}

/* ---------------------------------------- udtalelser publikum css starter ---------------------------------------- */
.publikum-screenshot {
  width: 100%;
  height: auto;
}

/* ---------------------------------------- playliste css starter ---------------------------------------- */
.playliste-screenshot {
  width: 100%;
  height: auto;
}

.playliste-knap {
  width: 30%;
  padding-left: 10%;
}

/* ---------------------------------------- myter css starter ---------------------------------------- */
.myter-screenshot {
  width: 100%;
  height: auto;
}

/* ---------------------------------------- fællesskab css starter ---------------------------------------- */
.mod-ligesindede {
  width: 100%;
  height: auto;
}

/* ---------------------------------------- hvem er tune ind css starter ---------------------------------------- */
.hvem-er-tune-ind {
  width: 100%;
  height: auto;
}

/* ---------------------------------------- fælles artikel css starter ---------------------------------------- */
.breadcrumbs {
  color: #777777;
  font-family: koho, serif;
  padding-top: 20px;
  padding-left: 30px;
}

.overskrift {
  color: orange;
  font-family: "instrument serif";
  font-size: 60px;
  padding-top: 40px;
  padding-left: 83px;
  font-weight: normal;
}

.beskrivelse {
  font-family: koho, serif;
  padding: 24px 0px 64px 83px; /*--top, højre, bund, venstre--*/
}

.underoverskrifter-venstre {
  font-family: koho, serif;
  padding-left: 83px;
  padding-bottom: 24px;
}

.paragraph-venstre {
  font-family: koho, serif;
  padding: 0px 0px 24px 83px; /*--top, højre, bund, venstre--*/
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.knap {
  display: flex;
  background-color: #dff89d;
  margin-top: 32px;
  padding: 8px;
  border-radius: 30px;
  box-shadow: 2px 2px 7px;
  width: 10%;
  cursor: pointer;
  font-family: koho, serif;
  color: black;
  text-decoration: none;
  justify-content: center;
}

/*------------------------------------------ faktaboks css ------------------------------------------*/
.faktaboks-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 56px;
}

.faktaboks {
  background-color: rgba(229, 255, 255, 0.8);
  font-family: koho, serif;
  border-radius: 32px;
  width: 80%;
  padding-bottom: 32px;
  box-shadow: 0px 0px 16px;
}

.faktaboks-overskrift {
  color: orange;
  font-family: "instrument serif";
  font-size: 60px;
  padding-top: 16px;
  padding-left: 64px;
}

.faktaboks-liste {
  list-style-type: disc;
  padding-left: 112px;
}

.faktaboks-liste .underpunkt {
  padding-left: 5%;
  list-style-type: circle;
  list-style-position: inside;
  margin-bottom: 16px;
}

/*--------til toppen knap--------*/
.rul-op {
  height: 70px;
  width: auto;
  margin-left: 95%;
  padding-bottom: 20px;
}

/* ---------------------------------------- footer starter ---------------------------------------- */
footer {
  background-color: #e6d8ff;
  padding: 20px 0px;
  color: black;
  font-family: koho, serif;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
}

/*--vidden på højre/venstre footer--*/
.footer-venstre,
.footer-hoejre {
  width: 45%;
}

/*--overskrifter i footer--*/
h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

/*--tekst i venstre footer--*/
.footer-venstre p {
  margin: 5px 0;
}

/*--some ikoner og nyhedsbrev i footer--*/
.footer-hoejre {
  justify-content: flex-end;
}

.some-ikoner {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  list-style-type: none;
}

.some-ikoner,
a img {
  width: 31px;
  height: auto;
}

.nyhedsbrev-footer a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  color: black;
}

.nyhedsbrev-footer img {
  height: 32px;
  width: auto;
  padding-right: 7px;
}

/*-- under 900px --*/
@media (max-width: 900px) {
  .nav-container ul {
    flex-direction: column;
    padding-right: 0;
  }

  .nav-container li {
    margin: 0.5rem 0;
  }

  .video-wrapper {
    max-width: 100%;
  }

  .hbl-content-wrapper,
  .elmim-content-wrapper,
  .soom-content-wrapper,
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .hbl-article,
  #baenk,
  .elmim-article,
  #figurer,
  .soom-article,
  #lys,
  .firkant {
    width: 90%;
  }

  .infoboks-container {
    flex-direction: column;
  }

  .hoj-boks,
  .lav-boks {
    width: 80%;
    max-width: none;
    transform: none;
  }
}

/*-- under 692px --*/
@media (max-width: 692px) {
  .soeg {
    display: none;
  }
}
