.left-text {
  text-align: left;
}

#followus {
  display: flex;
  justify-content: center;
}

.noDots a {
  border-bottom: none;
}

.label {
  align-self: center;
}

ul.icons {
  margin-bottom: 0;
}

#theses #content li {
  margin-top: 15px;
}

.sponsorLinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 5px;
  margin-bottom: 5px;

  >a {
    background-color: white;
    text-align: center;
  }
}

.sponsorTilesLarge {
  width: 80%;
  max-width: 334px;
  max-height: 440px;
}

.sponsorTilesVeryLarge {
  width: 90%;
  max-width: 500px;
}

.sponsorTilesSmall {
  width: 100%;
  max-width: 170px;
}

#team #navTeam a,
#publications #navPublications a,
#theses #navTheses a,
#press #navPress a,
#links #navLinks a,
#sponsors #navSponsors a,
#contact #navContact a,
#events #navEvents a {
  color: #ffee11;
  cursor: default;
}

#lengDE #navDE,
#lengEN #navEN {
  color: white;
  line-height: normal;
  cursor: default;
  display: inline;
  font-weight: bold;
}

#privacyOptInHint {
  background: rgba(39, 40, 51, 0.965);
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  font-size: 0.75em;
}

#privacyOptInHint p {
  margin: 1em 0;
  line-height: 1.75;
}

#privacyOptInHint form {
  margin: 0 0 1em 0;
}

#privacyOptInHint form input[type="checkbox"]+label {
  line-height: 1.725em;
}

#privacyOptInHint form input[type="submit"] {
  height: 2.25em;
  line-height: 2.25em;
  width: 2.5em;
  padding: 0;
}

.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  right: 10px;
  bottom: 10px;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 200;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 238, 17, 0.75) url(images/topArrow.svg) no-repeat center 50%;
  background-size: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.sponsor {
  /* height: 160px; */
  width: 440px;
  float: left;
  margin-right: 25px;
  max-width: 440px;
}

@media only screen and (max-width: 540px) {
  .cd-top {
    height: 25px;
    width: 25px;
    right: 10px;
    bottom: 10px;
  }

  .sponsor {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}

@media only screen and (min-width: 600px) {
  .cd-top {
    height: 25px;
    width: 25px;
    right: 10px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .cd-top {
    height: 38px;
    width: 38px;
    right: 15px;
    bottom: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 20px;
    bottom: 20px;
  }
}

#teamMemberNameView {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  z-index: 10000;
  visibility: hidden;
  background: rgb(39, 40, 51);
  padding: 2px 4px;
  border-radius: 0 3px 3px;
}

#teamMemberBox {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  z-index: 10000;
  visibility: hidden;
  border: 3px solid rgb(39, 40, 51);
}

.achievementsTableContainer {
  display: block;
  overflow-x: auto;
}

.achievementsTable {
  width: 100%
}

.achievementsTable thead th,
tbody:nth-child(2) td:nth-child(1),
tbody:nth-child(2) td:nth-child(3),
tbody:nth-child(2) td:nth-child(5),
tbody:nth-child(3) td {
  text-align: center;
}

.achievementsTable th:not(:last-child),
td:not(:last-child) {
  border-right: 1px solid #ffee11;
}

.achievementsTable tr {
  border-bottom: 0px solid black;
  border-top: 0px solid black;
  border-collapse: collapse;
}

.medal {
  display: inline-block;
  padding: 10px 11px;
  border-radius: 100%;
  width: 1%;
}

.golden {
  border: 2px solid gold;
  background: gold;
}

.silver {
  border: 2px solid silver;
  background: silver;
}

.bronze {
  border: 2px solid #cd7f32;
  background: #cd7f32;
}
