.header {
  background-color: #e89b1a;
  border-radius: 20px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.divOverlay {
  margin: 4em;
  position: relative;
  aspect-ratio: 2.6 / 1;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1em;
}

.flexBillede {
  flex: 1; /* Distributes space evenly */
  max-width: calc(33.33% - 1em); /* Ensures they fit with the gap */
}

.HeaderTitel {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.titleBig {
  background-color: rgba(232, 155, 26, 0.7);
  padding: 30px;
}

.titleSmall {
  background-color: rgba(232, 155, 26, 0.85);
  padding: 20px;
}

.textHeader {
  color: #d33e2d;
}

/*slut header02*/

.barsGoo {
  color: #d33e2d;
}

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

.headerØv {
  color: #e89b1a;
}

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

.tooltip-text {
  color: #e89b1a;
}

.tooltipTip {
  color: #e89b1a;
}

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

/* a.01 */

/* match*/

.ekstraElem {
  transition: 0.3s ease;
  position: relative;
  background-color: white;
}

.a01Grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin: 50px 50px 100px 50px;
  gap: 20px;
  font-size: 1.3em;
  position: relative;
  /*width: 860px;
  height: 340px;*/
}

/*media queries skal komme efter den klasse som de regulerer for at virke*/
@media (max-width: 1200px) {
  .a01Grid {
    grid-template-columns: auto auto;
  }
}

.a01GridElement {
  background-color: white;
  border-radius: 7px;
  border: solid #86868b 1px;
  /*width: 200px;*/
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #86868b;
  transition: 0.3s ease;
}

.a01Grid > div:not(:last-child):hover {
  box-shadow: 5px 5px 10px #86868b;
  color: black;
  cursor: pointer;
}

.testClass {
  color: red;
}

.blueBorderZ {
  background-color: rgba(0, 82, 150, 0.1); /* 10% opacity */
  border: solid #005296;
}

.redBorderZ {
  border: solid red;
}

.greenBorderZ {
  border: solid green;
}

.slutZ {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
}

.heroWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dispZ {
  display: none;
}

.slutImgZ {
  width: 200px;
  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);
}

.slutImgZ:hover {
  border: solid blue 1px;
  cursor: pointer;
}

.slutHeadZ {
  color: #368542;
  font-size: 1.4em;
}

.slutPZ {
  border-bottom: solid #bbb;
  color: #86868b;
  padding: 10px;
  text-align: center;
}

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

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

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

.Instru {
  color: #86868b;
  font-size: 1.1rem;
  text-align: justify;
  line-height: 120%;
  padding: 0px;
  margin: 7px;
}

/* a.02 */

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

@media (max-width: 1200px) {
  .gridOvers {
    grid-template-columns: auto;
  }
}

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

.spansk,
.dansk {
  padding: 15px 20px;
}

.dansk {
  padding: 15px 20px;
}

.spansk {
  padding: 10px 20px;
}

::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;
  position: relative;
}

.feedB {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: end;
}

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

.ikonS {
  color: green;
  font-size: 1.2em;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ikonF {
  color: red;
  font-size: 1.2em;
  position: absolute;
  top: 0px;
  right: 0px;
}

.hideVis {
  visibility: hidden;
}

/* a.03 */

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

@media (max-width: 1200px) {
  .gridOversQ {
    grid-template-columns: auto;
  }
}

.spanskQ {
  border: solid 1px #86868b;
  color: #86868b;
  position: relative;
}

.spanskQ {
  padding: 10px 20px;
}

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

.feedBQ {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: end;
}

.ikonSQ {
  color: green;
  font-size: 1.2em;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ikonFQ {
  color: red;
  font-size: 1.2em;
  position: absolute;
  top: 0px;
  right: 0px;
}

.hideVisQ {
  visibility: hidden;
}

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

.tooltipBilCont {
  position: absolute;
  bottom: 170%; /* du rykker den 170% 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 */
  z-index: 2;
  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;
  line-height: 150%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 510px;
  margin-left: -255px;
}

@media (max-width: 799px) {
  .tooltipBilCont {
    width: 300px;
    margin-left: -150px;
  }
}

.tooltipBil:hover {
  cursor: pointer;
}

.tooltipBil:hover .tooltipBilCont {
  visibility: visible;
}

.bilToolT {
  width: 48%;
  height: auto;
}

.bilToolT:first-of-type {
  margin-right: 0.2rem;
  border-right: solid #bbb;
}

/* b.01 */

.item0x {
  margin: 5px;
}

.ordiX {
  /*width: 100px;*/
  color: #86868b;
  border: solid grey 1px;

  font-size: 1em;
  margin: 10px;
  padding: 10px;

  transition: 0.6s ease;
}

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

.pencil-icon {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2rem;
  height: auto;
}

.tTip {
  position: relative;
  display: inline-block;
  color: #e89b1a;
}

.tTip-text {
  position: absolute;
  bottom: 140%; /* 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: -100px; /* du justerer med en negativ margen */
  z-index: 2;
  width: 200px;
  background-color: white;
  visibility: hidden;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #bbb;
  border: solid #bbb;
  font-family: arial;
  font-weight: normal;
  font-size: 14px;
  color: black;
  text-align: center;
  line-height: 150%;
}

.tTip:hover {
  cursor: pointer;
}

.tTip:hover .tTip-text {
  visibility: visible;
}

/* b.02 */

.flexCen {
  display: flex;
  align-items: center;
  margin: 0.8rem 10px 10px 0px;
  align-items: normal;
  border: #bbb solid;
  padding: 0.5rem;
}

.tekstIn {
  color: #86868b;
  font-size: 1.1rem;
  text-align: justify;
  line-height: 150%;
  margin: 0px;
}

.pencil-icon {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2rem;
  height: auto;
}

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

.ordConi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 2.5rem;
}

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

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

/* b.03 */

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

.c04MainContain {
  margin-bottom: 75px;
}

.c04Flex-container {
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  /*padding: 30px;*/
  height: auto;
  transition: 0.6s ease;
  flex-direction: row-reverse;
}

.c04Flex-element {
  border: solid grey 1px;
  font-size: 1.2em;
  margin: 5px;
  padding: 8px;
  height: 2em;
  border-radius: 15px;
  transition: 0.6s ease;
  color: #86868b;
  background-color: white;
  /*text-align: center;*/
}

.danskAdj {
  color: white;
  background-color: #bbb;
}

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

.blueBorder {
  background-color: rgba(0, 82, 150, 0.2);
}

.redBorder {
  border: solid red;
}

.svarCss {
  /*omdøb den her ved lejlighed da den hedder b men skulle have hedet c*/
  background-color: white;
  color: #86868b;
  font-size: 1.2em;
  margin: 5px;
  padding: 8px;
  height: 2em;
  border: solid green;
  border-radius: 15px;
  transition: 0.4s ease;
  background-color: white;
}

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

.disp {
  display: none;
}

.slutImg {
  width: 6rem;
  height: auto;
  border-radius: 50%;
  justify-self: left;
  margin-right: 10px;
}

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

.slutHead {
  color: #368542;
  font-size: 1.4em;
}

.slutP {
  border-bottom: solid #bbb;
  color: #86868b;
  padding: 10px;
}

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

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

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

/* c.01 */

.extra {
  text-align: center;
  margin: 1rem 7rem 3rem 7rem;
}

@media (max-width: 799px) {
  /*det her gør at hvis det er en skærm som er mindre end 799px så laves det om*/
  .extra {
    margin: 1rem 1rem 3rem 1rem;
  }
}

.bilT {
  padding: 0rem;
  margin: 0rem;
  font-style: italic;
}

.bilRund {
  width: 200px;
  height: auto;
  border-radius: 50%;
  border: solid #d33e2d;
  margin-bottom: 10px;
}

/* c.02 */

.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(211, 62, 45, 0.1);
}

.xtra02 {
  background-color: rgba(232, 155, 26, 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);
}

/* d.01 */

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

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

@media (max-width: 799px) {
  .dTekst-holder {
    width: 100%;
    margin: 0px 0rem 5rem 0rem;
    padding: 2rem;
  }
}

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

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

/* ordforråd og slide show */

.ordCon {
  position: relative;
  border-radius: 15px;
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  width: 400px;
}

@media (max-width: 799px) {
  .ordCon {
    padding: 10px;
    width: 100%;
  }
}

.conIcon {
  border-top: 2px solid white;
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  width: 100%;
}

.ord {
  /*width: 100px;*/
  color: #86868b;
  text-align: center;
  border: solid grey 1px;
  font-size: 1em;
  margin: 5px;
  padding: 10px;

  border-radius: 15px;
  transition: 0.6s ease;
}

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

/* skal ændres item04, */

/*d.01 nyt slidehow test*/

.slideshowContainer {
  max-width: 1000px;
  position: relative;
}

@media (min-width: 768px) {
  /* This means “apply these styles when the viewport width is 768px or larger */
  .slideshowContainer {
    min-width: 800px;
    min-height: 604.5px;
  }
}

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

.imageSlide02 {
  width: auto;
  max-height: 596.84px;
  display: block;
  margin: auto;
}

.imageContainer {
  display: none;
  max-width: 797px;
  position: relative;
}

.imageContainerY {
  display: none;
  max-width: 797px;
  position: relative;
}

.flexHorizontalCenterContainer {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 100;
  color: white;
}

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

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

.prevNextIcon {
  font-size: 2em;
  color: white;
  padding: 1em;
  transition: 0.6s ease;
}

.prevNextIcon:hover {
  color: #717171;
  cursor: pointer;
}

.slideText {
  position: absolute;
  background-color: white;
  color: #717171;
  font-size: 18px;
  padding: 6px;
  top: 0px;
  left: 16px;
  z-index: 100;
}

.additionalText {
  font-size: 1.1em;
  text-align: justify;
  font-family: verdana, serif;
  line-height: 150%;
  padding: 0em 5em 0em 5em;
  font-style: italic;
  color: #86868b;
}

.roundImage02 {
  width: 75px;
  height: auto;
  border-radius: 50%;
  justify-self: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid #bbb 3px;
}

.gridd {
  display: grid;
  grid-template-areas: "voc01 . voc02" ". voc03 . " "voc04 . voc05";
  padding: 20px;
  background-color: #ebebec;
}

@media (max-width: 799px) {
  .gridd {
    grid-template-areas: "voc01" "voc02" "voc03" "voc04" "voc05";
    padding: 10px;
  }
}

.item01 {
  grid-area: voc01;
  border: solid #623a05 1px;
}

.item02 {
  grid-area: voc02;
  border: solid #31b057 1px;
}

.item03 {
  grid-area: voc03;
  border: solid #bbb 1px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
  position: relative;
}

.item04 {
  grid-area: voc04;
  border: solid #efbd57 1px;
}

.item05 {
  grid-area: voc05;
  border: solid #623a05 1px;
}

.center {
  color: #620096;
}

.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;
}

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

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