a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: whitesmoke;
}

/* selected link */
a:active {
  color: whitesmoke;
}

.primary_bg {
  background-color: #02223E;
}

.secundary_bg {
  background-color: #8ae4ae;
}

.primary_text {
  color: #021726;
}

.secundary_text {
  color: #8ae4ae;
}

.titel {
  margin-right: 80px;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 30px;
}

.title2 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}

.social {
  margin-right: 10px;
  font-size: 32px;
  color: #8ae4ae;
}

.powered {
  margin-left: 20px;
  font-size: 10px;
  padding-top: 1px;
}

.nummber {
  float: left;
  padding-right: 15px;
}

.navbar {
  /*   z-index should be above .close-navbar-toggler */
  z-index: 2;
  border-bottom: 1px solid #8ae4ae;
}
.close-navbar-toggler {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.close-navbar-toggler.collapsed {
  z-index: -1;
}

.sprung {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -85px;
}

body {
  font-family: "Nunito", sans-serif;
}
html,body {
  height: 100%;
}

.video-fluid {
  width: 100%;
  height: auto;
}

