@media only screen and (max-width: 700px) {
  .loan-calculator {
    width: 100vw;
  }
}
.loan-calculator-subheadline {
  margin: 0;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  font-size: 1.5em;
}
.loan-calculator-container {
  background-image: linear-gradient(#1d275f, #005d8c);
  text-align: center;
  color: #fcfcfc;
  min-height: 900px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .loan-calculator-container {
    width: 100vw;
  }
}
.loan-calculator-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  background-color: white;
  height: 620px;
}
.loan-calculator-loader img {
  width: 10%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.step2-con {
  padding-bottom: 150px;
}

.step3-headline {
  margin-bottom: 45px;
}

.highlight {
  border: 2px solid #007AB9 !important;
  opacity: 1 !important;
}

th {
  color: white;
}

.loan-calculator-guide {
  margin-bottom: 120px;
  margin-top: 40px;
}
.loan-calculator-guide-heading {
  font-size: 47px;
  font-weight: bold;
  color: #1D275F;
  text-align: center;
  margin-bottom: 45px;
}
.loan-calculator-guide-step {
  color: rgb(0, 122, 185);
  background-color: rgba(0, 122, 185, 0.16);
  border-radius: 100%;
  font-size: 44px;
  font-weight: bold;
  width: 100px;
  height: 100px;
  margin: auto;
  text-align: center;
  line-height: 95px;
}
.loan-calculator-guide-heading-blue {
  font-size: 28px;
  font-weight: bold;
  color: #007AB9;
  text-align: center;
}
.loan-calculator-guide-container {
  margin: 0 30px;
  border: 1px solid #D1E0EE;
  border-top: 9px solid #007AB9;
  border-radius: 5px;
  padding: 60px 0px;
}
@media only screen and (max-width: 700px) {
  .loan-calculator-guide-container {
    margin-bottom: 45px;
  }
}

.loan-calculator-cards {
  display: none;
}

.valuta-input {
  border: 1px solid #97B7CC;
  background-color: #EEF7FB;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  width: 70%;
  height: auto;
  padding: 1px 5px;
  margin-right: 10px;
}