/*Kopiert von patternfly.css*/

body {
  margin: 0;
  color: #363636;
  font-family: Inter, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

a {
  color: #0088ce;
  text-decoration: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

button, input, optgroup, select, textarea
{
  color: inherit;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
}

/*BASIC*/

@font-face {
    font-family: "inter";
    font-weight: 100 1000;
    src: url("../fonts/inter/Inter-VariableFont_slnt,wght.ttf") format("truetype") tech('variations'),
	     url("../fonts/inter/Inter-VariableFont_slnt,wght.ttf") format('truetype-variations');
}

.banner {
  display: grid;
  align-content: center;
  padding-left: 10px;
  height: 48px;
  max-height: 48px;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.background {
  background-color: rgb(246, 246, 246);
  min-height: 100vh;
  position: relative;
}

.alert {
  font-size: 15px;
  color: red;
  padding: 0px;
}

.header {
  line-height: 30px;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px;
}

.main-header {
  font-size: 24px;
  line-height: 32px;
  padding-top: 64px;
  padding-bottom: 16px;
  font-weight: 600;
  color: rgb(61, 66, 77);
}

.header-bottom-distance {
  padding-bottom: 30px;
}

.sub-header {
  font-size: 14px;
  line-height: 20px;
  color: rgb(35, 39, 46);
}

.locale {
  position: absolute;
  z-index: 9999;
  margin-right: 16px;
  margin-top: 4px;
  right: 0;
  min-width: 100px;
  background-color: rgb(255, 255, 255);
  border-color: rgb(167, 172, 180);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  font-size: 14px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  outline-color: rgb(102, 110, 122);
  letter-spacing: 0.15px;
}

.locale:hover {
  box-shadow: 0px 0px 0px 4px rgba(254, 205, 205, 0.7);
  outline: transparent solid 4px;
}

.locale a {
  color: rgb(35, 39, 46);
  background: 0 0;
  padding-left: 10px;
  font-weight: 300;
}

.locale a:hover {
  text-decoration: none;
}

.locale a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.locale ul {
  display: none;
  position: absolute;
  right: -1px;
  min-width: 100px;
  padding: 2px 0;
  background-color: rgb(255, 255, 255);
  border-color: rgb(167, 172, 180);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.locale:hover ul {
  display: block;
}

.locale ul li a {
  display: block;
  padding: 5px 14px;
  color: #000 !important;
  text-decoration: none;
  line-height: 20px;
}

.locale ul li a:hover {
  color: #4d5258;
  background-color: rgba(0, 119, 85, 0.04);
}

.locale-svg {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: 10px;
}

.content {
  max-width: 768px;
  margin: auto;
  position: relative;
  display: grid;
  padding-bottom: 160px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
}

.footer hr {
  border: 0;
  border-top: 1px solid rgb(230, 231, 235, 1);
  margin: -20px auto auto auto;
  padding: 0px 0px 20px 0px;
  width: 70%;
}

.form-wrapper {
  width: 100%;
  margin: auto;
  padding: 0px 10px;
  font-family: Inter, Helvetica, Arial, sans-serif;
}

.form-wrapper p {
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.15px;
  text-align: center;
}

.form-content-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.split-form-content-wrapper {
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}

.login-table {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 10px 0px 10px;
}

.login-option {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15px;
  padding-left: 10px;
  width: 100%;
  height: 48px;
  text-align: left;
}

.login-option:hover {
  border-radius: 4px;
  border: 1px solid #A7ACB4;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08), 0px 1px 18px rgba(0, 0, 0, 0.06), 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.login-option img {
  padding-right: 5px;
}

.login-icon {
  display: table-cell;
  width: 48px;
  position: relative;
  text-align: center;
}

.login-icon svg {
  margin-bottom: -8px;
}

.login-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 0;
  width: 235px;
  height: 85px;
  opacity: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08), 0px 1px 18px rgba(0, 0, 0, 0.06), 0px 3px 5px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  top: -80px;
  left: -200px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.login-icon:hover::after {
  opacity: 100;
}

.link a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.25px;
  line-height: 20px;
}

.inline-link a {
  padding: 0px 0px 0px 5px;
}

.footer-wrapper {
  display: table;
  margin: auto;
}

.footer-wrapper a {
  color: rgb(102, 110, 122);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.25px;
  line-height: 40px;
}

.footer-wrapper img {
  margin: auto;
}

.footer-element {
  display: grid;
  position: relative;
  height: 40px;
  align-content: center;
}

.logo {
  height: 96px;
  width: 96px;
  margin: 40px auto;
  background-size: 100%;
}

.logo img {
  width: 100%
}

.label {
  padding-left: 0px;
  padding-bottom: 5px;
}

.label label {
  color: rgb(102, 110, 122);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.15px;
  padding: 0;
}

.input {
  margin-bottom: 20px;
  align-items: center;
  display: grid;
  height: 32px;
}

.input input {
  color: rgb(35, 39, 46);
  font-size: 14px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15px;
  outline: none;
  border: medium none;
  padding: 0px;
  height: auto;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-color: rgb(167, 172, 180);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  height: 32px;
  padding-left: 12px;
  padding-right: 8px;
}

.input input[type="password"] {
  font-size: 10px;
}

.input input:focus, .button:focus, button:focus {
  box-shadow: 0px 0px 0px 4px rgba(254, 205, 205, 0.7);
  outline: transparent solid 4px;
}

.link a:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0px;
}

.input input:read-only {
  color: rgb(102, 110, 122);
}

.input svg {
  position: absolute;
  justify-self: end;
  margin-right: 5px;
}

.button-group {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}

.button {
  font-size: 14px;
  font-weight: 600;
  font-family: Inter, Helvetica, Arial, sans-serif;
  line-height: 20px;
  letter-spacing: 1.25px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding: 8px 12px;
  height: 40px;
  width: 45%;
  min-width: fit-content;
}

.button + .button {
 margin-left: 10px;
}

.primary-button {
  color: rgb(255, 255, 255);
  border-color: transparent;
}

.secondary-button {
  background-color: transparent;
  border-color: rgb(167, 172, 180);
}

.secondary-button:hover {
  background-color: rgba(0, 119, 85, 0.08);
}

.registration {
  display: flex;
  justify-content: center;
}

.registration span {
  margin-top: -10px;
  margin-bottom: 30px;
  letter-spacing: 0.15px;
  margin-right: 10px;
  color: rgb(102, 110, 122);
  font-size: 14px;
  line-height: 20px;
}

.input-with-label{
  letter-spacing: 0.15px;
  color: rgb(102, 110, 122);
  display: flex;
}

.input-with-label input {
  margin: 0 4px 0;
}

.remember-me{
  font-size: 14px;
  justify-content: end;
}

.bottom-distance {
  margin-bottom: 30px;
}

.top-distance {
  margin-top: 30px;
}

.move-up {
  margin-top: -10px;
}

.error-input input {
  border-color: rgb(211, 49, 49);
}

.message {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0px 0px 20px 0px;
}

.message-content {
  display: inline-flex;
  justify-content: center;
  background-color: white;
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08), 0px 1px 18px rgba(0, 0, 0, 0.06), 0px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.error-content {
  background-color: rgb(255, 245, 245);
  border-color: rgb(211, 49, 49);
  color: rgb(175, 19, 19);
}

.warning-content {
  background-color: rgb(255, 249, 235);
  border-color: rgb(147, 110, 16);
  color: rgb(114, 84, 9);
}

.info-content {
  background-color: rgb(242, 249, 253);
  border-color: rgb(16, 90, 127);
  color: rgb(17, 76, 110);
}

.ok-content {
  background-color: rgb(247, 253, 247);
  border-color: rgb(45, 134, 48);
  color: rgb(25, 107, 28);
}

.message-text {
  margin-bottom: auto;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.iframe {
	border: none;
	width: 100%;
}


.iframe-container {
	text-align: center;
	padding: 40px 10px 0px 10px;
}

.icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-content: center;
  margin-top: auto;
  margin-bottom: auto;
}

.icon-left {
  margin-right: 20px;
}

.icon-right {
  margin-left: 20px;
}

.icon svg {
  width: 100%;
}

.icon-error svg {
  color: rgb(235, 92, 92);
}

.icon-warning svg {
  color: rgb(182, 143, 27);
}

.icon-ok svg {
  color: rgb(73, 167, 76);
}

.icon-info svg {
  color: rgb(64, 155, 201);
}

.icon-close svg:hover{
  color: rgb(205, 208, 214);
}

input[type="checkbox"]{
  appearance: none;
  background-color: #fff;
  font: inherit;
  color: currentColor;
  width: 1em;
  height: 1em;
  border-color: rgb(167, 172, 180);
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  display: grid;
  place-content: center;
  align-self: center;
}

input[type="checkbox"]:hover{
  box-shadow: 0px 0px 0px 4px rgba(254, 205, 205, 0.7);
  outline: transparent solid 4px;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: rgb(255, 255, 255);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.password-eye {
  color: rgb(79, 87, 99);
}

.input-error {
  margin-left: 5px;
  margin-top: -20px;
  margin-bottom: 5px;
  line-height: 15px;
  font-family: inter;
  color: rgb(175, 19, 19);
}

.input-error-message {
  font-size: 12px;
  font-family: inter;
  color: rgb(175, 19, 19);
}

/*RESIZING*/

@media only screen and (min-width: 768px) {
  .banner {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDE0NDAgNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgo8cGF0aCBkPSJNNDQyLjk5NyAtOC42ODA1QzM0NS4zNzYgNTkuOTY4NyAtMjUuMTY4IDU0LjEwOTggLTExOC40NjIgNDUuMzEyMUwtMTE5LjM2OCA3NC4xMzA1TDE5MDEuNDEgMTc2LjcyM0wxOTAyLjQ1IDE0My41NDRDMTE2Ny40OCAxMjAuNDQ3IDEwNTkuMjIgNDQuMzQwNSA4NTEuMDQ1IC0yNC4xNzkxQzY0MC4yNjQgLTkzLjU1MzcgNDk2LjAxOCAtNDUuOTY2MiA0NDIuOTk3IC04LjY4MDVaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXIpIi8+CjwvZz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9Ijk5Ni41MTMiIHkxPSItMTQ0Ljk5NyIgeDI9Ijk4Ni4wNTEiIHkyPSIxMjQuOTEyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAuNzIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI0OCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
    background-position: center center;
    background-repeat: no-repeat;
  }

  .content {
    padding-bottom: 80px;
  }

  .footer {
    height: 80px;
    align-content: center;
  }

  .login-icon::after {
    top: -15px;
    left: 50px;
  }

  .split-form-content-wrapper {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
  }

  .split-form-content-wrapper .half-size {
    width: 48%;
  }

  .login-icon-fake {
    display: table-cell;
    width: 48px;
    position: relative;
  }

  .main-header {
    font-size: 36px;
    line-height: 42px;
  }

  .small-form-wrapper {
    max-width: 500px;
  }

  .footer-element {
    display: table-cell;
	height: auto;
  }

  .footer-wrapper a, .footer-wrapper img {
    line-height: 20px;
    padding: 0px 10px;
  }
}
/*THEMING*/

.default-theme .link a, .default-theme .secondary-button, .default-theme .password-eye-active {
  color: rgb(0, 119, 85);
}

.default-theme .primary-button, .default-theme .banner, .default-theme input[type="checkbox"]:checked {
  background-color: rgb(0, 119, 85);
}

.default-theme .primary-button:hover {
  background-color: rgb(19, 150, 113);
}

.default-theme input[type="checkbox"]:checked {
  border-color: rgb(0, 119, 85);
}

.default-theme .logo {
  background: url("../img/logo-default.png");
  background-size: 100%;
}

.bb-theme .link a, .bb-theme .secondary-button, .bb-theme .password-eye-active {
  color: rgb(16, 90, 127);
}

.bb-theme .banner {
  background-color: rgb(199, 60, 53);
}

.bb-theme .primary-button, .bb-theme input[type="checkbox"]:checked {
  background-color: rgb(16, 90, 127);
}

.bb-theme .primary-button:hover {
  background-color: rgb(39, 113, 150);
}

.bb-theme input[type="checkbox"]:checked {
  border-color: rgb(16, 90, 127);
}

.bb-theme .logo {
  background: url("../img/logo-bb.png");
  background-size: 100%;
}

.sn-theme .link a, .sn-theme .secondary-button, .sn-theme .password-eye-active {
  color: rgb(51, 126, 51);
}

.sn-theme .banner {
  background-color: rgb(51, 126, 51);
}

.sn-theme .primary-button, .sn-theme input[type="checkbox"]:checked {
  background-color: rgb(51, 126, 51);
}

.sn-theme .primary-button:hover {
  background-color: rgb(95, 158, 95);
}

.sn-theme input[type="checkbox"]:checked {
  border-color: rgb(51, 126, 51);
}

.sn-theme .logo {
  background: url("../img/logo-sn.png");
  background-size: 100%;
}
