* {
  transition: all 0.5s linear;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/* font-family: 'Roboto', sans-serif; */

.wrapper {
  /* width: 375px; */
  margin: auto;
}

header {
  border-bottom: 8px solid #f7faed;
}

.humburger-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0 !important;
}

/* Menu */
.menu {
  width: 320px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 10000;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
}

.menu-close-icon {
  cursor: pointer;
  width: 12px;
  color: #003f1c;
}

.menu .title {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: #003f1c;
}

.border-green-bottom {
  border-bottom: 2px solid #99b702;
  padding-bottom: 2px;
}

.menu-item {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #003f1c;
  font-size: 14px;
  margin: 0.75rem 0;
}

.menu-item:hover {
  text-decoration: none;
  color: #003f1c;
}

.menu .icon {
  width: 12px;
  color: #003f1c;
}

.menu-small-title {
  color: #000000;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 7px;
}

.menu-partner-link {
  display: block;
  color: #000000;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 8px;
  font-weight: bold;
  padding: 0.2rem 0;
}

.menu .bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
}
/* Menu End */

.section-1 {
  background: #f3f4f3;
  padding: 10px 1rem;
}

.section-1 .text-1 {
  font-size: 11px;
  font-weight: 400;
}

.section-1 .text-2 {
  color: #49701d;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}

.section-2 {
  padding: 1rem;
  background: #ffffff;
}

.section-2 .text-1 {
  color: #99b702;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}

.section-2 .text-2,
textarea.form-control {
  color: #003f1c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.section-3 .section-2 .text-2 {
  color: #003f1c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.section-2 .text-3 {
  color: #003f1c;
  font-size: 11px;
  line-height: 18px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.section-3 .section-2 .text-3 {
  color: #003f1c;
  font-size: 11px;
  line-height: 18px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.section-2 .text-3 > .arrow {
  font-size: 12px;
  margin-right: 5px;
}

.section-3 .section-2 .text-3 > .arrow {
  font-size: 12px;
  margin-right: 5px;
}

.section-2 .text-3.hide-text {
  display: none;
}

.section-2 .link {
  color: #99b702;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 10px;
  line-height: 18px;
}

.section-2 .link:hover {
  text-decoration: none;
}

.section-2 .link[data-hide] {
  display: none;
}

.section-3 {
  padding: 1rem 1rem 6rem;
  background: #f3f4f3;
  position: relative;
}

.section-3::after {
  content: "";
  width: 100%;
  height: 100px;
  background: url(../images/bg-line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -3rem;
  left: 0;
}

.undo-link {
  color: #9d9d9d;
  font-size: 10px;
}

.undo-link:hover {
  color: #9d9d9d;
  text-decoration: none;
}

.slidecontainer {
  width: 100%;
  margin: 1rem 0;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 12px;
  background: #99b70240;
  outline: none;
  border-radius: 100px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #49701d;
  cursor: pointer;
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #49701d;
  cursor: pointer;
  border-radius: 50%;
}

.slider.gray::-webkit-slider-thumb {
  background: #9d9d9d;
}

.slider.gray::-moz-range-thumb {
  background: #9d9d9d;
}

.disagree-text,
.agree-text {
  color: #003f1c;
  font-size: 14px;
  line-height: 24px;
}

.agree-text {
  margin-top: -1.5rem;
}

.section-3 .text-2 {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
}

.section-3 .text-2 span {
  font-weight: 700;
  color: #49701d;
}

.per-bar {
  background: #99b70240;
  height: 5px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 0.5rem;
  position: relative;
}

.per-bar > div {
  background: #49701d;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.back-bt-wrap {
  margin-top: 1.5rem;
}

.back-bt-wrap a {
  display: block;
  background: #fed401;
  width: 155px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #000000;
  font-size: 16px;
}

.back-bt-wrap a:hover {
  text-decoration: none;
}

.further-bt-wrap {
  margin-top: -2.25rem;
}

.further-bt-wrap a,
.further-bt-wrap button {
  display: block;
  background: #49701d;
  width: 155px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-size: 16px;
  margin-left: auto;
  border: 1px solid #49701d;
}

.further-bt-wrap a:hover {
  text-decoration: none;
}

.section-4 {
  padding: 1rem;
}

.section-4 .text-1 {
  color: #9d9d9d;
  font-size: 12px;
  line-height: 29px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.section-4 .text-2,
.section-4 .text-2 a {
  color: #4f514f;
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.section-4 .text-3 {
  color: #4f514f;
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 284px;
  margin: auto;
}

.f-links {
  display: flex;
  justify-content: space-around;
}

.f-links a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #4f514f;
  font-size: 12px;
  line-height: 18px;
}

.f-links a:hover {
  color: #4f514f;
  text-decoration: underline;
}

footer {
  border-top: 1px solid #bbb;
  padding: 0.75rem 0 1.5rem;
}

.footer-text {
  color: #4f514f;
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.footer-text::after {
  content: "";
  width: 139px;
  height: 6px;
  background: #000000;
  border-radius: 4px;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
}

/*  */
.heading-1 {
  color: #49701d;
  font-weight: bold;
  font-size: 20px;
}

.heading-2 {
  color: #003f1c;
  font-size: 12px;
}

.text-g {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.text-g strong {
  color: #003f1c;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.customRadioControl {
  position: relative;
  display: block;
  display: 100%;
  height: 47px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 47px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  border: 1px solid #99b702;
  color: #003f1c;
  margin: 0.8rem 0;
}

.customRadioControl.selected {
  background-color: #99b7024d;
  border-color: #003f1c;
}

.customRadioControl input {
  visibility: hidden;
}

.section-details {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  padding: 0.5rem;
  margin: 1rem 0;
}

.section-details:hover {
  text-decoration: none;
}

.section-details .title-text {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #4f514f;
}

.section-details .description-text {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.section-details .progress-text {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  color: #4f514f;
}

.chart {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: auto;
}

.chart canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.chart span {
  display: block;
  line-height: 50px;
  text-align: center;
  width: 50px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.section-details.Abschnitt {
  border-color: #003f1c;
}

.section-details.Abschnitt span {
  color: #003f1c;
}

.section-details.Abschnitt .description-text {
  color: #003f1c;
}

.section-details.Zertifizierungsfeld-1 {
  border-color: #49701d;
}

.section-details.Zertifizierungsfeld-1 span {
  color: #49701d;
}

.section-details.Zertifizierungsfeld-1 .description-text {
  color: #49701d;
}

.section-details.Zertifizierungsfeld-2 {
  border-color: #99b702;
}

.section-details.Zertifizierungsfeld-2 span {
  color: #99b702;
}

.section-details.Zertifizierungsfeld-2 .description-text {
  color: #99b702;
}

.section-details.Zertifizierungsfeld-3 {
  border-color: #fed401;
}

.section-details.Zertifizierungsfeld-3 span {
  color: #fed401;
}

.section-details.Zertifizierungsfeld-3 .description-text {
  color: #fed401;
}

.section-details.Zertifizierungsfeld-4 {
  border-color: #00b2c8;
}

.section-details.Zertifizierungsfeld-4 span {
  color: #00b2c8;
}

.section-details.Zertifizierungsfeld-4 .description-text {
  color: #00b2c8;
}

.section-details.Zertifizierungsfeld-5 {
  border-color: #005761;
}

.section-details.Zertifizierungsfeld-5 span {
  color: #005761;
}

.section-details.Zertifizierungsfeld-5 .description-text {
  color: #005761;
}

.audio-1 {
  display: block;
  margin: 1rem auto 2rem;
}

.audio-1::-webkit-media-controls-panel {
  background-color: transparent;
}

.customCheckBoxControl {
  display: block;
  width: 100%;
  text-align: center;
  color: #003f1c;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 1px;
  border: 1px solid #99b702;
  background-color: #fff;
  padding: 0.75rem;
  margin: 0.75rem 0;
}

.customCheckBoxControl.selected {
  background-color: #99b7024d;
  border-color: #003f1c;
  color: #003f1c;
}

.customCheckBoxControl input {
  visibility: hidden;
}

.textarea-wrap,
.justLabel {
  text-align: center;
  color: #003f1c;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 1px;
  border: 1px solid #99b702;
  background-color: #fff;
  padding: 0.75rem;
}

.justLabel {
  background-color: transparent;
}

.customFileSelectControl {
  display: flex;
  width: 100%;
  border: 0.5px solid #707070;
}

.customFileSelectControl .label_ {
  background-color: #dfe2df;
  text-align: center;
  height: 33px;
  width: 33.33%;
  color: #4f514f;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 33px;
}

.customFileSelectControl .value_ {
  background-color: #ffffff;
  border-left: 0.5px solid #707070;
  height: 33px;
  width: 66.66%;
  color: #4f514f;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 33px;
  padding: 0 0.5rem;
}

.customFileSelectControl input {
  display: none;
}

.selectedFileList > div {
  color: #4f514f;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin: 0.5rem 0;
}

.fileRemoveBtn {
  cursor: pointer;
}
