.form-body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

#main-form {
  width: 690px;
}

.progress {
  margin: auto;
  margin-top: 55px;
  margin-bottom: 30px;
  height: 15px;
  width: 90%;

}

.progress-bar {
  width: 20%;
  background-color: #fd3c21 !important;
}


.pager {
  display: block;
  font-size: 17px;
  margin-left: -20px;
  opacity: .5;
  font-weight: bold;
  margin-bottom: 30px;
  position: absolute;
  left: 48%;
  top: -70px;
}

.category-header-text {
  color: #fd3c21;
  text-align: center;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.second-section,
.third-section,
.fourth-section,
.fifth-section {
  display: none;
}

.title {
  color: #004c66;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin: auto 0px;
  margin-bottom: 25px;
  line-height: 38px;
}
.unterlagen span{
  font-size: 20px;
}
.form-control {
  border: 1px solid #ccc;
  color: #227a97 !important;
  outline: 0;

}

.info {
  margin-top: 10px;
  font-size: 14px;
}

::placeholder {
  color: #227a97 !important;
}


.fourth-section .form-control,
.fifth-section .form-control {
  border-top: none !important;
  border-right: none !important;
  font-size: 14px;
  border-left: none !important;
  border-radius: 0;
  padding: 0 !important;
}

.fifth-section .form-control {
  padding: 0 !important;
}


.fourth-section .form-control:focus,
.fifth-section .form-control:focus,
.fifth-section .form-control:active {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #ccc;
}

.fifth-section label {
  font-weight: bold;
  font-size: 16px;
  color: #004c66;

}

.fifth-section .checkbox-container {
  padding-top: 50px;
  padding-bottom: 15px;
  margin-left: 0%;
}

.fifth-section .checkbox-container:hover {
  background: rgb(230, 228, 228);
}

.fifth-section #checkbox {
  float: left;

}

.checkbox-label {
  float: right;
  padding-left: 25px;
  font-weight: normal !important;
  color: #227a97 !important;
  margin-top: -30px !important;

}

.checkbox-label-2{
  float: right;
  padding-left: 25px;
  font-weight: normal !important;
  color: #227a97 !important;
  margin-top: 0px !important;
}

.sonstiges{
  border:1px solid #ced4da;
}

input.sonstiges:focus{
  border: 1px solid #fd3c21 !important;
}

.fifth-section input {
  margin-top: -15px;
  background: none !important;

}

.group {
  margin-bottom: 25px;

}

.form-control:focus,
.form-control:active {
  border: 1px solid #004c66;

}


textarea:hover,
.form-control:hover,
textarea:active,
.form-control:active,
textarea:hover,
select:active,
select:focus,
select:hover,
.form-control:focus,
button:focus,
button:active,
button:hover,
label:focus {
  outline: 0px !important;
  box-shadow: none !important;
}

.previous-button {
  border: none;
  background: none;
  color: #004c66;
  margin-left: 20px;
  margin-top: 10px;
  border-radius: 2px;
  font-weight: bold;
}

.fail {
  border-bottom: 2px solid #fd3c21 !important;
}

.pass {
  border-bottom: 2px solid rgb(3, 172, 3) !important;
}

button.next-button,
button.submit-button {
  border: none;
  background: none;
  font-size: 14px;
  color: white;
  float: right;
  border-radius: 2px;
  background-color: #fd3c21;
  font-weight: 700;
  height: 48px;
  width: 160px;
  border-radius: 2px;
}
button.next-button:hover,
button.submit-button:hover{
  background: #FD5037;
  color: #fff;
}
.submit-button {
  width: 250px !important;
  height: 59px;
}

.image-uploader {
  width: 498px;
  border: 1px dashed #ddd !important;
}

.image-uploader .uploaded {
  height: 98px;
  padding: 0;
}

.image-uploader .uploaded .uploaded-image {
  width: 75px;
  height: 75px;
}

.image-uploader .upload-text {
  display: flex;
  flex-direction: row;

}

.image-uploader .upload-text i {
  font-size: 30px;
  margin-right: 10px;
  margin-top: -10px;
  color: #989AA2;
}

.image-uploader .upload-text span {
  font-size: 14px;
  color: #989AA2;
  font-family: var(--ion-font-family, inherit);
}

.input-images-2 {
  display: flex;
  justify-content: center;
}

.form-div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hide {
display: none;
}

.checkbox-label-2 {
font-weight: normal !important;
color: #227a97 !important;
}

.checkbox {
margin-right: 20px;
}

.second-section,
.third-section,
.fourth-section,
.fourth-section-extended,
.fifth-section {
display: none;
}

.image-uploader {
width: 498px;
height: 150px !important;
padding-top: 15px !important;
border: 1px dashed #ddd !important;
}

.image-uploader .uploaded {

height: 150px !important;
padding: 0;
}

.fifth-section .diff-checkbox-container {
margin-top: -40px;
padding-top: 25px;
padding-bottom: 15px;
margin-left: 0%;
}

.fifth-section .checkbox-container:hover,
.fifth-section .diff-checkbox-container:hover {
background: rgb(230, 228, 228);
}
.fifth-section .checkbox-container span{
  margin-top: -20px !important;
}
.diff-checkbox-container span{
  margin-top: 0 !important;
}

@media screen and (max-width: 1366px) {
  .image-uploader .uploaded .uploaded-image {
    width: 75px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .form-body {
    padding: 0px !important;
    margin: 0px !important;
  }
  .pager{
    margin: auto;
    text-align: center;
    margin-bottom: 35px;
    left: 45%;
  }
  .nav-container{
    padding-bottom: 15px;
  }
}
@media (max-width: 460px){
    .diff-checkbox-container span{
  margin-top: -23px !important;
  padding-left: 36px !important;
}
}

.mobile-uploads-container {
display: none;
}

@media only screen and (max-width: 767px) {
.form-body {
padding: 0px !important;
margin: 0px !important;
}

.mobile-uploads-container {
display: block;
}

.input-field {
display: none;
}

}