/* Global */
body {
  font-family: 'Lato', sans-serif;
  color: #fefefe;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

a {
  color: #4f92af;
}

a:hover {
  color: #5eb8df;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: 'Lato', sans-serif;
}


/* Header */

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: #06174A;*/
  /*background-color: #0C2D92;*/
  background-color: #0b2780;
  opacity: 0.75;
  z-index: 1;
}


#notice {
  font-weight: 600;
  font-size: 1.5rem;
  color: rgba(254, 254, 254, 0.5);
}

#mailto a {
  font-weight: 600;
  font-size: 1.5rem;
  color: rgba(254, 254, 254, 0.5);
}

#mailto a:hover {
  font-weight: 600;
  font-size: 1.5rem;
  color: rgba(248, 249, 250, 0.8);
}

#kontakt {
  padding: .75rem 1.5rem;
  border-radius: 0.0rem;
  /*color: rgb(8, 31, 98);*/
}

#kontakt:hover {
  /*color: rgb(8, 31, 98);*/
  color: #f8f9fa;
  /*background-color: rgba(254, 254, 254, 0.4);*/
  border-color: #f8f9fa;
}