* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings: "width" 100;
  }

  .p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:"width" 100;
  }
  
  .h1 {
    color: rgb(0, 49, 95);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 20px;
    font-style: normal;
    font-variation-settings:"width" 100;
    margin: 20px auto 20px auto;
    font-size: 65px;
    align-content: center;
  }

  /*Modifier for overskrift h1*/
  .h1__mindre {
    color: rgb(0, 49, 95);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 20px;
    font-style: normal;
    font-variation-settings: "width" 100;
    margin: 20px auto 20px auto;
    font-size: 40px;
    align-content: center;
  }

  /*Modifier for tekst under VisualWin*/
  .h2__header4{
    color: rgb(0, 49, 95);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 20px;
    font-style: normal;
    font-variation-settings:"width" 100;
    margin: 20px auto 20px auto;
    font-size: 30px;
    align-content: center;
  }

  /*Modifier for endnu mindre tekst*/
  .h2 {
    color: rgba(0, 49, 95, 0.5);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:"width" 100;
    margin: 20px auto 20px auto;
    font-size: 50px;
  }

  /*section {
    background: rgb(23, 169, 96);
    height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
  }*/
  
  #main-nav a {
    color: rgb(255, 255, 255);
    background: rgb(0, 49, 95, 90%);
    height: 64px;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings: "width" 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.4s;
  }

  #main-nav a:hover {
    background: rgba(0, 49, 95, 0.1)
  }

  #main-nav ul {
    list-style: none;
    display: flex;
  }
  
  #main-nav li {
    width: 100%;
    text-align: center;
    position: relative;
  }
  
  #main-nav li:hover .submenu > li {
    display: block;
    flex-direction: column;
    top: 0px;
  }
  
  .submenu li {
    display: none;
    position: absolute;
    top: 0px;
  }
  
  .submenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
  }
  
  .submenu li {
    position: relative;
  }
  
  .submenu li:hover .submenu-2 li {
    display: block;
  }
  
  .arrow {
    border: rgb(255, 255, 255);
    margin-left: 8px;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }

  .responsive {
    max-width: 100%;
    height: auto;
    background-color: rgb(41, 175, 108);
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  p {
    text-align: center;
    padding: 10px;
    color: rgb(0, 49, 95);
  }
  
  .cardwrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; 
  }

  .tekst {
    color: rgb(0, 49, 95);
  }

  .billede {
    display: block;
    margin: 50px auto 0px auto;
    background-color: rgb(0, 49, 95);
    width: 100%;
  }

  /* Grundskabelon for card */
  .card {
    background:rgba(0, 49, 95);
    max-width: 450px;
    height: 570px;
    border: 10px solid rgb(0, 49, 95);
    box-shadow: 0 3px 5px 0 rgb(0, 0, 0);
    padding: 32px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin: 50px auto 50px auto;
  }

  /*
  body {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }/*

  /*kortene på række*/
  /*.card__row {
    background: rgb(0, 49, 95, 25%);
    width: 425px;
    height: 570px;
    border: 10px solid rgb(0, 49, 95);
    box-shadow: 0 3px 5px 0 rgb(0, 0, 0);
    padding: 32px;
    display: flex;
    flex-direction: row;
  } 
   Virker ikke helt som det skal, derfor at dette sat ud af drift */
 
  /* Billedet inde i card blokken */
  .card__image {
    width: auto;
    height: auto;
    border: 1px solid rgb(255, 255, 255);
  }

  .card__video {
    width: auto;
    height: auto;
    border: 1px solid rgb(255, 255, 255);
  }

  .card__image--white {
    width: auto;
    height: auto;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
  }

  /* Overskriften i card blokken */
  .card__heading {
    font-weight: normal;
    margin: 16px 0;
    color: rgb(255, 255, 255);
  }

  /* Brødtekst i card blokken */
  .card__paragraph {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings: "width" 100;
    font-size: 20px;
    margin: 32px 0;
    color: rgb(230, 236, 232);
  }

  /* Knap mix blok (som kan genbruges hvor som helst) */
  .button {
    padding: 5px 35px;
    font-size: 20px;
    border: 3px solid rgb(102,131,159);
    box-shadow: 0 3px 5px 0 rgb(0, 0, 0, 0.5);
  }

  /* Knap element ( ektra justeringer der kun er gældene for kanpperne inde i card blokken.*/
  .card__button {
    margin-right: 20px;
  }

  /* modificering af en primær knap inde i card blokken*/
  .card__button--primary {
    background: rgb(0, 49, 95, 0.5);
    color: rgb(255, 255, 255);
  }
  /*modificering af en sekundær knap inde i card blokken*/
  .card__button--secondary {
    background: rgb(0, 49, 95, 0.5);
    color: rgb(255, 255, 255);
  }

  /*kontaktformular*/
  body { 
      font-family: "Open Sans", serif;
      font-optical-sizing: auto;
      font-weight: weight;
      font-style: normal;
      font-variation-settings: "width" 100;

    }
* {box-sizing: border-box;}

  input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid rgb(0, 49, 95);
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  }

  input[type=submit] {
  background-color: rgba(0, 49, 95);
  color: rgb(255, 255, 255);
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  }

  input[type=submit]:hover {
  background-color: rgba(0, 49, 95, 0.5);
  }

  .container {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  margin: 25px 25px 25px;
  }

  /*Animering*/
  .sprite {
    width: 566.93px;
    height: 566.93px;
    background: url('animationworkshop.png') 0 0 no-repeat;
    animation: play 4s steps(15) infinite;
  }
  @keyframes play {
    0%{background-position: 0px;}
    100%{background-position: -8503.95px;}
  }

  .footer {
    position: bottom;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(0, 49, 95);
    color: rgb(255, 255, 255);
    height: 20px;
  }
  .footer__indhold {
    margin: 50px;
  }

  .footer__indhold--left{
    background: rgb(0, 49, 95);
    color: rgb(255, 255, 255);
    width: 200px;
    height: auto;
    margin-left: 100px;
  }

  .footer__indhold--center{
  background: rgb(0, 49, 95);
  color: rgb(255, 255, 255);
  width: 200px;
  height: auto;
  margin-left: 400px;
  margin-top: -50px;
  }

  @media screen and (min-width: 750px) 
  {

    .h1 {
      color: rgb(0, 49, 95);
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 20px;
      font-style: normal;
      font-variation-settings:"width" 100;
      margin: 20px auto 20px auto;
      font-size: 100px
    }

    .h1__mindre {
      color: rgb(0, 49, 95);
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 20px;
      font-style: normal;
      font-variation-settings: "width" 100;
      margin: 20px auto 20px auto;
      font-size: 75px
    }
    .h2__header4{
      color: rgb(0, 49, 95);
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 20px;
      font-style: normal;
      font-variation-settings:"width" 100;
      margin: 20px auto 20px auto;
      font-size: 50px
    }

    .billede {
      display: block;
      margin: 50px auto 0px auto;
      background-color: rgb(0, 49, 95);
      width: 752px;
      height: 502;
    }

    .submenu {
      display: block ;
      flex-direction: row;
      position: static;
      height: 50px;
    }

    .navi {
        background-color: rgb(0, 49, 95);
    }

    .navigation ul {
        background-color: rgb(0, 49, 95);
        flex-wrap: nowrap;
    }

    #dropdownknap {
        display: none;
    }
    #main-nav li .submenu > li {
      display: block;
      flex-direction: column;
      top: 0px;
    }

    .card__row {
    background: rgb(0, 49, 95, 0.5);
    width: 425px;
    height: 570px;
    border: 10px solid rgb(0, 49, 95);
    box-shadow: 0 3px 5px 0 rgb(0, 0, 0);
    padding: 32px;
    display: flex;
    flex-direction:row;
    position: static;
    }

  }