:root {
  --ws10-color-primary-100: #e60000;
  --ws10-color-primary-200: #bd0000;
  --ws10-color-primary-300: #820000;
  --ws10-color-secondary-100: #00697c;
  --ws10-color-secondary-200: #5e2750;
  --ws10-color-secondary-300: #eb7800;
  --ws10-color-secondary-400: #fecb00;
  --ws10-color-secondary-500: #008a00;
  --ws10-color-secondary-600: #005ea5;
  --ws10-color-monochrome-100: #fff;
  --ws10-color-monochrome-200: #f2f2f2;
  --ws10-color-monochrome-300: #bebebe;
  --ws10-color-monochrome-400: #7e7e7e;
  --ws10-color-monochrome-500: #262626;
  --ws10-color-monochrome-600: #0d0d0d;
  --ws10-color-gradient-100: linear-gradient(45deg, #820000 0%, #e60000 100%);
  --ws10-color-gradient-200: linear-gradient(45deg, #f2f2f2 0%, #fafafa 100%);
  --ws10-color-gradient-300: linear-gradient(45deg, #222 0%, #25282b 100%);
    --ws10-color-primary-inverse-100: #ea1a1a;
    --ws10-color-primary-inverse-200: #f06666;
    --ws10-color-primary-inverse-300: #8a0f0f;
    --ws10-color-secondary-inverse-100: #0096ad;
    --ws10-color-secondary-inverse-200: #b04a98;
    --ws10-color-secondary-inverse-300: #eb9700;
    --ws10-color-secondary-inverse-400: #fecb00;
    --ws10-color-secondary-inverse-500: #b7bf10;
    --ws10-color-secondary-inverse-600: #5f9bc8;
    --ws10-color-monochrome-inverse-100: #0d0d0d;
    --ws10-color-monochrome-inverse-200: #262626;
    --ws10-color-monochrome-inverse-300: #7e7e7e;
    --ws10-color-monochrome-inverse-400: #bebebe;
    --ws10-color-monochrome-inverse-500: #f2f2f2;
    --ws10-color-monochrome-inverse-600: #fff;
    --ws10-color-gradient-inverse-100: linear-gradient(45deg, #820000 0%, #e60000 100%);
    --ws10-color-gradient-inverse-200: linear-gradient(45deg, #222 0%, #25282b 100%);
    --ws10-color-gradient-inverse-300: linear-gradient(45deg, #f2f2f2 0%, #fafafa 100%);
    --ws10-size-icon-100: 16px;
    --ws10-size-icon-125: 20px;
    --ws10-size-icon-150: 24px;
    --ws10-size-icon-200: 32px;
    --ws10-size-icon-225: 36px;
    --ws10-size-icon-250: 40px;
    --ws10-size-icon-275: 44px;
    --ws10-size-icon-300: 48px;
    --ws10-size-icon-350: 56px;
    --ws10-size-icon-400: 64px;
    --ws10-size-icon-450: 72px;
    --ws10-size-icon-525: 84px;
    --ws10-size-icon-600: 96px;
    --ws10-size-icon-750: 120px;
    --ws10-size-icon-1200: 192px;
    --ws10-size-button-small: 32px;
    --ws10-size-button-medium: 44px;
    --ws10-size-button-large: 48px;
    --ws10-size-button-x-large: 56px;
    --ws10-space-0: 0px;
    --ws10-space-15: 2px;
    --ws10-space-25: 4px;
    --ws10-space-50: 8px;
    --ws10-space-75: 12px;
    --ws10-space-100: 16px;
    --ws10-space-125: 20px;
    --ws10-space-150: 24px;
    --ws10-space-200: 32px;
    --ws10-space-300: 48px;
    --ws10-space-400: 64px;
    --ws10-space-450: 72px;
    --ws10-space-500: 80px;
    --ws10-breakpoint-x-small: 320px;
    --ws10-breakpoint-small: 600px;
    --ws10-breakpoint-medium: 768px;
    --ws10-breakpoint-large: 1024px;
    --ws10-breakpoint-x-large: 1280px;
    --ws10-font-size-50: 14px;
    --ws10-font-size-100: 16px;
    --ws10-font-size-150: 18px;
    --ws10-font-size-200: 20px;
    --ws10-font-size-300: 24px;
    --ws10-font-size-400: 30px;
    --ws10-font-size-500: 34px;
    --ws10-font-size-700: 48px;
    --ws10-font-size-750: 56px;
    --ws10-font-size-900: 80px;
    --ws10-font-size-1000: 140px;
    --ws10-line-height-25: 1.125;
    --ws10-line-height-50: 1.25;
    --ws10-line-height-100: 1.5;
    --ws10-line-height-reset: 1;
    --ws10-line-height-fix-150: 24px;
    --ws10-line-height-fix-200: 32px;
    --ws10-font-weight-light: 100;
    --ws10-font-weight-normal: 400;
    --ws10-font-weight-bold: 700;
    --ws10-text-decoration-underline: underline;
    --ws10-text-decoration-strike-through: line-through;
    --ws10-text-decoration-none: none;
    --ws10-opacity-10: 0.1;
    --ws10-opacity-20: 0.2;
    --ws10-opacity-60: 0.6;
    --ws10-border-style-dashed: dashed;
    --ws10-border-style-solid: solid;
    --ws10-border-width-none: 0;
    --ws10-border-width-small: 1px;
    --ws10-border-width-medium: 2px;
    --ws10-border-width-large: 3px;
    --ws10-border-width-x-large: 5px;
    --ws10-border-width-xx-large: 10px;
    --ws10-border-radius-small: 3px;
    --ws10-border-radius-medium: 6px;
    --ws10-border-radius-large: 10px;
    --ws10-border-radius-pill: 100px;
    --ws10-border-radius-half: 50%;
    --ws10-shadow-x-small: 0 1px 3px rgba(0, 0, 0, 0.6);
    --ws10-shadow-small: 0 1px 4px rgba(0, 0, 0, 0.2);
    --ws10-shadow-medium: 0 2px 8px rgba(0, 0, 0, 0.2);
    --ws10-shadow-large: 0 4px 10px rgba(0, 0, 0, 0.2);
    --ws10-duration-0: 0s;
    --ws10-duration-50: 0.05s;
    --ws10-duration-100: 0.1s;
    --ws10-duration-200: 0.2s;
    --ws10-duration-500: 0.5s;
    --ws10-duration-800: 0.8s;
    --ws10-duration-1000: 1s;
    --ws10-easing-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
    --ws10-easing-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ws10-easing-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    --ws10-easing-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    --unchecked-circle-outline: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z" style="fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:32px"/><polyline points="352 176 217.6 336 160 272" style="fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/></svg>');
    --pass-circle: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%234EAF4E" d="M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM364.25,186.29l-134.4,160a16,16,0,0,1-12,5.71h-.27a16,16,0,0,1-11.89-5.3l-57.6-64a16,16,0,1,1,23.78-21.4l45.29,50.32L339.75,165.71a16,16,0,0,1,24.5,20.58Z" /></svg>');
    --fail-circle: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23bd0000" d="M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm75.31,260.69a16,16,0,1,1-22.62,22.62L256,278.63l-52.69,52.68a16,16,0,0,1-22.62-22.62L233.37,256l-52.68-52.69a16,16,0,0,1,22.62-22.62L256,233.37l52.69-52.68a16,16,0,0,1,22.62,22.62L278.63,256Z"/></svg>');
    --na-circle: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%237e7e7e" d="M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm80,224H176a16,16,0,0,1,0-32H336a16,16,0,0,1,0,32Z"/></svg>');
    --fail-circle-outline: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z" style="fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:32px"/><line x1="320" y1="320" x2="192" y2="192" style="fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/><line x1="192" y1="320" x2="320" y2="192" style="fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/></svg>');


  }




 /* body */

body {
  margin: 0;
  background-color: #fff;
  font-family:Vodafone;
  font-style:normal;
  font-weight: var(--ws10-font-weight-normal);
  font-size: var(--ws10-font-size-100);
  src:url(https://www.vodafone.de/simplicity/assets/css/fonts/VodafoneRg.eot);src:url(https://www.vodafone.de/simplicity/assets/css/fonts/VodafoneLt.woff2) format("woff2"),url(https://www.vodafone.de/simplicity/assets/css/fonts/VodafoneRg.woff) format("woff")}
  @font-face{font-display:swap;font-family:Vodafone;font-style:normal;font-weight:700;src:url(https://www.vodafone.de/simplicity/assets/css/fonts/vodafonergbd-webfont.eot);src:url(https://www.vodafone.de/simplicity/assets/css/fonts/vodafonergbd-webfont.woff2) format("woff2"),url(https://www.vodafone.de/simplicity/assets/css/fonts/vodafonergbd-webfont.woff) format("woff")}@font-face{font-display:swap;
  font-family:Vodafone; font-style:normal;font-weight:100; src:url(https://www.vodafone.de/simplicity/assets/css/fonts/VodafoneLt.eot);src:url(https://www.vodafone.de/simplicity/assets/css/fonts/VodafoneLt.woff2) format("woff2"),url(https://www.vodafone.de/simplicity/assets/css/fonts/VodafoneLt.woff) format("woff");
  -webkit-font-smoothing: antialiased;
}


/* font definitions */

 
h1, .ws10-h1 {
  font-weight: var(--ws10-font-weight-light);
  line-height: var(--ws10-line-height-50);
  color: var(--ws10-color-monochrome-600);
  font-size: var(--ws10-font-size-700);
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  
  }
  
  
 
  h2, .ws10-h2 {
    font-weight: var(--ws10-font-weight-light);
    line-height: var(--ws10-line-height-50);
    color: var(--ws10-color-monochrome-600);
    font-size: var(--ws10-font-size-500);
  margin-bottom: 20px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  }
  
  
  h3, .ws10-h3 {
    font-weight: var(--ws10-font-weight-bold);
    line-height: var(--ws10-line-height-50);
    color: var(--ws10-color-monochrome-600);
    font-size: var(--ws10-font-size-400);
  margin-bottom: 0px;
  margin-top: 0px;
  }


  h4, .ws10-h4 {
    font-weight: var(--ws10-font-weight-bold);
    line-height: var(--ws10-line-height-50);
    color: var(--ws10-color-monochrome-600);
    font-size: var(--ws10-font-size-300);
  margin-bottom: 0px;
  margin-top: 0px;
  }

  h5, .ws10-h5 {
    font-weight: var(--ws10-font-weight-bold);
    line-height: var(--ws10-line-height-50);
    color: var(--ws10-color-monochrome-600);
    font-size: var(--ws10-font-size-200);
    margin-bottom: 18px;
    margin-top: 0px;
  }

/* link definitions */


  a {
    color: #0d0d0d;
    }
    
    
    a:hover {
    color: #e60000;
    }
    
    a:active {
    color: #0d0d0d;
    }
    
    a:focus {
      color: #e60000;
      }


.imageUploadLink:hover .iconRed {
        fill: #e60000;}

.imageUploadLink:focus .iconRed {
          fill: #e60000;}



/* notifications  */


#draftWarning {
    padding-top: 20px;
    margin: auto;
    width: 100%;
    min-width: 800px;
    max-width: 1050px;
}

.notificationWrapper {
  margin: auto;
  width: 100%;
  min-width: 800px;
  max-width: 1050px;
}


.ws10-notification:last-child {
  margin-bottom: 0;
}
.ws10-notification, .ws10-notification--white {
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .ws10-notification {
      font-size: 18px;
  }
}
.ws10-notification {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 16px;
  display: flex;
  margin-bottom: 24px;
  border-radius: 6px;
}

.ws10-notification--error .ws10-notification__sidebar {
  background-color: #bd0000;
}

.ws10-notification--warning .ws10-notification__sidebar {
  background-color: #eb7800;
}

.ws10-notification--success .ws10-notification__sidebar {
  background-color: #008a00;
}

@media screen and (min-width: 600px) {
  .ws10-notification__sidebar {
      padding: 24px 12px 0;
  }
}
.ws10-notification__sidebar {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16px 8px 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ws10-notification--error .ws10-notification__content {
  border: 2px solid #bd0000;
}

.ws10-notification--warning .ws10-notification__content {
  border: 2px solid #eb7800;
}

.ws10-notification--success .ws10-notification__content {
  border: 2px solid #008a00;
}


@media screen and (min-width: 600px) {
  .ws10-notification__content {
      padding: 24px 16px;
  }
}
.ws10-notification__content {
  flex: auto;
  padding: 16px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ws10-notification__content {
  border-left: 0 !important;
}


@media screen and (min-width: 600px) {
  .ws10-notification__sidebar:first-child img {
      width: 24px;
      height: 24px;
  }
}

.ws10-notification__sidebar:first-child img {
  width: 20px;
  height: 20px;
}
.ws10-notification .ws10-notification-icon {
  fill: #fff;
}
svg {
  fill: inherit;
}

.ws10-notification__headline {
  padding-bottom: 8px;
  font-size: 20px;
  margin-block-start: 0px;
    margin-block-end: 0px;
}

@media screen and (min-width: 600px) {
  .ws10-notification__text {
      font-size: 18px;
  }
}

 /* wrapper */

.wrapper {

  margin: auto;
  width: 100%;
  min-width: 800px;
  max-width: 1050px;

  }

#content-wrapper {
  margin: 100px 0px 100px 260px;
  /* width: 100%; */
  /* min-width: 800px; */
  /* max-width: 1050px; */
  /* padding: 0px 40px 40px 40px; */
}
  
.content-belt {

  padding-left: 80px;
    padding-right: 80px;

}

.grey-bg {

  background: #f4f4f4;

}

.white-bg {

  background: #fff;

}


/* bottom spaces */


.bottom-space-0 {
margin-bottom: var(--ws10-space-0);
}

.bottom-space-15 {
margin-bottom: var(--ws10-space-15);
}

.bottom-space-25 {
margin-bottom: var(--ws10-space-25);
}

.bottom-space-50 {
margin-bottom: var(--ws10-space-50);
}

.bottom-space-75 {
margin-bottom: var(--ws10-space-75);
}

.bottom-space-100 {
margin-bottom: var(--ws10-space-100);
}

.bottom-space-125 {
margin-bottom: var(--ws10-space-125);
}

.bottom-space-150 {
margin-bottom: var(--ws10-space-150);
}

.bottom-space-200 {
margin-bottom: var(--ws10-space-200);
}

.bottom-space-300 {
margin-bottom: var(--ws10-space-300);
}

.bottom-space-400 {
margin-bottom: var(--ws10-space-400);
}

.bottom-space-450 {
margin-bottom: var(--ws10-space-450);
}

.bottom-space-500 {
margin-bottom: var(--ws10-space-500);
}


 /* cards */

/* .ws10-card {
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    padding: 20px;
    margin-bottom: 32px;
    border-radius: 6px;
    background-color: #fff;
} */

.ws10-card-content {
    display: none;
    padding-top: 10px;
}


.requirement-section-flex {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.ws10-card {
  flex: 1;
  height: 400px;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 20%); 
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 32px;
}

.ws10-card:nth-child(1) {
  flex: 2; /* Der mittlere Container wird doppelt so breit sein wie die anderen */
}

.ws10-card::-webkit-scrollbar {
  width: 8px;
}

.ws10-card::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.ws10-card::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.ws10-card h4,
.ws10-card p {
  margin: 0 0 8px;
  line-height: 1.5;
}

.ws10-card-flexheight {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 32px;
}



 /* accordion*/

.accordionTitle {
   cursor: pointer;
}

/* forms */

@media screen and (min-width: 600px) {
  .ws10-form-element-block {
      font-size: 18px;
  }
}
.ws10-form-element-block {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 16px;
  display: block;
}


.ws10-form-element-block .ws10-form-element-block__label-container {
  display: block;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px) {
  .ws10-form-label {
      font-size: 18px;
  }
}
.ws10-form-label {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 18px;
  color: #0d0d0d;
  transition: all .2s cubic-bezier(0.47, 0, 0.745, 0.715);
  margin-bottom:8px;
}

.ws10-form-element-block__label-container {
  display: block;
  margin-bottom: 8px;
}

.ws10-form-element-block .ws10-form-element-block__input-container {
  position: relative;
}

@media screen and (min-width: 600px) {
  .ws10-form-text-input {
      font-size: 18px;
  }
}
.ws10-form-text-input {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .ws10-form-text-input {
      font-size: 18px;
  }
}
.ws10-form-text-input {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .ws10-form-text-input {
      font-size: 18px;
  }
}
.ws10-form-text-input {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 16px;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px) {
  .ws10-form-text-input .ws10-form-text-input__input {
      font-size: 20px;
      line-height: 32px;
  }
}
.ws10-form-text-input .ws10-form-text-input__input {
  width: 100%;
  display: block;
  padding: 11px 56px 11px 16px;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #0d0d0d;
  font-weight: 400;
  font-family: "Vodafone", "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.ws10-form-text-input .ws10-form-text-input__input {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #262626;
}
input {
  max-width: none;
  box-shadow: none;
}

.ws10-form-element-block .ws10-form-element-block__helper-text {
  display: block;
  color: #0d0d0d;
}
@media screen and (min-width: 600px) {
  .ws10-text-smaller {
      font-size: 14px;
  }
}
.ws10-text-smaller {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .ws10-text-smaller {
      font-size: 14px;
  }
}
.ws10-text-smaller {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 14px;
  margin-bottom: 0;
}

.ws10-form-element-block .ws10-form-element-block__error-message {
  display: none;
  color: #bd0000;
}
@media screen and (min-width: 600px) {
  .ws10-text-smaller {
      font-size: 14px;
  }
}
.ws10-text-smaller {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .ws10-text-smaller {
      font-size: 14px;
  }
}

/* Form selection controls */ 


.ws10-form-selection-control {
font-weight: 400;
line-height: 1.5;
color: #0d0d0d;
font-size: 18px;
display: flex;
flex-direction: column;
margin-left: 18px;
margin-bottom: 2px;
}

.ws10-form-selection-control__item {
  position: relative;
  display: inline;
}

.ws10-form-selection-control__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
input {
  max-width: none;
  box-shadow: none;
}

.ws10-form-selection-control__label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer;
  z-index: 1;
}

.ws10-form-selection-control__item--checkbox .ws10-form-selection-control__label::before, .ws10-form-selection-control__item--checkbox .ws10-form-selection-control__label::after {
  border-radius: 3px;
}
.ws10-form-selection-control__label::before, .ws10-form-selection-control__label::after, .ws10-form-selection-control__text::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 33px;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  transition: all .2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.ws10-form-selection-control__label::before {
  height: 20px;
  width: 20px;
  border: 1px solid #7e7e7e;
}


.ws10-form-selection-control__text::before {
  width: 0;
  height: 0;
  z-index: 1;
  opacity: .1;
}


.ws10-form-selection-control__text p {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 18px;
}

.ws10-form-selection-control__item--checkbox .ws10-form-selection-control__label::before, .ws10-form-selection-control__item--checkbox .ws10-form-selection-control__label::after {
  border-radius: 3px;
}
.ws10-form-selection-control__label::after {
  width: 20px;
  height: 20px;
}
.ws10-form-selection-control__label::after {
  background: #fff;
  height: 0;
  width: 0;
}

.ws10-form-selection-control__item--checkbox .ws10-form-selection-control__input:checked+.ws10-form-selection-control__label::before {
  background-color: #00697c;
}
.ws10-form-selection-control__input:checked+.ws10-form-selection-control__label::before {
  border-color: #00697c;
}
.ws10-form-selection-control__item--checkbox .ws10-form-selection-control__label::before, .ws10-form-selection-control__item--checkbox .ws10-form-selection-control__label::after {
  border-radius: 3px;
}

.ws10-form-selection-control__label::before {
  height: 20px;
  width: 20px;
  border: 1px solid #7e7e7e;
}

.ws10-form-selection-control__item--checkbox .ws10-form-selection-control__input:checked+.ws10-form-selection-control__label::after {
  -webkit-mask: url(https://app.accessibility-checklist.de/vodafone-de/img/tick.svg) no-repeat 50% 50%;
  mask: url(https://app.accessibility-checklist.de/vodafone-de/img/tick.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  width: 20px;
  height: 20px;
  background-size: 15px 15px;
  background-position: 3px 3px;
  background-repeat: no-repeat;
  border-radius: 0;
}

@media (hover: hover) {
  .ws10-form-selection-control__label:hover,
  .ws10-form-selection-control__label:active {
      .ws10-form-selection-control__text::before {
          width: 34px;
          height: 34px;
          background-color: var(--ws10-color-secondary-100);
          opacity: 0.2;
      }
  }
}

.ws10-form-selection-control__input:focus + .ws10-form-selection-control__label::before {
  box-shadow: 0 0 0 2px var(--ws10-color-secondary-600);

}

.ws10-form-selection-control__label::before {
  height: 20px;
  width: 20px;
  border: 1px solid #7e7e7e;
}


/* Texteditor */

.trumbowyg-button-pane {
  border-radius: 6px;

}

.trumbowyg-box {

  border-radius: 6px;
  border: 1px solid #262626!important;

}


 /* tasks */

.bitvcontainer {
    margin-bottom: 10px;
}

.role-title {

font-size: 18px;
    
}

.badgegroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.roles {
    margin-right: 10px;
}
.audit_filter {
    background-color: #eee;
    padding: 5px;
    border-radius: 3px;
}
.dods {
    margin-top: 10px;
}
.roletitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}
.audittasks {
    list-style-type: none;
    padding: 0;
}


/* .taskContainer {
  display: grid;
  margin-bottom: 36px;
  grid-template-columns: 140px [col-start] 1fr 1fr;
} */

.taskCategory {

  grid-column-start: 1;
  grid-row-start: 2;

}

.taskType {
  grid-column-start: 1;
  grid-row-start: 2;
  margin-bottom: 16px;
}

.taskTitle {
  font-size: 16px;
    margin: 0px 0px 16px 0;
    font-weight: normal;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: span 2;
    display: grid;
}


.taskDesc {
    margin: 0px 0px 16px 0;
    font-weight: normal;
}

.filterTextCat {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.taskCat {
    grid-column-start: 1;
    margin: 16px 0 16px 0;
    display: flex;
    grid-column-end: span 2;
}

.taglistitems {
    background: url(../img/tag-system.svg);
    background-position: left 0px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 2px 0px 0px 22px;
    float: left;
    margin: 0;
    align-self: center;
}



.right-column {
    grid-column-start: 3;
    grid-row-start: 1;
    align-self: start;
    grid-row-end: span 6;
    justify-self: end;
    width: 380px;
}

.instructionsOverlay {
  display: none;
}


/* fieldsets */


.status-options {
    border: 0;
    font-size: 18px;
    position: relative;
    display: inline;
    grid-column-start: 2;
    grid-row-start: 1;
    justify-self: end;
    align-self: start;
    display: flex;
    background: #f4f4f4;
    border-radius: 6px;
    padding: 44px 16px 8px 18px;
    margin: 0px 0px 16px 0px;
}

.status-optionslegend {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 12px;
    left: 16px;
}


/* buttons */

button {cursor: pointer;}


.ws10-alt-button {
    font-family:Vodafone; font-style:normal;font-weight:100;
    font-size: 18px;
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      box-sizing: border-box;
      text-align: center;
      position: relative;
      line-height: 12px;
      height: 44px;
      font-weight: 400;
      color: rgb(13, 13, 13);
      background: transparent;
      border-radius: 6px;
      padding: 12px 20px;
      border: 2px solid rgb(13, 13, 13);
      }
      
      .ws10-alt-button:hover {
      transition: all 0.4s ease 0s;
      color: #ffffff;
      background: #313131;
      border: 2px solid rgb(13, 13, 13);
      stroke: currentColor;
      }
      
      .ws10-alt-button:focus {
      transition: all 0.4s ease 0s;
      color: #ffffff;
      background: #313131;
      border: 2px solid rgb(13, 13, 13);
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #005fcc, 0 0 0 4px #fff;
      }
  
  
      .ws10-secondary-button {
          font-family:Vodafone; font-style:normal;font-weight:100;
          font-size: 18px;
            display: inline-flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            box-sizing: border-box;
            text-align: center;
            position: relative;
            line-height: 12px;
            height: 44px;
            font-weight: 400;
            color: #ffffff;
            background: #0d0d0d;
            border-radius: 6px;
            padding: 12px 20px;
            border: 2px solid rgb(13, 13, 13);
            }
            
            .ws10-secondary-button:hover {
            transition: all 0.4s ease 0s;
            color: #ffffff;
            background: #313131;
            border: 2px solid rgb(13, 13, 13);
            }
            
            .ws10-secondary-button:focus {
            transition: all 0.4s ease 0s;
            color: #ffffff;
            background: #313131;
            border: 2px solid rgb(13, 13, 13);
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #005fcc, 0 0 0 4px #fff;
            }





.reset-button {
  border:0;
  background: transparent;
  color: #e60000;
  font-weight: bold;
  display: flex;
    align-content: center;
    align-items: center;
    gap: 4px;
}

.reset-button:hover {
    text-decoration: underline;
    }   


.reset-button-icon {
  stroke: #e00000;
  width: 18px;
  height: 18px;

}

.reset-button-icon:disabled {
  stroke: #7e7e7e;

  
  }

.reset-button-icon:hover svg{
  stroke: #fff;
   width: 24px;
   height: 24px;
  
  }

.reset-button-container {

    position: relative;
    margin: 0px 0px 0px 8px;

}

.reset-button-icon-disabled svg {

  stroke: #7e7e7e!important;
  
}

.reset-button-icon-disabled .reset-button:hover {

  stroke: #7e7e7e!important;
  background: transparent;
  cursor:not-allowed;
}


.reset-button-icon-disabled .reset-button:hover svg {

  stroke: #7e7e7e!important;
  background: transparent;
  cursor:not-allowed;

}



/* .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 32px;
}

.switch input {
  opacity: 1;
  width: 20px;
  height: 20px;
}
 */
/* .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7e7e7e;
  transition: .4s;
  border-radius: 34px;
} */
/* 
.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #00697c;
}

input:checked + .slider:before {
  transform: translateX(24px);
} */

/* Fokus-Stil für Tastaturnavigation */
/* .switch input:focus + .slider {
  box-shadow: 0 0 0 3px #005ea5;
}
 */


.applicableLabel {
margin-left: 8px;
margin-top: -2px;
}


.ws10-button-link {
  font-family: "Vodafone", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 2px;
  padding-left:0;
  padding-right:0;
  color: var(--color);
  text-decoration: none;
  transition: color .2s cubic-bezier(0.47, 0, 0.745, 0.715), border .2s cubic-bezier(0.47, 0, 0.745, 0.715);
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: fit-content;
}

.ws10-button-link--color-primary-200 {
    --color: #bd0000;
    --color-hover: #bd0000;
    /* --color-disabled: #bebebe; */
}

.ws10-button-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 -2px #fff, 0 0 0 0 #fff, 0 0 0 2px #005fcc, 0 0 0 4px #fff;
}

.ws10-button-link:not(.ws10-button-link--disabled):hover, .ws10-button-link:not(.ws10-button-link--disabled):active, .ws10-button-link:not(.ws10-button-link--disabled):focus-visible {
  cursor: pointer;
  outline: medium none invert;
  outline: initial;
  border-bottom: 1px solid currentcolor;
  color: var(--color-hover);
  text-decoration: none;
}
.ws10-button-link:not(.ws10-button-link--disabled):hover, .ws10-button-link:not(.ws10-button-link--disabled):active, .ws10-button-link:not(.ws10-button-link--disabled).focus-visible {
  cursor: pointer;
  outline: medium none invert;
  outline: initial;
  border-bottom: 1px solid currentcolor;
  color: var(--color-hover);
  text-decoration: none;
}

.ws10-button-link__icon--right {
  margin-left: 4px;
}
.ws10-button-link__icon {
  flex-shrink: 0;
  transition: fill .2s cubic-bezier(0.47, 0, 0.745, 0.715), stroke .2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.ws10-system-icon--color-primary-200 {
  fill: #bd0000;
  stroke: #bd0000;
}

.ws10-system-icon--size-150 {
  width: 24px;
  height: 24px;
}

.ws10-system-icon--size-125 {
  width: 20px!important;
  height: 20px!important;
}

.add-comment-button {

  grid-column-start: 2;



}

/* backend */

.contentWrapper {

  padding: 16px;
  /* display: inline-block; */
  margin-top: 80px;
}


button.accordion-header {
  background-color: transparent;
  border: 0;
  padding-left: 0;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  flex: 1;
}

button.accordion-toggle {
  background-color: transparent;
  border: 0;
  padding-left: 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out; }

.ws10-accordion-item__chevron {
  stroke: #bd0000;
  width: 32px;
  height: 32px;
  background-color: transparent;
  transform: rotate(0deg);
  transform-origin: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.ws10-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.rotate {
  transform: rotate(180deg);
}

.dods > ul {
  list-style-type: none;
  padding: 0;
}


/* Project Item Container */
.project-item {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 100%; 
  position: relative;
}

.project-item-inner {

 padding: 0px 16px 16px 16px;


}

.projectType-info {

  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10;
  padding: 6px 6px;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
}

.projectOptions {

  border:0;
  background: transparent;
}

.moreOptions-icon {

  stroke: #0d0d0d;
    width: 20px;
    height: 20px;
    background-color: transparent;
    transform: rotate(0deg);
    transform-origin: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.projectItem-top {

  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;

}

.projectItem-top h5 {

margin-bottom: 4px;

}

.projectOptions-bottom {

  display:flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 8px;

}

.projectInfo-date {
  margin-bottom: 8px;
  font-size: 14px;
}

/* Thumbnail Container */
.projectScreenshot-thumb {
  overflow: hidden;
  height: 210px;
  position: relative;
  border-radius: 6px 6px 0 0;
  padding: 16px;
}

/* Einheitliche Bilddarstellung mit object-fit */
.projectScreenshot-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: left;
  border-radius: 6px;
}

/* Projektliste als Grid darstellen */
.projects-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Flexible Spaltenanzahl */
  gap: 24px;
  list-style: none;
    margin: 0;
    padding: 0;
}


.list-view .project-item {
  display: grid;
  align-items: center;
  padding: 8px 0px 8px 0px;
  border-bottom: 1px solid #ccc;
  grid-template-columns: 40px auto;
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 15px;
    justify-items: stretch;
}

.list-view .projectScreenshot-thumb {
  margin-right: 0;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  padding: 0px 0px 0px 8px;
}

.list-view .project-item-inner {
  display: grid;
    flex-direction: row;
    padding: 0;
    align-items: center;
    gap: 8px;
    grid-template-columns: 1.5fr 1.2fr 1fr;
}

.list-view .projectItem-top {
  grid-column: 1;
  grid-row: 1;
  margin-left: 8px;
}


.list-view .projectType-info {

  top:15px;
}

.list-view .projectItem-top h5 {
  margin:0;
  font-size: 16px;
}

.list-view .projectOptions-bottom  {

display: none;
}

.list-view .project-link {

  text-decoration: none;
}



.list-view .ws10-button-link  {

padding:0;

}

.list-view .projectOptions {
display:none;
}

.list-view .projectInfo-date {
  margin-bottom: 0;
  font-size: 16px;
  grid-column: 2;
  grid-row: 1;
}

.list-view .projectInfo-status {

  grid-column: 3;
  grid-row: 1;

}

.list-view .project-item {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: grid;
  flex-direction: column;
  /* gap: 24px; */
  margin-bottom: 16px;
}

.list-view  {
display: block;
}

.toggle-view-btn
{
  background: #fff;
    border-radius: 3px;
    border: 0;
    padding: 8px 8px;
    height: 36px;
}

  


.fullwidth {
/*   margin-left: -33.33%;
    margin-right: -33.33%; */
    background: #f4f4f4;
}

.fullwidth-inner {
/*   width: 60%;
    margin: 0 auto; */
    padding-top: 48px;
    padding-bottom: 48px;
}


.projectList-header {
display:flex;
justify-content: space-between;
}

.projectOptions-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  z-index: 1;
  padding: 10px;
  right: 4px;
  top: 25px;
}

.projectOptions-content button {
  background: none;
  border: none;
  padding: 8px 12px;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

.projectOptions-content button:hover {
  background-color: #f1f1f1;
}


.projectHeader {

  display: grid; 
  grid-template-columns: 1.5fr 0.5fr; 
  grid-template-rows: 1fr; 
  gap: 0px 24px; 
  grid-template-areas: 
    ". ."; 

}


.projectScreenshot-thumblist {

  overflow: hidden;
  height: 30px;
  position: relative;
  width: 45px;


}

.projectScreenshot-thumblist img {

  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;


}

.project-samplelist {

  display: flex;
    align-items: center;
    gap: 38px;
}

.col-left {

  width: 90%;
}


.icon24 {
  width: 24px;
  height: 24px;
  stroke: #0d0d0d;
}


.icon20 {
  width: 20px;
  height: 20px;
  stroke: #0d0d0d;
}


.ws10-fullwidth-notification--primary {
  background-color: #5f9bc8;
}

.ws10-fullwidth-notification--sticky-bottom {
  bottom: 0;
}


.ws10-fullwidth-notification--sticky-top {
  top: 75px;
}

.ws10-fullwidth-notification--sticky-top, .ws10-fullwidth-notification--sticky-bottom {
  z-index: 21;
  position: fixed;
}

.ws10-fullwidth-notification {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  transition: height .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}



.ws10-fullwidth-notification__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-items: center;
  color: #f4f4f4;
  padding: 8px;
}

.ws10-fullwidth-notification__text p {

  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;


}


.resolvedTag {
  padding: 6px 10px;
  border-radius: 100px;
  background: #008a00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.issueIndicator {
  background: #e60000;
  padding: 4px 10px;
  border-radius: 100px;
  color: #ffffff;
}



/* 
.sidebarMenu {
  height: 100%;
  width:290px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 30px;
  padding-bottom: 40px;
  color: #fff;
  border-right: 3px solid #dddddd;
  margin-top: 75px;
}
 */

 .sidebarMenu {
height: 100%;
    width: 290px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 40px;
    color: #fff;
    border-right: 2px solid #dddddd;

 }

.sidebarMenu::-webkit-scrollbar {
  width: 8px;
}

.sidebarMenu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.sidebarMenu::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

/* Allgemeines Styling */
.sidebarMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebarMenu li {
  margin: 5px 0;
  position: relative;
}

/* 
.sidebarMenu li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid black;
  background-color: white;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box; 
}

.sidebarMenu li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translate(-50%, -50%) rotate(45deg); 
  width: 6px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  box-sizing: border-box; 
} */


/* Grünes Styling */
.sidebarMenu li.completed::before {
  border-color: green;
  background-color: green;
}

.sidebarMenu li.completed::after {
  border-color: white;
}

.sidebarMenu .category-item > a {
  display: flex; /* Flexbox für horizontale Ausrichtung */
  align-items: center; /* Vertikale Zentrierung */
  justify-content: space-between; /* Chevron nach rechts */
  text-decoration: none;
  /* font-weight: bold; */
  position: relative;
  padding-left: 20px;
  padding-right: 40px;
}


.sidebarMenu .category-item > a .chevron {
  transition: transform 0.3s ease;
  position: absolute;
  right: 10px; /* Gleicher Abstand für alle Chevrons */
  top: 50%; /* Zentriert in der Mitte des Links */
  transform: translateY(-50%); /* Vertikale Zentrierung */
}

.sidebarMenu .category-item.open > a .chevron {
  transform: translateY(-50%) rotate(180deg); /* Drehen und zentriert halten */
}

.sidebarMenu .category-item {
  position: relative; /* Für das Chevron-Icon wichtig */
}


/* Requirement-List Styling */
.sidebarMenu .requirement-list {
 /*  margin-left: 20px;
  padding-left: 10px;
  border-left: 2px solid #ccc; */
  display: none;
  margin-top: 14px;
}

.sidebarMenu .requirement-list a {
  text-decoration: none;
}

ul.checkmark li {
	font-size: 16px;
	margin-bottom: 1em;
	list-style-type: none;
	padding: 5px 0px 0px 18px;
	position: relative;

}

ul.requirement-list li {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 5px 0px 0 2.5em;
  position: relative;
  margin: 7px;

}

ul.requirement-list li.sub {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0px 0px 1px 34px;
  position: relative;
  margin: 7px;

}

ul.requirement-list li.sub-na {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0px 0px 1px 34px;
  position: relative;
  margin: 7px;

}

ul.requirement-list li.sub-pass {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0px 0px 1px 34px;
  position: relative;
  margin: 7px;

}

ul.requirement-list li.sub-fail {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0px 0px 1px 34px;
  position: relative;
  margin: 7px;

}


ul.checkmark li:before {
  position: absolute;
  left: 8px;
  top: 8px;
  margin-top: -0.5em;
  content: '';
  width: 24px;
  aspect-ratio: 1;
  background: var(--unchecked-circle-outline) 50% 50% / contain no-repeat;
}

ul.checkmark li.fail:before  {
  background: var(--fail-circle) 50% 50% / contain no-repeat;
}

ul.checkmark li.pass:before  {
  background: var(--pass-circle) 50% 50% / contain no-repeat;
}

ul.checkmark li.na:before  {
  background: var(--na-circle) 50% 50% / contain no-repeat;
}

ul.checkmark li.sub:before {
  position: absolute;
  left: 8px;
  top: 8px;
  margin-top: -0.5em;
  content: '';
  width: 20px;
  aspect-ratio: 1;
  background: var(--unchecked-circle-outline) 50% 50% / contain no-repeat;
}

ul.checkmark li.sub-na:before {
  width: 20px;
  background: var(--na-circle) 50% 50% / contain no-repeat;
}

ul.checkmark li.sub-pass:before {
  width: 20px;
  background: var(--pass-circle) 50% 50% / contain no-repeat;
}

ul.checkmark li.sub-fail:before {
  width: 20px;
  background: var(--fail-circle) 50% 50% / contain no-repeat;
}


/* ul.checkmark li:after {
  content: " ";
  display: block;
  width: 0.3em;
  height: 0.6em;
  border: solid #fff;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  left: 1em;
  top: 10px;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
} */



.ws10-option-picker[data-option-count="2"], .ws10-option-picker[data-option-count="3"] {
  grid-template-columns: repeat(2, 1fr);
}


.ws10-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ws10-option-picker__item {
  padding: 0 8px 16px;
}

.ws10-option-picker__item {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 4px 8px;
}

.ws10-option-picker__label {
  padding-left: 16px;
  padding-right: 16px;
}

.ws10-option-picker__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 16px 12px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #7e7e7e;
  text-align: center;
  cursor: pointer;
  color: #0d0d0d;
}


.optionPicker input[type="radio"]
/* .optionPicker input[type="checkbox"] { */
{ position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

/* Fokus-Stil für Tastaturbedienung 
.optionPicker input[type="radio"]:focus + label,
.optionPicker input[type="checkbox"]:focus + label {
    outline: 2px solid #0056b3;
}
    */

    .optionPicker input[type="radio"]:focus + label {
    outline: 2px solid #0056b3;
}

.optionPicker label.optionItem  {
  display: flex;
  gap: 4px;
  padding: 8px 16px;
  background-color: #fff;
  color: #333;
  border: 2px solid #333;
  border-radius: 6px;
  cursor: pointer;
  margin: 5px;
}

/* .optionPicker span.pass::before {
  position: absolute;
  left: 8px;
  top: 8px;
  margin-top: -0.5em;
  content: '';
  width: 24px;
  aspect-ratio: 1;
  background: var(--unchecked-circle-outline) 50% 50% / contain no-repeat;
} */

/* Stil für ausgewählte Radio-Buttons */
.optionPicker input[type="radio"]:checked + label.pass {
  background-color: #008a00;
  color: #fff;
  font-weight: bold;
  border: 2px solid #008a00;
}


.pass-circle

{
  fill:none;
  stroke:#000;
  stroke-miterlimit:10;
  stroke-width:32px;
}


.pass-tick

{fill:none;
  stroke:#000;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:32px;
}

.fail-circle

{
  fill:none;
  stroke:#000;
  stroke-miterlimit:10;
  stroke-width:32px;
}


.fail-cross

{fill:none;
  stroke:#000;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:32px;
}


/* Invertiere die Farben von pass-circle und pass-tick */
.optionPicker input[type="radio"]:checked + label.pass .pass-circle,
.optionPicker input[type="radio"]:checked + label.pass .pass-tick {
    stroke: #fff; /* Invertiere die Farbe von Schwarz (#000) zu Weiß (#fff) */
}

/* Optional: Wenn Sie auch die Füllfarbe ändern möchten */
.optionPicker input[type="radio"]:checked + label.pass .pass-circle,
.optionPicker input[type="radio"]:checked + label.pass .pass-tick {
    stroke: #008a00;
    fill: #fff; /* Falls relevant */
}

/* Invertiere die Farben von pass-circle und pass-tick */
.optionPicker input[type="radio"]:checked + label.fail .fail-circle,
.optionPicker input[type="radio"]:checked + label.fail .fail-cross {
    stroke: #fff; /* Invertiere die Farbe von Schwarz (#000) zu Weiß (#fff) */
}

/* Optional: Wenn Sie auch die Füllfarbe ändern möchten */
.optionPicker input[type="radio"]:checked + label.fail .fail-circle,
.optionPicker input[type="radio"]:checked + label.fail .fail-cross {
    stroke: #bd0000;
    fill: #fff; /* Falls relevant */
}


input[type="radio"]:checked + .pass-circle {
  fill: #008a00;
  stroke: #008a00;
  stroke-miterlimit: 10;
  stroke-width: 32px;
}

input[type="radio"]:checked + .pass-tick {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 32px;
}



.optionPicker input[type="radio"]:checked + label.fail {
  background-color: #bd0000;
  color: #fff;
  font-weight:bold;
  border: 2px solid #bd0000;
}


/* Stil für ausgewählte Checkbox
.optionPicker input[type="checkbox"]:checked + label {
    background-color: #28a745;
    color: #fff;
} */

/* Indikator für die Checkbox 
.optionPicker input[type="checkbox"] + label::after {
    content: ' ✕'; 
    color: red;
    margin-left: 5px;
}

.optionPicker input[type="checkbox"]:checked + label::after {
    content: ' ✔'; 
    color: green;
    margin-left: 5px;
}
*/

.optionPicker label.optionItem:hover {
  background-color: #ccc;
}

.optionPicker input[disabled] + label {
  opacity: 0.6;
  cursor: not-allowed;
}


fieldset {
  position: relative;
  display: flex;
      border: 0;
      align-content: center;
      align-items: center;
      margin: 0 0 24px 0;
      padding: 0
}

.st0 {
  stroke-width: 12px;
}

.audit-container {

border-top: 1px solid #d3d3d3;

}


.optionStatus {
display:flex;

}