@import url('https://fonts.googleapis.com/css2?family=Mada:wght@200..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

: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="%23008a00" 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>');
    --home-outline: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M80,212V448a16,16,0,0,0,16,16h96V328a24,24,0,0,1,24-24h80a24,24,0,0,1,24,24V464h96a16,16,0,0,0,16-16V212" style="fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/><path d="M480,256,266.89,52c-5-5.28-16.69-5.34-21.78,0L32,256" style="fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/><polyline points="400 179 400 64 352 64 352 133" style="fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/></svg>');
    --info-outline: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M248,64C146.39,64,64,146.39,64,248s82.39,184,184,184,184-82.39,184-184S349.61,64,248,64Z" style="fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:32px"/><polyline points="220 220 252 220 252 336" style="fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/><line x1="208" y1="340" x2="296" y2="340" style="fill:none;stroke:%23000;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px"/><path d="M248,130a26,26,0,1,0,26,26A26,26,0,0,0,248,130Z"/></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;
  }

  h6, .ws10-h6 {
    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: 1280px;
}

.notificationWrapper {
  margin: auto;
  width: 100%;
  min-width: 800px;
  max-width: 1280px;
}


.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: 1280px;

  }

#content-wrapper {
  margin: 140px 0px 100px 0px;
  scroll-margin-top: 140px;
  /* width: 100%; */
  /* min-width: 800px; */
  /* max-width: 1050px; */
  /* padding: 0px 40px 40px 40px; */
}



@media screen and (max-width: 1024px) {
  #content-wrapper {
    margin: 140px 0px 100px 0px;
  }

  .content-belt {
    padding-left: 16px!important;
    padding-right: 16px!important;
}


.contentSide-main {margin-left: unset!important;}
.has_sidebar {
  margin-left: unset!important;
  width: 100%!important;}
}


.fullwidth-page {
  width: 100%;
  /* max-width: 1050px;
  min-width: 900px; */
  padding: 0;
  margin: 140px 0px 0px 0px!important;
}
  
.content-belt {

  padding-left: 48px;
  padding-right: 48px;

}

.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;
  padding-bottom: 32px;
  margin-bottom: 32px;
  flex:1;
}


@media screen and (max-width: 1280px) {
  .requirement-section-flex {
    flex-direction: column;
  }

  .requirement-description p {
    width: 100%!important;
}

}

.ws10-card {
  overflow-y: auto;
  box-shadow: 0 2px 8px rgb(0 0 0 / 20%); 
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 16px;
}

.accordion {
  padding: 16px;
}

.statis {
  padding: 16px;
}


/* .ws10-card:nth-child(1) {
  flex: 2; 
} */

.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 */

form {margin:0;}

@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;
}

@media screen and (min-width: 600px) {
  .ws10-form-label {
      font-size: 16px;
  }
}
.ws10-form-label {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #262626;
  transition: all .2s cubic-bezier(0.47, 0, 0.745, 0.715);
  margin-bottom:8px;
  font-weight:bold;
}


.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: 16px;
}
@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: 16px;
}

@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;
}

.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: 15px;
  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;
  background-color: #fff;
}


.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(../img/tick.svg) no-repeat 50% 50%;
  mask: url(../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;
}


.ws10-form-select {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 16px;
  position: relative;
  margin-bottom:16px;
}

.ws10-form-select .ws10-form-select__select {
  width: 100%;
  display: block;
  padding: 4px 48px 4px 6px;
  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-select .ws10-form-select__select {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #262626;
}

.ws10-form-select .ws10-form-select__select {
  font-size: 16px;
  line-height: 32px;
}

.ws10-form-select .ws10-form-select__select:active, .ws10-form-select .ws10-form-select__select:focus {
  border-color: #005ea5;
  box-shadow: inset 0 0 0 1px #005ea5;
}


.ws10-form-select .ws10-system-icon {
  width: 24px;
  height: 24px;
}

.ws10-form-select .ws10-system-icon {
  position: absolute;
  top: 10px;
  right: 10px;

}

.ws10-system-icon--color-monochrome-600 {
  color: #0d0d0d;
}

.ws10-system-icon {
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  font-size: 16px;
  stroke: #0d0d0d;
}



/* Texteditor */

.trumbowyg-button-pane {
  border-radius: 6px;
  background:#ecf0f1!important;
}

.trumbowyg-box {

  border-radius: 6px;
  border: 1px solid #262626!important;
margin-bottom:16px!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;
  align-items: 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); /* Ausgangsfarbe */
  background: transparent;
  border-radius: 6px;
  padding: 12px 20px;
  border: 2px solid rgb(13, 13, 13);
  gap: 8px;
  transition: all 0.4s ease;
}
      
.ws10-alt-button:hover {
  color: #ffffff; /* Textfarbe und damit auch Iconfarbe bei Hover */
  background: #313131;
  border: 2px solid rgb(13, 13, 13);
}

.ws10-alt-button svg {
  fill: currentColor;
  transition: all 0.4s ease;
  color:#000;
}
      
.ws10-alt-button:hover svg {
  fill: currentColor;
  transition: all 0.4s ease;
  color:#fff;
}



      .ws10-alt-button.small {
          height: 32px;
              padding: 12px 10px;
              font-size: 16px;
          }
          
          .ws10-alt-button.small:hover {
          transition: all 0.4s ease 0s;
          color: #ffffff;
          background: #313131;
          border: 2px solid rgb(13, 13, 13);
          stroke: currentColor;
          }
          

  
  
      .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;
            }


            .ws10-secondary-button.small {
              height: 32px;
              padding: 12px 10px;
              font-size: 16px;
              color: rgb(255 255 255);
              background: rgb(13, 13, 13);
            }

            .ws10-secondary-button.small:hover {
              transition: all 0.4s ease 0s;
              color: #ffffff;
              background: #313131;
              border: 2px solid rgb(13, 13, 13);
              }

              .ws10-secondary-button.medium {
                height: 40px;
                padding: 8px 16px;
                font-size: 16px;
                color: rgb(255 255 255);
                background: rgb(13, 13, 13);
            }

.fullwidth {
  padding-left: unset;
    padding-right: unset;
    width: 100%;
}
  
.fullwidth[data-v-cf163d9c] {
  margin-left: -33.33%!important;
  margin-right: -33.33%!important;
  background: #f4f4f4!important;
  width:unset;
}


.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;
  
  }

  .iconButton-alt-small {
    width: 20px;
    height: 20px;
    color: #000;
  }
  
  .iconButton-alt-small:disabled {
    stroke: #7e7e7e;
  
    
    }


.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;

}


.ws10-button-icon-only:hover {
  background: #f4f4f4;
}

.transparent {
background: transparent;
border:0;
}

.floating {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
}

/* .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: 24px;
  height: 24px;
  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;
}



/* Team Items */

.team-item {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 100%; 
  position: relative;
  border:1px solid #262626;
}

.list-view .team-item {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 100%; 
  position: relative;
  border:1px solid #262626;
  margin-bottom: 16px;
}

.team-item-inner {

  padding:8px 16px 16px 16px;
 
 }

 .list-view .teamItem-top {
  grid-column: 1;
  grid-row: 1;
  align-items: center;
}

.teamItem-top h5 {
  margin-bottom: 4px;
  }

.projectTeam-info {
  color:#262626;
  padding: 2px 10px;
  width: fit-content;
  height: fit-content;
  border-radius: 100px;
  font-size: 14px;
background:#f4f4f4;
display:flex;
align-items:center;
gap: 4px;
margin-bottom: 12px;
}

.list-view .projectTeam-info {
  margin-bottom: 0px;
}

.teamOptions-container {
  display:flex;
  align-items: center;

}


.teamOptions-container .projectTeam-info {
  margin-bottom:0;
  margin-right:8px;
}


.teamOwnership-info {
  display: flex;
      justify-content: space-between;
      padding: 8px 12px 8px 12px;
      border-radius: 4px 4px 0px 0px;
      background: #fff;
      font-size: 12px;
      font-weight: bold;
      border-bottom: 1px #262626 solid;
      align-items: center;
}

li:hover .ws10-button-link {
  cursor: pointer;
  outline: medium none invert;
  outline: initial;
  border-bottom: 1px solid currentcolor;
  color: var(--color-hover);
  text-decoration: none;
}




/* 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;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.projectOptions:hover {
  background: #ddd;
}


.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: 1fr 1fr 1.5fr 1fr;
}

.list-view .projectItem-top {
  grid-column: 1;
  grid-row: 1;
  margin-left: 8px;
  align-items: center;
}


.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 {

}

.list-view .projectInfo-date {
  margin-bottom: 0;
  font-size: 16px;
  grid-column: 3;
  grid-row: 1;
}

.list-view .projectInfo-name {
  margin-bottom: 0;
  font-size: 16px;
  grid-column: 2;
  grid-row: 1;
}

.list-view .projectInfo-status {

  grid-column: 4;
  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;
margin:0;
padding:0;
}

.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 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 48px 16px 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 32px; 
  grid-template-areas: 
    ". ."; 

}


.projectScreenshot-thumblist {

  overflow: hidden;
  height: 30px;
  position: relative;
  width: 45px;
  grid-column-start: 1;
  grid-row-start: 1;
  background: transparent;
  padding:0;
  border:1px solid #bebebe;
  border-radius:3px;
}


.projectScreenshot-thumblist img {

  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;


}

.project-samplelist {
  display: flex;
  border-bottom: 1px solid #bebebe;
  padding:8px 0 8px 0;
  justify-content: space-between;
  gap:8px;
}

.col-90 {
  width: 90%;
}

.col-100 {
  width: 100%;
}

.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: 94px;
}

.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);
  margin-left: 292px;
}



.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;
}
 */

 


.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;
}

.optionPicker-group {
display:flex;
align-items: center;
justify-content: space-between;
width: 100%;
}

.optionPicker-group-status {
  display:flex;
  align-items: center;
}

.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;
  transition: all 0.4s ease 0s;
}

.optionPicker input[disabled] + label {
  opacity: 0.6;
  cursor: not-allowed;
}


fieldset {
  position: relative;
  align-content: center;
  align-items: center;
  margin: 0 0 24px 0;
  padding: 16px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  flex:1.75;
}

.st0 {
  stroke-width: 12px;
}

.audit-container {

border-top: 1px solid #d3d3d3;

}


.optionStatus {
display:none;

}

.checklistContainer {
  display: flex;
  align-content: center;
  gap: 32px;
  align-items: stretch;
  border-bottom: solid 1px #7e7e7e;
}


.stackedContainer{
  flex:1.75;
}

.issue-item {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 8px;
  position: relative;
  transition: all 0.4s ease 0s;
}

.issue-item:hover {
  background-color: #e1e1e1;
  cursor:pointer;
  transition: all 0.4s ease 0s;
  border: 1px solid #c4c4c4;
}

.issueCollection {
  flex: 1;
}



.issueCollection-container {
/*   overflow-x: hidden;
  overflow-y: auto; */
  min-height:120px;
  border: 1px dashed #bebebe;
  border-radius: 6px;
  padding: 8px;
  margin-bottom:32px;
}

.issueCollection-container::-webkit-scrollbar {
  width: 8px;
}

.issueCollection-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.issueCollection-container::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}


.issueControls {

  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
}

.issue-screenshots {
  margin-right: 0;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}


.screenshot-thumb {
  width: 60px;
  height: 60px;
}


/* .screenshot-thumb img {
  max-width: 150px;
  max-height: 150px;
} */

.screenshot-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 3px;
}


.issue-itemHead {
display:flex;
gap:8px;
justify-content: space-between;
}


.issue-itemHead-start {

display:flex;
gap:8px;

}


.issuebadgeType {
  padding: 4px 8px;
  width: fit-content;
  height: fit-content;
  border-radius: 100px;
  font-size: 12px;
  top: 8px;
  right: 8px;
  font-weight:bold;
}


.issuebadgeType.Info {
  background: #005ea5;
  color: #fff;
}

.issuebadgeType.Violation {
  background: #bd0000;
  color: #fff;
}

.issuebadgeType.Recommendation {
  background: #eb7800;
  color: #fff;
}


.requirement-description p {
width:60%;
}


.stacked {

display:flex;
flex-direction: column;
flex: 1.75; 

}




.ws10-accordion__item-headline {
    /* flex: 1 0; */
    margin: 0 16px 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: #0d0d0d;
    font-family: 'Vodafone';
    text-align: left;
}


.category-section {

  padding-top:16px;
}


.requirementTitle {
  font-size:20px;
  margin:0;

}


.requirement-section {
scroll-margin-top: 140px;

}


.contentSide-main {

margin-left: 292px;
transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: transform, margin-left, margin-right;

}

.issueControl-container-buttons {
  display:flex;
  justify-content: flex-end;
}

.issueControls-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: 95px;
}

.issueControls-content button {
  background: none;
  border: none;
  padding: 8px 12px;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

.issueControls-content button:hover {
  background-color: #f1f1f1;
}


.issueControls {
  border: 0;
  background: transparent;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.issueControls:hover {
  background: #fff;
  border:1px solid #ccc;
}



.auditSamples-container {

padding: 16px;
border: 1px dashed #ccc;
border-radius: 6px;
width: 70%;

}


.sample-info-container {
  display: grid;
      align-items: center;
      gap: 16px;
      grid-template-columns: 0.1fr 1.5fr 1fr;
      justify-items: stretch;
      width: 100%;
}

.samples-container-buttons {
  display: flex;
    align-content: center;
    align-items: center;
    position:relative;
}



.sampleOptions-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;
}

.sampleOptions-content button {
  background: none;
  border: none;
  padding: 8px 12px;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

.sampleOptions-content button:hover {
  background-color: #f1f1f1;
}


.sampleOptions {
  border: 0;
  background: transparent;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.sampleOptions:hover {
  background: #ddd;
}



.sample-url-container {
  grid-row-start: 1;
  grid-column-start: 3;
}


.sample-name {
  grid-row-start: 1;
  grid-column-start: 2;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sample-url-container {

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.sample-uploaded-by {
  grid-row-start: 1;
  grid-column-start: 4;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sample-uploaded-at {
  grid-row-start: 1;
  grid-column-start: 5;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sample-entryContainer {
  background: #fff;
  width: 30%;
  margin: 80px auto;
  padding: 20px;
  border-radius: 6px;
  height: auto;
  max-height: calc(-119px + 100vh);
  overflow: scroll;

}

.sample-preview {
  margin-bottom:16px;
}

.sample-preview img {
  max-width: 100%; 
  height: auto;
}

.modalBackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow: scroll;
}

.modalFooter-buttongroup {
  display: flex;
      flex-direction: row;
      width: 100%;
      flex-wrap: nowrap;
      justify-content: flex-end;
      gap:8px;
}


.modalHead {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;

}


.file-upload {
  box-sizing: border-box;
  height: 100px;
  width: 100%;
  background-color: #f4f4f4;
  border: 1px dashed #262626;
  border-radius: 6px;
  position: relative;
  transition: 0.2s ease all;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom:16px;
  cursor:pointer;
}

.file-upload:hover {
  background-color: #d2d2d2;
  cursor: pointer;
}

.file-upload:focus,
.file-upload:focus-within {
  outline: 2px solid #00697c;
  outline-offset: 1px;
}

.file-upload__text {
  font-size: 16px;
  font-family: sans-serif;
}
.file-upload__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor:pointer;
}


/* Ladebalken Container */
.loading-bar {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

/* Fortschrittsbalken */
.loading-progress {
  width: 0;
  height: 100%;
  background-color: #007bff;
}

/* Animation */
@keyframes loading-animation {
  0% {
      width: 0;
      left: 0;
  }
  50% {
      width: 80%;
      left: 10%;
  }
  100% {
      width: 0;
      left: 100%;
  }
}

.loading-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: white; /* oder eine andere Farbe, die gut lesbar ist */
  font-weight: bold;
}

.button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.button-disabled:hover {
  pointer-events: none;
  transition: unset;
    color: unset;
    background: unset;
    border: unset;
    stroke: unset;
    cursor: not-allowed;
}


table {
  width: 100%;
  border-collapse: collapse;
}
table, th, td {
  border: 1px solid black;
}
th, td {
  padding: 10px;
  text-align: left;
}
th {
  background-color: #f2f2f2;
}





.list-view .issue-item-list {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  /* display: grid
; */
  flex-direction: column;
  /* gap: 24px; */
  margin-bottom: 16px;
  list-style: none;
  gap: 8px;
  background:#fff;
  border-radius: 6px;
}


.issueLink-list-view {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  padding: 8px 0px 8px 0px;
  gap: 2px;
  width: 100%;
}

.list-view .issue-item-inner {
  display: flex;
      flex-direction: row;
      padding: 0;
      align-items: center;
      gap: 16px;
      width: 100%;
}

.issue-item-list .projectScreenshot-thumb {
  grid-row: 1;

}

.list-view .issue-item-list .projectScreenshot-thumb {
  padding:0 0 0 8px;
}

.list-view .issue-item-top {
  grid-column: 1;
  grid-row: 1;
  margin-left: 8px;
  align-items: center;
  flex: 1;
}

.list-view .issue-item-list .projectInfo-name {

  margin-bottom: 0;
  font-size: 16px;
  flex: 1;
}

.list-view .issue-item-list .projectInfo-date {
  margin-bottom: 0;
  font-size: 16px;
  flex: 1;

}

.list-view .issue-item-list .projectInfo-status {
  flex: 1;
  text-align: right;
  margin-right: 16px;
}

.list-view .issue-item-top h5 {
  margin: 0;
  font-size: 16px;
}


.list-view .issueStatus-info {
  top: 15px;
}
.list-view .issueStatus-info {
  top: 15px;
}
.issueStatus-info {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10;
  padding: 6px 6px;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
}

.Resolved {
background:#008a00;
color:#fff;
width:max-content;
font-size:12px;
font-weight:bold;
border-radius:100px;
padding:4px 8px;
}

.issuebadgeType.Resolved {
  background:#008a00;
  color: #fff;
}

.issuebadgeType.Open {
  background: #ebebeb;
  color: #262626;
  font-weight:bold;
}


.projectInfo-status .Open {
  font-size:12px;
  font-weight:bold;
}

.projectInfo-status {
  display:flex;
  gap:4px;
  align-items: center;
}

.projectInfo-status .in-progress {
width:8px;
height:8px;
background:#ffc825;
border-radius:100px;
}

.projectInfo-status .to-do {
  width:8px;
  height:8px;
  background:#ce0c0cee;
  border-radius:100px;
  }

  .projectInfo-status .done {
    width:8px;
    height:8px;
    background:#008a00;
    border-radius:100px;
    }
  
.avatar{
  display: flex;
  justify-content: center;
  color: var(--color-textonmultiplayerblue);
  background-color: #ddd;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
    align-items: center;
    user-select: none;
    text-decoration: none;
}

.avatar-circle {
    overflow: hidden;
    border-radius: 100%;
}



.h1-issue {

  line-height: var(--ws10-line-height-50);
  color: var(--ws10-color-monochrome-600);
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 0px;
}


.h2-issue {
  font-weight: var(--ws10-font-weight-bold);
  line-height: var(--ws10-line-height-50);
  color: var(--ws10-color-monochrome-600);
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 0px;
}

.issue-detail-status {
  display:flex;
  align-items: center;
  gap: 8px;
  margin-bottom:24px;
}


.resolutionContainer p {
margin:0;

}

.resolutionContainer {
  padding: 16px;
  background: #f2f2f2;
  margin-bottom: 16px;
  border-radius: 6px;
}

.resolutionContainer::before {
  content: ' ';
  position: absolute;
  top: -6px;
  left: 22px;
  background: #f2f2f2;
  z-index: 1002;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}


.profile-link {
  text-decoration: none;
}


.profile-link:hover, .profile-link:focus {
  text-decoration: underline;
}


.metaNav-profile:hover .avatar {
  text-decoration: none;
}

.metaNav-profile:hover .profile-link {
  text-decoration: underline;
}


.projectToolbar-container {
  display: flex;
      border-radius: 6px;
      background: #fff;
      justify-content: flex-end;
      align-items: center;
      position: relative;
}

.projectToolbar {
  display:flex;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  min-width: 250px;
  height: 40px;
  align-items: center;
  padding: 4px 8px 4px 12px;
  position: fixed;
  background:#fff;
  z-index:2;
  justify-content: flex-end;
}

#active-users {
  display:flex;
  margin-right:8px;
}


#issues-tooltip {
  position: absolute;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  padding: 10px;
  z-index: 2;
  right: 10px;
  top: 32px;
  width: 320px;
  max-height: 50vh;
  overflow: scroll;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius:6px;
}

.tooltipIssue-container {
  padding-bottom: 16px;
  border-bottom: 1px solid #bebebe;
  padding-top: 16px;
}

.tooltipIssue-container:hover {
background: #f4f4f4;
cursor:pointer;}

.reqGroup-link
{
  margin-bottom:8px;
}

.toolbar-profile {
  text-decoration:none;
}

.toolbar-profile .avatar {
  color:#262626;
  height:24px;
  width:24px;
  text-decoration:none;
  border: 2px solid #fff;
  margin-right:-8px;
}

a.toolbar-profile .avatar {

  text-decoration:none;
}


.toolbar-profile {
  position: relative;
  display: inline-block;
}

.profile-tooltip {
  display: none;
  position: absolute;
  top: 120%; /* Tooltip unterhalb des Elements positionieren */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  z-index: 1000;
}



.profile-tooltip::after {
  content: ' ';
  position: absolute;
  top: -9px;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  z-index: 50;
  transform: rotate(180deg);
  border-color: #333 transparent transparent transparent;
}

.toolbar-profile:hover .profile-tooltip,
.toolbar-profile:focus .profile-tooltip {
  display: block;
}
