@import url('font-awesome.min.css');
@import url('AirPlusSerif.css');
@import url('AirPlusSans.css');

/* starts basic style */
:root {
  --pf-global--FontSize--md: 16px;
  --pf-global--FontSize--sm: 12px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Spacing */
.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

html, body {
  height: 100%;
  min-height: 100%;
  font-family: "AirPlus Sans", "Verdana", "Arial", sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 1.66666667;
}

a:hover {
  color: #000000;
}

/* ends basic style */

/* starts main style */
#wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

/* starts header style */
header {
  max-height: 74px;
  min-height: 74px;
  position: absolute;
  z-index: 1000;
  width: 100%;
}

header .container {
  justify-content: center;
}

header .container, footer .container {
  display: flex;
  max-width: 92vw;
  margin: 0 auto;
}

.container {
  margin-right: 18vw;
  margin-left: auto;
  padding: 0;
  width: 100%;
}

.headerBrand {
  position: absolute;
  height: 66px;
  width: 92vw;
  background-color: #fff;
  border-bottom: 1px solid #C7C4BF;
  z-index: 10;
  border-radius: 0 0 0 0;
}

.headerWrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 92vw;
  height: auto;
  width: 100%;
}

#headerText {
  margin: 12px 16px 12px 57px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  height: auto;
}

/* ends header style */

/* starts logo style */
.logo-group {
  display: flex;
  flex-flow: row;
  float: left;
  z-index: 20;
}

#kc-logo {
  display: flex;
  align-items: center;
  height: 66px;
  padding: 24px;
  border-radius: 0 0 16px 16px;
  z-index: 10;
}

#kc-logo-wrapper {
  background-image: url("../img/rebrand/logo/AirPlus_wordmark_black_rgb-original.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 89px;
  height: 18px;
  cursor: pointer;
}

/* ends logo style */

/* start language style */
#kc-locale {
  height: 66px;
  display: flex;
  z-index: 20;
  background-color: #fff;
}

#kc-locale #kc-locale-dropdown {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#kc-locale:hover #kc-locale-dropdown {
  box-shadow: 0 0 8px 0 rgba(22, 15, 91, .16);
  background-color: #FFFFFF;
}

a#kc-current-locale-link {
  justify-content: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  height: 66px;
  width: 100%;
  padding: 0 48px;
  align-items: center;
}

a#kc-current-locale-link:hover {
  background-color: transparent;
}

#kc-locale-dropdown > a {
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
}

#kc-locale ul {
  display: none;
  height: auto;
  background-color: #fff;
  list-style: none;
  right: 0;
  top: 0;
  padding: 0;
  position: relative;
  z-index: 100;
  box-shadow: 0 0 8px 0 rgba(22, 15, 91, .16);
}

#kc-locale:hover ul {
  display: block;
  margin: 0;
  width: 100%;
}

#kc-locale ul li {
  height: 44px;
  width: 100%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 2px solid #F0ECEB;
  border-bottom: 2px solid #F0ECEB;
  border-right: 2px solid #F0ECEB;
}

#kc-locale ul li:hover {
  color: #000000;
  background-color: #F0ECEB;
}

#kc-locale ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  display: block;
  line-height: 40px;
  background: none;
  text-decoration: none;
}

#kc-locale ul li a:hover {
  color: #000000;
  background-color: #F0ECEB;
  font-weight: 400;
}

.langWrap {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

.lang {
  display: none;
  margin-left: 16px;
  margin-right: 8px;
}

.langDE {
  background-image: url("../img/flags/DE.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.langEN {
  background-image: url("../img/flags/EN.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.langES {
  background-image: url("../img/flags/ES.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.langFR {
  background-image: url("../img/flags/FR.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.langIT {
  background-image: url("../img/flags/IT.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.langNL {
  background-image: url("../img/flags/NL.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

/* ends language style*/

/* starts main content style*/
#kc-container {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  transition: background-image 1s ease-in-out;
}

header, footer, #kc-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.kc-container-bgImg {
  background-image: url(../img/rebrand/bg/airplus_background.jpg);
}

#kc-container #kc-container-wrapper {
  height: 100%;
  width: 100%;
}

#kc-content {
  position: relative;
}

#kc-container #kc-container-wrapper #kc-content {
  width: 428px;
  min-height: 428px;
  max-height: fit-content;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(22, 15, 91, 0.16);
  border: 1px solid #C7C4BF;
  border-radius: 10px;
  padding: 28px 40px 24px 40px;
  color: #1A1917;
  display: flex;
  font-weight: 400;
  flex-flow: column;
  margin-top: 30vh;
  margin-bottom: 8vh;
}

#kc-header {
  font-family: "AirPlus Serif", "Verdana", "Arial", sans-serif;
  overflow: visible;
}

#kc-container #kc-container-wrapper #kc-header {
  font-size: 16px;
  color: #1A1917;
  line-height: 24px;
  font-weight: 500;
}

#kc-header-wrapper-strong {
  font-size: 24px;
  font-weight: 600;
  margin-top: 2px;
  color: #000000;
  margin-bottom: 36px;
}

#kc-container #kc-container-wrapper #kc-header strong {
  font-weight: 500;
  display: block;
}

#kc-content-wrapper {
  display: flex;
  flex-flow: column;
}

/* starts Input fields style*/
/*placeholder input */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8A87AD;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #8A87AD;
}

.form-control::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.form-control::-moz-placeholder, /* Firefox 19+ */
.form-control:-ms-input-placeholder, /* IE 10+ */
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #8A87AD;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}

.form-group {
  display: flex;
  flex-flow: column;
}

.form-group .form-label {
  display: none;
}

.form-input {
  width: 100%;
  margin-bottom: 16px;
}

.form-group .form-control {
  height: 48px;
  border: 1px solid #C7C4BF;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  outline: 0;
  width: 100%;
}

.form-group .form-control:hover {
  border-color: #1A1917;
}

.form-group .form-control:focus {
  border-color: #1A1917;
  color: #1A1917;
}

.form-control:valid, .form-control:focus {
  background-color: #FFFFFF;
  color: #000000;
}

.form-control:invalid {
  background-color: #FCE9EB;
  border-color: #CC1F33;
}

.form-group:last-of-type {
  margin-bottom: 0;
  flex-flow: column;
}

.form-message .form-error {
  margin-top: -10px;
}

.form-error + #kc-form .form-group .form-control {
  border-color: #CC1F33;
  background-color: #FCE9EB;
  color: #000000;
}

.form-warning + #kc-form .form-group .form-control {
  border-color: #CC1F33;
}

/* ends input field style*/

/* starts form options */
#kc-form-options {
  width: 100%;
  float: none;
  display: block;
  text-align: right;
  margin-top: 8px;
}

#kc-form-options a {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
}

#kc-form-options a:hover {
  font-weight: 400;
  color: #1A1917;
  background-color: #F0ECEB;
}

#kc-form-options span {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* ends form options style*/

/* start button style */
#kc-form-buttons {
  text-align: right;
  width: 100%;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #000000;
  border-radius: 10px;
  cursor: pointer;
}

.btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-primary {
  color: #fff;
  background-color: #000000;
}

.btn-primary:hover {
  background-color: #1A1917;
  border-color: #1A1917;
}

.btn-primary:active {
  background-color: #000000;
}

.btn-primary:disabled {
  color: #C7C4BF;
  background-color: #F0ECEB;
  border: none;
}

.kc-btn-submit-disabled {
  color: #C7C4BF;
  background-color: #F0ECEB;
  pointer-events: none;
  border: none;
}

.btn-secondary {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
}

.btn-secondary:hover {
  color: #1A1917;
  background-color: #F0ECEB;
}

.btn-secondary:active {
  background-color: #C7C4BF;
}

.btn-secondary:disabled {
  color: #C7C4BF;
  background-color: #FFFFFF;
  border-color: #C7C4BF;
  cursor: auto;
}

#TAN-buttons {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}

#TAN-buttons .btn-secondary {
  margin-top: 8px;
}

#TAN-buttons .btn-primary {
  margin-top: 8px;
}

#kc-tan-back-to-login-link:disabled {
  color: #8A87AD;
  background-color: #F3F3F7;
}

/* counter TAN */
#clock {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
}

#clock-countdown {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color: #CD7C1C;
}

#clock-countdown-end {
  color: #CC1F33;
}

.clock-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url("../img/clock/timelapse-on-16px.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ends button style */

#kc-social-providers .kc-social-providers-title {
  text-align: center;
}

#kc-social-providers .kc-social-providers-list {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

#kc-social-providers .kc-social-providers-list > li {
  margin-bottom: 8px;
}

.fa-1-5x {
  font-size: 1.5rem;
}

/* start error alert style */
.alert {
  color: #CC1F33;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}

.alert-error {
  background-color: #fff;
  display: flex;
}

.alert-warning {
  background-color: #fff;
  display: flex;
}

.alert-success {
  background-color: #fff;
  display: flex;
  color: #1AAD3A;
}

.alert-info {
  background-color: #E2EEF5;
}

.alert .fa {
  font-size: 14px;
  margin-right: 8px;
  margin-top: 2px;
}

/* ends error alert style */

/* start info style */
#kc-info {
  width: auto;
}

.info-mobile {
  margin-bottom: 20px;
}

#kc-info-wrapper {
  font-size: 16px;
}

/* end info style  */

/* start register section style*/
#registerBox {
  margin-top: 34px;
  border-top: 1px solid #C7C4BF;
}

.registerBoxWrapper {
  display: flex;
  flex-flow: column;
  font-size: 14px;
  line-height: 24px;
}

.registerBoxpromt {
  margin-top: 16px;
}

.registerBoxLink {
  font-weight: 400;
  color: #1A1917;
}

.hyperlinkmigrate {
  text-decoration: underline;
  color: #000000;
  font-weight: 400;
}

/* ends register section style */

/* starts footer style*/
footer {
  display: flex;
  justify-content: flex-end;
}

footer .container {
  height: auto;
  background-color: #FFFFFF;
  border-radius: 0 0 0 0;
  border: 1px solid #C7C4BF;
  display: flex;
  flex-wrap: wrap-reverse;
  padding: 16px 32px;
  row-gap: 16px;
}

.container-copyright {
  display: flex;
  flex-flow: row;
  height: auto;
  align-items: center;
  justify-content: space-between;
}

.copyright {
  min-width: 126px;
}

.copyrightMobile {
  min-width: 126px;
  display: none;
}

footer .copyright {
  float: left;
  color: #85827D;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 8px 0 0;
}

footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
}

footer .footer-menu a {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  margin-left: 0;
  margin-right: 48px;
  text-decoration: none;
}

.footer-menu .hyperlinkmigrate {
  margin: 0;
}

/* ends footer style */

/* ends main content style*/

/* starts MQ style */
/* starts MQ 319 style */
@media (max-width: 319px) {
  .bgheaderText {
    display: none;
  }
}

/* ends MQ 319 style */

/* starts MQ 374 style */
@media (max-width: 374px) {
  .lang {
    margin-left: 8px;
  }

  #kc-container #kc-container-wrapper #kc-content {
    width: 100%;
    height: fit-content;
    padding: 28px 30px 16px 30px;
  }

  footer {
    min-height: 94px;
    max-height: 108px;
    justify-content: flex-start;
  }

  .container-copyright {
    display: flex;
    flex-flow: column;
  }
}

/* ends MQ 374 style */

/* starts MQ 479 style */
@media (max-width: 479px) {
  #kc-locale #kc-locale-dropdown {
    width: 160px;
  }

  #kc-locale ul li {
    padding-left: 16px;
  }
}

/* ends MQ 479 style */

/* starts MQ 767 style */
@media (max-width: 767px) {
  header {
    min-height: 48px;
    max-height: 48px;
  }

  .headerTitle {
    padding-left: 0;
  }

  .headerWrapper {
    height: 48px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 92vw;
  }

  .headerBrand {
    height: 48px;
  }

  #headerText {
    margin: 8px 16px 8px 50px;
  }

  #kc-container #kc-container-wrapper #kc-header {
    font-size: 16px;
  }

  #kc-header-wrapper-strong {
    font-size: 24px;
  }

  #kc-logo {
    height: 48px;
    padding: 15px;
  }

  #kc-info-wrapper {
    font-size: 16px;
  }

  #kc-locale {
    z-index: 99;
    height: 48px;
  }

  #kc-locale ul li {
    white-space: nowrap;
    width: auto;
  }

  #kc-locale #kc-locale-dropdown {
    margin-top: 0;
  }

  a#kc-current-locale-link {
    height: 48px;
  }

  a#kc-current-locale-link::after {
    padding: 4px 5px;
  }

  #kc-container #kc-container-wrapper {
    width: 100%;
  }

  #kc-container #kc-container-wrapper #kc-content {
    width: 340px;
    height: fit-content;
    padding: 28px 30px 16px 30px;
    margin-top: 20vh;
  }

  #kc-container #kc-container-wrapper #kc-content:before {
    display: none;
  }

  #kc-container #kc-container-wrapper #kc-content #kc-form #kc-form-options {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 14px;
  }

  #kc-container #kc-container-wrapper #kc-content #kc-form #kc-form-options a {
    text-decoration: underline;
    letter-spacing: 0;
  }

  #kc-container #kc-container-wrapper #kc-content #kc-form #kc-form-buttons {
    text-align: center;
    font-size: 12px;
  }

  #kc-content {
    margin-right: auto;
  }

  .form-group .form-control {
    font-size: 16px;
  }

  #kc-form-options a {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 48px;
  }

  #registerBox {
    margin-top: 20px;
  }

  footer {
    padding: 0;
  }

  footer .copyright {
    font-size: 16px;
  }

  .copyrightMobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    color: #85827D;
    font-size: 14px;
    line-height: 24px;
  }

  .copyright {
    display: none;
  }

  .container-copyright {
    display: flex;
    flex-flow: column;
    height: auto;
  }

  footer .container {
    row-gap: 0;
  }

  footer .footer-menu {
    row-gap: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  footer .footer-menu a {
    font-size: 14px;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .kc-container-bgImg {
    background-image: url(../img/rebrand/bg/airplus_background_mobile.jpg);
  }

  div#TAN-buttons {
    flex-flow: column;
  }

  #TAN-buttons .btn-secondary {
    margin-top: 0;
  }

  #TAN-buttons .btn-primary {
    margin-top: 0;
  }

  #kc-form-buttons {
    margin-bottom: 10px;
  }

  #kc-container #kc-container-wrapper #kc-content {
    height: fit-content;
  }
}

/* ends MQ 767 style */

/* starts MQ 768 style */
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

/* ends MQ 768 style */

/* starts MQ 1025 style */
@media (max-width: 1025px) {
  .kc-container-bgImg {
    background-image: url(../img/rebrand/bg/airplus_background_mobile.jpg);
  }
}

/* starts MQ 1025 style */

/* starts MQ 1279 style */
@media (min-width: 1279px) {
  .container {
    width: 92vw;
  }
}

@media (max-width: 1279px) {
  .btn {
    font-size: 14px;
    line-height: 24px;
    height: 40px;
    min-width: 164px;
  }

  #kc-container #kc-container-wrapper #kc-header {
    font-size: 14px;
  }

  #kc-header-wrapper-strong {
    font-size: 22px;
  }

  .form-group .form-control {
    font-size: 14px;
  }

  #kc-form-options a {
    font-size: 14px;
  }

  a#kc-current-locale-link {
    font-size: 14px;
  }

  #kc-locale ul li a {
    font-size: 14px;
  }

  footer .footer-menu a {
    font-size: 12px;
    margin-right: 24px;
  }

  footer .copyright {
    font-size: 12px;
  }

  #kc-info-wrapper {
    font-size: 14px;
  }
}

/* ends MQ 1279 style */
/* ends MQ style */

/* starts Custom classes */
.ap-fa-flex-lg { /*kcSelectAuthListItemArrowIconClass*/
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  width: 28px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ends Custom classes */
/* starts Authenticator styles*/
.select-auth-box-arrow {
  display: flex;
  align-items: center;
}

.select-auth-box-icon {
  display: flex;
  flex: 0 0 2em;
  justify-content: center;
  margin-right: 1rem;
  align-items: center;
}

.select-auth-box-parent {
  border-bottom: 1px solid #C7C4BF;
  padding: 12px 16px;
  cursor: pointer;
}

.select-auth-box-parent:hover {
  background-color: #ECE6FF;
  color: #1A1917;
}

.select-auth-box-parent:hover .select-auth-box-headline,
.select-auth-box-parent:hover .select-auth-box-desc {
  color: #1A1917;
}

.select-auth-box-parent:active {
  background-color: #1A1917;
  color: #FFFFFF;
}

.select-auth-box-parent:active .select-auth-box-headline,
.select-auth-box-parent:active .select-auth-box-desc {
  color: #FFFFFF;
}

.select-auth-container {
  padding-bottom: 0 !important;
}

.select-auth-box-headline {
  font-size: var(--pf-global--FontSize--md);
  color: #000000;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-overflow: ellipsis;
}

.select-auth-box-desc {
  color: #000000;
  font-size: var(--pf-global--FontSize--sm);
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.select-auth-box-paragraph {
  text-align: center;
  font-size: var(--pf-global--FontSize--md);
  margin-bottom: 5px;
}

.card-pf {
  margin: 0 auto;
  box-shadow: var(--pf-global--BoxShadow--lg);
  padding: 0 20px;
  max-width: 500px;
  border-top: 4px solid;
  border-color: #1A1917; /* default - IE compatibility */
  border-color: var(--pf-global--primary-color--100);
}

.pf-l-split {
  --pf-l-split--m-gutter--MarginRight: var(--pf-global--gutter);
  display: flex;
}

.pf-l-split.pf-m-wrap {
  flex-wrap: wrap;
}

.pf-l-split__item.pf-m-fill {
  flex-grow: 1;
}

.pf-l-split.pf-m-gutter > *:not(:last-child) {
  margin-right: var(--pf-l-split--m-gutter--MarginRight);
}

/* ends Authenticator styles*/
/* Internet Explorer 11 compatibility workaround for select-authenticator screen */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .select-auth-box-parent {
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer;
  }

  .select-auth-box-headline {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
  }

  .select-auth-box-desc {
    font-size: 14px;
  }

  .pf-l-stack {
    flex-basis: 100%;
  }
}

/* End of IE11 workaround for select-authenticator screen */

