﻿.cIT {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #8f8d8f;
  padding: 5px;
  text-align: center;
  z-index: 99999;
  box-shadow: 0 -4px 3px -3px rgba(40, 40, 40, 0.7);
  box-sizing: border-box;
}
.cIT > * {
  color: white;
  vertical-align: middle;
  line-height: 1.4;
}
.cIT > a {
  text-decoration: underline;
  cursor: pointer;
}
.cIT > button {
  display: inline-block;
  min-width: 110px;
  color: white;
  background: #2c282b;
  border: 1px solid #4b4c4b;
  padding: 2px;
  cursor: pointer;
}
.cIT > button:hover {
  background: #0c0a0b;
  border-color: #6b6c6b;
}
.cIT > button:focus {
  padding: 3px 2px 1px;
}
:root {
  --font__family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
  --font__size--XS: 10px;
  --font__size--S: 11px;
  --font__size--M: 12px;
  --font__size--L: 14px;
  --font__size--XL: 16px;
  --font__size--2XL: 24px;
  --font__weight--regular: 400;
  --font__weight--medium: 500;
  --font__weight--bold: 700;
  --font__line-height--2XS: 10px;
  --font__line-height--XS: 12px;
  --font__line-height--S: 13px;
  --font__line-height--M: 14px;
  --font__line-height--L: 16px;
  --font__line-height--XL: 18px;
  --font__line-height--2XL: 21px;
  --font__line-height--3XL: 24px;
  --font__line-height--4XL: 29px;
  --font__letter-spacing--narrow-2: -0.025em;
  --font__letter-spacing--narrow-1: -0.015em;
  --font__letter-spacing--normal: 0;
  --font__letter-spacing--wide-1: 0.015em;
  --font__letter-spacing--wide-2: 0.025em;
  --font__letter-spacing--wide-3: 0.05em;
  --typo__style--default: 500;
  --typo__style--italic: italic;
  --typo__style--bold: 700;
  --typo__decoration--default: none;
  --typo__decoration--underline: underline;
  --typo__decoration--line-through: line-through;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
html body,
html {
  background-color: #FFF;
  height: 100%;
  min-height: 500px;
  width: 100%;
  min-width: 360px;
  line-height: 1.5;
  font-family: var(--font__family);
  font-size: var(--font__size--M);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 640px) {
  html body,
  html {
    padding: 0;
    justify-content: flex-start;
  }
}
html form #Wrapper1,
html form .LayoutColumn,
html form #DPC,
html form .WrapperAussen {
  height: 100%;
}
html form .LayoutLeft,
html form .LayoutRight,
html form #Footer {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.ProviderButtons {
  min-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.ProviderButtons button {
  font-family: var(--font__family);
  font-size: var(--font__size--M);
  font-weight: var(--font__weight--regular);
  line-height: var(--font__line-height--M);
  letter-spacing: var(--font__letter-spacing--wide-1);
  display: block;
  cursor: pointer;
  color: #fdfdfd;
  background: #666666 none no-repeat 10px center;
  background-size: 1.5em 1.5em;
  border: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 20px 10px 40px;
  text-align: left !important;
  height: 38px;
}
.ProviderButtons button.btnMicrosoft {
  background-color: #666666;
  background-image: url('../images/webImages/login/Microsoft.svg');
}
.ProviderButtons button.btnGoogle {
  background-color: #DC4E41;
  background-image: url('../images/webImages/login/Google.svg');
}
.ProviderButtons button.btnLinkedIn {
  background-color: #0077B5;
  background-image: url('../images/webImages/login/LinkedIn.svg');
}
.ProviderButtons button.btnOpenIdConnect,
.ProviderButtons button.btnOpenIdConnect2 {
  background-image: url('../images/webImages/login/Openid.svg');
}
.ProviderButtons button.btnOpenIdConnect {
  background-color: #F78C40;
}
.ProviderButtons button.btnOpenIdConnect2 {
  background-color: #b3a92a;
}
#pnlLoginHeader {
  width: 100%;
  height: 10%;
  padding: calc(25px + 1.4rem) calc(10px + 2rem) 50px;
  vertical-align: top;
  float: left;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 640px) {
  #pnlLoginHeader {
    padding: 25px 20px 0;
  }
}
#pnlLoginHeader .ProductLogoWrapper {
  padding: 0 0 0;
  float: left;
  width: auto;
  height: 60px;
  flex: 0 1 auto !important;
  margin-left: -2px;
}
#pnlLoginHeader .ProductLogoWrapper .CustomLogoWrapper img {
  max-height: 110px !important;
}
#pnlLoginHeader .ProductLogoWrapper svg {
  height: 60px;
  width: 300px;
}
#pnlLoginHeader .CustomLogoWrapper {
  float: right;
  display: block;
  text-align: right;
  padding: 5px 0;
}
#pnlLoginHeader .CustomLogoWrapper img {
  max-width: 210px;
  max-height: 56px;
  vertical-align: middle;
}
.OuterWrapper {
  width: 100%;
  max-width: 640px;
  height: auto;
  display: block;
  background: white;
  position: relative;
  margin: 0 auto;
  border: 1px solid #efefef;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.21);
}
.OuterWrapper:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.OuterWrapper:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@media all and (max-width: 600px) {
  .OuterWrapper {
    max-width: 600px;
    border: none;
    box-shadow: none;
  }
}
.OuterWrapper .Seperator {
  width: 70%;
  height: auto;
  float: left;
  position: relative;
  padding: 5px 0;
  margin: 0 15%;
  white-space: nowrap;
  display: block;
  text-align: center;
  z-index: 0;
}
.OuterWrapper .Seperator .seperatorLBL {
  display: inline-block;
  color: #ddd;
  background: #fff;
  font-size: 20px;
  text-transform: lowercase;
  line-height: 30px;
  padding: 0 20px;
  z-index: 1;
}
.OuterWrapper .Seperator:before {
  content: '';
  position: absolute;
  background: #ddd;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}
.OuterWrapper .InnerWrapper {
  padding: 15px calc(10px + 2rem);
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
@media all and (max-width: 640px) {
  .OuterWrapper .InnerWrapper {
    padding: 15px 20px;
  }
}
@media all and (max-width: 500px) {
  .OuterWrapper .InnerWrapper {
    padding: 20px;
  }
}
.OuterWrapper .InnerWrapper .MainContent {
  display: block;
  height: auto;
  width: 100%;
  min-width: 220px;
  margin: 0 auto;
}
.BottomInfo {
  bottom: 0;
  height: 10%;
  width: auto;
  padding: 20px 2rem 1.4rem calc(10px + 2rem);
  font-family: var(--font__family);
  font-size: var(--font__size--S);
  font-weight: var(--font__weight--regular);
  line-height: var(--font__line-height--XS);
  letter-spacing: var(--font__letter-spacing--wide-1);
  margin-right: 10px;
}
.BottomInfo > * {
  color: #aaa;
}
.BottomInfo a {
  text-decoration: var(--typo__decoration--underline);
  color: #aaa;
}
.BottomInfo a:hover {
  color: #666;
}
.BottomInfo img {
  display: none;
}
.BottomInfo > #pnlIntactLogo {
  margin-top: 5px;
  width: 100%;
  height: 14px;
  background: transparent url('../images/login_logo-intact.png') no-repeat center;
}
.external-license-code {
  position: fixed;
  left: 20px;
  bottom: 20px;
}
@media (max-height: 720px) {
  body .form__wrapper {
    margin-bottom: 48px !important;
  }
  .external-license-code {
    position: relative;
    text-align: center;
  }
}
.flex-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}
.flex-panel__centered {
  justify-content: center;
}
.flex-panel .flex--stretch {
  flex: 1 1 100% !important;
}
.flex-panel .Inhalt--t {
  flex: 1 0 auto;
}
.Inhalt {
  width: 100%;
  margin-bottom: 20px;
}
.Inhalt:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.Inhalt:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.Inhalt > .Inhalt {
  margin-bottom: 0;
}
.Inhalt.Buttons {
  margin: 0;
  width: 100%;
  padding-bottom: 20px;
  justify-content: flex-end;
  margin-right: auto;
}
.Inhalt.Buttons > .Link {
  float: left;
  font-family: var(--font__family);
  font-size: var(--font__size--M);
  font-weight: var(--font__weight--regular);
  line-height: var(--font__line-height--M);
  letter-spacing: var(--font__letter-spacing--wide-1);
  text-decoration: var(--typo__decoration--underline);
  color: gray;
  align-self: flex-end;
  flex-grow: 0;
  margin-right: auto;
}
.Inhalt.Buttons > .Link .Link--info {
  display: block;
  color: #000 !important;
}
.Inhalt.Buttons > .Button {
  height: 38px;
  line-height: 16px;
  margin-left: 10px;
  color: #666666;
  background-color: transparent;
  border: 2px solid #666666;
  float: right;
  max-width: 160px;
  min-width: 130px;
  padding: 10px 15px;
  box-sizing: border-box;
  transition: border-color 0.4s ease-out, background-color 0.4s ease-out, color 0.4s ease-out;
}
.Inhalt.Buttons > .Button:hover {
  color: #fdfdfd;
  background-color: #333;
  border-color: #333;
}
.Inhalt.Buttons > .CallToAction {
  color: #fdfdfd;
  background-color: #8DC78F;
  border: none;
}
.Inhalt > * > input,
.Inhalt > * > select {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  box-sizing: border-box;
}
.Inhalt > * > input:focus,
.Inhalt > * > select:focus {
  border: 2px solid #306176;
  border-color: var(--color__primary);
}
.Inhalt .Ilbl,
.Inhalt .Ictl {
  display: block;
  color: #666;
  float: left;
  height: 40px;
}
.Inhalt .Ilbl {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
}
.Inhalt .Ictl {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 100px);
}
.Inhalt .Ictl > * {
  display: inline-block;
}
.ecertError {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
  padding: 6px 6px 6px 30px;
  font-weight: var(--font__weight--bold);
  border-radius: 2px;
  background: transparent none no-repeat 5px 5px;
  background-size: 20px;
  border: 1px solid #F44336;
  border-color: var(--color__alert__on-error--icon);
  color: #68231E;
  color: var(--color__alert__on-error--text);
  background-color: #FEEBEE;
  background-color: var(--color__alert__error);
  background-image: url('../images/webImages/svg/intact.svg#Alert_Error_white');
}
@supports (-webkit-appearance:none) {
  .ecertError {
    background-image: url('../images/webImages/svg/intact.svg?Alert_Error_white#Alert_Error_white');
  }
}
.ecertInfo {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
  padding: 6px 6px 6px 30px;
  font-weight: var(--font__weight--bold);
  border-radius: 2px;
  background: transparent none no-repeat 5px 5px;
  background-size: 20px;
  border: 1px solid #2196F3;
  border-color: var(--color__alert__on-info--icon);
  color: #0D3C61;
  color: var(--color__alert);
  background-color: #E3F2FD;
  background-color: var(--color__alert__info);
  background-image: url('../images/webImages/svg/intact.svg#Alert_Info_white');
}
@supports (-webkit-appearance:none) {
  .ecertInfo {
    background-image: url('../images/webImages/svg/intact.svg?Alert_Info_white#Alert_Info_white');
  }
}
.ecertSuccess {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
  padding: 6px 6px 6px 30px;
  font-weight: var(--font__weight--bold);
  border-radius: 2px;
  background: transparent none no-repeat 5px 5px;
  background-size: 20px;
  margin-bottom: 15px;
  border: 1px solid #4CAF50;
  border-color: var(--color__alert__on-success--icon);
  color: #355A37;
  color: var(--color__alert__on-success--text);
  background-color: #E8F5E9;
  background-color: var(--color__alert__success);
  background-image: url('../images/webImages/svg/intact.svg#Alert_Success_white');
}
@supports (-webkit-appearance:none) {
  .ecertSuccess {
    background-image: url('../images/webImages/svg/intact.svg?Alert_Success_white#Alert_Success_white');
  }
}
.ecertWarning {
  color: #8DC78F;
  display: block;
  font-size: var(--font__size--XL);
  margin-bottom: 20px;
}
.ecertWarning.Text {
  color: black;
  opacity: 0.65;
}
button,
input[type=submit],
input[type=button] {
  display: inline-block;
  cursor: pointer;
  color: #fdfdfd;
  background: #666666 none no-repeat 10px center;
  background-size: 1.5em 1.5em;
  border: none;
}
a.Button {
  text-align: center;
  text-decoration: none;
}
.Ecert {
  color: #8DC78F;
}
.Ecert.Text {
  color: black;
  opacity: 0.65;
}
.WelcomeText {
  display: block;
  font-size: var(--font__size--2XL);
  margin-bottom: 20px;
  color: black !important;
}
.WelcomeText--reset {
  margin-bottom: 0;
}
.WelcomeRegister {
  margin-bottom: 0px !important;
}
.RegisterIntro {
  color: #aaa;
}
.RegisterLink {
  color: #007bff !important;
}
.RegisterLink + .error {
  margin-top: 20px;
  margin-bottom: -10px;
}
.RegisterLink :visited {
  color: #007bff !important;
}
.Registermt {
  margin-top: 25px;
}
.Text {
  display: block;
  font-size: var(--font__size--M);
  margin-bottom: 20px;
}
.g-recaptcha {
  margin-left: 100px;
  margin-bottom: 18px;
}
.ecertWarningTriangle {
  display: inline-block;
  height: 50px;
  position: relative;
}
.ecertWarningTriangle .innerTriangle {
  z-index: 1;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 40px 25px;
  border-color: transparent transparent white transparent;
}
.ecertWarningTriangle .innerTriangle p {
  position: absolute;
  top: 8px;
  right: -4px;
  color: #098d38;
  font-size: 30px;
}
.ecertWarningTriangle .outerTriangle {
  z-index: 0;
  position: absolute;
  top: 0;
  left: -29px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 29px 46px 29px;
  border-color: transparent transparent #098d38 transparent;
}
.ecert--Release #pnlLoginHeader,
.ecert--Test #pnlLoginHeader {
  overflow: hidden;
  padding-top: calc(30px + 1.4rem);
  padding-bottom: 100px;
  margin-bottom: -100px;
  top: -1px;
  right: -1px;
}
.ecert--Release #pnlLoginHeader:after,
.ecert--Test #pnlLoginHeader:after {
  position: absolute;
  top: 1.4rem;
  right: -11.5rem;
  display: block;
  width: 29rem;
  z-index: 1;
  white-space: pre;
  font-size: var(--font__size--2Xl);
  text-align: center;
  padding: 0.5rem;
  color: #FFF;
  transform: rotate(45deg);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.ecert--Release #pnlLoginHeader:after {
  background-color: #782167;
  content: "RC";
}
.ecert--Test #pnlLoginHeader:after {
  background-color: #CC0000;
  content: "Test";
}
.button {
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #666;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.21);
  transition: all ease-out 0.4s;
}
.button svg {
  margin-right: 5px;
}
.button:hover {
  background: #f3f3f3;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.button--fixed {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
/*** BEGIN Normalize.css ***/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: var(--font__size--2XL);
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: var(--font__size--M);
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: var(--font__weight--bold);
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: var(--font__size--M);
}
small {
  font-size: var(--font__size--S);
}
sub,
sup {
  font-size: var(--font__size--XS);
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: var(--font__size--M);
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*** END Normalize.css ***/
html,
body {
  font-size: var(--font__size--L);
  font-family: var(--font__family);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.overlay--dark {
  background: rgba(0, 0, 0, 0.48);
}
.overlay--light {
  background: rgba(255, 255, 255, 0.64);
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.highlight--red {
  color: #d32f2f;
}
body {
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(top, #f2f2f2, #e6e6e6);
}
.logo {
  margin: 0 0 2rem;
}
.logo__img {
  max-width: 100%;
  width: 256px;
}
.form__group {
  margin: 1rem 0 2rem;
}
.form__group.submit > div > div {
  margin: 0 auto;
}
.form__wrapper {
  position: relative;
  max-width: 600px;
  margin: 48px auto;
  background: #fff;
  border-radius: 1px;
}
@media all and (max-width: 600px) {
  .form__wrapper {
    max-width: 600px;
    border: none;
    box-shadow: none;
  }
  .form__wrapper::before {
    box-shadow: none !important;
  }
}
/*@media (max-width: 512px) {
    .form__wrapper {
        margin: 0;
    }
}*/
.form__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  transform: scale(0.98);
  transition: transform 0.28s ease-in-out;
  z-index: -1;
}
.form__wrapper:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form__title {
  text-align: center;
}
.form__title h1 {
  font-size: var(--font__size--2XL);
  text-align: center;
  margin: 0 0 2rem;
}
.form__header h2 {
  font-size: var(--font__size--XL);
  text-align: left;
  margin: 1rem 0 0.8rem;
}
.form-input__container {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.form-input__container > svg {
  position: absolute;
  z-index: 9;
  margin: 11px 10px 10px 10px;
}
.form-input__container .changeDB {
  position: absolute;
  right: 50px;
  cursor: pointer;
  margin-top: 12px;
  z-index: 9;
}
.form-input__container--relative {
  position: relative;
}
.form__input {
  position: relative;
  background: #f5f5f5;
  border-radius: 4px 4px 0 0;
  height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
}
.form__input.form__input--autoheight {
  height: auto;
  min-height: 48px;
}
.form__input.form__input--dropdown {
  padding-right: 28px;
  position: relative;
}
.form__input.form__input--dropdown::before {
  content: '';
  display: block;
  height: 100%;
  width: 28px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23212529' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E");
  background-size: 24px;
  background-position: right 4px center;
  transition: transform linear 0.2s;
}
.form-input__container.focus .form__input.form__input--dropdown::before {
  transform: rotate(180deg);
}
.form__input > .invalid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23d32f2f' d='M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3E%3C/svg%3E");
}
.form__input > select.modified.valid,
.form__input > .has-value.valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%234caf50' d='M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2,4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z' /%3E%3C/svg%3E");
}
.form-inline > .form__input,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}
.form__input--helper-line {
  font-size: var(--font__size--S);
  padding: 0 0;
}
.input-helper {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
}
.validation-message {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #d32f2f;
}
.validation-message ~ .input-helper {
  display: none;
}
.form__input input {
  height: 48px;
}
.form__input .input {
  min-height: 48px;
}
.form__input textarea {
  resize: none;
}
.form__input input,
.form__input .input,
.form__input textarea {
  font-family: var(--font__family);
  font-size: var(--font__size--M);
  font-weight: var(--font__weight--regular);
  line-height: var(--font__line-height--L);
  letter-spacing: var(--font__letter-spacing--wide-1);
  display: block;
  background: none transparent no-repeat;
  padding: 20px 15px 4px 40px;
  min-height: 48px;
  border-width: 0;
  border-color: transparent;
  width: 100%;
  color: transparent;
  transition: all 0.28s ease;
  box-shadow: none;
  background-size: 24px;
  background-position: right 4px center;
}
.form__input .input {
  display: inline-block;
  vertical-align: text-top;
  line-height: 24px;
}
.form__input .input {
  cursor: pointer;
}
.form__input select {
  width: 100%;
  font-size: var(--font__size--M);
  height: 1.6rem;
  padding: 20px 0 4px 36px;
  min-height: 48px;
  background: none transparent no-repeat;
  border: none;
  line-height: 1.6;
  box-shadow: none;
  background-size: 24px;
  background-position: right 24px center;
}
.form__input label,
.label {
  position: absolute;
  top: 50%;
  pointer-events: none;
  padding: 12px 32px 12px 40px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
  color: #b3b3b3;
  font-size: var(--font__size--M);
  font-weight: var(--font__weight--regular);
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  transform: translateY(-50%);
  white-space: nowrap;
}
.form__input .bar {
  position: absolute;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
}
.form__input .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #8DC78F;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form__input.form__input--error .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: red;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form__input input[type="file"] {
  line-height: 1;
}
.form__input input[type="file"] ~ .bar {
  display: none;
}
.form__input select,
.form__input input:focus,
.form__input input.has-value,
.form-input__container--focus.focus .form__input .input,
.form-input__container--focus:focus .form__input .input,
.form__input .input.has-value,
.form__input textarea:focus,
.form__input textarea.has-value,
.form__input input:valid {
  color: #333;
}
.form__input select ~ label,
.form__input input:focus ~ label,
.form__input input:focus ~ .label,
.form__input input.has-value ~ label,
.form-input__container--focus.focus .form__input .input ~ label,
.form-input__container--focus:focus .form__input .input ~ label,
.form__input .input.has-value ~ label,
.form__input textarea:focus ~ label,
.form__input textarea.has-value ~ label,
.form__input input:valid ~ label,
.form__input input:valid ~ .label {
  font-size: var(--font__size--S);
  color: gray;
  top: -4px;
  left: 0;
  transform: translateY(0);
}
.form__input select:focus,
.form__input input:focus,
.form-input__container--focus:focus,
.form-input__container--focus .form__input .input:focus,
.form__input textarea:focus {
  outline: none;
}
.form__input select:focus ~ label,
.form__input input:focus ~ label,
.form__input input:focus ~ .label,
.form-input__container--focus.focus .form__input .input ~ label,
.form-input__container--focus:focus .form__input .input ~ label,
.form__input textarea:focus ~ label {
  color: #8DC78F;
}
.form__input.form__input--error select ~ label,
.form__input.form__input--error input ~ label,
.form__input.form__input--error textarea ~ label {
  color: #d32f2f;
}
.form__input select:focus ~ .bar::before,
.form__input input:focus ~ .bar::before,
.form-input__container--focus.focus .form__input .input ~ .bar::before,
.form-input__container--focus:focus .form__input .input ~ .bar::before,
.form__input textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.form__select-container {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 99;
  bottom: 100%;
  height: auto;
  max-height: 240px;
  overflow: auto;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.form__select-container.show {
  display: block;
}
fieldset {
  padding: 8px !important;
}
legend {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.form__select-container label {
  display: block;
  height: 36px;
  line-height: 36px;
  margin: 0 8px;
  position: relative;
}
.form__select-container label > input {
  z-index: -1;
  display: none;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
}
.form__select-container label > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.form__select-container label > span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 7px 8px 7px 0px;
  border: solid 2px;
  /* Safari */
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  transition: border-color 0.2s, background-color 0.2s;
}
.form__select-container label > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 1px;
  width: 12px;
  height: 6px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg);
}
/* Checked, Indeterminate */
.form__select-container label > input:checked,
.form__select-container label > input:indeterminate {
  background-color: #337ab7;
}
.form__select-container label > input:checked + span::before,
.form__select-container label > input:indeterminate + span::before {
  border-color: #337ab7;
  background-color: #337ab7;
}
.form__select-container label > input:checked + span::after,
.form__select-container label > input:indeterminate + span::after {
  border-color: #ffffff;
}
.form__select-container label > input:indeterminate + span::after {
  border-left: none;
  transform: translate(4px, 3px);
}
/* Hover, Focus */
.form__select-container label > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -3px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}
.form__select-container label:hover > input {
  opacity: 0.08;
}
.form__select-container label > input:focus {
  opacity: 0.16;
}
.form__select-container label:hover > input:focus {
  opacity: 0.2;
}
/* Active */
.form__select-container label > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}
.form__select-container label > input:active + span::before {
  border-color: #337ab7;
}
.form__select-container label > input:checked:active + span::before {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
}
.form__element--submit {
  height: 36px;
  padding: 0 16px;
  border: none;
  margin: 1rem auto 0;
  display: block;
  text-transform: uppercase;
  font-weight: var(--font__weight--bold);
  border-radius: 4px;
  min-width: 200px;
}
.form__element--submit:not(:disabled) {
  background-color: #8DC78F;
  color: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.form__element--submit:disabled {
  background-color: #ccc;
  color: #212529;
  opacity: 0.7;
}
.form__element--submit:not(:disabled):hover {
  cursor: pointer;
}
.form__element--submit:not(:disabled):focus,
.form__element--submit:not(:disabled):hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.validation__message {
  border-radius: 2px;
  min-height: 48px;
  padding: 12px 12px 12px 48px;
  background: #ccc none no-repeat 8px center;
  background-size: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.validation-message span {
  line-height: 16px;
  vertical-align: middle;
}
.validation__message--success {
  background-color: #91cf91;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z' /%3E%3C/svg%3E");
}
.validation__message--error {
  background-color: #e27c79;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E");
}
.success {
  padding: 8px 36px;
  word-wrap: break-word;
  border-radius: 2px;
  margin-bottom: 8px;
  font-size: var(--font__size--M);
  font-weight: var(--font__weight--regular);
  color: #355A37;
  color: var(color__alert__on-success--text);
  word-spacing: normal;
  box-sizing: border-box;
  line-height: 20px;
  width: 100%;
  background: #E8F5E9 no-repeat 8px center;
  background-color: color__alert__success;
  background-image: url('../images/webImages/svg/MaterialDesignIcons.svg#Success_Alert');
  background-size: 24px;
  position: relative;
}
.success.no-btn {
  padding: 8px 8px 8px 36px;
}
.success img {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  padding: 2px 3px;
  margin: -2px 1px;
}
.success * {
  color: #355A37;
  color: var(color__alert__on-success--text);
}
.success *.btnPrimary {
  margin: -4px 6px;
  height: 24px;
  min-height: 0;
  padding: 0 1rem;
  background: #666;
}
.success *.btnPrimary * {
  vertical-align: middle;
}
.Inhalt.Ictl .success {
  display: block;
  min-height: 30px;
}
@supports (-webkit-appearance:none) {
  .success {
    background-image: url('../images/webImages/svg/MaterialDesignIcons.svg?Success_Alert#Success_Alert');
  }
}
span.success {
  display: inline-block;
}
.success.flash-msg,
.success.toast-msg {
  min-height: 18px;
}
.success.flash-msg .timeout,
.success.toast-msg .timeout {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
}
.success.flash-msg .timeout .timeout-process,
.success.toast-msg .timeout .timeout-process {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  float: right;
  animation: timeout 5s linear;
}
@keyframes timeout {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.success .close-btn {
  position: absolute;
  right: 0;
  top: 9px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 2px;
  box-sizing: border-box;
}
.success .close-btn:active,
.success .close-btn:hover {
  opacity: 1;
}
.success .close-btn:before {
  color: #FFF;
  content: '\2573';
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 0px;
  top: 0px;
}
.error {
  padding: 8px 36px;
  word-wrap: break-word;
  border-radius: 2px;
  margin-bottom: 8px;
  font-size: var(--font__size--M);
  font-weight: var(--font__weight--regular);
  color: #68231E;
  color: var(color__alert__on-error--text);
  word-spacing: normal;
  box-sizing: border-box;
  line-height: 20px;
  width: 100%;
  background: #FEEBEE no-repeat 8px center;
  background-color: color__alert__error;
  background-image: url('../images/webImages/svg/MaterialDesignIcons.svg#Error_Alert');
  background-size: 24px;
  position: relative;
}
.error.no-btn {
  padding: 8px 8px 8px 36px;
}
.error img {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  padding: 2px 3px;
  margin: -2px 1px;
}
.error * {
  color: #68231E;
  color: var(color__alert__on-error--text);
}
.error *.btnPrimary {
  margin: -4px 6px;
  height: 24px;
  min-height: 0;
  padding: 0 1rem;
  background: #666;
}
.error *.btnPrimary * {
  vertical-align: middle;
}
.Inhalt.Ictl .error {
  display: block;
  min-height: 30px;
}
@supports (-webkit-appearance:none) {
  .error {
    background-image: url('../images/webImages/svg/MaterialDesignIcons.svg?Error_Alert#Error_Alert');
  }
}
span.error {
  display: inline-block;
}
.error.flash-msg,
.error.toast-msg {
  min-height: 18px;
}
.error.flash-msg .timeout,
.error.toast-msg .timeout {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
}
.error.flash-msg .timeout .timeout-process,
.error.toast-msg .timeout .timeout-process {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  float: right;
  animation: timeout 5s linear;
}
@keyframes timeout {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.error .close-btn {
  position: absolute;
  right: 0;
  top: 9px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 2px;
  box-sizing: border-box;
}
.error .close-btn:active,
.error .close-btn:hover {
  opacity: 1;
}
.error .close-btn:before {
  color: #FFF;
  content: '\2573';
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 0px;
  top: 0px;
}
.info {
  padding: 8px 36px;
  word-wrap: break-word;
  border-radius: 2px;
  margin-bottom: 8px;
  font-size: var(--font__size--M);
  font-weight: var(--font__weight--regular);
  color: #0D3C61;
  color: var(color__alert__on-info--text);
  word-spacing: normal;
  box-sizing: border-box;
  line-height: 20px;
  width: 100%;
  background: #E3F2FD no-repeat 8px center;
  background-color: color__alert__info;
  background-image: url('../images/webImages/svg/MaterialDesignIcons.svg#Information_Alert');
  background-size: 24px;
  position: relative;
}
.info.no-btn {
  padding: 8px 8px 8px 36px;
}
.info img {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  padding: 2px 3px;
  margin: -2px 1px;
}
.info * {
  color: #0D3C61;
  color: var(color__alert__on-info--text);
}
.info *.btnPrimary {
  margin: -4px 6px;
  height: 24px;
  min-height: 0;
  padding: 0 1rem;
  background: #666;
}
.info *.btnPrimary * {
  vertical-align: middle;
}
.Inhalt.Ictl .info {
  display: block;
  min-height: 30px;
}
@supports (-webkit-appearance:none) {
  .info {
    background-image: url('../images/webImages/svg/MaterialDesignIcons.svg?Information_Alert#Information_Alert');
  }
}
span.info {
  display: inline-block;
}
.info.flash-msg,
.info.toast-msg {
  min-height: 18px;
}
.info.flash-msg .timeout,
.info.toast-msg .timeout {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
}
.info.flash-msg .timeout .timeout-process,
.info.toast-msg .timeout .timeout-process {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  float: right;
  animation: timeout 5s linear;
}
@keyframes timeout {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.info .close-btn {
  position: absolute;
  right: 0;
  top: 9px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 2px;
  box-sizing: border-box;
}
.info .close-btn:active,
.info .close-btn:hover {
  opacity: 1;
}
.info .close-btn:before {
  color: #FFF;
  content: '\2573';
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ico-success {
  margin-top: -30px;
  margin-left: 20px;
}
.Success.Text {
  opacity: 0.65;
  margin-top: 10px;
}