/* stil til headerX et stort billede */
.header {
  background-color: #dc4e7b;
  border-radius: 20px;
  margin: 10px;
  display: flex;
  justify-content: center; /*den her sammen med nedenstående giver en perfekt centrering*/
  align-items: center;
  position: relative;
}

.divOverlayX {
  margin: 4em;
  position: relative;
  aspect-ratio: 2.6 / 1; /* en anden mulighed - passer med størrelsesforholdet på billedet - width skal være 100%*/
  width: 100%;
}

.billedeClass {
  width: 100%;
  height: auto;
}

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

.HeaderTitel {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center; /*den her sammen med nedenstående giver en perfekt centrering*/
  align-items: center;
}

.flex-container {
  /* div container som indeholder titel på modul og og hvilket tema */
  display: flex;
  flex-direction: column; /* gør at modul og tema står over hinanden*/
  align-items: center; /* gør at de bliver centreret ift hinanden */
}

.titleBig {
  background-color: rgba(220, 78, 123, 0.85);
  padding: 30px;
}

.titleSmall {
  background-color: rgba(220, 78, 123, 0.85);
  padding: 20px;
}

@media (max-width: 799px) {
  /*det her gør at hvis det er en skærm som er mindre end 799px så laves det om*/
  .divOverlayX {
    aspect-ratio: none;
    margin: 1em;
  }
  .titleBig {
    padding: 10px;
  }

  .titleSmall {
    padding: 10px;
  }
}

.textHeader {
  color: #f3d430;
}

.barsGoo {
  color: #f3d430;
}

.øvelseBoxElement {
  border-left: solid #dc4e7b 0.2em;
}

.headerØv {
  color: #dc4e7b;
}

.tooltip {
  border-bottom: 1.5px dotted #e3c20d;
}

.tooltip-text {
  color: #dc4e7b;
}

.tooltipTip {
  color: #f3d430;
}

.brug-sprog-instr {
  border-left: solid #dc4e7b 0.2em;
}

/* slut på generel css foroven */

/* a.01 */
/* stil til tema 03*/
.header {
  background-color: #dc4e7b;
}

.barsGoo {
  color: #f3d430;
}

.øvelseBoxElement {
  border-left: solid #dc4e7b 0.2em;
}

.headerØv {
  color: #dc4e7b;
}

.tooltip {
  border-bottom: 1.5px dotted #e3c20d;
}

.tooltip-text {
  color: #dc4e7b;
}

.tooltipTip {
  color: #f3d430;
}

.brug-sprog-instr {
  border-left: solid #dc4e7b 0.2em;
}

/* a.01 */
/* css til slideshow som kan genbruges - tilføj fx 01 til alle navne på klasser, variabler samt id med chat gpt*/

.mySlides {
  /* en klasse som gør at alle slides ikke vises som udgangspunkt*/
  display: none;
}

/*behold*/
.dot {
  width: 15px;
  height: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block; /*display: inline-block allows to set a width and height on the element. Also, with display: inline-block, the top and bottom margins/paddings are respected*/
  cursor: pointer;
  margin: 0em 0.2em;
  transition: background-color 0.6s ease; /*her angiver jeg en transition på 0,6 sek når farven ændres*/
}

/*behold*/
.dotsCon {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

/*behold*/
.active,
.dot:hover {
  background-color: #717171;
}

.slideCont {
  /*den her container bruger jeg til dr-øvelsen*/
  width: 100%;
  height: 20em;
  position: relative;
  padding: 0.3em 0em 5em 0em;
}

/*behold*/
.justCont {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/*behold*/
.flexPreNex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*behold*/
.flexNext {
  position: absolute;
  top: 0;
  right: 0;
}

/*behold*/
.flexPrev {
  position: absolute;
  top: 0;
  left: 0;
}

/*behold*/
.prevNext {
  font-size: 2em;
  color: #bbb;
  padding: 1em;
  transition: 0.6s ease;
}

/*behold*/
.prevNext:hover {
  color: #717171;
}

/*behold*/
.tal {
  color: #86868b;
}
/* slut på css til slideshow */

/*css til DR's nyhedquiz (sandt / falsk etc*

/*behold*/
.flexCol {
  display: flex;
  flex-direction: column;
}

/*behold*/
.word {
  background: white;
  display: inline-block;
  padding: 8px 20px 8px 8px;
  font-size: 1.3em;
  margin-bottom: 8px;
  color: #dc4e7b;
}

/*behold*/
.respon {
  background-color: #333333;
  color: white;
  padding: 8px;
  width: fit-content; /*tilpasser en div til indholdet */
  margin-bottom: 2px;
  cursor: pointer;
  transition: 0.6s ease;
  display: flex;
  align-items: center;
}

/*behold*/
.respon:hover {
  background-color: black;
}

/*behold*/
.arrow {
  padding-right: 4px;
}

/* c.01 */

.bil {
  position: absolute;
  bottom: 5%;
  right: -1%;
  width: 25%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: solid #f3d430;
}

.miniOver {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 1.05em;
}

/*a.02*/

.gridOvers {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2em;
}

@media (max-width: 1200px) {
  /*det her gør at hvis det er en skærm som er mindre end 1200px så laves øvelseBox om til display row i stedet*/
  .gridOvers {
    grid-template-columns: auto;
  }
}

.dansk {
  background-color: white;
  color: #86868b;
}

.spansk {
  border: solid 1px #86868b;
  color: #86868b;
}

.dansk {
  padding: 15px 15px;
}

.spansk {
  padding: 10px 15px;
}

.inputSpanOvers::placeholder {
  /*ændrer farven på placeholder text i input*/
  color: #bbb;
  font-style: italic;
}

.inputSpanOvers {
  border: none;
  border-bottom: 1px solid #86868b;
  font-size: 1em;
  outline: none;
  padding: 5px;
  transition: 0.4s ease;
  background-color: #ebebec;
}

.feedback {
  color: #ff5300;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.mark {
  border-bottom: solid #86868b;
  font-style: italic;
}

.feedB {
  display: flex;
  align-items: center;
  width: 40px;
  height: 43px;
}

.ikonS {
  color: green;
  font-size: 1.2em;
}

.ikonF {
  color: red;
  font-size: 1.2em;
}

/*a.03*/

.grid {
  display: grid;
  grid-template-areas:
    "header header header header header header header header"
    "a-area a-area . b-area b-area . c-area c-area"
    "a-area a-area . b-area b-area . c-area c-area"
    ". . svar svar svar svar . ."
    "d-area d-area svar svar svar svar e-area e-area"
    "d-area d-area svar svar svar svar e-area e-area"
    ". . svar svar svar svar . ."
    "f-area f-area . g-area g-area . h-area h-area"
    "f-area f-area . g-area g-area . h-area h-area";
  margin: 20px 75px 100px 75px;
  gap: 5px;
  transition: 0.8s ease;
}

@media (max-width: 1200px) {
  .grid {
    grid-template-areas: "header header" "a-area b-area" "c-area d-area" "svar svar" "e-area f-area" "g-area h-area";
  }
}

.barrio {
  border: solid #bbb;
  align-items: center;
  transition: 0.6s ease;
  position: relative;
  min-height: 150px;
}

.barrio:hover {
  cursor: pointer;
  border: solid #005296 1px;
}

.headVocab {
  /* instruktion til opgaven */
  grid-area: header;
}

.a-area {
  grid-area: a-area;
  font-size: 1.3em;
  padding: 20px;
}

.b-area {
  grid-area: b-area;
  font-size: 1.3em;
  padding: 20px;
}

.c-area {
  grid-area: c-area;
  font-size: 1.3em;
  padding: 20px;
}

.d-area {
  grid-area: d-area;
  font-size: 1.3em;
  padding: 20px;
}

.e-area {
  grid-area: e-area;
  font-size: 1.3em;
  padding: 20px;
}

.f-area {
  grid-area: f-area;
  font-size: 1.3em;
  padding: 20px;
}

.g-area {
  grid-area: g-area;
  font-size: 1.3em;
  padding: 20px;
}

.h-area {
  grid-area: h-area;
  font-size: 1.3em;
  padding: 20px;
}

.svar {
  grid-area: svar;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 300px;
  padding: 30px;
  transition: 0.6s ease;
}

@media (max-width: 1200px) {
  /*det her gør at hvis det er en skærm som er mindre end 1200px så laves øvelseBox om til display row i stedet*/

  .svar {
    width: auto;
  }
}

.vocab {
  border: solid grey 1px;
  font-size: 18px;
  margin: 5px;
  padding: 8px;
  height: 2em;
  border-radius: 15px;
  transition: 0.4s ease;
  color: #86868b;
  background-color: white;
}

.vocab:hover {
  box-shadow: 0px 8px 16px 0px;
  cursor: pointer;
}

.vocabX {
  display: none;
  /* border: solid grey 1px;*/
  font-size: 18px;
  margin: 5px;
  padding: 8px;
  height: 2em;
  border-radius: 15px;
  transition: 0.6s ease;
  color: #86868b;
  /*background-color: white;*/
}

.blueBack {
  background-color: rgba(0, 82, 150, 0.1);
}

.rundImg {
  width: 75px;
  height: auto;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

/*en animation som fader et object ind*/

.fade-in {
  display: block;
  animation: fade-in 0.7s ease-in forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    display: none;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

.listIntro {
  padding-left: 10px;
  margin-top: 0px;
}

.listIntro > li {
  margin-bottom: 5px;
}

/* start b.01 orforrådsøvelse / udtale */

.ordforråd-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 2em;
  font-size: 1.2em;
  margin: 40px 60px 100px 60px;
}

.ikon {
  grid-column: 1 / 2;
}

.play {
  transition: 0.4s ease;
  border-radius: 50%;
}

.play:hover {
  box-shadow: 0px 8px 16px 0px #bbb;
  cursor: pointer;
  color: #86868b;
}

.ord-spansk {
  grid-column: 2 / 3;
}

.ord-dansk {
  grid-column: 3 / 4;
  color: #86868b;
  font-style: italic;
}

.udtale-tip {
  grid-column: 4 / 4;
  color: #f3d430;
}

/* b.02 */
.mySlides01 {
  display: none;
  padding-top: 20px;
}

.dot01 {
  width: 15px;
  height: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin: 0em 0.2em;
  transition: background-color 0.6s ease;
}

.dotsCon01 {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.active01,
.dot01:hover {
  background-color: #717171;
}

.slideCont01 {
  width: 100%;
  height: 20em;
  position: relative;
  padding: 0.3em 0em 5em 0em;
}

.justCont01 {
  display: flex;
  justify-content: center;
}

.flexPreNex01 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flexNext01 {
  position: absolute;
  top: 0;
  right: 0;
}

.flexPrev01 {
  position: absolute;
  top: 0;
  left: 0;
}

.prevNext01 {
  font-size: 2em;
  color: #bbb;
  padding: 1em;
  transition: 0.6s ease;
}

.prevNext01:hover {
  color: #717171;
}

.tal01 {
  color: #86868b;
}

.flexCol01 {
  display: flex;
  flex-direction: column;
}

.flexColX {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.word01 {
  background: white;
  display: inline-block;
  padding: 8px 20px 8px 8px;
  font-size: 1.3em;
  margin-bottom: 8px;
  color: #dc4e7b;
}

.respon01 {
  background-color: #333333;
  color: white;
  padding: 8px;
  width: fit-content;
  margin-bottom: 2px;
  cursor: pointer;
  transition: 0.6s ease;
  display: flex;
  align-items: center;
}

.responX {
  background-color: #333333;
  color: white;
  padding: 8px;
  width: fit-content;
  margin-bottom: 2px;
  transition: 0.6s ease;
  display: flex;
  align-items: center;
}

.respon01:hover {
  background-color: black;
}

.arrow01 {
  padding-right: 4px;
}

.animate-opacity01 {
  animation: opac 0.8s;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.PerfectCenter01 {
  display: flex;
  position: relative;
  justify-content: center; /*den her sammen med nedenstående giver en perfekt centrering*/
  align-items: center;
  height: 100%;
}

.PerfectCenterX01 {
  /* jeg bruger den her til at centrere alt indholdet af en øvelse */
  display: flex;
  justify-content: center; /*den her sammen med nedenstående giver en perfekt centrering*/
  align-items: center;
}

.skriv {
  position: absolute;
  bottom: -100%;
  right: 10px;
  width: 30%;
  height: auto;
  border-radius: 50%;
}

/* b.03 */

.gridX {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2em;
}

@media (max-width: 1200px) {
  /*det her gør at hvis det er en skærm som er mindre end 1200px så laves øvelseBox om til display row i stedet*/
  .gridOvers {
    grid-template-columns: auto;
  }
}

.saet {
  background-color: white;
  color: #86868b;
  border: solid 1px #86868b;
  padding: 15px 10px;
  display: flex;
  align-items: center;
}

.mark {
  border-bottom: solid #86868b;
  font-style: italic;
}

.play1 {
  transition: 0.4s ease;
  border-radius: 50%;
  color: #86868b;
  margin-right: 5px;
}

.saet:hover > span {
  box-shadow: 0px 8px 16px 0px #bbb;
  color: black;
}

.saet:hover {
  cursor: pointer;
}

/* b.04 */
.instru {
  color: #86868b;
  font-size: 1em;
  text-align: justify;
  line-height: 150%;
}

.lis {
  font-size: 1em;
}

.lis > li {
  margin-bottom: 6px;
}

.imTalk {
  width: 80%;
  height: auto;
}

/* b.05 */
/* jeg har copy pasted direkte fra w3schools. Der er flere ting som jeg ikke er sikker på hvordan fungerer*/

.slideshow-container02 {
  /*den her container bruger jeg til dr-øvelsen*/
  width: 100%;
  /*height: 20em;*/
  /*border: solid yellow;*/
  position: relative;
  padding: 0.3em 0em 5em 0em;
}

.perfect-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card {
  background-color: transparent;
  width: 500px;
  height: 500px;
  perspective: 1500px;
}

.flip-card:hover {
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.dotB03 {
  width: 15px;
  height: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block; /*display: inline-block allows to set a width and height on the element. Also, with display: inline-block, the top and bottom margins/paddings are respected*/
  cursor: pointer;
  margin: 0em 0.2em;
  transition: background-color 0.6s ease; /*her angiver jeg en transition på 0,6 sek når farven ændres*/
}

.active,
.dotB03:hover {
  background-color: #717171;
}

.dots-container {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.flex-horizontal-center {
  display: flex;
  justify-content: center;
}

.flex-prev-next {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border: solid red 1px; */
}

.flexbox-next {
  position: absolute;
  top: 0;
  right: 0;
}

.flexbox-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.prev-next {
  color: #bbb;
  /* border: solid blue; */
  padding: 1em;
  transition: 0.6s ease;
}

.prev-next:hover {
  color: #717171;
  cursor: pointer;
}

.talSlideShow {
  color: #86868b;
}

/*.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
} */

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: white;
}

.flip-card-back {
  background-color: rgba(0, 82, 150, 0.3);
  color: white;
  font-size: 2em;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.flipCardSpecial {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.tipB01 {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 0.5em;
}

.iko {
  padding: 10px;
  border-radius: 50%;
  transition: 0.4s ease;
  font-size: 0.6em;
  z-index: 100;
}

.iko:hover {
  color: #86868b;
}

.klikVend {
  font-size: 14px;
  position: absolute;
  bottom: 8px;
  right: 40%;
  color: white;
}

.flexCenter {
  display: flex;
  align-items: center;
  padding: 8px 0px 8px 5px;
}

.info {
  font-size: 0.55em;
}

.style {
  font-size: 3em;
  color: white;
}

.skrPng {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20%;
  height: auto;
}

.liss {
  list-style-type: none;
}

.liss > li {
  margin-bottom: 15px;
}

.thumbs {
  width: auto;
  height: 70%;
  width: auto;
  padding: 50px;
}

/* b.06 */

/*the first classes below do not belong to the actual slideshows */
.flexH {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  /*border: solid orange;*/
}

.flexH:last-child {
  margin-bottom: 0px;
}

/* only selects the first div of the class flexH */
.flexh > div:nth-child(1) {
  margin-right: 10px;
}

.slidrs {
  padding: 0px;
}

@media (max-width: 1400px) {
  .slidrs {
    margin-bottom: 40px;
  }
  .flexH {
    margin-bottom: 0px;
  }
}

/* here starts CSS for slide show 01 */
.slideshow-containerXR {
  width: 450px;
  height: 450px;
  padding: 15px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.perfect-centerR {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mySlidesB02R {
  width: 100%;
  height: 100%;
}

.mySlidesB02R > div {
  width: 100%;
  height: 100%;
}

.ansR {
  background: hsla(50, 89%, 57%, 1);

  background: radial-gradient(
    circle,
    hsla(50, 89%, 57%, 1) 46%,
    hsla(341, 67%, 58%, 1) 100%
  );

  background: -moz-radial-gradient(
    circle,
    hsla(50, 89%, 57%, 1) 46%,
    hsla(341, 67%, 58%, 1) 100%
  );

  background: -webkit-radial-gradient(
    circle,
    hsla(50, 89%, 57%, 1) 46%,
    hsla(341, 67%, 58%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F3D430", endColorstr="#DC4E7B", GradientType=1 );
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
  border-radius: 15px;
}

.answXR {
  font-size: 2em;
  color: white;
  transition: 0.4s ease;
  text-align: center;
  margin: 0px 15px 0px 15px;
  position: relative;
}

.valgR {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 1em;
  color: #bbb;
  border-radius: 15px;
  transition: 0.4s ease;
  text-align: center;
  margin: 5px;
  position: relative;
}

.talR {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #bbb;
  padding: 15px;
  font-size: 1em;
  color: #bbb;
  border-radius: 5px;
  transition: 0.4s ease;
  margin: 5px;
  position: relative;
}

.talR:hover {
  color: #86868b;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.talR:last-of-type {
  border: none;
}

.talR:hover:last-of-type {
  border: solid #bbb;
  box-shadow: none;
  color: green;
  cursor: default;
}

.talR:hover:first-of-type {
  border: solid #bbb;
  box-shadow: none;
  color: red;
  cursor: default;
}

.colorR {
  opacity: 0.5;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  visibility: hidden;
}

.red1R {
  background-color: red;
}

.red2R {
  background-color: rgb(250, 77, 24);
}

.yellow3R {
  background-color: rgb(250, 220, 24);
}

.green4R {
  background-color: rgba(208, 250, 24, 0.906);
}

.green5R {
  background-color: rgba(54, 236, 115, 0.821);
}

.thumbUpR {
  color: red;
}

.thumbDwnR {
  color: green;
}

.thumbUpR,
.thumbDwnR {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testPR {
  position: absolute;
  top: -20px;
  left: 10px;
  color: #f3d430;
  font-size: 1.3em;
}

.laEstPR {
  font-size: 2.2em;
  color: #dc4e7b;
  margin-bottom: 5px;
}

.arrowR {
  color: #dc4e7b;
  border: solid #bbb;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: -40px;
  right: 50px;
  transition: 0.4s ease;
}

.arrowR:hover {
  color: #bbb;
  cursor: pointer;
}

.animate-opacityR {
  animation: opacR 0.8s;
}

@keyframes opacR {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.flex-horizontal-centerR {
  display: flex;
  justify-content: center;
  color: #bbb;
}

.dots-containerR {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.flexbox-prevR {
  position: absolute;
  top: 0;
  left: 0;
}

.flexbox-nextR {
  position: absolute;
  top: 0;
  right: 0;
}

.prev-nextR {
  font-size: 2em;
  color: #bbb;
  padding: 1em;
  transition: 0.6s ease;
}

.show {
  visibility: visible;
}

/* slide show 02*/
.slideshow-containerXY {
  width: 450px;
  height: 450px;
  padding: 15px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.perfect-centerY {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mySlidesB02Y {
  width: 100%;
  height: 100%;
}

.mySlidesB02Y > div {
  width: 100%;
  height: 100%;
}

.ansY {
  background: hsla(50, 89%, 57%, 1);

  background: linear-gradient(
    135deg,
    hsla(50, 89%, 57%, 1) 30%,
    hsla(341, 67%, 58%, 1) 100%
  );

  background: -moz-linear-gradient(
    135deg,
    hsla(50, 89%, 57%, 1) 30%,
    hsla(341, 67%, 58%, 1) 100%
  );

  background: -webkit-linear-gradient(
    135deg,
    hsla(50, 89%, 57%, 1) 30%,
    hsla(341, 67%, 58%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F3D430", endColorstr="#DC4E7B", GradientType=1 );
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
  border-radius: 15px;
}

.answXY {
  font-size: 2em;
  color: white;
  transition: 0.4s ease;
  text-align: center;
  margin: 0px 15px 0px 15px;
  position: relative;
}

.valgY {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 1em;
  color: #bbb;
  border-radius: 15px;
  transition: 0.4s ease;
  text-align: center;
  margin: 5px;
  position: relative;
}

.talY {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #bbb;
  padding: 15px;
  font-size: 1em;
  color: #bbb;
  border-radius: 5px;
  transition: 0.4s ease;
  margin: 5px;
  position: relative;
}

.talY:hover {
  color: #86868b;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.colorY {
  opacity: 0.5;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  visibility: hidden;
}

.red1Y {
  background-color: red;
}

.red2Y {
  background-color: rgb(250, 77, 24);
}

.yellow3Y {
  background-color: rgb(250, 220, 24);
}

.green4Y {
  background-color: rgba(208, 250, 24, 0.906);
}

.green5Y {
  background-color: rgba(54, 236, 115, 0.821);
}

.thumbUpY {
  color: red;
}

.thumbDwnY {
  color: green;
}

.thumbUpY,
.thumbDwnY {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testPY {
  color: #f3d430;
  position: absolute;
  top: -20px;
  left: 0px;
  color: #f3d430;
  font-size: 1.3em;
}

.laEstPY {
  font-size: 2.2em;
  color: #dc4e7b;
  margin-bottom: 5px;
}

.arrowY {
  color: #dc4e7b;
  border: solid #bbb;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: -35px;
  right: 110px;
  transition: 0.4s ease;
}

.arrowY:hover {
  color: #bbb;
  cursor: pointer;
}

.animate-opacityY {
  animation: opacY 0.8s;
}

@keyframes opacY {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.flex-horizontal-centerY {
  display: flex;
  justify-content: center;
  color: #bbb;
}

.dots-containerY {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.showY {
  visibility: visible;
}

/*slide show 3*/
.slideshow-containerXQ {
  width: 450px;
  height: 450px;
  padding: 15px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.perfect-centerQ {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mySlidesB02Q {
  width: 100%;
  height: 100%;
}

.mySlidesB02Q > div {
  width: 100%;
  height: 100%;
}

.ansQ {
  background: hsla(341, 67%, 58%, 1);

  background: linear-gradient(
    45deg,
    hsla(341, 67%, 58%, 1) 0%,
    hsla(50, 89%, 57%, 1) 97%
  );

  background: -moz-linear-gradient(
    45deg,
    hsla(341, 67%, 58%, 1) 0%,
    hsla(50, 89%, 57%, 1) 97%
  );

  background: -webkit-linear-gradient(
    45deg,
    hsla(341, 67%, 58%, 1) 0%,
    hsla(50, 89%, 57%, 1) 97%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DC4E7B", endColorstr="#F3D430", GradientType=1 );
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
  border-radius: 15px;
}

.answXQ {
  font-size: 2em;
  color: white;
  transition: 0.4s ease;
  text-align: center;
  margin: 0px 15px 0px 15px;
  position: relative;
}

.valgQ {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 1em;
  color: #bbb;
  border-radius: 15px;
  transition: 0.4s ease;
  text-align: center;
  margin: 5px;
  position: relative;
}

.talQ {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #bbb;
  padding: 15px;
  font-size: 1em;
  color: #bbb;
  border-radius: 5px;
  transition: 0.4s ease;
  margin: 5px;
  position: relative;
}

.talQ:hover {
  color: #86868b;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.colorQ {
  opacity: 0.5;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  visibility: hidden;
}

.red1Q {
  background-color: red;
}

.red2Q {
  background-color: rgb(250, 77, 24);
}

.yellow3Q {
  background-color: rgb(250, 220, 24);
}

.green4Q {
  background-color: rgba(208, 250, 24, 0.906);
}

.green5Q {
  background-color: rgba(54, 236, 115, 0.821);
}

.thumbUpQ {
  color: red;
}

.thumbDwnQ {
  color: green;
}

.thumbUpQ,
.thumbDwnQ {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testPQ {
  color: #f3d430;
  position: absolute;
  top: -20px;
  left: 90px;
  color: #f3d430;
  font-size: 1.3em;
}

.laEstPQ {
  font-size: 2.2em;
  color: #dc4e7b;
}

.arrowQ {
  color: #dc4e7b;
  border: solid #bbb;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: -10px;
  right: 140px;
  transition: 0.4s ease;
}

.arrowQ:hover {
  color: #bbb;
  cursor: pointer;
}

.animate-opacityQ {
  animation: opacQ 0.8s;
}

@keyframes opacQ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.flex-horizontal-centerQ {
  display: flex;
  justify-content: center;
  color: #bbb;
}

.dots-containerQ {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.showQ {
  visibility: visible;
}

/* slide show 4 */
.slideshow-containerXK {
  width: 450px;
  height: 450px;
  padding: 15px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.perfect-centerK {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mySlidesB02K {
  width: 100%;
  height: 100%;
}

.mySlidesB02K > div {
  width: 100%;
  height: 100%;
}

.ansK {
  background: hsla(341, 67%, 58%, 1);

  background: linear-gradient(
    360deg,
    hsla(341, 67%, 58%, 1) 0%,
    hsla(50, 89%, 57%, 1) 97%
  );

  background: -moz-linear-gradient(
    360deg,
    hsla(341, 67%, 58%, 1) 0%,
    hsla(50, 89%, 57%, 1) 97%
  );

  background: -webkit-linear-gradient(
    360deg,
    hsla(341, 67%, 58%, 1) 0%,
    hsla(50, 89%, 57%, 1) 97%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DC4E7B", endColorstr="#F3D430", GradientType=1 );
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
  border-radius: 15px;
}

.answXK {
  font-size: 2em;
  color: white;
  transition: 0.4s ease;
  text-align: center;
  margin: 0px 15px 0px 15px;
  position: relative;
}

.valgK {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 1em;
  color: #bbb;
  border-radius: 15px;
  transition: 0.4s ease;
  text-align: center;
  margin: 5px;
  position: relative;
}

.talK {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #bbb;
  padding: 15px;
  font-size: 1em;
  color: #bbb;
  border-radius: 5px;
  transition: 0.4s ease;
  margin: 5px;
  position: relative;
}

.talK:hover {
  color: #86868b;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.colorK {
  opacity: 0.5;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  visibility: hidden;
}

.red1K {
  background-color: red;
}

.red2K {
  background-color: rgb(250, 77, 24);
}

.yellow3K {
  background-color: rgb(250, 220, 24);
}

.green4K {
  background-color: rgba(208, 250, 24, 0.906);
}

.green5K {
  background-color: rgba(54, 236, 115, 0.821);
}

.thumbUpK {
  color: red;
}

.thumbDwnK {
  color: green;
}

.thumbUpK,
.thumbDwnK {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testPK {
  color: #f3d430;
  position: absolute;
  top: -20px;
  left: 10px;
  color: #f3d430;
  font-size: 1.3em;
}

.laEstPK {
  font-size: 2.2em;
  color: #dc4e7b;
}

.arrowK {
  color: #dc4e7b;
  border: solid #bbb;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: -10px;
  right: 70px;
  transition: 0.4s ease;
}

.arrowK:hover {
  color: #bbb;
  cursor: pointer;
}

.animate-opacityK {
  animation: opacK 0.8s;
}

@keyframes opacK {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.flex-horizontal-centerK {
  display: flex;
  justify-content: center;
  color: #bbb;
}

.dots-containerK {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.showK {
  visibility: visible;
}

/* slideshow 5 */

.slideshow-containerXW {
  width: 450px;
  height: 450px;
  padding: 15px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.perfect-centerW {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mySlidesB02W {
  width: 100%;
  height: 100%;
}

.mySlidesB02W > div {
  width: 100%;
  height: 100%;
}

.ansW {
  background: hsla(341, 67%, 58%, 1);

  background: radial-gradient(
    circle,
    hsla(341, 67%, 58%, 1) 0%,
    hsla(50, 89%, 57%, 1) 97%
  );

  background: -moz-radial-gradient(
    circle,
    hsla(341, 67%, 58%, 1) 0%,
    hsla(50, 89%, 57%, 1) 97%
  );

  background: -webkit-radial-gradient(
    circle,
    hsla(341, 67%, 58%, 1) 0%,
    hsla(50, 89%, 57%, 1) 97%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DC4E7B", endColorstr="#F3D430", GradientType=1 );
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
  border-radius: 15px;
}

.answXW {
  font-size: 2em;
  color: white;
  transition: 0.4s ease;
  text-align: center;
  margin: 0px 15px 0px 15px;
  position: relative;
}

.valgW {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 1em;
  color: #bbb;
  border-radius: 15px;
  transition: 0.4s ease;
  text-align: center;
  margin: 5px;
  position: relative;
}

.talW {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #bbb;
  padding: 15px;
  font-size: 1em;
  color: #bbb;
  border-radius: 5px;
  transition: 0.4s ease;
  margin: 5px;
  position: relative;
}

.talW:hover {
  color: #86868b;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.colorW {
  opacity: 0.5;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  visibility: hidden;
}

.red1W {
  background-color: red;
}

.red2W {
  background-color: rgb(250, 77, 24);
}

.yellow3W {
  background-color: rgb(250, 220, 24);
}

.green4W {
  background-color: rgba(208, 250, 24, 0.906);
}

.green5W {
  background-color: rgba(54, 236, 115, 0.821);
}

.thumbUpW {
  color: red;
}

.thumbDwnW {
  color: green;
}

.thumbUpW,
.thumbDwnW {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testPW {
  color: #f3d430;
  position: absolute;
  top: -20px;
  left: 100px;
  color: #f3d430;
  font-size: 1.3em;
}

.laEstPW {
  font-size: 2.2em;
  color: #dc4e7b;
}

.arrowW {
  color: #dc4e7b;
  border: solid #bbb;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: -10px;
  right: 150px;
  transition: 0.4s ease;
}

.arrowW:hover {
  color: #bbb;
  cursor: pointer;
}

.animate-opacityW {
  animation: opacW 0.8s;
}

@keyframes opacW {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.flex-horizontal-centerW {
  display: flex;
  justify-content: center;
  color: #bbb;
}

.dots-containerW {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.showW {
  visibility: visible;
}

/* c.01 */

/* falso correcto */
/* grid container til sandt falskt */
.grid-containerC02 {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  font-size: 1.2em;
  margin: 20px 30px 30px 30px;
}

.grid-headingC02 {
  grid-column: 1 / 4;
  /*text-align: center;*/
  /*font-weight: bold;*/
  color: black;
  margin-bottom: 20px;
  margin-top: 15px;
  border-bottom: solid #86868b;
  padding-bottom: 10px;
  text-align: center;
}

.spørgsmålC02 {
  grid-column: 1 / 2;
  margin-right: 20px;
  display: flex;
  align-items: center;
  color: #86868b;
}

.spørgsmålC02 p {
  /* den her klasse fjerner margin fra alle p-elementerne med spørgsmål i*/
  margin: 0px;
}

.sandtC02 {
  grid-column: 2 / 3;
}

.falsktC02 {
  grid-column: 3 / 4;
}

.falsktC02,
.sandtC02 {
  background-color: white;
  padding: 15px;
  border-radius: 10%;
  color: #bbb;
  width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: 0.6s ease;
}

@media (max-width: 799px) {
  /*det her gør at hvis det er en skærm som er mindre end 799px så laves det om*/
  .grid-containerC02 {
    grid-template-columns: auto auto auto auto;
    margin: 0px;
    gap: 1.5rem;
  }
  .grid-headingC02 {
    grid-column: 1 / 5;
  }
  .spørgsmålC02 {
    grid-column: 1 / 5;
  }
  .sandtC02 {
    grid-column: 1 / 3;
  }

  .falsktC02 {
    grid-column: 3 / 5;
  }

  .falsktC02,
  .sandtC02 {
    width: 100px;
    height: 100px;
  }
}

.falsktC02:hover,
.sandtC02:hover {
  box-shadow: 0px 8px 16px 0px;
  cursor: pointer;
  color: #86868b;
}

.dispNone {
  display: none;
}

.fade-in {
  display: block;
  animation-delay: 0.5s;
  animation: fade-in 1.2s ease-in forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    display: none;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

.fade-out-02 {
  /* to add effects on events use js. You simply add the css class to the element with the effect through an eventlistener */
  animation: fade-out-02 0.03s ease-out forwards;
}
@keyframes fade-out-02 {
  0% {
    opacity: 1;
    display: block;
    /* visibility: visible;*/
  }

  100% {
    opacity: 0;
    display: none;
    /*visibility: visible;*/
  }
}

.red {
  color: red;
}

.green {
  color: green;
}

.corr {
  position: absolute;
  top: -18px;
  left: 0px;
  font-size: 12px;
}

/* c.02, c.03 */
.display-none {
  display: none;
}

.c02-flex-cont {
  display: flex;
  justify-content: space-between;
  border: solid #bbb;
  border-radius: 0px 0px 15px 15px;
  padding: 10px;
}

@media (max-width: 799px) {
  /*det her gør at hvis det er en skærm som er mindre end 799px så laves det om*/
  .c02-flex-cont {
    flex-direction: column;
  }
}

.c02-flex-cont p {
  padding: 20px;
  color: #86868b;
  border-radius: 15px;
  /*width: 220px;*/
  transition: 0.3s ease;
  margin: 10px;
  height: 60px;
}

.delSæt {
  background-color: white;
}

.xtra {
  background-color: rgba(220, 78, 123, 0.1);
}

.xtra02 {
  background-color: rgba(243, 212, 48, 0.1);
}

.c02-flex-cont p:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.b02svar {
  /*omdøb den her ved lejlighed da den hedder b men skulle have hedet c*/
  background-color: white;
  color: #86868b;
  border-radius: 5px;
  padding: 10px;
  margin-top: 3px;
  border: solid green;
}

.transition02 {
  transition: 0.7s ease;
}

.bilTekst {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  border: solid #bbb;
  border-bottom: none;
}

.rundImg02 {
  width: 120px;
  height: auto;
  border-radius: 50%;
  margin: 10px;
  border: solid white 3px;
}

.tekstBil {
  font-family: georgia, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}

.blueBack01 {
  background-color: rgba(13, 110, 189, 0.1);
}

/* den her skal være til sidst - den bruges i flere øvelser*/

.blueBorder {
  border: solid #005296 1px;
}

/* d.01 */

/* ordforråd d.01 */

/* opgave d brug sproget */

.ordConi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 20px 30px 40px 30px;
}

.ordConiX {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 40px 30px;
}
.ordConiX > p:hover {
  box-shadow: 0px 8px 16px 0px #008080;
}

.ordi {
  /*width: 100px;*/
  color: #86868b;
  border: solid grey 1px;
  font-size: 1em;
  margin: 10px;
  padding: 10px;
  border-radius: 15px;
  transition: 0.6s ease;
}

.ord:hover {
  box-shadow: 0px 8px 16px 0px;
}

.brug-sprog-instr {
  background-color: white;
  border-radius: 2%;
  margin-top: 50px;
}

.dTekst-holder {
  width: 500px;
  margin: 0px 60px 100px 60px;
}

.tekstInstr {
  color: #86868b;
  font-size: 1.1em;
  text-align: justify;
  line-height: 150%;
}

.flexCenter {
  display: flex;
  align-items: center;
}

/*bokse med ordforråd*/

.gridd {
  padding: 5px;
  background-color: #ebebec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gridd > div {
  background-color: white;
  width: 30%;
}

.item01 {
  border: solid #228b22 1px;
  margin: 5px;
  border-radius: 30px 0px 0px 30px;
}

.item01x {
  border: solid #f3d430 1px;
  margin: 5px;
  border-radius: 30px 0px 0px 30px;
}

.item02 {
  border: solid #bf00ff 1px;
  margin: 5px;
}

.item02x {
  border: solid #dc4e7b;
  margin: 5px;
}

.item04 {
  border: solid #008080 1px;
  margin: 5px;
  border-radius: 0px 30px 30px 0px;
}

.item04x {
  border: solid #228b22 1px;
  margin: 5px;
  border-radius: 0px 30px 30px 0px;
  min-height: 235px;
}

.item05 {
  border: solid #f3d430 1px;
  margin: 5px;
  border-radius: 0px 30px 30px 30px;
}

.center {
  color: #dc4e7b;
  font-size: 1.1em;
}

.head01 {
  color: #228b22;
  font-size: 1.2em;
  text-align: center;
  padding-top: 30px;
}

.head01x {
  color: #f3d430;
  font-size: 1.2em;
  text-align: center;
  padding-top: 30px;
}

.head02 {
  color: #bf00ff;
  font-size: 1.2em;
  text-align: center;
  padding-top: 30px;
}

.head02x {
  color: #dc4e7b;
  font-size: 1.2em;
  text-align: center;
  padding-top: 30px;
}

.head04 {
  color: #008080;
  font-size: 1.2em;
  text-align: center;
  padding-top: 30px;
}

.head04x {
  color: #228b22;
  font-size: 1.2em;
  text-align: center;
  padding-top: 30px;
}

.head05 {
  color: #623a05;
  /*border-bottom: solid #623a05 1px;*/
  font-size: 1.2em;
  text-align: center;
  padding-top: 30px;
}

.imgAndT {
  max-width: 1000px;
  text-align: center;
  font-size: 0.9em;
  color: #86868b;
}

.imD {
  width: 100%;
  height: auto;
}

.ordi:hover {
  cursor: pointer;
}

.ordi:hover .tooltipVoc-text {
  visibility: visible;
}

.ordi:hover .tooltipTalTxt {
  visibility: visible;
}

.ordi:hover .tooltipVoc {
  color: #008080;
}

.ordi:hover .tooltipTal {
  color: #008080;
}

/*tooltip som jeg bruger til farvet vocab */

.tooltipTal {
  position: relative;
  display: inline-block;
}

.tooltipTalTxt {
  position: absolute;
  bottom: 170%; /* du rykker den 100% væk fra bottom, så er den over tooltip men til højre for det*/
  left: 50%; /* du rykker den 50% mod venstre, så er den inde over tooltip */
  margin-left: -80px; /* du justerer med en negativ margen */
  z-index: 2;
  width: 160px;
  background-color: white;
  visibility: hidden;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #bbb;
  border: solid #bbb;
  font-family: arial;
  font-weight: normal;
  font-size: 14px;
  color: #86868b;
  text-align: left;
  line-height: 150%;
}

.tooltipTal:hover {
  cursor: pointer;
}

.tooltipTal:hover .tooltipTalTxt {
  visibility: visible;
}

/* fra chat gpt */
.vocab-box {
  border-radius: 10px;
  padding: 1.5rem;
  max-width: 500px;
  margin: 2rem auto;
  font-family: sans-serif;
}

.vocab-box table {
  width: 100%;
  border-collapse: collapse;
}

.vocab-box th,
.vocab-box td {
  padding: 0.6rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.vocab-box thead {
  border-bottom: 2px solid #999;
}

.es {
  color: #dc4e7b;
}

/*css for header vocabulario*/
.vocab-header {
  font-family: sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  animation: colorShift 8s infinite linear;
  margin-bottom: 3rem;
}

/* Keyframes for color transitions */
@keyframes colorShift {
  0% {
    color: #bf00ff;
  }
  20% {
    color: #008080;
  }
  40% {
    color: #228b22;
  }
  60% {
    color: #f3d430;
  }
  80% {
    color: #dc4e7b;
  }
  100% {
    color: #228b22;
  }
}

/*liste fra María*/
.note-container {
  position: relative;
  background: #fffbe6;
  border: 2px solid #f3d430;
  border-radius: 15px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem 2rem 2rem 5rem;
  width: 300px;
  font-family: "Comic Sans MS", cursive, sans-serif;
  margin: 2rem auto;
}

.profile-img {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #f3d430;
  object-fit: cover;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.flag-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  opacity: 0.7;
}

.pencil-icon {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 30px;
  transform: rotate(-20deg);
  opacity: 0.8;
}

.note-content h3 {
  margin-top: 0;
  color: #dc4e7b;
  font-size: 1.2rem;
}

.note-content ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.note-content li {
  margin: 0.3rem 0;
  font-size: 1rem;
  color: #333;
}

.note-content span {
  position: relative;
  cursor: help;
  text-decoration: underline dotted;
}

.note-content span::after {
  content: attr(title);
  position: absolute;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1.5rem);
  transition: opacity 0.2s ease;
  z-index: 10;
  left: 0;
  top: -1.5rem;
}

.note-content span:hover::after {
  opacity: 1;
}
