@charset "UTF-8";
@font-face {
  font-family: "Nunito";
  src: url("/bokForm/font/Nunito-VariableFont_wght.ttf") format("truetype");
}
#bokFormOuter {
  font-family: "Nunito", sans-serif;
  display: block;
  margin: 0 auto;
}

#bokForm input[type=number]::-webkit-outer-spin-button, #bokForm input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#bokForm input[type=number] {
  -moz-appearance: textfield;
}
#bokForm .selected-radio, #bokForm .selected-inputField {
  border: 2px solid #39a949 !important;
  background: rgba(57, 169, 73, 0.11) !important;
}
#bokForm #bokFS1 .subLine {
  display: none;
}
#bokForm h1 svg {
  color: #000000;
  background: #fff;
  outline: 3px solid #39a949;
  padding: 8px;
  border-radius: 50%;
  stroke: #39a949;
  display: block;
  margin: 0.5rem auto;
  max-width: 48px;
  max-height: 48px;
}
#bokForm .badgeTr {
  float: right;
  display: flex;
  flex-direction: column;
  border: 1px solid #39a949;
  border-radius: calc(0.4rem * 62.5 / 100);
  text-align: center;
  overflow: hidden;
  margin-bottom: calc(2.4rem * 62.5 / 100);
  margin-top: 0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
#bokForm .badgeTr p {
  display: block;
  padding: calc(0.8rem * 62.5 / 100);
  overflow: hidden;
}
#bokForm .badgeTr p:first-of-type {
  background: #39a949;
  color: #fff;
  font-weight: 900;
  line-height: calc(2.8rem * 62.5 / 100);
  font-size: calc(2.4rem * 62.5 / 100);
}
#bokForm .badgeTr p:last-of-type {
  background: white;
  color: #39a949;
  padding: 0 calc(0.8rem * 62.5 / 100);
  font-size: calc(2rem * 62.5 / 100);
  line-height: calc(2.4rem * 62.5 / 100);
  font-weight: 900;
  text-transform: uppercase;
}
#bokForm .bokFormButtonFinal::after {
  top: -8px !important;
}
#bokForm .nextFieldSetButton::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 5L15 12L8 19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  margin-left: 8px;
  color: #fff;
}
#bokForm .prevFieldSetButton::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M16 5L9 12L16 19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  margin-right: 8px;
  color: #fff;
}
#bokForm .eurPerMonthInput {
  position: relative;
}
#bokForm .eurPerMonthInput::after {
  content: "€ / Monat";
  position: absolute;
  right: 10px;
  top: 100%;
  transform: translateY(-35px);
  pointer-events: none;
  color: #888;
}

@media (min-width: 768px) {
  #bokForm .buttonAreaFinal {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  #bokForm .buttonAreaFinal .nextFieldSetButton::after {
    position: relative !important;
  }
  #bokForm .buttonAreaFinal .prevFieldSetButton::before {
    top: 4px !important;
    position: relative !important;
  }
}
@media (min-width: 1680px) {
  #bokFormOuter {
    width: 1024px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1679px) {
  #bokFormOuter {
    width: 768px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  #bokFormOuter {
    width: 600px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 414px) and (max-width: 600px) {
  #bokFormOuter {
    width: 414px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 376px) and (max-width: 413px) {
  #bokFormOuter {
    width: 376px;
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (max-width: 375px) {
  #bokForm fieldset {
    padding: calc(0.8rem * 62.5 / 100) !important;
  }
}
@media (max-width: 600px) {
  #bokFormOuter {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #bokFormOuter .selectAreaRow > div {
    margin-right: calc(0.8rem * 62.5 / 100);
  }
  #bokFormOuter #bokForm {
    padding: calc(0.8rem * 62.5 / 100) !important;
  }
  #bokFormOuter #bokForm .bokFormButton {
    padding: calc(1.6rem * 62.5 / 100) !important;
    font-size: calc(2rem * 62.5 / 100) !important;
    line-height: calc(2.4rem * 62.5 / 100) !important;
  }
  #bokFormOuter #bokForm .nextFieldSetButton::after {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-left: 4px;
  }
  #bokFormOuter #bokForm .prevFieldSetButton::before {
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 4px;
    top: 3px;
  }
  #bokFormOuter #bokForm h1 {
    font-size: calc(2.4rem * 62.5 / 100) !important;
  }
  #bokFormOuter #bokForm fieldset .radioArea label {
    padding-right: calc(0.4rem * 62.5 / 100) !important;
    padding-left: calc(4rem * 62.5 / 100) !important;
    font-size: calc(1.5rem * 62.5 / 100) !important;
    line-height: calc(1.8rem * 62.5 / 100) !important;
  }
  #bokFormOuter .trustArea img {
    width: 88px !important;
  }
}
@media screen and (max-width: 768px) {
  #bokForm .buttonArea {
    display: flex !important;
    width: 100% !important;
    flex-direction: column;
  }
  #bokForm .buttonArea div {
    display: block !important;
    width: 100% !important;
  }
  #bokForm .buttonArea div:first-of-type {
    order: 2 !important;
  }
  #bokForm .buttonArea div:last-of-type {
    order: 1 !important;
  }
}
#bokForm {
  font-size: 62.5%;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border-radius: calc(0.4rem * 62.5 / 100);
  padding: calc(4rem * 62.5 / 100);
  font-family: "Nunito", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px, rgba(0, 0, 0, 0.23) 0 3px 6px;
  box-sizing: border-box;
}
#bokForm select {
  color: #333;
}
#bokForm select, #bokForm option {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
#bokForm option:hover {
  background-color: #d3d3d3 !important;
  color: #000 !important;
}
#bokForm .agbTextLabel a, #bokForm .agbTextLabel a:hover, #bokForm .agbTextLabel a:active, #bokForm .agbTextLabel a:visited, #bokForm .agbTextLabel a:focus {
  text-decoration: underline;
  color: #39a949;
}
#bokForm fieldset > div h1 {
  font-size: calc(3.2rem * 62.5 / 100);
  text-align: center;
  margin-bottom: calc(3.2rem * 62.5 / 100);
}
#bokForm fieldset > div h2 {
  font-size: calc(2.8rem * 62.5 / 100);
  text-align: left;
  margin-bottom: calc(0.8rem * 62.5 / 100);
}
#bokForm legend {
  font-size: calc(1.6rem * 62.5 / 100);
  line-height: calc(1.92rem * 62.5 / 100);
  margin-bottom: calc(0.8rem * 62.5 / 100);
  display: block;
  font-weight: 700;
  width: 100%;
}
#bokForm fieldset.active {
  display: block;
}
#bokForm fieldset {
  display: none;
  padding: calc(1.6rem * 62.5 / 100);
  font-size: calc(1.6rem * 62.5 / 100);
  line-height: calc(1.92rem * 62.5 / 100);
  border: 0;
}
#bokForm fieldset > div > :last-child {
  margin-bottom: 0;
}
#bokForm fieldset .subLine {
  margin-left: 0;
  margin-top: calc(-0.4rem * 62.5 / 100);
  margin-bottom: calc(0.8rem * 62.5 / 100);
  font-size: calc(1.5rem * 62.5 / 100);
  line-height: calc(1.8rem * 62.5 / 100);
  display: block;
  color: #888;
}
#bokForm fieldset .disabledBtn {
  background: #c9c9c9 !important;
  box-shadow: none !important;
}
#bokForm fieldset > div {
  margin-bottom: 0;
  transition: 0.3s all ease-in-out;
}
#bokForm fieldset .bokShowItem {
  animation: slideInAndShow 0.33s ease-in-out forwards;
}
#bokForm fieldset .bokShowItem .bokShowItem, #bokForm fieldset .bokShowItem .bokHideInner {
  margin-bottom: calc(6.4rem * 62.5 / 100);
  margin-left: calc(2.4rem * 62.5 / 100);
  margin-top: calc(-1.6rem * 62.5 / 100);
}
#bokForm fieldset .bokShowItem .bokShowItem:last-of-type, #bokForm fieldset .bokShowItem .bokHideInner:last-of-type {
  margin-bottom: 0;
}
#bokForm fieldset .bokShowItem .radioAreaOuter:first-of-type {
  margin-top: calc(2.4rem * 62.5 / 100);
}
#bokForm fieldset .bokHideItemInit {
  visibility: hidden;
  height: 0;
  opacity: 1;
}
#bokForm fieldset .bokHideItemInit label, #bokForm fieldset .bokHideItemInit select, #bokForm fieldset .bokHideItemInit .radioAreaOuter, #bokForm fieldset .bokHideItemInit .subLine, #bokForm fieldset .bokHideItemInit input, #bokForm fieldset .bokHideItemInit .radioArea, #bokForm fieldset .bokHideItemInit textarea {
  display: none !important;
}
#bokForm fieldset .bokHideItem {
  visibility: hidden;
  height: 0;
  opacity: 1;
}
#bokForm fieldset .bokHideItem label, #bokForm fieldset .bokHideItem select, #bokForm fieldset .bokHideItem .radioAreaOuter, #bokForm fieldset .bokHideItem .subLine, #bokForm fieldset .bokHideItem input, #bokForm fieldset .bokHideItem .radioArea, #bokForm fieldset .bokHideItem textarea {
  display: none !important;
}
#bokForm fieldset .afterText {
  color: #888;
  font-size: calc(1.2rem * 62.5 / 100);
  line-height: calc(1.5rem * 62.5 / 100);
}
#bokForm fieldset label {
  font-size: calc(1.6rem * 62.5 / 100);
  line-height: calc(1.92rem * 62.5 / 100);
  margin-bottom: calc(0.8rem * 62.5 / 100);
  display: block;
  font-weight: 700;
}
#bokForm fieldset select:disabled, #bokForm fieldset input[type=number]:disabled, #bokForm fieldset input[type=text]:disabled, #bokForm fieldset input[type=email]:disabled, #bokForm fieldset input[type=password]:disabled {
  box-shadow: none;
  background: #f6f6f6;
}
#bokForm fieldset select:disabled:hover, #bokForm fieldset input[type=number]:disabled:hover, #bokForm fieldset input[type=text]:disabled:hover, #bokForm fieldset input[type=email]:disabled:hover, #bokForm fieldset input[type=password]:disabled:hover {
  border: 1px solid #888;
}
#bokForm fieldset select:disabled:active, #bokForm fieldset select:disabled:focus, #bokForm fieldset input[type=number]:disabled:active, #bokForm fieldset input[type=number]:disabled:focus, #bokForm fieldset input[type=text]:disabled:active, #bokForm fieldset input[type=text]:disabled:focus, #bokForm fieldset input[type=email]:disabled:active, #bokForm fieldset input[type=email]:disabled:focus, #bokForm fieldset input[type=password]:disabled:active, #bokForm fieldset input[type=password]:disabled:focus {
  border: 1px solid #888;
  outline: none;
  box-sizing: border-box;
}
#bokForm fieldset input[type=checkbox] {
  height: calc(3.2rem * 62.5 / 100);
  width: calc(3.2rem * 62.5 / 100);
  margin-right: calc(1.6rem * 62.5 / 100);
  float: left;
}
#bokForm fieldset .w_EinwillOuter {
  display: flex !important;
}
#bokForm fieldset .w_EinwillOuter > input {
  min-width: 25px;
}
#bokForm fieldset .checkboxAreaOuter {
  display: block;
  margin: 0 0 calc(3.2rem * 62.5 / 100) 0;
}
#bokForm fieldset .AdressStreetRow legend {
  white-space: nowrap !important;
}
#bokForm fieldset .AdressStreetRow div:first-of-type {
  width: 70%;
}
#bokForm fieldset .AdressStreetRow div:last-of-type {
  width: 30%;
}
#bokForm fieldset .AdressCityRow legend {
  white-space: nowrap !important;
}
#bokForm fieldset .AdressCityRow div:first-of-type {
  width: 35%;
}
#bokForm fieldset .AdressCityRow div:last-of-type {
  width: 65%;
}
#bokForm fieldset .BdayRow > div {
  margin-right: calc(0.8rem * 62.5 / 100) !important;
}
#bokForm fieldset .BdayRow select {
  padding: calc(1.6rem * 62.5 / 100) calc(1.6rem * 62.5 / 100) !important;
}
@media screen and (min-width: 768px) {
  #bokForm fieldset select, #bokForm fieldset input[type=number], #bokForm fieldset input[type=text], #bokForm fieldset input[type=email], #bokForm fieldset input[type=password] {
    padding: calc(1.6rem * 62.5 / 100) calc(2.4rem * 62.5 / 100) !important;
  }
}
#bokForm fieldset select, #bokForm fieldset input[type=number], #bokForm fieldset input[type=text], #bokForm fieldset input[type=email], #bokForm fieldset input[type=password] {
  display: block;
  outline: 2px;
  border-radius: calc(0.4rem * 62.5 / 100);
  padding: calc(1.6rem * 62.5 / 100) calc(1.6rem * 62.5 / 100) calc(1.6rem * 62.5 / 100) calc(0.8rem * 62.5 / 100);
  background: #fff;
  font-size: calc(1.6rem * 62.5 / 100);
  line-height: calc(1.92rem * 62.5 / 100);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0, rgba(0, 0, 0, 0.1) 0 0 1px 0;
  border: 1px solid #888;
  width: 100%;
  margin: 0 0 calc(3.2rem * 62.5 / 100) 0;
  box-sizing: border-box;
}
#bokForm fieldset select:hover, #bokForm fieldset input[type=number]:hover, #bokForm fieldset input[type=text]:hover, #bokForm fieldset input[type=email]:hover, #bokForm fieldset input[type=password]:hover {
  border-color: #333;
}
#bokForm fieldset select:active, #bokForm fieldset select:focus, #bokForm fieldset input[type=number]:active, #bokForm fieldset input[type=number]:focus, #bokForm fieldset input[type=text]:active, #bokForm fieldset input[type=text]:focus, #bokForm fieldset input[type=email]:active, #bokForm fieldset input[type=email]:focus, #bokForm fieldset input[type=password]:active, #bokForm fieldset input[type=password]:focus {
  border: 1px solid #888;
  outline: #39a949 solid 3px;
  box-sizing: border-box;
}
#bokForm fieldset .inputAreaOuter {
  display: block;
  margin: 0 0 calc(3.2rem * 62.5 / 100) 0;
}
#bokForm fieldset .radioAreaOuter {
  display: block;
  margin: 0 0 calc(3.2rem * 62.5 / 100) 0;
}
#bokForm fieldset .radioAreaOuter legend {
  margin-left: 0;
}
#bokForm fieldset .radioArea:last-of-type {
  margin-bottom: 0 !important;
}
#bokForm fieldset .radioAreaOuter:last-child {
  margin-bottom: 0 !important;
}
#bokForm fieldset .radioArea {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: calc(0.8rem * 62.5 / 100);
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: calc(4rem * 62.5 / 100);
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width: calc(100% - (0.8rem * 62.5 / 100));
}
#bokForm fieldset .radioArea label {
  margin: 0;
  border: 1px solid #888;
  padding: calc(1.6rem * 62.5 / 100) calc(1.6rem * 62.5 / 100) calc(1.6rem * 62.5 / 100) calc(4.8rem * 62.5 / 100);
  border-radius: calc(0.4rem * 62.5 / 100);
  box-sizing: border-box;
  width: 100%;
}
#bokForm fieldset .radioArea label:first-of-type {
  margin-left: 0 !important;
}
#bokForm fieldset .radioArea label:last-of-type {
  margin-right: 0 !important;
}
#bokForm fieldset .radioArea label:hover {
  border-color: #333;
  cursor: pointer;
  background: #f2f2f2;
}
#bokForm fieldset .radioArea label:active, #bokForm fieldset .radioArea label:focus {
  border: 1px solid #888;
  outline: #39a949 solid 3px;
  box-sizing: border-box;
}
#bokForm fieldset .radioArea input[type=radio] {
  position: relative;
  width: 0;
  height: 0;
}
#bokForm fieldset .radioArea input[type=radio]:checked, #bokForm fieldset .radioArea input[type=radio]:active, #bokForm fieldset .radioArea input[type=radio]:focus {
  outline: none;
}
#bokForm fieldset .radioArea input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(2.4rem * 62.5 / 100);
  height: calc(2.4rem * 62.5 / 100);
  background: linear-gradient(142deg, #39a949, rgba(57, 169, 73, 0.67));
  border-radius: 50%;
  transform: translate(calc(-50% - (2rem * 62.5 / 100)), calc(-50% - (0.4rem * 62.5 / 100)));
}
#bokForm fieldset .radioArea input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(2.4rem * 62.5 / 100);
  height: calc(2.4rem * 62.5 / 100);
  border: 1px solid #333;
  border-radius: 50%;
  transform: translate(calc(-50% - (2rem * 62.5 / 100)), calc(-50% - (0.4rem * 62.5 / 100)));
}
#bokForm fieldset select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="%23999999"><polygon points="0,0 30,0 15,30"/></svg>');
  background-repeat: no-repeat;
  background-position: right 4% center;
  background-size: calc(0.8rem * 62.5 / 100);
  scrollbar-width: thin;
  scrollbar-color: #787878 #f0f0f0;
}
#bokForm fieldset select::-webkit-scrollbar {
  width: calc(0.4rem * 62.5 / 100);
  background: #f0f0f0;
}
#bokForm fieldset select::-webkit-scrollbar-thumb {
  background-color: #787878;
  border-radius: calc(0.4rem * 62.5 / 100);
}
#bokForm fieldset select option {
  border-radius: calc(0.4rem * 62.5 / 100);
  background-color: #fff;
  color: #333;
  padding: calc(0.8rem * 62.5 / 100) calc(1.6rem * 62.5 / 100);
  font-size: calc(1.6rem * 62.5 / 100);
  height: calc(2rem * 62.5 / 100);
}
#bokForm fieldset .buttonAreaFront {
  grid-template-columns: 100% !important;
  width: 100% !important;
}
#bokForm fieldset .buttonAreaCol {
  grid-template-columns: 100% !important;
  width: 100% !important;
}
#bokForm fieldset .buttonAreaCol > .bokFormButton {
  display: block;
  line-height: 2rem;
}
#bokForm fieldset .buttonArea {
  display: grid;
  align-items: normal;
  justify-items: stretch;
  grid-template-columns: 33% 67%;
  grid-gap: calc(0.8rem * 62.5 / 100);
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(3.2rem * 62.5 / 100);
  width: calc(100% - (0.8rem * 62.5 / 100));
}
#bokForm fieldset .bokFormButton {
  width: 100%;
  border-radius: calc(0.4rem * 62.5 / 100);
  background: #39a949;
  color: #fff;
  padding: calc(1.6rem * 62.5 / 100) calc(2.4rem * 62.5 / 100);
  font-size: calc(2.4rem * 62.5 / 100);
  box-sizing: border-box;
  display: inline-flex;
  text-align: center;
  align-self: center;
  height: 100%;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
#bokForm fieldset .bokFormButton:hover {
  background: #2c8339;
  cursor: pointer;
}
#bokForm fieldset .bokFormButton .bokFormButtonFinal span {
  font-weight: bold;
  font-size: calc(1.6rem * 62.5 / 100);
}
#bokForm .selectAreaRow {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
#bokForm .selectAreaRow > div {
  margin-right: calc(1.6rem * 62.5 / 100);
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
}

@keyframes slideInAndShow {
  0% {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  1% {
    height: auto;
    visibility: visible;
  }
  100% {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}
@keyframes slideOutAndHide {
  0% {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  1% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    height: 0;
  }
}
.marginTop08 {
  margin-top: calc(0.8rem * 62.5 / 100) !important;
}

.marginTop16 {
  margin-top: calc(1.6rem * 62.5 / 100) !important;
}

.marginTop24 {
  margin-top: calc(2.4rem * 62.5 / 100) !important;
}

.marginTop-08 {
  margin-top: calc(-0.8rem * 62.5 / 100) !important;
}

.marginTop-16 {
  margin-top: calc(-1.6rem * 62.5 / 100) !important;
}

.marginTop-24 {
  margin-top: calc(-2.4rem * 62.5 / 100) !important;
}

.marginBottom08 {
  margin-bottom: calc(0.8rem * 62.5 / 100) !important;
}

.marginBottom32 {
  margin-bottom: calc(3.2rem * 62.5 / 100) !important;
}

.missingReqField {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: calc(0.4rem * 62.5 / 100);
  color: #e74c3c;
  text-align: center;
}

.introTxtFieldset {
  margin-bottom: calc(2.4rem * 62.5 / 100);
}

.prevFieldSetButton {
  background: #c9c9c9 !important;
  box-shadow: none !important;
}

.trustArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(1.6rem * 62.5 / 100);
}
.trustArea img {
  width: 100px;
  margin: calc(1.6rem * 62.5 / 100);
}

#progress-container {
  width: 100%;
  background-color: rgba(57, 169, 73, 0.67);
  border-radius: calc(0.4rem * 62.5 / 100);
  overflow: hidden;
  margin: calc(1.8rem * 62.5 / 100) 0;
}

#progress-bar {
  width: 0;
  height: calc(1.8rem * 62.5 / 100);
  background-color: #39a949;
  text-align: center;
  line-height: calc(1.8rem * 62.5 / 100);
  font-size: calc(1.2rem * 62.5 / 100);
  padding: 0 calc(1.2rem * 62.5 / 100);
  color: white;
  border-radius: calc(0.4rem * 62.5 / 100);
  transition: width 0.5s ease-in-out;
}

/*# sourceMappingURL=bokForm.css.map */
