html {
  overflow-y: scroll;
}

body {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr;
  grid-template-rows: 96px auto 96px;
  background-color: #ffffff;
  font-family: 'BoschSans-Regular';
  overflow: hidden;
  margin: 0;
}


.header{
  background-image: url("Bosch-Supergraphic_RGB.svg");
  background-size: cover;
  width: 100%;
  min-width: 100%;
  height: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.logo {
  position: absolute;
  left: 0;
  top: 16px;
  height: 80px;
}

main {
  display: flex;
  align-items: center;
  flex-direction: column;
}

form {
  width: 100%;
  margin: auto;
  padding-top: 32px;
}

h1 {
  font-family: "BoschSans-Bold";
  font-size: 64px;
  margin: 40px 0 24px;
}

h4 {
  font-family: "BoschSans-Bold";
  font-size: 32px;
  padding-top: 96px;
  padding-bottom: 18px;
}

h5 {
  font-family: "BoschSans-Bold";
}

.selected {
  font-family: "BoschSans-Bold";
}

.italic {
  font-family: "BoschSans-Bold";
  font-style: italic;

}

.a-text-field {
  position: relative;
  height: 48px;
  width: auto;
  margin-top: 5px;
}

label {
  position: absolute;
  margin: 4px 16px auto 16px;
  font-size: 12px;
  max-width: calc(100% - 4rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

input {
  background-color: #e0e2e5;
  border: 0;
  border-bottom: 1px solid #000;
  color: #000;
  height: 48px;
  padding: 18px 16px 5px 18px;
  width: 100%;
}

input:hover {
  background-color: #C1C7CC;
}

input:active {
  background-color: #a4abb3;
}

input:focus {
  background-color: #D1E4FF;
  border-bottom-color: #000;
  outline: none;
}

.a-dropdown {
  position: relative;
  height: 48px;
  width: auto;
  margin-top: 5px;
}

.a-dropdown::after {
  position: absolute;
  width: 18px;
  content: URL("arrow-up-down.svg");
  top: 14px;
  right: 0.7rem;
  pointer-events: none;
}

.a-dropdown select {
  background-color:#e0e2e5;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  height: 48px;
  padding: 18px 2.75rem 5px 1rem;
  width: 100%;
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #000;
}
.a-dropdown select:hover {
  background-color: #c1c7cc;
}
.a-dropdown select:active {
  background-color:#a4abb3;
  outline: none;
}

.a-dropdown select:focus {
  outline: none;
}

.a-dropdown option {
  background-color: transparent;
}

.a-dropdown label {
  color: #000;
  position: absolute;
  margin: 4px 16px auto 16px;
  font-size: 12px;
  max-width: calc(100% - 3.5rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button{
  display: block;
  letter-spacing: 0;
  padding: 12px 16px 12px 0;
  border: 0;
  outline: 0 !important;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  margin-top:18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background-color: #007bc0;
  margin-top: 10px;
}

.register-button{
  margin-top: 32px;
}

button:hover {
  background-color: #00629a;
}

button:active {
  background-color: #004975;
}

button:disabled {
  cursor: default;
  background-color: #c1c7cc;
  color: #8a9097;
}

.hint {
  padding-top: 12px;
  font-size: 12px;
}

content-head {
  padding-top: 128px;
  display: flex;
  width: 60%;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}

content-body {
  padding-top: 64px;
  width: 60%;
}


.a-divider {
  border: 0;
  background-color: #8a9097;
  height: 1px;
  margin: 1rem 0;
  order: 2;
}

.container{
  width: calc(100% - 2rem);
  max-width: 330px;
  margin: 0 auto;
}

.o-footer__bottom{
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  padding-bottom: 32px;
  position: relative;
  font-size: 12px;
  --font-size: 0.75rem;
  line-height: 1.5;
}

.o-footer__copyright {
  align-items: center;
  display: flex;
  order: 1;
}


.o-footer__links {
  margin-bottom: 0;
  margin-top: 0;
  order: 3;
  padding: 0;
}

li {
  margin-bottom: 1.5rem;
  font-size: inherit;
  padding: 0;
}

li:last-child {
  margin-bottom: 0;
}

.list_item {
  display: list-item;
}

.dots {
  list-style-type: disc;
}

.o-footer__links a,
a:visited{
  color: #000;
}
a:hover{
  color: #007bc0;
}
a:active{
  color: #00629a;
}

.form-sent {
  display: none;
}

.a-notification {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 16px;
  color: #000;
  background-color: #ffd9d9;
}

.a-icon-warn {
  width: 18px;
  margin-left: -4px;
  margin-right: 6px;
  content: url("alert-error.svg");
  font-size: 8px;
}

.a-text-field-warn {
  font-size: 12px;
}

#alert{
  position: absolute;
  width: 50%;
  left: 25%;
  top: 5%
}

.close span{
  position: absolute;
  top: -5px;
  right: 5px
}

@media (min-width: 768px) {
  .o-footer__bottom {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .o-footer__copyright {
    margin-right: 0;
    order: 1;
  }

  .o-footer__links {
    padding-right: 0;
    order: 3;
  }
  
  li {
    display: inline-block;
    margin-bottom: 0;
  }
  li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .o-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem 0;
  }

}

@font-face {
  font-family: 'BoschSans-Regular';
  src: url('../BoschSans-Regular-v5_003.ttf');
}

@font-face {
  font-family: 'BoschSans-Bold';
  src: url('../BoschSans-Bold-v5_003.ttf');
}
