@font-face {
  font-family: 'Gotham Narrow A';
  src: url(../fonts/GothamNarrow-Book.woff);
  font-weight: 400
}

@font-face {
  font-family: 'Gotham Narrow A';
  src: url(../fonts/GothamNarrow-Medium.woff);
  font-weight: 500
}

@font-face {
  font-family: 'Gotham Narrow A';
  src: url(../fonts/GothamNarrow-Bold.woff);
  font-weight: 700
}

@font-face {
  font-family: 'Handelson';
  src: url(../fonts/34273B_0_0.woff);
  font-weight: 400
}

body {
  font-family: 'Gotham Narrow A', Arial, Helvetica, sans, serif;
  -webkit-font-smoothing: antialiased;
  color: #0E242F;
  margin: 0;
  box-sizing: border-box;
}
header, #kc-form, #kc-info-wrapper, .alert-error, .pf-m-danger, #kc-reset-password-form,
#kc-register-form, #kc-error-message, .instruction, .alert-success, .pf-m-success {
  width: 90vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  header, #kc-form, #kc-info-wrapper, .alert-error, .pf-m-danger, #kc-reset-password-form,
  #kc-register-form, #kc-error-message, .instruction, .alert-success, .pf-m-success {
    width: 75vw;
  }
}
@media (min-width: 999px) {
  header, #kc-form, #kc-info-wrapper, .alert-error, .pf-m-danger, #kc-reset-password-form,
  #kc-register-form, #kc-error-message, .instruction, .alert-success, .pf-m-success {
    width: 50vw;
  }
}
@media (min-width: 1920px) {
  header, #kc-form, #kc-info-wrapper, .alert-error, .pf-m-danger, #kc-reset-password-form,
  #kc-register-form, #kc-error-message, .instruction, .alert-success, .pf-m-success {
    width: 40vw;
  }}

h1 {
  font-weight: 400;
  margin: 2.5rem 0;
}

@media (min-width: 480px) {
  h1 {
    margin: 3rem 0;
  }
}
#kc-header, #kc-locale {
	display: none;
}
#kc-info {
  background: #FFCD0D;
}

/* alert */
.alert-error, .pf-m-danger {
  margin: 0 auto;
  color: #0e242f;
  font-size: .75rem;
  display: flex;
  align-items: center;
}
.pf-c-alert__icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/attention.svg);
  display: inline-block;
  margin-right: 1rem;
}

/* forms */
#kc-form-buttons > input[type=submit] {
  display: inline-block;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  padding: 1.25rem 2.5rem;
  color: #fff;
  background-color: #0e242f;
  font-size: 1rem;
  border: 0;
  text-align: center;
  line-height: 1em;
  margin: 3rem 0;
  outline: 0 !important;
  -webkit-appearance: none;
  border-radius: 0;
}
label {
  display: block;
  color: #a4a4a4;
  position: relative;
  top: 3rem;
  left: 1rem;
  margin-bottom: 1.5rem;
  transition: top .3s;
}
#kc-reset-password-form #username,
input[type=text],
input[type=password]
 {
  display: block;
  width: 100%;
  outline: 0;
  height: 2.25rem;
  padding: 0.375rem 1rem !important;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  padding: 0;
  padding-left: 0;
  color: #0e242f;
  font-size: 22px;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #a4a4a4;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 0;
}

#kc-form-login > div:focus-within > label[for=username],
#kc-register-form > div:focus-within > div > label[for=email],
#kc-reset-password-form > div:focus-within > div > label[for=username],
.up {
  top: 1.2rem !important;
  transition: top .3s;
}

a {
  color: #0e242f;
}

/* forgot password link, back to login link*/
#kc-form-login > div > div > span > a, #kc-form-options > div > span > a {
  display: inline-block;
  margin-bottom: 2.5rem;
}
@media (min-width: 480px) {
  #kc-form-login > div > div > span > a, #kc-form-options > div > span > a {
    margin: 4.125rem 0;
  }
}

.pons-terms {
  font-size: 0.875rem;
  margin-top: 3.875rem;
}

.g-recaptcha {
  margin-top: 3rem;
}

/* new user */
#kc-info-wrapper {
  min-height: 18rem;
  display: flex;
  align-items: center;
}
@media (min-width: 480px) {
  #kc-info-wrapper {
    min-height: 10.313rem;
  }
}
#kc-registration-container, #kc-registration {
  width: 100%;
}
#kc-registration > span {
  color: #36A5EC;
  font-family: 'Handelson', Arial, Helvetica, sans;
  font-size: 3.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 480px) {
  #kc-registration > span {
    font-size: 4.063rem;
    flex-direction: row;
    align-items: center;
  }
}
#kc-registration > span > .no-account {
  text-decoration: underline;
  text-underline-offset: .5rem;
}
#kc-registration > span > a {
  font-family: 'Gotham Narrow A', Arial, Helvetica, sans, serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding: 1.25rem 1.875rem;;
  color: white;
  background-color: #36a5ec;
  font-size: 1rem;
  border: 0;
  text-align: center;
  line-height: 1.2;
  flex: auto;
  outline: 0 !important;
  margin-top: 2rem;
}
@media (min-width: 480px) {
  #kc-registration > span > a {
    margin-top: 0;
    margin-left: 4rem;
  }
}
@media (min-width: 1440px) {
  #kc-registration > span > a {
    margin-left: 15rem;
  }
}
@media (min-width: 1920px) {
  #kc-registration > span > a {
    margin-left: 19rem;
  }
}
#kc-registration > span > a:hover, 
#kc-registration > span > a:focus, 
#kc-form-buttons > input[type=submit]:hover,
#kc-form-buttons > input[type=submit]:focus { 
  box-shadow: 6px 6px 11px rgba(0,0,0,.2);
  outline: 0 !important;
}
header>h1 {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: row;
}
@media screen and (max-width: 480px) {
  header>h1 {
    flex-direction: column;
  }
}
.logo_wrapper,
.title_wrapper{
  /* flex:0 1 auto; */
  align-self:auto;
}
.logo_wrapper{
  margin-top: 6px;
  background-image: URL('../img/ls-logo-quadratisch.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 98px;
}
.title_wrapper{
  margin-top: 3.4rem;
}