main > nav > ul {
  margin-top: 83px;
  margin-left: 48px;
}

main > nav li {
  margin-bottom: 40px;
}

main > nav li:last-child {
  margin-bottom: 0;
}

main > nav li > a {
  color: #fff;
  color: var(--bgColor);
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}

main > nav li > a:visited {
  color: #fff;
  color: var(--bgColor);
}

main > nav li.active > a {
  font-weight: 500;
  text-decoration: none;
}

main > nav li.active > a::before {
  content: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M1 10H19M19 10L16 8M19 10L16 12" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-right: 9px;
  position: relative;
  top: 4px;
}

main > nav a:hover {
  color: #fff;
  color: var(--bgColor) !important;
}

article form li > label {
  color: #000;
  color: var(--fontColor);
  background-color: #f2f2f2;
  background-color: var(--bgLightColor);
  border: 1px solid #004d9f;
  border-color: var(--actionColor);
  display: block;
  max-width: 422px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 63px;
  padding-top: 39px;
  padding-left: 16px;
  margin-bottom: 16px;
}

article form button:hover {
  color: #fff;
  color: var(--bgColor);
  background-color: #004d9f;
  background-color: var(--actionColor);
  cursor: pointer;
}

:root.darkmode article form button:hover {
  color: var(--actionActiveColor) !important;
}

article form button[type='submit']:hover {
  background-color: #002650;
  background-color: var(--actionActiveColor);
  border: 1px solid #002650;
  border-color: var(--actionActiveColor);
}

:root.darkmode article form button[type='submit']:hover {
  color: var(--actionActiveColor) !important;
  border-color: var(--actionActiveColor) !important;
}

article form p.actions {
  text-align: right;
}

article form p.actions button {
  min-width: auto;
  margin-left: 8px;
}

.error {
  color: #a9142d;
  color: var(--errorColor) !important;
}

article form input.fielderror {
  border: 1px solid #a9142d;
  border-color: var(--errorColor);
}

article form .fielderrordescription {
  color: #a9142d;
  color: var(--errorColor);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  width: 318px;
  margin-top: 1px;
}

div.deviceinfo {
  border: 1px solid #f2f2f2;
  border-color: var(--bgLightColor);
  width: 80%;
  max-width: 552px;
  display: flex;
  align-items: stretch;
}

div.deviceinfo > div {
  background-color: #f2f2f2;
  background-color: var(--bgLightColor);
  width: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.deviceinfo > div path[fill] {
  fill: #333;
  fill: var(--fontFormColor);
}

div.deviceinfo dl {
  margin-left: 16px;
}

div.deviceinfo dt {
  color: #575757;
  color: var(--fontLightColor);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}

div.deviceinfo dd {
  color: #000;
  color: var(--fontColor);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 16px;
}

div.deviceinfo dd:last-child {
  margin-bottom: 0;
}

ul.devicelist > li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

ul.devicelist > li > a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 24px;
  margin-left: 24px;
}

.navLinkError {
  color: #a9142d;
  color: var(--errorColor);
  font-size: 11px;
  line-height: 17px;
  margin-left: 3px;
  text-indent: 0px;
}

#helpwrapper > header {
  background-color: #fff;
  background-color: var(--bgColor);
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 276px);
}

#helpwrapper > main {
  margin-top: 71px;
}

#helpwrapper article > p {
  max-width: none;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (max-width: 670px) {
  #helpwrapper > header {
    width: 100vw;
  }
}

#helpwrapper article h3 a {
  color: #333;
  color: var(--fontFormColor);
}

#helpwrapper article h3 a:visited {
  color: #333;
  color: var(--fontFormColor);
}

#helpwrapper article > iframe.youtube {
  width: 100%;
  max-width: 560px;
}

div.personcard,
div.mailclientcard {
  background-color: #f2f2f2;
  background-color: var(--bgLightColor);
  border: 1px solid #d8d8d8;
  border-color: var(--formBorderColor);
  max-width: 441px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.mailclientcard {
  height: auto;
}

div.personcard > p,
div.mailclientcard > p {
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
  margin-left: 24px;
}

div.mailclientcard > p {
  width: calc(50% - 24px);
}

div.personcard > p strong,
div.mailclientcard > p strong {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}

div.personcard > ul {
  display: flex;
  margin-right: 16px;
}

div.personcard > ul > li {
  margin-left: 17px;
}

div.personcard svg path[fill] {
  fill: #333;
  fill: var(--fontFormColor);
}

div.mailclientcard button {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  padding-right: 2em;
  background-color: transparent;
  margin-top: 11px;
  cursor: pointer;
}

div.mailclientcard button:hover {
  text-decoration: underline;
}

div.mailclientcard button > img {
  width: 48px;
  height: 48px;
  border-radius: 7px;
}

div.mailclientcard button > div {
  display: flex;
  color: #004d9f;
  color: var(--actionColor);
  font-size: 12px;
  font-weight: 300;
  margin-left: 8px;
}

div.mailclientcard button.active > div {
  color: #000;
  color: var(--fontColor);
  font-weight: 500;
}

.textbox,
.imagebox {
  background-color: #f2f2f2;
  background-color: var(--bgLightColor);
  padding: 24px 16px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.imagebox dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  margin-top: 14px;
}

.textbox > div,
.imagebox > div {
  display: flex;
  justify-content: space-between;
}

.textbox > div:hover,
.imagebox > div:hover {
  cursor: pointer;
}

.textbox h3,
.imagebox h3 {
  margin: 0;
  width: calc(100% - 48px);
}

:root.darkmode .textbox h3,
:root.darkmode .imagebox h3 {
  color: var(--actionColor);
}

.textbox h3:hover,
.imagebox h3:hover {
  text-decoration: underline;
}

.textbox > div svg {
  transform: scaleY(-1);
}

.textbox > div svg.active {
  transform: scaleY(1);
}

.textbox > div svg path[fill],
.imagebox > div svg path[fill] {
  fill: #333;
  fill: var(--fontFormColor);
}

.textbox > div h3.active {
  animation: blueToBlack 3s ease-in;
}

:root.darkmode .textbox > div h3.active {
  animation: blueToBlackDarkmode 2s ease-out;
}

@keyframes blueToBlack {
  from {
    color: #004d9f;
    color: var(--actionColor);
  }
  to {
    color: #000;
    color: var(--fontColor);
  }
}

@keyframes blueToBlackDarkmode {
  from {
    color: var(--actionActiveColor);
  }
  to {
    color: var(--actionColor);
  }
}

.textbox p,
.imagebox dd {
  margin: 8px 48px 0px 0px;
  max-width: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

:root.darkmode .textbox p,
:root.darkmode .imagebox dd {
  color: var(--fontLightColor);
}

.imagebox dt {
  margin-bottom: 32px;
}

.imagebox dt img {
  width: 300px;
}

.imagebox dd {
  margin: 0 48px 32px 16px;
  width: calc(50% - 300px - 64px);
}

@media (max-width: 1700px) {
  .imagebox dd {
    width: calc(100% - 300px - 64px);
  }
}

@media (max-width: 1140px) {
  .imagebox dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .imagebox dt {
    margin-bottom: 0;
  }
  .imagebox dd {
    width: auto;
  }
}

figure {
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  color: #575757;
  color: var(--fontLightColor);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.2px;
  text-align: center;
}

#slsfooterwrapper,
#slsfooterwrapper table {
  width: 276px;
}

#slsfooterwrapper table th {
  font-weight: 400;
  text-align: left;
}

#slsfooterwrapper .debuginfo-section-heading {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

#slsfooterwrapper .debuginfo-h3 {
  font-weight: 400;
  letter-spacing: 0.8px;
  text-decoration: underline;
}