.header {
  background-color: #368542;
  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(54, 133, 66, 0.85);
  padding: 30px;
}

.titleSmall {
  background-color: rgba(54, 133, 66, 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;
  }
}

.barsGoo {
  color: #efbd57;
}

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

.headerØv {
  color: #368542;
}

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

.tooltip-text {
  color: #368542;
}
.tooltipTip {
  color: #efbd57;
}

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

.textHeader {
  color: #efbd57;
}

/* a.01 match*/

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

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

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

.testClass {
  color: red;
}

.blueBorder {
  border: solid #005296;
}

.redBorder {
  border: solid red;
}

/*a.02 slideshow*/

/* css til slideshow */

.dotB02,
.dotX,
.dotY02,
.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*/
}

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

.active,
.dotB02:hover,
.dotX:hover,
.dotY02:hover,
.dot:hover {
  background-color: #717171;
}

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

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

.perfect-center {
  display: flex;
  justify-content: center;
  align-items: 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 {
  font-size: 2em;
  color: #bbb;
  /* border: solid blue; */
  padding: 1em;
  transition: 0.6s ease;
}

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

.talSlideShow {
  color: #86868b;
}

.slide-container {
  margin: 30px 75px 75px 75px;
  border: solid red;
}

/* a.02 a.03 test */

/* slideshow deler klasser med a.03 */

.test-main {
  border: solid #bbb;
  border-radius: 15px;
  width: 300px;
  height: 300px;
  margin: 20px;
  background-color: white;
  position: relative;
}

.test-main:hover .test-quest {
  color: #005296;
}

.test-quest {
  font-size: 1.3em;
  color: black;
  padding: 30px;
  margin: 0px;
  border-bottom: solid #bbb;
  border-radius: 15px 15px 0px 0px;
}

.test-answ-cont {
  padding: 15px 10px;
}

.testP {
  position: absolute;
  top: -60px;
  left: 0px;
  color: #368542;
  font-size: 1.5em;
}

.laEstP {
  font-size: 1.1em;
  color: #efbd57;
  margin-bottom: 5px;
}

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

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

.answ {
  border: solid #bbb;
  width: 100%;
  padding: 15px;
  font-size: 1em;
  color: #86868b;
  border-radius: 15px;
  transition: 0.4s ease;
  margin-bottom: 10px;
  margin-top: 15px;
}

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

.p {
  margin: 0px;
}

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

/* a.03 - jeg bruger samme klasser som a.02, også til slideshow */

.startTest {
  margin-left: 10px;
  margin-right: 10px;
}

.place {
  color: #efbd57;
  margin-top: 0px;
  position: absolute;
  right: 25px;
  bottom: 15px;
  z-index: 100;
}

/*a.04*/

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

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

.dansk {
  padding: 15px 10px;
}

.spansk {
  padding: 10px 10px;
}

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

/* b.01 */
/* slideshow deler klasser med a.02 ... */

.startTestY {
  margin-left: 10px;
  margin-right: 10px;
  z-index: 100;
  background-color: white;
  padding: 20px;
  border: solid #bbb;
}

.testPy {
  position: absolute;
  top: -90px;
  left: 0px;
  color: #368542;
  font-size: 1.8em;
  background-color: white;
}

.laEstPy {
  font-size: 1.3em;
  color: #efbd57;
  margin-bottom: 5px;
}

.arrowY {
  color: #efbd57;
  border: solid #bbb;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: -78px;
  right: 140px;
  transition: 0.4s ease;
  background-color: white;
}

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

.test-mainY:hover .imgBack {
  filter: grayscale(70%);
  opacity: 40%;
}

.test-mainY {
  border: solid #bbb;
  border-radius: 15px;
  width: 500px;
  height: 745px;
  margin: 20px;
  background-color: white;
  position: relative;
}

.imgBack {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: 100%;
  z-index: 0;
  opacity: 20%;
  filter: grayscale(100%);
  transition: 0.8s ease;
}

.test-answ-contY {
  padding: 15px 10px;
}

.answY {
  border: solid #bbb;
  width: 100%;
  padding: 15px;
  font-size: 1em;
  color: #86868b;
  border-radius: 15px;
  transition: 0.4s ease;
  margin-bottom: 10px;
  margin-top: 15px;
}

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

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

.pY {
  margin: 0px;
}

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

/* b.03 */

.posTip {
  color: #efbd57;
  margin-top: 0px;
  position: absolute;
  left: 100px;
  top: 0px;
  z-index: 100;
}

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

.translate-word {
  display: inline-block;
  padding: 8px 20px 8px 8px;
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #368542;
  border: solid #ebebec;
}

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

.arrow {
  padding-right: 4px;
}

.translate-word-response:hover {
  background-color: #bbb;
}

/* b.04 */
.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;
}

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

.gruppeDiv {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.gruppe {
  background-color: #bbb;
  color: white;
  padding: 7px;
  width: 32%;
}

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

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

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

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

/* c.05 deler nogle klasser med de tre tidligere opgaver */

.bill {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  border-bottom: solid #bbb;
}
.tekstT {
  font-size: 1.1em;
  color: #86868b;
  text-align: justify;
  font-family: verdana, serif;
  line-height: 150%;
}

.aud {
  margin-top: 15px;
}

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

/* c.08 */

.divT {
  margin-top: 30px;
}

.vælg {
  /* indeholder VÆLG, innertext ændres afhængigt af svar */
  transition: 0.3s ease;
  text-align: center;
  border: solid #bbb 1px;
  color: #bbb;
  display: inline-block;
  margin-bottom: 5px;
}

.vælg:hover {
  cursor: pointer;
}

.artCont {
  /* container med svarmuligheder  etc*/
  /*width: 100%;*/
  z-index: 100;
  box-shadow: 0px 8px 16px 0px;
  top: 150%; /* du rykker den 100% væk fra top, så er den under tooltip */
  left: 50%; /* du rykker den 50% mod venstre, så er den inde over tooltip */
  margin-left: -28px; /* du justerer med en negativ margen på det halve af width*/
}

.vælg,
.artCont {
  width: 50px;
}

.artIn {
  /* hver individuel valgmulighed */
  color: #86868b;
  cursor: pointer;
  border: solid #bbb 1px;
  background-color: white;
  text-align: center;
  display: block;
}

.artIn:hover {
  background-color: #bbb;
  color: white;
}

.modalOverlayClick {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*z-index: 100;*/
  overflow: auto;
  /*background-color: rgba(0, 0, 0, 0.4); */
}

.valgNone {
  /* gemmer div med valgmuligheder A, B, C etc */
  display: none;
}

/* viser elementer når den bliver tilføjet med js  */
.displayOve {
  display: block;
  animation: fade-in 0.4s ease-in forwards;
}

/* d.01 */

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

.flexCenter {
  display: flex;
  align-items: normal;
  margin-bottom: 15px;
}

.imgHolder {
  display: flex;
  justify-content: end;
}

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

.con {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.link {
  text-decoration: none;
}
.lis {
  color: #efbd57;
  margin-bottom: 5px;
}

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