@charset "UTF-8";
/*---------------variabler---------------------*/
/*----------------Mixin------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
}

body {
  background-color: #FBFDFF;
  font-family: "Verdana", sans-serif;
  margin: 0;
  position: relative;
}
body .kroge {
  position: absolute;
  left: 10px;
  top: 20px;
}
body main {
  padding: 0 0.8rem;
}

.scene {
  display: none;
}

.aktiv {
  display: block !important;
}

header {
  background-color: #0E1A24;
  height: 8vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
header ul li {
  margin-right: 1.5rem;
  list-style-type: none;
}
header ul li a {
  text-decoration: none;
  cursor: pointer;
  color: #FBFDFF;
}

h1 {
  color: #FE1145;
}

img {
  max-width: 100%;
  height: auto;
}

.resultat {
  max-width: 500px;
  min-width: 150px;
  height: auto;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 1.5rem auto;
}

/*--------------------------------- fælles for toppen af alle mails -----------------*/
.info {
  margin: 3rem auto;
  padding-bottom: 3rem;
  min-width: 400px;
  max-width: 800px;
  border-bottom: solid 1px #A4A4A4;
}
.info p {
  text-align: left;
}

.seMail {
  max-width: 1000px;
  margin: 0 auto;
}
.seMail h2 {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.seMail .mailinfo {
  margin: 2rem auto 2rem 0.2rem;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "ikon afsender" "ikon tidspunkt";
}

.skidtsvar {
  color: #FE1145;
  text-align: center;
}

.godtsvar {
  color: #1162A3;
  text-align: center;
}

.oksvar {
  color: #A4A4A4;
  text-align: center;
}

.morelink {
  color: #0E1A24;
}
.morelink:hover {
  color: #1162A3;
}

.ikon {
  grid-area: ikon;
  font-size: 2rem;
}

#glsi {
  color: #0519b0;
}

#tv2i {
  color: #f21b30;
}

#mofiboi {
  color: #ff5e29;
}

#almbi {
  color: #00b8eb;
}

.afsender {
  grid-area: afsender;
}
.afsender p {
  cursor: pointer;
}

.tidspunkt {
  grid-area: tidspunkt;
  color: #A4A4A4;
}

.tekst {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.tekst .valgtekst {
  border: solid 1px #A4A4A4;
  border-radius: 8px;
  max-width: 30%;
  min-width: 230px;
  height: 320px;
  background-color: #D4ECFF;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 1rem 1rem 0.2rem 1rem;
  margin-bottom: 1rem;
}
.tekst .valgtekst p {
  margin-bottom: 0.5rem;
  max-width: 400px;
  text-align: left;
}
.tekst .valgtekst a {
  background-color: #FBFDFF;
  padding: 0.5rem;
  border: 2px solid #A4A4A4;
  border-radius: 5px;
  color: #0E1A24;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.tekst .valgtekst a:hover {
  background-color: #D9D9D9;
}
.tekst .valgtekst a {
  display: block;
  max-width: 250px;
  margin: 1rem auto;
}

/*---------------kun for læs mere siden-----------------------*/
.readmoremain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.8rem;
}
.readmoremain .moreinfo {
  margin: 2rem auto;
  max-width: 600px;
}
.readmoremain .moreinfo h1 {
  color: #1162A3;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 22px;
}
.readmoremain .moreinfo h2 {
  color: #0E1A24;
  font-size: 1.2rem;
}
.readmoremain .moreinfo .underoverskrift {
  color: #FE1145;
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0;
}
.readmoremain .moreinfo p {
  line-height: 1.8rem;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
}
.readmoremain .moreinfo li {
  margin-bottom: 1rem;
}

.readmorefooter {
  height: 7vh;
  background-color: #0E1A24;
}

/*------------ scene 0--------------*/
.velkomst {
  min-width: 400px;
  max-width: 600px;
  margin: 0 auto;
}
.velkomst h1 {
  text-align: center;
  margin-top: 2rem;
}
.velkomst p {
  line-height: 1.8rem;
  text-align: left;
  margin-top: 2rem;
}
.velkomst a {
  background-color: #FBFDFF;
  padding: 0.5rem;
  border: 2px solid #A4A4A4;
  border-radius: 5px;
  color: #0E1A24;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.velkomst a:hover {
  background-color: #D9D9D9;
}
.velkomst a {
  display: block;
  width: 150px;
  margin: 2rem auto;
}

/*------------ scene 1--------------*/
.indbakke {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 6fr;
  grid-template-rows: 180px 130px 250px 40px;
  grid-template-areas: "indbakkeTekst indbakkeTekst" "logo logo" "mailnav mails" "footer footer";
}
.indbakke .indbakkeTekst {
  grid-area: indbakkeTekst;
  background-color: #FBFDFF;
}
.indbakke .indbakkeTekst p {
  max-width: 600px;
  margin: 3rem auto 0 auto;
}
.indbakke .logo {
  grid-area: logo;
  background-color: #FBFDFF;
  border: 3px solid #A4A4A4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.indbakke .logo img {
  width: 70%;
  height: auto;
  margin-left: 1rem;
}
.indbakke .logo .onlyforphone {
  display: none;
}
.indbakke .mailnav {
  grid-area: mailnav;
  border-right: 3px solid #A4A4A4;
  border-left: 3px solid #A4A4A4;
  padding-top: 2rem;
}
.indbakke .mailnav ul {
  list-style-type: none;
}
.indbakke .mailnav ul li {
  color: #A4A4A4;
  margin-bottom: 1rem;
  cursor: pointer;
}
.indbakke .mailnav ul li span {
  text-decoration: underline;
  color: #0E1A24;
}
.indbakke .mails {
  grid-area: mails;
  padding: 0.5rem;
}
.indbakke .mails ul {
  list-style-type: none;
  margin: 2rem 0;
}
.indbakke .mails ul li {
  color: #0E1A24;
  margin-bottom: 1rem;
}
.indbakke .mails ul li i {
  margin-right: 0.5em;
}
.indbakke .mails ul li li:hover {
  color: #0E1A24;
}
.indbakke .mails {
  border-right: 3px solid #A4A4A4;
  display: grid;
  grid-template-columns: 2fr 4fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "emneafsende emneemne emnedato" "glsafsender glsemne glsdato" "tv2afsender tv2emne tv2dato" "mofiboafsender mofiboemne mofibodato" "almafsender almemne almdato";
}
.indbakke .mails a {
  text-decoration: underline;
  color: #0E1A24;
  cursor: pointer;
}
.indbakke .mails a:hover {
  color: #1162A3;
}
.indbakke .mails .fed {
  font-weight: bolder;
  color: #A4A4A4;
}
.indbakke .mails .emneafsende {
  grid-area: emneafsende;
}
.indbakke .mails .emneemne {
  grid-area: emneemne;
}
.indbakke .mails .emnedato {
  grid-area: emnedato;
}
.indbakke .mails .glsafsender {
  grid-area: glsafsender;
  cursor: pointer;
}
.indbakke .mails .glsafsender i {
  color: #0519b0;
}
.indbakke .mails .glsemne {
  grid-area: glsemne;
}
.indbakke .mails .glsdato {
  grid-area: glsdato;
}
.indbakke .mails .tv2afsender {
  grid-area: tv2afsender;
  cursor: pointer;
}
.indbakke .mails .tv2afsender i {
  color: #f21b30;
}
.indbakke .mails .tv2emne {
  grid-area: tv2emne;
}
.indbakke .mails .tv2dato {
  grid-area: tv2dato;
}
.indbakke .mails .mofiboafsender {
  grid-area: mofiboafsender;
  cursor: pointer;
}
.indbakke .mails .mofiboafsender i {
  color: #ff5e29;
}
.indbakke .mails .mofiboemne {
  grid-area: mofiboemne;
}
.indbakke .mails .mofibodato {
  grid-area: mofibodato;
}
.indbakke .mails .almafsender {
  grid-area: almafsender;
  cursor: pointer;
}
.indbakke .mails .almafsender i {
  color: #00b8eb;
}
.indbakke .mails .almemne {
  grid-area: almemne;
}
.indbakke .mails .almemne .almdato {
  grid-area: almdato;
}
.indbakke .footer {
  grid-area: footer;
  background-color: #D4ECFF;
  border: 3px solid #A4A4A4;
}

/*------------ scene 2 --------------*/
.glsmail .mailcontent {
  background-color: #D9D9D9;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.glsmail .mailcontent .besked {
  background-color: #FBFDFF;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  display: flex;
  justify-content: center;
  align-items: space-around;
  flex-direction: column;
}
.glsmail .mailcontent .besked p {
  padding: 1rem 4rem;
  text-align: left;
}
.glsmail .mailcontent .besked .glsboks {
  margin: 1rem auto;
  border-radius: 10px;
}
.glsmail .mailcontent .besked a {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #FBFDFF;
  background-color: #0519b0;
  padding: 1rem;
  border-radius: 50px;
  margin: 1rem auto;
}
.glsmail .mailcontent .besked ul {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.glsmail .mailcontent .besked ul li {
  color: #0519b0;
  margin-right: 1rem;
  list-style-type: none;
}
.glsmail .mailcontent .besked .mailfooter {
  font-size: 10px;
  line-height: 0.3rem;
  font-weight: lighter;
  color: #A4A4A4;
  display: block;
  margin: 0.5rem auto;
  border-top: solid 1px #A4A4A4;
}
.glsmail .mailcontent .besked .mailfooter p {
  text-align: center;
  white-space: nowrap;
}

/*------------ scene 3--------------*/
.glsmailispam {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.glsmailispam p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.glsmailispam h2 {
  color: #1162A3;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 4--------------*/
.glsmailtjek {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.glsmailtjek p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.glsmailtjek h2 {
  color: #A4A4A4;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 5--------------*/
.glsmailhacket {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.glsmailhacket p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.glsmailhacket h2 {
  color: #FE1145;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 6--------------*/
.tv2mail .tv2mailcontent {
  background-color: #FBFDFF;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.tv2mail .tv2mailcontent h2 {
  color: #f21b30;
  text-align: center;
  font-weight: bolder;
  font-size: 3rem;
}
.tv2mail .tv2mailcontent h3 {
  color: #0E1A24;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  margin: 1rem auto;
}
.tv2mail .tv2mailcontent .tv2mailtext {
  background-color: #f7f9fa;
  padding: 0.5rem;
  max-width: 1000px;
  margin: 0.8rem auto 3rem auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tv2mail .tv2mailcontent .tv2mailtext .tv2budskab {
  border-top: 0.5px solid #0E1A24;
  margin-top: 0.5rem;
  max-width: 700px;
  padding: 0.5rem;
}
.tv2mail .tv2mailcontent .tv2mailtext p {
  padding: 1rem 4rem;
  font-size: 12px;
  text-align: center;
  line-height: 1.8rem;
}
.tv2mail .tv2mailcontent .tv2mailtext a {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #FBFDFF;
  background-color: #f21b30;
  padding: 0.8rem;
  border-radius: 5px;
  margin: 1rem auto;
  font-weight: bolder;
}
.tv2mail .tv2mailcontent .tv2mailtext ul {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.tv2mail .tv2mailcontent .tv2mailtext ul li {
  color: #0519b0;
  margin-right: 1rem;
  list-style-type: none;
}
.tv2mail .tv2mailcontent .tv2mailtext .mailfooter {
  font-size: 10px;
  line-height: 0.3rem;
  font-weight: lighter;
  color: #A4A4A4;
  display: block;
  margin: 0.5rem auto;
  border-top: solid 1px #A4A4A4;
}
.tv2mail .tv2mailcontent .tv2mailtext .mailfooter p {
  text-align: center;
  white-space: nowrap;
}

/*------------ scene 7--------------*/
.tv2ispam {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.tv2ispam p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.tv2ispam h2 {
  color: #1162A3;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 8--------------*/
.tv2mailtjek {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.tv2mailtjek p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.tv2mailtjek h2 {
  color: #A4A4A4;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 9--------------*/
.tv2mailhacket {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.tv2mailhacket p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.tv2mailhacket h2 {
  color: #FE1145;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 10--------------*/
.mofibomail .mofibomailcontent {
  background-color: #fffbfa;
  margin: 0 auto 3rem auto;
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 500px;
}
.mofibomail .mofibomailcontent img {
  -o-object-fit: cover;
     object-fit: cover;
}
.mofibomail .mofibomailcontent p {
  padding: 0.5rem 2rem;
  font-size: 12px;
  text-align: left;
  line-height: 1.2rem;
}
.mofibomail .mofibomailcontent h2 {
  color: #ff5e29;
  text-align: left;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0.5rem 2rem;
}
.mofibomail .mofibomailcontent .mofiboknap {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px auto 20px 30px;
  text-decoration: none;
  color: #FBFDFF;
  background-color: #000;
  padding: 0.8rem;
  border-radius: 50px;
  font-weight: bold;
}
.mofibomail .mofibomailcontent .mofibomailfooter {
  max-width: 500px;
  min-height: 100px;
  font-size: 0.8rem;
  color: white;
  text-align: center;
  background-color: black;
  display: block;
  margin: 0.5rem auto;
}
.mofibomail .mofibomailcontent .mofibomailfooter p {
  text-align: center;
  white-space: nowrap;
}
.mofibomail .mofibomailcontent .mofibomailfooter .biggerp {
  font-size: 1rem;
  padding-top: 1.3rem;
}
.mofibomail .mofibomailcontent .mofibomailfooter a {
  text-decoration: underline;
  color: white;
}

/*------------ scene 11--------------*/
.mofibomailispam {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.mofibomailispam p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.mofibomailispam h2 {
  color: #FE1145;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 12--------------*/
.mofibomailtjek {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.mofibomailtjek p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.mofibomailtjek h2 {
  color: #A4A4A4;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 13--------------*/
.mofibomailsand {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.mofibomailsand p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.mofibomailsand h2 {
  color: #1162A3;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 14--------------*/
.almbrandmail .almmailcontent {
  font-family: "Times New Roman", serif;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
.almbrandmail .almmailcontent h2 {
  font-size: 1rem;
  font-weight: bold;
}
.almbrandmail .almmailcontent h3 {
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  margin-top: 1rem;
}
.almbrandmail .almmailcontent p {
  line-height: 1.3rem;
  margin-bottom: 2rem;
}
.almbrandmail .almmailcontent a {
  text-decoration: none;
}
.almbrandmail .almmailcontent .playstoreimg {
  max-height: 3rem;
  display: block;
  cursor: pointer;
}
.almbrandmail .almmailcontent .almlogoimg {
  max-height: 5rem;
  display: block;
  cursor: pointer;
}
.almbrandmail .almmailcontent .almmailfooter {
  margin-top: 2rem;
}
.almbrandmail .almmailcontent .almmailfooter p {
  font-size: 0.8rem;
}

/*------------ scene 15--------------*/
.almbrandmailispam {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.almbrandmailispam p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.almbrandmailispam h2 {
  color: #FE1145;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 16--------------*/
.almenbrandmailtjek {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.almenbrandmailtjek p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.almenbrandmailtjek h2 {
  color: #A4A4A4;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*------------ scene 17--------------*/
.almenbrandmailsand {
  min-width: 200px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.almenbrandmailsand p {
  margin-bottom: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}
.almenbrandmailsand h2 {
  color: #1162A3;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

/*-------------------- media query for mobile--------------------*/
@media only screen and (max-width: 400px) {
  body {
    background-color: #FBFDFF;
    font-family: "Verdana", sans-serif;
    margin: 0;
    position: relative;
  }
  body .kroge {
    display: none;
  }
  .indexbody {
    width: 100vw;
  }
  .indexbody main {
    width: 375px;
    margin: 0.5rem auto;
  }
  .info {
    margin: 3rem auto;
    padding-bottom: 3rem;
    min-width: 300px;
    max-width: 375px;
    border-bottom: solid 1px #A4A4A4;
  }
  .info p {
    text-align: left;
  }
  .resultat {
    max-width: 350px;
    min-width: 150px;
    height: auto;
    border-radius: 5px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0.5rem auto;
  }
  .seMail {
    max-width: 400px;
    margin: 0 auto;
  }
  .seMail h2 {
    font-size: 1.2rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .seMail .mailinfo {
    margin: 1rem auto 1rem 0.1rem;
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "ikon afsender" "ikon tidspunkt";
  }
  .ikon {
    font-size: 1.2rem;
  }
  .tekst {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  .tekst .valgtekst {
    border: solid 1px #A4A4A4;
    border-radius: 8px;
    max-width: 30%;
    min-width: 230px;
    height: 320px;
    background-color: #D4ECFF;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 1rem 1rem 0.2rem 1rem;
    margin-bottom: 1rem;
  }
  .tekst .valgtekst p {
    max-width: 360px;
  }
  .tekst .valgtekst a {
    background-color: #FBFDFF;
    padding: 0.5rem;
    border: 2px solid #A4A4A4;
    border-radius: 5px;
    color: #0E1A24;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  .tekst .valgtekst a:hover {
    background-color: #D9D9D9;
  }
  .tekst .valgtekst a {
    display: block;
    max-width: 250px;
    margin: 1rem auto;
  }
  /*------------------------main + scener ---------------------*/
  /*------------ scene 0--------------*/
  .velkomst {
    min-width: 300px;
    max-width: 350px;
    margin: 0 auto;
  }
  .velkomst h1 {
    text-align: center;
    margin-top: 2rem;
  }
  .velkomst p {
    line-height: 1.8rem;
    text-align: left;
    margin-top: 2rem;
  }
  .velkomst a {
    background-color: #FBFDFF;
    padding: 0.5rem;
    border: 2px solid #A4A4A4;
    border-radius: 5px;
    color: #0E1A24;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  .velkomst a:hover {
    background-color: #D9D9D9;
  }
  .velkomst a {
    display: block;
    width: 150px;
    margin: 2rem auto;
  }
  /*------------ scene 1--------------*/
  .indbakke {
    max-width: 400px;
    max-height: 600px;
    border: 0;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 120px 60px 500px;
    grid-template-areas: "indbakkeTekst" "logo" "mails";
  }
  .indbakke .indbakkeTekst {
    grid-area: indbakkeTekst;
    background-color: #FBFDFF;
    max-height: 300px;
    border-bottom: solid 1px #A4A4A4;
  }
  .indbakke .indbakkeTekst p {
    max-width: 400px;
    margin: 1.5rem auto;
  }
  .indbakke .logo {
    grid-area: logo;
    background-color: #FBFDFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 0;
  }
  .indbakke .logo img {
    width: 50%;
    height: auto;
    margin-left: 0.5rem;
  }
  .indbakke .logo .onlyforphone {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #0E1A24;
    font-size: 1rem;
    font-weight: 700;
  }
  .indbakke .logo .onlyforphone i {
    color: #0E1A24;
    margin-left: 0.5rem;
  }
  .indbakke .mailnav {
    display: none;
  }
  .indbakke .mails {
    margin-top: 0.5rem;
    border: 0;
    grid-area: mails;
    font-size: 1.2rem;
  }
  .indbakke .mails ul {
    list-style-type: none;
    margin: 2rem 0;
  }
  .indbakke .mails ul li {
    color: #0E1A24;
    margin-bottom: 1rem;
  }
  .indbakke .mails ul li i {
    margin-right: 0.5em;
  }
  .indbakke .mails ul li li:hover {
    color: #0E1A24;
  }
  .indbakke .mails {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "glsafsender" "glsemne" "glsdato" "tv2afsender" "tv2emne" "tv2dato" "mofiboafsender" "mofiboemne" "mofibodato" "almafsender" "almemne" "almdato";
  }
  .indbakke .mails a {
    text-decoration: underline;
    color: #0E1A24;
    cursor: pointer;
  }
  .indbakke .mails a:hover {
    color: #1162A3;
  }
  .indbakke .mails .fed {
    font-weight: bolder;
    color: #A4A4A4;
    display: none;
  }
  .indbakke .mails .emneafsende {
    grid-area: emneafsende;
    display: none;
  }
  .indbakke .mails .emneemne {
    grid-area: emneemne;
    display: none;
  }
  .indbakke .mails .emnedato {
    grid-area: emnedato;
    display: none;
  }
  .indbakke .mails .glsafsender {
    grid-area: glsafsender;
    cursor: pointer;
    border-top: solid 1px #A4A4A4;
    background-color: #D9D9D9;
  }
  .indbakke .mails i {
    color: #0519b0;
  }
  .indbakke .mails .glsemne {
    grid-area: glsemne;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.2rem 0;
  }
  .indbakke .mails .glsdato {
    grid-area: glsdato;
    margin-bottom: 0.2rem;
  }
  .indbakke .mails .tv2afsender {
    grid-area: tv2afsender;
    background-color: #D9D9D9;
    cursor: pointer;
    border-top: solid 1px #A4A4A4;
  }
  .indbakke .mails .tv2afsender i {
    color: #f21b30;
  }
  .indbakke .mails .tv2emne {
    grid-area: tv2emne;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.2rem 0;
  }
  .indbakke .mails .tv2dato {
    grid-area: tv2dato;
    margin-bottom: 0.2rem;
  }
  .indbakke .mails .mofiboafsender {
    grid-area: mofiboafsender;
    background-color: #D9D9D9;
    cursor: pointer;
    border-top: solid 1px #A4A4A4;
  }
  .indbakke .mails .mofiboafsender i {
    color: #ff5e29;
  }
  .indbakke .mails .mofiboemne {
    grid-area: mofiboemne;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.2rem 0;
  }
  .indbakke .mails .mofibodato {
    grid-area: mofibodato;
    margin-bottom: 0.2rem;
  }
  .indbakke .mails .almafsender {
    grid-area: almafsender;
    background-color: #D9D9D9;
    cursor: pointer;
    border-top: solid 1px #A4A4A4;
  }
  .indbakke .mails .almafsender i {
    color: #00b8eb;
  }
  .indbakke .mails .almemne {
    grid-area: almemne;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.2rem 0;
  }
  .indbakke .mails .almdato {
    grid-area: almdato;
    margin-bottom: 0.2rem;
  }
  /*------------ scene 2 --------------*/
  .glsmail .mailcontent {
    background-color: #D9D9D9;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
  .glsmail .mailcontent .besked {
    background-color: #FBFDFF;
    border-radius: 10px;
    max-width: 350px;
    margin: 0 auto 2rem auto;
    display: flex;
    justify-content: center;
    align-items: space-around;
    flex-direction: column;
  }
  .glsmail .mailcontent .besked p {
    padding: 0.2rem 1rem;
    text-align: left;
  }
  .glsmail .mailcontent .besked .glsboks {
    margin: 1rem auto;
    border-radius: 10px;
  }
  .glsmail .mailcontent .besked a {
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #FBFDFF;
    background-color: #0519b0;
    padding: 1rem;
    border-radius: 50px;
    margin: 1rem auto;
  }
  .glsmail .mailcontent .besked ul {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
  }
  .glsmail .mailcontent .besked ul li {
    color: #0519b0;
    margin-right: 1rem;
    list-style-type: none;
  }
  .glsmail .mailcontent .besked .mailfooter {
    font-size: 10px;
    line-height: 0.3rem;
    font-weight: lighter;
    color: #A4A4A4;
    display: block;
    margin: 0.5rem auto;
    border-top: solid 1px #A4A4A4;
  }
  .glsmail .mailcontent .besked .mailfooter p {
    text-align: center;
    white-space: nowrap;
  }
  /*------------ scene 6--------------*/
  .tv2mail .tv2mailcontent {
    background-color: #FBFDFF;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .tv2mail .tv2mailcontent h2 {
    color: #f21b30;
    text-align: center;
    font-weight: bolder;
    font-size: 3rem;
  }
  .tv2mail .tv2mailcontent h3 {
    color: #0E1A24;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 1rem auto;
  }
  .tv2mail .tv2mailcontent .tv2mailtext {
    background-color: #f7f9fa;
    padding: 0.2rem;
    max-width: 350px;
    margin: 0.2rem auto 1rem auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .tv2mail .tv2mailcontent .tv2mailtext .tv2budskab {
    border-top: 0.2px solid #0E1A24;
    margin-top: 0.5rem;
    max-width: 350px;
    padding: 0.2rem;
  }
  .tv2mail .tv2mailcontent .tv2mailtext p {
    padding: 0.2rem 0.5rem;
    font-size: 12px;
    text-align: center;
    line-height: 1rem;
  }
  .tv2mail .tv2mailcontent .tv2mailtext a {
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #FBFDFF;
    background-color: #f21b30;
    padding: 0.2rem;
    border-radius: 5px;
    margin: 1rem auto;
    font-weight: bolder;
  }
  .tv2mail .tv2mailcontent .tv2mailtext ul {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0;
  }
  .tv2mail .tv2mailcontent .tv2mailtext ul li {
    color: #0519b0;
    margin-right: 0.5rem;
    list-style-type: none;
  }
  .tv2mail .tv2mailcontent .tv2mailtext .mailfooter {
    font-size: 10px;
    line-height: 0.3rem;
    font-weight: lighter;
    color: #A4A4A4;
    display: block;
    margin: 0.5rem auto;
    border-top: solid 1px #A4A4A4;
  }
  .tv2mail .tv2mailcontent .tv2mailtext .mailfooter p {
    text-align: center;
    white-space: nowrap;
  }
  /*------------ scene 10--------------*/
  .mofibomail .mofibomailcontent {
    background-color: #fffbfa;
    margin: 0 auto 3rem auto;
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 350px;
  }
  .mofibomail .mofibomailcontent .besked {
    max-width: 350px;
  }
  .mofibomail .mofibomailcontent .besked img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mofibomail .mofibomailcontent .besked p {
    padding: 0.2rem 1rem;
    font-size: 12px;
    text-align: left;
    line-height: 1.2rem;
  }
  .mofibomail .mofibomailcontent .besked h2 {
    color: #ff5e29;
    text-align: left;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.2rem 1rem;
  }
  .mofibomail .mofibomailcontent .besked .mofiboknap {
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 0.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px auto 20px 5px;
    text-decoration: none;
    color: #FBFDFF;
    background-color: #000;
    padding: 0.6rem;
    border-radius: 50px;
    font-weight: bold;
  }
  .mofibomail .mofibomailcontent .besked .mofibomailfooter {
    max-width: 350px;
    min-height: 40px;
    font-size: 0.8rem;
    color: white;
    text-align: center;
    background-color: black;
    display: block;
    margin: 0.5rem auto;
  }
  .mofibomail .mofibomailcontent .besked .mofibomailfooter p {
    text-align: center;
    white-space: nowrap;
    font-size: 8px;
  }
  .mofibomail .mofibomailcontent .besked .mofibomailfooter .biggerp {
    font-size: 1rem;
    padding-top: 1rem;
  }
  .mofibomail .mofibomailcontent .besked .mofibomailfooter a {
    text-decoration: underline;
    color: white;
  }
  /*------------ scene 14--------------*/
  .almbrandmail .almmailcontent {
    font-family: "Times New Roman", serif;
    text-align: left;
    max-width: 350px;
    margin: 0 auto;
  }
  .almbrandmail .almmailcontent h2 {
    font-size: 14px;
    font-weight: bold;
  }
  .almbrandmail .almmailcontent h3 {
    font-size: 0.8rem;
    font-weight: bold;
    font-style: italic;
    margin-top: 1rem;
  }
  .almbrandmail .almmailcontent p {
    line-height: 1.3rem;
    margin-bottom: 1rem;
  }
  .almbrandmail .almmailcontent a {
    text-decoration: none;
  }
  .almbrandmail .almmailcontent .playstoreimg {
    max-height: 3rem;
    display: block;
    cursor: pointer;
  }
  .almbrandmail .almmailcontent .almlogoimg {
    max-height: 5rem;
    display: block;
    cursor: pointer;
  }
  .almbrandmail .almmailcontent .almmailfooter {
    margin-top: 1rem;
  }
  .almbrandmail .almmailcontent .almmailfooter p {
    font-size: 0.8rem;
  }
  /*------------------------------- læs mere siden -------------------------------------------*/
  .readmoremain {
    width: 350;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .readmoremain .moreinfo {
    margin: 0.5rem auto;
    padding: 0.5rem;
    width: 350px;
  }
  .readmoremain .moreinfo h1 {
    font-size: 1.5rem;
  }
  .readmoremain .moreinfo h2 {
    font-size: 1rem;
  }
  .readmoremain .moreinfo .underoverskrift {
    font-size: 1rem;
    margin: 0.8rem 0;
  }
  .readmoremain .moreinfo p {
    line-height: 1.8rem;
    padding: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */