* {
  margin: 0;
  padding: 0;
}
/* Smooth scrolling for anchor links og får footeren til at blive i bunde*/
html {
  scroll-behavior: smooth;
  height: 100%;
}
/* min-height, position og padding bottom er for footerens skyld*/
body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  min-height: 100%;
  position: relative;
  padding-bottom: 150px;
  max-width: 2000px;
  margin: auto;
}
p {
  line-height: 150%;
}
header {
  display: flex;
  background-color: #04288b;
  justify-content: space-between;
}
header a {
  color: white;
  text-decoration: none;
  align-content: center;
  padding-left: 5px;
  padding-right: 5px;
}
.headerlogo {
  width: 50px;
  height: 45px;
  padding: 20px;
}
.topnav a:hover {
  color: #10b3e0;
}
.imglogo {
  width: 100%;
  height: 100%;
}
.topnav {
  width: 50%;
  align-content: center;
  display: flex;
  justify-content: space-between;
  margin-right: 2%;
}
/* position, right, left og bottom plus det som er i body og html er for at footer bliver i bunde uanset hvor meget indhold der er på siden */
footer {
  display: flex;
  background-color: #04288b;
  justify-content: space-between;
  padding: 10px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.footerlogo {
  width: 100px;
  height: 90px;
  padding: 15px;
}
.footertext {
  align-content: center;
}
footer p {
  color: white;
  font-size: 1.5em;
  text-align: end;
}
.om,
.projekt,
.kontakt {
  background-color: white;
  color: #04288b;
}
/* Det her er en "undermenu" som er på min om og projekt side med id-links i*/
.underheader {
  height: 55px;
  border-style: none solid solid solid;
  border-width: 5px;
  border-color: #04288b;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.underheader a {
  color: #04288b;
  text-decoration: none;
  align-content: center;
}
.underheader a:hover {
  color: #10b3e0;
}
.forsidefilm {
  width: 100%;
}
.vinkfilm {
  width: 100%;
}
.forsideknap {
  display: flex;
  justify-content: end;
}
.forsidetext p {
  margin-top: 10px;
  margin-bottom: 10px;
}
article {
  max-width: 1000px;
  margin: auto;
}
.dokumentationen {
  display: inline-block;
  background-color: #04288b;
  margin: 10px;
  padding: 5px;
}
.dokumentationen a {
  color: white;
  text-decoration: none;
  align-content: center;
}
.dokumentationen a:hover {
  color: #10b3e0;
}
.filmkasse {
  width: 90%;
  margin: 20px;
  padding-bottom: 30px;
}
.cvfilm {
  width: 100%;
}
.omkasse {
  margin: 20px;
}
.belbinkasse {
  display: flex;
}
.belimgkasse {
  margin: 1%;
  width: 48%;
}
.belimg {
  width: 100%;
}

.omlist {
  display: flex;
  margin: 20px;
  justify-content: space-between;
  align-items: center;
}
.skolelist,
.joblist {
  width: 65%;
}
.omgraf {
  width: 30%;
  max-width: 500px;
}
.graf {
  width: 100%;
}
.protext {
  margin: 20px;
}
.program {
  display: flex;
  flex-wrap: wrap;
}
.program p {
  font-size: 0.75em;
}
.programkasse {
  border-style: solid;
  border-width: 5px;
  border-color: #04288b;
  margin: 20px;
  align-items: center;
  justify-items: center;
  width: 37%;
}
.proimgkasse {
  width: 70%;
}
.proimg {
  width: 100%;
}
.programkasse h3,
p {
  margin: 5px;
}

.flowkasse {
  border-style: solid;
  border-width: 5px;
  border-color: #04288b;
  margin: 20px;
}
.flowtext {
  border-bottom: solid;
  border-color: #04288b;
  border-width: 5px;
  width: 100%;
}
.flowtext h4 {
  padding-bottom: 10px;
}
.flowimg5 {
  margin: auto;
}
.flowimg4,
.flowimg3,
.flowimg2,
.flowimg1 {
  width: 50%;
  margin: auto;
}
.flowvin {
  width: 100%;
}
.kontaktkasse {
  justify-content: center;
  margin: 20px;
}
.kontakttext {
  margin: 20px;
  align-content: center;
}
.kontakttext h3 {
  margin-bottom: 40px;
}
.konimgkasse {
  width: 100%;
}
.konimg {
  width: 100%;
}
.doktextkasse {
  display: flex;
  margin-top: 50px;
}
.doktextkasse2 {
  margin-top: 50px;
}
.doktextkasse p {
  width: 48%;
  margin-right: 15px;
}

.dokbilkasse {
  width: 48%;
}
.dokbil {
  width: 100%;
  margin: 15px;
}
.dokvideokasse {
  width: 50%;
  float: right;
}
.dokvideo {
  width: 100%;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 1.5em;
  }
  /*Dette er for at kasserne ikke blev så store og at der kan stå 3 programkasser ved side af hinanden*/
  .program p,
  h3 {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 750px) {
  header {
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .underheader {
    margin-left: 2%;
    margin-right: 2%;
  }
  .forsidefilm {
    width: 96%;
    margin: auto;
  }
  .dokumentationen {
    font-size: 1.5em;
  }
  .flowkasse {
    display: flex;
  }
  .flowtext {
    border-bottom: none;
    border-right: solid;
    border-color: #04288b;
    border-width: 5px;
    width: 45%;
    padding: 10px;
  }
  .programkasse {
    width: auto;
  }
  .kontaktkasse {
    display: flex;
  }
  .konimgkasse {
    width: 40%;
  }
}
