:root{
  --primary: rgba(224,179,0,0.8);
  --secondary:rgba(224,179,0,0.8);
  --border-color: #dee2e6;
  --border-radius:1.5vh;
  --button-text:#000;
  --button-focus:0 0 0 3px rgba(121, 82, 179, 0.25);
  --link-color:rgba(224,179,0,0.8);
  --text-main:#363636;
  --text-bright:#000;
  --body-bg-color:#f9fafb;
  --footer-bg-color:#000;
  --form-bg-color:#FFF;
  --form-yellow-bg-color: #FDF9EA;
  --input-text-color:#000;
  --input-text-disabled:#7a7a7a;
  --input-placeholder-color: rgba(224,179,0,0.8);
  --input-border-color:#ccc;
  --input-background-color:#fff;
  --input-disabled:#f5f5f5;
  --input-focus:0 0 0 3px rgba(224,179,0,0.8);
  --error:#dc3545;
  --success:#198754;
  --warning:#664d03;
  --info:#0c5460;
  --alert-error-bg:#f8d7da;
  --alert-warning-bg:#fff3cd;
  --alert-success-bg:#d4edda;
  --alert-info-bg:#d1ecf1;
}
*,::after,::before{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
body{
  font-family: 'Poppins', sans-serif;
  font-size:1rem;
  line-height:1.25;
  background-image: url('../../images/background/bgwhite.svg');
  background-size: auto 100%;
  background-position: center;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  color:var(--text-main);
  width: 100%;
}
.registermob, .loginmob{
  display: none;
}
.registerdesk, .logindesk{
  display: block;
  margin-top: 15vh;
}
.logoregister{
  width: 80%;
  margin-left: 10%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
.pwnec{
  display: none;
}
.pwnec h2{
  margin-bottom: 0.3vh;
  font-size: 0.9vw;
  font-weight: 300;
  text-align: left;
}
.registerform{
  margin: 1rem auto;
  border-radius:1vh;
  padding: 0;
  width: 100%;
}
body>header{
  max-width:100%;
  display:flex;
  justify-content:center;
  background-color:#fff;
}
body>header>nav{
  max-width:var();
}
body>footer{
  background-color:var(--footer-bg-color);
  width:100%;
  margin-top:auto;
}
body>footer>p{
  text-align:center;
  padding:1rem 0;
  margin:0 auto;
}
body>main{
  margin:1rem auto;
  flex:2;
  width: 90%;
  margin-left: 5%;
}
.nextstepbutton{
  margin-top: 2vh;
}
.rightform{
  display: none;
}
main>div>div>form, main>form, main>div>form{
  margin:1rem auto;
  border:solid 1px var(--border-color);
  border-radius:var(--border-radius);
  background-color:var(--form-yellow-bg-color);
  padding: 2vh;
  display: grid;
  grid-template: repeat(2,1fr);
  width: 40%;
}
.formkyc{
  width: 90%;
  height: 80vh;
  margin-top: 10vh;
}
body>header>nav>a{
  display:flex;
  justify-content:center;
  align-items:center;
}
nav{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.tokenkaufform{
  width: 100%;
  margin: 1rem auto;
  border:solid 1px var(--border-color);
  border-radius:var(--border-radius);
  background-color: #FDF9EA;
  padding: 2vh;
}
.subformkauf{
  width: 100%;
}
.changecrypto{
  margin-top: 2vh;
}
.radiobox{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 100%;
}
.radioboxpay{
  margin-bottom: 2vh;
}
.radiobtn{
  width: 90%;
  margin-left: 5%;
  display: flex;
}
.radiobtn input{
  visibility: hidden;
}
.radiobtn label{
  cursor: pointer;
  font-size: 1.2vw;
  line-height:6vh;
  text-align:center;
  border: solid;
  border-width: 1px;
  border-color: #dee2e6;
  border-radius: 2vh;
  color: #000;
}
.radiobtn input:checked + label{
  transition: 0.36s;
  background-color: rgba(232,190,27,0.5);
}
.tokenkaufabradi{
  margin-top: 2vh;
}
.outputlabelrad{
  width: 100%;
  height: 5vh;
  border-radius: 2vh;
  border: solid;
  border-width: 1px;
  border-color: #dee2e6;
  line-height: 5vh;
  text-align: center;
  font-size: 1.2vw;
}
.uebersichtsform,.paymentmethods{
  width: 100%;
  background-color: #FFF;
  margin-top: 2vh;
  margin-bottom: 2vh;
  border-radius: 2vh;
  display: none;
}
.contentinuebersicht{
  width: 70%;
  margin-left: 15%;
}
.uebersichtsform h2{
  font-size: 1.2vw;
  margin-top: 2vh;
}
.uebersichtsform h3{
  font-size: 1vw;
  text-align: left;
  font-weight: 300;
}
.agreeagbsuebersicht{
  margin-bottom: 2vh;
}
.displaybox{
  margin:1rem auto;
  border:solid 1px var(--border-color);
  border-radius:var(--border-radius);
  background-color:#FFF;
  padding: 2vh;
}
.contentboxmanu, .contentboxmeta{
  width: 90%;
  margin-left: 5%;
  min-height: 10vh;
  background-color: rgba(232,190,27,0.2);
  display: none;
  border-radius: 2vh;
  border-width: 1px;
  border-color: #dee2e6;
  margin-top: 2vh;
  padding-bottom: 2vh;
}
.contentboxmeta{
  display: none;
  grid-template-columns: repeat(1,1fr);
}
.contentboxmeta button{
  width: 50%;
  margin-left: 25%;
  margin-top: 2vh;
  height: 6vh;
  font-size: 1.3vw;
  background-color: #FDF9EA;
  border-color: #FDF9EA;
}
.zahlungsangaben{
  width: 80%;
  margin-left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxinzahlung{
  width: 100%;
}
.zahlungsangaben h3{
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 6vh;
  width: 100%;
  background-color: #FDF9EA;
  margin-top: 2vh;
  border-radius: 2vh;
  padding-left: 1vh;
  text-align: center;
  cursor: pointer;
}
.zahlungsangaben h3:hover{
  transition: 0.36s;
  background-color: rgba(232,190,27,0.8);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.displaybox h2{
  text-align: center;
  font-size: 1.3vw;
  font-weight: 400;
}
.paymentdecisionbox{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-top: 2vh;
}
.paymentdecisionbox button{
  width: 90%;
  margin-left: 5%;
  height: 10vh;
  font-size: 1.5vw;
  font-weight: 300;
  background-color: rgba(232,190,27,0.2);
}
.radioboxpay{
  width: 100%;
  height: 15vh;
  margin-top: 2vh;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.radioboxpay a{
  width: 90%;
  margin-left: 5%;
  color: #000;
  background-color: #FFF;
  text-align: center;
  border-radius: 2vh;
  border:solid;
  border-width: 1px;
  border-color: #dee2e6;
  line-height: 15vh;
  font-size: 1.2vw;
  cursor: pointer;
}
.radioboxpay a:hover{
  transition: 0.36s;
  background-color: rgba(232,190,27,0.8);
}
.contentboxmeta{
  align-items: center;
  justify-content: center;
}
.contentboxmeta a{
  width: 40%;
  height: 6vh;
  border-radius: 2vh;
  color: #000;
  background-color: rgba(232,190,27,0.8);
  text-align: center;
  line-height: 6vh;
  font-size: 1.2vw;
  font-weight: 300;
  cursor: pointer;
}
.contentboxmeta a:hover{
  transition: 0.36s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.backtomainbtndiv{
  width: 100%;
  height: 4.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3vh;
}
.backtomainbtn{
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: 0.5s;
  width: 100%;
  height: 4.5vh;
  border-radius: 1vh;
  line-height: 4.5vh;
  background: #E0B300;
}
.backtomainbtn:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
nav ul{
  list-style:none;
  padding:0;
}
nav ul li{
  display:inline-block;
  margin:0 .5rem;
  position:relative;
  text-align:left;
}
nav li a{
  text-decoration:none;
  color:var(--text-main);
}
a{
  color:var(--link-color);
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}
article img,section img{
  max-width:100%;
}
hr{
  background-color:var(--input-border-color);
  border:none;
  height:1px;
  margin:1rem 0;
  width:100%;
}
ol li,ul li{
  padding:.2rem 0;
  margin:0 2rem;
}
p{
  margin:.75rem 0;
  padding:0;
}
details{
  margin:1.3rem 0;
}
details summary{
  font-weight:700;
  cursor:pointer;
}
form{
  width:40%;
}
form h2, form h1{
  padding:5px 0;
  font-size:1.8vw;
  font-weight:400;
  text-align:center;
  color:var(--text-bright);
  margin-bottom: 2vh;
}
form i{
  margin-left:-30px;
  cursor:pointer;
}
form p{
  margin-bottom:.5rem;
}
form>section{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  margin-bottom:1rem;
}
form>footer{
  text-align:center;
  padding:.5rem 0;
  font-size:.8rem;
  }
form>div{
  margin-bottom:.75rem;
}
input+small,label+small,textarea+small{
  color:var(--error);
}
label{
  display:inline-block;
  margin-bottom:5px;
  vertical-align:top;
  width:100%;
  margin-top: 1vh;
}
input,select,textarea{
  background-color:var(--input-background-color);
  color:var(--input-text-color);
  border:1px solid var(--input-border-color);
  border-radius:1vh;
  display:inline-block;
  padding:.5rem .75rem;
  width: 100%;
  font-family:inherit;
  font-size:1rem;
}
input::placeholder{
    color:#dee2e6;
}
input:focus,select:focus,textarea:focus{
  outline:0;
  box-shadow:var(--input-focus);
}
input[disabled],textarea[disabled]{
  background-color:var(--input-disabled);
  border:solid 1px var(--input-border-color);
  box-shadow:none;color:var(--input-text-disabled);
  cursor:not-allowed;
}
input.error,select.error,textarea.error{
  border-color:var(--error);
}
input.error:focus,select.error:focus,textarea.error:focus{
  box-shadow:0 0 0 .25rem rgb(220 53 69 / 25%);
}
input.success,select.success,textarea.success{
  border-color:var(--success);
}
input.success:focus,textarea.success:focus{
  box-shadow:0 0 0 .25rem rgb(25 135 84 / 25%);
}
a em,a i, .nextstepbutton{
  display:inline-block;
  color:var(--button-text);
  border-radius:var(--border-radius);
  border: solid;
  border-width: 0.2vh;
  border-color: rgba(232,190,27,1);
  font-size:1em;
  font-weight:400;
  text-align:center;
  padding:.5em .75em;
  min-width:10ch;
  user-select:none;
  font-style:normal;
  text-decoration:none;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.registerbut, button{
  display: inline-block;
  width: 35%;
  color: #000;
  border-radius: 1vh;
  border: solid;
  border-width: 2px;
  border-color: transparent;
  background: #E0B300;
  font-size: 1.4vw;
  font-weight: 400;
  text-align: center;
  transition: 0.5s;
  height: 4.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  line-height: 4.5vh;
  cursor: pointer;
}
.passwordbox button{
  width: 100%;
}
.registerbut:hover, button:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

a em:hover,a i:hover,.nextstepbutton:hover{
  background:var(--secondary);
  cursor:pointer;
}
a em:focus,a i:focus,button:focus,.nextstepbutton:focus{
  outline:0;
  color:var(--button-text);
  background-color:var(--secondary);
  border-color:var(--border-color);
  box-shadow:var(--button-focus);
}
a em,button[type=button]{
  background-color: #fff;
  color:#000;
  border-color:var(--primary);
}
a em:hover,button[type=button]:hover{
  background:var(--secondary);
  color:var(--button-text);
  cursor:pointer;
}
form>div>button, .nextstepbutton{
  display:block;
  width:100%;
}
form>div>div>label{
  width:auto;
  cursor:pointer;
  display:inline-block;
  position:relative;
  border-radius:var(--border-radius);
}
form>div>p>label{
  display:block;
  margin-left:auto;
  margin-bottom:.75rem;
}
label+label{
  margin-left:1rem;
}
input[type=checkbox],input[type=radio]{
  vertical-align:baseline;
  width:auto;
}
[hidden]{
  display:none;
}
.alert{
  position:absolute;
  margin-bottom:1rem;
  border-radius:1vh;
  z-index: 100000;
  margin-left: 15%;
  width: 70%;
  height: 8vh;
  margin-top: 12vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert h3{
  font-size: 1.3vw;
  line-height: 8vh;
  font-weight: 500;
  color: #000;
}
.alert-error{
  color: #000;
  background-color:var(--alert-error-bg);
  text-align: center;

}
.alert-warning{
  color: #000;
  background-color:var(--alert-warning-bg);
  text-align: center;
}
.alert-info{
  color: #000;
  background-color:var(--alert-info-bg);
  text-align: center;
}
.alert-success{
  color: #000;
  background-color:var(--alert-success-bg);
  text-align: center;
}
table{
  border-spacing:0;
  display:block;
  overflow-x:auto;
  text-align:left;
  width:100%;
}
td,th{
  padding:1.2rem 1.5rem;
}
td:first-child,th:first-child{
  padding-left:0;
}
td:last-child,th:last-child{
  padding-right:0;
}
@media (min-width:40rem){
  table{
    display:table;
    overflow-x:initial;
  }
}
.center{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.formkyc h2{
  font-size: 3vh;
}
.contentboxkyc{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.inputdiv{
  width: 80%;
  margin-left: 10%;
  height: 15vh;
}
.inputdiv input{
  height: 10vh;
}
.kycbutton{
  width: 90%;
  margin-left: 5%;
  background-color: rgba(224,170,0,0.6);
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 2vh;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 0.1vh solid #d4d4d4;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.inputna{
  width: 100%;
}
.subformkauf{
  display: none;
}
.informationdisplay{
  background-color: green;
  border-radius: 2vh;
  border-width: 1px;
  border-color: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30vh;
  background-color: rgba(232,190,27,0.1);
}
.informationdisplay h2{
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2vw;
}
.contentindisplayinfo button{
  width: 70%;
  margin-left: 15%;
}
.kycdeskmob{
  display: none;
}

@media only screen and (max-width: 1000px){
  .registerdesk, .logindesk{
    display: block;
    margin-top: 15vh;
  }
  .logoregister{
    width: 80%;
    margin-left: 10%;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  .pwnec{
    display: none;
  }
  .pwnec h2{
    margin-bottom: 0.3vh;
    font-size: 1.8vh;
    font-weight: 300;
    text-align: left;
  }
  .registerform{
    margin: 1rem auto;
    border-radius:1vh;
    padding: 0;
    width: 100%;
  }
  body>header{
    max-width:100%;
    display:flex;
    justify-content:center;
    background-color:#fff;
  }
  body>header>nav{
    max-width:var();
  }
  body>footer{
    background-color:var(--footer-bg-color);
    width:100%;
    margin-top:auto;
  }
  body>footer>p{
    text-align:center;
    padding:1rem 0;
    margin:0 auto;
  }
  body>main{
    margin:1rem auto;
    flex:2;
    width: 90%;
    margin-left: 5%;
  }
  .nextstepbutton{
    margin-top: 2vh;
  }
  .rightform{
    display: none;
  }
  main>div>div>form, main>form, main>div>form{
    margin:1rem auto;
    border:solid 1px var(--border-color);
    border-radius:var(--border-radius);
    background-color:var(--form-yellow-bg-color);
    padding: 2vh;
    display: grid;
    grid-template: repeat(2,1fr);
    width: 100%;
  }
  .formkyc{
    width: 90%;
    height: 80vh;
    margin-top: 10vh;
  }
  body>header>nav>a{
    display:flex;
    justify-content:center;
    align-items:center;
  }
  nav{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }
  .tokenkaufform{
    width: 100%;
    margin: 1rem auto;
    border:solid 1px var(--border-color);
    border-radius:var(--border-radius);
    background-color: #FDF9EA;
    padding: 2vh;
  }
  .subformkauf{
    width: 100%;
  }
  .changecrypto{
    margin-top: 2vh;
  }
  .radiobox{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
  }
  .radioboxpay{
    margin-bottom: 2vh;
  }
  .radiobtn{
    width: 90%;
    margin-left: 5%;
    display: flex;
  }
  .radiobtn input{
    visibility: hidden;
  }
  .radiobtn label{
    cursor: pointer;
    font-size: 1.2vw;
    line-height:6vh;
    text-align:center;
    border: solid;
    border-width: 1px;
    border-color: #dee2e6;
    border-radius: 2vh;
    color: #000;
  }
  .radiobtn input:checked + label{
    transition: 0.36s;
    background-color: rgba(232,190,27,0.5);
  }
  .tokenkaufabradi{
    margin-top: 2vh;
  }
  .outputlabelrad{
    width: 100%;
    height: 5vh;
    border-radius: 2vh;
    border: solid;
    border-width: 1px;
    border-color: #dee2e6;
    line-height: 5vh;
    text-align: center;
    font-size: 1.2vw;
  }
  .uebersichtsform,.paymentmethods{
    width: 100%;
    background-color: #FFF;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-radius: 2vh;
    display: none;
  }
  .contentinuebersicht{
    width: 70%;
    margin-left: 15%;
  }
  .uebersichtsform h2{
    font-size: 1.2vw;
    margin-top: 2vh;
  }
  .uebersichtsform h3{
    font-size: 1vw;
    text-align: left;
    font-weight: 300;
  }
  .agreeagbsuebersicht{
    margin-bottom: 2vh;
  }
  .displaybox{
    margin:1rem auto;
    border:solid 1px var(--border-color);
    border-radius:var(--border-radius);
    background-color:#FFF;
    padding: 2vh;
  }
  .contentboxmanu, .contentboxmeta{
    width: 90%;
    margin-left: 5%;
    min-height: 10vh;
    background-color: rgba(232,190,27,0.2);
    display: none;
    border-radius: 2vh;
    border-width: 1px;
    border-color: #dee2e6;
    margin-top: 2vh;
    padding-bottom: 2vh;
  }
  .contentboxmeta{
    display: none;
    grid-template-columns: repeat(1,1fr);
  }
  .contentboxmeta button{
    width: 50%;
    margin-left: 25%;
    margin-top: 2vh;
    height: 6vh;
    font-size: 1.3vw;
    background-color: #FDF9EA;
    border-color: #FDF9EA;
  }
  .zahlungsangaben{
    width: 80%;
    margin-left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .boxinzahlung{
    width: 100%;
  }
  .zahlungsangaben h3{
    font-size: 1.1vw;
    font-weight: 300;
    line-height: 6vh;
    width: 100%;
    background-color: #FDF9EA;
    margin-top: 2vh;
    border-radius: 2vh;
    padding-left: 1vh;
    text-align: center;
    cursor: pointer;
  }
  .zahlungsangaben h3:hover{
    transition: 0.36s;
    background-color: rgba(232,190,27,0.8);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  }
  .displaybox h2{
    text-align: center;
    font-size: 1.3vw;
    font-weight: 400;
  }
  .paymentdecisionbox{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 2vh;
  }
  .paymentdecisionbox button{
    width: 90%;
    margin-left: 5%;
    height: 10vh;
    font-size: 1.5vw;
    font-weight: 300;
    background-color: rgba(232,190,27,0.2);
  }
  .radioboxpay{
    width: 100%;
    height: 15vh;
    margin-top: 2vh;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .radioboxpay a{
    width: 90%;
    margin-left: 5%;
    color: #000;
    background-color: #FFF;
    text-align: center;
    border-radius: 2vh;
    border:solid;
    border-width: 1px;
    border-color: #dee2e6;
    line-height: 15vh;
    font-size: 1.2vw;
    cursor: pointer;
  }
  .radioboxpay a:hover{
    transition: 0.36s;
    background-color: rgba(232,190,27,0.8);
  }
  .contentboxmeta{
    align-items: center;
    justify-content: center;
  }
  .contentboxmeta a{
    width: 40%;
    height: 6vh;
    border-radius: 2vh;
    color: #000;
    background-color: rgba(232,190,27,0.8);
    text-align: center;
    line-height: 6vh;
    font-size: 1.2vw;
    font-weight: 300;
    cursor: pointer;
  }
  .contentboxmeta a:hover{
    transition: 0.36s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  }
  .backtomainbtndiv{
    width: 100%;
    height: 4.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vh;
    overflow: hidden;
  }
  .backtomainbtn{
    text-align: center;
    text-decoration: none;
    color: #000;
    transition: 0.5s;
    width: 100%;
    height: 4.5vh;
    border-radius: 1vh;
    line-height: 4.5vh;
    background: #E0B300;
    font-size: 2vh;
  }
  nav ul{
    list-style:none;
    padding:0;
  }
  nav ul li{
    display:inline-block;
    margin:0 .5rem;
    position:relative;
    text-align:left;
  }
  nav li a{
    text-decoration:none;
    color:var(--text-main);
  }
  a{
    color:var(--link-color);
    text-decoration:none;
  }
  a:hover{
    text-decoration:none;
  }
  article img,section img{
    max-width:100%;
  }
  hr{
    background-color:var(--input-border-color);
    border:none;
    height:1px;
    margin:1rem 0;
    width:100%;
  }
  ol li,ul li{
    padding:.2rem 0;
    margin:0 2rem;
  }
  p{
    margin:.75rem 0;
    padding:0;
  }
  details{
    margin:1.3rem 0;
  }
  details summary{
    font-weight:700;
    cursor:pointer;
  }
  form{
    width:100%;
  }
  form h2, form h1{
    padding:5px 0;
    font-size:2.5vh;
    font-weight:400;
    text-align:center;
    color:var(--text-bright);
    margin-bottom: 2vh;
  }
  form i{
    margin-left:-30px;
    cursor:pointer;
  }
  form p{
    margin-bottom:.5rem;
  }
  form>section{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    margin-bottom:1rem;
  }
  form>footer{
    text-align:center;
    padding:.5rem 0;
    font-size:.8rem;
    }
  form>div{
    margin-bottom:.75rem;
  }
  input+small,label+small,textarea+small{
    color:var(--error);
  }
  label{
    display:inline-block;
    margin-bottom:5px;
    vertical-align:top;
    width:100%;
    margin-top: 1vh;
  }
  input,select,textarea{
    background-color:var(--input-background-color);
    color:var(--input-text-color);
    border:1px solid var(--input-border-color);
    border-radius:1vh;
    display:inline-block;
    padding:.5rem .75rem;
    width: 100%;
    font-family:inherit;
    font-size:1rem;
  }
  input::placeholder{
      color:#dee2e6;
  }
  input:focus,select:focus,textarea:focus{
    outline:0;
    box-shadow:var(--input-focus);
  }
  input[disabled],textarea[disabled]{
    background-color:var(--input-disabled);
    border:solid 1px var(--input-border-color);
    box-shadow:none;color:var(--input-text-disabled);
    cursor:not-allowed;
  }
  input.error,select.error,textarea.error{
    border-color:var(--error);
  }
  input.error:focus,select.error:focus,textarea.error:focus{
    box-shadow:0 0 0 .25rem rgb(220 53 69 / 25%);
  }
  input.success,select.success,textarea.success{
    border-color:var(--success);
  }
  input.success:focus,textarea.success:focus{
    box-shadow:0 0 0 .25rem rgb(25 135 84 / 25%);
  }
  a em,a i, .nextstepbutton{
    display:inline-block;
    color:var(--button-text);
    border-radius:var(--border-radius);
    border: solid;
    border-width: 0.2vh;
    border-color: rgba(232,190,27,1);
    font-size:1em;
    font-weight:400;
    text-align:center;
    padding:.5em .75em;
    min-width:10ch;
    user-select:none;
    font-style:normal;
    text-decoration:none;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .registerbut, button{
    display: inline-block;
    width: 35%;
    color: #000;
    border-radius: 1vh;
    border: solid;
    border-width: 2px;
    border-color: transparent;
    background: #E0B300;
    font-size: 2vh;
    font-weight: 400;
    text-align: center;
    transition: 0.5s;
    height: 4.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    line-height: 4.5vh;
    cursor: pointer;
    overflow: hidden;
  }
  .passwordbox button{
    width: 100%;
  }
  a em:hover,a i:hover,.nextstepbutton:hover{
    background:var(--secondary);
    cursor:pointer;
  }
  a em:focus,a i:focus,button:focus,.nextstepbutton:focus{
    outline:0;
    color:var(--button-text);
    background-color:var(--secondary);
    border-color:var(--border-color);
    box-shadow:var(--button-focus);
  }
  a em,button[type=button]{
    background-color: #fff;
    color:#000;
    border-color:var(--primary);
  }
  a em:hover,button[type=button]:hover{
    background:var(--secondary);
    color:var(--button-text);
    cursor:pointer;
  }
  form>div>button, .nextstepbutton{
    display:block;
    width:100%;
  }
  form>div>div>label{
    width:auto;
    cursor:pointer;
    display:inline-block;
    position:relative;
    border-radius:var(--border-radius);
  }
  form>div>p>label{
    display:block;
    margin-left:auto;
    margin-bottom:.75rem;
  }
  label+label{
    margin-left:1rem;
  }
  input[type=checkbox],input[type=radio]{
    vertical-align:baseline;
    width:auto;
  }
  [hidden]{
    display:none;
  }
  .alert{
    position:relative;
    padding:1rem 1rem;
    margin-bottom:1rem;
    border-radius:var(--border-radius);
  }
  .alert-error{
    color:var(--error);
    background-color:var(--alert-error-bg);
  }
  .alert-warning{
    color:var(--warning);
    background-color:var(--alert-warning-bg);
  }
  .alert-info{
    color:var(--info);
    background-color:var(--alert-info-bg);
  }
  .alert-success{
    color:var(--success);
    background-color:var(--alert-success-bg);
  }
  table{
    border-spacing:0;
    display:block;
    overflow-x:auto;
    text-align:left;
    width:100%;
  }
  td,th{
    padding:1.2rem 1.5rem;
  }
  td:first-child,th:first-child{
    padding-left:0;
  }
  td:last-child,th:last-child{
    padding-right:0;
  }
  @media (min-width:40rem){
    table{
      display:table;
      overflow-x:initial;
    }
  }
  .center{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
  .formkyc h2{
    font-size: 3vh;
  }
  .contentboxkyc{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .inputdiv{
    width: 80%;
    margin-left: 10%;
    height: 15vh;
  }
  .inputdiv input{
    height: 10vh;
    background-color: rgba(224,170,0,0.6);
  }
  .kycbutton{
    width: 90%;
    margin-left: 5%;
    background-color: rgba(224,170,0,0.6);
  }
  .autocomplete {
    position: relative;
    display: inline-block;
  }
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
  }
  .autocomplete-items div {
    padding: 2vh;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 0.1vh solid #d4d4d4;
  }
  .autocomplete-items div:hover {
    background-color: #e9e9e9;
  }
  .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
  }
  .inputna{
    width: 100%;
  }
  .subformkauf{
    display: none;
  }
  .informationdisplay{
    background-color: green;
    border-radius: 2vh;
    border-width: 1px;
    border-color: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30vh;
    background-color: rgba(232,190,27,0.1);
  }
  .informationdisplay h2{
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 2vw;
  }
  .contentindisplayinfo button{
    width: 70%;
    margin-left: 15%;
  }
  .kycdesk{
    display: none;
  }
  .kycdeskmob{
    display: block;
  }
  .formkycmob{
    width: 90%;
    margin-left: 5%;
    min-height: 80vh;
  }
  .logokycmob{
    width: 80%;
    margin-left: 10%;
    margin-top: 2vh;
  }
  .formkycmob h2{
    margin-top: 2vh;
    font-size: 3.5vh;
    font-weight: 500;
    color: #000;
  }
  .contentboxkycmob{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 4vh;
  }
  .inputdivkycmob{
    width: 100%;
    height: 15vh;
  }
  .inputdivkycmob input{
    width: 100%;
    height: 10vh;
  }
}
