
a {
  position: relative;
  text-decoration: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
  color: inherit;
}

.linkhidden::before {
  visibility: hidden;
  background-color: #ffffff;
}

.linkhidden:hover::before {
  visibility: hidden;
}

/*Loading spinner & text*/


/* Tag for white underline */
.whiteunderline a::before,
nav.head ul li > a::before,
nav.foot ul li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

a::before,
ul.navdropdown li.navlink > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}




.sticky {
  position: sticky;
  top: 0;
}
#formstandard {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#formstandard .formlegend-container {
  display: flex;
  font-size: 16px;
  padding-bottom: 7.5px;
  font-weight: 500;
}

#formstandard .content {
  width: 75%;
  margin: 5px;
}

#formstandard .content input, #formstandard .content select {
  width: 100%;
}

#formstandard fieldset {
  border: 0;
  display: flex;
  width: 75%;
  margin: 5px;
}

#formstandard fieldset .content {
  margin: 0;
}

.loginforgot {
  margin-top: 25px;
  display: inline-block;
}

.loginsignup {
  margin-top: 5px;
  display: none;
}



/* Infobox */
.cardcontainer {
  justify-content: center;
  width: 100%;
  display: flex;
}
.cardcontainer-wrapper {
  display: flex;
  flex-direction: row;
}
.card {
  background-color: #e5e5e5;
  padding: 15px 15px;
  border: 1px solid #ccc;
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-radius: 6px;
}
.card #ctop {
  display: flex;
  text-align: left;
}
.card #ctop h2 {
  font-size: 20px;
}
.card #cbottom {
  display: flex;
  text-align: center;
  padding-top: 15px;
}
.card #cbottom p {
  font-weight: 500;
  font-size: 18px;
}
.cardcontainer-wrapper.card-lr {
  flex-direction: column;
  width: 100%;
}
.card.card-lr {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.card.card-lr #cbottom {
  padding: 0;
}


.settingspage #right .heroelement {
  width: 100%;
  padding: 10px;
  display: flex;
  border-bottom: 2px solid #ccc;
}

/* Breakpoints */

@media screen and (max-width: 920px) {
  .caccpadding {
    margin-top: 5%;
  }

  .selectform {
    width: 65%;
  }
  .smallloginform {
    width: 65%;
  }

  .loginsignup {
    display: block;
  }

  .button {
    margin-top: -2px;
  }

  .mobilemargin_top {
    margin-top: 5%;
  }

  .loginbox1 {
    border: 0;
  }

  .index_container {
    min-height: auto;
  }

  div.col-1 {
    display: none;
  }
  
}
