.payment-disclaimer {
  padding: 12px 12px;
  font-size: 0.8em;
  text-align: center;
  font-weight: 600;
  margin: 40px auto 0;
  background: rgba(255, 255, 255, 0.7);
  color: #343434;
}
/*form styles*/
form.signup {
  width: 100%;
  margin: 4em 0;
  position: relative;
}
form.signup h3 {
  color: #343434;
  margin-bottom: 1.5em;
}
form.signup h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
form.signup .step {
  border: 0 none;
  border-radius: 3px;
  width: 100%;
}
/*Hide all except first fieldset*/
form.signup .step:not(:first-of-type) {
  display: none;
}
/*inputs*/
form.signup input,
form.signup textarea,
form.signup select {
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2em;
}
form.signup textarea {
  height: auto;
}
form.signup label {
  display: inline-block;
}
form.signup label.instructions {
  width: 100%;
}
form.signup .repo-credentials label,
form.signup .repo-credentials input {
  display: inline-block;
  width: 45%;
  float: left;
}
form.signup .repo-credentials label.password,
form.signup .repo-credentials input.password {
  float: right;
}
/*buttons*/
form.signup .action-button {
  background-color: #26457C;
  text-transform: uppercase;
  padding: 0.9em 2em;
  margin: 1em 0 0 0;
  border: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  transition-property: box-shadow, color;
  text-align: center;
}
form.signup .action-button:hover,
form.signup .action-button:focus {
  background-color: rgba(42, 124, 207, 0.85);
  color: #fff;
  box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.35), inset 0 0 0 2em rgba(0, 0, 0, 0.3);
}
form.signup .next-button {
  float: right;
  text-decoration: none;
  margin-bottom: 20px;
}
form.signup .submit-button {
  float: right;
  text-decoration: none;
  border: 0;
  width: auto;
}
form.signup .prev-button {
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}
.checkbox-and-text {
  display: flex;
}
form.signup input[type=checkbox] {
  width: 20px;
  height: 14px;
  position: static;
}
form.signup input[type="radio"] {
  width: 20px;
  height: auto;
  position: static;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#progressbar li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 9px;
  width: 23%;
  position: relative;
  margin-bottom: 3em;
}
#progressbar li span {
  color: #26457C;
  font-weight: bold;
  font-family: 'lato', 'open-sans', sans-serif;
  text-transform: none;
  font-size: 1.6em;
  position: absolute;
  top: 2em;
  left: 6.5em;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 1.6em;
  height: 0.8em;
  padding-top: 0.8em;
  line-height: 0;
  display: block;
  font-size: 5em;
  color: #26457C;
  text-align: center;
  background: white;
  border: solid #26457C 4px;
  border-radius: 50%;
}
form.signup .next2,
form.signup .next3 {
  width: auto;
  float: right;
}
form.signup .submit {
  width: auto;
  float: right;
}
form.signup #previous1,
form.signup #previous2,
form.signup #previous3 {
  background-color: transparent;
  text-align: left;
  color: #26457C;
  padding-left: 0;
  font-family: 'lato', 'open-sans', sans-serif;
  text-transform: none;
  display: inline-block;
  width: auto;
  float: left;
}
form.signup #previous1:hover,
form.signup #previous2:hover,
form.signup #previous3:hover {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #26457C;
  color: white;
}
#progressbar li:nth-child(1):before,
#progressbar li:nth-child(1):after {
  background: #26457C;
  color: white;
}
#progressbar.step2 li:nth-child(2):before,
#progressbar.step2 li:nth-child(2):after {
  background: #26457C;
  color: white;
}
#progressbar.step3 li:nth-child(2):before,
#progressbar.step3 li:nth-child(2):after,
#progressbar.step3 li:nth-child(3):before,
#progressbar.step3 li:nth-child(3):after {
  background: #26457C;
  color: white;
}
#progressbar.step4 li:nth-child(2):before,
#progressbar.step4 li:nth-child(2):after,
#progressbar.step4 li:nth-child(3):before,
#progressbar.step4 li:nth-child(3):after,
#progressbar.step4 li:nth-child(4):before,
#progressbar.step4 li:nth-child(4):after {
  background: #26457C;
  color: white;
}
/* SIGNUP 1 */
.paketten-omslag {
  background: linear-gradient(rgba(242, 197, 0, 0.4), rgba(242, 197, 0, 0.4)), url('https://sliksvn.com/assets/themes/sliksvn/css/../images/museum-smaller2.jpg') center center fixed;
  background-size: auto 120%;
  min-height: 320px;
  width: 100%;
  position: relative;
  padding: 3em 0;
}
.paketten-omslag .boxes {
  margin-top: 0;
}
.paketten-omslag input[type=radio] {
  display: none;
}
form.signup .pricing-iconen {
  margin: 3em 0;
  position: relative;
}
form.signup .pricing-iconen h3 {
  margin-bottom: 2.2em;
}
form.signup .pricing-iconen object {
  width: 4em;
  height: 4em;
}
form.signup .pricing-iconen span {
  font-family: 'lato', 'open-sans', sans-serif;
  color: #343434;
  font-weight: 400;
  vertical-align: 160%;
  margin-left: 0.8em;
}
.pricing-icon {
  width: 32%;
  display: inline-block;
  margin-bottom: 1.5em;
  vertical-align: top;
}
/* SIGNUP 2 */
.halfwidth {
  width: 50%;
}
.halfwidth.step4 {
  width: 60%;
}
/* SIGNUP 4 */
.thirdwidth {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
}
.thirdwidth ul {
  margin-bottom: 2em;
}
.thirdwidth h3 {
  border-bottom: solid #272727 1px;
  padding-bottom: 1em;
  margin-right: 2em;
}
.thirdwidth li {
  border-bottom: solid #919191 1px;
  padding-bottom: 1em;
  margin: 0 3em 1em 0;
}
.thirdwidth li span.personalinfo {
  float: right;
  font-weight: 400;
}
.thirdwidth li span.note {
  font-size: 0.85em;
}
.thirdwidth a {
  text-decoration: none;
  font-weight: 600;
  margin-top: 0.5em;
  font-family: 'lato', 'open-sans', sans-serif;
}
.thirdwidth a:hover {
  text-decoration: underline;
}
.thirdwidth input[type=checkbox] {
  float: left;
}
.clear {
  clear: both;
}
@media (min-width: 480px) and (max-width: 1020px) {
  .pricing-icon {
    width: 49%;
  }
}
@media (max-width: 850px) {
  #progressbar li:before {
    width: 1.4em;
    height: 0.7em;
    font-size: 3em;
    padding-top: 0.7em;
    border: solid #26457C 2px;
  }
  #progressbar li {
    font-size: 10px;
  }
  #progressbar li span {
    font-weight: bold;
    text-transform: none;
    font-size: 1.2em;
    position: absolute;
    top: 1em;
    left: 4.6em;
    line-height: 1.3em;
  }
  .halfwidth {
    width: 75%;
  }
  .thirdwidth {
    width: 49.5%;
  }
  .thirdwidth ul {
    font-size: 0.92em;
  }
  .thirdwidth ul li {
    margin: 0 1.8em 1em 0;
  }
}
@media (max-width: 600px) {
  #progressbar li {
    font-size: 9px;
    width: 46%;
  }
}
@media (max-width: 480px) {
  #progressbar li:before {
    width: 1.4em;
    height: 0.7em;
    font-size: 3em;
    padding-top: 0.7em;
    border: solid #26457C 2px;
  }
  .pricing-icon {
    width: 100%;
  }
  .halfwidth {
    width: 100%;
  }
  .thirdwidth {
    width: 100%;
  }
  .thirdwidth ul {
    font-size: 1em;
  }
  .thirdwidth ul li {
    margin: 0 0 1em 0;
  }
  .thirdwidth h3 {
    margin-right: 0;
  }
}
