form#svsuvsicheck\:whole_site .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  color: #565650;
}
form#svsuvsicheck\:whole_site .content .titel {
  font-family: 'Poppins', sans-serif;
  color: #565650;
  font-weight: 700 !important;
  margin: 70px 0 30px;
}
form#svsuvsicheck\:whole_site .content .navigation_fragebogen .progress_bar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0px;
}
form#svsuvsicheck\:whole_site .content .navigation_fragebogen .progress_bar li {
  list-style-type: none;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}


form#svsuvsicheck\:whole_site .content .navigation_fragebogen .progress_bar li:before {
  content: " ";
  border: 3px solid #ccc;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 40px 10px;
}
form#svsuvsicheck\:whole_site .content .navigation_fragebogen .progress_bar li:after {
  height: 2px;
  content: '';
  position: absolute;

  background-color: #ccc;
  z-index: -1;
}
form#svsuvsicheck\:whole_site .content .navigation_fragebogen .progress_bar li:last-child:after {
  content: none;
}
form#svsuvsicheck\:whole_site .content .navigation_fragebogen .progress_bar li:first-child:before {
  border: 3px solid #5cb77a !important;
  background-image: url("/svs-uvsicherheitscheck/jakarta.faces.resource/images/progress_bar__active.svg.xhtml;jsessionid=0KNDJaKmbO0mIQSxK_3LhOsT20xAou13VSyZqmEm.esvpapp1b-webapps-02-webapps-02") !important;
  background-repeat: no-repeat;
  background-position: center;
}
form#svsuvsicheck\:whole_site .content .navigation_fragebogen .progress_bar li.progress_bar__done:before {

  border: 3px solid #5cb77a !important;
  background-image: url("/svs-uvsicherheitscheck/jakarta.faces.resource/images/progress_bar__done.svg.xhtml;jsessionid=0KNDJaKmbO0mIQSxK_3LhOsT20xAou13VSyZqmEm.esvpapp1b-webapps-02-webapps-02") !important;
  background-repeat: no-repeat;
  background-position: center;
}
form#svsuvsicheck\:whole_site .content .navigation_fragebogen .progress_bar li.progress_bar__done:after {
  background-color: #5cb77a;
}
form#svsuvsicheck\:whole_site .content .navigation_fragebogen .progress_bar li.progress_bar__active:before {
  border: 3px solid #5cb77a !important;
  background-image: url("/svs-uvsicherheitscheck/jakarta.faces.resource/images/progress_bar__active.svg.xhtml;jsessionid=0KNDJaKmbO0mIQSxK_3LhOsT20xAou13VSyZqmEm.esvpapp1b-webapps-02-webapps-02") !important;
  background-repeat: no-repeat;
  background-position: center;
}
form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel {

  display: flex;
  flex-direction: column;
  align-items: center;
}
form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel .label_frage {
  font-weight: 400;
  line-height: 26px;

  padding: 0px;
  margin-bottom: 25px;
  text-align: center;
}
form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel .fragen_container {
  margin-bottom: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel .fragen_container__error .frage_select_radio input[type="radio"]+ label {
  color: #db4166;
}
form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel .fragen_container .error.frageMeldung {
  color: #db4166;
  font-size: 12px;
  line-height: 26px;
  list-style-type: none;
  background: none;
}

form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel table{
 height: 100%;
 height: -moz-available;
}

form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel table tbody{
 height: 100%;
}

form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel table tbody tr{
 height: 100%;
}

form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel table tbody tr td{
 height: 100%;
}

form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio td {
  border: 1px solid #ccc;
  padding: 0;
  border-radius: 4px;
  vertical-align: middle;
}
form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio input[type="radio"] {
  display: none;
  margin: 10px;
}
form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio input[type="radio"]:checked+ label {
  background-image: none;
  background-color: #5cb77a;
  color: #fff;
  border-color: #fff;
  transition: all 0.25s ease-out;
}
form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio input[type="radio"]+ label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  color: #5cb77a;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;

  height: 100%;
  padding: 10px;
}
form#svsuvsicheck\:whole_site .button_block {
  display: flex;
  flex-direction: column;
  width: 270px;
  height: 90px;
  justify-content: space-between;
}
form#svsuvsicheck\:whole_site .button_block_navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

form#svsuvsicheck\:whole_site .button_block_navigation__center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
form#svsuvsicheck\:whole_site .button_block .btn_fragebogen_abbrechen {
  font-size: 16px;
  line-height: 26px;
  color: #5cb77a;
  font-family: 'Poppins', sans-serif;
}
form#svsuvsicheck\:whole_site .button_block .btn_seite_naechste {
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
}
form#svsuvsicheck\:whole_site .button_block .btn_seite_naechste_container {
  width: 120px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
form#svsuvsicheck\:whole_site .button_block .btn_seite_naechste_container_active {
  background: #5cb77a;
}
form#svsuvsicheck\:whole_site .button_block .btn_seite_naechste_container_inactive {
  background: #ccc;
}
form#svsuvsicheck\:whole_site .button_block .btn_seite_naechste_container input {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  padding: 0px 21px;
}
form#svsuvsicheck\:whole_site .button_block .btn_seite_naechste_container img {
  position: absolute;
  top: 16px;
  right: 15px;
}
form#svsuvsicheck\:whole_site .button_block .btn_seite_letzte {
  background: transparent;
  background: #5cb77a;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
}
form#svsuvsicheck\:whole_site .button_block .btn_seite_letzte_container {
  width: 120px;
  height: 40px;
  background: #5cb77a;
  border-radius: 6px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  position: relative;
}
form#svsuvsicheck\:whole_site .button_block .btn_seite_letzte_container input {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  padding: 0px 21px;
}
form#svsuvsicheck\:whole_site .button_block .btn_seite_letzte_container img {
  position: absolute;
  top: 16px;
  left: 15px;
}
form#svsuvsicheck\:whole_site .button_block .btn_fragebogen_abbrechen {

  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}
.test-abbruch-PopUp {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}
.test-abbruch-PopUp__container {
  width: 500px;
  height: 295px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
  border-radius: 8px;
}
.test-abbruch-PopUp__content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}
.test-abbruch-PopUp__close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.test-abbruch-PopUp__title {
  font-family: 'Poppins', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  padding: 0 25px;
  text-align: center;
  margin: 0px;
}
.test-abbruch-PopUp__text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 0 25px;
}
.test-abbruch-PopUp__button-block {
  width: 260px;
  display: flex;
  justify-content: space-between;
}
.test-abbruch-PopUp__button {
  width: 116px;
  height: 40px;
  border: 2px solid #5cb77a;
  box-sizing: border-box;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  padding: 0px;
}
.test-abbruch-PopUp__test-beenden {
  background: transparent;
  color: #5cb77a;

}
.test-abbruch-PopUp__test-fortsetzen {
  color: #fff;
  background: #5cb77a;
}
@media screen and (min-width: 750px) {
  form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel .fragen_container{
    margin-bottom:105px;
  }
  #svsuvsicheck\:whole_site .content .titel {
    font-size: 33px;
    line-height: 41px !important;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen {
    width: 800px;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .fragebogen_title {
    display: none;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar {
    margin-bottom: 100px;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li {
    color: #999;
    max-width: 110px;
  }

  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:before {
    width: 34px;
    height: 34px;
    content: " ";
    border: 3px solid #ccc;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:after {
    width: 153%;
    content: '';
    top: 19px;
    left: 65%;
    z-index: -1;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:last-child:after {
    content: none;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child {
    color: #565650 !important;
    font-weight: bold !important;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:before {
    background-size: 18px;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(2):after,
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(2) ~ li:after {
    width: 335%;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(3):after,
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(3) ~ li:after {
    width: 200%;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(4):after,
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(4) ~ li:after {
    width: 155%;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(5):after,
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(5) ~ li:after {
    width: 125%;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(6):after,
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(6) ~ li:after {
    width: 100%;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__done {

    color: #565650 !important;
    font-weight: normal !important;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__done:before {
    border: 3px solid #5cb77a !important;
    background-size: 18px;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__done:after {

    background-color: #5cb77a;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__active {
    color: #565650 !important;
    font-weight: bold !important;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__active:before {
    border: 3px solid #5cb77a !important;

    background-size: 18px;
  }
  #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio {
    border-spacing: 15px 10px;
    border-collapse: separate;
  }
  #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio td {
    width: 170px;
  }
  #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio .label_frage {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
   ul, ol{
    padding-left: 0px!important;
   }
  table{
  margin-bottom: -20px!important;
  }
  form#svsuvsicheck\:whole_site .content #svsuvsicheck\:whole_site\:fragen_panel .fragen_container{
    margin-bottom:80px;
  }
  #svsuvsicheck\:whole_site .content .titel {
    font-size: 33px;
    line-height: 41px !important;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen {
    width: 350px;
    position: relative;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .fragebogen_title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    top: 65px;
    left: 24%;
    max-width: 182px;
    width: 182px;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar {
    margin-bottom: 80px;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li {
    max-width: 60px;
    color: transparent;
    margin-top: 3px;
  }
  
  form#svsuvsicheck\:whole_site .content .navigation_fragebogen .progress_bar li span{
    display: none;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:before {
    width: 21px;
    height: 21px;
    content: " ";
    border: 3px solid #ccc;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:after {
    width: 153%;
    content: '';
    top: 13px;
    left: 65%;
    z-index: -1;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:last-child:after {
    content: none;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:before {
    background-size: 11px;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(2):after,
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(2) ~ li:after {
    width: 260%;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(3):after,
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(3) ~ li:after {
    width: 200%;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(4):after,
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(4) ~ li:after {
    width: 140%;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(5):after,
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(5) ~ li:after {
    width: 120%;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(6):after,
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li:first-child:nth-last-child(6) ~ li:after {
    width: 100%;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__done {
    font-weight: normal !important;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__done:before {
    border: 3px solid #5cb77a !important;
    background-size: 11px;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__done:after {
    background-color: #5cb77a;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__active {
    margin-top: 0px !important;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__active:after {
    top: 16px !important;
  }
  #svsuvsicheck\:whole_site .navigation_fragebogen .progress_bar li.progress_bar__active:before {
    border: 3px solid #5cb77a !important;
    background-size: 18px;
    width: 30px;
    height: 30px;
  }
  #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio{
  border-collapse: separate;
  }
  
  #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio tr {
    display: flex;
    display: -moz-groupbox;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio td {
    width: 210px !important;
    vertical-align: middle;
    margin: 5px;
    display:table;
  }
  #svsuvsicheck\:whole_site\:fragen_panel .frage_select_radio td label {
    padding: 10px;
    height: 100%;
  }
  #svsuvsicheck\:whole_site\:fragen_panel .label_frage {
    font-size: 16px;
    max-width: 400px;
  }
  #svsuvsicheck\:whole_site .content .titel {
    font-size: 24px;
    margin: 10px 0 20px!important;
  }
}

@media screen and (max-width: 550px) {
  .test-abbruch-PopUp {
    width: 100%;
    height: 100%;
    display: none;
  }
  .test-abbruch-PopUp__container {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    border-radius: 0px;
  }
  .test-abbruch-PopUp__content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .test-abbruch-PopUp__close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .test-abbruch-PopUp__close-button svg {
    width: 25px;
    height: 25px;
  }
  .test-abbruch-PopUp__title {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    padding: 0 25px;
    text-align: center;
    margin: 100px 0 0;
  }
  .test-abbruch-PopUp__text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0 25px;
  }
  .test-abbruch-PopUp__button-block {
    width: 260px;
    height: 95px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .test-abbruch-PopUp__button {
    width: 100%;
    height: 40px;
    border: 2px solid #5cb77a;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    padding: 0px;
    outline: none;
  }
  .test-abbruch-PopUp__test-beenden {
    background: transparent;
    color: #5cb77a;
  }
  .test-abbruch-PopUp__test-fortsetzen {
    color: #fff;
    background: #5cb77a;
  }
}


