  /*
   * Optional: Makes the sample page fill the window.
   */
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Always set the map height explicitly to define the size of the div element
   * that contains the map.
   */
  #map {
    height: 100%;
    width: 100%;
  }



  .wpVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }

  /* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 12;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 80%;
  height: auto;
  padding: 20px;
}

/* Navigation to the right and cursive */
.navigation {
  text-align: right;
  font-style: italic;
}


/* MarkerElement */
.Karriere-tag {
  background-color: #4285F4;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 5px 7px;
  position: relative;
}

.Uddannelse-tag {
  background-color: #bcf442;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 5px 7px;
  position: relative;
}

.Fritid-tag {
  background-color: #eb42f4;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 5px 7px;
  position: relative;
}