/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

@font-face {
  font-weight: 300;
  font-family: Messina Sans;
  font-style: normal;
  src: url(../fonts/MessinaSansWeb-Light.eot);
  src: url(../fonts/MessinaSansWeb-Light.woff) format("woff"),
    url(../fonts/MessinaSansWeb-Light.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: Messina Sans;
  font-style: italic;
  src: url(../fonts/MessinaSansWeb-Light.eot);
  src: url(../fonts/MessinaSansWeb-Light.woff) format("woff"),
    url(../fonts/MessinaSansWeb-Light.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-family: Messina Sans;
  font-style: normal;
  src: url(../fonts/MessinaSansWeb-Regular.eot);
  src: url(../fonts/MessinaSansWeb-Regular.woff) format("woff"),
    url(../fonts/MessinaSansWeb-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-family: Messina Sans;
  font-style: italic;
  src: url(../fonts/MessinaSansWeb-Regular.eot);
  src: url(../fonts/MessinaSansWeb-Regular.woff) format("woff"),
    url(../fonts/MessinaSansWeb-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: Messina Sans;
  font-style: normal;
  src: url(../fonts/MessinaSansWeb-Book.eot);
  src: url(../fonts/MessinaSansWeb-Book.woff) format("woff"),
    url(../fonts/MessinaSansWeb-Book.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: Messina Sans;
  font-style: italic;
  src: url(../fonts/MessinaSansWeb-Book.eot);
  src: url(../fonts/MessinaSansWeb-Book.woff) format("woff"),
    url(../fonts/MessinaSansWeb-Book.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: Messina Sans;
  font-style: normal;
  src: url(../fonts/MessinaSansWeb-SemiBold.eot);
  src: url(../fonts/MessinaSansWeb-SemiBold.woff) format("woff"),
    url(../fonts/MessinaSansWeb-SemiBold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: Messina Sans;
  font-style: italic;
  src: url(../fonts/MessinaSansWeb-SemiBold.eot);
  src: url(../fonts/MessinaSansWeb-SemiBold.woff) format("woff"),
    url(../fonts/MessinaSansWeb-SemiBold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: Messina Sans;
  font-style: normal;
  src: url(../fonts/MessinaSansWeb-Bold.eot);
  src: url(../fonts/MessinaSansWeb-Bold.woff) format("woff"),
    url(../fonts/MessinaSansWeb-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: Messina Sans;
  font-style: italic;
  src: url(../fonts/MessinaSansWeb-Bold.eot);
  src: url(../fonts/MessinaSansWeb-Bold.woff) format("woff"),
    url(../fonts/MessinaSansWeb-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 800;
  font-family: Messina Sans;
  font-style: normal;
  src: url(../fonts/MessinaSansWeb-Black.eot);
  src: url(../fonts/MessinaSansWeb-Black.woff) format("woff"),
    url(../fonts/MessinaSansWeb-Black.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 800;
  font-family: Messina Sans;
  font-style: italic;
  src: url(../fonts/MessinaSansWeb-Black.eot);
  src: url(../fonts/MessinaSansWeb-Black.woff) format("woff"),
    url(../fonts/MessinaSansWeb-Black.woff2) format("woff2");
  font-display: swap;
}

:root {
  /* ==================================================
    Farben
  ================================================== */
  --color-white: #FFF;
  --color-black: #000;
  --color-shark: #212529;
  --color-botticelli: #CCDAE7;
  --color-botticelli2: #D8E3EE;
  --color-buttercup: #F5A623;
  --color-azure: #2F6AB0;
  --color-azure-dark: #3B55A1;
  --color-yellow-sea: #FFAB02;
  --color-rolling-stone: #757778;
  --color-porcelain: #ECF0F1;
  --color-indigo: #3E75BF;
  --color-eternity: #271C11;
  --color-transparent: transparent;
  
  /* ==================================================
    Bereiche
  ================================================== */
  --bereichcolor-body-bg: var(--color-white);
  --bereichcolor-body-bg-top: var(--color-botticelli2);
  --bereichcolor-body-bg-bottom: var(--bereichcolor-body-bg);
  --bereichcolor-border: var(--color-black);
  --bereichcolor-default-font-color: var(--color-shark);
  --bereichcolor-button-bg-color: var(--color-yellow-sea);
  --bereichcolor-button-font-color: var(--color-black);
  --bereichcolor-button-font-color-hover: var(--color-black);
  --bereichcolor-border-azure: var(--color-azure);
  --bereichcolor-default-link: var(--color-shark);
  --bereichcolor-default-link-hover: var(--color-azure-dark);
  --bereichcolor-answer-text: var(--color-shark);
  --bereichcolor-answer-text-hover: var(--color-shark);
  --bereichcolor-answer-table-odd-bg: var(--color-botticelli);
  --bereichcolor-progressbar-text: var(--color-black);
  --bereichcolor-progressbar-progress-done: var(--color-indigo);
  --bereichcolor-progressbar-progress-undone: var(--color-porcelain);
  --bereichcolor-radio-forecolor: var(--color-black);
  --bereichcolor-radio-bgcolor: var(--color-white);
}

:focus-visible {
  outline: 0px solid var(--bereichcolor-border);
  outline-offset: 0px;
}

body.wahlomat_bootswatch {
  padding-top: 30px !important;
  
  /*
  background: var(--bereichcolor-body-bg) url(../files/wahlomat_background.png) repeat-x right 0;
  background-image: url("../files/wahlomat_background.png");
  background-size: auto;
  background-size: contain;
  */
  
  background: linear-gradient(to bottom, var(--bereichcolor-body-bg-top), var(--bereichcolor-body-bg-bottom));
  background-color: var(--bereichcolor-body-bg);

  background-repeat: repeat-x;
  
  
  min-height: 700px;
  font-family: Messina Sans, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, serif;
  color: var(--bereichcolor-default-font-color);
}

.text-primary {
  color: var(--bereichcolor-default-font-color) !important;
}

.wahlomat_bootswatch #survey-nav.bg-light {    
   --bs-bg-opacity: 1;
   background-color: transparent !important;
   display:none;
}

div.container-md,
.outerframe.container-md {
  max-width: 800px !important;
}

@media (min-width: 768px) {
    .wahlomat_bootswatch #survey-nav {
        max-width: 720px;
    }
    .radio-item label {
      min-height: 28px;
    }
}

@media (min-width: 992px) {
    .wahlomat_bootswatch #survey-nav {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wahlomat_bootswatch #survey-nav {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .wahlomat_bootswatch #survey-nav {
        max-width: 1320px;
    }
}

header {
  border-bottom: 1px solid var(--bereichcolor-border);
  padding-bottom: 20px;
  max-width: 780px;
  width: calc(100% - 20px);
  margin: 0 auto 35px auto;
}


.wahlomat_bootswatch #survey-nav {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}


.outerframe.progressbar .top-container {
  margin-top:10px;
}

/* progress bar */
.top-container .progress {
  border: 1px solid var(--bereichcolor-border);
  display: block;
  height: 35px;
  border-radius: 0;
}

.top-container .progress-bar  {
  vertical-align: center;
  background-color: var(--color-buttercup);
  display: block;
  height: 100%;
  color: var(--bereichcolor-default-font-color);
  padding-top:7px;  
  font-weight: bold;
  font-size: 1rem;
}

.group-title.h3,
h1.survey-name {
  text-align:left !important;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 27px;
}

.group-title.h3 strong,
h1.survey-name strong {
  display:block;
}

.survey-description {
  text-align:left !important;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 27px;  
}



/* Basis-Styling bleibt */
.logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 12px;
  text-decoration: none;
}

/* Bild selbst */
.logos a img,
.logo-row img {
  display: block;
  border-radius: 12px;
  outline-offset: 2px;
  overflow: visible;
}

.logos a:hover img,
.logos a:focus img {
  outline: 10px solid var(--bereichcolor-border) !important;
}


.logo-wahlomatforschung,
.logo-uniduesseldorf {
  outline-color: var(--bereichcolor-border-azure) !important;
  margin-bottom: 30px;
}

a:hover .logo-wahlomatforschung,
a:hover .logo-uniduesseldorf,
a:focus .logo-wahlomatforschung,
a:focus .logo-uniduesseldorf {
  outline: 10px solid;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.logo-row img {
  display: inline-flex;
}

.survey-welcome:after {
  clear:both;
}

.survey-welcome h2 {
  font-size: 31px;
  font-weight: normal;
  margin-bottom: 4px;
  color: var(--bereichcolor-default-font-color);
  line-height: 38px;
  margin-bottom:15px;
}

@media only screen and (max-width: 767px) { 
  .survey-welcome h2 {
    font-size: 24px;
    line-height: 29px;
  }
}

#navigator-container {
  margin-bottom: 0px;
}


#ls-button-previous.ls-move-previous-btn,
#ls-button-submit.ls-move-next-btn,
#welcome-container button.start-text {
  min-width:130px;
  background-color: var(--bereichcolor-button-bg-color);
  color: var(--bereichcolor-button-font-color);
  width:100%;
  border-radius: 0;
  text-align: center;
  padding: 15px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 31px;
  vertical-align: center;
  text-decoration: none;
}

#ls-button-submit.start-text {
  border: 2px solid var(--bereichcolor-border) !important;
}

#ls-button-submit.start-text:hover,
#ls-button-submit.start-text:focus {
  outline: 3px solid var(--bereichcolor-border) !important;
  outline-offset: -3px; 
}

@media only screen and (max-width: 767px) { 
  #ls-button-previous.ls-move-previous-btn,
  #ls-button-submit.ls-move-next-btn,
  #welcome-container button.start-text {
    font-size: 24px;
  }
}

#ls-button-submit.ls-move-next-btn.start-text::after {
  background: none !important;
}

#ls-button-submit.start-text {
  margin-top:20px !important;
  margin-bottom:35px !important;
}

#ls-button-submit.ls-move-next-btn {
  padding: 8px;
  font-size: 22px;
  width: 40%;
  text-align: right;
  border:none;
  background-color: transparent;
  float:right;
}

#ls-button-previous.ls-move-previous-btn {
  padding: 8px;
  font-size: 22px;
  width: 40%;
  text-align: left;
  border:none;
  background-color: transparent;
  float:left;
}


a {
  color: var(--bereichcolor-default-link);
  text-decoration: underline;
}

a:hover,
a:focus {
  color: var(--bereichcolor-default-link-hover);
  text-decoration: underline;
  cursor: pointer;
  text-decoration-thickness: 2px;
}


#welcome-container button.start-text:hover,
#welcome-container button.start-text:focus {
  background-color: var(--bereichcolor-button-bg-color);
  color: var(--bereichcolor-button-font-color-hover);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

#ls-button-previous.ls-move-previous-btn:hover,
#ls-button-submit.ls-move-next-btn:hover,
#ls-button-previous.ls-move-previous-btn:focus,
#ls-button-submit.ls-move-next-btn:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

#welcome-container button.start-text span::after {
  /* background: rgba(0, 0, 0, 0) url("../files/start.png") no-repeat scroll 0 0; */
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22/%3E%3Cpolyline%20points%3D%2210%208%2016%2012%2010%2016%22/%3E%3C/svg%3E') no-repeat center center;
  background-size: auto;
  background-size: 100% auto;
  width: 47px;
  height: 47px;
  content: '';
  display: inline-block;
  position: absolute;
  margin-left: 10px;
}

#welcome-container button.start-text:hover span::after,
#welcome-container button.start-text:focus span::after {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22/%3E%3Cpolyline%20points%3D%2210%208%2016%2012%2010%2016%22/%3E%3C/svg%3E') no-repeat center center;
}

@media only screen and (max-width: 767px) { 
  #welcome-container button.start-text span::after {
    width: 35px;
    height: 35px;
    content: '';
    display: inline-block;
    position: absolute;
    margin-left: 10px;
  }
  
  #ls-button-submit.start-text {
    margin-top:18px !important;
    margin-bottom:35px !important;
  }  
}


#ls-button-submit.ls-move-next-btn::after {
  /* background: rgba(0, 0, 0, 0) url("../files/start.png") no-repeat scroll 0 0; */
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22/%3E%3Cpolyline%20points%3D%2210%208%2016%2012%2010%2016%22/%3E%3C/svg%3E') no-repeat center center;
  background-size: auto;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  float:right;
  position: relative;
  margin-left: 10px;
  margin-top:4px;
  width: 25px;
  height: 25px;    
}


#ls-button-previous.ls-move-previous-btn::before {
  /* background: rgba(0, 0, 0, 0) url("../files/arrow_back.png") no-repeat scroll 0 0; */
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22/%3E%3Cpolyline%20points%3D%2214%208%208%2012%2014%2016%22/%3E%3C/svg%3E') no-repeat center center;
  background-size: auto;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  float:left;
  position: relative;
  margin-right: 10px;
  margin-top:4px;
  width: 25px;
  height: 25px;    
}

#welcome-container button.start-text span:hover::after,
#welcome-container button.start-text span:focus::after{
  /* background: rgba(0, 0, 0, 0) url("../files/start_over.png") no-repeat scroll 0 0; */
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22/%3E%3Cpolyline%20points%3D%2210%208%2016%2012%2010%2016%22/%3E%3C/svg%3E') no-repeat center center;
  background-size: auto;
  background-size: 100% auto;
}

#ls-button-submit.ls-move-next-btn:hover::after,
#ls-button-submit.ls-move-next-btn:focus::after {
  /* background: rgba(0, 0, 0, 0) url("../files/start.png") no-repeat scroll 0 0; */
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22/%3E%3Cpolyline%20points%3D%2210%208%2016%2012%2010%2016%22/%3E%3C/svg%3E') no-repeat center center;
  background-size: auto;
  background-size: 80% auto;
  margin-top:7px;
}

#ls-button-previous.ls-move-previous-btn:hover::before,
#ls-button-previous.ls-move-previous-btn:focus::before {
  /* background: rgba(0, 0, 0, 0) url("../files/arrow_back.png") no-repeat scroll 0 0; */
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22/%3E%3Cpolyline%20points%3D%2214%208%208%2012%2014%2016%22/%3E%3C/svg%3E') no-repeat center center;
  background-size: auto;
  background-size: 80% auto;
  margin-top:7px;
}

/**
a.link-imprint {
  padding: 10px 30px 50px 10px;
  text-decoration: underline;
  font-size: 16px;
  color: var(--bereichcolor-default-link);
}

a.link-dataprivacy {
  padding: 10px 10px 50px 30px;
  text-decoration: underline;
  font-size: 16px;
  color: var(--bereichcolor-default-link);
}

a.link-imprint:hover,
a.link-dataprivacy:hover,
a.link-imprint:focus,
a.link-dataprivacy:focus {
  color: var(--bereichcolor-default-link-hover);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
**/

footer a {
  text-decoration: underline;
  font-size: 16px;
  color: var(--bereichcolor-default-link);
  padding: 0 30px 0 30px;
}

footer a:hover,
footer a:focus {
  color: var(--bereichcolor-default-link-hover);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.modal .btn-close:hover,
.toast .btn-close:hover,
.modal .btn-close:focus,
.toast .btn-close:focus {
  box-shadow: 0 0 0 .25rem rgba(0,0,0,1);
  opacity: 1;
}

.question-container {
  margin-top:10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: var(--bereichcolor-answer-text);
}

input[type="text"].form-control {
  outline: 2px solid var(--bereichcolor-border);
}

input[type="text"].form-control:not(:disabled):hover,
input[type="text"].form-control:not(:disabled):focus {
  outline: 5px solid var(--bereichcolor-border);
}

input[type="text"].form-control:disabled {
  background-color: #909697;
}

.ls-answers {
  color: var(--bereichcolor-answer-text);
}

.table-hover > tbody > tr:hover > * {
  color: var(--bereichcolor-answer-text-hover);
}

.ls-label-question {
  font-size: 31px !important;
  font-weight: normal;
  line-height: 38px;
}

@media only screen and (max-width: 767px) {
  .ls-label-question {
    font-size: 23px !important;
    font-weight: normal;
    line-height: 29px;
  }
  .outerframe.logos a img {
    max-height:35px;
  }
}


.question-title-container.bg-primary {
  background: transparent;
  color: var(--bereichcolor-default-font-color);
  --bs-bg-opacity: 0;
  padding-left: 0px;
}

.question-container {
  background: transparent;
  border: none;
}

.answer-container {
  border: none;
}

.col-responses .col-answers {
   width: 55% !important;
}

.col-responses .ls-col-odd,
.col-responses .ls-col-even {
   width: 15% !important;
}

.table-array-radio tbody tr:nth-child(odd) {
  background-color: var(--bereichcolor-answer-table-odd-bg);
}

.table-array-radio tbody tr:nth-child(even) {
  background-color: transparent;
}

/* dont show no answer*/
li.no-anwser-item,
col.col-no-answer,
th.noanswer-text,
td.noanswer-item {
  display:none !important;;
}

/*
.radio-label {  
  font-size: calc(var(--bs-body-font-size) * 1.2);
  line-height: calc(var(--bs-body-line-height) * 1.2);
}


.radio-item label {
    margin-left: 4px;
}

.radio-item label::before {
    transform: scale(1.2);
    margin-top:8px;
    margin-left: -24px;
}


.radio-item input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  margin-top: 8px;
  margin-left: -25px;
}
*/

#welcome-container h1,
.group-title {
  margin-bottom: 35px;
  padding-bottom: 20px;
  margin-top:10px;
}



#welcome-container p,
.imprint p {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

#surveys-list-container {
  min-height: 300px !important;
}

.group-container.space-col {
  margin-bottom:0px;
}

.ls-answers tbody .answertext {
  text-align: left;
  line-height: 1.9rem;
}

#error-card .card-title {
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding-bottom: 4px;
}

#error-card .card-text,
#error-card .text-danger {
  color: var(--bereichcolor-default-font-color) !important;
  position: relative;
}

#error-card .card-text {
  padding-left: 28px;
}

#error-card .card-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 16 16'%3E%3Cpath d='M8.982 1.566a1.13 1.13 0 0 0-1.964 0L.165 13.233c-.457.778.091 1.767.982 1.767h13.706c.89 0 1.438-.99.982-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}


.accessibility_list ul li {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--bereichcolor-default-font-color) !important;
}

  
ol.accessibility_list > li::marker {
  font-size: 31px;
  font-weight: normal;
  color: var(--bereichcolor-default-font-color);
}



.progress-wrapper {
  display: none;
}

#customProgress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 35px;
  border: 2px solid var(--bereichcolor-border);
  background-color: var(--bereichcolor-progressbar-progress-undone);
  display: block;
}

#customProgress::-webkit-progress-bar {
  background-color: var(--bereichcolor-progressbar-progress-undone);
}

#customProgress::-webkit-progress-value {
  background-color: var(--bereichcolor-progressbar-progress-done);
}

#customProgress::-moz-progress-bar {
  background-color: var(--bereichcolor-progressbar-progress-done);
}

#progressText {
  float: right;
  color: var(--bereichcolor-progressbar-text);
  font-weight: bold;
}

.tooltip {
  font-size: 14px;
  z-index: 9999;
}

.tooltip .tooltip-inner {
  font-size: 14px;
  border: 2px solid var(--color-white);
  border-radius: 6px;
}

.tooltip {
  padding: 2px;
  pointer-events: auto;
}



.ls-answers > tbody > tr.ls-even:hover {
  background-color: var(--color-transparent);
}





.radio-item label {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.2;
  padding-left: 28px;
}

.radio-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid var(--bereichcolor-radio-forecolor);
  border-radius: 50%;
  background: var(--bereichcolor-radio-bgcolor);
  transform: translateY(-50%);
  transition: border 0.15s ease-in-out;
  outline: unset !important;
}

.radio-item label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bereichcolor-radio-forecolor);
  transform: translateY(-50%) scale(0);
  transition: transform 0.15s ease-in-out;
}

.radio-item input[type="radio"]:checked + label::after,
.radio-item input[type="radio"]:active + label::after {
  transform: translateY(-50%) scale(1);
}

.radio-item input[type="radio"]:focus + label::before,
.radio-item input[type="radio"]:focus-visible + label::before {
  border: 0px solid var(--bereichcolor-radio-forecolor);
  box-shadow: 0 0 0 4px var(--bereichcolor-radio-forecolor);
}

.dir-ltr .radio-item label.ls-label-xs-visibility::before, .dir-ltr .checkbox-item label.ls-label-xs-visibility::before {
  top: 50%;
  left: 4px;
}
.dir-ltr .radio-item label.ls-label-xs-visibility::after {
  top: 50%;
  left: 8px;
}
